@charset "utf-8";

/*---------------------------------

	COTOHA Voice DX Basic

@media screen and (max-width: 768px){}
@media screen and (max-width: 480px){}

---------------------------------*/

article p,
article ul{ line-height: 1.5; }

/*---------------------------------
	お問い合わせなどのボタン
---------------------------------*/
/*角丸*/
.apply_btn{
	position: relative;
	width:100%;
	padding:10px 20px;
	text-align: center;
	line-height: 1.25;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}
/*赤ボタン*/
.online_btn{
	background: #ffd601!important;/*赤#CF1E1Eを黄色に*/
	border: 2px solid #000000!important;/*臙脂600000を紺に*/
	text-decoration: none;
	color: #000000!important;/*白FFFFを紺に*/
}
.online_btn:hover{
	background: #D64040;/*薄赤*/
}
/*赤ボタン　くの字*/
.online_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #fff; */
	/* border-right: .13em solid #fff; */
	border-top: .13em solid #000000!important;
	border-right: .13em solid #000000!important;
	transform: rotate(45deg);
}
/*黄ボタン*/
.request_btn{
	background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
	border: 2px solid #000000!important;/*青#004386;から臙脂に*/
	text-decoration: none;
	color: #FFFFFF!important;/*紺#004386;を白に*/
}
.request_btn:hover{
	background: #cc023a!important;/*薄黄#fdea8aを薄赤に*/
}
/*黄ボタン　くの字*/
.request_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #004386; */
	/* border-right: .13em solid #004386; */
	border-top: .13em solid #fff!important;
	border-right: .13em solid #fff!important;
	transform: rotate(45deg);
}
/*下部問い合わせ(黄大)*/
.request_btn.btmcontact_bt {
	font-size:22px;
	padding:15px 20px;
}
/*下部問い合わせ(黄大)　くの字*/
.request_btn.btmcontact_bt:after{
	width: .4em;
	height: .4em;
}
/*追従ボタン*/
.js-contact_bt_1,
.js-contact_bt_2{
	font-weight:bold;
}
/*---------------------------------
	ボタンエリア
---------------------------------*/
/*問い合わせ*/
.apply_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
/*分割なし*/
.apply_area .full{
	width: 100%;
}
/*2分割*/
.apply_area .half{
	width: 49%;
}
/* TBSP */
@media only screen and (max-width: 768px){
	.apply_area .full{
		width: 100%;
	}
	.apply_area .half{
		width: 100%;
		margin-bottom:20px;
	}
}


/*---------------------------------
	フッタリンク
---------------------------------*/
.footwidth{
	width:1260px;
	margin: 50px auto;
}
.footlink{
	border-top: solid 2px #05397c;
	text-align: center;
}
 
.footlink ul li{
	display:inline;
	font-size: 1.1em;
	padding-left: 15px;
	padding-right: 15px;
}
.footlink ul li.bdr{
	color:#777777;
	padding-left: 0px;
	padding-right: 0px;
}
.footlink ul li.nbd{
		border-left: none;
}
.footlink ul li.on{
		background-color: #004386;
}
.footlink ul li.on a{
	color:#FFF;
	}

/*TBSP*/
@media only screen and (max-width: 768px){
	.pc{
		display:none !important;
	}
	.footwidth {
		width: 100%;

	}
	.footlink{
		border-top: solid 2px #05397c;
		text-align: center;
	}
	.footlink ul li{
		display:inline;
		font-size: 1.1em;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footlink ul{
		margin:0;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}
	.footlink ul li{
		display:block;
		width:100%;
		text-align: left;
		line-height: 1.5;
	}
	.footlink ul li a:before {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-vdxb/img/icon_right_arrow.png);
		margin-right: 10px;
	}
	.footlink ul li.on{
		display:block;
		width:90%;
		background-color: #004386;
		border-left: none;
	}
	.footlink ul li.on a{
		color:#FFF;
	}
	.footlink ul li.on a:before {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-vdxb/img/icon_right_arrow_w.png);
	}
}


/*---------------------------------
	トップ
---------------------------------*/
h1 span{
	font-size: 30px;
}


/*---------------------------------
	トップ左エリア
---------------------------------*/
/*サービスロゴ*/
.servicelogo{
	width:100%;
}
.servicelogo img{
	max-width:100%;
	height: auto;
}

/*アワード*/
.award{
	border: 3px solid #edb73c;
	margin: 30px 0;
	padding: 15px 10px 18px 10px;
	line-height: 1.5em;
	font-size: 14px;
	background-color:#FFF;
	overflow:hidden;
}
.award img{
	float:left;
	margin-right:10px;
	margin-left:10px;
	width: 105px;
}
.award p{
	color:#bc0505;
	font-size:18px;
	font-weight:bold;
}
.servicelogo img {
	height: 100px;
}
@media screen and (max-width: 768px){
	.servicelogo img {
		height: auto;
	}
	.award{
		padding: 10px;
	}
	.award img{
		width:120px;
		margin:0 10px 0 0;
	}
}
/*PR*/
.pr_area{margin: 30px 0;padding: 15px 20px;line-height: 1.5em;font-size:16px;color: #fff;background:  #004386;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
.pr_area h3{
	font-size:20px;
	font-weight:bold;
	color: #fff;
	margin:0 0 5px 0;
}
.pr_area p{
	margin:0;
}

/*---------------------------------
	タブコンテンツ幅
---------------------------------*/
.tabwidth{
	width: 980px;
	margin:0 auto;
}
@media screen and (max-width: 768px){
	.tabwidth {
		width: 100%;
	}
}


/*---------------------------------
	サービス概要
---------------------------------*/
.overview h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

figure img{
	background: #fff;
}
/*図表*/
figure.chart{
	width:100%;
	text-align:center;
}
figure.chart img{
	max-width:100%;
}

/*こんなお悩みありませんか？*/
.sharebox{
	margin-top:85px;
}
.sharebox p.title{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;;
}
.sharebox dl{
	padding: 20px 110px;
}
.sharebox dt {
	float: left;
	padding: 5px;
	vertical-align: middle;
	height: 30px;
}
.sharebox dt img{
	padding-top: 6px;
}
.sharebox dd {
	margin-left: 30px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	margin-top: 5px;
	height: 45px;
	font-size: 1.2em;
}
.sharebox .uparea,.sharebox .lowarea{
	background-color: #d7e5f4;
	overflow: hidden;
}
.sharebox .uparea .inner{
	background-color: #fff;
	margin: 40px 40px 0 40px;
}
.sharebox .lowarea .inner{
	background-color: #fff;
	margin: 40px;
	padding: 10px 20px;
	/*width: 100%;*/
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.sharebox_title {
	width: 980px;
	padding: 9px 0 2px;
	background-color: #255997;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.sharebox_title span{
	font-size:1.5em
}
.sharebox_title:after {
	content: "";
	position: relative;
	top: 16px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #255997 transparent transparent transparent;
}
.sharebox .lowbox{
	width:48%;
	margin:10px 0;
}
.sharebox .lowbox p{
	font-size:15px;
	margin:0;
}
.sharebox .lowbox p span{
	font-weight:bold;
	font-size:16px;
}
/*SP*/
@media screen and (max-width: 480px){
	.sharebox{
		margin-top:70px;
	}
	.sharebox p.title{
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
	}
	.sharebox dl{
		padding: 20px 10px;
	}
	.sharebox dt {
		float: left;
		padding: 5px;
		vertical-align: middle;
		height: 30px;
	}
	.sharebox dt img{
		padding-top: 6px;
	}
	.sharebox dd {
		margin-left: 30px;
		font-weight: bold;
		line-height: 1.4em;
		padding: 5px;
		margin-top: 5px;
		font-size: 1em;
		height:auto;
	}
	.sharebox .uparea,.sharebox .lowarea{
		background-color: #d7e5f4;
		overflow: hidden;
	}
	.sharebox .uparea .inner{
		background-color: #fff;
		margin: 20px 20px 0 20px;
	}
	.sharebox .lowarea .inner{
		background-color: #fff;
		margin: 20px;
		padding: 10px 20px;
		overflow: hidden;
	}
	.sharebox_title {
		width: 100%;
		padding: 9px 0 2px;
		background-color: #255997;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	.sharebox_title span{
		font-size:1.5em
	}
	.sharebox_title:after {
		content: "";
		position: relative;
		top: 17px;
		left: 50%;
		margin-left: -15px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #255997 transparent transparent transparent;
	}
	.sharebox .lowbox{
		width:100%;
	}
}

/*利用シーン*/
.meritarea{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.meritbox{
	width:32%;
	text-align: center;
	padding:10px;
	border: 2px solid #cecece;
}
.meritbox:hover{
	border:2px solid #004386;
}
.meritbox p{
	font-size: 17px;
	font-weight: bold;
	color: #004386;
	margin:0;
}
.meritbox img{
	width:100%;
	text-align:center;
}
/*SP*/
@media screen and (max-width: 480px){
	.meritbox{
		width:100%;
		margin: 10px 0;
	}
}

/*詳しく見るボタン　エリア*/
.detail_btn_area{
	margin:20px 0 30px 0;
}
/*詳しく見るボタン*/
.detail_btn{
	position: relative;
	width:225px;
	padding:10px 20px;
	text-align: center;
	line-height: 1.25;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	background: #004386;/*青*/
	text-decoration: none;
	color: #FFFFFF;
	margin:0 0 0 auto;
	}
.detail_btn:hover{
	background: #176abc;/*薄青*/
}
/*詳しく見るボタン　くの字*/
.detail_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	border-top: .13em solid #fff;
	border-right: .13em solid #fff;
	transform: rotate(45deg);
}


/*---------------------------------
	特長／メリット
---------------------------------*/
.anc h3 {
	font-weight: bold;
}

/*ポイント 見出し*/
.point_titlearea {
	overflow: hidden;
	border-bottom: solid 3px #214a7b;
	padding-bottom: 2px;
}
.point_box {
	width: 190px;
	height: 40px;
	background-color: #214a7b;
	color: #FFF;
	float: left;
	font-size: 1.2em;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fs15em {
	font-size: 1.5em;
}
.point_title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0;
}
/*TBSP*/
@media only screen and (max-width: 768px) {
	.point_box {
		width: 100%;
	}
	.point_title {
		height: auto;
		margin-top: 5px;
		line-height:1.3em;
		margin-bottom: 5px;
	}
}
/*ポイント コンテンツ*/
.point_contentsarea{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.point_fig{
	width: 420px;
	margin:20px 0;
}
.point_fig img{
	width:100%;
}
.point_txt{
	width: 530px;
	margin:20px 0;
}
.point_txt ul{
	margin:0;
}
@media only screen and (max-width: 768px) {
	.point_fig,
	.point_txt{
		width: 100%;
	}
	.point_txt{
		margin: 0;
	}
}


/*---------------------------------
	利用シーン
---------------------------------*/
/*ビフォーアフター*/
.beforeAfter_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.beforeAfter_area .beforeAfter_box{
	width: 48%;
	padding: 2px;
	margin:20px 0;
	border: solid 1px #ccc;
	background: #fff;
}
.beforeAfter_area .beforeAfter_triangle{
	width: 4%;
	align-self:center;
}
/*PC時 右向き三角*/
.beforeAfter_area .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #ebebeb;
	margin:0 auto;
}
/*SP*/
@media only screen and (max-width: 768px) {
	.beforeAfter_area .beforeAfter_box,
	.beforeAfter_area .beforeAfter_triangle{
		width: 100%;
	}
	/*SP時 下向き三角*/
	.beforeAfter_area .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #ebebeb transparent transparent transparent;
	}
}
.beforeAfter_area .beforeAfter_box .beforeAfter_fig{
	text-align:center;
}
.beforeAfter_area .beforeAfter_box .beforeAfter_fig img{
	width:100%;
	padding: 25px 12px 10px;
}
.beforeAfter_area .beforeAfter_box ul{
	margin:0;
	padding:1em 1em 1em 2em;
}
.title_before{
	background-color: #e3e3e3;
	margin: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0;
}
.title_after{
	background-color: #eaf5fc;
	margin: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0;
}
#case11 .beforeAfter_fig figure {
	height: 278px;
	display: table-cell;
	vertical-align: middle;
}
#case13 .beforeAfter_fig figure {
	height: 301px;
	display: table-cell;
	vertical-align: middle;
}

/*---------------------------------
	料金
---------------------------------*/
table{
	width:100%;
	background: #fff;
}
table caption{
	display:none;
}


/*---------------------------------
	よくあるご質問
---------------------------------*/
/*ページ内リンク*/
.internal_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.internal_area .internal_box{
	width: auto;
	margin:10px 20px;
}
@media screen and (max-width: 480px) {
	.internal_area .internal_box{
		width: 100%;
		margin:10px 0;
	}
}
/*三角付きリンク*/
.internal_txt{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
}
.internal_txt::before,
.internal_txt::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.triangle_under::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #004386;
}
.triangle_under::after{
	top:6px;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
}
.internal_txt span{
	padding-left:0.5em;
}
.internal_txt span:hover {
	opacity:.75;
}

/*アコーディオン Qテキスト*/
.qa h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.q_num {
	font-size: 18px;
	float: left;
}
.q_txt {
	font-size: 18px;
	margin-left: 2.5em;
}

/** ========================================
* アンカーナビ
* ====================================== */

main .anchor-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

main .anchor-nav ul li {
	margin-right: 10px;
	max-width: 360px;
	width: 32.727%;
}

main .anchor-nav ul li:last-of-type {
	margin-right: 0;
}

main .anchor-nav ul li a {
	border: solid 1px #09357f;
	color: #09357f;
	-webkit-display:  flex;
	display:  flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 700;
	padding: 14px 0;
	position: relative;
	text-align: center;
}

main .anchor-nav ul li a::after {
	border: 0px;
	border-right: solid 2px #09357f;
	border-top: solid 2px #09357f;
	content: '';
	height: 6px;
	right: 20px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 6px;
}
main .anchor-nav ul li a:hover {
	color: #fff;
	background: #09357f;
}
main .anchor-nav ul li a:hover::after {
	border-color: #fff;
}

@media screen and (max-width: 768px) {
	main .anchor-nav ul {
		flex-direction: column;
	}

	/* main .anchor-nav ul li {
		width: 100%;
	} */

	main .anchor-nav ul li:nth-of-type(1) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	main .anchor-nav ul li:nth-of-type(1),
	main .anchor-nav ul li:nth-of-type(2) {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#case11 .beforeAfter_fig figure,
	#case13 .beforeAfter_fig figure {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	main .anchor-nav ul li {
		margin: 0 auto 15px;
		width: 100%;
	}

	main .anchor-nav ul li:last-of-type {
		margin-top: 0;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 0;
	}

	main .anchor-nav ul li a {
		width: 100%;
	}
}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*MV調整*/
@media screen and (min-width: 769px){
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap{
		width:57% !important;
		min-height:auto !important;
	}
	.wrapper .p-facade .p-facade__wrap .p-facade__title .head-lead {
		margin-top: 0.5em !important;
		margin-bottom: 0 !important;
	}
	.p-facade__button {
		margin: 10px 0 0 !important;
	}
	.freecall__wrap__nocolum {
		margin-top: 15px !important;
		margin-bottom:0 !important;
	}
}
@media screen and (max-width: 834px){
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap .p-facade__button {
		height: auto !important;
	}
}

/*パートナー企業を募集中*/
.free-space_inner{
	padding:10px 50px  !important;
}
.partner{
	display:inline-block;
	padding:10px 20px;
	border:3px solid #FFC000;
	border-radius:10px;
	background:#FFFFFF;
}
.partner h4{
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:0;
}
.partner p{
	color:#CC0000;
	font-size:14px;
	line-height:1.5;
	margin:0;
}
.free-space_outer{
	background:#F2F2F2;
}