@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	color:#5f5f5f;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

/* default */

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;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{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:color:#5f5f5f;;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}
a{text-decoration: none;}


/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/* layout ---------------------------------------*/

.wrapper{
	width:980px;
	margin:0 auto 100px auto;
}

.inner{
	width:980px;
	margin:0 auto;
}

.overlay{
	display: none;
}



/* header ---------------------------------------*/

header{
	position:relative;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:100;
}

.headerInner{}

.headerLogo{
	display: block;
	background: url(../img/common/logo.png) 0 0 no-repeat;
	width:230px;
	height:28px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left:30px;
	top:20px;
}

.contactLogo{
	display: block;
	background: url(../img/common/logo_contact.png) 0 0 no-repeat;
	width:360px;
	height:44px;
	text-indent: -999em;
	overflow: hidden;
	margin:50px auto 0;
}


/* gnav ---------------------------------------*/

#gnav{
	position: absolute;
	right:20px;
	top:0px;
	line-height: 1.0;
}

#gnav ul{font-size: 0px;}

#gnav ul li{
	display: inline-block;
	font-size: 13px;
}

#gnav ul li a{
	display: block;
	padding:28px 20px;
	color:#fff;
	position: relative;
}

#gnav ul li a:after{
	display:block;
	content:'';
	background:#fff;
	width:100%;
	height:4px;
	position:absolute;
	right:0;
	bottom:6px;
	transition: all .3s ease;
	opacity:0;
	visibility: hidden;
}

#gnav ul li a:hover:after{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

#openMenu{display:none;}


/* fixed header and gnav ---------------------------------------*/

header.hide{
	transition: all .25s ease;
	transform:translate3D(0,-70px,0);
	opacity:0;
}

header.fixed{
	position:fixed;
	left:0px;
	top:0px;
	background: #fff;
	height:68px;
}

header.fixed.active{
	transform:translate3D(0,0,0);
	opacity:1;
	box-shadow:0px 1px 1px rgba(0,0,0,0.05);
}

header.fixed #gnav ul li a{color:#5f5f5f;}

header.fixed .headerLogo{
	background: url(../img/common/logo_fixed.png) 0 0 no-repeat;
}

header.fixed #gnav ul li a:hover{color:#306798;}

header.fixed #gnav ul li a:after{
	background: #306798;
}

/* footer ---------------------------------------*/

footer{
	background: #353535;
	color:#fff;
	padding:43px 0;
	line-height: 1.0;
}

footer .copyright{
	display: block;
	text-align: center;
	font-size: 14px;
}


/* table ---------------------------------------*/

.tableType1{
	width:100%;
	text-align: left;
	line-height: 1.7;
}

.tableType1 th,
.tableType1 td{
	border-bottom:1px solid #eee;
	padding:15px 0;
	vertical-align: top;
	text-align: left;
}

.tableType1 th{
	width:100px;
	padding-top:25px;
}

.tableType1 td > div{
	border-left:1px dotted #eee;
	padding:10px 0 10px 30px;
}

.tableType1 td small{
	display: block;
	font-size: 14px;
	color:#999;
	line-height: 1.8;
}

/* form ---------------------------------------*/

.formSelect{
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url(../img/icon_select.png) 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50% ,#eee 100%);
	background: url(../img/icon_select.png) 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50% ,#eee 100%);
	background-size: 8px 36px;
	border-radius:0;
}

.formText[type="text"]{
	padding:8px 5px;
	border:2px solid #eee;
	width:100%;
	box-sizing:border-box;
}

.formText.error{background: #FEE3E3;}

.formRadio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.formRadio label {
	background: url(../img/radio.png) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.formRadio input[type="radio"] {display: none;}
.formRadio input:checked + label {background-image: url(../img/radio_on.png);}
.formRadio input:disabled + label {opacity: 0.7;}

.formCheckbox {
  display: inline-block;
  line-height: 1;
  margin-right: 25px;
  font-size: 16px;
}

.formCheckbox label {
	background: url(../img/common/check.png) left 2px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 20px;
	margin: 0px 0;
	padding: 0px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.formCheckbox input[type="checkbox"] {position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}
.formCheckbox input:checked + label {background-image: url(../img/common/check_on.png);}
.formCheckbox input:disabled + label {opacity: 0.7;}

.formTextarea{
	padding:8px 5px;
	border:2px solid #eee;
	width:100%;
	box-sizing:border-box;
	height:220px;
}

.submit{
	padding:55px 0;
	text-align: center;
	height:80px;
}

.submit button,
.submit a.btn,
.submit a.btnBack{
	display: inline-block;
	line-height: 1.0;
	padding:26px 0;
	color:#Fff;
	border:none;
	background: #246A98;
	text-align: center;
	font-size: 16px;
	border-radius:10px;
	width:265px;
	box-shadow:0 -8px rgba(0,0,0,0.15) inset;
	vertical-align: top;
	cursor:pointer;
	transition: all .25s ease;
	position: relative;
	top:0px;
}

.submit button:hover,
.submit a.btn:hover{
	background-color: #3E93C8;
	box-shadow:none;
	padding:24px 0;
	top:4px;
}

.submit a.btnBack{
	background: #BABABA;
	margin-right: 20px;
}

.submit a.btnBack:hover{
	background-color: #ccc;
	box-shadow:none;
	padding:24px 0;
	top:4px;
}

.error {
	color: #FC5E61;
	font-size: 13px;
}

label.error{
	display: block;
	padding-top: 5px;
}


@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 768px){

	/* default */
	img{max-width:100%;}
	*{box-sizing:border-box;}

	/* common item */
	.pc{display: none !important;}
	.pcbr{display: none;}

	.headerInner,
	.footerInner,
	.inner,
	.wrapper{
		min-width:0;
		width:100%;
	}

	header{
		width:100%;
		left:0px;
		top:0px;
		z-index: 1000;
		padding:0px 0 0 0;
	}

	.headerInner{
		position: relative;
		z-index:200;
	}

	.headerLogo{
		display: block;
		background: url(../img/common/logo_sp.png) 0 0 no-repeat;
		background-size: 100%;
		width:185px;
		height:22.5px;
		text-indent: -999em;
		overflow: hidden;
		position: absolute;
		left:15px;
		top:13px;
	}

	.contactLogo{
		display: block;
		background: url(../img/common/logo_contact_sp.png) 0 0 no-repeat;
		background-size: 100%;
		width:260px;
		height:32px;
		margin:30px auto 0;
	}

	.overlay{
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:300px;
		background: rgba(0,0,0,0.9);
		left:0;
		top:0;
		z-index:6;
	}

	#openMenu{
		display:block;
		width:48px;
		height:48px;
		text-indent: -99em;
		overflow: hidden;
		position:fixed;
		right:0px;
		top:0px;
		background: #18689C;
	}

	#openMenu span{
		content:'';
		display: block;
		width:20px;
		height:1px;
		background: #fff;
		position: absolute;
		left:15px;
		transition: all .25s ease;
	}

	#openMenu span:nth-child(1){top:18px;}
	#openMenu span:nth-child(2){top:24px;}
	#openMenu span:nth-child(3){top:30px;}

	#openMenu.open span:nth-child(1){
		transform:rotate(45deg);
		top:22px;
		left:15px;
	}

	#openMenu.open span:nth-child(2){
		opacity:0;
		left:-10px;
	}

	#openMenu.open span:nth-child(3){
		transform:rotate(-45deg);
		top:22px;
		left:15px;
	}

	.menuopen{
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* gnav ---------------------------------------*/

	#gnav{
		border:none;
		background: #18689C;
		padding-bottom: 30px;
		overflow:auto;
		z-index:100;
		text-align: center;
		position: fixed;
		left:0px;
		top:0px;
		width:100%;
		opacity:0;
		transition: all .5s ease;
		transform:translate3d(0,-20px,0);
		visibility: hidden;
	}

	#gnav.active{
		transform:translate3d(0,0,0);
		opacity:1;
		visibility: visible;
	}

	#gnav ul{
		padding:70px 40px 0;
		width:auto;
		border-left:none;
		margin-bottom: 25px;
	}

	#gnav ul li{display:block;}

	#gnav ul li a{
		border-right:none;
		border-bottom:1px solid #196495;
		width:auto;
		height:auto;
		line-height:1.0;
		font-size:16px;
		padding:25px 0px;
		color:#fff;
		text-decoration: none;
	}

	#gnav ul li a:after{display: none;}

	#gnav .gnavContact img{width:265px;}


	/* footer ---------------------------------------*/

	footer{
		background: #353535;
		color:#fff;
		padding:30px 0;
	}

	footer .copyright{font-size: 10px;}


	/* table ---------------------------------------*/

	.tableType1,
	.tableType1 tbody,
	.tableType1 thead,
	.tableType1 tr,
	.tableType1 th,
	.tableType1 td{
		width:auto;
		display: block;
		border:none;
	}

	.tableType1 tr{
		padding:10px 0;
		border-bottom:1px solid #eee;
	}

	.tableType1 th,
	.tableType1 td{
		font-size: 14px;
		padding:0;
	}

	.tableType1 th{font-weight: bold;}

	.tableType1 td > div{
		padding:0;
		border:none;
	}

	.tableType1 td small{
		font-size: 12px;
		line-height: 1.6;
	}

	.tableType1 td small span{
		display: inline-block;
		text-indent: -1em;
		margin-left: 1em;
	}


	/* form ---------------------------------------*/

	.formTextarea{
		height:170px;
	}

	.submit{
		padding:30px 0 50px;
		text-align: center;
		height:auto;
	}

	.submit button,
	.submit a.btn,
	.submit a.btnBack,
	.submit button:hover,
	.submit a.btn:hover,
	.submit a.btnBack:hover{
		display: block;
		margin:0 auto;
		padding:18px 0;
		font-size: 14px;
		border-radius:5px;
		width:200px;
		top:0px;
		box-shadow:0 -4px rgba(0,0,0,0.15) inset;
	}



	.submit a.btnBack,
	.submit a.btnBack:hover{
		margin:10px auto 0px;
	}
}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}