@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: 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; }
@media (max-width: 979px) {
	.PcNo { display: block; }
	.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: #efefee;
	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: 15px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}

@media (max-width: 979px) {
	div#PageTop a {
		width: 20px;
		height: 20px;
		background-size: cover;
	}
}


/*------------Header------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	padding: 0.5em 0;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 9999;
}
div#Header {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: url(../../img/parts/header_bg.jpg) no-repeat center center;
	background-size: cover;
}
div#Header:before,
div#Header:nth-of-type(1):before,
div#Header:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
div#Header:before {
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url(../../img/parts/title_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#Header:after {
	height: 35%;
	background-color: rgba(255, 255, 255, 0.9);
}
div#Header h1 {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 0.5em;
	text-align: right;
	font-size: 0.93em;
	z-index: 1;
}
div#Header div#InHeader {
	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}
div#Header div#InHeader h2 {
	width: 340px;
	float: left;
}
div#Header div#InHeader h2 span {
	display: block;
	width: 256px;
	margin-left: auto;
}
div#Header div#InHeader h2 a {
	display: block;
	height: 0;
	padding-top: 22.6%;
	background: url(../../img/parts/logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Header div#InHeader ul {
	width: 640px;
	float: right;
	list-style: none;
	overflow: hidden;
}
div#Header div#InHeader ul li {
	position: relative;
	width: 25%;
	float: left;
}
div#Header div#InHeader ul li:before {
	position: absolute;
	display: block;
	content: "";
	height: 13px;
	border-left: 2px solid #2485d6;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 0;
}
div#Header div#InHeader ul li:nth-last-of-type(1):before { border-left: 0 none; }
div#Header div#InHeader ul li a {
	display: block;
	padding: 1em 0;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 0.93em;
	font-weight: bolder;
	transition: opacity .3s;
}
div#Header div#InHeader ul li a:hover {
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	        opacity: 1;
	         filter: alpha(opacity=100);
	text-decoration: none;
	color: #2485d6;
}

@media (max-width: 979px) {
	div#Header:after {
		height: 39%;
		background-color: rgba(255, 255, 255, 0.9);
	}
	div#Header h1 {
		position: relative;
		width: 96%;
		margin: 0 auto;
		padding: 0.5em 0;
		text-align: right;
		font-size: 0.83em;
		z-index: 1;
	}
	div#Header div#InHeader {
		position: relative;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		z-index: 1;
	}
	div#Header div#InHeader h2 {
		width: 256px;
		margin: 0 auto;
		float: none;
	}
	div#Header div#InHeader ul {
		width: 100%;
		list-style: none;
		float: none;
		overflow: hidden;
		font-size: 0.89em;
	}
}

/*------------Title------------------------------------*/
div#Title {
	position: relative;
	display: block;
	width: 100%;
	min-height: 220px;
	z-index: 1;
	overflow: hidden;
}
div#Title h2 {
	position: absolute;
	width: 100%;
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.53em;
	font-weight: bolder;
	color: #2a2b2b;
	text-shadow: 
		 2px  2px 7px #fff,
		-2px  2px 7px #fff,
		 2px -2px 7px #fff,
		-2px -2px 7px #fff,
		 2px  0px 7px #fff,
		 0px  2px 7px #fff,
		-2px  0px 7px #fff,
		 0px -2px 7px #fff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
}
div#Title h2 span {
	display: block;
	line-height: 1.15;
	text-align: center;
	font-size: 0.93rem;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	z-index: 0;
}

/*------------Main------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}


/*------------TopNav---------------------------------------------------------------*/
div#TopNav {
	position: relative;
	margin: 0 auto 60px;
	z-index: 5;
}
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: #2485d6;
	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.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;
	color: #fff;
	transition: opacity .3s;
	z-index: 2;
}
div#TopNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 11px;
	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;
	text-decoration: none;
	color: #ff0;
}

@media (max-width: 979px) {
	div#TopNav {
		position: relative;
		width: 96%;
		margin: 0 auto 60px;
		z-index: 5;
	}
	div.Num03 { width: 100%; }
	div.Num04 { width: 100%; }
	div#TopNav ul {
		width: 100%;
		list-style: none;
		overflow: hidden;
	}
	div#TopNav ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2%;
		background-color: #2485d6;
		float: left;
		transition: opacity .3s;
	}
	div#TopNav ul li:nth-child(2n) { margin-right: 0; }
}

/*------------InBox------------------------------------*/
div.InBox {
	position: relative;
	width: 980px;
	margin: -80px auto 70px;
	padding: 80px 0 70px;
	overflow: hidden;
	z-index: 0;
}
div.InBox:after {
	position: absolute;
	width: 81%;
	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: #fff;
	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.85em;
	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.26em;
	font-weight: bolder;
}
div.InBox h3:before {
	position: absolute;
	display: block;
	content: "";
	height: 9px;
	width: 250px;
	background-color: #bfbfbf;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
div.InBox h4 {
	position: relative;
	margin: 0 auto 20px;
	padding: 0 0.25em 0.25em;
	border-bottom: 2px solid #bfbfbf;
	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.86em;
	font-weight: bolder;
	color: #2485d6;
}
div.InBox h4:before,
div.InBox h4:after {
	position: absolute;
	display: block;
	content: "";
}
div.InBox h4:before {
	width: 200px;
	border-bottom: 2px solid #2485d6;
	bottom: -2px;
	right: 0;
}
div.InBox h4:after {
	position: absolute;
	display: block;
	content: "";
	width: 110px;
	height: 15px;
	background: url(../../img/parts/title_bg.png) no-repeat center center;
	background-size: cover;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div.InBox p + p { margin-top: 0.8em; }
div.Inner {
	width: 100%;
	margin: 20px 0 30px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

@media (max-width: 979px) {
	div.InBox {
		position: relative;
		width: 94%;
		margin: -150px auto 70px;
		padding: 150px 0 70px;
		overflow: hidden;
		z-index: 0;
	}
	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: #fff;
		border-bottom: 1px solid #bfbfbf;
		text-align: left;
		vertical-align: top;
	}
	div.InBox table tr td {
		display: block;
		width: auto;
		padding: 10px 20px;
		border-left: 0 none;
		border-bottom: 1px solid #bfbfbf;
		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 #bfbfbf;
		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 h4:before,
	div.InBox h4:after {
		position: absolute;
		display: block;
		content: "";
	}
	div.InBox h4:before {
		width: 200px;
		border-bottom: 2px solid #2485d6;
		bottom: -2px;
		right: 0;
	}
	div.InBox h4:after { display: none; }
}


/*------------Footer---------------------------------------------------------------*/
/*------------LogoTel------------------------*/
div#LogoTel {
	width: 500px;
	margin: 80px auto 0;
	overflow: hidden;
}
div#LogoTel h2 { width: 100%; }
div#LogoTel h2 a {
	display: block;
	height: 0;
	padding-top: 22.6%;
	background: url(../../img/parts/logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoTel dl {
	width: 284px;
	margin: 10px auto 0;
}
div#LogoTel p,
div#LogoTel dl dt { display: none; }
div#LogoTel dl dd span {
	display: block;
	height: 58px;
	background: url(../../img/parts/footer_tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------InFooter------------------------*/
div#InFooter {
	margin-top: 30px;
	padding: 0 0 60px;
	font-size: 0.93em;
}

/*------------FooterNav------------------------*/
div#FooterNav { width: 100%; }
div#FooterNav table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#FooterNav table tr td {
	width: auto;
	padding: 0 50px;
	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: "\007c";
}

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	margin: 30px auto 0;
	padding: 0.45em 0;
	background-color: #2a2b2b;
	text-align: center;
	color: #fff;
}
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: 1.5em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterAdd dl a { color: #fff; }

/*------------address------------------------*/
div#Footer address {
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 979px) {
	/*------------LogoTel------------------------*/
	div#LogoTel {
		width: 303px;
		margin: 80px auto 0;
		overflow: hidden;
	}

	/*------------InFooter------------------------*/
	div#InFooter {
		margin-top: 30px;
		padding: 0 0 60px;
	}

	/*------------FooterNav------------------------*/
	div#FooterNav {
		width: 100%;
		margin-top: 30px;
	}
	div#FooterNav table {
		width: auto;
		margin: 0 auto;
		border-collapse: collapse;
	}
	div#FooterNav table tr td {
		display: block;
		width: auto;
		padding: 0 20px 10px;
		float: left;
		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: "\007c";
	}

	/*------------FooterAdd------------------------*/
	div#FooterAdd {
		width: 100%;
		margin: 30px auto 0;
		padding: 0.45em 0;
		background-color: #2a2b2b;
		text-align: center;
		color: #fff;
	}
	div#FooterAdd h3,
	div#FooterAdd p { display: block; }
	div#FooterAdd dl * { display: inline-block; }
	div#FooterAdd h3,
	div#FooterAdd p { margin-right: 0; }
	div#FooterAdd dl dd { margin-right: 1.5em; }
	div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
	div#FooterAdd dl a { color: #fff; }

	/*------------address------------------------*/
	div#Footer address {
		margin-top: 10px;
		text-align: center;
	}
}