@charset "utf-8";
.l_fv_box {
	background-image: url(/about/img/bg_fv.jpg);
	background-size: cover;
	padding: 15px;
}
.l_fv_box img{
	width: 100%;
}
#sub_survey{
	display: block;
}
#sub_survey.flexbox_be{
	display: flex;
	justify-content: space-between;
}
.voice_box {
	margin: 0.5% 0;
}
.re_btn{
	text-align: center;
}
.btn-flat-logo {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #FFF;
	background: #148c5e;
	transition: .4s;
}
.btn-flat-logo:hover {
	background: #1ec7bb;
}

@media screen and (max-width:768px) {
	.left_contents h2.first {
		margin: 15px 0 15px 0;
	}
	.l_fv_box p {
		width: 90%;
		padding: 0;
		text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
	}
}

@media screen and (max-width:480px) {
	.voice_box {
		width: 90%;
		margin: 5px auto;
	}
}

@media screen and (max-width: 480px){
	.col_4 {
		width: 48%;
	}
}









/*2021.07.06追加------------------------------------*/
.p_title {
	color: #007a43;
	font-weight: bold;
	font-size: 32px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 10px;
	position: relative;
	margin-top: 20px;
}
.p_title::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #007a43;
	bottom: -3px;
	width: 20%;
}
.voice_box {
	padding: 10px;
	box-sizing: border-box;
	width: 49%;
}
.voice_box .flex_box_h {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.voice .star_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.voice .star_box .title {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	height: 20px;
	line-height: 1.7;
	padding: 0;
	margin-right: 5px;
}
.voice .star_box ul {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}
.voice .star_box ul li {
	width: 20px;
	height: 20px;
	padding-left: 5px;
}
.voice .star_box ul li i {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: url("../../voice_/img/icon_star.gif") center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.voice .star_box ul li .star_on::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../../voice_/img/icon_star_on.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px;
}
.voice .star_box .star_count {
	font-weight: bold;
	margin-left: 5px;
	color: #ffbd34;
	height: 20px;
	line-height: 1.4;
	padding: 0;
}
.voice .from {
	text-align: right;
	color: dodgerblue;
	font-size: 16px;
	padding: 0;
}
.voice .voice_box img {
	float: none;
	margin: 0;
	width: 100%;
}
.voice .flex_box_v {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.voice .flex_box_v .left_box {
	width: 31%;
	text-align: center;
}
.voice .flex_box_v .left_box figure {
	margin: 0 auto;
	width: 60px;
	text-align: center;
}
.voice .flex_box_v .left_box figcaption {
	font-size: 16px;
	text-align:center;
	margin-top: 5px;
}
.voice .flex_box_v .left_box .date {
	font-size: 12px;
	text-align: center;
	padding: 0;
}
.voice .flex_box_v .right_box {
	width: 65%;
	padding:10px;
	box-sizing: border-box;
	background: #eee;
	border-radius: 5px;
	position: relative;
}
.voice .flex_box_v .right_box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #eee;
}
.voice .flex_box_v .right_box:empty {
	background-color: transparent;
}
.voice .flex_box_v .right_box:empty::before {
	border: none;
}
.voice .flex_box_v .right_box p {
	font-size: 16px;
	padding: 0;
}


/*アコーディオン------------------------------------------------*/
.displayNone {
	display: none;
}

/*ボタン-------------------*/
.accordion_text {
	position: relative;
}
.accordion_text .switch {
	display: block;
	background: #007a43;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
/*+-アイコン*/
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 16px;
}
.accordion_icon span {
	position: absolute;
	top: 0;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #fff;
}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
}


@media screen and (max-width:768px) {
	.re_btn {
		margin-bottom: 20px;
	}
	.flexbox_be {
		margin: 0 10px;
	}
	.voice_box {
		width: 100%;
	}
	.accordion_text .switch {
		margin: 5px 10px 0;
	}
	.p_title {
		font-size: 26px;
		margin: 20px 10px 10px;
	}
}