﻿@charset "utf-8";

/* ****************************************************
layout.css
Define container layout.
***************************************************** */

@media print, screen and (min-width: 769px) {

/* common settings
=================================*/

html {
height: 100%;
overflow-y: scroll;
}

/* page-wrapper */
#page-wrapper {
	margin: 0 auto;
        overflow-x: hidden;
        min-width: 1260px;
        width: 100%;
        box-sizing: border-box;
}


/* header
---------------------------------*/

/* -- header utility -- */
#header-container {
	box-sizing: border-box;
	width: 100%;
	min-width: 1260px;
	position: relative;
	border-top: 3px solid #d7083b;
	background-color: #ffffff;
	z-index: 1000!important;
}
.hdr-layout {
	position: relative;
	z-index: 1000;
	padding: 0;
	margin: 0 auto;
  min-width: 1260px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}
.hdr-layout-wrapper {
}
.hdr-logo {
	float: left;
	overflow: hidden;
  margin-bottom: -1px;
}
.hdr-logo > a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	width: 120px;
  height: 60px;
}
.hdr-logo > a > img {
	width: 51px;
}
.hdr-layout .hdr-sp-ui01,
.hdr-layout .hdr-sp-ui02,
.hdr-layout .hdr-sp-30th {
	display: none;
}
.hdr-utility {
	display: flex;
	align-items: center;
	float: right;
	height: 59px;
}
.hdr-utility .hdr-connected {
	margin-right: 4px;
}
.hdr-utility .hdr-connected > a:hover {
	opacity: 0.7;
}
.hdr-utility .hdr-search > a,
.hdr-utility .hdr-inquiry > a,
.hdr-utility .hdr-language > a{
	display: flex;
	justify-content: center;
	width: 69px;
	height: 59px;
	padding: 35px 5px 14px;
	box-sizing: border-box;
}
.hdr-utility .hdr-search {
	position: relative;
}
.hdr-utility .hdr-search::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	border-style: none solid solid;
	border-color: transparent transparent #999;
	border-width: 0 4px 6px;
	content: "";
	opacity: 0;
}
.hdr-utility .hdr-search.is-active::before {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hdr-utility .hdr-search.is-active > a::before {
	opacity: .5;
}
.hdr-utility .hdr-search > a {
	position: relative;
	font-size: 66.6666%;
	color: #333;
}
.hdr-utility .hdr-search > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.hdr-utility .hdr-search > a::before {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 21px;
	height: 21px;
	background: url(/common/images/hd_btn12.png) no-repeat 0 0/contain;
	content: "";
}
.hdr-utility .hdr-inquiry {
}
.hdr-utility .hdr-inquiry > a {
	position: relative;
	font-size: 62.5%;
	color: #333;
}
.hdr-utility .hdr-inquiry > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.hdr-utility .hdr-inquiry > a::before {
	position: absolute;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	width: 23px;
	height: 23px;
	background: url(/common/images/hd_btn13.png) no-repeat 0 0/contain;
	content: "";
}
.hdr-utility .hdr-language > a {
	position: relative;
	font-size: 66.6666%;
	color: #333;
}
.hdr-utility .hdr-language > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.hdr-utility .hdr-language > a::before {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url(/common/images/hd_btn14.png) no-repeat 0 0/contain;
	content: "";
}
.hdr-utility #language {
	float: left;
	width: 61px;
	margin-right: -1px;
}
.hdr-utility .hdr-search-box {
	position: absolute;
	width: 347px;
	top: -9999px;
	right: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	margin-right: -100px;
	padding: 10px 6px 10px 10px;
	background: #999;
	/* for activate animation */
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-moz-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-ms-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-o-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
}
.hdr-utility .is-active .hdr-search-box {
	/* for activate animation */
	top: 100%;
	z-index: 102;
	opacity: 1.0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hdr-utility .hdr-search-box .mf-input-text {
	display: block;
	width: 249px;
	float: left;
	padding-left: 38px;
	border: none;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/common/images/hd_btn06.png) 10px 50% no-repeat #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	color: #333;
}
.hdr-utility .hdr-search-box .mf-submit-btn {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(/common/images/hd_icn03.png) no-repeat 50% 50% #666;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	border: none;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.hdr-utility .hdr-search-box .mf-search-close {
	float: left;
	width: 42px;
	height: 40px;
	background: url(/common/images/hd_btn08.png) 50% 50% no-repeat;
}
.hdr-utility .hdr-search-box .mf-search-close a {
	display: block;
	width: 42px;
	height: 40px;
}
.hdr-utility #connected {
	float: left;
	width: 112px;
	padding: 13px 15px 0 0;
}
.hdr-utility ul {
	float: left;
	padding: 14px 0 0;
	font-size: 90%;
}
.hdr-utility ul li {
	display: inline-block;
	padding: 0 15px 0 0;
}
.hdr-utility ul a:before {
	padding: 0 5px 0 0;
	content:url(/common/images/com_icn01.png);
}
.hdr-utility .hdr-30th {
	margin-right: 15px;
}
.hdr-utility .hdr-30th > a:hover {
	opacity: .7;
}

/* -- header-gNavi -- */
.hdr-layout .hdr-gNavi {
	float: left;
	display: flex;
	align-items: center;
	width: 700px;
	height: 59px;
}
.hdr-layout .hdr-gNavi > li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hdr-layout .hdr-gNavi > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px 2px;
	color: #333;
	height: 59px;
	vertical-align: middle;
	text-align: center;
	font-size: 93.3333%;
	z-index: 101;
	box-sizing: border-box;
}
.hdr-layout .hdr-gNavi > li > a span {
	display: table-cell;
	vertical-align: middle;
}
.hdr-layout .hdr-gNavi > li:hover > a {
	background-color: #eff1f2;
	text-decoration: none;
}
.hdr-layout .hdr-gNavi > li.is-active > a,
.hdr-layout .hdr-gNavi > li.is-current > a {
	background-color: #d7063b;
	color: #fff;
	text-decoration: none;
}
/* -- header-stage03 -- */
.hdr-layout .hdr-gNavi .hdr-stage03 {
	display: none;
}
.hdr-stage02-pc:empty {
	display: none;
}
.hdr-stage02-pc .hdr-stage03 {
  display: none;
	position: absolute;
	width: 1200px;
	top: 100%;
	left: 0;
	right: 0;
  margin: 0 auto;
	background: #fff;
	overflow: hidden;
	z-index: 100;
}
.hdr-stage02-pc .hdr-stage03-inner {
	position: relative;
	margin: 0 auto;
	padding: 23px 20px 24px;
	box-sizing: border-box;
}
.hdr-stage02-pc .hdr-stage03-inner .hdr-stage03-close {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 20px;
	right: 20px;
}
.hdr-stage02-pc .hdr-stage03-inner .hdr-stage03-close > a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/common/images/com_icn82.png) 50% 50% no-repeat;
	text-indent: -9999px;
	outline: none;
}
.hdr-stage02-pc .hdr-stage03-inner .hdr-stage03-close > a:hover {
	opacity: 0.7;
}
.hdr-stage02-pc .hdr-stage03-top > a {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
	font-size: 106.66666%;

	color: #333;
}
.hdr-stage02-pc .hdr-stage03-top > .no-link {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 106.66666%;
	color: #333;
}
.hdr-stage02-pc .hdr-stage03-top > a:hover {
	color: #d7063b;
	text-decoration: underline;
}
.hdr-stage02-pc .hdr-stage03-top > a::before {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 6px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	vertical-align: middle;
	content: "";
}
.hdr-stage02-pc .hdr-stage03-detail {
	margin: 16px 0 0;
	min-height: 0;
	transition: min-height 0.4s ease-out 0s, opacity 0.4s ease-out 0s;
}
.hdr-stage02-pc .hdr-stage03-detail-list {
	width: 100%;
}
.hdr-stage02-pc .hdr-stage03-detail-list.type01 {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.hdr-stage02-pc .hdr-stage03-detail-list.type01 > li {
	margin-left: 30px;
	width: calc(((100% - (108px)) / 4) - .1px);
}
.hdr-stage02-pc .hdr-stage03-detail-list.type01 > li:nth-child(4n+1) {
	margin-left: 0!important;
}
.hdr-stage02-pc .hdr-stage03-detail-list.type02 {
	position: relative;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a {
	position: relative;
	display: block;
	font-size: 93.33333%;
	color: #333;
	box-sizing: border-box;
	line-height: 1.57;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li.is-active > a.hdr-stage04-trigger {
	background-color: #eee;
}
.hdr-stage02-pc .hdr-stage03-detail-list.type01 > li > a {
	padding: 6px 0 6px 26px;
}
.hdr-stage02-pc .hdr-stage03-detail-list.type02 > li > a {
	padding: 8px 10px 4px 29px;
	width: 366px;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a.type-blank::after {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(/common/images/com_icn05.png) no-repeat 0 0;
	background-size: 100% 100%;
	vertical-align: middle;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a:hover {
	color: #d7063b;
	text-decoration: underline;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a::before {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 7px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
	content: "";
}
/* -- header-stage04 -- */
.hdr-stage02-pc .hdr-stage04 {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	background-color: #eee;
	width: calc(100% - 366px);
	transition: all 0.3s;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li.is-active > .hdr-stage04 {
	right: 0;
	opacity: 1;
	pointer-events: auto;
}
.hdr-stage02-pc .hdr-stage04-inner {
	padding: 33px 28px;
	transform: translateX(-50px);
	transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}
.hdr-stage02-pc .hdr-stage04-inner > *:first-child {
	margin-top: 0!important;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li.is-active > .hdr-stage04 .hdr-stage04-inner {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}
.hdr-stage02-pc .hdr-stage04-top > a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	font-weight: bold;
	font-size: 93.333%;
	color: #333;
}
.hdr-stage02-pc .hdr-stage04-top > a:hover {
	color: #d7063b;
	text-decoration: underline;
}
.hdr-stage02-pc .hdr-stage04-top > a::before {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: -4px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
	content: "";
}
.hdr-stage02-pc .hdr-stage04-top > a > span {
	display: inline-block;
}
.hdr-stage02-pc .hdr-stage04-detail {
	margin: 24px 0 0;
}
.hdr-stage02-pc .hdr-stage04-detail-list {
	width: 100%;
}
.hdr-stage02-pc .hdr-stage04-detail-list {
	display: flex;
	flex-flow: row wrap;
	width: 100%;

}
.hdr-stage02-pc .hdr-stage04-detail-list > li {
	margin-top: 13px;
	margin-left: 36px;
	width: calc(((100% - (36px)) / 2) - .1px);
}
.hdr-stage02-pc .hdr-stage04-detail-list > li:nth-child(2n+1) {
	margin-left: 0!important;
}
.hdr-stage02-pc .hdr-stage04-detail-list > li:nth-child(-n+2) {
	margin-top: 0!important;
}
.hdr-stage02-pc .hdr-stage04-detail-list > li > a {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	font-size: 93.33333%;
	color: #333;
	line-height: 1.57;
	box-sizing: border-box;
}
.hdr-stage02-pc .hdr-stage04-detail-list > li > a.type-blank::after {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(/common/images/com_icn05.png) no-repeat 0 0;
	background-size: 100% 100%;
	vertical-align: middle;
}
.hdr-stage02-pc .hdr-stage04-detail-list > li > a:hover {
	color: #d7063b;
	text-decoration: underline;
}
.hdr-stage02-pc .hdr-stage04-detail-list > li > a::before {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: -2px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
	content: "";
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a.hdr-stage04-trigger::before {
	display: none;
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a.hdr-stage04-trigger > span::before,
.hdr-stage02-pc .hdr-stage03-detail-list > li > a.hdr-stage04-trigger > span::after {
	display: block;
	position: absolute;
	width: 9px;
	height: 1px;
	top: 50%;
	left: 9px;
	margin-top: 1px;
	background: #3e3731;
	transition: all 0.5s;
	content: "";
}
.hdr-stage02-pc .hdr-stage03-detail-list > li > a.hdr-stage04-trigger > span::before {
	transform: rotate(90deg);
}
.hdr-stage02-pc .hdr-stage03-detail-list > li.is-active > a.hdr-stage04-trigger > span::before {
	transform: rotate(0deg);
}
.hdr-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.hdr-cover.is-active {
  display: block;
}
/* -- header-stage02 -- */
.hdr-layout .hdr-stage02 {
	display: none;
}
.hdr-layout .hdr-stage02 .hdr-stage02-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 11px 0;
	box-sizing: border-box;
}
.hdr-stage02-pc {
	border-top: 1px solid #fff;
	background: #eee;
}
.hdr-stage02-pc .hdr-stage02 {
	margin: 0 auto;
	width: 1200px;
	box-sizing: border-box;
}
.hdr-stage02-pc .hdr-stage02-inner {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.hdr-stage02-pc .hdr-stage02-top {
	position: relative;
	display: flex;
	align-items: center;
	width: 205px;
	flex-shrink: 0;
}
.hdr-stage02-pc .hdr-stage02.type02 .hdr-stage02-top {
	padding: 14px 0px 7px;
}
.hdr-stage02-pc .hdr-stage02-top > a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	font-weight: bold;
	font-size: 106.66666%;
	color: #333;
}
.hdr-stage02-pc .hdr-stage02-top > a:hover {
	color: #d7063b;
	text-decoration: underline;
}
.hdr-stage02-pc .hdr-stage02-top > a::before {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -4px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	vertical-align: middle;
	content: "";
}
.hdr-stage02-pc .hdr-stage02-detail-list {
	display: flex;
	flex-wrap: nowrap;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.hdr-stage02-pc .hdr-stage02-detail-list > li:nth-child(n+2) {
		padding-left: 1px;
	}
.hdr-stage02-pc .hdr-stage02-detail-list > li:nth-child(n+2) > a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	width: 1px;
	height: 18px;
	background-color: #ccc;
	content: "";
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a:hover {
	text-decoration: none;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a:hover::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #fff;
	opacity: 0.3;
	pointer-events: none;
	content: "";
}
	.hdr-stage02-pc .hdr-stage02-detail-list > li.is-current > a:hover::after {
		opacity: 0;
	}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	color: #333;
	height: 46px;
	vertical-align: middle;
	text-align: center;
	/*font-size: 87.5%;*/
	font-size: 93.333333%;
}
.hdr-stage02-pc .hdr-stage02.type02 .hdr-stage02-detail-list > li > a {
	height: 40px;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a.type-blank > span::after {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(/common/images/com_icn05.png) no-repeat 0 0;
	background-size: 100% 100%;
	vertical-align: middle;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a,
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-current > a{
	background-color: #d7063b;
	color: #fff;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a.hdr-stage03-trigger::before,
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-current > a::before{
	opacity: 0;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a.hdr-stage03-trigger::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: "";
	background:  url(/common/images/hd_icn01.png) no-repeat 0 0;
	text-align: center;
	width: 15px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	z-index: 101;
	opacity: 1;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a.hdr-stage03-trigger > span::before,
.hdr-stage02-pc .hdr-stage02-detail-list > li > a.hdr-stage03-trigger > span::after {
	display: block;
	position: absolute;
	width: 9px;
	height: 1px;
	top: 50%;
	left: 13px;
	margin-top: -1px;
	background: #3e3731;
	transition: all 0.5s;
	content: "";
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a.hdr-stage03-trigger > span::before {
	transform: rotate(90deg);
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a.hdr-stage03-trigger > span::before {
	transform: rotate(0deg);
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a.hdr-stage03-trigger > span::before,
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-active > a.hdr-stage03-trigger > span::after {
	background-color: #fff;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-current > a.hdr-stage03-trigger > span::before,
.hdr-stage02-pc .hdr-stage02-detail-list > li.is-current > a.hdr-stage03-trigger > span::after {
	background-color: #fff;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a.hdr-stage03-trigger {
	padding-left: 30px;
}
.hdr-stage02-pc .hdr-stage02-detail-list > li > a > span {
	display: inline-block;
}
  

/* -- path -- */
#path-wrapper {
	width: 100%;
	background-color: #ccc;
}
#path {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 10px;
	width: 1220px;
}
#path li {
	display: inline;
	font-size: 80%;
}
#path li:before {
	padding: 0 3px;
	content:" > ";
}
#path li:first-child:before {
	padding: 0;
	content: "";
}


/* mainContainer
---------------------------------*/
#contentsContainer {
	box-sizing: border-box;
	width: 1220px;
	margin: 14px auto 0;
	padding: 0 10px 65px;
	line-height: 1.4;
}

/* sideContainer
---------------------------------*/
#aside {
	float: right;
	width: 240px;
}
#aside * {
box-sizing: border-box;
}

.rNaviTitle {
	border-top: 3px solid #d7083b;
}
.rNaviTitle > a,
.rNaviTitle > span {
	display: table-cell;
	width: 240px;
	height: 87px;
	padding: 22px;
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
}
.rNaviTitle > a > span,
.rNaviTitle > span > span {
	display: inline-block;
}

/* -- local navi -- */
#rNavi > ul > li:first-child,
#rNavi > ul > li.active + li {
	border-top: none;
}
#rNavi > ul > li > a {
	display: block;
	border-top: none;
	text-decoration: none;
}
#rNavi > ul > li:first-child > a {
	border-top: 1px solid #ccc;
}
#rNavi > ul > li > a > span {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 16px 20px 16px 39px;
	background: #eeeeee url(/common/images/com_icn01.png) no-repeat 20px 1.3em;
	font-weight: bold;
	color: #333333;
	line-height: 1.1;
	text-decoration: none;
}
#rNavi > ul > li > a:hover > span,
#rNavi > ul > li > a:active > span {
	background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 1.3em;
	color: #ffffff;
}

#rNavi > ul > li.active > a > span {
	background: #d7083b url(/common/images/com_icn76.png) no-repeat 20px 1.3em;
	color: #ffffff;
}
#rNavi > ul > li.is-current > a > span {
	background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 1.3em;
	color: #ffffff;
}

/* 4th level */
#rNavi li ul {
}
#rNavi li:last-child ul {
}

#rNavi > ul > li > ul {
	display: none;
}
#rNavi > ul > li.active > ul {
	display: block;
}
#rNavi > ul > li > ul > li > ul {
	display: none;
}
#rNavi > ul > li > ul > li.active > ul {
	display: block;
}



#rNavi li li {
}
#rNavi li li:first-child {
}
#rNavi li li a {
	display: block;
	padding: 9px 20px 9px 48px;
	border-bottom: 1px solid #fff;
	background: #ddd url(/common/images/com_icn77.png) no-repeat 30px 1.5em;
	color: #333333;
	text-decoration: none;
	font-size: 86.67%;
}
#rNavi li li.is-current a,
#rNavi li li a:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
  font-weight: bold;
}
#rNavi li li.blank-link a:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
}
#rNavi li li.blank-link a span:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
}

/* 5th level */
#rNavi li li.active {
}
#rNavi li li.active > a {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
  font-weight: bold;
}
#rNavi li li.active ul {
	border-bottom: 1px solid #fff;
	background-color: #ddd;
	padding-left: 25px;
}
#rNavi li li.active li:last-child {
border-bottom: none;
}
#rNavi li li.active ul a {
	display: block;
	padding: 8px 20px 7px 27px;
	border-bottom: none;
	background-image: none;
  letter-spacing: -0.02rem;
}
#rNavi li li.active ul a:hover,
#rNavi li li.active ul li.is-current a {
	color: #ffffff;
	font-weight: bold;
	background-image: none;
  letter-spacing: -0.02rem;
}
#rNavi li li.active ul .pressrelease-button {
	position: relative;
	background-color: #ddd;
}
#rNavi li li.active ul .pressrelease-button::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	background: url(/common/images/com_icn01.png) no-repeat;
	background-size: 12px 13px;
	width: 12px;
	height: 13px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#rNavi li li.active ul .pressrelease-button:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #d7083b;
}
#rNavi li li.active ul .pressrelease-button:hover::before {
	background: url(/common/images/com_icn40.png) no-repeat;
}
#rNavi li li.active li.active a {
	color: #ffffff;
	font-weight: bold;
}

#rNavi li.under-arrow a {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
	font-weight: bold;
}
#rNavi li li.active li.active {
	padding: 0;
}


/* side contents */


/* 

.col-side {
	border: 1px solid #ccc;
}
.col-side dt {
	padding: 10px 0 0;
}

.col-side dt span {
	display: block;
	padding: 0 0 0 25px;
	background: url(/common/images/rNavi_icn01.png) no-repeat 10px 0.5em;
	font-weight: bold;
}
.col-side dt span {
	min-height: 25px;
	padding: 25px 10px 8px 30px;
}
.col-side dt a {
	display: block;
	padding: 0 0 0 33px;
	min-height: 19px;
	background: url(/common/images/com_icn43.gif) no-repeat 9px 0;
	font-weight: bold;
}

.col-side dd {
	margin: 6px 0 0;
	padding: 8px 10px 12px;
	background: url(/common/images/rNavi_bg04.png) no-repeat 50% 0;
}

 */



.col-side {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	box-sizing: border-box;
}

.col-side:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 93px;
height: 3px;
background-color: #d7083b;
}

.col-side dt a {
	min-height: 25px;
	padding: 15px 10px 8px 33px;
	background: url(/common/images/com_icn01.png) no-repeat 15px 1.3em;
}
.col-side dt a img {
	vertical-align:baseline;
	margin-left: 5px;
}
.col-side dt span {
	min-height: 25px;
	padding: 15px 10px 8px 15px;
}

.col-side dt a,
.col-side dt span {
	font-weight: bold;
	color: #333333;
	font-size: 115%;
}
.col-side dt a {
	text-decoration: none;
}
.col-side dt a:hover {
	text-decoration: none;
	color: #d7083b;
}
.col-side dt a,
.col-side dt span {
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1)";
	display: block;
}

.col-side dd {
	padding: 6px 15px 15px;
	background-color: #ffffff;
}


.col-side dd + dd {
	margin-top: 0;
}
.col-side dd .link-list li {
	margin-top: 3px;
}
.col-side dd .icon-link a,
.col-side dd .link-list li a {
	background-position: 0 0.4em;
}

.col-side dd.col-side-inner .img-l {
	float: left;
	width: 90px;
}
.col-side dd.col-side-inner .text-r {
	float: right;
	width: 108px;
}

/* sizeSwitcher */
#sizeSwitcher {
	height: 33px;
	position: relative;
	border-radius: 3px;
	background-color: #d0d8e0;
}
.fontsize-switch dt {
	position: absolute;
	left: 0;
	width: 79px;
	height: 12px;
	margin: 11px 0 0 24px;
	text-indent: -9999px;
	background: url(/common/images/rNavi_tx01.gif) no-repeat 0 0;
}
.fontsize-switch dd {
	position: absolute;
	width: 43px;
	margin: 6px 0 0;
}
.fontsize-switch dd span {
	height: 24px;
	display: block;
	text-indent: -9999px;
}
.fontsize-switch #font-medium {
	right: 62px;
}
.fontsize-switch #font-medium span {
	background: url(/common/images/rNavi_btn02.gif) no-repeat 0 0;
}
.fontsize-switch #font-medium span.hover,
.fontsize-switch #font-medium span.current-fontsize {
	background: url(/common/images/rNavi_btn02on.gif) no-repeat 0 0;
}
.fontsize-switch #font-large {
	right: 17px;
}
.fontsize-switch #font-large span {
	background: url(/common/images/rNavi_btn01.gif) no-repeat 0 0;
}
.fontsize-switch #font-large span.hover,
.fontsize-switch #font-large span.current-fontsize {
	background: url(/common/images/rNavi_btn01on.gif) no-repeat 0 0;
}

.current-fontsize {
	cursor: default;
}
.uncurrent-fontsize {
	cursor: pointer;
}



/* contents
---------------------------------*/
#contents {
	float: left;
	width: 912px;
	line-height: 1.6;
}
.fullpage #contents {
	float: none;
	width: 100%;
}


/* section
---------------------------------*/

/* for h2 bottom section */


/* for h3 bottom section */

/* for h4 bottom section */

/* for table section */

/* pageTop
---------------------------------*/


/* supplierNavi
---------------------------------*/



/* footer
---------------------------------*/
#footer-container {
	box-sizing: border-box;
	width: 100%;
	background-color: #000000;
	padding: 0 10px;
}
#footer-nav {
	background: #fff;
	border-top: 1px solid #ccc;
}
#footer-nav .footer-inner {
	width: 1200px;
	margin: 0 auto;
}
#footer-nav .footer-link {
	float: left;
	border-left: 1px solid #ccc;
}
#footer-nav .footer-link > li {
	float: left;
	display: table;
	border-right: 1px solid #ccc;
}
#footer-nav .footer-link > li a {
	display: table-cell;
	padding: 0 20px;
	height: 100px;

	vertical-align: middle;
	text-align: center;
	color: #555;
}
#footer-nav .footer-link > li a:hover {
	color: #d7083b;
}
#footer-nav .footer-link > li span {
	display: inline-block;
	padding: 0 15px 0 20px;
	background: url(/common/images/com_icn01.png) 0 50% no-repeat;
}
#footer-nav .footer-link > li a:hover span {
	text-decoration: underline;
}
#footer-nav .footer-mark {
	float: right;
}
#footer-nav .footer-mark > li {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer-nav .footer-mark > li.mark02 {
	margin-left: 10px;
}
#footer-nav .footer-mark > li.mark03 {
	margin-left: 7px;
}
#footer-bottom {
	width: 1200px;
	margin: 0 auto;
}
#footer-bottom #footer-utility {
	float: left;
	width: 850px;
	padding: 20px 0;
}
#footer-bottom #footer-utility li {
	float: left;
	margin-right: 40px;
	font-size: 80%;
}
#footer-bottom #footer-utility a {
	color: #ffffff;
	display:block;
}
/* -- utility -- */
#footer-bottom #utility {
	float: right;
}
#footer-bottom #utility ul {
	float: left;
	min-width: 150px;
	margin-top:18px;
}
#footer-bottom #utility ul li {
	float: left;
	margin-right:5px;
	color: #ffffff;
	font-size: 80%;
	padding-top: 3px;
}
#footer-bottom #utility ul li:last-child {
	float: right;
	padding-top: 0;
	margin-right: 0;
}
#footer-bottom #utility #footer-social {
	min-width: 0;
	margin: 14px 15px 0 0;
}
#footer-bottom #utility #footer-social li {
	float: left;
	margin-right: 18px;
	padding: 0;
}
#footer-bottom #utility #footer-social li a {
	display: block;
	width: 28px;
}
#footer-bottom #utility #footer-social li a:hover {
	opacity: 0.7;
}
#footer-bottom #utility #footer-social li a img {
	width: 100%;
}
#footer-bottom #footer-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
#footer-bottom #footer-up a {
	display: block;
	width: 60px;
	height: 60px;
	background: #d7063b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
#footer-bottom #footer-up a img {
	position: absolute;
	width: 24px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -10px;
}

/* clearFix
=================================*/
.hdr-layout:after,
.hdr-layout .hdr-utility:after,
.hdr-layout .hdr-gNavi .hdr-stage03-link:after,
.hdr-utility .hdr-search-box:after,
.hdr-utility .hdr-search-box:after,
.hdr-layout .hdr-gNavi .hdr-stage03-btn-col .hdr-stage03-btn-List:after,
#contentsContainer:after,
#footer-nav .footer-inner:after,
#footer-nav .footer-link:after,
#footer-nav .footer-mark:after,
#footer-bottom:after,
#footer-bottom #footer-utility:after {
	content: "";
	display: block;
	clear: both;
}

}
@media print, screen and (min-width: 768px) and (max-width: 1220px) {
	.hdr-layout .hdr-stage02 {
		width: 1220px;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
}