@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/parts/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/parts/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/parts/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;
}
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; }
.SpNo { 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
ページ共通部分
--------------------------------------------------------------------*/


/*------------Google Fonts---------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');


/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #f4f4f4;
	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: 125px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 3%;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
div#Header h1 {
	width: 98%;
	margin: 0 auto;
	padding: 0.3em 0;
	font-size: 0.8em;
}
div#Header div#HeaderLogo {
	width: 100%;
	max-width: 98%;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}
div#Header h2 {
	width: 80%;
	margin: 0 auto;
}
div#Header h2 a {
	display: block;
	height: 0;
	padding-top: 20.1980198019802%;
	background: url(../../img/parts/header_logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Header ul {
	width: 80%;
	list-style: none;
	margin: 10px auto 0;
	overflow: hidden;
}
div#Header ul li {
	width: 40%;
	float: left;
}
div#Header ul li:nth-of-type(2) {
	width: 60%;
	float: left;
}
div#Header ul li img { width: 100%; }
.IsFixed {
	width: 100%;
	padding-bottom: 26px;
	background: url(../../img/parts/title_shadow.png) repeat-x center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

/*------------Global------------------------------------------------------------*/
div#GNav {
	width: 100%;
	background: #362b99;
	border-bottom: 8px solid #ff4000;
	overflow: hidden;
}
div.GlobalNav ul {
	width: 100%;
	padding: 0.2em 0;
	list-style: none;
	overflow: hidden;
}
div.GlobalNav ul li {
	position: relative;
	width: 50%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#GNav ul li:nth-child(2n):before {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 50%;
	content: "";
	border-left: 1px solid #fff;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
div#GNav ul li:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	border-bottom: 1px solid #fff;
	bottom: 0;
	left: 0;
}
div#GNav ul li:nth-last-of-type(1):after,
div#GNav ul li:nth-last-of-type(2):after { border-bottom: 0 none; }
div#GNav ul li a {
	display: block;
	position: relative;
	padding: 0.45em 0;
	transition: opacity .3s;
	text-align: center;
	z-index: 2;
	font-size: 0.8rem;
	color: #fff;
}
div#GNav ul li a:hover {
	text-decoration: none;
	color: #ff0;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}


/*------------Title---------------------------------------------------------------*/
div#Title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	background: url(../../img/parts/title_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 0;
}
div#Title:before,
div#Title:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
}
div#Title:before { background-color: rgba(94, 181, 255, 0.8); }
div#Title:after { background: url(../../img/parts/title_shadow.png) repeat-x center top; }
div#inTitle {
	position: relative;
	width: 98%;
	margin: 0 auto;
	background: url(../../img/parts/title_logo.png) no-repeat right center;
	z-index: 1;
}
div#Title h2 {
	position: relative;
	padding: 45px 0;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	text-shadow: 
		0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff,
		2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff,
		2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff,
		-1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff,
		-3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff,
		-2px 2px 1px #fff, -1px 2px 1px #fff;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.81em;
	font-weight: bolder;
	color: #362b99;
	z-index: 2;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
}


/*------------InBox------------------------------------*/
.SpMoji {
	width: 0.95em;
	vertical-align: baseline;
}
div.InBox {
	width: 96%;
	margin: -160px auto 80px;
	padding-top: 160px;
	overflow: hidden;
}
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background-color: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	max-width: 90%;
	margin: 0 auto 40px;
	padding-bottom: 0.65em;
	background: url(../../img/parts/title_line01.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.83em;
	color: #5eb5ff;
}
div.InBox h4 {
	margin: 0 auto 20px;
	padding: 0 0.35em 0.55em;
	background: url(../../img/parts/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 1.5em;
}
div.InBox p + p { margin-top: 0.8em; }
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: 100px;
	padding: 150px 0 50px;
	background: url(../../img/parts/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	font-size: 0.75rem;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 30px;
	overflow: hidden;
}
div#FooterAdd h2 {
	width: 80%;
	margin: 0 auto;
}
div#FooterAdd h2 a {
	display: block;
	height: 0;
	padding-top: 20.3448275862069%;
	background: url(../../img/parts/footer_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd div#FooterAddTxt {
	width: 310px;
	margin: 20px auto 0;
}
div#FooterAdd div#FooterAddTxt div#FooterContact dl dt { display: none; }
div#FooterAdd div#FooterAddTxt div#FooterContact dl dd {
	width: 275px;
	margin: 0 auto 10px;
}
div#FooterAdd div#FooterAddTxt div#FooterContact dl dd span,
div#FooterAdd div#FooterAddTxt div#FooterContact dl dd a {
	display: block;
	height: 30px;
	background: url(../../img/parts/footer_tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd div#FooterAddTxt div#FooterContact p a {
	display: block;
	height: 25px;
	background: url(../../img/parts/footer_mail.png) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd div#FooterAddTxt div#FooterTxt { margin-top: 7px; }
div#FooterAdd div#FooterAddTxt div#FooterTxt dl * { display: inline; }
div#FooterAdd div#FooterAddTxt div#FooterTxt dl dd { margin-right: 1em; }
div#FooterAdd div#FooterAddTxt div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
/*------------FooterBtn------------------------*/
div#FooterBtn {
	width: 270px;
	margin: 30px auto 0;
}
div#FooterBtn ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#FooterBtn ul li a {
	display: block;
	height: 60px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div#FooterBtn ul li#FBtn01 a {
	background-image: url(../../img/parts/footer_b01.png);
	background-color: #ff4000;
}
div#FooterBtn ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin: 30px auto 0;
	padding: 0.45em 2em;
	background-color: #362b99;
	color: #fff;
}
div#FooterNav ul {
	width: auto;
	list-style: none;
	text-align: center;
}
div#FooterNav ul li { display: inline-block; }
div#FooterNav ul li:after {
	padding: 0 0.35em;
	content: "\00ff5c";
}
div#FooterNav ul li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}
div#FooterNav ul li a { color: #fff; }
/*------------address------------------------*/
div#Footer address {
	padding: 0.4em 0 0;
	text-align: center;
}