@charset "utf-8";

.c_nav ul {
	display: flex;
	justify-content: center;
	margin-bottom: 90px;
}
.c_nav ul li a{
	display: block;
	padding: 10px 35px 10px 0px;
	margin: 0 20px;
	background: #EAEAEA;
	min-width: 200px;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.c_nav ul li a:hover{
	text-decoration: none;
	opacity: .6;
}
.c_nav ul li a::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border: solid 1px;
	border-color: transparent #6FB5AD #6FB5AD transparent;
	position: absolute;
	right: 47px;
	top: 16px;
}

.c_nav ul li:nth-of-type(2) a {
	font-size: 1.8rem;
	padding: 8px 45px 10px 0;
}
.c_nav ul li:nth-of-type(2) a::after {
	right: 62px;
	top: 16px;
}

.section .inner {
	border: solid 1px #71bcbc;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.section .inner .title {
	font-size: 2.5rem;
	line-height: 1.2;
	padding: 5px 40px 7px 55px;
	font-weight: normal;
	position: relative;
	color: #000;
}

.section .inner .title::after{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../image/voice_faq_more.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	transition: .2s;
}
.section .inner.-open .title::after{
	transform: rotate(0deg);
}

.section .inner .subtitle {
	margin-top: 40px;
}
.imgleft .image, .imgright .image{
	width: 33%;
}

.voice .inner .title {
	background: url(../image/voice_icon.png) no-repeat left top;
}
.faq03 .inner .title {
	background: url(../image/faq_icon.png) no-repeat left top;
}
e