@charset "utf-8";
 
body.bodyFixed {
	position: fixed;
}


/*=================================
 画面幅MAXのレイアウト調整
=================================*/
.wrapDesignA1::before,
.wrapDesignB1,
.wrapDesignB1::before,
.subNav::before,
a#prevPage::after {
	left: -16px;
	width: calc(100vw + 32px);
}
@media screen and (min-width: 1033px) {
.wrapDesignA1::before,
.wrapDesignB1,
.wrapDesignB1::before,
.subNav::before,
a#prevPage::after {
	left: 0;
	width: 100vw;
}
}/*@media*/
@media screen and (max-width: 600px) {
.wrapDesignA1::before,
.wrapDesignB1,
.subNav::before,
a#prevPage::after {
	left: -12px;
	width: 100vw;
}

.wrapDesignB1::before {
	left: 0;
	width: 100vw;
}
}/*@media*/

#secContact::before {
	width: 100vw;
	left: 0;
}

#secSns::before {
	width: 100vw;
	left: 0;
}


.wrapDesignA1::before,
.wrapDesignB1::before,
#secContact::before,
#secSns::before,
.subNav::before,
a#prevPage::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: -88888888;
}
@media screen and (min-width: 1033px) {
.wrapDesignA1::before{
	left: calc((-100vw + 1000px) / 2);
}
}/*@media*/
@media screen and (min-width: 1233px) {
#secContact::before,
#secSns::before,
.subNav::before {
	left: calc((-100vw + 1232px) / 2);
}
}/*@media*/

a#prevPage::after {
	left: -16px;
}
@media screen and (min-width: 1233px) {
a#prevPage::after {
	left: calc((-100vw + 1200px) / 2);
}
}/*@media*/
@media screen and (max-width: 600px) {
a#prevPage::after {
	left: -24px;
}
}/*@media*/


/*=================================
 layout,section,wrap,inner
=================================*/
.layoutWrap,
#main > article {
	position: relative;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
@media screen and (max-width: 1060px) {
.layoutWrap,
#main > article {
	padding-left: 12px;
	padding-right: 12px;
}
}/*@media*/

.layoutWrap {
	max-width: 1232px;
}

#main > article {
	max-width: 1032px;
}



/*layoutInnerA1
---------------------------------*/
.layoutInnerA1 {
	max-width: 948px;
	margin: 40px auto;
}
@media screen and (max-width: 1060px) {
.layoutInnerA1 {
	width: 88%;
	padding: 0;
}
}/*@media*/



/*wrapDesignA1
---------------------------------*/
.wrapDesignA1 {
	position: relative;
	padding: 16px 0;
	/* margin: 80px auto; */
}
@media screen and (max-width: 1060px) {
.wrapDesignA1 {
	margin: 40px auto;
}
}/*@media*/

.wrapDesignA1::before {
	height: 100%;
	background: #EBEBEB;
}

.wrapDesignA1 > *:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
.wrapDesignA1 > *:first-child {
	margin-top: 16px;
}
}/*@media*/

.wrapDesignA1 > *:last-child {
	margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
.wrapDesignA1 > *:last-child {
	margin-bottom: 40px;
}
}/*@media*/

nav.subNav + [class^="wrapDesignA"],
nav.subNav + [class*=" wrapDesignA"] {
	margin-top: 0;
}


/*wrapDesignB1
---------------------------------*/
.wrapDesignB1 {
	position: relative;
	padding: 80px 0;
	margin-top: 80px!important;
	margin-bottom: 80px;
	margin-left: calc((-101vw + 1000px) / 2);

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1032px) {
.wrapDesignB1 {
	padding: 60px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0;
}
}/*@media*/

.wrapDesignB1::before {
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.wrapDesignB1 dl {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	padding: 0 12px;
	margin: auto;
}

.wrapDesignB1 dt,
.wrapDesignB1 dd {
	text-align: center;
	padding: 0 12px;
}

.wrapDesignB1 dt {
	font-size: 28rem;
}

.wrapDesignB1 dd {
	font-size: 18rem;
	margin-top: 40px;
}

.wrapDesignB1 a {
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 600px) {
.wrapDesignB1 a {
	margin-top: 40px;
	width: 50%;
}
}/*@media*/




/*=================================
 header
=================================*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 55555;
}

#header {
	position: relative;
	z-index: 55555;
	background: #fff;
	border-top: 40px solid #1A005D;
	-webkit-transition: .15s;
	transition: .15s;
	box-shadow: 0px 10px 10px 0px rgb(0,0,0,0.1);
}
div#header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -40px;
    left: 0;
    background: #8EC400;
}

@media screen and (max-width: 1060px) {
#header {
	min-height: 54px;
	border-top-width: 8px;
}
#header .clm,
#header .clm > * {
	margin-top: 0;
}
}/*@media*/

/*#header .layoutWrap {
	padding-right: 0;
}*/

@media screen and (max-width: 1060px) {
#header .layoutWrap {
	padding: 0;
}
}/*@media*/

#header a {
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (max-width: 1060px) {
#header a {
	display: block;
}
}/*@media*/


/*logoHeader
---------------------------------*/
.logoHeader {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 180px;
}
@media screen and (max-width: 1060px) {
.logoHeader {
	position: static;
	width: 120px;
	margin: 5px 0 0 16px;
}
#header.scrollDesign .logoHeader {
	margin: 8px 0 0 16px;
}/*@media*/
}
.logoHeader img {
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (min-width: 1061px) {
.logoHeader img {
	width: 180px;
	height: 40px;
}
}/*@media*/


.logoHeader img.imgSmall {
	display: none;
	margin-top: 2px;
}



/*navWrap
---------------------------------*/
@media screen and (max-width: 1060px) {
.navWrap {
	position: absolute;
	top: 52px;
	width: 100%;
	height: calc(100% - 52px);
	background: rgba(255,255,255,0.95);
	overflow-y: scroll;
}
}/*@media*/



/*headerRightArea
---------------------------------*/
.headerRightArea {
	font-size: 18rem;
	position: absolute;
	top: 0;
	right: 16px;
	width: 330px;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
.headerRightArea {
	right: 0;
}
}/*@media*/
@media screen and (max-width: 1060px) {
.headerRightArea {
	position: static;
	width: 100%;
	padding: 12px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
}/*@media*/

@media screen and (max-width: 1060px) {

.headerRightArea li {
	width: 48%;
	text-align: center;
}
}/*@media*/

.headerRightArea a {
	color: #1A005D;
	line-height:  1;
	max-height: 60px;
	padding: 20px 16px;
}
@media screen and (max-width: 600px) {
.headerRightArea a {
	font-size: 14rem;
	padding: 12px 8px;
    border: 2px solid #999;
}
}/*@media*/

.headerRightArea a:hover {
	color: #8EC400;
	background: #e6e6e6;
}
@media screen and (max-width: 600px) {
.headerRightArea a:hover {
    border: 2px solid #e6e6e6;
}
}/*@media*/

.headerRightArea .icoLocations::before, .headerRightArea .icoContact::before {
	color: #8EC400;
    -webkit-transition: .15s;
    transition: .15s;
}
/*.headerRightArea a:hover .icoLocations::before, .headerRightArea a:hover .icoContact::before {
	color: #1A005D;
}*/

.headerRightArea a span:nth-of-type(1) {
	font-size: 20rem;
	line-height: 1;
	vertical-align: text-bottom;
}

.headerRightArea a span.txt{
	margin: 0 0 0 8px;
	opacity: 1;
	white-space: nowrap;
	-webkit-transition: .3s;
	transition: .3s;
}
@media screen and (max-width: 1060px) {
.headerRightArea a span.txt{
}
}/*@media*/


@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerRightArea a span.hidden {
	width: 0!important;
	margin: 0;
	opacity: 0;
	overflow: hidden;
}
}/*@media*/



/*headerSearchArea サイト内検索
---------------------------------*/
.headerSearchArea ,.headerSearchArea2 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 370px;
	z-index: 2;
}
.headerSearchArea::after{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 1px;
    height: 50%;
    background: #FFF;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerSearchArea {
	right: 410px;
}
.headerSearchArea::after{
    left: 46px;
}
}/*@media*/
@media screen and (max-width: 1060px) {
.headerSearchArea ,.headerSearchArea2 {
	position: static;
}
}/*@media*/

.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	color: inherit;/*Edge*/
	margin: auto;
	width: 22px;
	height: 22px;
	line-height: 1;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	right: -32px;
}
}/*@media*/

@media screen and (max-width: 1060px) {
.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	position: fixed;
	top: 20px;
	bottom: auto;
	right: 56px;
    padding: 0;
    border-top: none;
}
.scrollDesign .headerSearchArea2 .icoSearch {
	top: 11px;
}
#nav_search .icoSearch {
	display: none !important;
}
}/*@media*/

.headerSearchArea .icoSearch.off ,.headerSearchArea2 .icoSearch.off {
	opacity: 0.25;
}


.headerSearchArea .icoSearch::before ,.headerSearchArea2 .icoSearch::before {
	position: relative;
	left: -8px;
	color: #fff;
	font-size: 18rem;
	line-height: 0.8;
	-webkit-transition: .15s;
	transition: .15s;
}
.headerSearchArea2 .icoSearch::before {
	left: 0px;
}
@media screen and (max-width: 1060px) {
.headerSearchArea .icoSearch::before ,.headerSearchArea2 .icoSearch::before {
	color: #1A005D;
	font-size: 22rem;
	line-height: 1;
}
.headerSearchArea a.icoSearch::after ,.headerSearchArea2 a.icoSearch::after {
	content: "";
}
}

.headerSearchArea .icoSearch:hover::before ,.headerSearchArea2 .icoSearch:hover::before {
	/* color: #012E5A; */
	filter: drop-shadow(0px 3px 0 rgba(1,46,90,0.2));
}
#SearchAreaWrap.active, #SearchAreaWrap2.active{
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    top: 92px;
    left: 0;
    padding: 40px 0;
}
#SearchAreaWrap2.active{
    top: 54px;
}
.scrollDesign #SearchAreaWrap2.active{
    top: 40px;
}
@media screen and (max-width: 1060px) {
	#SearchAreaWrap{
		display: none;
	}
}/*@media*/

/*form#ss-form1
---------------------------------*/
form#ss-form1 ,form#ss-form2 {
	margin: 0px auto;
	width: 0;
	overflow: hidden;
	-webkit-transition: .0s;
	transition: .0s;
}
@media screen and (max-width: 1060px) {
form#ss-form1 ,form#ss-form2 {
	display: none;
	width: 100%;
	padding: 4px 16px 8px;
	margin: auto;
}
}/*@media*/

form#ss-form1.active {
	width: 240px;
	-webkit-transition: .3s;
	transition: .3s;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
form#ss-form1.active {
	width: 200px;
}
}/*@media*/

form#ss-form1 #ss-query1 ,form#ss-form2 #ss-query2 {
	margin: 0;
	background: #E8EEF3;
}

@media screen and (max-width: 1060px) {
form#ss-form2 input[type="text"]{
	opacity: 0;
}
.active form#ss-form2 input[type="text"]{
	opacity: 1;
}
}/*@media*/

form#ss-form1 #ss_searchSubmit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	z-index: 1;
	margin: auto 0;
	width: 22px;
	height: 22px;
	background-image: url(/img/ico/ico_search.svg);
}
@media screen and (max-width: 1060px) {
form#ss-form1 #ss_searchSubmit ,form#ss-form2 #ss_searchSubmitSp {
	top: 8px;
	right: 24px;
	bottom: auto;
}
}/*@media*/


/*=================================
 gnav
=================================*/
nav.gnav {
	font-size: 18rem;
	height: 60px;
	margin: 0 0 0 210px;
	background: transparent;
}
@media screen and (max-width: 1060px) {
nav.gnav {
	height: auto;
	margin-left: 0;
}

nav.gnav ul {
	width: 100%;
	margin-bottom: 0;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
}/*@media*/

nav.gnav a.active {
	color: #8EC400!important;
}

nav.gnav > ul.menuLevel1 > li {
	position: relative;
}

@media screen and (min-width: 1061px) {
nav.gnav > ul.menuLevel1 > li:hover::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  border-left: 8px solid transparent;
}
}/*@media*/

nav.gnav ul.menuLevel1 > li > a {
	color: #1A005D;
	line-height: 1;
	padding: 21px 16px;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	padding: 19px 16px;
}
nav.gnav ul.menuLevel1 > li > a:hover {
	color: #8EC400;
}
@media screen and (max-width: 1060px) {
nav.gnav ul.menuLevel1 > li > a ,nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	color: #000;
	padding: 12px 16px;
	border-top: 1px solid #DDD;
}

nav.gnav ul.menuLevel1 > li > a::before,
nav.gnav ul.menuLevel1 > li > a::after {
	position: absolute;
	top: 20px;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	border-top: 2px solid #7F7F7F;
}

nav.gnav ul.menuLevel1 > li > a.active::before {
	border-top-color: #8EC400;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a::before{
	content: none;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a::after{
    font-family: 'nex_icons' !important;
    content: "\e911";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 22;
    color: #7F7F7F;
    line-height: 1;
    height: 16px;
    margin: auto;
    border: none;
    transform: rotate(0deg);
}

nav.gnav ul.menuLevel1 > li > a::after {
	transform: rotate(90deg);
}

nav.gnav ul.menuLevel1 > li > a.active::after {
	content: none;
}
}/*@media*/

@media screen and (min-width: 1061px) {
nav.gnav ul.menuLevel1 > li > a:hover {
	background: #e6e6e6;
}
}/*@media*/



/*nav.navUpper
---------------------------------*/
nav.navUpper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	width: 100%;
	/* background: #ED6C00; */
    display: flex;
    justify-content: end;
}
@media screen and (max-width: 1060px) {
nav.navUpper {
	position: static;
	text-align: left;
    display: block;
}
}/*@media*/
nav.navUpper > ul {
	font-size: 0;
    padding-right: 30px;
}
nav.navUpper li {
	position: relative;
	display: inline-block;
	font-size: 16rem;
}
@media screen and (max-width: 1060px) {
nav.navUpper li {
	display: block;
	padding-right: inherit;
	font-size: 14rem;
}
}/*@media*/

nav.navUpper li::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	bottom:  0;
	right: 0;
	margin:  auto;
	width: 1px;
	height: 50%;
	background: #FFF;
}
nav.navUpper li:nth-of-type(3)::after {
	top: -2px;
}
@media screen and (max-width: 1060px) {
nav.navUpper li::after {
	content: none;
}
}/*@media*/

nav.navUpper li:nth-of-type(2)::after {
	top: 1px;
	height: 60%;
}
nav.navUpper li a.icoContacWHT::before {
    margin-right: 10px;
}
@media screen and (min-width: 960px) {
nav.navUpper li a.icoContacWHT::after {
	content: none;
}
}

nav.navUpper a {
	color: #FFF;
	line-height: 1;
	height: 27px;
	/*font-weight: normal;*/
    padding: 7px 12px 0px;
	margin-top: 5px;
    vertical-align: top;
    font-weight: bold;
}
nav.navUpper a.icoContacWHT {
    padding: 1px 12px 0px;
}
@media screen and (max-width: 1060px) {
nav.navUpper a ,nav.navUpper a.icoContacWHT{
	color: #000;
	height: auto;
	font-size: 16rem;
	padding: 12px 16px;
	border-top: 1px solid #DDD;
	margin: 0;
}
}/*@media*/

@media screen and (min-width: 1061px) {
nav.navUpper a:hover {
	text-decoration: underline;
}
}/*@media*/


/*WOVN 言語切替ボタン*/
nav.navUpper li.wovnArea {
	position: relative;
}
nav.navUpper li.wovnArea::before,
nav.navUpper li.wovnAreaEn::before {
	display: none;
}

nav.navUpper li.wovnArea > a {
	position: relative;
	display: block;
	width: 180px;
    text-align: center;
	padding: 7px 0 0px;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.2);
}

nav.navUpper li.wovnArea > a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 14px;
	top: calc(50% - 6px);
	width: 16px;
	height: 16px;
	background: url(/img/ico/ico_language.svg) no-repeat;
}

nav.navUpper li.wovnArea > a::after {
	content: "";
	position: absolute;
    right: 12px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

nav.navUpper li.wovnArea > .wovn-languages {
	position: absolute;
	display: none!important;
	left: 0;
	width: 100%;
}

nav.navUpper li.wovnArea > .wovn-languages.open {
	display: block!important;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list {
	padding-left: 0;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li {
	display: block;
	text-align: left;
	padding: 6px 20px;
	background-color: #fff;
	cursor: pointer;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li:hover {
	background-color: #1E90FF;
	color: #fff;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li::before {
	display: none;
}

li.wovn-switch.selected {
	font-weight: bold;
	color: #1E90FF;
}

nav.navUpper li.wovnAreaEn {
	line-height: 1;
	position: relative;
	width: 180px;
	height: 35px;
    text-align: center;
	vertical-align: bottom;
	padding: 9px 0 0px;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

nav.navUpper li.wovnAreaEn::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 14px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: url(/img/ico/ico_language.svg) no-repeat;
	margin: 0;
}

@media screen and (max-width: 1060px) {
nav.navUpper li.wovnArea,
nav.navUpper li.wovnAreaEn {
	display: none!important;
}

.wovnArea-sp {
	position: fixed;
	right: 100px;
	top: 20px;
}
.searchArea-sp {
	position: fixed;
	right: 60px;
	top: 20px;
}

#header.scrollDesign .wovnArea-sp {
	top: 12px;
}

.wovnArea-sp > div {
	position: relative;
}

.wovnArea-sp > div > a {
	display: block;
	width: 22px;
	height: 22px;
}

.wovnArea-sp > div > .wovn-languages {
	display: none!important;
	position: absolute;
    top: 34px;
    right: -100px;
    width: 100vw;
}

.wovnArea-sp > div > .wovn-languages.open {
	display: block!important;
}

#header.scrollDesign .wovnArea-sp > div > .wovn-languages {
	top: 28px;
}

.wovnArea-sp > div > .wovn-languages .wovn-lang-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li {
	width: 50%;
	text-align: center;
	padding: 10px;
    background-color: #fff;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li:nth-of-type(2n+1) {
    border-right: 1px solid #ddd;
}


}/*@media*/

@media screen and (min-width: 1061px) {
.wovnArea-sp {
	display: none!important;
}
.searchArea-sp {
	display: none!important;
}
}/*@media*/

/*megaMenu
---------------------------------*/
.megaMenu {
	display: none;
}

.megaMenu ul {
	padding-left: 0;
}

/*Pc Style*/
@media screen and (min-width: 1061px) {
.megaMenu {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 88888888;
	width: 100%;
	background: rgba(255,255,255,0.9);
}

.megaMenu a {
	padding-right: 24px;
	color: #1A005D;
}

.megaMenu a:hover {
	color: #8EC400;
}

.megaMenu .clm {
	margin-top: 40px;
}

.megaMenu .megaMenuTtl {
	font-size: 20rem;
	width: 16%;
	margin-top: 0;
}

.megaMenu .menuLevel2 {
	width: 84%;
	margin: 0;
}

.megaMenu .menuLevel2 > li {
	width: calc(100% / 3);
	margin: 0 0 40px;
}

.megaMenu .menuLevel2 > li > a {
	font-size: 20rem;
}

.megaMenu .menuLevel2 > li > a + a {
	margin-top: 12px;
}

.megaMenu .menuLevel3 {
	margin: 16px 0 0;
}

.megaMenu .menuLevel3 li {
	font-size: 16rem;
	margin: 12px 0 0;
}

.megaMenu .menuLevel3 li:nth-of-type(1) {
	display: none;
}


/*btnMegaMenuClose 閉じるボタン
---------------------------------*/
.btnMegaMenuClose {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 16px;
	z-index: 88888888;
	font-size: 30rem;
	line-height: 1;
	color: #9FA5AD!important;
	border: 1px solid #DDD;
}

.btnMegaMenuClose:hover {
	color: #FFF!important;
	background: #9FA5AD;
}

.btnMegaMenuClose::before,
.btnMegaMenuClose::after {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 16px;
	border-top: 2px solid #9FA5AD;
}

.btnMegaMenuClose::before {
	transform: skewY(-45deg);
}

.btnMegaMenuClose::after {
	transform: skewY(45deg);
}

.btnMegaMenuClose:hover::before,
.btnMegaMenuClose:hover::after {
	border-color: #FFF;
}
}/*@media*/


/*megaMenu
---------------------------------*/
/*Sp Style*/
@media screen and (max-width: 899px) {
.megaMenu a {
	position: relative;
}

.megaMenu .megaMenuTtl {
	width: 100%;
	margin-bottom: 0;
}

.megaMenu .layoutWrapA {
	padding: 0;
}

.megaMenu a {
	padding: 8px 24px;
	border-top: 1px solid #D6D6D6;
}

.megaMenu .megaMenuTtl,
.megaMenu .menuLevel2 {
	background: #ECECEC;
}

.megaMenu .menuLevel2 a.trigger::before,
.megaMenu .menuLevel2 a.trigger::after {
	position: absolute;
	top: 20px;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	border-top: 2px solid #7F7F7F;
}

.megaMenu .menuLevel2 a.trigger.active::before {
	border-top-color: #8EC400;
}

.megaMenu .menuLevel2 a.trigger::after {
	transform: rotate(90deg);
}

.megaMenu .menuLevel2 a.trigger.active::after {
	content: none;
}

.megaMenu .menuLevel3 {
	display: none;
	background: #E0E0E0;
}

.megaMenu .menuLevel3 a {
	padding-left: 32px;
}

.btnMegaMenuClose {
		display: none!important;
}
}/*@media*/




/*hamburger
---------------------------------*/
.hamburger {
  display: none;
}

/*Sp Style*/
@media screen and (max-width: 1060px) {
.hamburger {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 999999999;
  border-radius: 100px;
  padding: 8px 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: .15s;
  transition: .15s;
}
.hamburger.off {
  z-index: 4444;
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1A005D;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
/*.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}*/
.hamburger.active {
  /*background: #BBB;*/
}
.hamburger.active .hamburger__icon:before {
  background-color: #1A005D;
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  background-color: #1A005D;
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger.changeTop {
  top: 6px;
}



/*fat-nav
---------------------------------*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.8);*/
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
}/*@media*/





/*btnSpMenuClose 閉じるボタン
---------------------------------*/
a.btnSpMenuClose {
	display: none;
}
@media screen and (max-width: 1060px) {
a.btnSpMenuClose {
		display: block;
		color: #FFF;
		padding: 12px 0;
		text-align: center;
		background: #9FA5AD;
	}
}



/*megaDropLayer メガメニューホバー時の黒背景
---------------------------------*/
.megaDropLayer {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}



/*#header.scrollDesign スクロール時のデザイン
---------------------------------*/
#header.scrollDesign {
	border-top-width: 4px;
}
@media screen and (max-width: 1060px) {
#header.scrollDesign {
	min-height: 40px;
}
}/*@media*/

@media screen and (min-width: 1061px) {
#header.scrollDesign .logoHeader img {
	height: 24px;
}
}/*@media*/

#header.scrollDesign nav.gnav {
	height: 48px;
}

#header.scrollDesign nav.gnav ul.menuLevel1 > li > a {
	padding: 15px;
}
#header.scrollDesign nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	padding: 13px 15px;
}

#header.scrollDesign .headerRightArea a {
	padding: 14px 10px 16px;
	max-height: 48px;
}

#header.scrollDesign form#ss-form1 {
	margin-top: 8px;
}

#header.scrollDesign .megaMenu {
	top: 52px;
}

@media screen and (max-width: 1060px) {
#header.scrollDesign .headerSearchArea .icoSearch {
	top: 12px;
}
}/*@media*/



/*subNav
---------------------------------*/
.subNav {
	position: relative;
	padding: 24px 0;
	margin: 40px 0 0;
}
@media screen and (max-width: 600px) {
.subNav {
	padding: 4px 0;
}
}/*@media*/

.subNav::before {
	height: 100%;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
}

.subNav ul {
	margin-top: 8px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 600px) {
.subNav ul {
	font-size: 13rem;
	display: inherit;
}
}/*@media*/

.subNav ul:nth-of-type(1) {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
.subNav ul:nth-of-type(1) {
	text-align: left;
	margin-top: 0;
}

.subNav li:not(.level2) {
	display: none;
}
}/*@media*/

.subNav li {
	font-size: 15rem;
}

.subNav li:not(.level2) a {
	font-weight: normal;
	text-decoration: underline;
}

.subNav .level2 {
	font-size: 20rem;
	content: none;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	padding: 0;
	margin: auto;
}
@media screen and (min-width: 601px) {
.subNav .level2.txtLinkB1::before {
	content: none;
}
}/*@media*/
@media screen and (max-width: 600px) {
.subNav .level2 {
	position: static;
	display: inline-block;
	font-size: 15rem;
}
}/*@media*/

.subNav .level2::after {
	content: none;
}



/*=================================
 main
=================================*/
#main {
	margin-top: 90px;
	overflow: hidden;
}
@media screen and (max-width: 1060px) {
#main {
	margin-top: 54px;
}
}/*@media*/

/*main配下の最初と最後の要素にマージンを設定*/
#main section > *:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
#main section > *:first-child {
	margin-top: 16px;
}
}/*@media*/

/*最後の要素にボトムを設定*/
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 24px;
}
}/*@media*/

/*section直下のh2のマージントップを広く設定*/
#main section:not(.wrapDesignA1) > h2:first-child {
	margin-top: 96px;
}
@media screen and (max-width: 1060px) {
#main section:not(.wrapDesignA1) > h2:first-child {
	margin-top: 24px;
}
}/*@media*/


/*h1、subNavと隣接するsection直下のh2のマージントップは広くしない*/
#main h1 + section > h2:first-child,
#main .subNav + section > h2:first-child {
	margin-top: 40px!important;
}

/*section の直下に ul があるときに、ボトムを設定*/
#main section > ul {
	margin-bottom: 80px;
}
@media screen and (max-width: 1060px) {
#main section > ul {
	margin-bottom: 40px;
}
}/*@media*/

/*section の直下の ul の直下に注釈ががあるときに、トップを調整*/
#main section > ul + p[class^="txtCautionA"],
#main section > ul + p[class*=" txtCautionA"] {
	margin-top: -56px;
}
@media screen and (max-width: 1060px) {
#main section > ul + p[class^="txtCautionA"],
#main section > ul + p[class*=" txtCautionA"] {
	margin-top: -24px;
}
}/*@media*/

/*article の直下に ul があるときに、トップを設定*/
#main article > ul {
	margin-top: 40px;
}

/*section の直下に div があるときに、トップを設定*/
#main section > div {
	margin-top: 40px;
}
@media screen and (max-width: 1060px) {
#main section > div {
	margin-top: 24px;
}
}/*@media*/



/*=================================
 Article
=================================*/
article a:link,
article a:visited {
	color: #1A005D;
}

article a:hover {
	color: #8EC400;
}



/*=================================
 Related
=================================*/
#secRelated {
	position: relative;
	max-width: 1000px;
	padding: 32px;
	background: #f5f5f5;
	margin: 80px 0;
}
@media screen and (max-width: 600px) {
#secRelated {
	padding: 16px;
	margin: 40px 0;
}
}/*@media*/

#secRelated > *:first-child {
	padding-top: 0;
	margin-top: 0;
}

#secRelated > *:last-child {
	margin-bottom: 0;
}


/*=================================
 contact
=================================*/
#secContact {
	position: relative;
	color: #FFF;
	text-align: center;
	max-width: 1232px;
	width: 100%;
	padding: 40px 16px 64px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
#secContact {
	padding: 16px 12px 32px;
}
}/*@media*/

#secRelated + #secContact {
	margin-top: 0;
}

#secContact::before {
	height: 100%;
	background: #4D4D4D;
}

#secContact p.ttl {
	color: #C1C1C1;
	font-size: 24rem;
}
@media screen and (max-width: 600px) {
#secContact p.ttl {
	font-size: 16rem;
}
}/*@media*/

#secContact .txt {
	font-size: 16rem;
	margin : 16px 0 0;
}
@media screen and (max-width: 600px) {
#secContact .txt {
	font-size: 13rem;
	margin-top : 8px;
}
}/*@media*/

#secContact a {
	display: inline-block;
	color: #FFF;
	width: 350px;
	font-size: 22rem;
	padding: 8px;
	margin : 24px 0 0;
	background: #1A1A1A;
	-webkit-transition: .15s;
	transition: .15s;
}
#secContact a.btn_quote {
	margin-left: 10%;
}
#secContact a.btn_quote,
#secContact a.btn_contact {
	width: calc(100% / 2 - 10%);
}
@media screen and (max-width: 600px) {
#secContact a {
	width: 80%!importants;
	font-size: 18rem;
}
#secContact a.btn_quote {
	margin-left: 0;
}
}/*@media*/
#secContact a:hover {
	background: #8EC400;
}

#secContact a .icoContact {
	vertical-align: bottom;
}

#secContact a .icoContact::before {
	font-size: 28rem;
	margin: 0 12px 0 0;
}
@media screen and (max-width: 600px) {
#secContact a .icoContact::before {
	font-size: 22rem;
}
}/*@media*/

#secContact a:hover .icoContact::before {
	color: #FFF;
}

/*=================================
secSns
=================================*/
#secSns {
	position: relative;
	color: #FFF;
	text-align: center;
	max-width: 1232px;
	width: 100%;
	padding: 16px 16px 40px;
	margin: 0 auto;
}

#secSns p.ttl {
	color: #fff;
	font-size: 24rem;
}

#secSns div.linkArea {
	margin-top: 16px;
}

#secSns a {
	margin-right: 20px;
}

#secSns a:last-child {
	margin-right: 0;
}

#secSns a::after {
	content: ""!important;
}

#secSns img {
	height: 48px;
}
@media screen and (max-width: 600px) {
#secSns p.ttl {
	font-size: 16rem;
}
#secSns img {
	height: 36px;
}
}/*@media*/

#secSns::before {
	height: 100%;
	background: #222222;
}


/*=================================
 breadcrumbs
=================================*/
#breadcrumbs {
	padding: 12px 0;
	background: #E4E4E4;
	border-bottom: 1px solid #DCDCDC;
}

#breadcrumbs ol {
	font-size: 13rem;
	list-style: none;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs a {
	color: #959595;
	-webkit-transition: .15s;
	transition: .15s;
}

#breadcrumbs a:hover {
	color: #ED1C24;
}

/*footerBnr 
---------------------------------*/
.footerBnr {
	margin: 40px auto;
	overflow: hidden;/*IE11*/
}
@media screen and (max-width: 899px) {
.footerBnr {
	margin-top: 24px;
}

.footerBnr li {
	width: calc(50% - 6px)!important;
}
}/*@media*/


.footerBnr img {
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border-radius: 2px;

	-webkit-transition:  0.2s ease-in-out;
	-moz-transition:  0.2s ease-in-out;
	-o-transition:  0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

@media screen and (max-width: 899px) {
.footerBnr span {
	display: inline-block;
	margin: 8px 0 0;
	font-size: 11rem;
	}
}


/*=================================
 footer
=================================*/
footer {
	position: relative;
	margin-top: auto;
	border-top: 1px solid #EBEBEB;
	/*border-bottom: 32px solid #ED6C00;*/
}
@media screen and (max-width: 1060px) {
footer {
	padding: 0;
}
}/*@media*/

@media screen and (max-width: 1060px) {
footer > .layoutWrap {
	padding: 0;
}
}/*@media*/

@media screen and (max-width: 1060px) {
footer .clm2,
footer .clm4 {
	padding-top: 0;
	margin-top: 0;
}

footer .clm2 > *,
footer .clm4 > * {
	width: 100%;
	margin: 8px 0;
}
}/*@media*/

.footLogo{
	display: block;
    margin: 0 auto 30px;
    text-align: center;
}
@media screen and (max-width: 1060px) {
.footLogo{
    margin: 10px auto 10px;
}
}

a.footLogo::after{
    content: "" !important;
}

.footLogo img{
    margin: 0;
    border-bottom: 1px solid #8EC400;
	padding-bottom: 10px;
}
@media screen and (max-width: 1060px) {
	.footLogo img{
		width: 160px;
	}
}

.footLogo p{
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
@media screen and (max-width: 1060px) {
	.footLogo p{
		font-size: 11px;
	}
}


/*navFoot
---------------------------------*/
.navFoot {
	padding-top: 16px;
}
@media screen and (max-width: 1060px) {
footer .navFoot dl {
	margin: 0;
}
}/*@media*/

.navFoot dt {
	font-size: 20px;
}
@media screen and (max-width: 1060px) {
.navFoot dt a {
	position: relative;
	font-size: 15rem;
	padding: 12px;
	border-bottom: 1px solid #C7C8C8;
}

.navFoot dt a.trigger::before,
.navFoot dt a.trigger::after {
	position: absolute;
	top: 24px;
	bottom: auto;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	height: auto;
	border-top: 2px solid #7F7F7F;
}

.navFoot dt a.trigger::after {
	transform: rotate(90deg);
}

.navFoot dl.active dt a.trigger {
	color: #ED6C00;
}

.navFoot dl.active dt a.trigger::before {
	border-top-color: #ED6C00;
}

.navFoot dl.active dt a.trigger::after {
	content: none;
}
}/*@media*/

@media screen and (min-width: 1061px) {
.navFoot dt + dt {
	margin-top: 12px;
}

.navFoot dt + dd {
	display: none;
}
}/*@media*/

.navFoot dd {
	font-size: 14px;
}
@media screen and (max-width: 1060px) {
.navFoot dd {
	display: none;
}
}/*@media*/

.navFoot dd a {
	position: relative;
	margin-top: 12px;
}
@media screen and (max-width: 1060px) {
.navFoot dd a {
	margin: 0;
	padding: 12px 12px 12px 24px;
	border-bottom: 1px solid #C7C8C8;
	background: #ECECEC;
}
}/*@media*/

.footLower {
	margin: 40px 0 16px;
}
@media screen and (max-width: 1060px) {
.footLower {
	margin: 0;
}
}/*@media*/

.footLower ul {
	font-size: 14px;
}
@media screen and (max-width: 1060px) {
.footLower ul {
	font-size: 11px;
	margin-left: 12px;
}
}/*@media*/

.footLower .copyright {
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 1060px) {
.footLower .copyright {
	text-align: left;
	margin:  0 0 16px 12px;
}
}/*@media*/


/*linktext
---------------------------------*/
@media screen and (max-width: 1060px) {
p.txtCautionA1 a{
    word-break: break-word;
    display: inline;
}
}/*@media*/

/*=================================
 prevPage
=================================*/
a#prevPage {
	position: relative;
	padding: 8px 0;
}

a#prevPage::after {
	height: 1px;
	background: #e4e4e4;
}

a#prevPage {
	color: inherit;
}

a#prevPage:hover {
	color: #ED1C24;
}


/*=================================
 pageTop
=================================*/
a.pageTop {
	display: none;
	color: #FFF;/*Edge*/

	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 333;
	background: #1A005D;
	border-radius: 100px;
	opacity: 0.9;
/*	-webkit-transition: .15s;
	transition: .15s;*/
}

a.pageTop:hover {
	background: #1A005D;
}

a.pageTop .icoUp {
	padding: 0px 8px 8px;
}
@media screen and (max-width: 1060px) {
a.pageTop .icoUp {
	padding: 4px;
}
}/*@media*/

a.pageTop .icoUp::before {
	color: #FFF;
	font-size: 42rem;
	line-height: 1;
}

/*=================================
 各言語別設定
=================================*/
/*アラビア語*/
html:lang(ar) a,
html:lang(ar) section,
html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5,
html:lang(ar) h6,
html:lang(ar) p,
html:lang(ar) dt,
html:lang(ar) dd,
html:lang(ar) #main ul,
html:lang(ar) li,
html:lang(ar) th,
html:lang(ar) td,
html:lang(ar) .detailArea,
html:lang(ar) span.txtLinkA1,
html:lang(ar) title {
	direction: rtl;
}

html:lang(ar) .menuLevel2{
	text-align: right;
}

html:lang(ar) table *{
	text-align: start;
}

html:lang(ar) ul.listDisc{
	list-style: disc;
}

html:lang(ar) .listDisc > li::before{
    display: none;
}

html:lang(ar) .wovn-ignore *,
html:lang(ar) .wovn-ignore {
	text-align: right;
	direction: ltr !important;
}

html:lang(ar) .clmDesignE1 li,
html:lang(ar) .clmDesignE2 li {
	direction: ltr;
}

/*ベトナム語*/
html:lang(vi) h1,
html:lang(vi) h2,
html:lang(vi) h3,
html:lang(vi) h4,
html:lang(vi) h5,
html:lang(vi) h6,
html:lang(vi) dt,
html:lang(vi) #main a,
html:lang(vi) .gnav a,
html:lang(vi) .navUpper a,
html:lang(vi) p.ttl,
html:lang(vi) .subNav,
html:lang(vi) #breadcrumbs,
html:lang(vi) .wovnAreaEn,
html:lang(vi) .wovn-lang-list > li {
	font-family: Arial,sans-serif !important;
}

.italic {
 font-style: italic;
}
@media screen and (max-width: 1061px) {
	#header .pc {
		display: none!important;
	}
    #header .sp {
        display: block !important;
    }
}