/*--------------------------------
一覧
--------------------------------*/
.voice_list {
  padding-top: 0.90rem;
}
@media screen and (max-width: 640px) {
  .voice_list {
    padding-top: 0.70rem;
  }
}

.voice_list .in {
  max-width: 10.80rem;
}

.voice_list .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.voice_list .list .detail {
  width: 100%;
  max-width: 3.00rem;
  background-color: #FFF;
  border-radius: 0 0 0.10rem 0.10rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.2);
  position: relative;
  margin: 0 0.25rem 0.50rem;
}
@media screen and (max-width: 640px) {
  .voice_list .list .detail {
    max-width: 100%;
  }
}

.voice_list .list .detail a {
  display: block;
  color: #333;
}

.voice_list .list .detail .ph_wrap {
  width: 100%;
  height: 2.00rem;
  overflow: hidden;
  position: relative;
}

.voice_list .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height:100%;
  object-fit: cover;
  transition: all 0.3s;
}

.voice_list .list .detail a:hover .ph_wrap img {
  transform: scale(1.04);
}

.voice_list .list .detail .txt_box {
  padding: 0.20rem 0.18rem 0.35rem;
}

.voice_list .list .detail .txt_box .ttl {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .voice_list .list .detail .txt_box .ttl {
    font-size: 0.16rem;
  }
}

.voice_list .list .detail .txt_box .date {
  padding-top: 0.10rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  color: #999;
}
@media screen and (max-width: 640px) {
  .voice_list .list .detail .txt_box .date {
    font-size: 0.12rem;;
  }
}

.voice_list .list .detail .more_btn {
  position: absolute;
  bottom: -0.17rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.40rem;
}

.voice_list .list .detail .more_btn span {
  display: block;
  background-color: #FA7D91;
  padding: 0.10rem 0 0.12rem;
  text-align: center;
  border-radius: 0.20rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
}

.voice_list .list .detail .more_btn span::after {
  content: "";
  width: 0.06rem;
  height: 0.10rem;
  background-image: url(../common/img/icon_right_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
}

/*--------------------------------
詳細
--------------------------------*/
.voice_detail {
  padding: 0.90rem 0;
}
@media screen and (max-width: 640px) {
  .voice_detail {
    padding: 0.40rem 0;
  }
}

.voice_detail .in {
  max-width: 10.80rem;
  position: relative;
}

.voice_detail .in .voice_detail_header {
  position: relative;
  padding-bottom: 0.60rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice_detail .in .voice_detail_header .ph_wrap {
  width: 3.50rem;
  height: 2.50rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .ph_wrap {
    width: 100%;
    height: 60vw;
}
}

.voice_detail .in .voice_detail_header .ph_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.20rem;
  background-color: #EDF6F9;
  position: absolute;
  top: 0.10rem;
  left: 0.10rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .ph_wrap::after {
    border-radius: 0.10rem;
    top: 0.06rem;
    left: 0.06rem;
  }
}

.voice_detail .in .voice_detail_header .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 0.20rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .ph_wrap img {
    border-radius: 0.10rem;
  }
}

.voice_detail .in .voice_detail_header .txt_box {
  width: 100%;
  max-width: 5.85rem;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .txt_box {
    padding-top: 0.20rem;
    max-width: 100%;
  }
}

.voice_detail .in .voice_detail_header .txt_box .ttl {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .txt_box .ttl {
    font-size: 0.18rem;
  }
}

.voice_detail .in .voice_detail_header .txt_box .spec {
  font-size: 0.16rem;
  font-weight: 500;
  color: #666;
  padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_detail_header .txt_box .spec {
    font-size: 0.13rem;
  }
}

.voice_detail .in .voice_cont_wrap {
  max-width: 9.00rem;
  margin: auto;
}

.voice_detail .in .voice_cont_wrap .voice_cont {
  padding-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_cont_wrap .voice_cont {
    padding-bottom: 0.40rem;
  }
}

.voice_detail .in .voice_cont_wrap .voice_cont .voice_q {
  border-bottom: 0.02rem solid #CCC;
  padding-bottom: 0.10rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_cont_wrap .voice_cont .voice_q {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
    text-indent: -0.12rem;
    padding-left: 0.24rem;
  }
}

.voice_detail .in .voice_cont_wrap .voice_cont .voice_q span::before {
  content: "Q.";
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #FA7D91;
  padding-right: 0.06rem;
}

.voice_detail .in .voice_cont_wrap .voice_cont .voice_q::after {
  content: "";
  width: 3.30rem;
  height: 0.02rem;
  background-color: #FA7D91;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_cont_wrap .voice_cont .voice_q::after {
    width: 1.50rem;
  }
}

.voice_detail .in .voice_cont_wrap .voice_cont .txt {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .voice_detail .in .voice_cont_wrap .voice_cont .txt {
    font-size: 0.14rem;
    text-align: justify;
}
}

/* 詳細ページ下部のナビ */
.news_page_navi_wrap {
	padding: 0.35rem 0;
}
@media screen and (max-width: 640px) {
	.news_page_navi_wrap {
		padding: 0.35rem 0;
	}
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}

.news_page_navi_wrap .list .link a:hover {
	color: #F1859F;
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.12rem;
		height: 0.12rem;
		padding-right: 0.06rem;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_home_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.12rem;
		height: 0.12rem;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_next_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.02rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.12rem;
		height: 0.12rem;
		padding-left: 0.06rem;
	}
}