@charset "utf-8";

/*=======================================================*/
/* Layout - /cmn/ (old style) */
/*=======================================================*/

/*--------------------------------------------------*/
/* nw-header */
/*--------------------------------------------------*/

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item.active > a::after {
		position: absolute;
		width: 8px;
		height: 8px;
		display: inline-block;
		content: "";
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		border-left: 0;
		border-top: 0;
		right: 0;
		left: 0;
		bottom: 8px;
		margin: -2px auto;
	}

	.l-header .local-menu-list__item[aria-expanded="false"] > a::after {
		transform: translateX(-50%) rotate(45deg);
		transition: transform .2s;
	}

	.l-header .local-menu-list__item[aria-expanded="true"] > a::after {
		transform: translateX(-50%) rotate(-136deg);
		transition: transform .2s;
	}

	.l-header .local-sub-menu.active {
		opacity: 1;
		visibility: visible;
	}
}

#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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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;
}

@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("/https/business.ntt-west.co.jp/cmn2/img/hdr_nav01.svg");
}

#common-header .navigation .faq {
	background-image: url("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/cmn2/img/hdr_menu01.svg");
}

#common-menu .menu-item.-business .ic:before {
	width: 20px;
	height: 22px;
	background-image: url("/https/business.ntt-west.co.jp/cmn2/img/hdr_menu02.svg");
}

#common-menu .menu-item.-personal .ic:before {
	width: 20px;
	height: 22px;
	background-image: url("/https/business.ntt-west.co.jp/cmn2/img/hdr_menu03.svg");
}

#common-menu .menu-item.-corp .ic:before {
	width: 22px;
	height: 17px;
	background-image: url("/https/business.ntt-west.co.jp/cmn2/img/hdr_menu04.svg");
}

#common-menu .menu-item.-contact .ic:before {
	width: 21px;
	height: 16px;
	background-image: url("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/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("/https/business.ntt-west.co.jp/cmn2/img/cmn_arw_bl_down.svg");
	position: absolute;
	top: 20px;
	right: 15px;
}

.cmn2 #nw-aside dt.btn-open.open a::before {
	content: url("/https/business.ntt-west.co.jp/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;
}

.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: relative;
	background: #FFF;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	z-index: 10000;
	height: 124px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1079px) {
	.l-header {
		height: 121px !important;
	}
}

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;
	padding: 0 16px;
	background: #fff;
}

@media screen and (max-width: 1079px) {
	.l-header__inner {
		padding: 0 16px 0 10px;
	}
}

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;
}

@media screen and (max-width: 1079px) {
	.l-header-logo {
		padding: 11px 15px 11px 0px !important;
	}
}


/*-------------------------------------------------------*/
/* 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(/https/business.ntt-west.co.jp/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: .8em;
	margin-left: -16px;
}

.l-sml-link__a {
	font-size: 93.75%;
	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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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(/https/business.ntt-west.co.jp/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: #aaa;
}

.l-search__mfx-sbox .mf_finder_searchBox_query_input::placeholder {
	color: #aaa;
}

.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(/https/business.ntt-west.co.jp/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: 119px;*/
}

@media screen and (max-width: 1079px) {
	.l-main {
		padding-top: 0 !important;
	}
}

.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--w1062,
.l-sec__inner--w1050,
.l-sec__inner--w900,
.l-sec__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding-top: 70px;
	padding-bottom: 70px;
}


.l-sec__inner--w900 {
	max-width: 900px;
}

.l-sec__inner--w1062 {
	max-width: 1062px;
}

.l-sec__inner--w1050 {
	max-width: 1050px;
}

.l-sec__inner--w1062 > *:first-child,
.l-sec__inner--w1050 > *:first-child,
.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 {
	color: #666;
	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(/https/business.ntt-west.co.jp/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 {
	color: #1A1311;
	background-color: #F2F2F2;
	margin-top: 97px;
	margin-bottom: 63px;
	font-family: 'Noto Sans JP', sans-serif;
}

.l-footer__inner {
	position: relative;
	margin: 0 auto;
	padding: 40px 16px 17px 0;
	max-width: 1296px;
	font-size: 100%;
}

body:not(.cmn3) .l-footer__inner {
	/* not .cmn3 */
	width: 968px;
	max-width: none;
	font-size: 93%;
}


.l-footer__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
}

@media screen and (max-width: 1079px) {
	.l-footer {
		margin-bottom: 105px;
	}

	.l-footer__wrap {
		display: block;
		margin-bottom: 13px;
	}

	.l-footer__inner {
		font-size: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.l-footer {
		margin-bottom: 90px;
	}

}

.l-footer-nav {
	flex: 1 0 0%;
	line-height: 1.8;
	font-size: 81.25%;
}

.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 {
	color: #1A1311;
	line-height: 1.8;
	font-size: 81.25%;
}

@media screen and (max-width: 1079px) {
	.l-footer-copy {
		font-size: 75%;
	}

}

/*-------------------------------------------------------*/
/* pagetop */
/*-------------------------------------------------------*/

.l-pagetop {
	position: absolute;
	right: 10px;
	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: 77px;
}

.l-pagetop > a img {
	opacity: 0.75;
}

.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: 62.5%;
}

@media screen and (max-width: 1079px) {
	.l-shinsa {
		padding: 12px 12px 0 12px;
		text-align: right;
	}
}


/****************************************************************/

.is-hidden--pc {
	display: none !important;
}

.is-hidden--sp {
	display: block !important;
}

@media screen and (max-width: 1079px) {
	.is-hidden--pc {
		display: block !important;
	}

	.is-hidden--sp {
		display: none !important;
	}
}

.l-header .local-header {
	position: relative;
	background: #e7f2fc;
}

.l-header .local-header.fixed {
	background: #e7f2fc;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: rotation 0.3s ease;
	animation: rotation 0.3s ease;
}

.fixedLocalHeaderDummy {
	display: none
}

.fixedLocalHeaderDummy.active {
	display: block
}

@keyframes rotation {
	0% {
		transform: translateY(-54px);
	}

	100% {
		transform: translateY(0);
	}
}


@media screen and (max-width: 1079px) {
	.l-header .local-header {
		height: auto;
		z-index: -1;
	}
}

.l-header .local-header .inner {
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 1078px) {
	.l-header .local-header .inner {
		display: flex;
		align-items: center;
		max-width: 1286px;
		padding-right: 43px;
		padding-left: 43px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header .inner {
		width: 100%;
	}
}



.l-header .local-header__ttl {
	position: relative;
	color: #1a1311;
}

.l-header .local-header__ttl a {
	color: #1a1311;
	text-decoration: none;
	font-size: 14px;
}

.l-header .local-header__ttl a:hover,
.l-header .local-header__ttl a:visited {
	color: #1a1311;
}



@media screen and (min-width: 1078px) {
	.l-header .local-header__ttl {
		flex-shrink: 0;
		width: 218px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header__ttl {
		width: 100%;
		padding: 23px 0 22px 15px;
		background: #e7f2fc;
		z-index: 1000;
		line-height: 1;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-header__ttl::before {
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 32px;
		background: #dcdcdc;
		content: "";
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header__ttl img {
		width: 44.8vw;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-header-nav {
		flex-grow: 1;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header-nav__btn {
		position: absolute;
		top: 50%;
		right: 20px;
		padding: 8px 24px 8px 10px;
		background: #e7f2fc;
		border: 1px #1a1311 solid;
		z-index: 1000;
		outline: none;
		margin-top: -16px;
	}

}

@media screen and (max-width: 1079px) {
	.l-header .local-header-nav__btn::after {
		position: absolute;
		top: 14px;
		right: 7px;
		display: block;
		width: 8px;
		height: 8px;
		border-right: 1px #1a1311 solid;
		border-bottom: 1px #1a1311 solid;
		content: "";
		transform: translateY(-50%) rotate(45deg);
		transition: transform .3s;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header-nav__btn span {
		font-size: 12px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-header-nav__btn.is-open::after {
		transform: translateY(-1px) rotate(-135deg);
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu {
		position: absolute;
		top: 61px;
		left: 0;
		width: 100%;
		height: calc(100vh - (59 / 375)*100vw - (59 / 375)*100vw);
		padding: 0;
		background: #f1f8ff;
		overflow-y: auto;
		transform: translateY(-130%);
		transition: transform .3s;
		z-index: 0;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu.is-open {
		transform: translateY(0);
		z-index: 10;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu.is-close {
		transform: translateY(-130%);
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list {
		display: flex;
		width: 100%;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item {
		flex-grow: 1;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item {
		border-bottom: 1px #d9d9d9 solid;
	}
}

.l-header .local-menu-list__item > a {
	position: relative;
	color: #1a1311;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item > a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 54px;
		padding: 0 16px;
		font-size: 14px;
		transition: background .3s, color .3s;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item > a {
		display: block;
		padding: 15px 10px 15px 15px;
		font-size: 16px;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item > a::before {
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 32px;
		background: #dcdcdc;
		content: "";
		transform: translateY(-50%);
	}
}

.l-header .local-menu-list__item > a::after {
	position: absolute;
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item > a::after {
		position: absolute;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: inline-block;
		content: "";
		border-right: 2px solid #0072bc;
		border-bottom: 2px solid #0072bc;
		border-left: 0;
		border-top: 0;
		right: 0;
		left: 0;
		bottom: 8px;
		margin: -2px auto;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item > a::after {
		top: 25px;
		right: 25px;
		display: block;
		width: 12px;
		height: 12px;
		border-right: 1px #3e90db solid;
		border-bottom: 1px #3e90db solid;
		content: "";
		transform: translateY(-50%) rotate(45deg);
		transition: transform .3s;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item.is-current {
		background: #2b94d9;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item.is-current > a {
		color: #fff;
	}
}

.l-header .local-menu-list__item.no-children > a::after {
	display: none;
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item.is-open > a::after {
		transform: translateY(-50%) rotate(-135deg);
	}
}

/*TCID Working*/
@media screen and (min-width: 1078px) {
	.l-header .local-menu-list__item:hover > a {
		background: #2b94d9;
		color: #fff;
	}

	.l-header .local-menu-list__item:hover > a:hover::after {
		border-right: 2px #fff solid !important;
		border-bottom: 2px #fff solid !important;
	}

	.l-mega-menu__close {
		font-weight: 400;
		font-size: 14px !important;
		text-decoration: underline !important;
	}

	.l-mega-menu__close::after {
		content: none !important;
	}
}

/*
@media screen and (min-width: 1078px) {
  .l-header .local-menu-list__item:hover > a::after {
    opacity: 1;
    visibility: visible;
    z-index: 110;
  }
}
@media screen and (min-width: 1078px) {
  .l-header .local-menu-list__item:hover .local-sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
*/

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item--contact > a {
		display: none !important;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-menu-list__item--contact .local-sub-menu {
		display: block !important;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu {
		position: absolute;
		top: 54px;
		left: 0;
		visibility: hidden;
		width: 100%;
		min-height: 142px;
		padding: 36px 0 10px;
		background: #0072bc;
		opacity: 0;
		/* visibility: hidden;
    transition: opacity .3s, visibility .3s, z-index .3s; */
		z-index: 0;
		transition: opacity 500ms;
		-webkit-transition: opacity 500ms;
	}

	.pcmt30 {
		margin-top: -30px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-sub-menu {
		display: none;
		background: #2b94d9;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu .inner {
		align-items: stretch;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu__ttl {
		flex-grow: 1;
		font-size: 18px;
		font-weight: bold;
		margin-top: -3px;
	}
}

.l-header .local-sub-menu__ttl > a {
	position: relative;
	color: #fff;
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu__ttl > a {
		display: inline-block;
		padding-right: 20px;
		text-decoration: none;
	}

	.l-header .local-sub-menu__ttl > a:hover {
		color: #fff;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-sub-menu__ttl > a {
		display: block;
		padding: 15px 10px 15px 15px;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu__ttl > a::after {
		position: absolute;
		top: 40%;
		right: 0;
		width: 10px;
		height: 10px;
		border-right: 2px #fff solid;
		border-bottom: 2px #fff solid;
		content: "";
		transform: rotate(-45deg);
	}
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu-list {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
	}
}

.l-mega-menu__close {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;

	margin-top: 25px;
	padding-left: 20px;
	background: url(/https/business.ntt-west.co.jp/business/cmn3/img/icon/ic_cross.svg) no-repeat center left;
	font-size: 51.9%;
	/* 14px */
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu-list__item {
		width: 24%;
		margin-left: 1%;
		margin-bottom: 26px;
		font-size: 14px;
	}
}

.l-header .local-sub-menu-list__item > a {
	position: relative;
	color: #fff;
	font-weight: bold;
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu-list__item > a {
		display: inline-block;
		padding-right: 18px;
		text-decoration: none;
	}

	.l-header .local-sub-menu-list__item > a:hover {
		color: #fff;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .local-sub-menu-list__item > a {
		display: block;
		padding: 15px 10px 15px 15px;
		font-size: 16px;
		text-decoration: none;
	}
}

.l-header .local-sub-menu-list__item > a::after {
	content: "";
}

@media screen and (min-width: 1078px) {
	.l-header .local-sub-menu-list__item > a::after {
		position: absolute;
		top: 8px;
		right: 0;
		width: 8px;
		height: 8px;
		border-right: 2px #fff solid;
		border-bottom: 2px #fff solid;
		transform: rotate(-45deg);
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 25px;
		width: 100%;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu {
		display: flex;
		flex-wrap: wrap-reverse;
		padding: 6vw 12px 54vw;
	}

}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block {
		width: 48.66667%;
	}
}

.l-header .contact-menu-block__ttl {
	padding-left: 0.05em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block__ttl {
		padding-bottom: 12px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block__ttl {
		padding-bottom: 4vw;
		font-size: 4.53333vw;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block {
		width: 100%;
	}

	.l-header .tel-block {
		margin-top: 6vw;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block-internet__ttl {
		display: none;
	}
}

.l-header .telBox div {
	color: #1A1311;
	text-decoration: none;
	display: block;
	background-color: #fff;
	line-height: 1;
	padding: 15px 10px 8px 30px;
	/*height: 83px;*/
}

.l-header .telBox div ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.l-header .telBox div ul li {
	font-weight: bold;
	margin-left: 7px;
}

.l-header .telBox div ul li:first-child {
	margin-left: 0;
}


.l-header .telBox div ul li.tel a {
	color: #1A1311;
}

.l-header .telBox div ul li.tel span {
	display: inline-block;
	padding-left: 39px;
	position: relative;
	font-weight: 700;
	font-size: 250%;
}

.l-header .telBox div ul li.tel span:before {
	content: "";
	width: 31px;
	height: 40px;
	background: url(/https/business.ntt-west.co.jp/smb/assets/img/common/icon/ico_footer_tel.svg) no-repeat top left;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

.l-header .telBox div ul li.time {
	font-size: 81%;
	line-height: 1.3;
}

.l-header .telBox div ul li.time span {
	font-size: 116%;
	display: inline-block;
	margin-right: 0.5em;
}

.l-header .telBox div p {
	font-size: 81%;
	font-weight: 400;
	margin-top: 8px;
	line-height: 1.2;
}

.l-header .linkBtn a {
	position: relative;
	font-size: 113%;
	font-weight: bold;
	height: 84px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-header .linkBtn a span {
	position: relative;
	padding-left: 51px;
}

.l-header .linkBtn a span:before {
	content: "";
	width: 34px;
	height: 23px;
	background: url(../img/ico_mail.svg) no-repeat top left;
	background-size: contain;
	display: block;
	position: absolute;
	left: 12px;
	top: 4px;
}

@media print,
screen and (max-width: 1271px) {
	.l-header .linkBtn a {
		height: 117px;
	}
}

@media print,
screen and (max-width: 1079px) {

	.l-header .telBox {}

	.l-header .telBox div {
		background-color: transparent;
		padding: 0;
		height: auto;
	}

	.l-header .telBox div ul {
		flex-wrap: wrap;
	}

	.l-header .telBox div ul li {
		width: 100%;
	}

	.l-header .telBox div ul li.tel a {
		color: #1c71bc;
		display: block;
		background-color: #fff;
		box-shadow: 0 4px 0 #a6bdd2;
		border-radius: 6px;
		padding: 13px 0 12px;
		text-align: center;
	}

	.l-header .telBox div ul li.tel span {
		font-size: 169%;
		padding-left: 24px;
		font-weight: bold;
	}

	.l-header .telBox div ul li.tel span:before {
		content: "";
		width: 27px;
		height: 31px;
		background: url(../img/ico_footer_tel_sp.svg) no-repeat top left;
		background-size: contain;
		display: block;
		position: absolute;
		left: -5px;
		top: 1px;
	}

	.l-header .telBox div ul li.time {
		color: #fff;
		font-size: 75%;
		margin-top: 14px;
		font-weight: 400;
		font-feature-settings: "palt";
	}

	.l-header .telBox div ul li.time span {
		font-size: 100%;
		display: inline-block;
	}

	.l-header .telBox div p {
		color: #fff;
		font-size: 68.5%;
		margin-top: 10px;
		font-feature-settings: "palt";
	}

	.l-header .linkBtn a {
		height: auto;
		padding: 12px 30px 12px 30px;
	}

	.l-header .linkBtn a span {
		padding-left: 0;
	}

	.l-header .linkBtn a span:before {
		display: none;
	}


}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-tel {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 17px 2.56849% 16px 3.42466%;
		background: #fff;
		color: #0068b7;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-tel__num {
		display: block;
		width: 53.18761%;
		pointer-events: none;
		font-size: 0;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block-tel__num {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 13.86667vw;
		padding: 4.4vw 23.2vw;
		background: #fff;
		border-radius: 1.06667vw;
		box-shadow: 0 1.06667vw #0068b7;
	}
}

.l-header .contact-menu-block-tel__time {
	font-feature-settings: "palt";
	font-weight: bold;
	line-height: 1.1;
	text-align: left;
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-tel__time {
		width: 45.53734%;
		font-size: 15px;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block-tel__time {
		margin-top: 2.93333vw;
		color: #fff;
		font-size: 3.2vw;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-tel__note {
		margin-top: 10px;
		font-size: 13px;
		letter-spacing: 0.02em;
		line-height: 1;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block-tel__note {
		margin-top: 1.33333vw;
		color: #fff;
		font-feature-settings: "palt";
		font-size: 3.2vw;
		text-align: left;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-internet {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 17px 3.42466% 16px;
		background: #fff;
		color: #0068b7;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-internet__ttl {
		width: 42.64706%;
		color: #0068b7;
		font-feature-settings: "palt";
		font-size: 15px;
		font-weight: bold;
		line-height: 1.46667;
		text-align: left;
	}
}

.l-header .contact-menu-block-internet__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fac452;
	border: 1px solid #fac452;
	color: #000;
	font-feature-settings: "palt";
	font-weight: bold;
	text-align: center;
	z-index: 10;
	text-decoration: none;
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-internet__btn {
		width: 55.51471%;
		height: 100%;
		max-width: 300px;
		padding: 15px 0;
		border-radius: 6px;
		box-shadow: 0 4px #b37f12;
		font-size: 18px;
		line-height: 1.3;
		transition: opacity .3s;
	}
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu-block-internet__btn {
		width: 100%;
		height: 13.86667vw;
		border-radius: 1.06667vw;
		box-shadow: 0 1.06667vw #b37f12;
		font-size: 5.33333vw;
	}
}

.l-header .contact-menu-block-internet__btn::after {
	position: absolute;
	top: 50%;
	content: '';
	border-top: 2px #0068b7 solid;
	border-right: 2px #0068b7 solid;
	transform: rotate(45deg);
	z-index: 10;
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-internet__btn::after {
		right: 22px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		transition: border-color .1s;
	}
}

@media screen and (min-width: 1078px) {
	.l-header .contact-menu-block-internet__btn:hover {
		box-shadow: none;
		opacity: 0.7;
		transform: translateY(4px);
	}
}

#tax_info {
	left: 0;
	bottom: 0;
	position: fixed;
	display: block;
	opacity: 1;
	color: #fff;
	text-align: left;
	z-index: 10;
	padding: 0;
	background-color: rgba(40, 40, 40, 0.75);
	width: 100%;
}

#tax_info.relative {
	position: relative;
}

#tax_info .tax_info--wrap {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 8px 14px 8px;
}

#tax_info .tax_info--wrap p {
	color: #fff !important;
	line-height: 1.45;
	opacity: 1;
	font-weight: 400;
	align-self: center;
}


@media print,
screen and (min-width: 1078px) {
	#tax_info p {
		font-size: 81%;
	}
}


@media print,
screen and (max-width: 1079px) {

	#tax_info {
		background-color: rgba(60, 60, 60, 1);
	}

	#tax_info .tax_info--wrap p br {
		display: none;
	}


	#tax_info .tax_info--wrap {
		display: block;
		width: 100%;
		padding: 8px 18px 8px;
	}

	#tax_info .tax_info--wrap p {
		letter-spacing: -1px;
	}

	#tax_info p {
		font-size: 70%;

	}

	.l-footer {
		padding: 0 !important;
	}

	.l-footer__inner {}

	.l-footer-nav {
		padding: 0 15px;
		font-size: 75%;
	}

	.l-footer-copy {
		padding: 0 15px;
	}

	.l-pagetop {
		right: 11px;
	}

	.l-pagetop > a {
		bottom: 104px;
	}

	#tax_info .tab-btn-list li .tabTrigger.telView {
		padding: 2px 15px 5px 7px;
		flex-wrap: wrap;
	}

	#tax_info .tab-btn-list li .tabTrigger.telView > .tel {
		padding: 3px 4px 3px 2px;
		background-color: #fff;
		border-radius: 3px;
		display: block;
		margin-left: 9px;
		position: relative;
		width: 95px;
		font-size: 91%;
		line-height: 1;
		margin-top: -3px;
	}

	#tax_info .tab-btn-list li .tabTrigger.telView > .tel span {
		padding-left: 15px;
	}

	#tax_info .tab-btn-list li .tabTrigger.telView > .tel span:after {
		content: "";
		width: 11px;
		height: 14px;
		background: url(/https/business.ntt-west.co.jp/smb/assets/img/common/icon/ico_footer_tel.svg) no-repeat top left;
		background-size: contain;
		display: block;
		position: absolute;
		left: 4px;
		top: calc(50% - 7px);
	}

	#tax_info .tab-btn-list li .tabTrigger.telView i {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 7px;
	}

	#tax_info .tab-btn-list li .tabTrigger > span {
		padding-left: 15%;
	}

	#tax_info.tabs {
		bottom: 35px;
	}

	#tax_info.tabs .tab-btn-list {
		top: 0.6em;
	}

	#tax_info.tabs .tab-btn-list li {
		width: 49%;
	}

	#tax_info.tabs .tab-btn-list li:first-child {
		width: 49%;
	}

	#tax_info.tabs .tab-btn-list li .tabTrigger {
		border-radius: 4px;
		text-align: center;
		justify-content: center;
		padding-left: 0;
		padding: 6% 20px 6% 20px;
		justify-content: center;
	}

	#tax_info.tabs .tab-btn-list li .tabTrigger i {
		right: 7px;
	}

	#tax_info.tabs .tab-btn-list li .tabTrigger.telView > .tel {
		margin-top: 1px;
	}

	#tax_info .tab-btn-list li .pcBnr {
		display: none;
	}

	#tax_info .tab-btn-list li .spBnr {
		display: block;
	}

	#tax_info .tab-btn-list li img {
		width: 100%;
	}

	#tax_info .tab-btn-list {
		width: 50%;
		justify-content: flex-end;
		top: 0.6em;
		display: flex;
	}

	#tax_info .tab-btn-list li {
		margin-left: 0;
		width: 36%;
	}

	#tax_info .tab-btn-list li a {
		/*display: block;*/
	}

	#tax_info .tab-btn-list li:first-child {
		margin-left: 0px;
		width: 90%;
		line-height: 0;
	}

	#tax_info .tab-btn-list li:first-child a {
		line-height: 1.6;
	}

	#tax_info .tab-btn-list li:first-child .tabTrigger {
		display: block;
		padding-right: 15%;
	}

	#tax_info .tab-btn-list li:first-child .tabTrigger > span {
		padding-left: 2%;
		letter-spacing: -1px;
	}

	#tax_info .tab-btn-list li .tabTrigger {
		font-size: 75%;
		padding: 3% 20% 3% 5%;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#tax_info .tab-btn-list li .tabTrigger br {
		display: block;
	}

	#tax_info .tab-btn-list li .tabTrigger i {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
	}

	#tax_info .tab-btn-list li .tabTrigger i:before {
		width: 10px;
	}

	#tax_info .tab-btn-list li .tabTrigger i:after {
		width: 10px;
	}

	#tax_info .tab-btn-list li .tabTrigger.open i:after {
		width: 10px;
	}

}

/* /business/cmn/css/business_cmn.css ����ǉ� */

/*----------------------------------
HEADER
----------------------------------*/
/*----------------------------------
NAV
----------------------------------*/

.local-sub-menu__ttl {
	color: #fff;
}

.business-local-sub-menu-list__title {
	position: relative;
}

.business-local-sub-menu-list__title::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
}

.business-local-sub-menu-list__title__inner {
	position: relative;
	padding-right: 41px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}


@media screen and (min-width: 1078px) {
	.local-menu-list__item.-business-no-link > a::after {
		display: none;
	}

	.local-header__ttl {
		width: 1px !important;
	}

	.local-header__ttl a {
		font-size: 0 !important;
	}

	.business-local-sub-menu-wrap {
		width: 80%;
	}

	.business-local-sub-menu-wrap .local-sub-menu-list {
		width: 100%;
	}

	.business-local-sub-menu-list__title {
		margin-left: 1%;
	}

	.business-local-sub-menu-list__title::before {
		right: 0;
		width: 100%;
		background: #2b94d9;
	}

	.business-local-sub-menu-list__title__inner {
		background: #0072bc;
	}

	.business-local-sub-menu-list__detail {
		margin-top: 10px;
	}

	._sptemp-content {
		display: none !important;
	}
}

@media screen and (max-width: 1077px) {
	.local-menu-list__item.-business-no-link > a::after {
		right: 28px;
		transform: translateY(-50%) rotate(-45deg);
	}

	.local-sub-menu__ttl {
		display: none;
	}

	.business-local-sub-menu-list__title {
		padding: 15px 10px 15px 15px;
	}

	.business-local-sub-menu-list__title::before {
		right: 15px;
		width: calc(100% - 30px);
		background: #fff;
	}

	.business-local-sub-menu-list__title__inner {
		background: #2b94d9;
	}
}

/*-------------------------------------------------------*/
/* contact_info */
/*-------------------------------------------------------*/
#tax_info .tax_info-text {
	font-size: 137.5%;
	font-weight: 700;
	margin-right: 15px;
}

#tax_info .tax_info-text br {
	display: none;
}

#tax_info .contact_info {
	display: flex;
	margin-right: 15px;
}

#tax_info .contact_info > li {
	display: flex;
}

#tax_info .contact_info > li > * {
	display: flex;
	flex: 1;
	align-items: center;
}

#tax_info .contact_info .telBox {
	margin-right: 15px;
}

#tax_info .contact_info .telBox .o-btn--outline {
	background-image: none;
	color: #1A1311 !important;
}

#tax_info .contact_info .telBox div ul {
	display: flex;
	background-color: #ffffff;
	color: #1A1311;
	padding: 7px 15px;
}

#tax_info .contact_info .telBox div ul li.tel {
	margin-right: 15px;
}

#tax_info .contact_info .telBox div ul li.tel span {
	padding-left: 32px;
	display: inline-block;
	position: relative;
	font-size: 175%;
	color: #1A1311;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

#tax_info .contact_info .telBox div ul li.tel span:before {
	content: "";
	width: 25px;
	height: 30px;
	background: url(/https/business.ntt-west.co.jp/smb/assets/img/common/icon/ico_footer_tel.svg) no-repeat top left;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

#tax_info .contact_info .telBox div ul li.time {
	font-size: 81.25%;
	font-weight: 400;
	line-height: 1.3;
}

#tax_info .contact_info .linkBtn .o-btn {
	padding: 8px 25px 7px 20px;
}

#tax_info .contact_info .linkBtn ._pc {
	display: inline-block;
}


@media only screen and (min-width: 1079px) {
	#tax_info .contact_info .linkBtn .o-btn.o-btn--yellow[target] {
		background-image: url(/https/business.ntt-west.co.jp/smb/cmn3/img/icon/ic_blank_black.svg);
		background-size: 17px 16px;
		font-size: 112%;
		padding: 8px 50px 8px 18px;
	}
}


@media screen and (max-width: 1200px) {

	#tax_info .tax_info-text {
		font-size: 100%;
		margin-right: 10px;
	}

	#tax_info .tax_info-text br {
		display: inline-block;
	}

	#tax_info .contact_info {
		display: flex;
		justify-content: center;
		column-gap: 10px;
	}

	#tax_info .contact_info .telBox {
		margin-right: 0;
		padding: 0 5px;
		appearance: none;
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 4px 0 #a6bfd6;
		cursor: pointer;
		display: block;
		font-family: inherit;
		line-height: 1.3;
		text-align: center;
		text-decoration: none !important;
	}

	#tax_info .contact_info .telBox div ul {
		background: none;
	}

	#tax_info .contact_info .telBox div ul li.tel {
		margin-right: 0;
	}

	#tax_info .contact_info .telBox div ul li.tel span {
		padding-left: 0;
		display: inline-block;
		position: relative;
		font-size: 187.5%;
		/* color: #1C71BC; */
		line-height: 1;
		font-weight: 700;
		letter-spacing: -0.02em;
	}

	#tax_info .contact_info .telBox div ul li.tel a {}

	#tax_info .contact_info .telBox div ul li.tel a span:before {
		height: 34px;
		width: 26px;
		content: "";
		display: inline-block;
		margin-right: 9px;
		/* background: url(/https/business.ntt-west.co.jp/cmn_biz_header/img/local/tel_blue.svg) no-repeat center left; */
		background: url(/https/business.ntt-west.co.jp/smb/cmn3/img/ico_footer_tel.svg) no-repeat center left;
		background-size: contain;
		position: relative;
		top: 7px;
	}

	#tax_info .contact_info .telBox div ul li.time {
		margin-top: 5px;
		font-size: 81.25%;
		line-height: 1.3;
	}

	#tax_info .contact_info .linkBtn .o-btn {
		padding: 8px 25px 7px 20px;
	}

	#tax_info .contact_info .linkBtn.type2 .o-btn {
		margin: 2px 0;
		padding: 10px 25px;
		font-size: 81.25%;
	}

	#tax_info .contact_info .linkBtn .o-btn.o-btn--yellow[target] {
		background-image: none;
	}

}

@media screen and (min-width:768px) and (max-width:1200px) {

	#tax_info .contact_info .linkBtn .o-btn.o-btn--yellow[target] {
		background-image: url(/https/business.ntt-west.co.jp/smb/cmn3/img/icon/ic_blank_black.svg);
		background-size: 17px 16px;
		font-size: 112%;
		padding: 8px 50px 8px 18px;
	}

}

@media screen and (max-width: 1079px) {
	#tax_info .tax_info-text {
		font-size: 87.5%;
	}

	#tax_info .contact_info .telBox {}

	#tax_info .contact_info .telBox div ul {
		display: block;
	}

	.tax_info-note {
		margin-top: 10px;
		text-align: center;
	}

	.tax_info-text .tax_info-text_pc {
		display: none;
	}
}

@media screen and (min-width: 1080px) {}

@media screen and (max-width: 767px) {
	#tax_info .tax_info-text {
		font-size: 68.75%;
	}

	#tax_info .tax_info-text br {
		display: inline-block;
	}

	#tax_info .contact_info {
		display: flex;
		margin: 0;
	}

	#tax_info .contact_info .telBox div ul {
		display: block;
	}

	#tax_info .contact_info .telBox .tel,
	#tax_info .contact_info .telBox .time {
		width: 100%;
	}

	#tax_info .contact_info .telBox div ul li.tel span {
		font-size: 137.5%;
	}

	#tax_info .contact_info .telBox div ul li.tel a span:before {
		height: 24px;
		width: 19px;
		margin-right: 4px;
		top: 5px;
	}

	#tax_info .contact_info .telBox div ul li.time {
		font-size: 62.5%;
	}

	#tax_info .contact_info .linkBtn .o-btn {
		padding: 7px 10px;
		font-size: 81.25%;
		box-shadow: 0 3px 0 #b1872d;
	}

	#tax_info .contact_info .linkBtn .o-btn:before {
		content: none;
	}

	#tax_info .contact_info .linkBtn .o-btn span {
		position: relative;
		padding-right: 27px;
		text-align: center;
		display: block;
		line-height: 1.1;
	}

	#tax_info .contact_info .linkBtn .o-btn span._pc {
		display: none;
	}

	#tax_info .contact_info .linkBtn .o-btn span {
		position: relative;
		padding-right: 20px;
		text-align: center;
		display: block;
		line-height: 1.1;
	}

	#tax_info .contact_info .linkBtn .o-btn span:after {
		display: inline-block;
		content: '';
		background-image: url(/https/business.ntt-west.co.jp/smb/cmn3/img/icon/ic_blank_black.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		width: 14px;
		height: 16px;
		margin-right: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		vertical-align: middle;
	}

	/*
	#tax_info .contact_info .linkBtn .o-btn._mail span:after {
		content: none;
	}

	#tax_info .contact_info .linkBtn .o-btn._mail span:before {
		display: inline-block;
		content: url(/https/business.ntt-west.co.jp/smb/cmn3/img/ico_mail.svg);
		margin-right: 8px;
		vertical-align: middle;
	}
	*/
}

@media screen and (max-width: 430px) {
	#tax_info {
		opacity: 1 !important;
		visibility: visible !important;
	}

	#tax_info .tax_info--wrap {
		padding: 10px;
		display: block;
	}

	#tax_info .contact_info .telBox div ul {
		padding: 1px 5px 4px;
	}

	#tax_info .contact_info > li.linkBtn {}

	#tax_info .contact_info .telBox div ul li a {
		display: block;
	}

	#tax_info .contact_info .telBox div ul li.tel span {
		padding-left: 0;
	}

	#tax_info .contact_info .telBox div ul li.tel span:before {
		width: 17px;
		height: 22px;
		margin-right: 8px;
		display: inline-block;
		position: relative;
		left: 0;
		top: 3px;
	}

	#tax_info .contact_info .telBox div ul li.time {
		letter-spacing: -.04em;
	}
}


@media screen and (max-width: 389px) {
	#tax_info .contact_info .telBox {
		padding: 0;
	}

	#tax_info .contact_info .telBox div ul li.tel span {
		font-size: 125%;
	}

	#tax_info .contact_info .linkBtn .o-btn {
		font-size: 75%;
	}
}

@media screen and (max-width: 360px) {
	#tax_info .tax_info--wrap {
		padding: 8px 10px 8px;
	}

	#tax_info .tax_info-text {
		margin-right: 5px;
	}
}

@media screen and (max-width: 335px) {
	#tax_info .contact_info .linkBtn .o-btn {
		padding: 7px 17px 8px 13px;
	}
}

#tax_info {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}

#tax_info.-show {
	opacity: 1 !important;
	visibility: visible !important;
}

#tax_info.-short-show {
	opacity: 1;
	visibility: visible;
}

#tax_info.-m-show {
	opacity: 1;
	visibility: visible;
}


/*-------------------------------------------------------*/
/* contact-menu-notes */
/*-------------------------------------------------------*/

.l-header .contact-menu {
	flex-wrap: wrap;
}

@media screen and (max-width: 1079px) {
	.l-header .contact-menu {
		flex-wrap: wrap-reverse;
	}
}

.contact-menu-notes {
	width: 100%;
	color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 1079px) {
	.contact-menu-notes {
		text-align: left;
	}

	.contact-menu-notes--pc {
		display: none;
	}
}

@media screen and (min-width: 1080px) {
	.contact-menu-notes--sp {
		display: none;
	}
}

/*-------------------------------------------------------*/
/* add-text */
/*-------------------------------------------------------*/

.add-box {
	padding: 0 16px;
	margin-top: 100px;
}

.add-text {
	max-width: 1296px;
	margin: 0 auto;
	text-indent: -1em;
	padding-left: 1em;
	text-align: center;
}

@media (max-width: 1079px) {
	.add-box {
		padding: 0 30px;
	}

	.add-text {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.add-box {
		padding: 0 15px;
	}

}