@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/saiyou/title_bg01.jpg") no-repeat center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
}
header #hero{
	width: 100%;
	height: 100%;
}


header #hero h2{
    font-size: 32px;
    color: #000;
    position: relative;
    text-shadow: none !important;
}
header #hero h2:before{
	content:"";
	position: absolute;
	display: block;
	width: 300px;
	height: 50px;
	background: url("https://maruokeikaku.co.jp/img/saiyou/saiyou_text.png") no-repeat;
	right: 0;
	top: 0;
}
header #hero h3{
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    text-shadow: none !important;
}
header #hero{
	position: relative;
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#wrapper{position: static;}
#content{
	background: url("../img/common/cont_bg.png") center 50px;
}

#saiyou-wrap{
    padding: 100px 0 100px 0;
}
#saiyou-wrap .inner{
}
#saiyou-wrap h1{
    text-align: center;
    font-size: 24px;
    color: #0068BB;
    font-weight: bold;
    margin-bottom: 20px;
}
#saiyou-wrap h2{
    text-align: center;
    margin-bottom: 20px;
}
#saiyou-wrap h3{
    color: #0068BB;
    font-size: 18px;
    margin-bottom: 20px;
}

#saiyou-wrap .saiyou_box{
}
#saiyou-wrap .saiyou_box h2{
    color: #0068BB;
    font-size: 18px;
    margin-bottom: 20px;
}
#saiyou-wrap .saiyou_box h3{
    color: #8d8d8d;
    margin-bottom: 40px;
}
#saiyou-wrap .saiyou_box dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
#saiyou-wrap .saiyou_box dt{
	width: 20%;
	padding: 20px 40px 20px 40px;
	box-sizing: border-box;
	background: #D1DAEC;
	border-bottom: 1px solid #666;
	border-right: 1px solid #0068BB;
	color: #0068BB;
	font-weight: bold;
	display: table-cell;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#saiyou-wrap .saiyou_box dd{
	width: 80%;
	padding: 20px 40px;
	box-sizing: border-box;
	margin: 0;
	border-bottom: 1px solid #666;
}

#entry-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	/* margin-top: -50px; */
	padding: 100px 0 90px 0;
}
#entry-wrap h2{
    width: 199px;
    margin: 0 auto;
}
#entry-wrap h3{
    text-align: center;
    margin: 10px 0 40px 0;
}
#entry-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
#entry-wrap ul li{
	width: 470px;
	padding: 0;
	background: #000040;
	text-align: center;
	line-height: 0;
}
#entry-wrap ul li a{}
#entry-wrap ul li p.img{}
#entry-wrap ul li p.text{
	line-height:1em;
	padding:10px 0;
	color:#fff;
	background: url("../img/common/icon_arrow1.png") no-repeat 98%;
	background-size:10px auto;
}




@media print, screen and (max-width: 767px){
header{
	height: 40vh;
}
header #hero .inner{
	position: relative;
	width:90%;
	margin: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
header #hero h2{
    font-size: 24px;
}
header #hero h3{
    font-size: 16px;
    margin-top: 4%;
}
#saiyou-wrap{
    padding: 10% 0 10% 0;
}
#saiyou-wrap .inner{width: 94%;margin:auto;}

#saiyou-wrap .saiyou_bt{
    justify-content: center;
    margin-bottom: 6%;
}
#saiyou-wrap .saiyou_bt li{
    width: 48%;
    margin: 0 1% 2% 1%;
}
#saiyou-wrap .saiyou_bt li a{
    padding: 8% 0;
    color: #0068BB;
    background: url(../img/common/icon_arrow2.png) #EBEBEB no-repeat 98% center;
    background-size: 6px auto;
    font-size:12px;
}
#saiyou-wrap .saiyou_bt li.selected a{
	background: url(../img/common/icon_arrow1.png) #003295 no-repeat 95% center;
	background-size: 6px auto;
}
#saiyou-wrap .saiyou_list{margin: 0 0 10% 2%;}
#saiyou-wrap .saiyou_list li{
	border-bottom: 1px solid #666;
	padding: 0 2%;
}
#saiyou-wrap .saiyou_list.two_rows li{
	width:100%;
}
#saiyou-wrap .saiyou_list li a{
	color: #666;
	background: url(../img/common/icon_arrow2.png) no-repeat right center;
	background-size:10px auto;
	display: block;
	padding: 4% 8% 4% 0%;
}
#saiyou-wrap h1{
    margin-bottom: 4%;
}
#saiyou-wrap h3{
    margin-bottom: 2%;
}
#saiyou-wrap .saiyou_list li p{
	padding-left:2%;
	font-size:12px;
}
#saiyou-wrap .saiyou_list li span{
	position: initial;
	margin-left:2%;
}
#saiyou-wrap .saiyou_box dt{
	width: 100%;
	border: none;
	padding: 2% 2%;
}
#saiyou-wrap .saiyou_box dd{
	width: 100%;
	border: none;
	padding: 2% 4%;
	margin-bottom: 4%;
}

#entry-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	/* margin-top: -50px; */
	padding: 10% 2% 10% 2%;
}
#entry-wrap h2{
    width: 40%;
    margin: 0 auto;
}
#entry-wrap h3{
    margin: 2% 0 4% 0;
}
#entry-wrap ul{
    width: 90%;
    margin: auto;
}
#entry-wrap ul li{
	width: 100%;
	margin-bottom: 4%;
}
}