@charset 'UTF-8';

/* 調整
----------------------------------------------- */
.img-mv__contents--button a,
.page-nav__list--item a,
.contactUsButton a,
.relation-contents__item--button a{
	color: #FFF !important;
}

.link_component a:after {
	margin-left: 0;
}

/* 共通
----------------------------------------------- */
.only-sp{
	display:none;
}
@media screen and (max-width: 480px) {
	.only-pc{
		display:none;
	}
	.only-sp{
		display:block;
	}
}

/*丸アールなどの文字色が変わらない対策*/
sup{
	color:inherit;
}

/*小見出し*/
.sec-txt-head{
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	margin-top:30px;
}

/*本文*/
.sec-txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.44;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.sec-txt {
		font-size: 16px;
		line-height: 1.5;
	}
}

/*画像*/
.img_wrap{
	width:100%;
	text-align:center;
	margin:30px 0 0;
}
.img_wrap img{
	max-width:100%;
}
@media screen and (max-width: 767px) {
	.img_wrap img{
		max-width:100%;
	}
}

/* MV チェックボックス
----------------------------------------------- */
.head-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-top: 1.0em;*/
	margin-top: 2.0em;
}

.head-checkbox>li {
	color: #cc0033;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	margin-right: 2.25em;
	margin-bottom: 0.5em;
}

.head-checkbox>li:last-of-type {
  margin-right: 0;
}

.head-checkbox>li::before {
	background-image: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/img/ico_head_checkbox.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 18px;
	margin-right: 0.25em;
}

/* たとえば
----------------------------------------------- */
.example-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:calc((100% - 40px) / 2);
}
.example-item-img {
	width:34%;
}
.example-item-img img {
	width:100%;
}
.example-item-group {
	width:63%;
}
.example-item-ttl{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
	margin-left: 25px;
}
.example-item-ttl::before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 24px;
	background-image: url(/content/dam/nttcom/hq/jp/business/services/sansan_pc/img/icon_arrow_02.gif);
	background-size: contain;
	vertical-align: middle;
	margin-top:-5px;
	margin-left: -25px;
	margin-right:8px;
}
.example-item-txt {
	font-size: 18px;
	color: #6c6c6c;
}
@media screen and (max-width: 767px) {
	.example-item {
		width:100%;
		margin-bottom:30px;
	}
	.example-item-ttl{
		font-size: 18px;
	}
	.example-item-txt {
		font-size: 16px;
	}
}

/* 解決できること
----------------------------------------------- */
.solve-list {
	max-width: 610px;
	margin: 90px auto 0;
}
.solve-item {
	display: flex;
	margin: 40px 0;
}
.solve-item:last-child {
	margin-bottom: 0;
}
.solve-item-img {
	width:150px;
	text-align:center;
}
.solve-item-group {
	padding-left: 30px;
	/*width:calc(100% - 150px);*/
}
.solve-item-ttl {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #c03;
}
.solve-item-txt {
	font-size: 18px;
	color: #6c6c6c;
}
@media screen and (max-width: 767px) {
	.solve-list {
		margin: 0 auto;
	}
	.solve-item {
		display: block;
		margin: 40px 0;
	}
	.solve-item:last-child {
		margin-bottom: 0;
	}
	.solve-item-img {
		max-width: 120px;
		margin: auto;
	}
	.solve-item-group {
		width:100%;
		padding-left: 0;
	}
	.solve-item-ttl {
		font-size: 19px;
		line-height: 1.4;
		text-align: center;
		margin: 10px 0;
	}
	.solve-item-txt {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* 選ばれる理由
----------------------------------------------- */
.sp-block{
	display:none;
}
@media screen and (max-width: 767px) {
	.pc-block{
		display:none;
	}
	.sp-block{
		display:block
	}
}

.reason-list {
	max-width: 695px;
	margin: auto;
}
.reason-item {
	display: flex;
	margin: 40px 0;

	align-items: center;
	cursor: inherit;
}
.reason-item:last-of-type {
	margin-bottom: 0;
}
.reason-item-img {
	flex: 0 1 152px;
}
.reason-item-group {
	padding-left: 20px;

	flex: 1 0 528px;
}
.reason-item-ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #c03;
	margin-bottom: 12px;
}
.reason-item-lead {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.reason-item-txt {
	font-size: 18px;
	color: #6c6c6c;
}
.aco-cont,
.aco-check{
	display:none;
}

@media screen and (max-width: 767px) {
	.reason-list {
		margin-top: -15px;
	}
	.aco-btm {
		margin: 0 -11px;
		border-bottom: 1px solid #ddd;
	}
	.reason-item {
		position: relative;
		display: flex;
		margin: 0 -11px;
		padding: 15px 42px 15px 11px;
		border-top: 1px solid #ddd;
	}
	.reason-item::after,
	.reason-item::before {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 16px;
		height: 2px;
		content: '';
		transform: translateY(-50%);
		background: #6c6c6c;
	}
	.reason-item::before {
		transition: transform .5s;
		transform: translateY(-50%) rotate(-90deg);
	}
	.aco-check:checked + .aco-label.reason-item::before {
		transform: translateY(-50%) rotate(0);
	}
	.reason-item:nth-of-type(1) {
		border-top: none;
	}
	.reason-item-img {
		flex: 0 0 80px;
		flex-basis: 21.33vw;
	}
	.reason-item-group {
		padding-left: 15px;

		flex: 1 1 auto;
	}
	.reason-item-ttl {
		font-size: 17px;
	}
	.reason-item-lead {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.reason-item-txt {
		font-size: 14px;
		line-height: 1.5;
		position: relative;
		top: -7px;
		margin-bottom: 8px!important;
	}
	.aco-cont {
		display: block;
		visibility: hidden;
		height: 0;
		margin: 0 -11px;
		padding: 0 11px;
		transition: .5s;
		opacity: 0;
	}
	.aco-check:checked + .aco-label + .aco-cont {
		visibility: visible;
		height: auto;
		opacity: 1;
	}
}

/* 料金テーブル
----------------------------------------------- */
.table-cmn,
.table-cmn th,
.table-cmn td {
	border: none;
}

.table-cmn.original-style {
	width: 100%;
	border-collapse: separate;
	border-bottom: 2px solid #ddd!important;
	border-right: 2px solid #ddd!important;
	color: #333;
}
.table-cmn.original-style th {
	background-color: #33a09b!important;
	/*text-align: center;*/
	vertical-align:middle;
	color:#fff!important;
}

.table-cmn.original-style th,
.table-cmn.original-style td {
	font-size:18pt;/*ポイント指定*/
	line-height:1.4;
	vertical-align:middle;
	border-top: 2px solid #ddd!important;
	border-left: 2px solid #ddd!important;
}
@media screen and (max-width: 767px) {
	.table-cmn.original-style th,
	.table-cmn.original-style td {
		font-size:14pt;/*ポイント指定*/
	}
}

/* お問い合わせ
----------------------------------------------- */
.contact-item a{
	color: #326664 !important;
}

.contact-list {
	max-width: 695px;
	margin: auto;
}
.contact-item {
	padding: 20px;
	text-align: center;
	border: 3px solid #ddd;
}
#tel {
	padding-top: 50px;
	margin-top: -50px;
}
#tel + .contact-item {
	margin-top: 30px;
}
.contact-item-ttl {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 10px;
}
.contact-mail-btn {
	max-width: 460px;
	height: 54px;
	margin: auto;
}
.contact-mail-btn button {
	font-size: 20px;
	line-height: 54px;
	position: relative;
	transition: box-shadow .5s;
	color: #fff;
	background: #c03;
}
.contact-mail-btn button:hover {
	box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
}
.contact-mail-btn .ico-cmn-btn {
	right: 20px;
	left: auto;
}
.contact-tel-txt1 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
}
.contact-tel-txt2 {
	margin: 5px 0 0;
	font-size:14px;
}
.contact-tel-txt2 span {
	font-size: 13px;
}
.contact-tel-group {
	display: flex;

	justify-content: center;
	align-items: center;
}
.contact-tel-num {
	font-family: Helvetica , Arial, sans-serif;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
	margin: 0 5px;
}
.contact-tel-mark {
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px;
	padding: 3px 6px;
	color: #fff;
	background: #c03;
}

@media screen and (max-width: 767px) {
	.contact-item {
		padding: 15px 8px;
		border-width: 1px;
	}
	#tel {
		padding-top: 0;
		margin-top: 0;
	}
	#tel + .contact-item {
		margin-top: 10px;
	}
	.contact-item-ttl {
		font-size: 18px;
		margin: 8px 0;
	}
	.contact-mail-btn {
		max-width: 300px;
		height: 40px;
	}
	.contact-mail-btn button {
		font-size: 17px;
		line-height: 40px;
	}
	.contact-mail-btn .ico-cmn-btn {
		right: 20px;
		left: auto;
	}
	.contact-tel-txt1 {
		font-size: 13px;
	}
	.contact-tel-txt2 {
		font-size: 10px;
		margin: 5px 0 0;
	}
	.contact-tel-txt2 span {
		font-size: 10px;
		display: block;
	}
	.contact-tel-num {
		font-size: 31px;
		margin: 0 3px 0 0;
	}
	.contact-tel-mark {
		font-size: 9px;
		margin: 0 0 0 3px;
		padding: 2px 3px;
	}
}