@charset "UTF-8";

/*----------共通----------*/
.SpOnly {
	display: none !important;
}

h1 span, h2 span, h3 span {
	display: block;
}

.fullwide h1 {
	color: var(--black);
	font-size: 34px !important;
	margin: 0 !important;
	padding-bottom: 16px;
	line-height: 1.4 !important;
}

.fullwide h2 {
	font-size: 24px !important;
	color: var(--primary);
	border-left: solid 10px var(--primary);
	padding: 8px 20px !important;
	text-align: left;
	margin: 45px 0 29px !important;
}

.fullwide h3 {
	font-size: 20px !important;
	background-color: #eeeeee !important;
	padding: 10px 20px !important;
	text-align: left;
	margin: 29px 0 !important;
}

.container-fluid p.pageHeading {
	font-size: 14px;
	font-weight: bold;
	color: var(--black) !important;
	line-height: 1.8em !important;
}

p.voice-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.voice-text {
	color: var(--black);
	line-height: 1.8em;
	font-size: 14px;
}

.voice-note {
	color: var(--black);
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8em;
}

.text-indent {
	text-indent: 1em;
}

.Main_block {
	display: table;
}

.Main_text, .Main_img {
	display: table-cell;
	vertical-align: middle;
}

.voice_ic img {
	width: 120px;
	padding: 0 0 16px;
}

/*----------利用開始時期の目安----------*/
.voice-table {
	border: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
}

.voice-table tr {
	border-bottom: 1px solid #ccc;
}

.voice-table th {
	border-right: 1px solid #ccc;
	padding: 16px;
	width: 50%;
}

.voice-table td {
	padding: 16px;
	width: 50%;
}

.voice-tableHaading {
	background-color: var(--primary);
	color: #fff;
	font-weight: bold;
}

/*----------専用アプリ----------*/
#designatedApp {
	margin-top: -58px;
	padding-top: 58px;
}

.voice-manuals, .voice-manualsImg {
	display: table;
	table-layout: fixed;
}

.voice-manuals li, .voice-manualsImg li {
	display: table-cell;
	width: 25%;
	padding: 0 45px;
	font-weight: bold;
}

.voice-manualsImg img {
	max-width: 100%;
	width: 100%;
}

.voice-manuals li span {
	border-bottom: 1px solid var(--primary);
	color: var(--primary);
	display: block;
}

.voice-manualsImg li {
	position: relative;
}

.voice-manualsImg li:nth-of-type(1):after,
.voice-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;
}

/*----------SP----------*/
@media screen and (max-width: 869px) {
	#content {
		padding: 0 16px !important;
	}

	.PcOnly {
		display: none !important;
	}

	.SpOnly {
		display: block !important;
	}

	.contents_title, hr {
		display: none;
	}

	.fullwide h1 {
		color: var(--black);
		font-size: 18px !important;
		margin: 16px 0 !important;
	}

	/*----------利用開始時期の目安----------*/
	table, tbody, tr, th, td {
		display: table-row-group;
	}

	.voice-table th {
		display: table-cell;
		border-left: 1px solid #ccc;
	}

	.voice-table td {
		display: table-cell;
		border-right: 1px solid #ccc;
	}

	/*----------専用アプリ----------*/
	#designatedApp {
		margin-top: -53px;
		padding-top: 53px;
	}

	.voice-manuals {
		display: block;
	}

	.voice-manuals li {
		display: block;
		width: auto;
		padding: 0 45px;
		font-weight: bold;
	}

	.voice-manuals li span {
		border-bottom: 1px solid var(--primary);
		color: var(--primary);
		display: block;
	}

	.voice-manuals li {
		position: relative;
	}

	.voice-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;
	}

}
