@charset "UTF-8";
/* CSS Document */

#main{
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
}

#about .bgdot01{
  z-index: 0;
}
.companytablearea{
}
.companytablearea table{
	width: 100%;
}
table th,
table td {
        padding: 17px 25px;
		border-bottom:1px solid #FFFFFF;
}
table th {
        background-color: #e5e5e5; /* 背景色を指定 */
}   
table td {
		background: #f7f7f7;
}
table th {
        width: 28%;
}
.aboutphoto{
	width:100%;
	text-align: center;
	margin-bottom:1.2em;
}
#map{
	position: relative;
	height: 362px;
	width: 100%;
}
#map iframe{
	position:absolute;
	height: 362px;
	width: 100%;
	top:0;
	left: 0;
}
/*認証*/
#cfc{
	border:1px solid #efefef;
	margin-top: 2rem;
}
#cfc .cfc_title{
	width:100%;
	padding:1.25rem;
	background:  #e5e5e5;
}
#cfc .cfc_main{
	padding:1.25rem;
	background: #fff;
	width:100%;
}
#cfc .cfc_text table th,#cfc .cfc_text table td {
	background: #fff;
	padding:.8em 0;
}
#cfc .cfc_text th{
	width:5.5em;
	text-align: left;
}
#cfc .cfc_text td{
	width:calc(100% - 5em);
}
#cfc .cfc_image{
	/*border:1px solid #efefef;*/
	padding:.6rem;
	background: #efefef;
}


@media print, screen and (min-width: 720px) {
	#main {
		background-attachment:fixed;
		background-size:100% auto;
		background-image:url(../img/about/bg_about_pc.jpg);
	}
	.companytablearea a.tocall{
	pointer-events:none;
	color:#333;
	}
	/*認証*/
	#cfc .cfc_main{
		display: table;
	}
	#cfc .cfc_main li{
		display: table-cell;
		vertical-align: top;
	}
	#cfc .cfc_image{
		width:6.2rem;
	}
	#cfc .cfc_image img:nth-of-type(1){
		height: 5rem;
		width:auto;
		margin-bottom: .5rem;
	}
	#cfc .cfc_image img:nth-of-type(2){
		height:auto;
		width: 5rem;
	}
}

@media print, screen and (max-width: 719px) {
	#main::before {
		background-image:url(../img/about/bg_about_sp.jpg);
		background-position:left top;
		background-size: 100% auto;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		content: "";
		z-index: -1;
	}
	table{
		width:100%;
	}
	table th{
		display: block;
		width:100%;
		text-align: left;
		font-size:110%;
        padding:1em 1.2em;
	}
	table td{
		display: block;
		width:100%;
        padding:1em 1.2em;
		border-bottom:1px solid #FFFFFF;
	}
	.aboutphoto img{
	width:80%;
	max-width:300px;
	height:auto;
	}
	.companytablearea a.tocall{
		color:#00489d;
		text-decoration:underline;
	}
	#cfc .cfc_text table {
		width:100%;
	}
	#cfc .cfc_text table th,#cfc .cfc_text table td{
		display: table-cell;
		vertical-align: top;
	}
	#cfc .cfc_main{
		display: block;
	}
	#cfc .cfc_image{
		display: block;
		width:66%;
		text-align: center;
		margin:.5em auto;
	}
	#cfc .cfc_image img:nth-of-type(1){
		width: 40%;
		height:auto;
		margin-right: 1em
	}
	#cfc .cfc_image img:nth-of-type(2){
		width: calc(60% - 1em);
		height:auto;
	}
}


