@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#wrapper {
	width: 100%;
	overflow: hidden;
	background: #EFEFEF;
	position: relative;
}
#header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 100;
}
#header .logo {
	display: block;
	width: 305px;
	height: 38px;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 12px;
	left: 8px;
	z-index: 2;
}
#header .logo a,
#header .logo img {
	width: 100%;
	height: auto;
}
#header .h_nav {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#header .h_nav .g_nav {
	height: 80px;
	text-align: right;
	float: right;
	font-size: 0;
	line-height: 0;
}
#header .h_nav .g_nav > li {
	display: inline-block;
	margin: 0 0 0 1px;
	position: relative;
}
#header .h_nav .g_nav > li > a {
	display: block;
	height: 78px;
	font-size: 14px;
	padding: 0 13px;
	color: #000;
	position: relative;
	border-bottom: #00A3D9 2px solid;
	line-height: 78px;
}

#header .h_nav .g_nav > li.language_list > a {
	display: block;
	height: 78px;
	font-size: 12px;
	padding: 0 13px;
	color: #000;
	position: relative;
	background:url(../img/common/arrow_icon.png) no-repeat 0 35px;
	line-height: 78px;
	border-bottom:none !important;
}

#header .h_nav .g_nav > li:first-child + li > a {
	border-bottom: #279C88 2px solid;
}
#header .h_nav .g_nav > li:first-child + li + li > a {
	border-bottom: #67B152 2px solid;
}
#header .h_nav .g_nav > li:first-child + li + li + li > a {
	border-bottom: #D9785B 2px solid;
}
#header .h_nav .g_nav > li:first-child + li + li + li + li > a {
	border-bottom: #DDCE00 2px solid;
}

#header .h_nav .g_nav > li > ul {
	position: absolute;
	top: 80px;
	left: 0;
	width: 150px;
	background: #FFF;
	padding: 7px 0;
	display: none;
}
#header .h_nav .g_nav > li:hover > ul {
	display: block;
}
#header .h_nav .g_nav > li > ul > li {
	font-size: 14px;
	line-height: 1;
	text-align: left;
}
#header .h_nav .g_nav > li > ul > li > a {
	display: block;
	padding: 7px 15px;
}

#header .h_nav .g_nav li.spMenu{
	display:none;
	}

#header .h_nav .g_nav li.group_company {
	margin: 0;
}
#header .h_nav .g_nav li.group_company > a {
	padding: 0 11px;
	font-size: 14px;
	background: #000;
	color: #FFF;
	cursor: pointer;
	line-height: 80px;
	height: 80px;
	position: relative;
	border: none;
}
#header .h_nav .g_nav li.group_company > a:before {
	content: "";
	position: absolute;
	background: #FFF;
	top: 61px;
	left: 50%;
	margin: 0 0 0 -4px;
	width: 1px;
	height: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-0-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .h_nav .g_nav li.group_company > a:after {
	content: "";
	position: absolute;
	background: #FFF;
	top: 61px;
	right: 50%;
	margin: 0 -3px 0 0;
	width: 1px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-0-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .h_nav .g_nav li.group_company:hover > a:before {
	margin: 0 0 0 3px;
}
#header .h_nav .g_nav li.group_company:hover > a:after {
	margin: 0 2px 0 0;
}

#header .h_nav .g_nav li.group_company ul {
	position: absolute;
	top: 80px;
	right: 0;
	left: auto;
	font-size: 12px;
	display: none;
	width: 600%;/*270%*/
	padding: 0;
	background: #000;
}
#header .h_nav .g_nav li.group_company:hover ul {
	display: block;
}
#header .h_nav .g_nav li.group_company ul li {
	display: block;
	width: 50%;
	background: #555;
	float: left;
	border-bottom: #555 1px solid;
}
#header .h_nav .g_nav li.group_company ul li:nth-child(odd){
	border-right: #555 1px solid;
	box-sizing: border-box;
}
/*#header .h_nav .g_nav li.group_company ul li:first-child {
	border-top: none;
}*/
#header .h_nav .g_nav li.group_company ul li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	text-align: left;
	background: #000;
}

#header .h_nav .sub_nav {
	float: right;
	margin: 46px 6px 0 0;
	font-size: 0;
}
#header .h_nav .sub_nav li {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
}
#header .h_nav .sub_nav li span,
#header .h_nav .sub_nav li a {
	display: block;
	padding: 6px;
}
#header .h_nav .sub_nav li span {
	color: #7F7F7F;
}

#container {
	max-width: 1265px;
	width: 100%;
	margin: 104px auto 20px;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}
#container .content_header {
	width: 100%;
	padding: 18px 20px;
	margin: 0 0 6px;
	font-size: 22px;
	background: #FFF;
	box-sizing: border-box;
}
#container .content {
	padding: 30px 20px;
	background: #FFF;
	box-sizing: border-box;
}

/*
 サイトマップ
-------------------------------- */
.sitemap #container .content .category {
	width: 100%;
	margin: 0;
}
.sitemap #container .content .category dl {
	width: 30%;
	float: left;
	margin: 0 0 40px 5%;
}
.sitemap #container .content .category dl:first-child {
	margin: 0 0 40px;
}
.sitemap #container .content .category dl dt {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #CCC;
}
.sitemap #container .content .category dl dd {
	padding: 5px 0 0;
}

/*
 プライバシーポリシー
-------------------------------- */

.policy #container .content .lead {
	font-size: 14px;
}

.policy #container .content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 30px 0 10px;
	border-bottom: #CCC 1px solid;
}
.policy #container .content .caption {
	margin: 50px 0 0;
	text-align: center;
}
.policy #container .content .contact_btn {
	background: #333;
	color: #FFF;
	display: block;
	width: 230px;
	text-align: center;
	padding: 15px 25px;
	margin: 25px auto 0;
	background: linear-gradient(#151515, #111);
	border: 1px solid #000;
	cursor: pointer;
}

#footer {
	width: 100%;
}

#footer .f_content {
	width: 1245px;
	margin: 0 auto;
	padding: 15px 0 50px;
	color: #FFF;
	position: relative;
}
#footer .f_content a {
	color: #FFF;
}

#footer .f_content .sns_box {
	height: 21px;
	width: 1000px;
	margin: 0 0 20px;
}
#footer .f_content .sns_box li {
	height: 21px;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px 0 0;
}

#footer .f_content .nav_box {
	width: 100%;
	margin: 0 0 20px;
}
#footer .f_content .nav_box li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 13px;
	line-height: 2;
}

#footer .f_content .copyright {
	color: #999;
}

#footer .f_content .back_top {
	display: block;
	width: 144px;
	height: 37px;
	line-height: 37px;
	background: #333;
	padding: 0 30px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
#footer .f_content .back_top:before {
	content: "";
	position: absolute;
	background: #FFF;
	top: 15px;
	right: 20px;
	width: 1px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-0-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer .f_content .back_top:after {
	content: "";
	position: absolute;
	background: #FFF;
	top: 15px;
	right: 16px;
	width: 1px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-0-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*
------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1265px) {

#container {
	width: 100%;
}

#footer .f_content {
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
}
#footer .f_content .sns_box {
	width: 100%;
	box-sizing: border-box;
}

#footer .f_content .back_top {
	right: 10px;
}

}

/*
------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1124px) {

	#header .h_nav .g_nav > li > a,
	#header .h_nav .g_nav > li.group_company p {
		font-size: 12px;
		padding: 0 10px;
	}
	#header .h_nav .g_nav > li > ul > li {
		font-size: 12px;
	}
	#header .h_nav .g_nav li.group_company ul li {
		display: block;
		width: 100%;
		background: #555;
		float: none;
		border-bottom: #555 1px solid;
	}
	#header .h_nav .g_nav li.group_company ul li:nth-child(odd){
		border-right: none;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ iPad Landscape */
@media screen and (max-width: 1024px) {

#header .h_nav {
	display: block;
	height: 100%;
	width: 80%;
	position: fixed;
	top: 0;
	right: -80%;
	z-index: 10;
	background: #222;
	overflow: auto;
}

#header .logo {
	left: 0;
}

#header .h_nav .g_nav {
	width: 100%;
	height: auto;
	position: static;
}
#header .h_nav .g_nav > li {
	width: auto;
	height: auto;
	border-bottom: 1px #444 solid;
	display: block;
}

#header .h_nav .g_nav > li > ul {
	position: static;
	width: 100%;
	display: block;
	background: #292929;
	padding: 0;
}
#header .h_nav .g_nav > li > ul > li {
	border-top: 1px #444 solid;
}
#header .h_nav .g_nav > li > ul > li > a {
	display: block;
	padding: 12px 15px 12px 30px;
}

#header .h_nav .g_nav li a,
#header .h_nav .g_nav li.group_company p {
	width: auto;
	height: auto;
	background: none;
	padding: 12px 15px;
	font-size: .7rem;
	border: none !important;
	line-height: 1;
	color: #FFF;
	text-align: left;
}
#header .h_nav .g_nav li.group_company p:before,
#header .h_nav .g_nav li.group_company p:after {
	background: transparent;
	width: 0;
	height: 0;
}
#header .h_nav .g_nav li.group_company ul {
	display: block;
	position: static;
	border-top: 1px #444 solid;
	background: #292929;
	width: auto;
}
#header .h_nav .g_nav li.group_company ul li a {
	padding: 12px 15px 12px 30px;
}
#header .h_nav .g_nav li.group_company ul li,
#header .h_nav .g_nav li.group_company ul li a {
	background: transparent;
}

#header .h_nav .sub_nav {
	width: 100%;
	height: auto;
	position: static;
	margin: 0;
}
#header .h_nav .sub_nav li {
	width: auto;
	height: auto;
	border-bottom: 1px #333 solid;
	display: block;
	margin: 0;
}
#header .h_nav .sub_nav li a,
#header .h_nav .sub_nav li span {
	width: auto;
	height: auto;
	background: none;
	line-height: 1;
	padding: 12px 15px;
	display: block;
	text-align: left;
	font-size: .7rem;
}
#header .h_nav .sub_nav li a {
	color: #FFF;
}

#header .g_nav_trigger {
	display: block;
	width: 50px;
	height: 50px;
	background: #EEE;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
}
#header .g_nav_trigger span {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 24px;
	left: 15px;
	background: #000;
	display: block;
}
#header .g_nav_trigger span:before,
#header .g_nav_trigger span:after {
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	top: -5px;
	left: 0;
	background: #000;
	display: block;
}
#header .g_nav_trigger span:after {
	top: 5px;
}

#header .h_nav .g_nav > li.language_list{
	display:none;
}

#header .h_nav .g_nav li.spMenu{
	display:block;
	}

#footer .f_content .nav_box {
	display: none;
}

#footer .f_content .back_top {
	display: none;
}

#footer .f_content .copyright {
	font-size: .5rem;
}

}

/*
------------------------------------------------------------------------------------------------------------------ iPad Portrait */
@media screen and (max-width: 768px) {

#container .content_header {
	padding: 10px 10px;
	font-size: 130%;
}

#container .content {
	padding: 20px 15px 10px;
}

/*
 プライバシーポリシー
-------------------------------- */

.policy #container .content h2 {
	font-size: 110%;
}

/*
 サイトマップ
-------------------------------- */
.sitemap #container .content .category dl {
	width: 100%;
	float: none;
	margin: 0 0 40px;
}

.sitemap #container .content .category dl dt {
	font-size: 110%;
}

}

/*
------------------------------------------------------------------------------------------------------------------ iPhone Portrait */
@media screen and (max-width: 580px) {

#header {
	height: 50px;
}
#header .logo {
	top: 7px;
	width: 200px;
	height: auto;
}
#header .g_nav_trigger {
	display: block;
	width: 30px;
	height: 30px;
	background: #EEE;
	position: absolute;
	top: 10px;
	right: 10px;
}
#header .g_nav_trigger span {
	width: 16px;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 7px;
	background: #000;
	display: block;
}
#header .g_nav_trigger span:before,
#header .g_nav_trigger span:after {
	content: "";
	width: 16px;
}

#container {
	width: 100%;
	padding: 0 10px;
	margin: 62px auto 20px;
	box-sizing: border-box;
}

.policy #container .content .contact_btn {
	width: 100%;
	box-sizing: border-box;
}

}

/*
------------------------------------------------------------------------------------------------------------------ iPhone Portrait */
@media screen and (max-width: 320px) {


}
