@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/business/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/business/business_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;
}

#business-wrap{
    padding: 100px 0 100px 0;
}
#business-wrap .inner{
}
#business-wrap h1{
    text-align: center;
    font-size: 24px;
    color: #0068BB;
    font-weight: bold;
    margin-bottom: 10px;
}
#business-wrap h2{
    text-align: center;
    margin-bottom: 40px;
}
#business-wrap h3{
    color: #0068BB;
    font-size: 18px;
    margin-bottom: 20px;
}
.business-box{
}
.business-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset:number;
}
.business-box ul li{
	width: 100%;
	background: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	padding: 0;
	line-height: 0;
	margin-bottom: 40px;
	position: relative;
}
/*.business-box ul li:before {
   counter-increment: number;
   content: counter(number);
   background: #333;
   color: #fff;
   position: absolute;
   display: block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   vertical-align: middle;
   top: -15px;
   left: 50%;
   margin: 0 0 0 -15px;
 }*/

.business-box ul li a{
}
.business-box ul li p{
}
.business-box ul li p.img{
    width: 30%;
    float: left;
}
#business-wrap .business-box ul li h3{color: #0068BB;text-align: left;padding: 20px 20px 0px 20px;line-height: 1em;margin-bottom: 0;float: left;width: 70%;font-size: 21px;font-weight: bold;}
.business-box ul li p.text{text-align: left;padding: 10px 20px 10px 30px;line-height: 1.4em;font-size: 16px;float: left;width: 70%;}
.business-box ul li a.btn{padding: 5px 20px 5px 20px;line-height: 1em;border-radius: 5px;background: #0068c1;color: #fff;text-align: center;font-size: 16px;width: 200px;display: block;position: absolute;bottom: 10px;right: 20px;}


#search-box2{
    margin-top: 60px;
    background: #0068BB;
    padding: 60px 0 60px 0;
}
#search-box2 h3{
	color:#fff;
	text-align: center;
	font-size: 24px;
}
#search-box2 p{
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin: 10px 0 40px 0;
}
#search-box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#search-box2 ul li{
    width: 49%;
    color: #fff;
    margin-bottom:20px;
}
#search-box2 ul li:nth-child(2) select{
    width: 44.5%;
}
#search-box2 ul li h3{
	font-size: 16px;
	text-align: left;
	margin-bottom:5px;
}
#search-box2 .search-btn{
}
#search-box2 .search-btn a{
    width: 50%;
    display:block;
	background: url("../img/common/icon_arrow2.png") no-repeat 95% #fff;
	background-size: 10px;
	padding:10px 0;
	color:#006ec4;
    text-align: center;
    color: #004a99;
    margin: 40px auto 0 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%;
}
#business-wrap{
    padding: 10% 0 10% 0;
}
#business-wrap .inner{width: 94%;margin:auto;}

.business-box{
    display: inline-block;
    padding: 0 0 4% 0%;
    width: 100%;
}
.business-box h4{
    width: 100%;
    margin-bottom: 2%;
}
.business-box h5{
    width: 80%;
    margin-bottom: 10px;
    padding-left: 4%;
}
.business-box dl{
    width: 100%;
    display: inline;
}
.business-box dl dt{
    width: 100%;
    margin-bottom: 2%;
    font-weight: bold;
}
.business-box dl dd{
    width: 100%;
    margin-bottom: 4%;
    padding-left: 4%;
}
.business-box dl dd iframe{
    width: 100%;
}

.business-box dl dd a.g-map{
}
.business-box dl dd a.g-map{
}

.business-box ul li{
	width: 100%;
	margin-bottom: 6%;
}
.business-box ul li p.img{
    width: 100%;
    float: none;
}
.business-box ul li a.btn {
	position: relative;
	right: inherit;
    bottom: inherit;
    margin: 0 auto 20px;
}
#business-wrap .business-box ul li h3{padding: 6% 4% 0px 4%;width: 100%; float: none;}
.business-box ul li p.text{padding: 2% 4% 6% 6%;line-height: 1.4em;font-size: 16px;float: left;width: 100%;}


#search-box2{
    margin-top: 0;
    padding: 10% 2% 10% 2%;
}
#search-box2 h3{
	color:#fff;
	text-align: center;
	font-size: 24px;
}
#search-box2 p{
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin: 2% 0 6% 0;
}
#search-box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#search-box2 ul li{
    width: 100%;
    color: #fff;
    margin-bottom: 4%;
}
#search-box2 ul li:nth-child(2) select{
    width: 30%;
}
#search-box2 ul li h3{
	font-size: 16px;
	text-align: left;
	margin-bottom:5px;
}
#search-box2 .search-btn{
}
#search-box2 .search-btn a{
    width: 80%;
    display:block;
    background: url("../img/common/icon_arrow2.png") no-repeat 95% #fff;
    background-size: 10px;
    padding:10px 0;
    color:#006ec4;
    text-align: center;
    color: #004a99;
    margin: 4% auto 0 auto;
}

.business-box ul li p.text{float: none;}

}