@charset "UTF-8";
/*

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,'ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif;
 font-size: 17px;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #221814;
}
@media screen and (max-width: 767px) {
body {
 font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	background:#fff;
	min-width:1200px;
}
@media screen and (max-width: 767px) {
#wrapper {
	min-width:320px;
}
}


/* !header
---------------------------------------------------------- */
#header {
	width:100%;
}
#header .headerpc {
	background:#62a4c1;
}
@media screen and (max-width: 767px) {
#header .headerpc {
	display:none;
}
}
#header .headerinner {
	max-width:1000px;
	margin:0 auto;
}
#header .headertop {
	background:#fff;
}
#header .headerhd {
	font-size:12px;
	float:left;
	margin-top:3px;
}
#header .headerlink {
	float:right;
	font-size:13px;
	background:#315c6f;
	padding:3px 10px;
	color:#fff;
}
#header .headerlink a {
	font-size:12px;
	color:#fff;
}
#header .gnavi {
	padding:25px 0 20px;
}
#header .gnavi ul {
	overflow:hidden;
}
#header .gnavi li {
	float:left;
}
#header .headerpc.off {
	position:fixed;
	left:0;
	width:100%;
	z-index:999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .headersp {
	display:none;
}
@media screen and (max-width: 767px) {
#header .headersp {
	display:block;
	background:#62a4c1;
	padding:10px;
	color:#fff;
	position:relative;
}
#header .headersplogo {
	float:left;
	font-size:20px;
	margin-top:5px;
}
#header .headerspbtn {
	float:right;
	width:150px;
	margin-top:5px;
	margin-right:20px;
}
#header .navbarToggle {
	float:right;
	width:40px;
	cursor:pointer;
}
}
@media screen and (max-width: 479px) {
#header .headersplogo {
	font-size:18px;
}
#header .headerspbtn {
	margin-right:10px;
}
}


/* !navbarCollapse
---------------------------------------------------------- */
.navbarCollapse {
	display:none;
	background:rgba(0,0,0,0.7);
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	z-index:9;
}
.navbarCollapse li+li {
	border-top:1px #fff solid;
}
.navbarCollapse a {
	display:block;
	color:#fff;
	font-size:16px;
	padding:10px 5px 10px 40px;
	vertical-align:middle;
	position:relative;
}
.navbarCollapse .menuico {
	position:absolute;
	left:5px;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}
.navbarCollapse .menuico img {
	width:30px;
}
	
/* !mainimg
---------------------------------------------------------- */
#mainimg {
	max-width:1200px;
	margin:0 auto;
	height:453px;
	position:relative;
}
#mainimg .mainimgin {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#mainimg .mainscroll {
	position:absolute;
	left:50%;
	top:475px;
	transform:translateX(-50%);
	z-index:3;
}
@media screen and (max-width: 767px) {
#mainimg {
	max-width:inherit;
	margin:auto;
	height:auto;
}
#mainimg .mainimgin {
	position:relative;
	left:inherit;
	top:inherit;
}
#mainimg .mainimgin img {
	width:100%;
}
#mainimg .mainscroll {
	position:absolute;
	left:50%;
	top:auto;
	bottom:-50px;
	width:100px;
	transform:translateX(-50%);
	z-index:3;
}
}
@media screen and (max-width: 479px) {
#mainimg .mainscroll {
	bottom:-40px;
	width:80px;
}
}


/* !contents
---------------------------------------------------------- */
#contents .contentsin {
	background:url(../img/bg.png) 0 0 repeat;
	padding-top:180px;
}
@media screen and (max-width: 767px) {
#contents {
	background:url(../img/bg.png) 0 0 repeat;
}
#contents .contentsin {
	background:none;
	padding-top:100px;
}
}

/* !H
---------------------------------------------------------- */
.hdlarea {
	margin-bottom:50px;
	text-align:center;
	position:relative;
}
.hdlarea:before {
	position:absolute;
	content:"";
	left:50%;
	top:100%;
	background:#000;
	width:1px;
	height:20px;
	z-index:2;
}
.hdlinner {
	margin-top:15px;
	padding:5px 40px;
	display:inline-block;
	position:relative;
}
.hdlinner:before {
	position:absolute;
	content:"";
	background:url(../img/left_brackets.png) 0 0 no-repeat;
	left:0;
	top:0;
	width:11px;
	height:24px;
	z-index:2;
}
.hdlinner:after {
	position:absolute;
	content:"";
	background:url(../img/right_brackets.png) 0 0 no-repeat;
	right:0;
	bottom:0;
	width:11px;
	height:24px;
	z-index:2;
}
.hdljp {
	border-bottom:1px #62a4c1 solid;
	padding:0 10px 10px;
	margin-bottom:10px;
	text-align:center;
	font-size:35px;
}
.hdlen {
	font-size:12px;
}
@media screen and (max-width: 767px) {
.hdlarea {
	margin-bottom:40px;
}
.hdlinner {
	padding:10px 30px;
}
.hdljp {
	font-size:28px;
}
}


/* !pageTop
---------------------------------------------------------- */
.pageTop {
	text-align:center;
}
/* !footer
---------------------------------------------------------- */
#footer {
	margin-top:50px;
}
.copyright {
	background:#62a4c1;
	padding:60px 0;
	text-align:center;
	margin-top:40px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
#footer {
	margin-top:30px;
}
.copyright {
	padding:30px 0;
	margin-top:20px;
}
}

	
/* !Section
---------------------------------------------------------- */

.section {}





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


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

