
@charset "UTF-8";
@import url(//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css);
body {
	min-width: auto;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
	position: relative;
}

header .information {
	padding: 10px;
	color: #fff;
	background: #8c8c8c;
	position: relative;
	transition: margin-top .5s ease;
	z-index: 1;
	letter-spacing: 0.1em;
	font-size: 100%;
}

@media only screen and (max-width: 736px) {
	header .information {
		padding: 0.5rem 3rem 0.5rem 0.5rem;
	}
}

@media only screen and (max-width: 736px) {
	header .information {
		letter-spacing: normal;
	}
}

@media only screen and (min-width: 737px) {
	header .information {
		text-align: center;
	}
}

@media only screen and (max-width: 736px) {
	header .information {
		text-align: left;
		font-size: 100%;
	}
}

header .information.active {
	margin-top: 0 !important;
}

header .information a {
	color: #fff;
	text-decoration: underline;
}

header .information ul {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 736px) {
	header .information ul {
		flex-direction: column;
	}
}

@media only screen and (min-width: 737px) {
	header .information ul li + li {
		margin-left: 1em;
	}
}

header .information .obj_info_close {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	cursor: pointer;
}

header .information .obj_info_close:before, header .information .obj_info_close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	background: #fff;
	width: 20px;
	height: 2px;
}

header .information .obj_info_close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

header .information .obj_info_close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

header .con_header {
	color: #fff;
	background: #333333;
}

header .con_header .inner {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .con_header .logo a {
	display: block;
	padding: 10px 15px;
}

@media only screen and (max-width: 736px) {
	header .con_header .logo a {
		padding: 0.5rem;
	}
}

header .con_header .wrapper {
	display: flex;
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .online {
		display: none;
	}
}

header .con_header .wrapper .online a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .online a {
		padding: 0.5rem;
	}
}

header .con_header .wrapper .online a:before {
	content: '';
	background: url(../images/ic_cart.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	width: 19px;
	height: 15px;
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .online a:before {
		width: 19px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .online a:before {
		height: 15px;
	}
}

header .con_header .wrapper .box_lang {
	display: flex;
	align-items: center;
	padding: 3px 15px;
	margin-left: 2rem;
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .box_lang {
		padding: 0.5rem;
	}
}

header .con_header .wrapper .box_lang:before {
	background: url(../images/ic_lan.png) no-repeat;
}

header .con_header .wrapper .box_lang select {
	padding: 3px 0.85em;
	color: #fff;
	background: #333;
}

@media only screen and (max-width: 736px) {
	header .con_header .wrapper .box_lang select {
		padding: 0.5rem;
	}
}

header .con_sub_header {
	background: #f5f5f5;
}

header .con_sub_header .inner {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .inner {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}

header .con_sub_header .logo_sub {
	padding: 25px 10px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .logo_sub {
		padding: 20px 10px 15px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .logo_sub {
		padding: 0.5rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav {
		display: none;
	}
}

header .con_sub_header .gnav > ul {
	display: flex;
	height: 100%;
}

header .con_sub_header .gnav > ul > li {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 1561px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) + li {
		margin-left: 10px;
	}
}

@media print {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) + li {
		margin-left: 10px;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) > a {
	padding: 10px;
	font-size: 115%;
	position: relative;
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) > a {
		padding: 0.5rem;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) > a:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #003da5;
	transition: width .5s ease;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) > a:hover:before {
	width: 100%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)):hover > .mega {
	opacity: 1;
	transition: opacity .5s ease, visibility .5s ease;
	z-index: 4;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #ececec;
	transition: opacity .5s ease;
	padding: 40px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega {
		padding: 30px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega {
		padding: 0;
	}
}

@media only screen and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega {
		display: none;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.images > li {
	justify-content: space-between;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.images > li [class*="large"] {
	display: flex;
	justify-content: space-between;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.images > li [class*="large"][class*="3"] > li {
	width: 31.16667%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.images > li [class*="large"][class*="4"] > li {
	width: 22.83333%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.images > li .img img {
	width: 100%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts > li {
	justify-content: flex-end;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts > li .large {
	width: 32%;
	margin-right: auto;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts > li .small {
	width: 31.66667%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts > li .small + .small {
	margin-left: 1%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts2 > li {
	justify-content: space-between;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts2 > li [class*="large"] {
	display: flex;
	justify-content: space-between;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts2 > li [class*="large"][class*="2"] {
	width: 65.66667%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts2 > li [class*="large"][class*="2"] > li {
	width: 47.46193%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega.texts2 > li .small {
	width: 31.16667%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	display: flex;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] {
	display: flex;
	justify-content: space-between;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li {
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a {
	height: 100%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st,
header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text,
header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
	padding: 0 25px;
	box-sizing: border-box;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st,
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text,
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st,
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text,
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		padding: 0;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st {
	margin-top: 20px;
	text-align: center;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st {
		margin-top: 0;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st > * {
	display: block;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st span {
	font-family: "BenchNine", sans-serif;
	line-height: 1;
	font-size: 258%;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .st em {
	margin-top: 0rem;
	color: #333;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text {
	margin-top: 20px;
	line-height: 2;
	font-size: 115%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .text {
		margin-top: 0;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 115%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		margin-top: 0;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li [class*="large"] li a .btn {
		padding-bottom: 0;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li .small li a {
	padding: 1rem;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li .small li a .st {
	text-align: left;
	font-weight: bold;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li .small li a .text {
	margin-top: 5px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li .small li a .text {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li .small li a .text {
		margin-top: 0;
	}
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li a {
	display: block;
	color: #333;
}

header .con_sub_header .gnav > ul > li:not(:nth-last-child(-n+2)) .mega > li a:hover {
	background: #fff;
	text-decoration: none;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) {
	margin-left: 20px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) {
		margin-left: 0;
	}
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2):after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #333;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) a:before, header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) a:before {
	content: "";
	margin-right: .5em;
	margin-right: 0;
	font-size: 1.7rem;
	line-height: 1.3;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):nth-last-child(2) a svg {
	width: 15px;
	margin-bottom: 0.5rem;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child:hover span {
	background: #003da5;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child:hover span:before, header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child:hover span:after {
	background: #003da5;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child span {
	display: block;
	height: 3px;
	width: 15px;
	background: #333;
	margin-bottom: 1.1rem;
	position: relative;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child span:before, header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	width: 15px;
	background: #333;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child span:before {
	top: -6px;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2):last-child span:after {
	bottom: -6px;
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2) a {
	flex-direction: column;
	justify-content: flex-end;
	padding: 15px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:nth-last-child(-n+2) a {
		padding: 10px;
	}
}

@media only screen and (max-width: 736px) {
	header .con_sub_header .gnav > ul > li:nth-last-child(-n+2) a {
		padding: 0.5rem;
	}
}

@media only screen and (min-width: 968.5px) and (max-width: 1199px) {
	header .con_sub_header .gnav > ul > li:nth-last-child(-n+2) a {
		padding: 10px 20px;
	}
}

header .con_sub_header .gnav > ul > li:nth-last-child(-n+2) a:hover {
	color: #003da5;
}

header .con_sub_header .gnav > ul > li > a {
	display: flex;
	align-items: center;
	height: 100%;
	color: #333;
	text-decoration: none;
}

/* -----------------------------------------------------------
	.elem-topic-path
----------------------------------------------------------- */
.layout-wrapper {
	position: relative;
}

.elem-topic-path {
	margin-top: 0 !important;
	position: relative;
	background: #fff;
	z-index: 3;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
}

.elem-topic-path > div {
	max-width: 1180px;
	padding-right: 0;
	padding-left: 0;
	width: 95%;
}

/* -----------------------------------------------------------
	.hero-wrapper
----------------------------------------------------------- */
.hero-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.elem-topic-path + .hero-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .929rem;
	padding-bottom: 5.714rem;
}

@media only screen and (max-width: 736px) {
	.elem-topic-path + .hero-wrapper {
		padding-top: 0;
		padding-bottom: 15.333vw;
	}
}

/* -----------------------------------------------------------
	.elem-heading-lv1
----------------------------------------------------------- */
.elem-heading-lv1 {
	z-index: 3;
	position: relative;
	margin: 0;
	padding: 4.286rem 0;
}

@media only screen and (max-width: 736px) {
	.elem-heading-lv1 {
		padding: 7.042vw 0;
	}
}

/* -----------------------------------------------------------
	.contents-wrapper
----------------------------------------------------------- */
.contents-wrapper {
	z-index: 3;
	position: relative;
}

/*# sourceMappingURL=../maps/header.css.map */




