@charset "utf-8";
/* header（base） */
.header .spHeader .loginBlock > .col h2,
.header .headerTop .subLink .login .loginBlock > .col h2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
}
.header .headerTop .subLink .login .loginBlock > .col h2 {
	font-size: 16px;
}
.header .headerTop .subLink .login .loginBlock > .col h2 a {
	color: #333;
}
.header .spHeader .loginBlock > .col h2 .icn,
.header .headerTop .subLink .login .loginBlock > .col .btnWrap .col .btn .icn,
.header .headerTop .subLink .login .loginBlock > .col h2 .icn{
	margin-right: 8px;
}
.header .headerTop .subLink .login .loginBlock > .col h2 .sub{
	font-size: 14px;
}
.header .spHeader .loginBlock > .personal .btnWrap .col .btn,
.header .headerTop .subLink .login .loginBlock > .personal .btnWrap .col .btn {
  background: #6eba44;
}
.header .spHeader .loginBlock > .corporation .btnWrap .col .btn,
.header .headerTop .subLink .login .loginBlock > .corporation .btnWrap .col .btn {
  background: #004ea2;
}

@media screen and (min-width: 768px){
.megaDropWrap .megaDrop .categoryTop a:hover,
.header .headerTop .subLink a:hover {opacity: .7;}
.header .headerTop .mainLink a:hover {background-color: #004ea2;border-bottom-color: #004ea2;color: #fff;}
.headerOverlay,.spGnav,.spHeader,.spOnly{display: none!important;}
}
/* header */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
}
.header .headerTop {
	background-color: #fff;
	display: flex;
	min-width: 1260px;
	position: relative;
	z-index: 2;
}
.header .headerTop .mainLink,
.header .headerTop .mainLink li {
	flex: 1;
}
.header .headerTop .subLink {
	width: 646px;
}
.header .headerTop .subLink .sub {
	width: 147px;
}
.header .headerTop .subLink .login,
.header .headerTop .subLink .acunt {
	width: 160px;
}
.header .headerTop .subLink .search {
	width: 50px;
	position: relative;
}
.header .headerTop>ul>li>a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	text-decoration: none;
}
.header .headerTop .mainLink li a {
	border-bottom: 1px solid rgba(27, 78, 162, .1);
	font-weight: bold;
}
#top .header .headerTop .mainLink li:first-child a {
	background-color: #004ea2;
	border-bottom-color: #004ea2;
	color: #fff;
}
.header .headerTop .subLink .sub a {
	background-color: #f0f0f0;
}
.header .headerTop .subLink .sub a .icn {
	margin-right: 8px;
}
.header .headerTop .subLink .login {
	position: relative;
}
.header .headerTop .subLink .login>a {
	background: #004ea2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.header .headerTop .subLink .login>a:after {
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	position: absolute;
	right: 12px;
	top: 50%;
}
.header .headerTop .subLink .login>a.cur:after {
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #fff transparent;
}
.header .headerTop .subLink .login>a .icn {
	margin-right: 5px;
}
.header .headerTop .subLink .login .loginBlock {
	background: linear-gradient(to right, #6eba44 0%, #004ea2 100%);
	opacity: 0;
	pointer-events: none;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 380px;
	text-align: center;
}
.header .headerTop .subLink .login .loginBlock.show {
	opacity: 1;
	pointer-events: auto;
}
.header .spHeader .loginBlock>.col,
.header .headerTop .subLink .login .loginBlock>.col {
	background-color: #fff;
	padding: 30px 32px 32px;
}
.header .spHeader .loginBlock>.col+.col,
.header .headerTop .subLink .login .loginBlock>.col+.col {
	margin-top: 1px;
}
.header .headerTop .subLink .login .loginBlock>.col .btnWrap .col {
	margin-top: 20px;
	text-align: center;
}
.header .spHeader .loginBlock>.col .btnWrap .col a,
.header .headerTop .subLink .login .loginBlock>.col .btnWrap .col a {
	color: #333;
}
.header .headerTop .subLink .login .loginBlock>.col .btnWrap .col .btn {
	color: #fff;
	margin-bottom: 6px;
	height: 48px;
}
.header .headerTop .subLink .acunt {
	position: relative;
}
.header .headerTop .subLink .acunt>a {
	background: #6eba44;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.header .headerTop .subLink .acunt>a .icn {
	margin-right: 5px;
}
.header .headerTop .subLink .search a {
	background-color: #f0f0f0;
	position: relative;
	width: 100%;
	height: 100%;
}
.header .headerTop .subLink .search a .icn {
	transition: all 0.3s ease;
}
.header .headerTop .subLink .search a.cur {
	background-color: #555657;
}
.header .headerTop .subLink .search a.cur:after,
.header .headerTop .subLink .search a.cur:before {
	background-color: #fff;
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header .headerTop .subLink .search a.cur:before {
	transform: rotate(45deg);
}
.header .headerTop .subLink .search a.cur:after {
	transform: rotate(-45deg);
}
.header .headerTop .subLink .search a.cur .icn {
	opacity: 0;
}
.header .headerTop .subLink .search .searchBox {
	background-color: #555657;
	opacity: 0;
	pointer-events: none;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 384px;
}
.header .headerTop .subLink .search .searchBox.show {
	opacity: 1;
	pointer-events: auto;
}
.header .headerTop .subLink .search .searchBox #SS_searchForm {
	background-color: #fff;
	display: flex;
	height: 40px;
	position: static;
	top: 0;
	right: 0;
}
.header .headerTop .subLink .search .searchBox #SS_searchForm input[type="text"] {
	height: 40px;
	outline: none;
	padding: 0 12px;
	position: static;
	flex: 1;
	width: 328px;
}
.header .headerTop .subLink .search .searchBox #SS_searchForm #SS_searchSubmit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/common/images/icon/icn_search.png) no-repeat center center / 18px auto;
	border: none;
	outline: none;
	overflow: hidden;
	position: static;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}
.header .pcHeader {
	background-color: #fff;
	display: flex;
	align-items: center;
	min-width: 1260px;
	position: relative;
	z-index: 1;
}
.header .pcHeader .logo {
	padding: 0 18px;
}
.header .pcHeader .logo a {
	display: block;
	width: 180px;
}
.header .pcHeader .logo .code {
	color: #595757;
	display: block;
	font-size: 10px;
	margin-top: 4px;
}
.header .pcHeader .gnav,
.header .pcHeader .gnav>ul>li {
	flex: 1;
}
.header .pcHeader .gnav>ul {
	display: flex;
}
.header .pcHeader .gnav>ul>li>a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	position: relative;
	height: 74px;
	text-decoration: none;
}
.header .pcHeader .gnav>ul>li.show>a,
.header .pcHeader .gnav>ul>li:hover>a {
	background-color: #e9f3fb;
	color: #004ea2;
}
.header .pcHeader .gnav>ul>li>a:after {
	width: 0;
	height: 0;
	margin-left: -4px;
	position: absolute;
	left: 50%;
	bottom: 8px;
}
.header .pcHeader .gnav>ul>li.show>a:after,
.header .pcHeader .gnav>ul>li:hover>a:after {
	border-color: #004ea2 transparent transparent transparent;
}
.header .pcHeader .gnav>ul>li>a .icn {
	display: block;
	width: 23px;
	margin: 0 auto 5px;
}
.megaDropWrap {
	background-color: #e9f3fb;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}
.header .pcHeader .gnav>ul>li.show .megaDropWrap {
	opacity: 1;
	pointer-events: auto;
}
.megaDropWrap:after {
	background: linear-gradient(to bottom, #0000004D 0%, #0000004D 1%, #00000000 100%);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 20px;
}
.megaDropWrap .megaDrop {
	max-width: 1200px;
	margin: 0 auto;
	padding: 19px 0 19px;
}
.megaDropWrap .megaDrop .categoryTop a {
	border: 1px solid #004ea2;
	color: #004ea2;
	display: inline-block;
	font-weight: bold;
	padding: 0 16px 0 26px;
	position: relative;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
}
.megaDropWrap .megaDrop .categoryTop a:before {
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #004ea2;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	position: absolute;
	left: 8px;
	top: 50%;
}
.megaDropWrap .megaDrop .subLink,
.megaDropWrap .megaDrop .mainLink {
	display: flex;
	flex-wrap: wrap;
}
.megaDropWrap .megaDrop .mainLink,
.megaDropWrap .megaDrop .subLink {
	margin-top: 23px;
}
.megaDropWrap .megaDrop .subLink li,
.megaDropWrap .megaDrop .mainLink li {
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
}
.megaDropWrap .megaDrop .subLink li:nth-of-type(5n),
.megaDropWrap .megaDrop .mainLink li:nth-of-type(5n) {
	margin-right: 0;
}
.megaDropWrap .megaDrop .subLink li:nth-of-type(n+6),
.megaDropWrap .megaDrop .mainLink li:nth-of-type(n+6) {
	margin-top: 10px;
}
.megaDropWrap .megaDrop .subLink li .btn,
.megaDropWrap .megaDrop .mainLink li .btn {
	height: 100%;
	text-align: center;
}
.megaDropWrap .megaDrop .mainLink li .btn {
	background: #004ea2;
	height: 90px;
	font-size: 15px;
}
.megaDropWrap .megaDrop .mainLink li .btn.sTxt {
	font-size: 13px;
}
.megaDropWrap .megaDrop .mainLink li .btn .icn {
	margin-right: 10px;
}
.megaDropWrap .megaDrop .mainLink li .btn .txt .subtxt {
	display: inline-block;
	font-size: 75%;
	background-color: #fff;
	color: #004ea2;
	border-radius: 5px;
	padding: 3px;
}
.megaDropWrap .megaDrop .subLink li .btn {
	flex-flow: column;
	background: #6eba44;
	height: 53px;
}
.megaDropWrap .megaDrop .subLink li .btn.white {
	flex-flow: column;
	background: #fff;
	color: #595757;
}
.megaDropWrap .megaDrop .subLink li .btn .subtxt {
	flex-flow: column;
	margin-top: 2px;
	font-size: 75%;
	background-color: #fff;
	color: #6eba44;
	border-radius: 5px;
	padding: 3px;
}
.megaDropWrap .megaDrop .etcLink {
	border-top: 1px solid #004ea2;
	margin-top: 24px;
}
.megaDropWrap .megaDrop .etcLink ul {
	padding-top: 12px;
}
.megaDropWrap .megaDrop .etcLink ul li {
	display: inline-block;
	margin-right: 30px;
}
.megaDropWrap .megaDrop .etcLink ul li a {
	color: #333;
}
.megaDropWrap .megaDrop .etcLink .btnWrap {
	padding-top: 28px;
	text-align: center;
}
.megaDropWrap .megaDrop .etcLink .btnWrap .closeBtn .icn {
	display: inline-block;
	line-height: 0;
	margin-right: 10px;
	vertical-align: middle;
}
.megaDropWrap .megaDrop .mainLink .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.megaDropWrap .megaDrop .mainLink .inner .icn {
	width: 30px;
	height: auto;
}
.header,
.header .spHeader .nav .login .inner {
	transition: all 0.3s ease;
}
/* header module.cssの下部に記載あり */
.header .spHeader {
	background-color: #fff;
	display: flex;
	align-items: center;
}
.header .spHeader .logo {
	flex: 1;
	line-height: 1.2;
	padding: 0 2px 0 16px;
}
.header .spHeader .logo a {
	display: block;
	max-width: 135px;
}
.header .spHeader .logo .code {
	color: #999;
	display: block;
	font-size: 10px;
	margin-top: 4px;
}
.header .spHeader .nav {
	display: flex;
}
.header .spHeader .nav .atm {
	border-left: 1px solid #e6e6e6;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: 80px;
	height: 71px;
	text-align: center;
}
.header .spHeader .nav .atm .icn {
	display: block;
	margin: 0 auto 8px;
	width: 25px;
}
.header .spHeader .nav .login {
	background: linear-gradient(to right, #6eba44 0%, #004ea2 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: 73px;
	height: 71px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.header .spHeader .nav .login .icn {
	display: block;
	margin: 0 auto 8px;
	width: 20px;
}
.header .spHeader .nav .menuBtn {
	background-color: #fff;
	display: block;
	width: 60px;
	height: 71px;
	position: relative;
}
.header .spHeader .nav .login:after,
.header .spHeader .nav .login:before,
.header .spHeader .nav .menuBtn span:after,
.header .spHeader .nav .menuBtn span:before,
.header .spHeader .nav .menuBtn span,
.header .spHeader .nav .menuBtn:after,
.header .spHeader .nav .menuBtn:before {
	background-color: #004ea2;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.header .spHeader .nav .login.cur:before,
.header .spHeader .nav .menuBtn.cur:before {
	transform: rotate(-45deg);
}
.header .spHeader .nav .login.cur:after,
.header .spHeader .nav .menuBtn.cur:after {
	transform: rotate(45deg);
}
.header .spHeader .nav .login.cur .inner,
.header .spHeader .nav .menuBtn.cur span {
	opacity: 0;
}
.header .spHeader .nav .menuBtn span:before {
	transform: translate(0, -11px);
}
.header .spHeader .nav .menuBtn span:after {
	transform: translate(0, 11px);
}
.header .spHeader .nav .login:after,
.header .spHeader .nav .login:before {
	background-color: #fff;
	opacity: 0;
}
.header .spHeader .nav .login.cur:after,
.header .spHeader .nav .login.cur:before {
	opacity: 1;
}
.header .spHeader .loginBlock {
	background: linear-gradient(to right, #6eba44 0%, #004ea2 100%);
	display: none;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	overflow-y: auto;
	max-height: calc(100vh - 71px);
}
.header .spHeader .loginBlock>.col h2 {
	font-size: 16px;
}
.header .spHeader .loginBlock>.col h2 a {
	display: inline-block;
	color: #333;
	text-align: center;
}
.header .spHeader .loginBlock>.col h2 .icn {
	width: 17px;
	text-indent: 0;
}
.header .spHeader .loginBlock>.col .btnWrap .col {
	margin-top: 12px;
	text-align: center;
}
.header .spHeader .loginBlock>.col .btnWrap .col .btn {
	color: #fff;
	margin-bottom: 10px;
	height: 52px;
}
.header .spHeader .loginBlock>.col .btnWrap .col .btn .icn {
	margin-right: 8px;
}
.header .spGnav {
	background-color: #fff;
	display: none;
	position: fixed;
	left: 0;
	top: 71px;
	width: 100%;
	overflow-y: auto;
	max-height: calc(100% - 71px);
	z-index: 120;
}
.header .spGnav .searchBox {
	background-color: #f0f0f0;
	padding: 10px 16px;
}
.header .spGnav .searchBox #SS_searchForm {
	background-color: #fff;
	border: 1px solid #dedee0;
	display: flex;
	position: static;
	top: 0;
	right: 0;
}
.header .spGnav .searchBox #SS_searchForm input[type=hidden] {
	display: none;
}
.header .spGnav .searchBox #SS_searchForm input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	flex: 1;
	font-size: 16px;
	height: 38px;
	line-height: 1.4;
	padding: 0 10px;
	position: static;
}
.header .spGnav .searchBox #SS_searchForm #SS_searchSubmit {
	background: url(/common/images/icon/icn_search_sp.png) no-repeat center center / 21px auto;
	position: static;
	width: 38px;
	height: 38px;
}
.header .spGnav .fastNav {
	display: flex;
	flex-wrap: wrap;
}
.header .spGnav .fastNav li {
	border-right: 1px solid #d7e6f5;
	width: 25%;
}
.header .spGnav .fastNav li:nth-of-type(4n) {
	border-right: none;
}
.header .spGnav .fastNav li:nth-of-type(n+5) {
	border-top: 1px solid #d7e6f5;
}
.header .spGnav .fastNav li a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	height: 88px;
}
.header .spGnav .fastNav li a .icn {
	display: block;
	margin: 0 auto 8px;
	width: 28px;
}
.header .spGnav .gnav>li+li,
.header .spGnav .gnav .subNav li{
	border-top: 1px solid #fff;
}
.header .spGnav .gnav .accToggle {
	background: #004ea2;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 0 32px 0 16px;
	position: relative;
	height: 46px;
	text-decoration: none;
}
.header .spGnav .gnav .accToggle:after,
.header .spGnav .gnav .accToggle:before {
	background-color: #fff;
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 16px;
	top: 50%;
	transition: all 0.3s ease;
}
.header .spGnav .gnav .accToggle:after {
	transform: rotate(90deg);
}
.header .spGnav .gnav .accToggle.cur:after {
	opacity: 0;
}
.header .spGnav .gnav .subNav {
	display: none;
}
.header .spGnav .gnav .subNav li a {
	background: #dce9f5;
	background: linear-gradient(214deg, #dce9f5 0%, #f0f7ff 100%);
	color: #333;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	padding: 0 32px 0 46px;
	position: relative;
	text-decoration: none;
}
.header .spGnav .gnav .subNav li a:after {
	background: url(/common/images/icon/icn_arrow_03.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 7px;
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%);
}
.header .spGnav .btnWrap .icn {
	width: 12px;
	margin-right: 6px;
}
.header .spGnav .btnWrap .closeBtn {
	color: #004ea2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	height: 52px;
	text-decoration: none;
}
.headerOverlay {
	background-color: #000000B2;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
}
.pcHeader, .spHeader {
	border-bottom: 1px solid #1B4EA219;
}
/* Header */
#SS_searchForm {
	position: absolute;
	top: 30px;
	right: 102px;
}
#SS_searchForm input[type="text"] {
	position: absolute;
	top: 5px;
	right: 35px;
	width: 207px;
	margin: 0;
	padding: 1px;
	border: 0;
	line-height: 19px;
}
#SS_searchForm #SS_searchSubmit {
	position: absolute;
	top: 5px;
	right: 0;
	width: 33px;
	height: 21px;
	vertical-align: top;
	text-indent: -9999px;
	border-style: none;
}