@charset "UTF-8";
@media only screen and (min-width: 48em) {
  .show-pc {
    display: inherit !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .show-pc {
    display: none !important;
  }
}
.container {
  overflow: hidden;
}
.new-bread-section {
  margin-bottom: 15px;
}
h3.post-block__label {
  line-height: 1;
}
.voice-tag {
  font-size: 10px;
  color: #90753f;
  line-height: 1;
  border: 1px solid #90753f;
  padding: 4px 10px 6px;
  border-radius: 1000px;
  display: inline-block;
}
.voice-button-area {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.voice-bnr-area {
  margin: 40px auto;
  padding: 0 10px;
}
.ambassador-link {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .voice-bnr-area {
    display: flex;
    padding: 0;
  }
  .ambassador-link {
    margin-right: 20px;
  }
}
.voice-tit-border {
    font-size: 18px;
    border-bottom: 1px solid #e1c99d;
    border-top: 1px solid #e1c99d;
    margin-bottom: 30px;
    text-align: center;
    color: #222;
    font-family: Roboto,NotoSansCJKjp,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-rendering: optimizeLegibility; 
    margin-top: 30px;
}
.voice-tit-border span {
    display: block;
    border-bottom: 3px solid #f0e3c9;
    border-top: 3px solid #f0e3c9;
    padding: 15px 0;
}

.pagenav {
  width: 100%;
  max-width: 355px;
  margin: 30px auto 50px;
}
@media only screen and (min-width: 48em) {
  .pagenav {
    max-width: 390px;
    margin-top: 40px;
  }
  .voice-tit-border {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 22px;
  }
}
.pagenav ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.pagenav ul li {
  width: 50%;
}
.pagenav__prev a,
.pagenav__next a {
  position: relative;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 15px 10px;
  display: block;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  color: #333;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 48em) {
  .pagenav__prev a,
  .pagenav__next a {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.pagenav__prev a:before,
.pagenav__next a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
@media only screen and (min-width: 48em) {
  .pagenav__prev a:before,
  .pagenav__next a:before {
    width: 10px;
    height: 10px;
  }
}
.pagenav__prev {
  padding-right: 10px;
}
.pagenav__prev a {
  padding-left: 25px;
}
.pagenav__prev a:before {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (min-width: 48em) {
  .pagenav__prev a:before {
    left: 15px;
  }
}
.pagenav__next {
  padding-left: 10px;
}
.pagenav__next a {
  padding-right: 25px;
}
.pagenav__next a:before {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 48em) {
  .pagenav__next a:before {
    right: 15px;
  }
}
.pagenav__text {
  font-size: 14px;
  text-align: center;
}
.pagenav__text a {
  color: #333;
  text-decoration: underline;
}
.pagenav__text a:hover {
  text-decoration: none;
}
.voice-top-area {
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .voice-top-area {
    background: url(/img/voice/img_voice_main.png) center 85px / cover no-repeat;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .voice-top-area__inner,
  .voice-top-area__left,
  .voice-top-area__right {
    display: -ms-flexbox;
    display: flex;
  }
  .voice-top-area__inner {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .voice-top-area {
    padding-bottom: 0;
  }
  .voice-top-area__inner {
    display: inline-block;
  }
  .voice-top-area__left {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .voice-top-area__left {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}
@media only screen and (min-width: 48em) {
  .voice-top-area__right {
    margin-left: 20px;
    width: 260px;
  }
}
.voice-box, .voice-box-lounge {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.voice-box a{
  display: block;
  padding: 15px;
  color: #333;
  height: 100%;
  text-align: left;
}
.voice-box-lounge a {
  display: block;
  padding: 15px;
  color: #333;
}
@media only screen and (min-width: 48em) {
  .voice-box {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 4px;
    height: 100%;
    width: 100%;
  }
  .voice-box-lounge {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 4px;
    height: auto;
    width: 30%;
    max-width: 52%;
  }
  .voice-list-lounge {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .voice-box__inner {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .voice-box__left,
  .voice-box__right {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (min-width: 48em) {
  .voice-box__left {
    width: 329px;
  }
}
@media only screen and (min-width: 48em) {
  .voice-box__right {
    padding-left: 20px;
  }
}
.voice-box__line {
  font-size: 12px;
  color: #666;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .voice-box__line {
    text-align: center;
  }
}
.voice-box__line:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  top: 50%;
  left: 0;
}
.voice-box__line span {
  background: #fff;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 48em) {
  .voice-box__line span {
    padding-left: 0;
  }
}
.voice-box__img {
  margin: -15px -15px 10px;
}
.voice-box__img span {
  display: block;
  height: 0;
  padding-top: 25vw;
  background-position: center top;
  background-size: cover;
}
.voice-box__img--top {
  margin: 0 -15px 15px;
}
.voice-box__img--top span {
  padding-top: 50vw;
}
@media only screen and (min-width: 48em) {
  .voice-box__img {
    margin-bottom: 15px;
  }
  .voice-box__img--top {
    margin: 0;
  }
}
.voice-box__marriage {
  font-size: 12px;
  margin-bottom: 10px;
}
.voice-box__marriage .voice-tag {
  margin-left: 6px;
}
.voice-box__marriage--top {
  font-size: 14px;
}
.voice-box__marriage--top .voice-tag {
  font-size: 14px;
}
.voice-box__title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-box__title--top {
    font-size: 18px;
  }
}
.voice-box__name {
  font-size: 12px;
  color: #666;
}
.voice-list {
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5px;

}
.lounge-all-list {
  margin-top: 40px;
  display: table;
  margin-bottom: 0;
}
.message-all-list {
  display: table;
}
@media only screen and (min-width: 48em) {
  .voice-list {
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    -ms-flex-pack: center;
    /* justify-content: space-around; */
    column-gap: 2.858%;
    width: 100%;
    padding: 0 10px;
  }
}
.voice-list li {
  margin-bottom: 8px;
  width: 50%;
  display: flex;
}
.voice-list.__message li .voice-box {
  width: 100% !important;
  margin: 0 0 15px !important;
}
@media only screen and (max-width: 47.9375em) {
.voice-list.__message li {
  justify-content: center;
}
.voice-list.__message li .voice-box {
  width: 94% !important;
  margin: 0 0 6px !important;
}
}
@media only screen and (min-width: 48em) {
  .voice-list li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice-wrap {
  margin: 0 auto 60px;
}
.voice-section,
.voice-other-section {
  padding: 40px 0;
}
@media only screen and (min-width: 48em) {
  .voice-section,
  .voice-other-section {
    padding: 60px 0;
  }
}
.voice-section:nth-child(odd),
.voice-other-section:nth-child(odd) {
  background: #f3efe6;
}
.voice-section:nth-child(odd) .voice-interview-box dd,
.voice-other-section:nth-child(odd) .voice-interview-box dd {
  background: #fff;
}
.voice-section__title,
.voice-other-section__title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 48em) {
  .voice-section__title,
  .voice-other-section__title {
    margin: 0 0 40px;
  }
}
.voice-other-section {
  background: #f3efe6;
}
.voice-other-section .voice-interview-box dd {
  background: #fff;
}
.voice-block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .voice-main {
    margin-top: -15px;
  }
}
.voice-main__img {
  text-align: center;
}
.voice-main__bottom {
  background: #f5f5f5;
  padding: 13px 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-main__bottom {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.voice-main__inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.voice-main__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .voice-main__title {
    font-size: 22px;
  }
}
.voice-main__info {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-main__info {
    margin-bottom: 15px;
  }
}
.voice-main__marriage,
.voice-main__lounge {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
@media only screen and (min-width: 48em) {
  .voice-main__marriage,
  .voice-main__lounge {
    font-size: 14px;
  }
}
.voice-main__marriage {
  color: #666;
}
.voice-main__marriage .voice-tag {
  font-size: 14px;
  margin-left: 3px;
}
.voice-main__lounge {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .voice-main__lounge {
    width: 195px;
  }
}
.voice-header__person {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.voice-header__person li {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.voice-header__person li + li {
  padding-left: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-header__person li + li {
    padding-left: 20px;
  }
}
.voice-header__box {
  position: relative;
  border: 1px solid #b1945a;
  border-radius: 3px;
  padding: 20px 10px 10px;
  margin-top: 35px;
}
@media only screen and (min-width: 48em) {
  .voice-header__box {
    margin-top: 0;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 48em) {
  .voice-header__inner {
    width: 100%;
    max-width: 318px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.voice-header__img {
  width: 50px;
}
@media only screen and (max-width: 47.9375em) {
  .voice-header__img {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 48em) {
  .voice-header__img {
    display: inline-block;
    margin-right: 20px;
  }
}
.voice-header__img img {
  width: 50px;
  border-radius: 1000px;
}
.voice-header__name {
  font-size: 14px;
}
@media only screen and (max-width: 47.9375em) {
  .voice-header__name {
    text-align: center;
  }
}
.voice-table {
  width: 100%;
  border: none;
  margin-bottom: 40px;
}
.voice-table tr:nth-of-type(even) {
  background: none;
}
.voice-table tr + tr td {
  padding-top: 10px;
}
.voice-table tr td {
  padding: 0;
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 48em) {
  .voice-table tr td {
    font-size: 14px;
  }
}
.voice-table tr td a {
  color: #333;
  text-decoration: underline;
}
.voice-table tr td a:hover {
  text-decoration: none;
}
.voice-table tr td + td {
  padding-left: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-table tr td + td {
    padding-left: 20px;
  }
}
.voice-table__date {
  line-height: 1;
  color: #b1945a;
  padding-bottom: 25px;
  position: relative;
  background: #fff;
}
.voice-table__date:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #b1945a;
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: calc(1em + 5px);
}
.voice-table__date:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 65%;
  z-index: 0;
  border-left: 1px solid #b1945a;
  margin-left: -1px;
}
.voice-table__text {
  position: relative;
  z-index: 1;
  border: 1px solid #b1945a;
  border-radius: 3px;
  background: #fff;
  padding: 7px 10px 8px;
}
@media only screen and (min-width: 48em) {
  .voice-table__text {
    padding: 10px 10px 13px;
  }
}
.voice-table__text--fill {
  border: 1px solid #e8dcc5;
  background: #e8dcc5;
}
.voice-interview-box dt,
.voice-interview-box dd {
  font-size: 15px;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box dt,
  .voice-interview-box dd {
    font-size: 17px;
  }
}
.voice-interview-box dt a,
.voice-interview-box dd a {
  color: #333;
  text-decoration: underline;
  padding: 0 2px;
}
.voice-interview-box dt a:hover,
.voice-interview-box dd a:hover {
  text-decoration: none;
}
.voice-interview-box dt {
  position: relative;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: #e8dcc5;
  border: 2px solid #fff;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box dt {
    padding: 20px 100px 20px 20px;
  }
}
.voice-interview-box dd {
  background: #f9f7f2;
  padding: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box dd {
    padding: 20px;
  }
}
.voice-interview-box dd:last-child {
  border-radius: 0 0 10px 10px;
}
.voice-interview-box dd:nth-child(odd) .voice-interview-box__a-img {
  float: right;
  margin: 0 0 10px 10px;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box dd:nth-child(odd) .voice-interview-box__a-img {
    margin: 0 0 20px 20px;
  }
}
.voice-interview-box dd + dd {
  border-top: 3px solid #f3efe6;
}
.voice-interview-box dd:before,
.voice-interview-box dd:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.voice-interview-box + .voice-interview-box {
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box + .voice-interview-box {
    margin-top: 25px;
  }
}
.voice-interview-box__q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box__q li {
    font-size: 17px;
  }
}
.voice-interview-box__q li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 1000px;
  text-align: center;
  color: #b1945a;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box__q li span {
    width: 40px;
    height: 40px;
    font-size: 22px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .voice-interview-box__q-img {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .voice-interview-box__q-img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 64px;
  }
}
.voice-interview-box__a-img {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
}
@media only screen and (min-width: 48em) {
  .voice-interview-box__a-img {
    margin: 0 20px 20px 0;
  }
}
.voice-interview-box__a-img img {
  width: 75px;
  height: 75px;
  border-radius: 1000px;
}
.voice-interview-box__a {
  line-height: 2;
}
.voice-other {
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.voice-other__name {
  text-align: center;
  margin: 30px 0 40px;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .voice-other__name {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .voice-other__name li + li {
    margin-top: 20px;
  }
}
.voice-other__name li .man {
  color: #1b50aa;
}
.voice-other__name li .woman {
  color: #e57b99;
}
@media only screen and (min-width: 48em) {
  .voice-other__name li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
  }
  .voice-other__name li + li {
    margin-left: 40px;
  }
}
.voice-other__name li p,
.voice-other__name li a {
  display: block;
  margin-top: 1px;
  font-size: 13px;
}
@media only screen and (min-width: 48em) {
  .voice-other__name li p,
  .voice-other__name li a {
    margin-top: 5px;
    font-size: 14px;
  }
}
.voice-other__name a {
  color: #333;
  text-decoration: underline;
}
.voice-other__name a:hover {
  text-decoration: none;
}
.activity-lounge {
  background: #f5f5f5;
  border-top: 5px solid #fff;
  padding: 20px 10px 30px;
}
@media only screen and (min-width: 48em) {
  .activity-lounge {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 48em) {
  .activity-lounge__list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.activity-lounge__list > li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .activity-lounge__list > li {
    margin-bottom: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .activity-lounge__list > li + li {
    margin-left: 30px;
  }
}
.activity-lounge__list li:last-child {
  margin-bottom: 0;
}
.activity-lounge__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48em) {
  .activity-lounge__info {
    margin-bottom: 10px;
  }
}
.activity-lounge__img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.activity-lounge__img img {
  width: 100%;
  border-radius: 1000px;
}
.activity-lounge__name {
  font-size: 12px;
}
.voice-lounge-box {
  position: relative;
}
.voice-lounge-box:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 48em) {
  .voice-lounge-box:before {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
.voice-lounge-box a {
  color: #333;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.voice-lounge-box__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.voice-lounge-box__left {
  display: inherit;
}
.voice-lounge-box__left span {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: center center / cover no-repeat;
}
.voice-lounge-box__right {
  width: 100%;
  margin-left: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .voice-lounge-box__right {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .voice-second-area .voice-box {
    margin: 2% auto;
    width: 94%;
    height: auto;
  }
  .voice-box .voice-box__title,
  .voice-box-lounge .voice-box__title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .voice-second-area .voice-box .voice-box__img span,
  .voice-second-area .voice-box-lounge .voice-box__img span {
    background-size: cover;
  }
}

.voice-category-box div {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.voice-category-box-icon {
  background: url("/img/voice/img_search_32px_man.png") no-repeat;
  background-size: 15px;
  background-position: bottom 7px left 0px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.voice-category-box .voice-category-sex-age-area {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.voice-category-box .voice-category-sex-all-area {
  padding: 10px;
}
.voice-category-box .voice-category-sex-area {
  column-count: 2;
  height: 0;
  opacity: 0;
  padding: 5px 2px 0;
  transition: .5s;
  justify-content: center;
  border: none;
  display: none;
}
.voice-category-box .voice-category-sex-area a p {
  margin-bottom: 5px;
  padding-left: 12px;
  display: inline-table;
}
.voice-category-box .voice-category-box-label a {
  color: #222;
}

.voice-category-box-check {
  display: none;
}
body .blog-contents__left label.voice-category-box-label,
body .blog-contents__right label.voice-category-box-label,
.voice-category-box-label.is_tax_label,
.voice-category-box-label.is_tax_label {
  width: 100%;
  font-size: 13px;
  color: #333;
  display: block;
  margin: 0;
  position: relative;
  letter-spacing: 2px;
}
.voice-category-box-label:before,
.voice-category-sex-all-area
  .voice-category-box-label.is_tax_label.panel-all:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.voice-category-box-check:checked + .voice-category-box-label:before {
  transform: translateY(-50%) rotate(-45deg);
  top: 53%;
}
.voice-category-box-check:checked
  + .voice-category-box-label
  + .voice-category-sex-area {
  height: 170px;
  opacity: 1;
  display: block;
}

.voice-category-sex-age-area .voice-category-box-label:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 3px;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.voice-category-sex-age-area .voice-category-box-label.is_tax_label {
  margin: 0;
  width: 100%;
}
.voice-category-sex-all-area .voice-category-box-label,
.voice-category-sex-age-area .voice-category-box-label {
  position: relative;
}
.voice-category-sex-all-area .voice-category-box-label.is_tax_label {
  padding: 0;
}
.voice-category-box-label.is_tax_label.panel-all input {
  text-align: left;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
.voice-category-sex-all-area .voice-category-box-label:before {
  transform: translateY(-50%) rotate(45deg);
}
.voice-category-box-check:checked + .voice-category-box-label:before {
  transform: translateY(-50%) rotate(-45deg);
}
.voice-category-box-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0;
}

.voice-category-box-check:checked
  + .voice-category-box-label
  + .voice-category-box-contents {
  height: 250px;
  opacity: 1;
  display: block;
}

/*** category list ***/
.category.link {
  color: #0d1a41 !important;
}
.voice-category-box {
  margin-bottom: 30px;
}
.voice-category-box-check {
  display: none !important;
}
body .voice-contents__left label.voice-category-box-label,
body .voice-contents__right label.voice-category-box-label {
  width: 100%;
  font-size: 16px;
  color: #333;
  display: block;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}
.voice-category-box -label:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.voice-category-box-check:checkfzed + .voice-category-box-label:before {
  transform: translateY(-50%) rotate(-45deg);
  top: 53%;
}
.voice-category-box-contents {
  border: none;
  height: 0;
  opacity: 0;
  padding: 0 2px;
  transition: 0.5s;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.voice-category-box-content {
  background: #fff;
  width: 49.6%;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  position: relative;
}
.voice-contents__right .voice-category-box-content {
  width: 49.6%;
}
.voice-category-box-content:nth-child(2n) {
  margin-right: 0px;
}
.voice-category-box-content:nth-child(3),
.voice-category-box-content:nth-child(4) {
  margin-bottom: 2px;
}
.voice-category-box-content a {
  color: #333;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px !important;
}
.voice-category-box-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0;
}
.voice-category-box-check:checked
  + .voice-category-box-label
  + .voice-category-box-contents {
  height: 250px;
  opacity: 1;
  visibility: visible;
}
.voice-category-box-content a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  div.voice-category-box a.post-block__category-koikatsu {
    background-position: bottom 10px left calc(100% - 31vw) !important;
  }
  div.voice-category-box a.post-block__category-deai {
    background-position: bottom 11px left calc(100% - 31vw) !important;
  }
  div.voice-category-box a.post-block__category-couple {
    background-position: bottom 12px left calc(100% - 31vw) !important;
  }
  div.voice-category-box a.post-block__category-konkatsu {
    background-position: bottom 12px left calc(100% - 31vw) !important;
  }
  .voice-category-box {
    margin-bottom: 20px;
  }
  .voice-contents__right .voice-category-box-content {
    width: 49.3%;
  }
  .voice-category-box-content {
    width: 49.3%;
  }
  .voice-category-box-content a span {
    left: calc(100% - 6vw);
    text-align: start;
  }
  .voice-box__img span {
    background-size: cover;
  }
  .voice-category-box .voice-category-sex-area {
    transition: 0.5s;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
#tabs .panel {
  display: none;
}
.panel-sameage,
.panel-woman-older,
.panel-man-older {
  display: none !important;
}
.voice-category-sex.panel-woman20,
.voice-category-sex.panel-woman25,
.voice-category-sex.panel-woman30,
.voice-category-sex.panel-woman35,
.voice-category-sex.panel-woman40,
.voice-category-sex.panel-woman45,
.voice-category-sex.panel-man20,
.voice-category-sex.panel-man25,
.voice-category-sex.panel-man30,
.voice-category-sex.panel-man35,
.voice-category-sex.panel-man40,
.voice-category-sex.panel-man45 {
  display: inline !important;
}
.voice-category-sex.woman20,
.voice-category-sex.woman25,
.voice-category-sex.woman30,
.voice-category-sex.woman35,
.voice-category-sex.woman40,
.voice-category-sex.woman45 {
  color: #e57b99;
}
.voice-category-sex.man20,
.voice-category-sex.man25,
.voice-category-sex.man30,
.voice-category-sex.man35,
.voice-category-sex.man40,
.voice-category-sex.man45 {
  color: #1b50aa;
}
.sameage,
.woman-older,
.man-older {
  border: 1px solid #666;
  color: #666;
  margin: 0 3px 0 0;
}
.voice-tag.woman20,
.voice-tag.woman25,
.voice-tag.woman30,
.voice-tag.woman35,
.voice-tag.woman40,
.voice-tag.woman45 {
  border: 1px solid #e57b99;
  color: #e57b99;
  margin: 0 5px 0 0;
}
.voice-tag.man20,
.voice-tag.man25,
.voice-tag.man30,
.voice-tag.man35,
.voice-tag.man40,
.voice-tag.man45 {
  border: 1px solid #1b50aa;
  color: #1b50aa;
  margin: 0 5px 0 0;
}
.voice-category-box input {
  display: inline;
  border: none;
  background: none;
  margin-bottom: 4px;
}

.voice-category-box input.panel-woman20,
.voice-category-box input.panel-woman25,
.voice-category-box input.panel-woman30,
.voice-category-box input.panel-woman35,
.voice-category-box input.panel-woman40,
.voice-category-box input.panel-woman45 {
  display: block;
  color: #e57b99;
}
.voice-category-box input.panel-man20,
.voice-category-box input.panel-man25,
.voice-category-box input.panel-man30,
.voice-category-box input.panel-man35,
.voice-category-box input.panel-man40,
.voice-category-box input.panel-man45 {
  display: block;
  color: #1b50aa;
}
.column-2 {
  columns: 2;
}
.voice-category-box input.panel-woman20.voice-category-sex-btn:focus,
.voice-category-box input.panel-woman25.voice-category-sex-btn:focus,
.voice-category-box input.panel-woman30.voice-category-sex-btn:focus,
.voice-category-box input.panel-woman35.voice-category-sex-btn:focus,
.voice-category-box input.panel-woman40.voice-category-sex-btn:focus,
.voice-category-box input.panel-woman45.voice-category-sex-btn:focus {
  border: 2px solid #e57b99;
  outline: 0;
  margin-top: -1px;
  margin-bottom: 1px;
  padding: 0 4px 2px;
}
.voice-category-box input.panel-man20.voice-category-sex-btn:focus,
.voice-category-box input.panel-man25.voice-category-sex-btn:focus,
.voice-category-box input.panel-man30.voice-category-sex-btn:focus,
.voice-category-box input.panel-man35.voice-category-sex-btn:focus,
.voice-category-box input.panel-man40.voice-category-sex-btn:focus,
.voice-category-box input.panel-man45.voice-category-sex-btn:focus {
  border: 2px solid #1b50aa;
  outline: 0;
  margin-top: -1px;
  margin-bottom: 1px;
  padding: 0 4px 2px;
}
#voice-category-box-check0:focus {
  border: 2px solid #666;
  outline: 0;
}

@media only screen and (max-width: 47.9375em) {
  .voice-box:before {
    display: contents;
  }
  .voice-box .voice-box__name {
    white-space: normal;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 48em) {
  .voice-contents__right .voice-category-box {
    display: none;
  }
  /* .single-voice-area .voice-box__img {
    width: 450px;
  } */
  .single-voice-area__list {
    display: flex;
  }
  .single-voice-area .voice-top-area__inner {
    margin: 15px;
  }
  .single-voice-area .voice-box {
    margin: 15px;
    width: 50%;
    height: auto;
  }
  /* .single-voice-box {
    width: auto !important;
  } */
  /* .single-voice-area .voice-box a {
    width: 450px;
  } */
}
.voice-category-sex p:before {
  content: "\0203a";
}
.single-voice-area .voice-box__title {
  border: none;
}
.arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.arrow.rotate {
  transform: rotate(135deg);
}
.caption {
  font-size: 10px;
}
.voice-category-sex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.voice-category-sex-woman-area,
.voice-category-sex-woman-area p,
.voice-category-box [id^="woman"] {
  color: #e57b99;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 15px 15px 15px;
}
.voice-category-sex-man-area,
.voice-category-sex-man-area p,
.voice-category-box [id^="man"] {
  color: #1b50aa;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 15px 15px 15px;
}
/*** voice single ***/
@media screen and (max-width: 639px) {
  .single-voice-area .voice-box {
    height: 250px;
  }
  .voice-header__box {
    margin-top: 90px;
  }
  .voice-table__date_man {
    width: 48.5%;
  }
}
.voice-table__date_man {
  width: 47.5%;
}
.voice-table__date_woman {
  width: 50%;
}
.voice-header__img {
  top: -85px;
}
.voice-header__img,
.voice-header__img img {
  width: 100px;
}

.w100 {
  width: 100% !important;
}
.d-flex {
  display: flex !important;
}
.mt15 {
  margin-top: 15px !important;
}
.invisible {
  opacity: 0 !important;
}

.footer-pagetop-btn {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 56px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 5px;
  font-size: 18px;
  background: #fff;
}
.footer-pagetop-btn > a {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
.voice-box .voice-box__title,
.voice-box__title {
  border-bottom: none;
  padding-bottom: 5px;
}
.voice-box__border {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
}
#noneitem > p {
  font-size: 14px;
  font-weight: bold;
}
#choicetaxname > p {
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  #noneitem {
    margin-bottom: 15px;
  }
  #noneitem > p {
    font-size: 16px;
  }
  #choicetaxname > p {
    font-size: 18px;
  }
}
.voice-box {
  margin-bottom: 20px;
  width: 92%;
}
.div-box {
  display: flex !important;
  justify-content: center;
}
.slick-track {
  height: 100%;
}

@media only screen and (min-width: 48em) {
  .voice-box {
    height: auto;
  }
  .message-list-lounge {
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .message-box {
    max-width: 31%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
	.voice-top-area__inner,.voice-top-area__left, .voice-top-area__right {
	    display: block !important;
	    margin-bottom: 20px !important;
	    margin-left: 0 !important;
		flex: none;
	}
	.voice-top-area__right{
	    width: 100% !important;
	}
	.voice-top-area .voice-box{
	    width: 100% !important;
		display:block  !important;
		float: none;
	}
}

/*** LINE バナー ***/
.bnr_line {
  margin: 40px auto;
  max-width: 700px;
}
@media only screen and (min-width: 1040px) {
  .bnr_line {
    margin: 0 auto;
  }
}

/*** hスタイル（店舗別一覧） ***/
.voice-episode {
  font-size: 18px !important;
}
@media only screen and (min-width: 1040px) {
  .voice-episode {
    font-size: 30px !important;
  }
}

.voice-wrap .heading-design-01 {
  margin-bottom: 30px;
}

/*** フッターコンテンツ（店舗別一覧） ***/
.footer-contents {
  padding: 0 15px;
  margin: 0 auto;
}
.footer-contents .bnr_line {
  margin-bottom: 0;
}
.link-area {
  text-align: center;
  max-width: 400px;
	text-align: center;
	margin: 0 auto;
}
.link-area span {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.link-area span::before, .link-area span::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #333;
  position: absolute;
  bottom: 3px;
}
.link-area span::before {
  transform: rotate(-20deg);
  left: -15px;
}
.link-area span::after {
  transform: rotate(20deg);
  right: -10px;
}

/*** 成婚者の声 ***/
.voice-episode__img span {
  background-repeat: no-repeat;
  background-size: cover;
}
.voice-episode__inner {
  text-align: left;
}
.lounge-detail-area { /*** 再度の余白調整 ***/
width: 95%;
}
.tit-border { /*** h2の余白調整 ***/
  margin:22px 10px 15px;
}
.slick-slide {
  margin: 0 10px;
}

.slick-list {
  padding-bottom: 5px !important;
}
.slick-arrow {
	position: absolute;
	background: url(/img_new/parts/arrow.svg) no-repeat;
	background-size: 2rem auto;
	width: 2rem;
	height: 2rem;
	top: 40%;
	margin-top: -1.25rem;
	text-indent: -9999rem;
	z-index: 1;
}
.slick-arrow.slick-prev {
	left: 10px;
	transform: scale(-1, 1);
}
.slick-arrow.slick-next {
	right: 10px;
}
.slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.slick-arrow:hover,
.slick-arrow:focus {
	background-color: transparent;
}
/* Dots */
.slick-dotted.slick-slider {
	padding-bottom: 40px;
}
.slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	border-radius: 100px;
	text-indent: -99999px;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	opacity: 1;
	outline: none;
  background-color: #063181;
}

/*** iPad・PCスライドなし調整 ***/
@media only screen and (min-width: 520px) {
  .voice-box__img span {
    padding-top: 55% !important;
  }
  .voice-message {
    height: auto;
  }
  .message-area {
    margin-bottom: 40px;
  }
  .voice-episode-all {
    width: 100%;
  }
}


.voice-message-all {
  width: 100% !important;
  margin: 0 0 8px !important;
  height: auto !important;
}
.new-contents-block {
  width: 100% !important;
  max-width: 1000px;
}