/* =Common
-------------------------------------------------------------- */

body {
	font-size: 15px;
}
#header{
	height: 50px;
	padding: 5px 0;
}
#header .logo{
	float:none;
	width: 192px;
	height: auto;
	padding-top: 0;
}
#header .logo2{
	float:none;
	padding-top: 0;
	width: 192px;
	height: auto;
}
#header #nav li{
	display: none;
}
.menu-trigger{
	display: inline-block;
}
#sp_nav{
	background-color:rgba(255,255,255,0.9);
	padding-top: 50px;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
}
#sp_nav li a{
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

#bread div a{
	font-size: 11px;
	line-height: 1.7;
}
#footer p{
	font-size:11px;
}


#contents .section h1{
	font-size: 22px;
	padding-bottom: 10px;
}

#contents .section h2,
#contents .section h3{
	font-size: 20px;
	padding-bottom: 10px;
	
}



/*-------------------------------------------------------------- */
/* = TOP
-------------------------------------------------------------- */
#contents.top{
	padding-top: 60px;
}

#main_visual{
	background:url(../images/main_image2.jpg) no-repeat center 0;
	background-size:cover;
	height:350px;
	margin-bottom: 50px;
}
#main_visual2 {
	background:url(../images/main_image21.jpg) no-repeat center 0;
	background-size:cover;
	height:350px;
	margin-bottom: 50px;
}

#contents .section.top h2{
	font-size: 20px;
	padding-bottom: 10px;
}
#contents.top .section img.tit{
	margin-bottom: 15px;
	width: auto;
	height: 27px;
}
#contents.top .profile{
	width: auto;
	position: relative;
}




/*-------------------------------------------------------------- */
/* = sanpai
-------------------------------------------------------------- */

#contents .section .tab{
	width: 100%;
}
#contents .section .tab_box .tab li a{
	font-size: 13px;
}
#contents.sanpai .section .left_box h2{
	font-size: 26px;
	font-weight: bold;
	background: url(../images/line.gif) no-repeat 0 bottom;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

#contents.sanpai .section .left_box dl dt{
	font-weight: bold;
	padding-bottom: 6px;
}
#contents.sanpai .section .left_box dl dd{
	padding-bottom: 28px;
}
#contents.sanpai .section .tab_box2{
	margin-bottom: 50px;
}

#contents.sanpai .section .tab_box2 a{
	width: 49%;
	line-height: 1.4;
	font-size: 12px;
	padding: 15px 0 7px;
	background:url(../images/tab_off.jpg) no-repeat center bottom;
	background-size:100%;
}
#contents.sanpai .section .tab_box2 a.active,
#contents.sanpai .section .tab_box2 a:hover{
	background:url(../images/tab_on.jpg) no-repeat center bottom;
	background-size:100%;
}

.section.sec02 .explanation_box span{
	font-size: 16px;
}



#contents.sanpai .section .text01 {
    padding-left: 0;
}


@media screen and (max-width: 610px) {

	.section.sec02 .tab_text_wrap .caution{
		width: auto;
	}

	.section.sec02 .tab_text_wrap .caution p{
		font-size: 16px;
		background: url(../images/icon_caution.gif) no-repeat 0 center;
		background-size: 40px auto;
		padding: 4px 0 4px 50px;
		margin-bottom: 20px;
	}
	
	#contents.sanpai .section .pdf_download {
		width: auto;
		margin: 0 auto 50px;
	}

	#contents.sanpai .section .reference {
    width: auto;
    margin: 0 auto 100px;
	}
	
}


@media screen and (max-width: 530px) {

	#contents.sanpai .section .tab_box2 a{
		width: 45%;
		border-top: 2px solid #064275;
		border-left: 2px solid #064275;
		border-right: 2px solid #064275;
		box-sizing: border-box;
		padding: 10px 0;
		background:#fff;
	}
	#contents.sanpai .section .tab_box2 a.active,
	#contents.sanpai .section .tab_box2 a:hover{
		background:#064275;
	}

	.sp2{
		display: inline-block;
	}
	
}

/*-------------------------------------------------------------- */
/* = corporate
-------------------------------------------------------------- */

#contents .section .three_line span{
	font-size: 14px;
}

#contents .section #sec_nav{
    border: 1px solid #023F73;
}
#contents .section #sec_nav li{
	width: 50%
}

#contents .section #sec_nav li a {
    display: inline-block;
    width: 100%;
    height: 75px;
    border-top: 1px solid #023F73;
    border-left: 1px solid #023F73;
    border-right: 1px solid #023F73;
    border-bottom: 1px solid #023F73;
    box-sizing: border-box;
    font-weight: bold;
    color: #023F73;
    padding-top: 25px;
    position: relative;
}

#contents .section #sec_nav li:first-child a{
	border-left: 1px solid #023F73;
}
#contents .section #sec_nav li:last-child a{
	border-right: 1px solid #023F73;
}
#contents .section #sec_nav li.line2 a{
	padding-top: 15px;
}
#contents .section #sec_nav li a.active{
	text-decoration: none;
	color: #fff;
	background: #023F73;
}
#contents .section #sec_nav li a.active:after{
    width: 30px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
	margin-left: -15px;
    background: url(../images/sankaku.png) no-repeat 0 0;
}
#contents .section #sec_nav li a span{
	display: block;
	font-weight: normal;
	font-size: 14px;
}



#contents .section #others_wrap .others{
	width: 48%;
	float: left;
	text-align: left;
	padding-bottom: 50px;
	
}
#contents .section #others_wrap .others:nth-child(even){
	float: right;
}
#contents .section #others_wrap .others dt{
	font-weight: bold;
	font-size: 15px;
	background:url(../images/icon_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
	padding: 6px 0 6px 35px;
	margin-bottom: 10px;
}
#contents .section #others_wrap .others dd{
	padding-left: 5px;
	
}

#contents .section .mgn_type01 .three_line{
	margin-bottom: 50px;
}
#contents .section .mgn_type02 .three_line{
	margin-bottom: 30px;
}
#contents .section .mgn_type03 .three_line{
	margin-bottom: 100px;
}



/*-------------------------------------------------------------- */
/* = kaitai
-------------------------------------------------------------- */
#contents .section #sec_nav.kaitai li{
	width: 20%;
}
#contents .section #sec_nav.kaitai li a{
	height: 60px;
	line-height: 60px;
}

#contents .section #others_wrap .others.big_view a img{
	width:150px;
	height: auto;
	float: right;
	margin-left: 20px;
}

#contents .section #others_wrap .others dt.icon01{
	background:url(../images/icon_tatemono_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
}
#contents .section #others_wrap .others dt.icon02{
	background:url(../images/icon_kaitai_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
}
#contents .section #others_wrap .others dt.icon03{
	background:url(../images/icon_money_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
}
#contents .section #others_wrap .others dt.icon04{
	background:url(../images/icon_kyoninka_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
}
#contents .section #others_wrap .others dt.icon05{
	background:url(../images/icon_area_40x40.gif) no-repeat 0 center;
	background-size: 30px auto;
}

#contents .section #others_wrap .others.w900{
	float: none;
}
#contents .section #others_wrap .others.w900 dd{
	margin-bottom: 30px;
}
#contents .section #others_wrap .others.w900 .left_box{
	float: none;
	width: 80%;
	margin: 0 auto;
}
#contents .section #others_wrap .others.w900 .left_box img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
#contents .section #others_wrap .others.w900 .right_box{
	float: none;
	width: 100%;
	padding-top: 0;
}


/*-------------------------------------------------------------- */
/* = contact
-------------------------------------------------------------- */
#contents .section .tel_box{
	width: auto;
	margin: 0 auto 100px;
	font-size: 18px;
	padding: 10px 0;
}

#contact_tbl dl dt{
	width: 24%;
}
#contact_tbl dl dd{
	width: 15%;
}
#contact_tbl dl dd.input_area{
	width: 100%;
}
#contact_tbl dl dd.input_area span{
	font-size: 12px;
}
#contents .section .thanks{
	width: 100%;
	margin: 0 auto 100px;
	padding: 60px 0;
}







.modal-content {
	display: none;
	position: absolute;
	width: 90%;
	left: 50%;
	margin: 0 0 0 -45%;
	z-index: 9999;
}
.modal-close {
   position:absolute;
   top:-20px;
   right:0;
    cursor:pointer;
}


/*-------------------------------------------------------------- */
/* add / recruit
-------------------------------------------------------------- */
#contents .section h2.recruit {
	font-size:20px;
}

.ml{
	display:block;
}
.sp{
	display:none;
}
.pc{
	display:none;
}


/*-------------------------------------------------------------- */
/* aerial photography
-------------------------------------------------------------- */
h3.aerial {
	font-size:20px;
	padding-bottom:10px;
}

.drone_box_title, .case_box_title, .price_box_title, .comparison_box_title, .differentiate_box_title, .risk_box_title {
	font-size:12px;
}


/*-------------------------------------------------------------- */
/* andesign
-------------------------------------------------------------- */
#contents .section h3.andesign {
	font-size:18px;
}

.andesign_box_title {
	min-height:50px;
}


/*-------------------------------------------------------------- */
/* sekimen2
-------------------------------------------------------------- */
.sekimen2_1_left {
	float:none;
	width:100%;
	margin-right:0;
}
.sekimen2_1_right {
	margin:0;
}


/* add */
/*-------------------------------------------------------------- */
/* index
-------------------------------------------------------------- */
#contents ul.top_youtube li {
	float:none;
	width:100%;
	text-align:center;
	margin-right:0;
	margin-bottom:20px;
}
#contents ul.top_youtube li:last-child {
	margin:0;
}

/*-------------------------------------------------------------- */
/* CUSTOMER
-------------------------------------------------------------- */
#customer_left {
	float:none;
	padding-bottom:20px;
	width:100%;
	border-right:none;
	border-bottom:1px solid #023f73;
}
#customer_right {
	margin:0;
	padding-top:20px;
	width:100%;
}

ul.institution li {
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

#traffic_right {
	float:none;
	width:100%;
	text-align:center;
	margin-left:0;
	margin-bottom:20px;
}
#traffic_left {
	margin:0;
}