@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/link/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: #fff;
    position: relative;
}
header #hero h2:before{
	content:"";
	position: absolute;
	display: block;
	width: 300px;
	height: 50px;
	background: url("https://maruokeikaku.co.jp/img/link/link_text.png") no-repeat;
	right: 0;
	top: 0;
}
header #hero h3{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
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") top center;
}

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

#link-wrap h4{
}
#link-wrap .link_bt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
#link-wrap .link_bt li{
    width: 30%;
    text-align: center;
}
#link-wrap .link_bt li a{
	display:block;
	padding: 20px 0;
	color: #0068BB;
	background: url(../img/common/icon_arrow2.png) #EBEBEB no-repeat 95% center;
	background-size:10px auto;
}
#link-wrap .link_bt li.selected a{
	color: #fff;
	background: url(../img/common/icon_arrow1.png) #003295 no-repeat 95% center;
	background-size:10px auto;
}
#link-wrap .link_list{margin: 0 20px 60px 20px;}
#link-wrap .link_list.two_rows{display: flex;flex-wrap: wrap;justify-content: space-between;}
#link-wrap .link_list li{border-bottom: 1px solid #666;padding: 0 20px;}
#link-wrap .link_list.two_rows li{
	width:49%;
}
#link-wrap .link_list li a{
	color: #666;
	background: url(../img/common/icon_arrow2.png) no-repeat right center;
	background-size:10px auto;
	display: block;
	padding: 10px 0;
	position: relative;
}
#link-wrap .link_list li p{
	padding-left:20px;
	font-size:12px;
}
#link-wrap .link_list li span{position: absolute;left: 40%;}





@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%;
}
#link-wrap{
    padding: 10% 0 10% 0;
}
#link-wrap .inner{width: 94%;margin:auto;}

#link-wrap .link_bt{
    justify-content: center;
    margin-bottom: 6%;
}
#link-wrap .link_bt li{
    width: 48%;
    margin: 0 1% 2% 1%;
}
#link-wrap .link_bt li a{
    padding: 8% 0;
    color: #0068BB;
    background: url(../img/common/icon_arrow2.png) #EBEBEB no-repeat 95% center;
    background-size: 6px auto;
    font-size:12px;
}
#link-wrap .link_bt li.selected a{
	background: url(../img/common/icon_arrow1.png) #003295 no-repeat 95% center;
	background-size: 6px auto;
}
#link-wrap .link_list{margin: 0 2% 10% 2%;}
#link-wrap .link_list li{
	border-bottom: 1px solid #666;
	padding: 0 4%;
}
#link-wrap .link_list.two_rows li{
	width:100%;
}
#link-wrap .link_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%;
}
#link-wrap h3{
    margin-bottom: 2%;
}
#link-wrap .link_list li p{
	padding-left:2%;
	font-size:12px;
	line-height: 1.2em;
}
#link-wrap .link_list li span{
	position: initial;
	margin-left:2%;
}
}