@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: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
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%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	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: 40px;
	height: 40px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	min-height: 250px;
	background: url(../../img/header_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 0;
}
div#Header:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-color: rgba(0, 48, 135, 0.5);
	z-index: 1;
}
div#Header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	background-color: rgba(0, 48, 135, 0.7);
	z-index: 2;
}
div#Header h1 span {
	display: block;
	width: 100%;
}
div#Header h1 a {
	position: relative;
	display: block;
	width: 390px;
	min-height: 145px;
	background: url(../../img/header_logo.png) no-repeat center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 3;
}
div#Header p { display: none; }


/*------------GlobalBg------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	padding-bottom: 26px;
	background: url(../../img/shadow.png) repeat-x left bottom;
	top: 0;
	overflow: hidden;
	z-index: 9999;
}
div#GNav {
	width: 100%;
	background-color: #003087;
}
div#InGNav {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
div#InGNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#InGNav ul li {
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
}
div#InGNav ul li:before {
	position: absolute;
	content: "";
	height: 7px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-left: 2px solid #fff;
}
div#InGNav ul li:nth-last-of-type(1):before { border-left: 0 none; }
div#InGNav ul li a {
	display: block;
	padding: 1.84em 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 0.75em;
	color: #fff;
	transition: opacity .3s;
}
div#InGNav ul li a:hover {
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	        opacity: 1;
	         filter: alpha(opacity=100);
	text-decoration: none;
	color: #ff0;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	padding-top: 80px;
	background: url(../../img/shadow.png) repeat-x left top;
	overflow: hidden;
	z-index: 0;
}

/*------------Main------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

/*------------Title------------------------------------*/
div#Title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	z-index: 0;
}
div#Title h2 {
	position: relative;
	padding-bottom: 0.55em;
	line-height: 1.15;
	text-align: center;
	font-size: 2.18em;
	color: #003087;
}
div#Title h2:after {
	position: absolute;
	width: 250px;
	border-bottom: 5px solid #bfbfbf;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
	content: "";
	z-index: 0;
}


/*------------TopNav---------------------------------------------------------------*/
div#TopNav {
	position: relative;
	margin: 0 auto 60px;
	z-index: 5;
}
div.Num02 { width: 380px; }
div.Num03 { width: 580px; }
div.Num04 { width: 780px; }
div#TopNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 180px;
	margin-right: 20px;
	background-color: #00b8e8;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	position: relative;
	display: block;
	padding: 0.75em 1em 0.7em;
	line-height: 1.2;
	text-align: center;
	font-size: 0.87em;
	color: #fff;
	transition: opacity .3s;
	z-index: 2;
}
div#TopNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(../../img/top_nav.png) no-repeat left top;
	content: "";
	top: 50%;
	left: 0.5em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
div#TopNav ul li:nth-last-of-type(1) a:after { border-right: 0 none; }
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	position: relative;
	width: 980px;
	margin: -90px auto 60px;
	padding: 90px 0 60px;
	overflow: hidden;
	z-index: 0;
}
div.InBox:after {
	position: absolute;
	width: 780px;
	border-bottom: 1px dashed #bfbfbf;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
	content: "";
	z-index: 0;
}
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: 10px 20px;
	background-color: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 0.45em;
	background: url(../../img/title_line01.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 1.87em;
}
div.InBox h4 {
	margin: 0 auto 20px;
	padding: 0 0.25em 0.35em;
	background: url(../../img/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.5em;
	color: #003087;
}
div.InBox p + p { margin-top: 0.8em; }
div.Inner {
	position: relative;
	width: 100%;
	margin: 20px 0 30px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 80px;
	font-size: 0.75rem;
}

/*------------FooterTel------------------------*/
div#FLogoTel h2 {
	width: 280px;
	margin: 0 auto;
}
div#FLogoTel h2 span {
	display: block;
	width: 100%;
}
div#FLogoTel h2 a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 11.42857142857143%;
	background: url(../../img/footer_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FLogoTel dl {
	width: 272px;
	margin: 20px auto 0;
}
div#FLogoTel dl dt { display: none; }
div#FLogoTel dl dd span {
	display: block;
	height: 33px;
	background: url(../../img/tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	background-color: #003087;
	color: #fff;
}
div#FooterNav table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#FooterNav table tr td {
	width: auto;
	padding: 0 30px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}
div#FooterNav table tr td .FSp01  { margin-top: 1.6em; }
div#FooterNav table tr td ul {
	width: auto;
	list-style: none;
}
div#FooterNav table tr td ul ul li:before {
	margin: 0 0.25em 0 0.5em;
	content: "\0030fb";
}
div#FooterNav table tr td ul li a {
	font-weight: bolder;
	color: #fff;
}
div#FooterNav table tr td ul ul li a { font-weight: normal; }

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
div#FooterAdd h3,
div#FooterAdd p,
div#FooterAdd dl,
div#FooterAdd dl * { display: inline-block; }
div#FooterAdd h3,
div#FooterAdd p,
div#FooterAdd dl dd { margin-right: 1em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterAdd dl dd a { color: #2a2b2b; }

/*------------address------------------------*/
div#Footer address {
	padding: 0.25em 0 50px;
	text-align: center;
}