﻿@charset "utf-8";

body.bodyFixed {
	position: fixed;
}

a,a:hover{
	text-decoration:none !important;
	outline:none !important;
}

.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 screen and (max-width: 600px) {
.wrapDesignA1::before,
.wrapDesignB1,
.subNav::before,
a#prevPage::after {
	left: -12px;
	width: 100vw;
}

.wrapDesignB1::before {
	left: 0;
	width: 100vw;
}
}

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

.wrapDesignA1::before,
.wrapDesignB1::before,
#secContact::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 screen and (min-width: 1233px) {
#secContact::before,
.subNav::before {
	left: calc((-100vw + 1232px) / 2);
}
}

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

/*=================================
 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: 960px) {
.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: 960px) {
.layoutInnerA1 {
	width: 88%;
	padding: 0;
}
}/*@media*/


/*wrapDesignA1
---------------------------------*/
.wrapDesignA1 {
	position: relative;
	padding: 16px 0;
	/* margin: 80px auto; */
}
@media screen and (max-width: 960px) {
.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%;
	z-index: 55555555;
	position: relative;
	height: 80px;
}

#header {
	position: relative;
	z-index: 55555;
	background: #244289;
	-webkit-transition: .15s;
	transition: .15s;
}

@media screen and (max-width: 960px) {
#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: 960px) {
#header .layoutWrap {
	padding: 0;
}
}/*@media*/

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


/*logoHeader
---------------------------------*/
.logoHeader {
	float: left;
}
.logoHeader a{outline:none !important;text-decoration:none !important;padding: 0 !important;}
@media screen and (max-width: 960px) {
.logoHeader {
	position: static;
	width: 140px;
	margin: 10px 0 0 15px;
}
}/*@media*/

.logoHeader img {
	-webkit-transition: 1;
	transition: 1;
}
@media screen and (min-width: 961px) {
.logoHeader img {
	width: auto;
	height: 40px;
	margin-top: 18px;
}
}/*@media*/

.logoHeader img:hover {
}

.logoHeader img.imgSmall {
	display: none !important;
	margin-top: 5px;
}



/*navWrap
---------------------------------*/
@media screen and (max-width: 960px) {
.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;
}
.headerRightArea  .contactBtn{width:180px;}
@media screen and (max-width: 1200px) {
.headerRightArea {
	right: 0;
}
}/*@media*/
@media screen and (max-width: 960px) {
.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: 960px) {

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

.headerRightArea a {
	color: #FFF;
	line-height:  1;
	max-height: 60px;
	padding: 20px 28px;
	width: 100%;
}
@media screen and (max-width: 600px) {
.headerRightArea a {
	font-size: 16rem;
	padding: 12px 8px;
}
}/*@media*/

.headerRightArea a:hover {
	background: #012E5A;
}

.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: 960px) {
.headerRightArea a span.txt{
}
}/*@media*/


@media screen and (max-width: 960px) {
.headerRightArea .locationBtn a {
	background: #244289;
}
}/*@media*/

.headerRightArea .locationBtn a span.txt {
	/* width: 5em; */
}

.headerRightArea .contactBtn a {
	background: #03080E;
}

.headerRightArea .contactBtn a span.txt {
	/* width: 7em; */
}

@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 {
	display: block;
	position: absolute;
	top: 81px;
	bottom: 0;
	right: 90px;
	z-index: 2;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerSearchArea {right: 54px;top: 61px;}
}/*@media*/
@media screen and (max-width: 960px) {

}/*@media*/

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

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


.headerSearchArea .icoSearch::before {
	color: #244289;
	font-size: 22rem;
	line-height: 1;
	-webkit-transition: .15s;
	transition: .15s;
}

.headerSearchArea .icoSearch:hover::before {
	/* color: #012E5A; */
}


/*#SS_searchForm
---------------------------------*/
#SS_searchForm {
	margin: 0;
	width: 300px;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}
@media screen and (max-width: 960px) {

}/*@media*/

#SS_searchForm.active {
	width: 240px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
#SS_searchForm.active {
	width: 200px;
}
}/*@media*/

#SS_searchForm #SS_searchQuery {
	margin: 0;
	background: #fff;
	height: 35px;
}

#SS_searchForm #SS_searchSubmit {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin: auto 0;
	width: 40px;
	height: 35px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 34px;
	background: #244289;
}
@media screen and (max-width: 960px) {

}/*@media*/


/*=================================
 gnav
=================================*/
nav.gnav {
	font-size: 18px;
	height: 60px;
	float: right;
	margin-right: 87px;
}
@media screen and (max-width: 960px) {
nav.gnav ul.sub-menu-one {display:none;}
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: #f08121!important;
}

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

@media screen and (min-width: 961px) {
}/*@media*/

nav.gnav ul.menuLevel1 > li > a {
	color: #333;
	line-height: 1;
	padding: 32px 16px;
	font-size: 17px;
	text-transform: uppercase;
}
nav.gnav ul.menuLevel1 > li:hover > a{
	color:#244289 !important;
}

@media screen and (max-width: 960px) {
nav.gnav ul.menuLevel1 > li > 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: #f08121;
}

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: 961px) {
nav.gnav ul.menuLevel1 > li > a:hover {
}
}/*@media*/



/*nav.navUpper
---------------------------------*/
nav.navUpper {
	width: 100%;
	background: #fff;
}
nav.navUpper .layoutWrap{padding-right: 78px;}
nav.navUpper .layoutWrap .language-object{position:absolute;right: 17px;top: 22px;}
nav.navUpper .layoutWrap .language-object a{padding:0;cursor: pointer;border-top: 0;}
nav.navUpper .layoutWrap .language-object a:after{display:none !important;}
nav.navUpper .layoutWrap .language-object span.selected{display:none;}
nav.navUpper .layoutWrap ul.header-phone{width:auto !important;float:right;margin-bottom: 0;}

@media screen and (max-width: 960px) {
nav.navUpper {
	position: static;
	text-align: left;
}
}/*@media*/

nav.navUpper li {
}
@media screen and (max-width: 960px) {
nav.navUpper li {
	display: block;
}
}/*@media*/

@media screen and (max-width: 960px) {
nav.navUpper li::before {
	content: none;
}
}

nav.navUpper li:nth-of-type(1)::before {
	content: none;
}

nav.navUpper a {
	color: #333;
	line-height: 1;
	/*font-weight: normal;*/
	padding: 0 12px;
	font-size: 17px;
}
@media screen and (max-width: 960px) {

}/*@media*/

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



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

.megaMenu ul {
	padding-left: 0;
}

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

.megaMenu a {
	padding-right: 24px;
	font-size: 15px;
}

.megaMenu a:hover {
	color: #f08121;
}

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

.megaMenu .megaMenuTtl {
	font-size: 17px;
	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: 17px;
}

.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: #f08121;
}

.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: 960px) {
.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: #ef8121;
  -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: #FFF;
  -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: #FFF;
  -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: 960px) {
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;
}

/*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 {
	overflow: hidden;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 960px) {
#main {
	margin-top: 0;
}
}/*@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: 960px) {
#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: 960px) {
#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: 960px) {
#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: 960px) {
#main section > div {
	margin-top: 24px;
}
}/*@media*/



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

article a:hover {
	color: #ed1c24;
}



/*=================================
 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: 320px;
	font-size: 22rem;
	padding: 8px;
	margin : 24px 0 0;
	background: #1A1A1A;
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (max-width: 600px) {
#secContact a {
	width: 80%;
	font-size: 18rem;
}
}/*@media*/

#secContact a:hover {
	background: #f08121;
}

#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;
}


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

#breadcrumbs ol {
	font-size: 14px;
	list-style: none;
	margin-bottom: 0;
}

#breadcrumbs li {
	display: inline-block;
}

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

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




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

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

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

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

@media screen and (max-width: 960px) {
footer::after {
	height: 28px;
}
}/*@media*/

footer >.layoutWrap::after {
	/* content: url("../img/cmn/logo_nittsu_nex.svg"); */
	display: block;
	position: relative;
	bottom: 1px;/*Edge*/
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	height: 32px;
}
@media screen and (max-width: 960px) {
footer >.layoutWrap::after {
	width: 120px;
	height: 25px;
}
}/*@media*/



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

.navFoot dt {
	font-size: 20px;
}
@media screen and (max-width: 960px) {
.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: #f08121;
}

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

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

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

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

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

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

.footLower {
	padding-bottom: 32px;
	display: block;
}
@media screen and (max-width: 960px) {
.footLower {
	margin: 0;
}
}/*@media*/

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

.footLower .copyright {
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 960px) {
.footLower .copyright {
	text-align: left;
	margin:  0 0 16px 12px;
}
}/*@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: #244289;
	border-radius: 50%;
	opacity: 1;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 36px;
}

a.pageTop:hover {
	background: #012E5A;
}

a.pageTop .icoUp {
}
@media screen and (max-width: 960px) {
    a.pageTop .icoUp {
	    padding: 4px;
    }
}

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