@charset "UTF-8";
/*---------------------------------------
	/business/mobile/charge/lte-joukuriyou-plan/wide-option.html
---------------------------------------*/
/*汎用*/
sup{
	color:inherit;
}

.fc-rd{
	color:#c03;
}

.disc{
	list-style-type: disc;
	margin-left: 0;
	padding-left:1.2em;
}
.disc li{
	margin:0.25em 0;
}

.num{
	list-style-type: decimal;
	margin-left: 0;
	padding-left:1.2em;
}
.num li{
	margin:0.25em 0;
}

.only_pc{display:block;}
.only_sp{display:none;}

@media screen and (max-width: 768px){
	.only_pc{display:none;}
	.only_sp{display:block;}
}

.orig_heading {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin:0 0 40px;
}
@media screen and (max-width: 480px){
	.orig_heading {
		font-size: 22px;
	}
}

.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.w760{
	width:760px !important;
	margin:0 auto;
}
.w860{
	width:860px !important;
	margin:0 auto;
}
@media screen and (max-width: 768px){
	.w760,
	.w860{
		width:100% !important;
	}
}

/*ご要望 センタリングしたい*/
.tit-cmn-lv2{
	text-align:center;
}

/*---------------------------------------
	サービス概要
---------------------------------------*/
.outline_heading {
	color: #c03;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding-top:14px;
	margin:0 0 40px;
}
@media screen and (max-width: 480px){
	.outline_heading {
		font-size: 22px;
		text-align:left;
	}
}

.outline_wrap{
	width: 860px;
	margin:50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}
.outline_item{
	width:40%;
}
.outline_arrow{
	width:10%;
}

@media screen and (max-width: 768px) {
	.outline_wrap{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.outline_item,
	.outline_arrow{
		width:100%;
	}
	.outline_arrow{
		margin:20px 0;
	}
}

.outline_ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border:3px solid #7F7F7F;
	border-radius:10px;
	padding:10px;
	margin:0;
}
.outline_ttl.--rd{
	color:#C03;
	border:3px solid #C03;
}
.outline_detail{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border:3px solid #7F7F7F;
	border-radius:10px;
	padding:10px;
	margin:0;
}
.outline_detail.--rd{
	color:#C03;
	border:3px solid #C03;
}
.outline_pic{
	margin:15px 0;
	text-align:center;
}
.outline_pic img{
	max-width:80%;
}
.outline_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 50px solid #7f7f7f;
	border-right: 0;
	margin:0 auto;
}
@media screen and (max-width: 480px) {
	.outline_triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 100px solid transparent;
		border-left: 100px solid transparent;
		border-top: 50px solid #7f7f7f;
		border-bottom: 0;
		margin:0 auto;
	}
}

/*---------------------------------------
	サービス特長
---------------------------------------*/
/*〇番号付きタイトル*/
.circle_bar_wrap{
	width: 100%;
	margin:20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: ;
	align-items: center;
	border:3px solid #c03;
	border-radius:500px;
}
.circle_bar_num{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #c03;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height: 50px;
}
.circle_bar_ttl{
	width:calc(100% - 50px - 30px);
	margin:0 15px;
	color:#C03;
	font-size:22px;
	font-weight:bold;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
	.circle_bar_ttl{
		font-size:18px;
	}
}
/*リスト*/
.circle_list_wrap{
	margin:0 0 50px 70px;
}
@media screen and (max-width: 768px) {
	.circle_list_wrap{
		margin:0 0.5rem 50px;
	}
}

/*---------------------------------------
	画像・キャプション
---------------------------------------*/
.fig_wrap{
	width:860px;
	margin:50px auto 0;
}
@media screen and (max-width: 768px) {
	.fig_wrap{
		width:100%;
	}
}
.fig_wrap img{
	max-width:100%;
}
figcaption{
	line-height:1.4;
}

/*対象範囲*/
.--range figcaption{
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin:0 0 20px;
}
@media screen and (max-width: 768px) {
	.--range figcaption{
		font-size:16px;
		text-align:left;
	}
}

/*---------------------------------------
	利用シーン
---------------------------------------*/
.scene_wrap{
	max-width: 860px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	margin:0 auto;
}
.scene_wrap > div{
	width:calc((100% - 100px) / 3);
}
@media screen and (max-width: 480px) {
	.scene_wrap > div{
		width:100%;
	}
}
.scene_pic{
	text-align:center;
}
.scene_pic img{
	width:100%;
}
@media screen and (max-width: 480px) {
	.scene_pic img{
		width:200px;
	}
}
.scene_ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin:10px 0;
}
.scene_txt{
	font-size: 14px;
	line-height: 1.5;
}

/*---------------------------------------
	リアルタイム映像伝送の実施例
---------------------------------------*/
.realtime_wrap{
	width: 860px;
	margin:50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px 60px;
}
.realtime_item{
	width:calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
	.realtime_wrap{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.realtime_item{
		width:100%;
	}
}

.realtime_ttl{
	color:#C03;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border:3px solid #C03;
	border-radius:10px;
	padding:10px;
	margin:0;
}
.realtime_ttl.--rd{
	color:#FFF;
	border:3px solid #C03;
	background-color:#C03;
}
.realtime_detail{
	font-size: 14px;
	line-height: 1.5;
	margin:0;
}

.realtime_pic{
	margin:15px 0 10px;
	text-align:center;
}
.realtime_pic img{
	max-width:100%;
}


/*---------------------------------------
	ご利用までの流れ
---------------------------------------*/
.flow_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.flow_wrap > div{
	width:20%;
	margin-bottom:30px;
}

@media screen and (max-width: 768px) {
	.flow_wrap > div{
		width:33.3%;
	}
}
@media screen and (max-width: 480px) {
	.flow_wrap > div{
		width:50%;
	}
}

.flow_arrow,
.flow_pic{
	text-align:center;
}
.flow_arrow img,
.flow_pic img{
	max-width:100%;
}
.flow_pic{
	padding:0 15px;
}

.flow_ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:10px 0;
}
.flow_list{
	font-size: 14px;
	line-height: 1.5;
	padding:0 15px;
}