@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: #ab4d00;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/


/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	overflow-y: scroll;
	line-height: 1.25;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header------------------------------------------------------------*/
.HeadHide { transform: translateY(-100%); }
div#Header {
	position: fixed;
	width: 100%;
	background-color: #004791;
	top: 0;
	transition: .5s;
	z-index: 999;
}

/*------------HNav------------------------------------------------------------*/
div#HNav {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

/*------------h1------------------------------------*/
div#HNav h1 {
	width: 980px;
	padding-top: 0.25em;
	margin: 0 auto;
	text-align: right;
	font-size: 0.75em;
	color: #fff;
}

/*------------InHNav------------------------------------*/
div#HNav div#InHNav {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 30px;
	overflow: hidden;
}
div#HNav div#InHNav h2 {
	width: 304px;
	float: left;
}
div#HNav div#InHNav h2 a {
	display: block;
	height: 54px;
	background: url(../../img/parts/header_logo.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HNav div#InHNav ul {
	width: 500px;
	margin-top: 10px;
	float: right;
	list-style: none;
	overflow: hidden;
}
div#HNav div#InHNav ul li {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	background: url(../../img/parts/hnav_arrow.png) no-repeat center bottom;
}
div#HNav div#InHNav ul li:before {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background-color: #fff;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
div#HNav div#InHNav ul li:nth-last-of-type(1):before { background-color: transparent; }
div#HNav div#InHNav ul li a {
	position: relative;
	display: block;
	padding: 0.8em 0;
	transition: .5s;
	z-index: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "M PLUS Rounded 1c", sans-serif;
	font-size: 0.93em;
	color: #fff;
}
div#HNav div#InHNav ul li#GMBtn01 a { background-image: url(../../img/pc/gmbtn01.png); }
div#HNav div#InHNav ul li#GMBtn02 a { background-image: url(../../img/pc/gmbtn02.png); }
div#HNav div#InHNav ul li#GMBtn03 a { background-image: url(../../img/pc/gmbtn03.png); }
div#HNav div#InHNav ul li#GMBtn04 a { background-image: url(../../img/pc/gmbtn04.png); }
div#HNav div#InHNav ul li a:hover {
	text-decoration: none;
	color: #ff0;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	padding-top: 132px;
	overflow: hidden;
}

/*------------Title------------------------------------*/
div#Title {
	background: url(../../img/parts/title_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , Garamond , "Times New Roman" , serif;
	color: #fff;
}
div#Title h2,
div#Title p {
	line-height: 1.2;
	text-shadow: 
		#004791 1px 1px 10px,
		#004791 -1px 1px 10px,
		#004791 1px -1px 10px,
		#004791 -1px -1px 10px;
	font-weight: bolder;
}
div#Title h2 { font-size: 2.25em; }

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	background: url(../../img/parts/shadow.png) repeat-x left top;
}

/*------------InBox------------------------------------*/
div.InBox {
	position: relative;
	width: 980px;
	margin: 0 auto 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
div.InBox:before {
	position: absolute;
	display: block;
	width: 900px;
	border-bottom: 1px dashed #bfbfbf;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: "";
	z-index: 0;
}
div.InBox h3 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 0.45em;
	background: url(../../img/parts/title_line01.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.75em;
	color: #004791;
}
div.InBox h3:before {
	position: absolute;
	display: block;
	width: 430px;
	border-bottom: 5px solid #dfdfdf;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: "";
	z-index: 0;
}
div.InBox p + p { margin-top: 0.8em; }

div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	width: 12%;
	padding: 10px 20px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.Inner {
	width: 100%;
	margin: 20px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	background-color: #fff;
	font-size: 0.75rem;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 262px;
	margin: 0 auto;
}
div#FooterAdd h2 {
	width: 262px;
	margin: 0 auto;
}
div#FooterAdd h2 a {
	display: block;
	height: 66px;
	background: url(../../img/parts/footer_logo.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd dl {
	width: 230px;
	margin: 20px auto 0;
}
div#FooterAdd p,
div#FooterAdd dl dt { display: none; }
div#FooterAdd dl dd span,
div#FooterAdd dl dd a {
	display: block;
	height: 0;
	padding-top: 22.17391304347826%;
	background: url(../../img/parts/footer_tel.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------FooterNav------------------------*/
div#FooterNav ul {
	width: auto;
	list-style: none;
	margin-top: 35px;
	text-align: center;
}
div#FooterNav ul li { display: inline-block; }
div#FooterNav ul li:before {
	display: inline-block;
	margin: 0 0.45em;
	content: "｜";
}
div#FooterNav ul li:nth-of-type(1):before {
	margin: 0;
	content: "";
}
div#FooterNav ul li a {
	font-weight: bold;
	color: #2a2b2b;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin-top: 30px;
	padding: 20px 0 45px;
	background-color: #2a2b2b;
	text-align: center;
	color: #fff;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl,
div#FooterTxt dl * { display: inline; }
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt address { margin-top: 0.35em; }