@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=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
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; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 30px;
	height: 120px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 2%;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	overflow: hidden;
}
div#Header h1 {
	width: 980px;
	margin: 0 auto;
	padding-top: 0.3em;
	font-size: 0.8em;
}

/*------------IsFixed---------------------------------------------------------------*/
div.IsFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

/*------------InHeader------------------------------------------------------------*/
div#InHeader {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
}
div#LogoNav {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}
div#LogoNav h2 {
	width: 270px;
	float: left;
}
div#LogoNav h2 a {
	display: block;
	height: 0;
	padding-top: 17.39130434782609%;
	background-image: url(../../img/parts/header_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoNav h2 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div#LogoNav ul {
	width: 520px;
	margin-top: 5px;
	background: url(../../img/pc/global_line.png) no-repeat center center;
	list-style: none;
	float: right;
	overflow: hidden;
}
div#LogoNav ul li {
	width: 130px;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: opacity .3s;
}
div#LogoNav ul li#GMBtn01 { background-image: url(../../img/pc/gmbtn01.png); }
div#LogoNav ul li#GMBtn02 { background-image: url(../../img/pc/gmbtn02.png); }
div#LogoNav ul li#GMBtn03 { background-image: url(../../img/pc/gmbtn03.png); }
div#LogoNav ul li#GMBtn04 { background-image: url(../../img/pc/gmbtn04.png); }
div#LogoNav ul li a {
	display: block;
	height: 35px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div#LogoNav ul li#GMBtn01 a { background-image: url(../../img/pc/gmbtn01.png); }
div#LogoNav ul li#GMBtn02 a { background-image: url(../../img/pc/gmbtn02.png); }
div#LogoNav ul li#GMBtn03 a { background-image: url(../../img/pc/gmbtn03.png); }
div#LogoNav ul li#GMBtn04 a { background-image: url(../../img/pc/gmbtn04.png); }
div#LogoNav ul li a:hover {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


/*------------TopSpace------------------------------------*/
div#TopSpace {
	height: 200px;
	margin-bottom: 50px;
	background: url(../../img/parts/title_bg.jpg) no-repeat center bottom;
}
div#TopSpace * { display: none; }


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 980px;
	margin: 0 auto;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 100%;
	margin: -100px auto 90px;
	padding-top: 100px;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	width: auto;
	padding: 1em 1.5em;
	background: #0071bc;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
	color: #fff;
}
div.InBox table tr td {
	width: auto;
	padding: 1em 1.5em;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h2 {
	display: flex;
	width: 55%;
	margin: 0 auto 40px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	font-size: 1.86em;
	font-weight: bold;
	color: #0071bc;
}
div.InBox h2:before,
div.InBox h2:after {
	border-top: 4px solid #bfbfbf;
	content: "";
	flex-grow: 1;
}
div.InBox h2:before { margin-right: 1.5rem; }
div.InBox h2:after { margin-left: 1.5rem; }
div.Inner {
	width: 100%;
	margin: 30px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 90px;
	font-size: 0.8em;
}
div#Footer address {
	padding: 0.45em 0 50px;
	text-align: center;
}
/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin: 0 auto;
	padding: 0.95em 0;
	background: #bfbfbf;
	overflow: hidden;
}
div#FooterNav ul {
	width: 100%;
	text-align: center;
	color: #fff;
}
div#FooterNav ul li { display: inline-block; }
div#FooterNav ul li:after {
	padding: 0 0.8em;
	content: "\00ff5c";
}
div#FooterNav ul li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}
div#FooterNav ul li a {
	font-weight: bold;
	color: #fff;
}
/*------------FooterLogo------------------------*/
div#FooterLogo {
	width: 345px;
	margin: 50px auto 10px;
}
div#FooterLogo h2 a {
	display: block;
	height: 0;
	padding-top: 17.39130434782609%;
	background-image: url(../../img/parts/header_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	padding: 0.45em 0;
	text-align: center;
	color: #0071bc;
}
div#FooterAdd * { display: inline; }
div#FooterAdd p,
div#FooterAdd dl dd { margin-right: 1em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterAdd br { display: none; }
div#FooterAdd a { color: #0071bc; }
/*------------FooterBanner------------------------*/
div#FooterBanner {
/*	width: 340px;*/
	width: 164px;
	margin: 10px auto 15px;
}
div#FooterBanner ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#FooterBanner ul li {
	width: 164px;
/*	float: left;
	margin-right: 12px;*/
	background: #29abe2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
div#FooterBanner ul li:nth-last-of-type(1) { margin-right: 0; }