@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

.contents {
	width: 100%!important;
	margin-top: 0;
}

.smb {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}
.smb img {
	width: 100%;
}
.smb .smb-cmn-inner {
	max-width: 1120px;
	margin: auto;
	padding-left: 48px;
	padding-right: 48px;
}
.smb .smb-bg-color1 {
	background: #f4f4f4;
}
.smb .smb-bg-color2 {
	background: #fae8ea;
}
.smb .smb-bg-color3 {
	background: #dfeff2;
}
.smb .smb-bg-color4 {
	background: linear-gradient(90deg,#fae8ea 0%,#fae8ea 50%,#dfeff2 50%,#dfeff2 100%);
}

/* nav */
.smb .smb-menu {
	max-width: 1260px;
	margin: 40px auto 0;
}
.smb .smb-menu-list {
	display: flex;
}
.smb .smb-menu-item {
	font-size: 16px;
	font-weight: 400;
	padding-right: 1px;
	text-align: center;

	-webkit-flex-basis: 16.66%;
	        flex-basis: 16.66%;
	        flex-basis: calc(100% / 6);
}
.smb .smb-menu-item:last-child {
	padding-right: 0;
}
.smb .smb-menu-item > a {
	line-height: 1.4;
	position: relative;
	display: flex;
	height: 100%;
	padding: 10px 0;
	transition: all .3s;
	text-decoration: none;
	color: #c03;
	border-bottom: 1px solid #c03;
	background: #ebeff1;

	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.smb .smb-menu-item > a:visited {
	color: #c03;
}
.smb .smb-menu-item > a::before {
	position: absolute;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	transition: all .3s;
	border-width: 5px 0 5px 8.7px;
	border-style: solid;
	border-color: transparent transparent transparent #c03;
}
.smb .smb-menu-item > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	transition: all .3s;
	background: transparent;
}
.smb .smb-menu-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	transition: all .3s;
	vertical-align: middle;

	fill: #c03;
}
.smb .smb-menu-mark {
	font-size: 14px;
	display: inline;
	margin-bottom: 3px;
	padding: 0 12px;
	transition: all .3s;
	color: #fff;
	border-radius: 5px;
	background: #c03;
}
.smb .smb-menu-item > a.smb-menu-active,
.smb .smb-menu-item > a:hover {
	color: #fff;
	background: #c03;
}
.smb .smb-menu-item > a.smb-menu-active::before,
.smb .smb-menu-item > a:hover::before {
	border-color: transparent transparent transparent #fff;
}
.smb .smb-menu-item > a.smb-menu-active::after,
.smb .smb-menu-item > a:hover::after {
	background: #fff;
}
.smb .smb-menu-item > a.smb-menu-active .smb-menu-icon,
.smb .smb-menu-item > a:hover .smb-menu-icon {
	fill: #fff;
}
.smb .smb-menu-item > a.smb-menu-active .smb-menu-mark,
.smb .smb-menu-item > a:hover .smb-menu-mark {
	color: #c03;
	background: #fff;
}

.smb .smb-btn {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	display: block;
	margin: 0 auto 45px;
	padding: 25px;
	transition: all .3s;
	text-align: center;
	text-decoration: none;
	color: #c03;
	border: 1px solid #c03;
	border-radius: 10px;
}
.smb a.smb-btn:visited {
	color: #c03;
}
.smb .smb-btn-arrow {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 30px;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	fill: #c03;
}

/* 下層MV */
.smb.prob .smb-mv h1,
.smb.indu .smb-mv h1,
.smb.wsre .smb-mv h1 {
	position: relative;
	width: 100%;
	height: 218px;
	margin-top: 20px;
	background: url('/content/dam/nttcom/hq/jp/business/lp/smb/img/assets/img/img_page_mv_pc.png') no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
}
.smb.prob .smb-mv span,
.smb.indu .smb-mv span,
.smb.wsre .smb-mv span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 75%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

/* tab-menu */
.smb .smb-tab-menu {
	max-width: 960px;
	display: flex;
	margin: 35px auto 0;
	padding-bottom: 55px;

	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.smb .smb-tab-menu a {
	margin: 0 0 20px;
	padding: 10px 5px 15px;
	transition: all .3s;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 10px;
	outline: none;
	box-shadow: 0 5px rgba(0,0,0,.2);

	-webkit-flex-basis: 18.6%;
	        flex-basis: 18.6%;
	        flex-basis: calc( (100% - 80px) / 5);
}
.smb .smb-tab-menu a:visited {
	color: #333;
}
.smb .smb-tab-item {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	height: 100%;
	min-height: 60px;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	text-align: center;
	background: #FFF;
}
.smb .smb-tab-item::after {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .3s;
	border: 5px solid transparent;
	border-radius: 10px;
}
.smb .smb-tab-item:hover::after {
	border-color: #c03;
}
.smb .smb-tab-item::before {
	position: absolute;
	bottom: -2px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #c03 transparent transparent transparent;
}
.smb .smb-tab-menu a:hover {
	border-color: rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0);
}
.smb .smb-tab-menu a:hover .smb-tab-item::after {
	border-color: #fff transparent transparent transparent;
}

/* smb-service-cont */
.smb .smb-service-cont-lead {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 auto 45px;
	padding: 70px 10px 5px;
	display: inline-block;
	border-bottom: 5px solid #c03;
}
.smb .smb-service-cont {
	text-align: center;
	margin-bottom: 50px;
}
.smb .smb-service-list {
	display: flex;
	max-width: 990px;
	margin: 0 auto;

	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.smb .smb-service-item {
	position: relative;
	margin: 15px;
	-webkit-flex-basis: 46%;
	        flex-basis: 46%;
	        flex-basis: calc((100% - 75px) / 2);
}
.smb .smb-service-item a {
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 5px rgba(0,0,0,.2);
	padding: 0 10px 40px;
	height: 100%;
}
.smb .smb-service-item a:hover {
	border-color: rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0);
}
.smb .smb-service-item a::after {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .3s;
	border: 5px solid transparent;
	border-radius: 20px;
}
.smb .smb-service-item a:hover::after {
	border-color: #c03;
}
.smb .smb-service-item-top {
	display: flex;
	margin: 0 10px;
	border-bottom: 1px dashed #c03;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.smb .smb-service-item-bg {
	flex: 0 0 42%;
	background: url('/content/dam/nttcom/hq/jp/business/lp/smb/img/problem/assets/img/icn_nayami_telework_01.svg') no-repeat;
	background-size: contain;
	background-position: center;
	margin: 5px 0;
}
.smb .smb-service-item-bg::before {
	display: block;
	padding-top: 72%;
	content: '';
}
.smb .smb-service-item-ttl {
	flex: 0 0 56%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.smb .smb-service-item-img {
	margin: 10px 0;
}
.smb .smb-service-item-txt,
.smb .smb-service-item-txt-w {
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 70px;
	position: relative;
}
.smb .smb-service-item-txt-w {
	margin-left: 40px;
}
.smb .smb-service-item-txt::before,
.smb .smb-service-item-txt-w::before  {
	position: absolute;
	top: 8px;
	left: -20px;
	display: block;
	width: 14px;
	height: 14px;
	content: '';
	background: url('/content/dam/nttcom/hq/jp/business/lp/smb/img/problem/assets/img/img_top_check.svg') no-repeat;
}
.smb .smb-service-item-txt span,
.smb .smb-service-item-txt-w span  {
	color: #C03;
}
.smb .smb-service-item-more {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	float: right;
	margin: 5px 10px 0 0;
	color: #c03;
}
.smb .smb-service-item-more .smb-btn-arrow {
	left: -20px;
	margin-top: 6px;
}
.smb .smb-service-item-more .smb-btn-arrow svg {
	width: 70%;
}
.smb .smb-service-foot {
	margin-top: 30px;
	padding-bottom: 70px;
}
.smb .smb-service-foot a {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
	display: block;
	max-width: 260px;
	height: 60px;
	margin: auto;
	text-decoration: none;
	color: #c03;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 3px rgba(0,0,0,.2);
	transition: all .3s;
	background: #FFF;
}
.smb .smb-service-foot a:hover {
	border-color: #c03;
}
.smb .smb-service-foot a span {
	position: relative;
}
.smb .smb-service-foot a span::before {
	position: absolute;
	top: 50%;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	transition: all .3s;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #c03 transparent transparent transparent;
}


/* IE対応 */
@media screen and (-ms-high-contrast:none) and (min-width: 834px) {
	.smb {
		font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic', sans-serif;
	}
	.smb .smb-menu-mark {
		display: inline-block;
		padding-top: 4px;
		line-height: 16px;
		margin-bottom: 4px;
	}
	.smb .smb-tab-menu a {
		flex-basis: 16.7%;
	}
	.smb .smb-tab-item > div span {
		padding-top: 4px;
		padding-bottom: 0;
		line-height: 16px;
		margin-bottom: 4px;
	}
	.smb .smb-menu-item {
		font-weight: bold;
	}
	.smb .smb-btn {
		padding-top: 32px!important;
	}
	.smb .smb-btn-arrow {
		padding-top: 3px;
	}
	.smb .smb-menu-item-inner {
		padding-top: 3px;
	}
	.smb .smb-menu-item > a::before {
		top: calc(50% - 5px);
	}
	.smb .smb-service-item-more .smb-btn-arrow {
		margin-top: 0;
	}
}

/* 下層MV 領域調整　*/
@media screen and (max-width: 1660px) and (min-width: 834px) {
	.smb.prob .smb-mv h1,
	.smb.indu .smb-mv h1,
	.smb.wsre .smb-mv h1 {
		height: auto;
		padding-top: 14.83%;
	}
}
@media screen and (min-width: 834px) {
	.smb .sp_only {
		display: none!important;
	}
	.smb .pc_only {
		display: block!important;
	}
	.inquiry-full {
		width: 940px;
		margin: 120px auto 0;
	}
}


@media screen and (max-width: 833px) {
	.smb .sp_only {
		display: block!important;
	}
	.smb .pc_only {
		display: none!important;
	}
	.smb {
		margin-right: -11px;
		margin-left: -11px;
	}
	.smb .smb-cmn-inner {
		padding-right: 11px;
		padding-left: 11px;
	}
	.smb .smb-bg-color4 {
		background: none;
	}

	/* 下層MV */
	.smb.prob .smb-mv h1,
	.smb.indu .smb-mv h1,
	.smb.wsre .smb-mv h1 {
		height: auto;
		margin-top: 0;
	}

	/* navi*/
	.smb .smb-menu {
		margin-top: 0;
	}
	.smb.top .smb-menu {
		margin-top: 10px;
	}
	.smb .smb-menu-list {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.smb .smb-menu-item {
		font-size: 12px;

		-webkit-flex: 1 1 33%;
		        flex: 1 1 33%;
	}
	.smb .smb-menu-icon {
		display: none;
	}
	.smb .smb-menu-mark {
		font-size: 10px;
	}
	.smb .smb-menu-item > a {
		min-height: 65px;
		padding: 5px 0;
	}
	.smb .smb-menu-item > a::before {
		border-width: 4px 0 4px 6.9px;
	}
	.smb .smb-btn {
		font-size: 16px;
		width: 80%;
		margin: 0 auto 30px;
		padding: 20px;
		border-radius: 15px;
	}
	.smb .smb-btn-arrow {
		left: 10px;
		width: 18px;
		height: 18px;
	}

	/* tab切り替え */
	.smb .smb-tab-menu {
		margin: 25px 19px 0;
		padding-bottom: 35px;

		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.smb .smb-tab-menu a {
		margin: 0 0 20px;
	-webkit-flex-basis: 48%;
	        flex-basis: 48%;
	        flex-basis: calc( (100% - 10px) / 2);
	        box-shadow: 0 2px rgba(0,0,0,.2);
	        min-height: 64px;
	}
	.smb .smb-tab-item {
		font-size: 14px;
	}



	.smb .smb-service-list {
		display: block;
	}
	.smb .smb-service-item {
		margin: 0 19px 25px;
	}
	.smb .smb-service-item a,
	.smb .smb-service-item a::after {
		border-radius: 10px;
	}
	.smb .smb-service-item a {
		padding: 0 10px 30px;
	}
	.smb .smb-service-item-top {
		margin: 0;
	}
	.smb .smb-service-item-ttl {
		font-size: 15px;
		flex: 0 0 60%;
	}
	.smb .smb-service-item-bg {
		flex: 0 0 40%;
	}
	.smb .smb-service-item-bg::before {
		padding-top: 70%;
	}
	.smb .smb-service-item-img {
		margin-bottom: 5px;
	}
	.smb .smb-service-item-txt,
	.smb .smb-service-item-txt-w {
		font-size: 11px;
		margin-left: 25px;
	}
	.smb .smb-service-item-txt-w {
		margin-left: 10px;
	}
	.smb .smb-service-item-more {
		font-size: 11px;
		margin-top: 5px;
	}
	.smb .smb-service-item-txt::before,
	.smb .smb-service-item-txt-w::before {
		top: 6px;
		left: -13px;
		width: 10px;
		height: 10px;
	}
	.smb .smb-service-item-more .smb-btn-arrow {
		left: -17px;
		margin-top: 0;
	}
	.smb .smb-service-item-more .smb-btn-arrow svg {
		width: 62%;
	}
	.smb .smb-service-foot a {
		font-size: 14px;
	}
	.smb .smb-service-foot {
		padding-bottom: 50px;
	}
	.smb .smb-service-cont {
		margin-bottom: 20px;
	}
	.smb .smb-service-cont-lead {
		margin-bottom: 30px;
		padding-top: 50px;
		font-size: 24px;
		border-width: 3px;
	}
}
@media screen and (-ms-high-contrast:none) and (max-width: 767px) {
	.smb .smb-tab-menu a {
		flex-basis: 45%!important;
	}
}