@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=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	color: #52c291;
}
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; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	color: #2a2b2b;
}

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}

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 {
	width: 100%;
	overflow: hidden;
}
div#Header div#HeaderTxtLang {
	width: 980px;
	margin: 0 auto;
	font-size: 0.80rem;
	overflow: hidden;
}
div#Header div#HeaderTxtLang h1 {
	padding: 0.6em 0;
	float: left;
}
div#Header div#HeaderTxtLang ul {
	list-style: none;
	padding: 0 0.8em;
	float: right;
	background-color: #52c291;
	text-align: center;
	color: #fff;
}
div#Header div#HeaderTxtLang ul li {
	display: inline-block;
	padding: 0.6em 0;
}
div#Header div#HeaderTxtLang ul li:after {
	padding-left: 0.3em;
	content: "|";
}
div#Header div#HeaderTxtLang ul li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}
div#Header div#HeaderTxtLang ul li a { color: #fff; }

/*------------Global------------------------------------------------------------*/
.IsFixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
div#Global {
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #52c291;
}
div.GlNav {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 25px;
	overflow: hidden;
}
div.GlNav h2 {
	width: 360px;
	float: left;
}
div.GlNav h2 a {
	display: block;
	height: 31px;
	padding-top: 8.611111111111111%;
	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.GlNav ul {
	width: 620px;
	float: right;
	list-style: none;
	overflow: hidden;
}
div.GlNav ul li {
	width: 50%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.GlNav ul li#GMBtn01 { background-image: url(../../img/pc/gmbtn01.png); }
div.GlNav ul li#GMBtn02 { background-image: url(../../img/pc/gmbtn02.png); }
div.GlNav ul li a {
	display: block;
	position: relative;
	height: 31px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	transition: opacity .3s;
}
div.GlNav ul li#GMBtn01 a { background-image: url(../../img/pc/gmbtn01.png); }
div.GlNav ul li#GMBtn02 a { background-image: url(../../img/pc/gmbtn02.png); }
div.GlNav ul li a:hover { background-position: center bottom; }
div.GlNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 40%;
	border-right: 1px solid #2a2b2b;
	content: "";
	top: 30%;
	right: 0;
}
div.GlNav ul li:nth-last-of-type(1) a:after { border: 0 none; }

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
}

/*------------Title------------------------------------*/
div#Title {
	background: url(../../../img/parts/header_bg.jpg) no-repeat center center;
	background-size: cover;
}
div#Title div#InTitle {
	padding: 65px 0;
	background-color: rgba(43,43,43,0.7);
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #fff;
}
div#Title div#InTitle h2 { font-size: 3em; }
div#Title div#InTitle p { color: #4dde80; }

/*------------TopNav------------------------------------*/
div#TopNav {
	width: 100%;
	margin: 0 auto 70px;
	padding: 0.5em 0 0.6em;
	background-color: #52c291;
}
div#TopNav ul {
	max-width: 980px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
div#TopNav ul li {
	display: inline-block;
	transition: opacity .3s;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	position: relative;
	padding: 0 0.6em 0.55em 0.65em;
	background: url(../../../img/parts/top_nav.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li:nth-of-type(1) a { padding-left: 0.6em; }
div#TopNav ul li a:after,
div#TopNav ul li:nth-of-type(1) a:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 45%;
	content: "";
	top: 8%;
	right: 0;
}
div#TopNav ul li a:after { border-right: 1px solid #fff; }
div#TopNav ul li:nth-of-type(1) a:after { border-left: 1px solid #fff; }
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 {
	width: 980px;
	margin: -90px auto 80px;
	padding: 90px 0 80px;
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
}
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: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	margin-bottom: 40px;
	padding-bottom: 0.45em;
	background: url(../../../img/parts/title_line01.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	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.5em;
	font-weight: bolder;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding-bottom: 0.15em;
	background: url(../../../img/parts/title_line02.png) no-repeat center bottom;
	line-height: 1.2;
	font-size: 2em;
}
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: 80px;
	font-size: 0.8em;
}
div#Footer address {
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
/*------------FooterAdd------------------------*/
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
div#FooterAdd div#AddLeft {
	width: 670px;
	float: left;
	overflow: hidden;
}
div#FooterAddLogo {
	width: 358px;
	margin: 0 auto 20px;
	overflow: hidden;
	float: right;
}
div#FooterAddLogo h2 { width: 100%; }
div#FooterAddLogo h2 a {
	display: block;
	height: 116px;
	padding-top: 32.40223463687151%;
	background-image: url(../../img/parts/footer_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAddLogo dl {
	width: 230px;
	margin: 10px auto 0;
}
div#FooterAddLogo dl dt { display: none; }
div#FooterAddLogo dl dd span,
div#FooterAddLogo dl dd a {
	display: block;
	height: 0;
	padding-top: 12.17391304347826%;
	background: url(../../../img/parts/footer_tel.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAddLink {
	width: 260px;
	padding-top: 15px;
	float: right;
}
div#FooterAddIso {
	width: 260px;
	padding-top: 15px;
	float: left;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin: 20px 0 25px;
	padding: 0.5em 0;
	background: #52c291;
	text-align: center;
	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; }
/*------------InFooter------------------------*/
div#Footer table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#Footer table tr td {
	width: auto;
	padding: 0 20px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
div#Footer table .FTopSp { padding-top: 1.5em; }
div#Footer table tr td ul { list-style: none; }
div#Footer table tr td ul li:before {
	padding-right: 0.2em;
	content: "\0025a0";
}
div#Footer table tr td ul li ul li:before {
	padding: 0 0.2em 0 0.5em;
	content: "\00ff5c";
}
div#Footer table tr td ul li ul li ul li:before {
	padding: 0 0.2em 0 1.5em;
	content: "\0030fb";
}
div#Footer table .FTopSp ul li:before {
	padding: 0 0.2em 0 0;
	content: "\00ff5c";
}
div#Footer table .FTopSp ul li ul li:before {
	padding: 0 0.2em 0 1em;
	content: "\0030fb";
}