@charset "utf-8";

/* CSS Document */

/*---------------------------------------------------------------
  link
----------------------------------------------------------------*/
a:link{ text-decoration:none; color:#000;}
a:visited{ text-decoration:none; color:#000;}
a:hover{ text-decoration:none; color:#999;}
/*
a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
*/


/*---------------------------------------------------------------
  base
----------------------------------------------------------------*/
html{
	font-size: 62.5%; /*10px*/
	height:100%;
}

body {
color:#000;
font-size:16px;
font:1.6rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo , Osaka, sans-serif;
line-height:1.8;
overflow:hidden;
overflow-y:scroll;
-webkit-font-smoothing: antialiased;
height:100%;
}

table { font-size:100%;}


/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}


/*---------------------------------------------------------------
  clear
----------------------------------------------------------------*/
.clr{clear:both;}

.clrfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clrfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clrfix {height: 1%;}
.clrfix {display:block;}
/* End Hack */ 

.disnon{
	display:none;
}


.dispWrap{
	display:table;
	height:100%;
	width:100%;
}

.dispBox{
	display:table-cell;
	vertical-align:middle;
}

.dispBox > section{
	display:block;
	max-width:960px;
	margin:0 auto;
}

main{ display:block; height:100%;}

#header{
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,.25);
	z-index:9999;
}

#header header{
	display:block;
	width:960px;
	margin:0 auto;
	position:relative;
	height:80px
}

#header h1{
	position:absolute;
	top:20px;
	left:0
}

#gnav{
	position:absolute;
	right:5px;
	bottom:20px;
}

#gnav li{
	float:left;
	margin:0 0 0 30px;
	line-height:1;
	font-size:13px;
	font-size:1.3rem;
}

#gnav li a{
	display:inline-block;
	background:url(../images/im_arrow01.png) no-repeat center bottom;
	padding:0 0 10px;
}

#sec01{
	background:url(../images/bg_main.jpg) fixed center;
	background-size:cover;
	color:#FFF;
	text-shadow:0 0 10px rgba(0,0,0,.45);
}
#sec01 h2{
	font-size:36px;
	font-size:3.6rem;
	line-height:1;
	margin:0 0 .5em
}
#sec01 p{
	font-size:24px;
	font-size:2.4rem;
	line-height:1.4
}
#sec01 p span{display:block;}


.dispWrap#sec02{
	display:block;
	height:auto;
	width:100%;
}

#sec02 .dispBox{
	display:block;
	background:url(../../images/bg_sec02.gif) no-repeat right bottom;
	background-size:20% auto
}

#sec02 section{
	padding:150px 0;	
}

#sec02 .imArea{
	width:330px;
	float:left;
	padding:20px 0;
}

#sec02 .txArea{
	width:100%;
	float:right;
	box-sizing:border-box;
	margin:0 0 0 -330px;
	padding:0 0 0 430px;	
}

h2.secTitle{
	font-size:24px;
	font-size:2.4rem;
	margin-bottom:1.5em;	
}

h2.secTitle span{
	display:block;
	line-height:1;
	font-size:1px;
	margin:0 0 .5em
}

#sec02 dt{
	font-weight:bold;
	margin:0 0 .8em;
	line-height:1;
}

#sec02 dd{
	margin:0 0 2em	
}

#sec02 dd .im{
	display:block;
	margin:1.5em 0;	
}

#sec02 dd:last-child{
	margin:0;
}

.dispWrap#sec03{
	background:#000;
	color:#FFF;
	height:auto;
	display:block;
}

#sec03 .dispBox{
	display:block;
}

#sec03 section{
	padding:150px 0;
}

#sec03 .im01{
	float:right;
	margin:-80px 10px 45px;
}

#sec03 .im02{
	clear:both;
}

#sec03 .im02 li{
	float:left;
	width:33.333333%;
	padding:0 15px;
	box-sizing:border-box;
}

#sec03 .im02 ul{
	margin:0 -15px;	
}

#sec03 .im02 img{
	border:1px solid #FFF;
	width:100%;
	height:auto;
}

#sec03 h3{
	font-weight:bold;
	line-height:1;
	margin-bottom:.8em;
}

#sec03 p{
	width:500px;
	margin:0 0 2em
}


#sec03 .dispBox{
	display:block;
}

.dispWrap#sec04{
	display:block;
	height:auto;
}

#sec04 .dispBox{
	display:block;
}

#sec04 section{
	padding:150px 0;	
}

#sec04 .imArea{
	width:330px;
	float:left;
	text-align:center;
	position:relative;
}

#sec04 .txArea{
	width:100%;
	float:right;
	box-sizing:border-box;
	margin:0 0 0 -330px;
	padding:.8em 0 0 430px;
}

#sec04 dt{
	margin:1.5em 0 0
}

#sec04 dd{
	margin:0 0 1.5em;
}

#sec04 .im01{
	margin:2em 0;
}

#sec05{
	color:#FFF;
	display:block;
	margin-top:-80px;
	padding-top:80px;
	height:auto;
}

#sec05 .dispBox{
	display:block;
	background:#000 url(../../images/bg_sec05.gif) no-repeat right center;	
	padding:80px 0;
}

#sec05 .dlTitle{
	clear:both;
	width:100%;
	float:left;
	box-sizing:border-box;
	margin:0 -350px 3em 0;
	padding:0 350px 0 0;	
}

#sec05 .btn{
	width:330px;
	float:right;
	margin:18px 0 0;	
}

#sec05 .btn > ul{
	margin:0 -5px;
}

#sec05 .btn > ul > li{
	width:33.33333%;
	float:left;
	padding:0 5px;
	box-sizing:border-box;
	position: relative;
}

#sec05 .btn a{
	display:block;
	line-height:60px;
	background:#44C8F5;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	font-size: 16px;
	transition: .2s;
}

#sec05 .btn a[href]:hover{
	opacity: .8;
}

#sec05 .btn li a{
	font-size:13px;
}

#sec05 .btn li .balloon{
	display: none;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	min-height: 50px;
	background: #fff;
	border-radius: 10px;
	width: 200px;
	padding: 20px;
	z-index: 100;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

#sec05 .btn li:hover .balloon{
	display: block;
}

#sec05 .btn li .balloon::before{
	content: "";
	position: absolute;
	top: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	left: 50%;
	transform: translate(-50%, -100%);
}

@media screen and (max-width: 600px) {
	#sec05 .btn li .balloon li{
		margin: 0;		
	}
	
	#sec05 .btn li .balloon li + li{
		margin-top: 10px;
	}
	
	#sec05 .btn li:first-child .balloon{
		transform: none;
		left: 0;
	}
	#sec05 .btn li:first-child .balloon::before{
		left: 20%;
		left: 13.5vw;
		transform: translate(0, -100%);
	}
	
	#sec05 .btn li:last-child .balloon{
		transform: none;
		left: auto;
		right: 0;
	}
	#sec05 .btn li:last-child .balloon::before{
		left: auto;
		right: 20%;
		right: 13.5vw;
		transform: translate(0, -100%);
	}
}

#sec05 .btn li .balloon li + li{
	margin-top: 10px;
}

#sec05 .btn li .balloon a{
	line-height: 36px;
	font-size: 13px;
	background: #023E88;
}

#sec05 h2{
	margin-bottom:.5em;
}

#sec05 p{
	font-size:15px;
	font-size:1.5rem;
}


#footer footer{
	display:block;
	width:960px;
	margin:0 auto;
	position:relative;
	padding:80px 0 50px
}

#footer h2{
	margin:0;
}

#footer h2 + p{
	margin:1.5em 0;
}

#footer dt{
	clear:both;
	float:left;
	width:7em;
}

#footer dd{
	float:left;
	margin:0 1em 0 0;
}

#footer .btn{
	clear:both;
	width:330px;
	margin:3.1em 0 0;
	text-align:center;
}

#footer .btn a{
	display:block;
	background:#023E88;
	color:#FFF;
	line-height:60px;
	border-radius:5px;
	font-size: 16px;
}

#footCredit{
	position:absolute;
	bottom:50px;
	right:0;
	text-align:center;
	line-height:1;
}

#footCredit .url{
	font-size:12px;
	font-size:1.2rem;
	color:inherit;
	margin:1em 0 1.3em
}

#footCredit .copy{
	font-size:14px;
	font-size:1.4rem;
}

#copyright{
	clear:both;
	background:#E5E5E5;
	line-height:50px;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;	
}

.fadeImg{
	opacity:0;
	position:relative;
	top:-10px;
	transition:all linear .4s
}

.fadeImg.fadeInDown{
	opacity:1;
	top:0;
}


.baseTbl{
	border:1px solid #D6D6D6;
	border-collapse:collapse;
}

.baseTbl th,
.baseTbl td{
	padding:0.8em 1em;
	border:1px solid #D6D6D6;
	font-size:14px;
	font-size:1.4rem;
}

.baseTbl th{
	background:#FAFAFA;
	width:1%;
	white-space:nowrap;
}

.btn_c{
	text-align:center;	
	padding:2em 0;
}

.btn_c input{
	width:300px;
	border:none;
	background:#023E88;
	color:#FFF;
	line-height:60px;
	border-radius:5px;
	font-size:16px;
	font-size:1.6rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
	margin:0 1em
}

.btn_c input[name="re"]{
	background:#999;
	color:#FFF;	
}

.baseTbl input,
.baseTbl select,
.baseTbl textarea{
	border:1px solid #D6D6D6;
	padding:5px;
	font-size:14px;
	font-size:1.4rem;
	width:50%;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,.15);
}

.baseTbl textarea{
	font-size:13px;
}


.baseTbl textarea{
	height:20em;
	width:90%;
}

.baseTbl input.formS{ width:10em;}
.baseTbl input.formM{ width:50%;}
.baseTbl input.formL{ width:90%;}

.baseTbl input[name="zip01"]{ width:5em;}
.baseTbl input[name="zip02"]{ width:8em;}

.baseTbl .att{ color:#F00;}

#pageTitle{
	font-size:26px;
	font-size:2.6rem;
	line-height:1;
	padding:0 0 .5em;
	border-bottom:1px solid #D6D6D6;
	margin:0 0 1.2em
}

.finishTxt{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
}


body#inquiry .dispBox {
    vertical-align: top;
	 padding-top:120px;
}