@charset "utf-8";
.pop_contents ul li {
	line-height: 1.6;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:480px) {

}




/*2021.07.06追加------------------------------------*/
.voice {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0;
}
.p_title {
	color: #235eba;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
	margin-top: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p_title::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 1px solid #235eba;
	bottom: -1px;
	width: 20%;
}
.voice_box {
	padding: 10px;
	box-sizing: border-box;
	width: 49%;
	border: 10px solid #eee;
	border-radius: 6px;
	margin: 0.5% 0
}
.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: 0px;
}
.voice .star_box ul {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}
.voice .star_box ul li {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	padding-left: 0;
}
.voice .star_box ul li i {
	display: block;
	padding-top: 100%;
	position: relative;
	background: url("https://hakajimai-lp.jp/voice_/img/icon_star.gif") center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.voice .star_box ul li .star_on::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("https://hakajimai-lp.jp/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: 7px;
	color: #ffbd34;
	height: 20px;
	line-height: 1.4;
	padding: 0;
	font-size: 18px;
}
.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: #235eba;
	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;
	}
	
	.voice_box {
		width: 100%;
	}
	.voice_box .flex_box_h {
		flex-wrap: wrap;
	}
	.voice .from {
		margin-top: 5px;
		margin-left: auto;
	}
	
	.accordion_text .switch {
		margin: 5px 10px 0;
	}
	.p_title {
		font-size: 26px!important;
		margin: 20px 10px 10px;
	}
	.voice p {
		margin-left: 0;
	}
}