@charset "utf-8";

/*---------------------------------
etc/designs/nttcom/hq/jp/business/services/voice-visual-communication/business-support/smartvlive/css/smartvlive.css
---------------------------------*/
@media only screen and (max-width: 768px){
	.pc{
		display:none !important;
	}
}
.link_component a:after {
	content: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png) !important;
	margin-left: 10px;
}

div.sean_detail.link_component a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png) !important;
	margin-left: 10px;
}


/*タブ内コンテンツ幅*/
.tabwidth {
	width: 980px;
	margin: 0 auto;
	background-color:#FFF;
}
@media only screen and (max-width: 768px){
	.tabwidth {
		width: 100%;
	}
}
table caption{
    display: none;
}
.footwidth{
	width:1260px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px){
	.footwidth {
		width: 100%;
	}
}

/*フッタリンク*/
.footlonk{
	border-top: solid 2px #05397c;
	text-align: center;
}

.footlonk ul li{
	display:inline;
	font-size: 1.1em;
	padding-left: 15px;
	padding-right: 15px;
}
.footlonk ul li.bdr{
	color:#777777;
	padding-left: 0px;
	padding-right: 0px;
}
.footlonk ul li.nbd{
		border-left: none;
}

.footlonk ul li.on{
		background-color: #004386;
}

.footlonk ul li.on a{
	color:#FFF;
	}

@media only screen and (max-width: 768px){
	.footlonk{
		border-top: solid 2px #05397c;
		text-align: center;
	}
	.footlonk ul li{
		display:inline;
		font-size: 1.1em;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footlonk ul{
		margin:0;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}
	.footlonk ul li{
		display:block;
		width:90%;
		text-align: left;
		line-height: 1.5;
	}
	.footlonk ul li a:before {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow.png);
		margin-right: 10px;
	}
	.footlonk ul li.on{
		display:block;
		width:90%;
		background-color: #004386;
		border-left: none;
	}
	.footlonk ul li.on a{
		color:#FFF;
		}
	.footlonk ul li.on a:before {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png);
	}
}
/*h1サブ*/
.tlfsize{
	font-size:26px;
}
/*上部問い合わせ*/
.topcontact_bt {
	width: 320px;
	height: 45px;
	text-align: center;
    background: #cc023a!important;
	border: 2px solid #000000;
	padding: 12px 20px 12px 20px;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	float: left;
	position: relative;
}

.topcontact_bt a {
	text-decoration: none;
    color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topcontact_bt a:hover{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fdea8a;
}
.topcontact_bt a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/application/mail-groupware/gsuite/img/icon_right_arrow_w.png);
	margin-left: 10px;
}
@media only screen and (max-width: 768px){
	.topcontact_bt {
		width: 100%;
		height: 45px;
		text-align: center;
		background: #ffd601;
		border: 2px solid #000000;
		padding: 12px 20px 12px 20px;
		font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
		position: relative;
		margin-bottom: 30px;
	}
	.topcontact_bt a {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		padding-top: 12px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.topcontact_bt a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/application/mail-groupware/gsuite/img/icon_right_arrow_w.png);
		margin-left: 10px;
	}
}

/*下部問い合わせ*/
.btmcontact_bt {
	width: 440px;
	height: 65px;
	text-align: center;
	font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
	float: left;
	position: relative;
    background: #cc023a!important;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-image: initial;
	padding: 12px 20px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btmcontact_bt a {
	text-decoration: none;
    color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 13px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btmcontact_bt:hover{
	background: #fdea8a;
}
.btmcontact_bt a span {
	line-height: 38px;
}
.btmcontact_bt a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/cloud/rental-server/biz/img/icon_right_arrow_b_wh.png);
	position: absolute;
	top: 22px;
	margin-left: 15px;
}
@media only screen and (max-width: 768px){
	.btmcontact_bt {
		width: 90%;
		margin: 0 auto;
		height: 65px;
		text-align: center;
		font-family: FrutigerNeueLTW10-Bold,Frutiger Neue W01 Bd,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
		box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
		position: relative;
    background: #cc023a!important;
		border-width: 2px;
		border-style: solid;
		border-color: #000000;
		border-image: initial;
		border-radius: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.btmcontact_bt a {
		text-decoration: none;
    color: #FFFFFF;
		font-size: 22px;
		font-weight: bold;
		padding-top: 13px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.btmcontact_bt a span {
		line-height: 38px;
	}
	.btmcontact_bt a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/cloud/rental-server/biz/img/icon_right_arrow_b_wh.png);
		position: absolute;
		margin-left:20px;
		top: 22px;
	}
}

/*ビフォーアフター*/
.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%;
	margin:20px 0;
	background: #fff;
}
.beforeAfter_box.before{
	border: solid 2px #505050;
}
.beforeAfter_box.after{
	border: solid 2px #004386;
}
.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: #505050;
	color:#FFF;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0;
}
.title_after{
	background-color: #004386;
	color:#FFF;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0;
}

/*特長メリット*/
.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;
	text-align:left;

}
.meritbox img{
	width:100%;
	text-align:center;
}
/*SP*/
@media screen and (max-width: 480px){
	.meritbox{
		width:100%;
		margin: 10px 0;
	}
}

/*詳しく見るボタン*/
.sean_detail {
	width: 225px;
	background-color: #004386;
	padding: 20px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #063796;
	display: block;
	position: relative;
	cursor: pointer;
	float: right;
	overflow:hidden;
}
.sean_detail:hover{
	background-color:#176abc;
}
.sean_detail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top:12px;
	color:#FFF;
}
.link_component a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png);
	margin-left: 10px;
}

div.sean_detail.link_component a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png) !important;
	margin-left: 10px;
}
@media only screen and (max-width: 768px){
	.sean_detail {
		width: 225px;
		background-color: #004386;
		padding: 30px 0;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #063796;
		display: block;
		position: relative;
		cursor: pointer;
		float: right;
		overflow:hidden;
	}
	.sean_detail:hover{
		background-color:#176abc;
	}
	.sean_detail a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top:16px;
			color:#FFF;
	}
	.link_component a:after {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png);
		margin-left: 10px;
	}

	div.sean_detail.link_component a:after {
		content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png) !important;
		margin-left: 10px;
	}
}

/*---------------------------------
	特長メリット
---------------------------------*/
/*ポイント 見出し*/
.point_titlearea {
	overflow: hidden;
	border-bottom: solid 3px #214a7b;
	padding-bottom: 2px;
}
.point_box {
	width: 120px;
	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: 300px;
	margin:20px 0;
}
.point_fig img{
	width:100%;
}
.point_txt{
	width: 650px;
	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;
	}
}

/*---------------------------------
	料金
---------------------------------*/
.charge{
	width:980px;
	line-height:140%;
}
.charge th{
	font-weight:bold;
	text-align:center;
}
.charge th,
.charge td{
	text-align:center;
	vertical-align:middle;
}
.charge_head01{
	width:5%;
}
.charge_head02{
	width:17%;
}
.charge_body{
	width:26%;
}
/*注釈*/
ul.asterisk {
	padding:1em;
}
ul.asterisk li {
	list-style-type: none;
	text-indent: -1em;
}
ul.asterisk li:before {
	display: inline;
	content: "※ ";
}

/*---------------------------------
さまざまなシーンで
---------------------------------*/
.f-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.f-box{
	width: 24%;
	margin-bottom:15px;
}
@media only screen and (max-width: 768px){
	.f-box{
		width: 49%;
	}
}
@media only screen and (max-width: 480px){
	.f-box{
		width: 100%;
	}
}
.f-box p {
	background-color: #004386;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	margin:0;
}
.f-box img {
	width:100%;
	border:1px solid #CCC;
	border-top:none;
}

/*---------------------------------
タブ よくあるご質問
---------------------------------*/
.inpage_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.inpage_area .inpage_box{
	width: 30%;
	padding: 2px;
	margin:20px 0;
	border: solid 1px #ccc;
}
/*ページ内リンク*/
.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;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
}
.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テキスト*/
.q_num{
	float: left;
}
.q_txt{
	margin-left: 2.5em;
}

/*---------------------------
動画
---------------------------*/
.mov_area {
	width:640px;
	margin:0 auto;
	text-align:center;
}
@media only screen and (max-width: 768px){
	.mov_area {
		width:100%;
	}
}
.mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*視聴開始ボタン*/

.play-btn{
	margin:0 auto;
	position: relative;
	width:150px;
	padding:12px;
	text-align: center;
	color: #FFFFFF;
	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);
	background-color:#004386;
	border:none;
}
.play-btn:hover{
	opacity:.7;
}
/*inputのiPhoneスタイルを消去*/
input{
-webkit-appearance: none;
}

/*---------------------------
動作環境
---------------------------*/
.accordion_contents .usage_area{
	background:#FFF;
	padding:20px;
	font-size:16px;
	line-height:1.5;
	margin:0 0 10px 0;
}
.accordion_contents .usage_area h4{
	font-size:16px;
	font-weight:bold;
	background-color:#f5f5f5;
	padding:5px 10px;
	margin:15px 0;
}
.accordion_contents .usage_area h5{
	font-size:16px;
	font-weight:bold;
	margin:1em 1em 0 1em;
}
.accordion_contents .usage_area h4 + p {
	margin-left:1em;
}
@media only screen and (max-width: 768px){
	.accordion_contents .usage_area h4 + p {
		margin-left:0;
	}
}

/*---------------------------
※マークリスト
---------------------------*/
ul.mark-list {
	margin: 0;
	padding: 0
}
ul.mark-list li {
	list-style: none;
	font-size:14px;
	line-height:1.5;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/*---------------------------
PDF資料ダウンロード
---------------------------*/
.document-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	border:1px solid #004386;
	padding:25px 35px;
	background-color:#eaf5fc;
}
@media only screen and (max-width: 480px){
	.document-wrap{
		padding:15px 15px 30px;
	}
}
.document-ttl{
	width: 100%;
}
.document-ttl h4{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}
.document-pic{
	width: 405px;
	text-align:center;
}
.document-txt{
	width: 455px;
}
@media only screen and (max-width: 768px){
	.document-pic,
	.document-txt{
		width: 100%;
	}
}
.document-pic img {
	max-width:100%;
}
.document-txt p {
	font-size: 17px;
	font-weight: bold;
	line-height:1.5;
	margin:0;
}

/*DLボタン*/
.document-btn-wrap{
	margin-top:30px;
	padding:0 10px;
}
@media only screen and (max-width: 480px){
	.document-btn-wrap{
		padding:0;
	}
}
.document-btn{
	margin:0 auto;
	position: relative;
	width:100%;
	max-width:435px;
	padding:20px 20px 20px 70px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.25;
	text-decoration:none;
	font-size:20px;
	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);
	background-color:#004386;
}
/*DLアイコン*/
.document-btn:before{
	position:absolute;
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin:0 0 0 -40px;
	background: url("/content/dam/nttcom/hq/jp/business/services/voice-visual-communication/business-support/smartvlive/img/document_icon_download.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.document-btn:hover{
	opacity:.7;
}
@media only screen and (max-width: 480px){
	.document-btn{
		padding:20px 20px 20px 60px;
	}
	.document-btn:before{
		margin:14px 0 0 -40px;
	}
}



/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */
.document-btn-wrap a{
	text-decoration:none;
}
.btmcontact_bt a:hover {
	color: #FFFFFF !important;
}
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn__link{
	font-size: 16px;
	padding: 15px;
	font-weight: bold;
}
.p-contact__item {
	padding: 50px 70px !important;
}
.p-contact-item__button {
	margin: 0 !important;
}
@media screen and (max-width: 480px){
	.p-contact__item {
		padding: 45px 24px !important;
	}
	.p-contact-item__button {
		margin: 0 !important;
	}
}
.footlonk a{
	color:#004386 !important;
}


/*---------------------------
2022/10
導入事例
---------------------------*/
.jirei_outer{
	border: 1px solid #ccc;
}
.jirei_outer h3{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	background-color:#004386;
	padding:10px 15px;
	margin:5px;
}
.jirei_inner_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
	padding:20px;
}
.jirei_inner_box01{
	width:236px;
}
.jirei_inner_box02{
	width:calc(100% - 236px - 40px);
}
@media screen and (max-width: 480px){
	.jirei_inner_box01,
	.jirei_inner_box02{
		width:100%;
	}
}
.jirei_inner_box01 img{
	max-width:100%;
	text-align:center;
	margin:52px 0;
}
@media screen and (max-width: 480px){
	.jirei_inner_box01 img{
		margin:0 0 20px;
	}
}
.jirei_inner_box02 h4{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
}
.jirei_inner_box02 dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jirei_inner_box02 dl dt {
	width:65px;
}
.jirei_inner_box02 dl dd{
	width:calc(100% - 65px);
}
@media screen and (max-width: 480px){
	.jirei_inner_box02 dl dd{
		width:100%;
	}
}
.jirei_inner_box02 dl dt p{
	background-color: #eaf5fc;
	padding: 10px 15px;
	line-height:1.2;
	text-align:center;
	margin:3px 0 10px;
}
.jirei_inner_box02 dl dd ul{
	margin:0 0 20px;
}

/*さまざまな*/
.use-scene-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.use-scene-box {
	width:48%;
	margin:0 0 40px 0;
	border:1px solid #CCC;
}
@media screen and (max-width: 480px){
	.use-scene-box {
		width:100%;
		margin:0 0 20px 0;
	}
}
.use-scene-box img{
	width:100%;
	display:block;
	margin:0;
}
.use-scene-box h4{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	background-color:#004386;
	padding:10px 15px;
	margin:0;
}
.use-scene-box p{
	margin:15px;
}
/*---------------------------
○○○を見るボタン
---------------------------*/
.more_detail {
	text-align:right;
}
.more_detail a{
	position: relative;
	display:inline-block;
	color:#FFF !important;
	padding: 15px 35px 15px 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	background-color: #004386;
	margin:0;
}
.more_detail a:hover{
	color:#FFF;
	opacity:.7;
}
.more_detail a:after{
	content:"";
	position:absolute;
	top:0;
	/*bottom:.1em;*/
	bottom:0;
	right:1em;
	margin:auto;
	width: .5em;
	height: .5em;
	border-top: .13em solid #FFF;
	border-right: .13em solid #FFF;
	transform: rotate(45deg);
}
/*---------------------------
アコーディオン内　流れ
---------------------------*/
.accordion_contents .usage_area ul.none-list{
	list-style-type: none;
	padding-left:1em;
}
.step_box {
  background-color: #FFF;
  padding: 20px;
  margin: 15px 0 0;
}
.step_box img {
	width:100%;
}
.specificationsSection .point_title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
	min-height: 35px;
	margin-top: 5px;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.specificationsSection .point_title {
		margin-top: 5px;
		line-height: 1.3em;
		height: auto;
		margin-bottom: 5px;
	}
}
/*---------------------------
FAQ
---------------------------*/
.faq ul.disc-list{
	list-style-type: disc;
}

/*---------------------------
2022/10
主な機能
---------------------------*/
.function_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.function_box{
	width:32%;
	margin:0 0 40px 0;
}
.function_box h4{
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	margin:10px 0;
}
.function_box p{
	font-size: 14px;
	margin:0;
}
.function_box img{
	width:100%;
	text-align:center;
}
/*SP*/
@media screen and (max-width: 480px){
	.function_box{
		width:100%;
		margin:0 0 20px 0;
	}
	.function_box:last-child{
		margin:0;
	}
}

/*---------------------------
料金テーブル
---------------------------*/
.charge_head01{
	width:13%;
}
.charge_head02{
	width:24%;
}
.charge_body{
	width:21%;
}
/*背景色*/
table.charge td{
	background: #F2F2F2;
	font-size:20px;
}
table.charge th {
	background: #4F81BD;
	color:#FFF;
}
table.charge th.blue {
	background: #C6D9F1;
	color:#09357F;
}
table.charge th.gray {
	background: #D9D9D9;
	color:#333;
}
table.charge th.green {
	background: #E9EED2;
	color:#333;
}
.bold-line{
	border-top:3px solid #BBB;
}
.fs-16{
	font-size:16px !important;
}
/*注釈 〇*/
ul.whole {
	padding:1em;
}
ul.whole li {
	list-style-type: none;
	text-indent: -1.3em;
}
ul.whole li:before {
	display: inline;
	content: "○ ";
}

/*---------------------------
料金プランモデルケース
---------------------------*/
.accordion_contents .planmodel_area{
	background:#FFF;
	padding:20px;
	font-size:16px;
	line-height:1.5;
	margin:0 0 10px 0;
}
.accordion_contents .planmodel_area h4{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.accordion_contents .planmodel_area h5{
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.accordion_contents .planmodel_area img{
	width:100%;
}
.plancase_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.plancase_box01{
	width:40%;
}
.plancase_box02{
	width:3%;
	align-self:center;
}
.plancase_box03{
	width:50%;
}
@media screen and (max-width: 768px){
	.plancase_box01,
	.plancase_box02,
	.plancase_box03 {
		width:100%;
	}
}
.plancase_box01 p,
.plancase_box03 p{
	margin:0;
}
.recommend{
	color:#2F5597;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
.recommend span{
	display:inline-block;
	background-color:#2F5597;
	padding:3px 10px;
	margin:0 10px 0 0;
	color:#FFF;
}
.arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 20px;
	border-color: transparent transparent transparent #2E75B6;
	margin:0 auto;
}
@media screen and (max-width: 768px){
	.arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 50px 20px 50px;
		border-color: #2E75B6 transparent transparent transparent;
		margin:20px auto 0;
	}
}
.plancase_box03 dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.plancase_box03 dt{
	width:14em;
	font-size:14px;
}
.plancase_box03 dd{
	font-size:14px;
}
.plancase_box03 dd:first-of-type{
	width:5em;
	text-align:right;
}
@media screen and (max-width: 480px){
	.plancase_box03 dl{
		justify-content:flex-end;
		margin-top:10px;
	}
	.plancase_box03 dt{
		width:100%;
	}
}