.pc_only {
	display: none;
}
.ls_voice_section {
	margin: 3em 0 0;
}
.ls_voice_section h2,
.ls_voice_wrap h2 {
	margin: 5em 0 1em;
	font-size: 18px;
}
.ls_voice_section h2 + * {
	margin-top: 1.2em;
}
.ls_voice_section p {
	line-height: 2;
}
@media only screen and (min-width: 640px) {
	.sp_only {
		display: none;
	}
	.ls_voice_section {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.ls_voice_section h2,
	.ls_voice_wrap h2 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 960px) {
	.pc_only {
		display: inline;
	}
	.ls_voice_section {
		width: 770px;
		margin-top: 8em;
	}
}
.ls_voice_section ul {
	margin: 1em 1em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ls_voice_section li {
	width: calc(100% / 2 - 0.4em);
	margin: 0.2em;
	padding: 0.8em 0;
	border: solid 1px #112e53;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 960px) {
	.ls_voice_section ul {
		margin: 1em 0 0;
	}
	.ls_voice_section li {
		width: calc(100% / 4 - 0.4em);
		text-align: left;
	}
	.ls_voice_section li .pc_only {
		display: inline-block;
		margin-left: 1em;
	}
}

.ls_voice_section .link {
	width: 85%;
	margin: 1.5em auto 3em;
	background-color: #112e53;
}
.ls_voice_section .link a {
	padding: 0.5em 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	position: relative;
	display: block;
	z-index: 1;
}
.ls_voice_section .link a:hover {
	text-decoration: none;
}
.ls_voice_section .link a::after {
	content: "";
	left: 25%;
	bottom: 0.5em;
	width: 50%;
	height: 1px;
	margin: 2px 0 0 0;
	background-color: #516987;
	display: block;
	position: absolute;
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: -1;
}
.ls_voice_section .link a:hover::after {
	left: 15%;
	width: 70%;
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.marker_line72 {
  background: linear-gradient(transparent 70%, #edefef 0%);
  font-size:1.2rem;
}
.p_1 {
  font-size:0.8rem;
  margin:2rem;
}
.model_img {
  margin:1.5rem 0;
}
