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

header.site_header .site_logo a,
header.site_header nav ul#nav li a{
	color:#000;
}
header.site_header .hvr-underline-from-left::before {
    background: #000;
}
header.site_header nav ul#nav li ul.header_child li{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: rgba(255,255,255,0.8);
}
header.site_header nav ul#nav li ul.header_child li:first-of-type{
	border-top: 1px solid #000;
}
header.site_header nav ul#nav li ul.header_child li:last-of-type {
    border-bottom: 1px solid #000;
}
header.site_header nav ul#nav li ul.header_child li a{
	border-bottom: 1px dotted #000;
}

section#construction{
	counter-reset: number 0;
	background-color:#F9FAFB;
}
section#construction section.common {
    background-image: url(../img/construction/common_bg.jpg);
}
section#construction section.common h2.ttl_large{
	color: #000;
}

/***** introduction *****/
section.introduction{
	padding: 6.5em 0 7.2em 0;
}
section.introduction p{
	font-weight: 500;
	margin:0 auto;
}
section.introduction p.fs34{
	font-weight: 600;
	margin-bottom: 1.2em;
}
section.introduction p.fs34 span.i_block{
	padding-left: 1em;
}



/***** constr_container *****/

section.constr_container{
    padding: 102px 0 8.5em 0;
	margin-top: -102px;
}
section.constr_container div.inner.pa{
	left: 0;
	right: 0;
	top: 6em;
	bottom: 0;
	margin: auto;
}
section.constr_container div.txt_box{
	max-width: calc(802px - 6%);
	width: 41%;
	padding: 2.7em 3% 7.25em 3%;
	margin-top: 8.2%;
	min-height: 13.2em;
}
section.constr_container div.txt_box:before{
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero);
	position: absolute;
	color:#5E91AD;
	font-weight: 600;
	font-size:6em;
	line-height: 1;
	bottom: calc(100% - 0.5em);
}
section.constr_container div.txt_box h3{
	border-bottom: 2px solid #5E91AE;
	margin: 0 auto;
	padding: 0.8em 0;
}
section.constr_container div.txt_box h3 span.i_block{
	padding-left: 0.2em;
}
section.constr_container div.txt_box p{
	font-weight: 500;
	line-height: 1.6;
}
section.constr_container div.txt_box div.bottom_box{
	max-width: calc(802px - 12%);
	width: 88%;
	left: 0;
	right: 0;
	bottom: 2.25em;
	top: auto;
	margin: auto;
}
section.constr_container div.txt_box div.bottom_box p{
	color: #88ADC3;
	margin: 2em auto 0 auto;
}
section.constr_container div.txt_box div.bottom_box img{
	max-width: 67px;
	width: 4.2em;
}
section.constr_container img.large{
	margin: 0 0 0 auto;
	max-width: 1180px;
	width: 89%;
}

/***** right_part *****/
section.constr_container.right_part div.txt_box{
	margin: 8.2% 0 0 auto;
}
section.constr_container.right_part img.large{
	margin: 0 auto 0 0;
}

/******************************************* ipad ********************************************************/

@media (min-width: 768px) and (max-width: 1279px) {
	section.constr_container{
		padding: 76.5px 0 8.5em 0;
		margin-top: -76.5px;
	}
	section.constr_container div.txt_box{
		width: 53%;
	}
	section.constr_container div.txt_box::before {
		text-shadow: 0 0 2px rgb(255, 255, 255);
	}
	

}

