@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;
	color: #004a99;
}
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.55;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 2%;
	right: 3%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../../img/header_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/*------------InHeader------------------------------------------------------------*/
div#InHeader {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color: rgba(7, 37, 121, 0.65);
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div#InHeader h1 {
	margin-bottom: 0.45em;
	line-height: 1.2;
	text-align: center;
	font-size: 2.5em;
	font-weight: bolder;
	color: #ff0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div#InHeader p {
	line-height: 1.3;
	text-align: center;
	font-size: 1.43rem;
	color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div#InHeader p + p { margin-top: 1.3rem; }
div#InHeader p strong {
	font-size: 1.68rem;
	color: #ff0;
}
div#InHeader p em {
	font-size: 2.43rem;
	font-weight: bolder;
	color: #ff0;
}
div#InHeader h2 {
	width: 1033px;
	margin: 0 auto;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
div#InHeader h2 span {
	display: block;
	height: 0;
	padding-top: 22.45885769603098%;
	background-image:  url(../../img/title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Global------------------------------------------------------------*/
.IsFixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
div#Global {
	width: 100%;
	background-color: #072579;
}
div#Global ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Global ul li {
	position: relative;
	width: 50%;
	float: left;
}
div#Global ul li:after {
	position: absolute;
	display: block;
	height: 15px;
	content: "";
	border-left: 3px solid #fff;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#Global ul li:nth-last-of-type(1):after { border-left: 0 none; }
div#Global ul li a {
	position: relative;
	display: block;
	line-height: 80px;
	transition: opacity .3s;
	z-index: 2;
	text-align: center;
	font-size: 0.87em;
	font-weight: bolder;
	color: #fff;
}
div#Global ul li:hover,
div#Global ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #ff0;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 980px;
	margin: -100px auto 90px;
	padding-top: 100px;
	overflow: hidden;
}
div.InBox h2 {
	margin: 0 auto 40px;
	padding: 0.25em 1em;
	background-color: #072579;
	line-height: 1.2;
	text-align: center;
	font-size: 2.18em;
	font-weight: bolder;
	color: #fff;
}
div.Inner {
	width: 100%;
	margin: 30px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------ConBtn---------------------------------------------------------------*/
div.ConBtn {
	position: relative;
	width: 636px;
	margin: 0 auto;
}
div.ConBtn a {
	display: block;
	height: 0;
	padding-top: 21.38364779874214%;
	background: url(../../img/contact.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	padding-top: 60px;
	background-color: #072579;
	color: #fff;
}
div#Footer > h2 {
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
	font-size: 2.5em;
	font-weight: bolder;
	color: #ff0;
}
div#Footer address {
	padding: 0.45em 0 50px;
	text-align: center;
	font-size: 0.8em;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 636px;
	margin: 0 auto;
}
div#FooterAdd h3 {
	width: 584px;
	margin: 50px auto 0;
}
div#FooterAdd h3 a {
	display: block;
	height: 0;
	padding-top: 35.78767123287671%;
	background: url(../../img/footer_logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd div#FooterTel {
	width: 250px;
	margin: 10px auto 0;
}
div#FooterAdd div#FooterTel dl dt { display: none; }
div#FooterAdd div#FooterTel dl dd span,
div#FooterAdd div#FooterTel dl dd a {
	display: block;
	height: 0;
	padding-top: 12%;
	background: url(../../img/footer_tel.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin-top: 20px;
	padding: 1.45em 0 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}
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 * { display: inline; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }