@charset "utf-8";

/*=======================================================*/
/* Layout - /cmn/ (old style) */
/*=======================================================*/

/*--------------------------------------------------*/
/* nw-header */
/*--------------------------------------------------*/

#nw-header {
	background-color: #fff;
	outline: none;
}

#nw-header .nw-inner {
	width: 968px;
	margin: 0 auto;
}

#nw-header #nw-logo {
	float: left;
	padding: 20px 0 20px 14px;
}

/* popup
------------------------------------------*/

.columnOne.popup #nw-header #nw-logo {
	width: 96% !important;
	padding-left: 2%;
	padding-right: 2%;
}

.columnOne.popup #nw-header .nw-inner,
.columnOne.popup #nw-content #nw-article {
	width: 100% !important;
}

.columnOne.popup #nw-shinsa-num,
.columnOne.popup #nw-content {
	width: 96% !important;
	padding-left: 2%;
	padding-right: 2%;
}

.columnOne.popup #nw-content #nw-article .box-content {
	width: auto !important;
}

.columnOne.popup .box-content img.sp {
	width: 100%;
	height: auto;
}

/* blockskip
------------------------------------------*/

#blockskip {
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

#blockskip a {
	display: block;
	float: left;
	background: #737373;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	width: 100%;
	min-width: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
	font-size: 1%;
	color: #ffffff;
	line-height: 0;
	cursor: default;
	height: 1px;
	overflow: hidden;
}

#blockskip a:hover {
	text-decoration: none;
}

#blockskip a.show {
	color: #ffffff;
	height: auto;
	margin-top: 0;
	padding: 4px 0 6px;
	font-size: 93%;
	line-height: 1;
	cursor: pointer;
}

/*--------------------------------------------------*/
/* nw-content */
/*--------------------------------------------------*/

#nw-content {
	width: 968px;
	margin: 0 auto;
	padding-bottom: 65px;
	outline: none;
}

#nw-content:after {
	clear: both;
	content: "";
	display: block;
}

/* nw-article
------------------------------------------*/

#nw-content #nw-article {
	clear: both;
	float: left;
}

#nw-article p {
	margin-top: 18px;
}

#nw-article p.fs13-b {
	margin-top: 20px;
}

#nw-article p.caption {
	margin-top: 18px;
}

/* nw-aside
------------------------------------------*/

#nw-content #nw-aside {
	width: 212px;
	float: right;
}

#nw-content #nw-aside .aside-rad {
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 16px;
}

#nw-content #nw-aside .aside-title {
	font-size: 123.07%;
	padding: 19px 15px 18px;
	background-color: #1976be;
	color: #ffffff;
	border-bottom: 1px solid #ececec;
}

#nw-content #nw-aside .aside-rad > .aside-title {
	border-radius: 5px 5px 0 0;
}

#nw-content #nw-aside .aside-title a,
#nw-content #nw-aside .aside-title a:hover {
	color: #fff;
	text-decoration: none;
}

#nw-content #nw-aside .aside-title.link {
	padding: 0;
}

#nw-content #nw-aside .aside-title.link a {
	display: block;
	padding: 19px 15px 18px 33px;
	color: #ffffff;
	border-bottom: 1px solid #ececec;
	background: #1976be url(/cmn/img/icon_link_arrow_white.png) no-repeat 11px 50%;
	border-radius: 5px 5px 0 0;
}

#nw-content #nw-aside .aside-title.link a:hover {
	text-decoration: none;
	background: #085b9a url(/cmn/img/icon_link_arrow_white.png) no-repeat 11px 50%;
}

/* related-link
------------------------------------------*/

.aside-box,
#related-link {
	padding: 22px 16px;
}

#related-link img {
	width: 100%;
}

/* nw-aside -> dl
------------------------------------------*/

#nw-aside dt {
	border-top: 1px solid #ccc;
}

#nw-aside dt:first-child {
	border-top: none;
}

#nw-aside dt:last-child a {
	border-radius: 0 0 5px 5px;
}

#nw-aside dt a {
	display: block;
	padding: 12px 45px 12px 16px;
	font-weight: bold;
}

#nw-aside dt.btn-open a {
	background: url(/cmn/img/icon_open.png) no-repeat 100% 7px;
}

#nw-aside dt.btn-open a:hover {
	background-position: 100% -194px;
}

#nw-aside dt.open a {
	background: url(/cmn/img/icon_open.png) no-repeat 100% -314px;
}

#nw-aside dt.open a:hover {
	background-position: 100% -90px;
}

#nw-aside dd {
	border-top: 1px solid #ccc;
}

#nw-aside dd li {
	border-top: 1px dotted #ccc;
}

#nw-aside dd li a {
	display: block;
	padding: 14px 16px 14px 28px;
}

#nw-aside dt span,
#nw-aside dd span,
#nw-aside dd li.stay a {
	display: block;
	padding: 14px 16px 14px 32px;
	background-color: #faf8ed;
	border-left: 4px solid #075992;
}

#nw-aside dd li:first-child {
	border-top: none;
}

#nw-aside dt.stay a {
	background-color: #faf8ed;
}

#nw-aside dt span {
	padding: 12px 45px 12px 16px;
}

/* nw-aside -> ul
------------------------------------------*/

#nw-aside ul.aside-ul-type li.firsr-child {
	border-top: medium none;
}

.aside-rad ul.aside-ul-type li {
	border-top: 1px solid #ccc;
}

.aside-rad ul.aside-ul-type li:first-child {
	border-top: none;
}

.aside-rad ul.aside-ul-type li a {
	display: block;
	font-weight: bold;
	padding: 12px 45px 12px 16px;
}

.aside-rad ul.aside-ul-type li span {
	background-color: #faf8ed;
	display: block;
	padding: 12px 45px 12px 16px;
}

.aside-rad ul.aside-ul-type li.stay {
	background-color: #faf8ed;
}

.aside-rad ul.aside-ul-type li.stay a {
	padding-left: 20px;
	border-left: 4px solid #075992;
}

.aside-rad ul.aside-ul-type li:last-child.stay a {
	border-radius: 0 0 5px 5px;
}

/*--------------------------------------------------*/
/* nw-topicpath */
/*--------------------------------------------------*/

#nw-topicpath {
	background-color: #f7f5eb;
	font-size: 107.69%;
	line-height: 1.5;
	padding: 13px 0;
}

#nw-topicpath .nw-inner {
	width: 968px;
	margin: 0 auto;
}

#nw-topicpath img {
	margin: 0 8px;
	vertical-align: middle;
}

/*--------------------------------------------------*/
/* nw-shinsa-num */
/*--------------------------------------------------*/

#nw-shinsa-num {
	width: 968px;
	margin: 0 auto 20px;
	text-align: right;
}

#nw-shinsa-num p {
	display: inline-block;
	text-align: center;
	font-size: 76.92%;
	border: 1px solid #67686a;
	padding: 4px 9px 3px;
}

/*--------------------------------------------------*/
/* nw-pagetop */
/*--------------------------------------------------*/

#nw-pagetop {
	width: 968px;
	margin: 0 auto;
}

#nw-pagetop p {
	width: 147px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
}

#nw-pagetop p a {
	display: block;
	width: 147px;
	height: 65px;
}

#nw-pagetop-side-wap {
	max-width: 968px;
	margin: 0 auto;
}

#nw-pagetop-side {
	position: fixed;
	bottom: 20px;
	display: none;
	z-index: 999999999999999999;
	margin-left: 895px;
}

/* .nw-pagetop
------------------------------------------*/

.box-content .nw-pagetop,
p.nw-pagetop {
	text-align: right;
}

.ic_pagetop {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background: url(/cmn/img/ic_pagetop.svg) no-repeat center left;
	vertical-align: middle;
}

/*--------------------------------------------------*/
/* column */
/*--------------------------------------------------*/

.columnOne:after,
.columnTwo:after,
.columnThree:after {
	clear: both;
	content: "";
	display: block;
}

.columnOne img,
.columnTwo img {
	vertical-align: top;
}

.columnOne table,
.columnTwo table {
	border-collapse: collapse;
	border-spacing: 0;
}

.columnOne table,
.columnOne caption,
.columnOne tbody,
.columnOne tfoot,
.columnOne thead,
.columnOne tr,
.columnOne th,
.columnOne td,
.columnTwo table,
.columnTwo caption,
.columnTwo tbody,
.columnTwo tfoot,
.columnTwo thead,
.columnTwo tr,
.columnTwo th,
.columnTwo td {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

/* columnOne
------------------------------------------*/

.columnOne #nw-content,
.columnOne #nw-content #nw-article {
	width: 968px !important;
}

/* columnTwo
------------------------------------------*/

.columnTwo #nw-content #nw-article {
	width: 740px;
}

.columnTwo #nw-content #nw-aside {
	width: 212px;
}

/*=======================================================*/
/* Layout - /cmn/ (active style) */
/*=======================================================*/

/*--------------------------------------------------*/
/* grid */
/*--------------------------------------------------*/

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid * {
	box-sizing: border-box;
}

.grid-cell {
	flex: 1;
}

.grid-cell[class*=of12] {
	flex: none;
}

.grid-cell.\-12of12 { width: 100%; }
.grid-cell.\-11of12 { width: calc(100% * 11 / 12); }
.grid-cell.\-10of12 { width: calc(100% * 10 / 12); }
.grid-cell.\-9of12  { width: calc(100% * 9 / 12);  }
.grid-cell.\-8of12  { width: calc(100% * 8 / 12);  }
.grid-cell.\-7of12  { width: calc(100% * 7 / 12);  }
.grid-cell.\-6of12  { width: calc(100% * 6 / 12);  }
.grid-cell.\-5of12  { width: calc(100% * 5 / 12);  }
.grid-cell.\-4of12  { width: calc(100% * 4 / 12);  }
*::-ms-backdrop, .grid-cell.\-4of12 { width: 33.33%; /* IE11 */ }
.grid-cell.\-3of12  { width: calc(100% * 3 / 12);  }
.grid-cell.\-2of12  { width: calc(100% * 2 / 12);  }
.grid-cell.\-1of12  { width: calc(100% * 1 / 12);  }

.grid-cell.\-1of2   { width: calc(100% * 1 / 2);  }
.grid-cell.\-1of3   { width: calc(100% * 1 / 3);  }
.grid-cell.\-1of4   { width: calc(100% * 1 / 4);  }
.grid-cell.\-1of5   { width: calc(100% * 1 / 5);  }
.grid-cell.\-1of6   { width: calc(100% * 1 / 6);  }
.grid-cell.\-1of7   { width: calc(100% * 1 / 7);  }
.grid-cell.\-1of8   { width: calc(100% * 1 / 8);  }
.grid-cell.\-1of9   { width: calc(100% * 1 / 9);  }
.grid-cell.\-1of10  { width: calc(100% * 1 / 10); }
.grid-cell.\-1of11  { width: calc(100% * 1 / 11); }

/* .grid-cell > *:not(.grid):not(a.hover) {
	width: 100%;
} */

.grid-auto > .grid-cell {
	flex-basis: auto;
}

.grid-margin {
	margin: 16px -8px -16px;
}

.grid-margin:only-child,
.grid-margin .grid-margin {
	margin-top: 0;
}

.grid-margin > .grid-cell {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 16px;
}

.grid-margin-lg {
	margin: 24px -12px -24px;
}

.grid-margin-lg > .grid-cell {
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 24px;
}

.grid-margin-10 {
	margin: 0 -10px -10px;
}

.grid-margin-10 > .grid-cell {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.grid-margin-20 {
	margin: 0 -20px -20px;
}

.grid-margin-20 > .grid-cell {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.grid-list > .grid-cell {
	margin-bottom: 10px;
}

.grid-auto > .grid-cell {
	flex-basis: auto;
}

.grid-fill > .grid-cell {
	display: flex;
	align-items: stretch;
}

.grid-top    { align-items: flex-start; }
.grid-bottom { align-items: flex-end; }
.grid-middle { align-items: center; }

.grid-left    { justify-content: flex-start; }
.grid-center  { justify-content: center; }
.grid-right   { justify-content: flex-end; }
.grid-between { justify-content: space-between; }
.grid-around  { justify-content: space-around; }

/*=======================================================*/
/* Layout - /cmn2/ */
/*=======================================================*/

#common-header,
#common-menu,
#shinsa,
#common-footer {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

#common-header *,
#shinsa *,
#common-footer * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}

#common-header a,
#common-menu a,
#common-footer a {
	color: #222;
	text-decoration: none;
}

#common-header a:hover,
#common-menu a:hover,
#common-footer a:hover {
	text-decoration: underline;
}

#common-header .inner,
#common-menu .inner,
#shinsa .inner,
#common-footer .inner {
	width: 968px;
	margin: 0 auto;
}

/* �j���[�X�����[�X�ʎ��p */
@media (min-width: 969px) {
	.popup #common-footer .inner {
		width: 100%;
		padding-right: 2%;
		padding-left: 2%;
	}
}

#common-header,
#common-menu {
	position: relative;
	z-index: 10000;
}

/*--------------------------------------------------*/
/* common-header */
/*--------------------------------------------------*/

#common-header {
	padding: 15px 0;
	border-top: 5px solid #1A509D;
	background-color: #fff;
}

#common-header a:hover {
	color: #19509D;
}

#common-header .inner {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
}

#common-header .logo {
	width: 170px;
}

#common-header .sb-toggle {
	display: none;
	visibility: hidden;
}

#common-header .navigation {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 92.3%;
	-webkit-box-align: center;
	-webkit-box-pack: end;
}

#common-header .navigation>* {
	margin-left: 20px;
}

#common-header .navigation .eng,
#common-header .navigation .faq {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
}

#common-header .navigation .eng a,
#common-header .navigation .faq a {
	display: block;
	padding: 2px 0;
}

#common-header .navigation .eng {
	background-image: url("/cmn2/img/hdr_nav01.svg");
}

#common-header .navigation .faq {
	background-image: url("/cmn2/img/hdr_nav02.svg");
}

#common-header .search {
	position: relative;
	width: 195px;
}

#common-header .search-input {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 10px 30px 10px 15px;
	font-size: 92.3076923076923%;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
}

#common-header .search-submit {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 10;
	width: 18px;
	height: 18px;
	padding: 2px;
	font-size: 0;
	border: none;
	background: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------*/
/* common-overlay */
/*--------------------------------------------------*/

#common-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: visibility 0 linear 0, opacity 300ms 0;
	transition: visibility 0 linear 0, opacity 300ms 0;
	opacity: .1;
	visibility: hidden;
}

/*--------------------------------------------------*/
/* common-menu */
/*--------------------------------------------------*/

#common-menu {
	height: 50px;
	background: #fff;
}

#common-menu a:hover {
	color: #19509D;
}

#common-menu-inner {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #E0E9EF;
	-webkit-transition: background 300ms;
	transition: background 300ms;
	font-weight: 500;
}

#common-menu.is-fixed #common-menu-inner {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F5F8FA;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#common-menu::before,
#common-menu::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 1px;
	background-color: #A5BED1;
}

#common-menu::before {
	top: 0;
}

#common-menu::after {
	bottom: 0;
}

.is-activemenu #common-menu::after {
	z-index: 1;
}

#common-menu.is-fixed::before,
#common-menu.is-fixed::after {
	display: none;
}

#common-menu .inner {
	position: relative;
	z-index: 10;
}

#common-menu .menu-list {
	display: -webkit-box;
	display: flex;
	position: relative;
	z-index: 100;
	align-items: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
}

#common-menu .menu-item {
	width: 20%;
}

#common-menu .menu-item-head {
	display: block;
	position: relative;
	z-index: 100;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 115%;
	text-align: center;
}

#common-menu .menu-item-head * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}

#common-menu .menu-item-head:hover {
	text-decoration: none;
}

#common-menu .menu-item-head::before,
#common-menu .menu-item-head::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 1px;
	height: 30px;
	background-color: #A5BED1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#common-menu .menu-item-head::before {
	display: none;
	left: 0;
}

#common-menu .menu-item:first-child .menu-item-head::before {
	display: block;
}

#common-menu .menu-item-head::after {
	right: 0;
}

#common-menu .menu-item-head .ic {
	display: -webkit-box;
	display: flex;
	position: relative;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin-left: -1px;
	padding: 0 1px 0;
	line-height: 50px;
	-webkit-transition: background 150ms;
	transition: background 150ms;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

#common-menu .menu-item:first-child .menu-item-head .ic {
	margin-left: 0;
	padding-left: 0;
}

#common-menu .menu-item:last-child .menu-item-head .ic {
	padding-right: 0;
}

#common-menu .menu-item .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active .ic,
#common-menu .menu-item:hover .ic {
	z-index: 100;
	color: #fff;
	background-color: #1A509D;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#common-menu .menu-item:first-child .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active:first-child .ic,
#common-menu .menu-item:hover:first-child .ic {
	margin-left: 0;
	padding-left: 0;
}

#common-menu .menu-item:last-child .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.active:last-child .ic,
#common-menu .menu-item:hover:last-child .ic {
	padding-right: 0;
}

#common-menu .menu-item .ic .menu-item-label {
	line-height: 1;
}

#common-menu .menu-item .ic:before {
	content: '';
	display: inline-block;
	margin-top: -1px;
	margin-right: 10px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#common-menu .menu-item.-home .ic:before {
	width: 25px;
	height: 22px;
	background-image: url("/cmn2/img/hdr_menu01.svg");
}

#common-menu .menu-item.-business .ic:before {
	width: 20px;
	height: 22px;
	background-image: url("/cmn2/img/hdr_menu02.svg");
}

#common-menu .menu-item.-personal .ic:before {
	width: 20px;
	height: 22px;
	background-image: url("/cmn2/img/hdr_menu03.svg");
}

#common-menu .menu-item.-corp .ic:before {
	width: 22px;
	height: 17px;
	background-image: url("/cmn2/img/hdr_menu04.svg");
}

#common-menu .menu-item.-contact .ic:before {
	width: 21px;
	height: 16px;
	background-image: url("/cmn2/img/hdr_menu05.svg");
}

/* open menu
------------------------------------------*/

#home #common-menu .menu-item.-home .ic,
#common-menu .menu-item.-home .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-home.active .ic,
#common-menu .menu-item.-home:hover .ic,
#common-menu .menu-item.-home .box-title {
	color: #fff;
	background-color: #1A509D;
}

#home #common-menu .menu-item.-home .ic:before,
#common-menu .menu-item.-home .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-home.active .ic:before,
#common-menu .menu-item.-home:hover .ic:before {
	background-image: url("/cmn2/img/hdr_menu01_on.svg");
}

#solution #common-menu .menu-item.-business .ic,
#common-menu .menu-item.-business .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-business.active .ic,
#common-menu .menu-item.-business:hover .ic,
#common-menu .menu-item.-business .box-title {
	color: #fff;
	background-color: #18857A;
}

#solution #common-menu .menu-item.-business .ic:before,
#common-menu .menu-item.-business .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-business.active .ic:before,
#common-menu .menu-item.-business:hover .ic:before {
	background-image: url("/cmn2/img/hdr_menu02_on.svg");
}

#personal #common-menu .menu-item.-personal .ic,
#common-menu .menu-item.-personal .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-personal.active .ic,
#common-menu .menu-item.-personal:hover .ic,
#common-menu .menu-item.-personal .box-title {
	color: #fff;
	background-color: #CC4D09;
}

#personal #common-menu .menu-item.-personal .ic:before,
#common-menu .menu-item.-personal .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-personal.active .ic:before,
#common-menu .menu-item.-personal:hover .ic:before {
	background-image: url("/cmn2/img/hdr_menu03_on.svg");
}

#corporate #common-menu .menu-item.-corp .ic,
#common-menu .menu-item.-corp .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-corp.active .ic,
#common-menu .menu-item.-corp:hover .ic,
#common-menu .menu-item.-corp .box-title {
	color: #fff;
	background-color: #0067B6;
}

#corporate #common-menu .menu-item.-corp .ic:before,
#common-menu .menu-item.-corp .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-corp.active .ic:before,
#common-menu .menu-item.-corp:hover .ic:before {
	background-image: url("/cmn2/img/hdr_menu04_on.svg");
}

#contact #common-menu .menu-item.-contact .ic,
#common-menu .menu-item.-contact .menu-item-head[area-expanded=true] .ic,
#common-menu .menu-item.-contact.active .ic,
#common-menu .menu-item.-contact:hover .ic,
#common-menu .menu-item.-contact .box-title {
	color: #fff;
	background-color: #A332A8;
}

#contact #common-menu .menu-item.-contact .ic:before,
#common-menu .menu-item.-contact .menu-item-head[area-expanded=true] .ic:before,
#common-menu .menu-item.-contact.active .ic:before,
#common-menu .menu-item.-contact:hover .ic:before {
	background-image: url("/cmn2/img/hdr_menu05_on.svg");
}

#common-menu .menu-item-body {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 0;
	visibility: hidden;
}

/* menu_item-body
------------------------------------------*/

#common-menu .menu-item-body[area-hidden="false"] {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

#common-menu .menu-item.smp-show .menu-item-body {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

body.is-activemenu #common-overlay {
	opacity: 1;
	visibility: visible;
}

#common-menu .box-title {
	display: -webkit-box;
	display: flex;
	align-items: center;
	padding: 20px 20px;
	-webkit-box-align: center;
	font-weight: 500;
}

#common-menu .box-title * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}

#common-menu .box-title-label {
	color: #fff;
	font-size: 184%;
}

#common-menu .box-title-more {
	font-size: 100%;
}

#common-menu .box-title-more a {
	display: block;
	margin-left: 25px;
	padding: 5px 15px 6px;
	color: #fff;
	line-height: 1;
	border: 1px solid #fff;
	border-radius: 50px;
}

#common-menu .box-title-more a:hover {
	text-decoration: none;
	background-color: #fff;
}

#common-menu .menu-item.-business .box-title-more a:hover,
#common-menu .menu-item.-business .box-title-medium a:hover {
	color: #18857A !important;
}

#common-menu .menu-item.-personal .box-title-more a:hover {
	color: #CC4D09;
}

#common-menu .menu-item.-corp .box-title-more a:hover {
	color: #0067B6;
}

#common-menu .menu-item.-contact .box-title-more a:hover {
	color: #A332A8;
}

#common-menu .box-body {
	padding: 25px 20px 25px;
	font-size: 100%;
	background-color: #fff;
	-webkit-transition: max-height 300ms;
	transition: max-height 300ms;
	max-height: auto;
	overflow-y: auto;
}

#common-menu .box-body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#common-menu hr.separator {
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 0;
	border: none;
	background-color: #ccc;
}

#common-menu hr.none {
	display: block;
	width: 100%;
	height: 1px;
	margin: 12px 0 12px;
	border: none;
	background-color: transparent;
}

#common-menu .area-lead {
	position: relative;
	padding-left: 10px;
	line-height: 1.4;
	font-size: 115%;
}

#common-menu .area-lead::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 20px;
	background: #1A509D;
}

#common-menu .area-lead-sub {
	width: 100%;
	padding: 5px 10px;
	background-color: #efefef;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

#common-menu .area-subject {
	margin-top: 15px;
	font-size: 100%;
	font-weight: bold;
}

#common-menu .area-list {
	margin-top: 15px;
}

#common-menu .area-list li {
	margin-top: 10px;
}

#common-menu .area-list li:first-child {
	margin-top: 0;
}

#common-menu .area-list li ul li {
	margin-left: 20px;
}

#common-menu .area-list li ul li:first-child {
	margin-top: 10px;
}

#common-menu .area-list.-adjust {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

#common-menu .more {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	text-align: right;
}

#common-menu .grid-margin-menu {
	margin: 0 -10px -20px;
}

#common-menu .grid-margin-menu>.grid-cell {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#common-menu .grid-column>.grid-cell {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

#common-menu .menu-item.-business .area-button {
	font-size: 92%;
}

/* btn-lv2
------------------------------------------*/

#common-menu .btn-lv2 {
	padding: 8px 10px;
}

/*--------------------------------------------------*/
/* common-main */
/*--------------------------------------------------*/

#common-main {
	display: block;
	position: relative;
	height: auto;
	min-height: auto;
}

.cmn2 .l-header ~ #common-main,
.cmn3 .l-header ~ #common-main {
	padding-top: 70px;
}

#common-main:after {
	content: "";
	display: block;
	clear: both;
}

#common-main a:hover {
	color: #1B519D;
}

#common-main .inner {
	position: relative;
	width: 968px;
	margin: 0 auto;
}

#common-main .page-section:last-child {
	margin-bottom: 60px;
}

#main-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main-article,
.main-article {
	width: 700px;
	padding-bottom: 40px;
}

#main-aside,
.main-aside {
	width: 240px;
	padding-top: 20px;
	padding-bottom: 40px;
}

/*--------------------------------------------------*/
/* main-aside */
/*--------------------------------------------------*/

/* aside-title
------------------------------------------*/

.cmn2 .aside-title {
	padding: 25px 25px;
	color: #fff;
	font-size: 115.4%;
	background-color: #1A509D;
}

/* aside-ul-type
------------------------------------------*/

.cmn2 .aside-ul-type {
	border: 1px solid #ccc;
	border-top: none;
}

.cmn2 ul.aside-ul-type li {
	border-top: 1px dotted #ccc;
}

.cmn2 ul.aside-ul-type li:first-child {
	border-top: none;
}

.cmn2 ul.aside-ul-type li.lead {
	padding: 20px 25px;
	font-size: 115.4%;
	background-color: #F5F8FA;
}

.cmn2 ul.aside-ul-type li a {
	display: block;
	padding: 20px 20px 20px 45px;
	color: #222;
	text-decoration: none;
	background-image: url("/cmn2/img/cmn_link_next.svg");
	background-repeat: no-repeat;
	background-position: 25px 24px;
	font-weight: normal;
}

.cmn2 ul.aside-ul-type li.stay a {
	padding: 20px 20px 20px 45px;
	color: #1A519D;
	text-decoration: underline;
	border-left: none;
	background-color: #fff;
}

.cmn2 ul.aside-ul-type li a:hover {
	color: inherit;
	text-decoration: underline;
}

/* child ul
------------------------------------------*/

.cmn2 ul.aside-ul-type li ul {
	border-top: 1px dotted #ccc;
}

.cmn2 ul.aside-ul-type li li a {
	padding: 20px 20px 20px 60px;
	background: url(/cmn2/img/cmn_arw_bl.svg) no-repeat 45px 26px;
	background-size: 5px 8px
}

.cmn2 ul.aside-ul-type li.stay li a {
	padding: 20px 20px 20px 65px;
	background-position: 45px 24px;
	color: #222;
	text-decoration: none;
}

.cmn2 ul.aside-ul-type li.stay li a:hover {
	color: inherit;
	text-decoration: underline;
}

.cmn2 ul.aside-ul-type li li.stay a {
	padding: 20px 20px 20px 65px;
}

/* related-link
------------------------------------------*/

.cmn2 .aside-box,
.cmn2 #related-link {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	padding: 22px 16px;
	border: 1px solid #ccc;
	border-top: 1px dotted #ccc;
	background-color: #fff;
}

.cmn2 #related-link .btn-lv2 {
	padding: 10px 10px;
}

/* nw-aside
------------------------------------------*/

.cmn2 #nw-aside {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-top: none;
}

.cmn2 #nw-aside dt {
	border-top: 1px dotted #ccc;
}

.cmn2 #nw-aside dt:first-child {
	border-top: none;
}

.cmn2 #nw-aside dt a {
	display: block;
	padding: 20px 20px 20px 50px;
	color: #222;
	text-decoration: none;
	background-image: url("/cmn2/img/cmn_link_next.svg");
	background-repeat: no-repeat;
	background-position: 30px 23px;
	font-weight: bold;
	font-weight: bold;
}

.cmn2 #nw-aside dt a:hover {
	color: #1A519D;
	text-decoration: underline;
}

.cmn2 #nw-aside dd {
	border-top: 1px dotted #ccc;
}

.cmn2 #nw-aside dd a {
	display: block;
	padding: 15px 20px 15px 70px;
	color: #222;
	text-decoration: none;
	background-image: url("/cmn2/img/cmn_link_next.svg");
	background-repeat: no-repeat;
	background-position: 50px 19px;
	font-weight: bold;
}

.cmn2 #nw-aside dd .stay a {
	padding: 15px 20px 15px 70px;
	color: #1A519D;
	text-decoration: underline;
	border-left: none;
	background-color: #fff;
}

.cmn2 #nw-aside dd a:hover {
	color: #1A519D;
	text-decoration: underline;
}

/* nw-aside -> open
------------------------------------------*/

.cmn2 #nw-aside dt.btn-open a {
	position: relative;
	padding-left: 25px;
	background: transparent;
}

.cmn2 #nw-aside dt.btn-open a::before {
	content: url("/cmn2/img/cmn_arw_bl_down.svg");
	position: absolute;
	top: 20px;
	right: 15px;
}

.cmn2 #nw-aside dt.btn-open.open a::before {
	content: url("/cmn2/img/cmn_arw_bl_up.svg");
}

.cmn2 #nw-aside dt.btn-open+dd {
	display: none;
}

.cmn2 #nw-aside dt.btn-open+dd a {
	padding: 15px 20px 15px 45px;
	background-position: 25px 19px;
}

.cmn2 #nw-aside dt.btn-open+dd .stay a {
	padding: 15px 20px 15px 45px;
}

/*--------------------------------------------------*/
/* shinsa */
/*--------------------------------------------------*/

#shinsa {
	margin-top: 40px;
	font-size: 84%;
}

#shinsa.upper {
	position: relative;
	padding-bottom: 20px;
}

#shinsa.upper .inner {
	text-align: right;
}

#shinsa .shinsa {
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #444;
}

/*--------------------------------------------------*/
/* common-footer */
/*--------------------------------------------------*/

#common-footer {
	color: #fff;
	font-size: 84%;
	background-color: #1A509D;
}

#common-footer a {
	color: #fff;
}

#common-footer .inner {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0 19px;
	-webkit-box-align: center;
	-webkit-box-pack: start;
}

#common-footer .navigation {
	display: -webkit-box;
	display: flex;
	justify-content: flex-start;
	-webkit-box-pack: start;
}

#common-footer .navigation>* {
	margin-right: 20px;
}

#common-footer .copyright {
	margin-left: auto;
	color: #fff;
}

#common-footer #pagetop {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: 484px;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity: 0;
}

#common-footer #pagetop.fixed {
	position: fixed;
	bottom: 65px;
}

#common-footer #pagetop.show {
	opacity: 1;
}

#common-footer #pagetop a {
	display: block;
}

#common-footer #pagetop a.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* �j���[�X�����[�X�ʎ��p */
.popup #common-footer #pagetop {
	display: none;
}

/*--------------------------------------------------*/
/* common-blockskip */
/*--------------------------------------------------*/

#common-blockskip {
	z-index: 9999;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#common-blockskip * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#common-blockskip a {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	padding: 0;
	color: #fff;
	text-decoration: underline;
	line-height: 0;
	background: #737373;
	float: left;
	min-width: 0;
	text-align: center;
	cursor: default;
	overflow: hidden;
}

#common-blockskip a:hover {
	text-decoration: none;
}

#common-blockskip a.show {
	height: auto;
	margin-top: 0;
	padding: 5px 0 6px;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}

/*=======================================================*/
/* Layout - /cmn3/ (WebCX) */
/*=======================================================*/

/*-------------------------------------------------------*/
/* header */
/*-------------------------------------------------------*/

.l-header {
	position: fixed;
	background: #FFF;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	z-index: 10000;
	height: 70px;
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

body:not(.cmn3) .l-header {/* not .cmn3 */
	font-size: 123%;
}

body:not(.cmn3):not(.cmn2) .l-header {/* not .cmn2 .cmn3 */
	position: relative;
}

.l-header__inner {
	display: flex;
	margin: 0 auto;
	max-width: 1296px;
}

body:not(.cmn3) .l-header__inner {/* not .cmn3 */
	width: 968px;
	max-width: none;
}

.l-header-logo {
	padding: 11px 16px 11px 0;
}

.l-header-logo__a {
	display: block;
}

.l-header-logo__img {
	display: block;
	width: 144px;
}

/*-------------------------------------------------------*/
/* header hamburger button */
/*-------------------------------------------------------*/

.l-btn-burger {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 60px;
	height: 60px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer;
}

.l-btn-burger__line::before,
.l-btn-burger__line::after,
.l-btn-burger__line {
	display: block;
	position: absolute;
	right: 20px;
	width: 20px;
	height: 2px;
	margin: 0;
	background-color: #1A509D;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
}

.l-btn-burger__line::after,
.l-btn-burger__line::before {
	content: "";
    right: 0;
}

.l-btn-burger__line::before {
	top: -7px;
}

.l-btn-burger__line::after {
    top: 7px;
}

.l-btn-burger[aria-expanded="true"] {
	background-color: #0072BC;
}

.l-btn-burger[aria-expanded="true"] .l-btn-burger__line::before {
	background-color: #FFF;
	transform: translateY(7px) rotate(45deg);
}

.l-btn-burger[aria-expanded="true"] .l-btn-burger__line::after {
	background-color: #FFF;
	transform: translateY(-7px) rotate(-45deg);
}

.l-btn-burger[aria-expanded="true"] .l-btn-burger__line {
	background: transparent;
}

/*-------------------------------------------------------*/
/* layout header nav */
/*-------------------------------------------------------*/

.l-header-nav {
	display: flex;
	flex: 1 0 0%;
	justify-content: flex-end;
}

.l-header-menu {
	display: flex;
}

.l-header-menu__itm {
	display: flex;
}

.l-header-menu__itm::before {
	content: '';
	display: block;
	width: 1px;
	height: 27px;
	background: #DCDCDC;
	margin-top: 21px;
}

.l-header-menu__itm:last-child::before,
.l-header-menu__itm:first-child::before {
	display: none;
}

#business .l-header-menu__itm--business .l-header-menu__a,
#personal .l-header-menu__itm--personal .l-header-menu__a,
#corporate .l-header-menu__itm--corporate .l-header-menu__a,
#contact .l-header-menu__itm--contact .l-header-menu__a {
	background-color: #DFE6F0;
}

#business .l-header-menu__itm--business + .l-header-menu__itm::before,
#personal .l-header-menu__itm--personal::before,
#personal .l-header-menu__itm--personal + .l-header-menu__itm::before,
#corporate .l-header-menu__itm--corporate::before,
#corporate .l-header-menu__itm--corporate + .l-header-menu__itm::before,
#contact .l-header-menu__itm--contact::before {
	background: #fff;
}

.l-header-menu__a {
	position: relative;
	display: block;
	height: 70px;
	font-size: 93.75%;
	line-height: 4.7;
	padding: 0 19px;
	text-decoration: none !important;
	color: #1A1311 !important;
	font-weight: 500;
	white-space: nowrap;
}

.l-header-menu__itm--en .l-header-menu__a {
	font-weight: 400;
}

.l-header-menu__itm:hover .l-header-menu__a {
	background-color: #DFE6F0;
	color: #1A1311;
}

.l-header-menu__itm:hover::before,
.l-header-menu__itm:hover + .l-header-menu__itm::before {
	background: #fff;
}

.l-header-menu__itm:hover .l-header-menu__a[aria-controls]::before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	display: block;
	height: 0;
	width: 0;
	margin-left: -12px;
	border-top: 12px solid #DFE6F0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	z-index: 1;
}

.l-header-menu__itm--en:hover .l-header-menu__a {
	background-color: transparent;
	text-decoration: underline !important;
}

body:not(.cmn2) .l-header-menu__itm:hover .l-header-menu__a[aria-controls]::before {
	display: none;
}

/*-------------------------------------------------------*/
/* header mega menu */
/*-------------------------------------------------------*/

.l-mega-menu {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #F5F7FA;
	padding: 40px 16px;
	box-sizing: border-box;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
    overflow-y: auto;
}

.l-mega-menu[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.l-mega-menu__inn {
	position: relative;
	display: flex;
	margin: 0 auto;
	max-width: 1296px;
}

body:not(.cmn3) .l-mega-menu__inn {/* not .cmn3 */
	max-width: 968px;
}

.l-mega-menu__ttl {
	font-size: 168.75%;
	font-weight: 700;
	width: 25%;
}

.l-mega-menu__con {
	flex: 1 0 0%;
}

.l-mega-menu__con > *:first-child {
	margin-top: 0;
}

.l-mega-menu__sub {
	font-size: 106.25%;
	font-weight: 700;
	margin: 20px 0 10px;
}

.l-mega-menu__separator {
	display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    border: none;
    background-color: #ccc;
}

/*-------------------------------------------------------*/
/* header mid menu */

.l-mid-menu {
	display: flex;
	margin-top: 30px;
}

.l-mid-menu--space::after {
	content: '';
	flex: 1 0 0%;
	margin-left: 2.8%;
}

.l-mid-menu__itm {
	flex: 1 0 0%;
	margin-left: 2.8%;
	display: flex;
	flex-direction: column;
}

.l-mid-menu__itm:first-child {
	margin-left: 0;
}

.l-mid-link {
	display: block;
	font-size: 106.25%;
	font-weight: 700;
	text-decoration: none !important;
	color: #1A1311 !important;
	padding: 4px 0 14px;
	background: url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat top 10px right;
	border-bottom: #D0D1D3 solid 2px;
}

.l-mid-link:hover {
	text-decoration: none;
	color: #1A1311;
}

/*-------------------------------------------------------*/
/* header sml menu */

.l-sml-menu {
	padding-top: 6px;
	flex-grow: 1;
}

.l-sml-menu__itm {
	margin-top: 10px;
}

.l-sml-link {
	position: relative;
	padding-left: 16px;
}

.l-sml-link > a::before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 8px;
	background-color: #1A1311;
	position: absolute;
	margin-top: .9em;
	margin-left: -16px;
}

.l-sml-link__a {
	font-size: 87.5%; /* 14px */
	color: #1A1311 !important;
}

.l-sml-link--more {
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 20px;
    padding-top: 10px;
}

body:not(.cmn3) .l-sml-link__a br.l-old-nobr ,
body.cmn3 .l-old-br {/* not .cmn3 */
	display: none;
}

/*-------------------------------------------------------*/
/* new mega menu */

.l-header-menu__itm.is-mega-open::before,
.l-header-menu__itm.is-mega-open + .l-header-menu__itm::before {
	background: #fff;
}

.l-header-menu__itm:hover .l-header-menu__a[aria-controls]::before {
	display: none;
}

.l-header-menu__a[aria-controls]::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 11px;
	transform: translateX(-50%);

	display: block;
	width: 8px;
	height: 6px;
	background: url(/cmn3/img/icon/ic_arrow_down_min.svg) no-repeat;
}

body:not(.cmn2) .l-header-menu__a[aria-controls]::after {
	display: none;
}

.l-header-menu__a[aria-expanded="false"]::after {
	transform: translateX(-50%) rotate(0);
	transition: transform .2s;
}

.l-header-menu__a[aria-expanded="true"]::after {
	transform: translateX(-50%) rotate(-180deg);
	transition: transform .2s;
}

.l-header-menu__a[aria-expanded="true"] {
	background-color: #DFE6F0;
}

.l-mega-menu__ttl > h2 > a {
	color: #1A1311 !important;
}

.l-mega-menu__close {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;

	position: absolute;
	top: 70px;
	left: 0;
	padding-left: 20px;
	background: url(/cmn3/img/icon/ic_cross.svg) no-repeat 2px 5px;
	font-size: 87.5%; /* 14px */
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
}

.l-mega-menu__close:hover {
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* for business */

#hed-business h3 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #D0D1D3;
	text-align: center;
	font-weight: bold;
}

#hed-business .l-mid-menu__itm {
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: 1px solid #DCDCDC;
}

#hed-business .l-mid-menu__itm:last-child {
	border-right: 1px solid #DCDCDC;
}

#hed-business .l-sml-menu {
	padding-top: 10px;
}

#hed-business .l-sml-menu__itm {
	margin-top: 5px;
}

#hed-business .l-sml-link__a {
	font-size: 81.3%; /* 13px */
}

#hed-business .l-sml-link > a::before {
	margin-top: 1.1em;
}

/*-------------------------------------------------------*/
/* header search */
/*-------------------------------------------------------*/

#search .l-search {
	display: none; /* for /search/result.html */
}

.l-search {
	display: flex;
	align-items: center;
	margin-left: 10px;
	max-width: 250px;
}

.l-search fieldset {
	display: flex;
	align-items: center;
}

.l-search .search-input {
	width: calc(165px - 42px);
	box-sizing: border-box;
	padding: 9px 12px 10px 13px;
	border: 0;
	background: #F2F2F2;
	border-radius: 8px 0 0 8px;
	font-size: 81.25%;
	font-family: 'Noto Sans JP', sans-serif;
}

.l-search .search-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 0 0 42px;
	width: 42px;
	height: 38px;
	padding: 0;
	border: none;
	border-radius: 0 8px 8px 0;
	background: #0072BC url(/cmn3/img/icon/ic_search_white.svg) no-repeat center;
	background-size: 17px;
	cursor: pointer;
}

/*-------------------------------------------------------*/
/* header mfx-sbox.js */

.l-search__mfx-sbox .mf_finder_searchBox {
	margin-left: 0;
	margin-right: 0;
}

.l-search__mfx-sbox .mf_finder_searchBox_items {
	padding: 0;
}

.l-search__mfx-sbox .mf_finder_searchBox_query_input {
	border: 0;
	background: #F2F2F2;
	border-radius: 8px 0 0 8px;
	font-size: 81.25%;
	padding: 9px 12px 10px 13px;
	font-family: 'Noto Sans JP', sans-serif;
}

/* for IE11 */
body:not([class*="cmn3"]) .l-search__mfx-sbox .mf_finder_searchBox_query_input {
	max-width: calc(165px - 42px);
}
body.cmn3 .l-search__mfx-sbox .mf_finder_searchBox_query_input {
	max-width: calc(250px - 42px);
}

.l-search__mfx-sbox .mf_finder_searchBox_query_input::-ms-input-placeholder {
	color: #666;
}

.l-search__mfx-sbox .mf_finder_searchBox_query_input::placeholder {
	color: #666;
}

.l-search__mfx-sbox .mf_finder_searchBox_submit {
	flex: 0 0 42px;
	width: 42px;
	background-color: #0072BC;
	border-radius: 0 8px 8px 0;
	padding: 0;
	background-image: url(/cmn3/img/icon/ic_search_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
	cursor: pointer;
}

.l-search__mfx-sbox .mf_finder_searchBox_submit:before {
	display: none;
}

/*-------------------------------------------------------*/
/* menu overlay */
/*-------------------------------------------------------*/

.l-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition: opacity 300ms;
	opacity: .1;
	visibility: hidden;
}

body.is-activemenu .l-overlay {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------------------------*/
/* main */
/*-------------------------------------------------------*/

.l-main {
	display: block;
	padding-top: 70px;
}

.l-main p {
	margin-top: 1.5em;
}

.l-main img {
	vertical-align: top;
}

/*-------------------------------------------------------*/
/* img title */
/*-------------------------------------------------------*/

.l-title-img {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	min-height: 342px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* for IE11 */
@media (min-width: 768px) {
	_:-ms-lang(x)::-ms-backdrop, .l-title-img {
		display: table-cell;
		vertical-align: middle;
		width: 9999px;
	}
}

.l-title-img__h {
	font-size: 268.75%;
	font-weight: 700;
	line-height: 1.4;
	background-size: cover;
	background-repeat: no-repeat;
	text-shadow: 0 0 8px #000;
	padding: 0 16px;
}

.l-title-img__sub {
	font-weight: 500;
	text-shadow: 0 0 8px #000;
	margin-top: 25px;
	padding: 0 16px;
}

/*-------------------------------------------------------*/
/* section */
/*-------------------------------------------------------*/

.l-sec,
.l-sec--blue {
	padding: 0 30px;
}

.l-sec--blue {
	background-color: #F5F7FA;
}

.l-sec__inner--w900,
.l-sec__inner {
	margin: 0 auto;
    max-width: 1296px;
	padding-top: 80px;
	padding-bottom: 60px;
}

.l-sec__inner--w900 {
	max-width: 900px;
}

.l-sec__inner--w900 > *:first-child,
.l-sec__inner > *:first-child {
	margin-top: 0;
}

/*-------------------------------------------------------*/
/* topicpath */
/*-------------------------------------------------------*/

.l-topicpath {
	padding: 0 16px;
	border-top: #F1F2F6 solid 1px;
	margin-bottom: -97px;
}

.l-topicpath__inner {
	margin: 0 auto;
	max-width: 1296px;
	padding: 45px 0;
}

.l-topicpath-list {
	flex: 1 0 0%;
	margin-right: 60px;
	font-size: 81.25%;
}

body:not(.cmn3) .l-topicpath-list {/* not .cmn3 */
	font-size: 100%;
}

.l-topicpath-list__itm {
	display: inline;
	line-height: 2.6;
}

.l-topicpath-list__itm:nth-child(n+2)::before {
	content: '';
	display: inline-block;
	background: url(/cmn3/img/topicpath_arrow.svg);
	width: 6px;
	height: 9px;
	margin: 0 10px;
}

.l-topicpath-list__itm > a {
	color: #1A1311 !important;
	text-decoration: none !important;
}

.l-topicpath-list__itm > a:hover {
	text-decoration: underline !important;
}

/*-------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------*/

.l-footer {
	padding: 0 16px;
	background-color: #F2F2F2;
	margin-top: 97px;
	font-family: 'Noto Sans JP', sans-serif;
}

.l-footer__inner {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	max-width: 1296px;
	font-size: 81.25%;
}

body:not(.cmn3) .l-footer__inner {/* not .cmn3 */
	width: 968px;
	max-width: none;
	font-size: 93%;
}

.l-footer-nav {
	flex: 1 0 0%;
	line-height: 1.8;
}

.l-footer-nav__itm {
	display: inline-block;
	margin-right: 27px;
	line-height: 2.6;
	white-space: nowrap;
}

body:not(.cmn3) .l-footer-nav__itm {/* not .cmn3 */
	margin-right: 20px;
}

.l-footer-nav__itm > a {
	color: #1A1311 !important;
	text-decoration: none !important;
}

.l-footer-nav__itm > a:hover {
	text-decoration: underline !important;
}

.l-footer-copy {
	text-align: right;
	line-height: 2.6;
	color: #1A1311;
}

/*-------------------------------------------------------*/
/* pagetop */
/*-------------------------------------------------------*/

.l-pagetop {
	position: absolute;
	right: 0;
	top: -87px;/*49+38*/
	width: 49px;
	height: 49px;
}

.l-pagetop > a {
	display: block;
	position: fixed;
	bottom: 140px;
	width: 49px;
	height: 49px;
	opacity: 0;
	transition: opacity .3s;
	visibility: hidden;
	z-index: 1000;
	bottom: 30px;
}

.l-pagetop > a.-static {
	position: static;
}

.l-pagetop > a.-show {
	opacity: 1;
	visibility: visible;
}

.l-pagetop img {
	width: 100% !important;
	height: auto !important;
}

/*-------------------------------------------------------*/
/* shinsa */
/*-------------------------------------------------------*/

.l-shinsa {
	max-width: 1296px;
	margin: 30px auto;
	text-align: right;
}

.l-shinsa > span {
	display: inline-block;
	padding: 3px 9px;
	vertical-align: top;
	border: 1px solid #444;
	font-size: 68.8%;
}
