@charset "utf-8";

/* ==========================================================================
   review
   ========================================================================== */
@media (min-width: 960px){
#page_voice .contents_wrap .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#voice h2.head{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.02em;
	padding: 0 0 0 0.02em;
}
@media (min-width: 440px){
#voice h2.head{
	font-size: 2.0rem;
	font-weight: 500;
}
}

/* entry */
#voice .entry_list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#voice .entry_list ul:after{
	content:"";
	width: 32.0%;
	display: block;
}

#voice .entry_list ul li{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	padding: 34px 20px 22px 20px;
	margin: 0 0 22px 0;
}
@media (min-width: 440px){
#voice .entry_list ul li{
	width: 32.6%;
	padding: 40px 20px 26px 20px;
	margin: 0 0 30px 0;
}
}
@media (min-width: 960px){
#voice .entry_list ul li{
	width: 30.6%;
	padding: 40px 24px 26px 24px;
}
}

#voice .entry_list ul li::before{
	content: '';
  position: absolute;
	top: 0;
	left: 24px;
	width: 20px;
	height: 4px;
	background-color: #92D574;
	z-index: 10;
}

#voice .entry_list ul li .title{
	color: #008289;
	height: auto;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.02em;
}
@media (min-width: 440px){
#voice .entry_list ul li .title{
	height: 60px;
	font-size: 1.65rem;
	font-weight: 500;
}
}

/*#voice .entry_list ul li .star{
	color: #D5AF30;
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.14em;
	margin-top: -5px;
}*/

#voice .entry_list ul li .text_block{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 6px 0 0;
	text-align: justify;

}
@media (min-width: 440px){
#voice .entry_list ul li .text_block{
	height: 254px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
}

#voice .entry_list ul li .text_block::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 4px;

}

#voice .entry_list ul li .text_block::-webkit-scrollbar-thumb{
  background-color: #bababa;
	border-radius: 2px;
}

#voice .entry_list ul li .text_block::-webkit-scrollbar-track{
  background-color: #fff;
	border-radius: 0;
}

#voice .entry_list ul li .text_block p{
	color: #444;
	font-size: 1.45rem;
	line-height: 1.64;
	letter-spacing: 0;
}

#voice .entry_list ul li .text_block img{
	display: none;
}

#voice .entry_list .border{
	width: 100%;
	height: 1px;
	background-color: #E1E1E1;
}
