@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: #fff;
}
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; }
.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
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #003061;
	overflow-y: scroll;
	line-height: 1.55;
	font-feature-settings: "palt" 1;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 14px;
	color: #fff;
}

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


/*------------Header------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
}


/*------------HeaderNav------------------------------------*/
div#InHeader {
	width: 100%;
	padding: 0;
}
div#InHeader h1 {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	font-size: 0.93em;
	z-index: 1;
}
div#HeaderNav {
	width: 100%;
	padding: 0;
	background-color: #003061;
	border-bottom: 6px solid #eb4a00;
}
div#HNav {
	width: 96%;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
div#headerLogo {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#HNav h2 {
	width: 80%;
	margin: 0 auto;
}
div#HNav h2 a {
	display: block;
	height: 0;
	padding-top: 17.94871794871795%;
	background: url(../../img/parts/header_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HNav dl {
	width: 60%;
	margin: 15px auto 0;
}
div#HNav dl dt { display: none; }
div#HNav dl dd span,
div#HNav dl dd a {
	display: block;
	height: 0;
	padding-top: 8.734939759036145%;
	background: url(../../img/parts/tel.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HNav ul {
	width: 100%;
	margin: 15px 0 10px;
	list-style: none;
	overflow: hidden;
}
div#HNav ul li {
	position: relative;
	width: 33.33%;
	float: left;
}
div#HNav ul li:nth-of-type(1),
div#HNav ul li:nth-of-type(2) { width: 50%; }
div#HNav ul li:before {
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
	height: 13px;
	border-left: 2px solid #fff;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#HNav ul li:nth-of-type(2):before,
div#HNav ul li:nth-last-of-type(1):before { border-left: 0 none; }
div#HNav ul li a {
	display: block;
	padding: 0.25em 0;
	text-align: center;
	color: #fff;
  text-shadow    : 
       1px  1px 2px #003d7a,
      -1px  1px 2px #003d7a,
       1px -1px 2px #003d7a,
      -1px -1px 2px #003d7a,
       1px  0px 2px #003d7a,
       0px  1px 2px #003d7a,
      -1px  0px 2px #003d7a,
       0px -1px 2px #003d7a;
	transition: opacity .3s;
}
div#HNav ul li a:hover {
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	        opacity: 1;
	         filter: alpha(opacity=100);
	text-decoration: none;
	color: #ff0;
}


/*------------IsFixed------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.IsFixed div#HNav { padding: 10px 0 5px; }
.IsFixed div#HNav h2 {
	width: 50%;
	float: left;
}
.IsFixed div#HNav dl {
	width: 43%;
	margin-top: 0.25em;
	float: right;
}
.IsFixed div#HNav ul {
	width: 100%;
	margin: 10px 0 5px;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

div#Contents .banner-area {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 100;
}

div#Contents .banner-area a {
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 45px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-right: -5px;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 100;
	transition: 0.3s;
}
div#Contents .banner-area a:hover {
	-webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  opacity: 1;

}
div#Contents .banner-area a.banner-bt {
	height: 160px;
	background: #eb4a00;
}
div#Contents .banner-area a.bt01 {
	margin-bottom: 20px;
}

/*------------Title------------------------------------*/
div#Title {
	position: relative;
	display: block;
	width: 100%;
	min-height: 250px;
	margin-bottom: 60px;
	padding: 0;
	background: url(../../img/parts/title_bg.jpg) no-repeat center top;
	background-size: cover;
	z-index: 0;
}
div#Title h2 {
	position: absolute;
	width: 100%;
	padding: 0 1em;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.2em;
	font-weight: bolder;
	color: #003061;
	text-shadow: 
		 4px  4px 5px #ffffff,
		-4px  4px 5px #ffffff,
		 4px -4px 5px #ffffff,
		-4px -4px 5px #ffffff,
		 4px  0px 5px #ffffff,
		 0px  4px 5px #ffffff,
		-4px  0px 5px #ffffff,
		 0px -4px 5px #ffffff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	z-index: 1;
}
div#Title h2 span {
	display: block;
	font-size: 1rem;
	font-weight: bolder;
}

/*------------Main------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}


/*------------TopNav---------------------------------------------------------------*/
div#TopNav {
	position: relative;
	width: 96%;
	margin: 0 auto 60px;
	z-index: 5;
}
div#TopNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #ffd400;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-child(2n) { margin-right: 0; }
div#TopNav ul li a {
	position: relative;
	display: block;
	padding: 0.55em 1em 0.5em;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.06em;
	font-weight: bolder;
	color: #003061;
	transition: opacity .3s;
	z-index: 2;
}
div#TopNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 10px;
	background: url(../../img/parts/top_nav.png) no-repeat left top;
	content: "";
	top: 50%;
	right: 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;
	color: #eb4a00;
	text-decoration: none;
}

/*------------InBox------------------------------------*/
div.InBox {
	position: relative;
	width: 100%;
	margin: -150px auto 70px;
	padding: 150px 0 70px;
	overflow: hidden;
	z-index: 0;
}
div.InBox:after {
	position: absolute;
	width: 70%;
	border-bottom: 1px dashed #fff;
	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.Inner {
	width: 94%;
	margin: 20px auto 30px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #fff;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background-color: #2a2b2b;
	border-bottom: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}
div.ScrollBar {
	width: 100%;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: auto;
}
div.ScrollBar:-webkit-scrollbar { height: 5px; }
div.ScrollBar:-webkit-scrollbar-track { background: #F1F1F1; }
div.ScrollBar:-webkit-scrollbar-thumb { background: #BCBCBC; }
div.ScrollBar p.Note {
	margin-bottom: 5px;
	font-size: 0.87rem;
	font-weight: bolder;
	color: #f00;
}
div.ScrollBar table tr th,
div.ScrollBar table tr td {
	display: table-cell;
	border-left: 1px solid #fff;
	text-align: center;
}
div.ScrollBar table tr th:nth-of-type(1),
div.ScrollBar table tr td:nth-of-type(1) {
	border-left: 0 none;
}
div.InBox h3 {
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 0.35em;
	border-bottom: 6px solid #eb4a00;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" ,  "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.66em;
	font-weight: bolder;
}
div.InBox h4 {
	position: relative;
	margin: 0 auto 20px;
	padding-bottom: 0.35em;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" ,  "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.73em;
	font-weight: bolder;
}
div.InBox h4:before,
div.InBox h4:after {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	overflow: hidden;
	content: "";
	z-index: 0;
}
div.InBox h4:before {
	width: 100%;
	border-bottom: 3px solid #eb4a00;
}
div.InBox h4:after {
	width: 40%;
	border-bottom: 3px solid #fff;
}
div.InBox p + p { margin-top: 0.8em; }


/*------------Footer---------------------------------------------------------------*/
/*------------LogoTel------------------------*/
div#LogoTel {
	width: 100%;
	margin: 80px auto 20px;
	overflow: hidden;
}
div#LogoTel h2 {
	width: 195px;
	margin: 0 auto;
}
div#LogoTel h2 a {
	display: block;
	height: 0;
	padding-top: 89.74358974358974%;
	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#LogoTel dl {
	width: 80%;
	max-width: 332px;
	margin: 10px auto 0;
}
div#LogoTel dl dt { display: none; }
div#LogoTel dl dd span,
div#LogoTel dl dd a {
	display: block;
	height: 0;
	padding-top: 8.734939759036145%;
	background: url(../../img/parts/tel.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	font-size: 0.93em;
}
div#FooterNav table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#FooterNav table tr td {
	display: block;
	float: left;
	width: auto;
	padding: 0 30px 0.5em;
	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 li a { font-weight: bolder; }
div#FooterNav table tr td ul ul li a { font-weight: normal; }
div#FooterNav table tr td ul ul li:before {
	margin: 0 0.25em 0 0.8em;
	content: "\00ff5c";
}

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	margin: 20px auto 0;
	padding: 0.35em 0;
	background-color: #eb4a00;
	text-align: center;
	font-size: 0.93em;
}
div#FooterAdd dl * { display: inline-block; }
div#FooterAdd dl dd { margin-right: 1em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }

/*------------address------------------------*/
div#Footer address {
	padding: 10px 0 50px;
	text-align: center;
	font-size: 0.93em;
}