/*
Theme Name: aquahome
*/



/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th,td{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
/*sup{vertical-align:text-top;}*/
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

html>/**/body {
font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
* + html body {
font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}


/* =all
-------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	color:#000;
	background:#fff;
}
a { color: #023F73;
	text-decoration: none;}
a:hover { text-decoration: underline;}

a.line{
	text-decoration:underline;
}
a.line:hover{
	text-decoration:none;
}
a:hover img,
input[type="image"]:hover,
button:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
a, a img, input[type="image"] {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
a .tel01,a .tel02,a .tel03{
	display: inline-block;
	color: #023F73;
	text-decoration: underline;
}

/* font */
.fl {	float: left;}
.fr {	float: right;}
.fw {	width: 100%;}
.ta_l { text-align: left;}
.ta_c { text-align: center;}
.ta_r { text-align: right;}
.lh17 { line-height: 1.7;}
.lh20 { line-height: 2;}
.f10 {	font-size: 10px;}
.f12 {	font-size: 12px;}
.f14 {	font-size: 14px;}
.f15 {	font-size: 15px;}
.f16 {	font-size: 16px;}
.f18 {	font-size: 18px;}
.f20 {	font-size: 20px;}
.bold {	font-weight: bold;}
.red {	color:#F00;}
.blue {	color:#00F;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn70 {margin-bottom: 70px;}
.mgn100{margin-bottom:100px;}
.mgn150{margin-bottom:150px;}
.mgr08 {margin-right:  8px;}
.mgr10 {margin-right:  10px;}
.mgr14 {margin-right:  14px;}
.mgr16 {margin-right:  16px;}
.mgr20 {margin-right:  20px;}


img {
	max-width: 100%;
}


/* =Common
-------------------------------------------------------------- */
.sp{
	display:none;
}
.sp2{
	display:none;
}
#contents{
	padding: 70px 0;
}
.inner{
	width:900px;
	margin:0 auto;
}
.inner2{
	width:600px;
	margin:0 auto;
}

/* = header
-------------------------------------------------------------- */
#header{
	width:100%;
	height:70px;
    position: fixed;
    top: 0;
    z-index: 999;
	background-color:rgba(255,255,255,0.7);
}
#header.fixed{
	background:rgba( 255, 255, 255, 0.7);
}

.menu-trigger{
	display: none;
}
.menu-trigger,
.menu-trigger span.menu_bar {
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: none;
	position: relative;
	width: 30px;
	height: 21px;
	float: right;
    padding-top: 20px;
	margin-top: 7px;
}
.menu-trigger:hover{
	text-decoration: none;
}
.menu-trigger span.menu_bar {
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
}
.menu-trigger span.menu_bar:nth-of-type(1) {
	top: 0;
}
.menu-trigger span.menu_bar:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span.menu_bar:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span.menu_bar:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span.menu_bar:nth-of-type(2) {
	
}
.menu-trigger.active span.menu_bar:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span.menu_tit{
	display: block;
	font-size: 10px;
	padding-top: 4px;
	color: #000;
	margin: 0 -5px;
}

#sp_nav{
	display: none;
}
#header .logo{
	display: inline-block;
	float:left;
	padding-top: 12px;
}
#header .logo2{
	display: inline-block;
	float:left;
	padding-top: 5px;
}
#header #nav{
	float:right;
}
#header #nav li{
	float:left;
	display:inline-block;
	margin-left:40px;
}
#header #nav li a{
	font-weight: bold;
	line-height: 70px;
}
#bread{
	text-align: left;
	margin-bottom: 64px;
}
#bread div{
	float: left;
}
#bread div a{
	font-size: 12px;
	color: #333;
	line-height: 1.0;
}
#bread div span{
	font-size: 12px;
	color: #333;
	line-height: 1.0;
}

/* = footer
-------------------------------------------------------------- */
#contents a.btn02 img{
	margin: 0 auto 100px;

}
#contents a.btn02:hover img{
	opacity: 1.0;
}
#contents a.btn05 img{
	margin: 0 auto 40px;
}
#contents a.btn05:hover img{
	opacity: 1.0;
}

#footer{
	width: 100%;
	background: #333;
}
#footer p{
	font-size:12px;
	color:#fff;
	padding: 6px 0;
}


/* = other
-------------------------------------------------------------- */

#contents p.text01{
	font-weight: bold;
	padding-bottom: 35px;
}
#contents p.text02{
	padding-bottom: 100px;
}
#contents p.text03{
	padding-bottom: 35px;
}
#contents p.text04{
	padding-bottom: 50px;
}

#contents .section h1{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}
#contents .section h2,
#contents .section h3{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 20px;
	
}

#contents .section img.tit{
	margin-bottom: 90px;
}
#contents .section img.tit2{
	margin-bottom: 45px;
}




/*-------------------------------------------------------------- */
/* = TOP
-------------------------------------------------------------- */
h1.top{
	display: inline-block;
}

#main_visual{
	background:url(../images/main_image2.jpg) no-repeat center 0;
	background-size:cover;
	height:630px;
	margin-bottom: 100px;
}
#main_visual2 {
	background:url(../images/main_image21.jpg) no-repeat center 0;
	background-size:cover;
	height:630px;
	margin-bottom: 100px;
}
/*********************************************************************************
index
**********************************************************************************/
.wrapper_index {
	position: relative;
	width: 100%;
	height: 100%;
}
.wrapper_index .image {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#contents.top .section{
	position: relative;
}
#contents.top .section.sec01{
	margin-bottom: 100px;
}
#contents.top .section.sec02{
	margin-bottom: 50px;
}
#contents.top .section.sec03{
	margin-bottom: 170px;
}
#contents.top .section .right_box{
	width: 520px;
	float:right;
	text-align: left;
}
#contents .section.top h2{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}
#contents.top .section p{
	line-height: 1.5;
}
#contents.top .section img.tit{
	margin-bottom: 20px;
}
#contents.top .section .left_box{
	width: 380px;
	float:left;
	text-align: left;
}

#contents.top .section .posi{
	position: absolute;
	top: 10px;
	left: 70px;
}

#contents.top .section span{
	font-size: 14px;
}
#contents.top .section span.cat{
	display: block;
	padding-bottom: 3px;
}
#contents.top .section span.name{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.0;
}
#contents.top .section span.name2{
	margin-left: 8px;
	vertical-align: bottom;
}

/* #contents.top a.btn01 img,
#contents.kaitai a.btn01 img{
	margin: 0 auto 200px;
}
#contents.top a.btn01:hover img,
#contents.kaitai a.btn01:hover img{
	opacity: 1.0;
} */
#contents.top a.btn01 img,
#contents.kaitai a.btn01 img{
	margin: 0 auto 40px;
}
#contents.top a.btn01:hover img,
#contents.kaitai a.btn01:hover img{
	opacity: 1.0;
}
#contents.top a.btn04 img,
#contents.kaitai a.btn04 img{
	margin: 0 auto 200px;
}
#contents.top a.btn04:hover img,
#contents.kaitai a.btn04:hover img{
	opacity: 1.0;
}

#contents.top .profile{
	width: 420px;
	position: relative;
}
#contents.top .profile dt{
	width: 220px;
	height: 60px;
	background: url(../images/button_profile.gif) no-repeat 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-indent: -9999px;
}
#contents.top .profile dt:hover{
	background: url(../images/button_profile_on_mouse.gif) no-repeat 0 0;
	cursor: pointer;
}
#contents.top .profile dt.active{
	display: none;
}
#contents.top .profile dd p{
	padding: 20px;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: left;
}
#contents.top .close_btn_prof{
	padding: 10px;
	display: block;
	text-align: center;
}

#contents.top .close_btn_prof:hover{
	cursor: pointer;
}

#contents.top .sns{
	width: 420px;
	margin-bottom: 50px;
}
#contents.top .sns .bdr{
	padding-bottom: 20px;
}
#contents.top .sns .tit{
	height: 36px;
	width: auto;
}
#contents.top .sns .text{
	text-align: left;
	padding: 80px 15px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
#contents.top .sns .fb_box{
	padding: 0 15px;
}
#contents.top .sns p{
	line-height: 1.5;
}
#contents.top .sns p+p{
	padding-top: 50px;
}
#contents.top .sns span.tit{
	display: block;
	font-weight: bold;
}





/*-------------------------------------------------------------- */
/* = sanpai
-------------------------------------------------------------- */
/*#contents.sanpai .section.sec01{
	padding-bottom: 200px;
}*/
#contents.sanpai .section.sec02{
	padding-bottom: 50px;
}
#contents.sanpai .section.sec02.asbest{
	padding-bottom: 170px;
}

#contents .section .tab_box{
	border-bottom: 2px solid #023F73;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 100px;
}

#contents .section .tab_box5{
	border-bottom: 2px solid #023F73;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
#contents .section .tab{
	width: 80%;
	margin: 0 auto;
}
#contents .section .tab_box .tab li{
	width:33.3%;
	display: inline-block;
	float:left;
}
#contents .section .tab_box5 .tab li{
	width:25%;
	display: inline-block;
	float:left;
}


#contents .section .tab_box .tab li a{
	display: inline-block;
	width: 100%;
	height: 49px;
	color: #023F73;
	line-height: 49px;
	font-weight: bold;
	border-top: 2px solid #023F73;
	border-left: 1px solid #023F73;
	border-right: 1px solid #023F73;
	box-sizing: border-box;
}
#contents .section .tab_box5 .tab li a{
	display: inline-block;
	width: 100%;
	height: 49px;
	color: #023F73;
	line-height: 49px;
	font-weight: bold;
	border-top: 2px solid #023F73;
	border-left: 1px solid #023F73;
	border-right: 1px solid #023F73;
	box-sizing: border-box;
}
#contents .section .tab_box .tab li:first-child a{
	border-left: 2px solid #023F73;
}

#contents .section .tab_box5 .tab li:first-child a{
	border-left: 2px solid #023F73;
}

#contents .section .tab_box .tab li:last-child a{
	border-right: 2px solid #023F73;
}

#contents .section .tab_box5 .tab li:last-child a{
	border-right: 2px solid #023F73;
}


#contents .section .tab_box .tab li a:hover{
	text-decoration: none;
}

#contents .section .tab_box5 .tab li a:hover{
	text-decoration: none;
}

#contents .section .tab_box .tab li.active a,
#contents .section .tab_box .tab li a:hover{
	background: #023F73;
	color: #fff;
}

#contents .section .tab_box5 .tab li.active a,
#contents .section .tab_box5 .tab li a:hover{
	background: #023F73;
	color: #fff;
}


#contents.sanpai .section .tab_box02 {
	border-bottom: 2px solid #023F73;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
#contents.sanpai .section .tab_box02 .tab li{
	width:50%;
	display: inline-block;
	float:left;
}
#contents.sanpai .section .tab_box02 .tab li a{
	display: inline-block;
	width: 100%;
	height: 49px;
	color: #023F73;
	line-height: 49px;
	font-weight: bold;
	border-top: 2px solid #023F73;
	border-left: 1px solid #023F73;
	border-right: 1px solid #023F73;
	box-sizing: border-box;
}
#contents.sanpai .section .tab_box02 .tab li:first-child a{
	border-left: 2px solid #023F73;
}
#contents.sanpai .section .tab_box02 .tab li:last-child a{
	border-right: 2px solid #023F73;
}
#contents.sanpai .section .tab_box02 .tab li a:hover{
	text-decoration: none;
}
#contents.sanpai .section .tab_box02 .tab li.active a,
#contents.sanpai .section .tab_box02 .tab li a:hover{
	background: #023F73;
	color: #fff;
}


#contents.sanpai .section .left_box{
	width: 360px;
	float: left;
	text-align: left;
}
#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 .right_box{
	float: right;
	width: 540px;
}
#contents.sanpai .section .right_box a img{
	margin-bottom: 10px;
}
#contents.sanpai .section .right_box span{
	display: block;
	font-weight: bold;
	padding-bottom: 30px;
}

#contents.sanpai a.btn01:hover img{
	opacity: 1.0;
}

#contents.sanpai .section .tab_box2{
	height: 48px;
	border-bottom: 2px solid #023F73;
	margin-bottom: 100px;
}

#contents.sanpai .section .tab_box2 a{
	display: inline-block;
	width: 400px;
	height: 48px;
	background:url(../images/tab_off.jpg) no-repeat 0 0;
	color: #064275;
	line-height: 48px;
	font-weight: bold;
}
#contents.sanpai .section .tab_box2 a.active,
#contents.sanpai .section .tab_box2 a:hover{
	background:url(../images/tab_on.jpg) no-repeat 0 0;
	color: #fff;
}
#contents.sanpai .section .tab_box2 a:hover{
	text-decoration: none;
}

.tab_text_wrap{
	display: none;
}
.tab_text_wrap .space img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.section.sec02 .tab_text_wrap .tit02{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background: #ccc;
	margin-bottom: 50px;
}

.section.sec02 .tab_text_wrap dl.text_box{
	padding: 0 20px 100px;
	text-align: left;
}
.section.sec02 .tab_text_wrap dl.text_box dt{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	background: url(../images/icon_clock.gif) no-repeat 0 center;
	padding: 12px 0 12px 60px;
	margin-bottom: 20px;
}
.section.sec02 .tab_text_wrap dl.text_box dd span{
	font-weight: bold;
	display: block;
	padding-bottom: 10px
}

.section.sec02 .explanation_box{
	width: 290px;
	text-align: left;
	float: left;
	padding-bottom: 50px;
	margin-right: 15px;
}
.section.sec02 .explanation_box.last{
	margin-right: 0;
}
.section.sec02 .explanation_box img{
	margin-bottom: 10px;
}
.section.sec02 .explanation_box span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000; ;
	margin-bottom: 3px;

}

.section.sec02 .explanation_box.item,
.section.sec02 .explanation_box.kenzai{
	width: 210px;
	padding-bottom: 30px;
	margin-right: 20px;
}
.section.sec02 .explanation_box.item.last,
.section.sec02 .explanation_box.kenzai.last{
	margin-right: 0;
}
.section.sec02 .explanation_box.kenzai{
	padding-bottom: 170px;
}
.section.sec02 .explanation_box.kenzai span{
	font-size: 15px;
}

#explanation_box_wrap01{
	margin-bottom: 150px;
}
#explanation_box_wrap02{
	margin-bottom: 70px;
}

#explanation_box_wrap03{
	margin-bottom: 40px;
}


.section.sec02 .tab_text_wrap .caution{
	width: 600px;
	margin: 0 auto;
}
.section.sec02 .tab_text_wrap .caution p{
	text-align: left;
	font-size: 18px;
	background: url(../images/icon_caution.gif) no-repeat 0 center;
	padding: 4px 0 4px 88px;
	margin-bottom: 45px;
}

#contents.sanpai .section.sec02 p.about_text{
	font-weight: bold;
	padding-bottom: 50px;
}
#contents.sanpai .section.sec02 p.about_text02{
	padding-bottom: 190px;
}
#contents.sanpai .section.sec02 p.about_text03{
	padding-bottom: 80px;
}
#contents.sanpai .section.sec02 p.about_text04{
	padding-bottom: 20px;
}
#contents.sanpai .section.sec03 p.about_text{
	font-weight: bold;
	padding-bottom: 75px;
}
#contents.sanpai .section.sec03 p.about_text02{
	font-weight: bold;
	padding-bottom: 20px;
}
#contents.sanpai .section.sec02 .photo_box{
	margin-bottom: 200px;
}
#contents.sanpai .section.sec02 .photo_box02{
	padding: 0 20px;
}
#contents.sanpai .section.sec02 .photo_box02 img{
	width: 420px;
	height: auto;
	margin-bottom: 20px;
}

#contents.sanpai .section .tit03{
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
#contents.sanpai .section.sec02 .define{
	width: 860px;
	background:#f9f9f9;
	margin: 0 auto 15px;
	position: relative;
}
#contents.sanpai .section.sec02 .define:before{
	content: "";
	background: url(../images/define01.png) no-repeat 0 0;
	width: 54px;
	height: 41px;
	position: absolute;
	top: 20px;
	left:25px;
}
#contents.sanpai .section.sec02 .define:after{
	content: "";
	background: url(../images/define02.png) no-repeat 0 0;
	width: 54px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	right:25px;
}
#contents.sanpai .section.sec02 .define p{
	font-size: 18px;
	font-weight: bold;
	padding: 90px 10%;
}
#contents.sanpai .section.sec02 .memo{
	display: block;
	text-align: left;
	padding-left: 3%;
	margin-bottom: 100px;
}

#contents a.btn03{
	display: inline-block;
	margin: 0 auto 200px;
}
#contents a.btn03:hover img{
	opacity: 1.0;

}

#contents.sanpai .section .pdf_download{
	width: 600px;
	margin: 0 auto 50px;
	text-align: right;
}

#contents.sanpai .section .reference{
	width: 600px;
	text-align: left;
	margin: 0 auto 100px
}

#contents.sanpai .section .tit04{
	width: 380px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
	line-height: 50px;
	margin: 0 auto 50px;
}
#contents.sanpai .section .text01{
	text-align: left;
	padding-left: 260px;
	margin-bottom: 200px;
}
#contents.sanpai .section .text01.t02{
	margin-bottom: 50px;
}

td.sanpai {
	text-align:right;
}



/*-------------------------------------------------------------- */
/* = corporate
-------------------------------------------------------------- */
#contents .section .tbl{
	/*padding-bottom: 100px;*/
	padding-bottom:50px;
}
#contents .section .tbl dl{
	display: table;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#contents .section .tbl dl:first-child{
	border-top: 1px solid #ccc;
}
#contents .section .tbl dl dt{
	display: table-cell;
	width: 230px;
	font-weight: bold;
	padding: 12px 0;
}
#contents .section .tbl dl dd{
	display: table-cell;
	padding: 12px 0;
}
#contents .section .tbl dl dd div.bdr{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#contents .section .tbl table th{
	width: 1em;
	white-space: nowrap;
}
#contents .section .tbl table td{
	padding-left: 20px;
}

#contents .section .mgn_type01 .three_line{
	margin-bottom: 100px;
}
#contents .section .mgn_type02 .three_line{
	margin-bottom: 50px;
}
#contents .section .mgn_type03 .three_line{
	margin-bottom: 200px;
}
#contents .section .three_line{
	width: 290px;
	text-align: left;
	float: left;
	margin-right: 15px;
}
#contents .section .three_line.last{
	margin-right: 0;
}
#contents .section .three_line.v3{
	width: 290px;
	text-align: left;
	float: left;
	margin-right: 15px;
}
#contents .section .three_line.v3.last{
	margin-right: 0;
}
#contents .section a.three_line:hover{
	cursor: pointer;
	text-decoration: none;
}

#contents .section .three_line img{
	margin-bottom: 10px;
}
#contents .section .three_line span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000; ;
	margin-bottom: 3px;
	color: #000;
}


#contents .section #sec_nav{
	margin-bottom: 100px;
	width: 100%;
}
#contents .section #sec_nav li{
	float: left;
	width: 25%
}
#contents .section #sec_nav li a{
	display: inline-block;
	width: 100%;
	height: 75px;
	border-top: 2px solid #023F73;
	border-left: 1px solid #023F73;
	border-right: 1px solid #023F73;
	border-bottom: 2px 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: 2px solid #023F73;
}
#contents .section #sec_nav li:last-child a{
	border-right: 2px 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{
	padding-bottom: 50px;
}
#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: 18px;
	background:url(../images/icon_40x40.gif) no-repeat 0 center;
	padding: 6px 0 6px 50px;
	margin-bottom: 15px;
}
#contents .section #others_wrap .others dd{
	padding-left: 5px;
	
}







/*-------------------------------------------------------------- */
/* = kaitai
-------------------------------------------------------------- */
#contents .section #sec_nav.kaitai li{
	width: 20%;
}
#contents .section #sec_nav.kaitai li a{
	height: 100px;
	line-height: 100px;
	padding-top: 0;
}

#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;
}
#contents .section #others_wrap .others dt.icon02{
	background:url(../images/icon_kaitai_40x40.gif) no-repeat 0 center;
}
#contents .section #others_wrap .others dt.icon03{
	background:url(../images/icon_money_40x40.gif) no-repeat 0 center;
}
#contents .section #others_wrap .others dt.icon04{
	background:url(../images/icon_kyoninka_40x40.gif) no-repeat 0 center;
}
#contents .section #others_wrap .others dt.icon05{
	background:url(../images/icon_area_40x40.gif) no-repeat 0 center;
}

#contents .section #others_wrap .others.w900{
	width: 900px;
	float: none;
}
#contents .section #others_wrap .others.w900 dd{
	margin-bottom: 50px;
}
#contents .section #others_wrap .others.w900 .left_box{
	float: left;
	width: 50%;
}
#contents .section #others_wrap .others.w900 .left_box img{
	width: 430px;
	height: auto;
}
#contents .section #others_wrap .others.w900 .right_box{
	float: left;
	width: 50%;
	padding-top: 1em;
}


/*-------------------------------------------------------------- */
/* = contact
-------------------------------------------------------------- */
#contents .section .tel_box{
	width: 600px;
	margin: 0 auto 100px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 20px;
	padding: 10px 0;
}
#contents .section .tel_box dt{
	display: inline-block;
	margin-right: 20px;
}

#contents .section .tel_box dd{
	display: inline-block;
	background: url(../images/icon_tel.png) no-repeat 0 center;
	padding: 5px 0 5px 25px;
	font-weight: bold;
}
#contents .section .tit_bg_blue{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background: #023F73;
	margin-bottom: 50px;
}

#contact_tbl{
	margin-bottom: 50px;
}
#contact_tbl dl{
	display: table;
	width: 800px;
	padding: 0 50px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#contact_tbl dl:first-child{
	border-top: 1px solid #ccc;
}
#contact_tbl dl dt{
	display: table-cell;
	width: 150px;
	padding: 30px 0;
}
#contact_tbl dl dd{
	display: table-cell;
	width: 150px;
	padding: 30px 0;
}
#contact_tbl dl dd.must{
	background: url(../images/icon_must_50x20.gif) no-repeat 0 32px;
}
#contact_tbl dl dd.optional{
	background: url(../images/icon_optional_50x20.gif) no-repeat 0 32px;
}
#contact_tbl dl dd.input_area{
	width: auto
}
#contact_tbl dl dd.input_area span{
	font-size: 13px;
}


#contact_tbl dl dd input[type="text"] ,
#contact_tbl dl dd input[type="email"],
#contact_tbl dl dd input[type="tel"],
#contact_tbl dl dd textarea{
	width: 444px;
	height: 30px;
	padding: 0 15px;
	background: #eee;
	border: 1px #a3a3a3 solid;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#contact_tbl dl dd input:focus,
#contact_tbl dl dd textarea:focus{
	background: #fff;
	border: 1px solid #023F73;;
}

#contact_tbl dl dd textarea{
	width: 500px;
	height: 100px;
	padding: 10px 15px;
}

#contact_tbl input[type="submit"]{
	width: 240px;
	height: 60px;
	background: url(../images/button_sendmail_off.gif) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	outline: none;
	border: none;
	text-indent: -9999px;
	margin: 50px 0;
}
#contact_tbl input[type="submit"]:hover{
	background: url(../images/button_sendmail_on.gif) no-repeat 0 0;
}


#contents .section .thanks{
	background: #F3F3F3;
	width: 800px;
	margin: 0 auto 100px;
	padding: 100px 0;
	
}


.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color:rgba(0,0,0,0.70);
	z-index: 9998;
	cursor: pointer;
}
.modal-content {
	display: none;
	position: absolute;
	width: 600px;
	left: 50%;
	margin: 0 0 0 -300px;
	z-index: 9999;
}
.modal-close {
   position:absolute;
   top:-20px;
   right:0;
    cursor:pointer;
}





/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
    
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}

.inviewfadeInUp2 {
    
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transition: .1s;
}

.inviewfadeInUp3 {
    
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transition: .1s;
   	text-align: left;
}


.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*-------------------------------------------------------------- */
/* add / recruit
-------------------------------------------------------------- */

/*-------------------------------------------------------------- */
/* clearfix
-------------------------------------------------------------- */
.clearfix:after {  display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

#contents .section h2.recruit {
	font-size:25px;
	color:#fff;
	text-align:center;
	padding:10px;
	background-color:#023f73;
	margin-bottom:20px;
}

#contents .section h3.recruit {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}

#contents .section h4.recruit {
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

#contents .section p.recruit {
	text-align:left;
}

#contents .section #recruit_box {
	text-align:left;
	border:2px solid #023f73;
	margin:40px 0;
}

#recruit_box_left {
	float:left;
	width:160px;
	margin-right:20px;
}
#recruit_box_right {
	margin-left:180px;
}

.recruit_left {
	float:left;
	width:230px;
	text-align:left;
	padding:10px 0;
}
.recruit_right {
	text-align:left;
	margin-left:230px;
	padding:10px 0;
}


hr.line01 {
	width:100%;
	height:1px;
	background-color:#cdcdcd;
	border:none;
	color:#cdcdcd;
}

/*-------------------------------------------------------------- */
/* subsidy
-------------------------------------------------------------- */
#contents .section h3.subsidy {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}

#contents .section h4.subsidy {
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

#contents .section p.subsidy {
	text-align:left;
}

#contents .section ul.subsidy {
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
}
#contents .section ul.subsidy li {
	list-style-type:disc;
	margin-bottom:10px;
}

#contents .section ol.subsidy {
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
}
#contents .section ol.subsidy li {
	list-style-type:decimal;
	margin-bottom:10px;
}

.subsidy_left1 {
	float:left;
	width:60px;
	text-align:left;
}
.subsidy_right1 {
	margin-left:60px;
	text-align:left;
}


/*-------------------------------------------------------------- */
/* aerial photography
-------------------------------------------------------------- */
h3.aerial {
	font-size:28px;
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
}

p.aerial {
	text-align:left;
	padding-bottom:20px;
}
p.aerial2 {
	text-align:left;
	padding:20px 0;
}
p.aerial2 span {
	color:#023f73;
	font-weight:bold;
}
p.aerial3 {
	text-align:right;
}
p.aerial4 {
	text-align:left;
}
p.aerial4 span.blue {
	color:#023f73;
}
p.aerial5 {
	text-align:left;
	font-weight:bold;
	padding-bottom:20px;
}
p.aerial6 {
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

#aerial_left1 {
	float:left;
	width:430px;
	margin-right:40px;
}
#aerial_right1 {
	margin-left:470px;
}

.drone_box {
	float:left;
	width:280px;
	margin-right:30px;
}
.drone_box:last-child  {
	margin-right:0;
}
.drone_box_title {
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:1px solid #023f73;
	border-left:1px solid #023f73;
	border-right:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.drone_box_content {
	padding:10px;
	min-height:210px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ol.drone_box_content2 {
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
}
ol.drone_box_content2 li {
	list-style-type:decimal;
}
#drone_border {
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.case_box {
	float:left;
	width:280px;
	margin-right:30px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.case_box:last-child  {
	margin-right:0;
}
.case_box_title {
	font-weight:bold;
	text-align:center;
}

ul.case li {
	position:relative;
	font-size:12px;
	text-align:left;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
}
ul.case li::after,
ul.case li::before {
	display:block;
	content:'';
	position:absolute;
}
ul.case li::after {
	top:9px;
	left:-1em;
	width:6px;
	height:6px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
ul.case li::before {
	top:12px;
	left:-1.025em;
	width:8px;
	height:1px;
	background-color:#666;
}

.price_box {
	float:left;
	width:280px;
	margin-right:30px;
}
.price_box:last-child  {
	margin-right:0;
}
.price_box_title {
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:1px solid #023f73;
	border-left:1px solid #023f73;
	border-right:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.price_box_content {
	text-align:left;
	padding:10px;
	min-height:430px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.price_box_content .title {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.price_box_content .title span {
	font-size:12px;
}
p.price_box_text {
	font-size:12px;
	text-align:left;
}

.comparison_box_left {
	float:left;
	width:400px;
	margin-right:20px;
}
.comparison_box_arrow {
	float:left;
	width:60px;
	margin-right:20px;
	margin-top:19%;
}
.comparison_box_right {
	margin-left:500px;
}
.comparison_box_title {
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:1px solid #023f73;
	border-left:1px solid #023f73;
	border-right:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.comparison_box_content {
	text-align:left;
	font-weight:bold;
	padding:10px;
	min-height:545px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.comparison {
	width:100%;
	border:none;
	border-collapse:collapse;
}
table.comparison th {
	padding:0;
	width:40px;
	text-align:left;
	font-weight:bold;
}
table.comparison td.cell1 {
	padding:0 20px 0 0;
	width:100px;
	text-align:right;
}
table.comparison td.cell2 {
	padding:0;
	text-align:left;
}
hr.comparison {
	border-top:1px solid #ff993d;
	border-bottom:1px solid #f2780a;
}

.differentiate_box_left {
	float:left;
	width:400px;
	margin-right:20px;
}
.differentiate_box_arrow {
	float:left;
	width:60px;
	margin-right:20px;
	margin-top:8%;
}
.differentiate_box_right {
	margin-left:500px;
}
.differentiate_box_title {
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:1px solid #023f73;
	border-left:1px solid #023f73;
	border-right:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.differentiate_box_content {
	text-align:left;
	font-weight:bold;
	min-height:150px;
	padding:10px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.differentiate_box_content ul {
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
}
.differentiate_box_content ul li {
	list-style-type:disc;
}

.risk_box {
	float:left;
	width:280px;
	margin-right:30px;
}
.risk_box:last-child  {
	margin-right:0;
}
.risk_box_title {
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:1px solid #023f73;
	border-left:1px solid #023f73;
	border-right:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.risk_box_content {
	padding:10px;
	text-align:left;
	min-height:365px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ol.guide {
	margin:0;
	padding:0 0 0 20px;
}
ol.guide li {
	position:relative;
	padding-left:80px;
	counter-increment:li;
	text-align:left;
}
ol.guide li::before {
	content:'\002713 STEP ' counter(li) ' - ';
	display:block;
	position:absolute;
	top:.3em;
	left:-1em;
	color:#023f73;
	line-height:1;
	font-weight:bold;
}

.work_left {
	float:left;
	width:430px;
	margin-right:40px;
}
.work_right {
	margin-left:470px;
}


/*-------------------------------------------------------------- */
/* andesign
-------------------------------------------------------------- */
#contents .section h1.andesign {
	text-align:center;
}
#contents .section h3.andesign {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}

p.andesign {
	text-align:left;
}
p.andesign_r {
	text-align:right;
}

ul.andesign_able {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.andesign_able li.cell {
	float:left;
	width:280px;
	min-height:386px;
	text-align:left;
	margin-right:30px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.andesign_able li.cell:last-child {
	margin:0;
}
ul.andesign_able li.cell img {
	padding-bottom:10px;
}

.andesign_box_title {
	font-size:15px;
	color:#023f73;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;
}
.andesign_box_title2 {
	font-size:15px;
	color:#023f73;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;
}
ul.andesign_box_cell {
	margin:0 0 0 20px;
	padding:0;
}
ul.andesign_box_cell li {
	list-style-type:disc;
	padding-bottom:5px;
}
ul.andesign_box_cell li:last-child {
	padding:0;
}

.andesign_box {
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.andesign_business {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.andesign_business li.cell {
	float:left;
	width:210px;
	text-align:left;
	margin-right:20px;
	min-height:198px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.andesign_business li.cell:last-child {
	margin:0;
}

ul.andesign_plan {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.andesign_plan li.cell {
	float:left;
	width:280px;
	margin-right:30px;
	border:1px solid #023f73;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.andesign_plan li.cell:last-child {
	margin:0;
}

table.andesign_company {
	width:100%;
	border-collapse:collapse;
}
table.andesign_company tr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.andesign_company th {
	font-weight:bold;
	text-align:left;
	padding:10px 0;
	width:230px;
}
table.andesign_company td {
	padding:10px 0;
}
ul.andesign_approve {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.andesign_approve li.cell1 {
	float:left;
	width:160px;
	margin-right:10px;
}
ul.andesign_approve2 {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.andesign_approve2 li.cell1 {
	float:left;
	width:160px;
	margin-right:10px;
}

/*-------------------------------------------------------------- */
/* sekimen2
-------------------------------------------------------------- */
#sekimen2_box {
	border:1px solid #023f73;
}

p.sekimen2_right {
	text-align:right;
}
p.sekimen2_right2 {
	text-align:right;
}
p.sekimen2_left {
	text-align:left;
}

#contents .section h3.sekimen2 {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}
#contents .section h4.sekimen2 {
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}
#contents .section h5.sample_report {
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

table.sekimen2_1 {
	width:100%;
	border-collapse:collapse;
}
table.sekimen2_1 tr {
	border:1px solid #ccc;
}
table.sekimen2_1 th.cell1 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:160px;
	border:1px solid #ccc;
}
table.sekimen2_1 th.cell2 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:370px;
	border:1px solid #ccc;
}
table.sekimen2_1 td.cell1 {
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
}
table.sekimen2_1 td.cell2 {
	text-align:left;
	padding:10px;
	border:1px solid #ccc;
}

.sekimen2_1_left {
	float:left;
	width:140px;
	margin-right:10px;
}
.sekimen2_1_right {
	margin-left:150px;
}
span.sekimen2_1 {
	font-size:12px;
}

table.sekimen2_2 {
	width:100%;
	border-collapse:collapse;
}
table.sekimen2_2 tr {
	border:1px solid #ccc;
}
table.sekimen2_2 th.cell1 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:100px;
	border:1px solid #ccc;
}
table.sekimen2_2 th.cell2 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:160px;
	border:1px solid #ccc;
}
table.sekimen2_2 td.cell1 {
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
}
table.sekimen2_2 td {
	padding:10px;
	border:1px solid #ccc;
}

table.sekimen2_3 {
	width:100%;
	border-collapse:collapse;
}
table.sekimen2_3 tr {
	border:1px solid #ccc;
}
table.sekimen2_3 th.cell1 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:300px;
	border:1px solid #ccc;
}
table.sekimen2_3 th.cell2 {
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	width:150px;
	border:1px solid #ccc;
}
table.sekimen2_3 td.cell1 {
	text-align:left;
	padding:10px;
	border:1px solid #ccc;
}
table.sekimen2_3 td.cell2 {
	text-align:right;
	padding:10px;
	border:1px solid #ccc;
}
table.sekimen2_3 td.cell3 {
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
}

ul.report_sample {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.report_sample li {
	float:left;
	width:420px;
	margin-right:60px;
	text-align:center;
}
ul.report_sample li:last-child {
	margin:0;
}

ul.referencematerial {
	margin:0;
	padding:0;
}
ul.referencematerial li {
	text-align:left;
	margin-bottom:5px;
}
ul.referencematerial li:last-child {
	margin:0;
}

.ml-display {
	display:block;
}


.ml{
	display:none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}


/* add */
/*-------------------------------------------------------------- */
/* index
-------------------------------------------------------------- */
#contents h3.title {
	font-size: 28px;
	font-weight: bold;
	text-align:left;
	color:#023f73;
	padding-bottom: 10px;
}

#contents .box_topics {
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding:20px;
	text-align:left;
}

#contents ul.top_youtube {
	margin:0;
	padding:0;
	list-style-type:none;
}
#contents ul.top_youtube li {
	float:left;
	width:280px;
	margin-right:30px;
}
#contents ul.top_youtube li:last-child {
	margin:0;
}

ul.article {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.article li {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #023f73;
}
ul.article li:last-child {
	margin:0;
	padding:0;
	border:0;
}

#contents .box_contact {
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding:20px;
	text-align:left;
}
table.top_contact {
	border-collapse:collapse;
}
table.top_contact td.cell1 {
	text-align:right;
	padding-right:20px;
}
table.top_contact td.cell2 {
	padding-right:20px;
}

/*-------------------------------------------------------------- */
/* SAFETY
-------------------------------------------------------------- */
#contents .section h3.safety {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}

p.safety {
	text-align:left;
}
p.safety_r {
	text-align:right;
	font-weight:bold;
	color:#023f73;
}
p.safety_left {
	text-align:left;
	font-weight:bold;
	color:#023f73;
}

ul.safety {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.safety li {
	text-align:left;
	margin-bottom:5px;
}
ul.safety li:last-child {
	margin:0;
}

/*-------------------------------------------------------------- */
/* CUSTOMER
-------------------------------------------------------------- */
#customer_left {
	float:left;
	width:450px;
	text-align:center;
	border-right:1px solid #023f73;
}
#customer_right {
	margin-left:450px;
	text-align:center;
}

#contents .section h3.customer {
	font-size:20px;
	color:#000;
	text-align:left;
	border-left:5px solid #023f73;
	padding:3px 0 3px 15px;
	margin-bottom:20px;
}
#contents .section h4.customer {
	font-size:20px;
	color:#023f73;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#contents .section h5.customer {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

p.customer {
	text-align:left;
}
p.customer span.red {
	color:#f00;
}
p.customer2 {
	text-align:center;
	color:#023f73;
}

ul.amount_receivedsafety {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.amount_receivedsafety li {
	float:left;
	text-align:left;
	margin-right:20px;
}
ul.amount_receivedsafety li:last-child {
	margin:0;
}

ul.institution {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.institution li {
	float:left;
	width:280px;
	margin-right:30px;
}
ul.institution li:last-child {
	margin:0;
}

#traffic_right {
	float:right;
	width:500px;
	margin-left:20px;
}
#traffic_left {
	margin-right:520px;
	text-align:left;
}
#traffic_left span {
	color:#7d7d7d;
}

#tpoint_left {
	float:left;
	width:60px;
	margin-right:20px;
}
#tpoint_right {
	margin-left:80px;
	text-align:left;
}


/*-------------------------------------------------------------- */
/* CORPORATE
-------------------------------------------------------------- */
#title_mindidentity {
	font-size:26px;
	text-align:center;
	font-weight:bold;
}
#title_mindidentity a, #title_mindidentity a:hover {
	color:#000;
	text-decoration:none;
}


/*-------------------------------------------------------------- */
/* DISCLOSURE
-------------------------------------------------------------- */
.disclosure_text_r {
	text-align:right;
	padding-top:30px;
}

h3.disclosure {
	font-size:26px;
	text-align:left;
	padding-bottom:20px;
}
table.disclosure {
	width:100%;
	border-collapse:collapse;
}
table.disclosure th {
	text-align:left;
	padding:20px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.disclosure td {
	text-align:center;
	width:70px;
	/*padding:20px;*/
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*-------------------------------------------------------------- */
/* CONSTRUCTION RESULTS
-------------------------------------------------------------- */
.constructionresults_text_r {
	text-align:right;
	padding-top:30px;
}

h3.constructionresults {
	font-size:26px;
	text-align:left;
	padding-bottom:20px;
}
table.constructionresults {
	width:100%;
	border-collapse:collapse;
}
table.constructionresults th {
	text-align:center;
	font-weight:bold;
	padding:20px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.constructionresults th.cell1 {
	text-align:center;
	font-weight:bold;
	padding:20px;
	width:100px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.constructionresults td {
	text-align:center;
	padding:20px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

table.constructionresults2 {
	width:100%;
	border-collapse:collapse;
}
table.constructionresults2 th {
	text-align:center;
	font-weight:bold;
	padding:20px;
	width:50%;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

table.constructionresults2 td {
	text-align:center;
	padding:20px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* add */


.pd10 {
	padding:10px;
}
.pd20 {
	padding:20px;
}
.pd_tb10 {
	padding:10px 0;
}
.pd_tb20 {
	padding:20px 0;
}

.height10 {
	height:10px;
}
.height20 {
	height:20px;
}
.height40 {
	height:40px;
}
.height50 {
	height:50px;
}
.height100 {
	height:100px;
}
.grecaptcha-badge {
	
}
.notel{
pointer-events: none;
}