@charset 'UTF-8';
/* about.CSS */

/* ----------------------------------------------------
 concept_photo
---------------------------------------------------- */
#about_h{
	background-image: url('../images/about/about_h_bg.jpg');
}

#about_photo{
	margin-bottom: 50px;
}

#about_photo li{
	width: 48%;
}

#about_photo li:nth-of-type(1){float: left;}
#about_photo li:nth-of-type(2){float: right;}

#about_photo li figcaption{
	font-size: 14px;
	text-align: right;
	margin-top: .8em;
}


/* ----------------------------------------------------
 about_common
---------------------------------------------------- */
.about_content > h2{
	background-color: #E7DFD0;
	font-size: 24px;
	display: table;
	width: 15%;
	height: 150px;
	float: left;
}

.about_content > h2 > span{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.about_content > h2 > span > span{
	margin: 12px auto 0;
	display: block;
	line-height: 1;
	font-size: 0;
}

.about_content > div{
	float: right;
	width: 77.8%;
	padding-top: 60px;
}


.about_content dl,
.about_content dd,
.about_content li,
.about_content address{
	font-size: 14px;
	line-height: 1.7em;
}

.about_content dt{
	font-weight: bold;
}

.about_content > div > dl{
	display: table;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1.25em;
	border-bottom: solid 1px #C6C6C6;
}

.about_content > div > dl > dt,
.about_content > div > dl > dd{
	display: table-cell;
}


.about_content > div > dl > dd > dl{
	margin-bottom: 22px;
}

.about_content > div > dl > dd > dl:last-child{
	margin-bottom: 0;
}


.about_content > div > dl > dd dt{
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: #C6C6C6C6 dashed 1px;
}

/* ----- about_info ----- */
#about_info{
	margin-bottom: 100px;
}

#about_info > h2 > span > span{
	width: 73px;
}

#about_info > div > dl > dt{
	width: 105px;
}

/* ----- about_history ----- */
#about_history > h2 > span > span{
	width: 43px;
}
#about_history > div > dl > dt{
	width: 135px;
}
#about_history > div > dl > dt::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	width: 40%;
	height: 1px;
	background-color: #969696;
	margin: auto 9px;
}




/* ----------------------------------------------------
 responsive
---------------------------------------------------- */
@media screen and ( max-width: 768px ){
	.about_content > h2 > span{
		font-size: 20px;
	}
}

@media screen and ( max-width: 667px ){
	.about_content > h2{
		float: none;
		width: 100%;
		height: 85px;
	}
	.about_content > div{
		float: none;
		width: 100%;
		padding-top: 22px
	}

	#about_info{
		margin-bottom: 70px;
	}

	#about_info > div > dl > dt{
		width: 90px;
	}

	#about_history > div > dl > dt{
		width: 105px;
	}
	#about_history > div > dl > dt::after{
		/* width: 31px; */
		width: 20px;
	}


}






