/* c-concept */

.c-concept {
	margin-bottom: 150px;
}

.c-concept h3 span {
	font-size: 18px;
}

.c-concept h6 {
	width: 830px;
	text-align: right;
	font-size: 13px;
line-height: 1.2;
font-weight: 400;
	padding-top: 30px;
}
.c-concept .c-centerphoto{
	margin: 40px auto;
}
.c-concept .c-centerphoto img {
	width:100%;
	height: auto;
	max-width: 1073px;
	
}
.c-bg-midashi {
	background-color: #08A0E9;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 25px;
	font-size: 30px;
}
.c-concept ol{
	margin: 50px 0;
}
.c-concept ol li{
	text-align: left;
	line-height: 2.4;
	font-size: 16px;
	list-style-type: decimal;
}
.p-graybox {
	background-color: #F4F4F4;
	padding:100px 50px; 
	font-size:0;
}
.p-cel2-box{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 2%;
}
.p-cel2-box dl{
	margin-bottom: 40px;
}

.p-cel2-box dl dt {
	background-color: #08A0E9;
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px;
	text-align: left;
}
.p-cel2-box dl dd {
	background-color: #fff;
	font-size: 18px;
	padding: 20px;
	margin: 16px 0px 16px 40px;
	text-align: left;
}
.p-history--area {
	background-color: #FFFFFF;
	padding:100px 150px; 
	
}
.p-history--box {
	position: relative;
	width: 100%;
	font-size: 0;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-history--box:after  {
	position: absolute;
	content: "";
	height: calc(100% - 85px);
	width: 1px;
	border-left:1px solid #08A0E9;
	left:180px;
	top:36px;
}
.p-history--box dt{
	position: relative;
	font-size:20px;
	color:#08A0E9;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
	width: 180px;
}
.p-history--box dt:after{
	position: absolute;
	content: "";
	background-image: url(../../img/about/history-icon.png);	
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	left:162px;
	top:20px;
	
}
.p-history--box dd{
	width: calc(100% - 300px);
	font-size:16px;
	line-height: 1.8em;
	display: inline-block;
	vertical-align: top;
	padding: 23px 0 40px 40px;
}

.sp-view {
	display: none;
}
	
