@charset "UTF-8";
/*----------共通----------*/
.SpOnly{
	display: none;
}
.mt30 {
	margin-top: 30px;
}
h1 span, h2 span{
	display: block;
}
.fullwide h1{
	color: #000;
	font-size: 34px;
	margin: 0;
	padding-bottom: 16px;
	padding-right: 20px;
}

.fullwide h2{
	font-size:20px ;
	font-weight: bold;
	background-color: #eeeeee ;
	padding: 10px 0 10px 20px ;
	text-align: left;
	margin: 29px 0 ;
}

.fullwide section {
	margin-bottom: 50px;
}

.container-fluid p.pageHeading{
	font-size: 16px;
    color: #000;
    line-height: 1.8em;
}
.container-fluid p.pageHeading br {
	display: block;
}
.voice_unlimited-heading{
	color: var(--primary);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.fullwide h3.voice_unlimited-heading{
	padding: 0;
}
p.voice_unlimited-text{
	color: #000;
	line-height: 1.8em;
	font-size: 14px;
}
.voice_unlimited-note{
	color: #000;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8em;
}
.text-indent{
	text-indent: 1em;
}
.Main_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Main_text, .Main_img{
	display: table-cell;
	vertical-align: middle;
}
.Main_img img {
	width: 400px;
	height: auto;
}
.voice_unlimited_ic img{
	width: 120px;
	padding: 0 0 16px;
}
/*----------利用開始時期の目安----------*/
.voice_unlimited-table{
	border: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
}
.voice_unlimited-table tr{
	border-bottom: 1px solid #ccc;
}
.voice_unlimited-table th{
	border-right: 1px solid #ccc;
	padding: 16px;
	width: 50%;
}
.voice_unlimited-table td{
	padding: 16px;
	width: 50%;
}
.voice_unlimited-tableHaading{
	background-color: var(--primary);
	color: #fff;
	font-weight: bold;
}

/*----------専用アプリ----------*/
#designatedApp{
	margin-top: -58px;
    padding-top: 58px;
}
.voice_unlimited-manuals, .voice_unlimited-manualsImg{
	display: table;
	table-layout: fixed;
}
.voice_unlimited-manuals li, .voice_unlimited-manualsImg li{
	display: table-cell;
	width: 25%;
	padding: 0 45px;
	font-weight: bold;
}
.voice_unlimited-manualsImg img{
	max-width: 100%;
	width: 100%;
}
.voice_unlimited-manuals li span{
	border-bottom: 1px solid var(--primary);
	color: var(--primary);
	display: block;
}
.voice_unlimited-manualsImg li{
	position: relative;
}
.voice_unlimited-manualsImg li:nth-of-type(1):after,
.voice_unlimited-manualsImg li:nth-of-type(2):after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 20px;
	border-color: transparent transparent transparent #cccccc;
}
#attention .mnp_note a {
	color: #000;
}
  #attention .mnp_note a:hover {
	color: #becee5;
	color: rgba(0, 64, 152, 0.3);
}
.indent-note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.voice_unlimited-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	max-width: 29em;
	padding-right: 1em;
}
.voice_unlimited-price {
	margin-left: auto;
}

.text-color-red,
.text-color-red a {
	color: #f00;
}
.text-color-red a:hover {
	opacity: 0.6;
}

.request-list li {
	margin-bottom: 10px;
	line-height: 160%;
	text-indent: -15px;
	margin-left: 15px;
}


/*----------SP----------*/
@media screen and (max-width: 869px) {
	#content{
		padding: 0 16px;
	}
	.PcOnly {
		display: none!important;
	}
	.SpOnly{
		display: block;
	}
	.contents_title, hr{
		display: none;
	}
	.fullwide h1{
		color: #000;
		font-size: 18px;
		margin: 16px 0;
	}
	.container-fluid p.pageHeading br {
		display: none;
	}
	/*----------利用開始時期の目安----------*/
	table, tbody, tr, th, td{
		display: table-row-group;
	}
	.voice_unlimited-table th{
		display: table-cell;
		border-left: 1px solid #ccc;
	}
	.voice_unlimited-table td{
		display: table-cell;
		border-right: 1px solid #ccc;
	}

	/*----------専用アプリ----------*/
	#designatedApp{
		margin-top: -53px;
		padding-top: 53px;
	}
	.voice_unlimited-manuals{
		display: block;
	}
	.voice_unlimited-manuals li{
		display: block;
		width: auto;
		padding: 0 45px;
		font-weight: bold;
	}
	.voice_unlimited-manuals li span{
		border-bottom: 1px solid var(--primary);
		color: var(--primary);
		display: block;
	}
	.voice_unlimited-manuals li{
		position: relative;
	}
	.voice_unlimited-manuals li:not(.last):after{
		content: "";
		position: absolute;
		bottom: -45px;
		left: 50%;
		margin-left: -22px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 22px 0 22px;
		border-color: #cccccc transparent transparent transparent;
	}
}
