@charset 'UTF-8';

/**
 * Voice Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Voice Top Page Settings
 *  - Key Visual
 *  - Voice
 * Voice Post Page Settings
 *  - Section
 *  - Key Visual
 *  - Profile
 *  - Topics
 *  - Recommend
 *  - More
 * ================================================================================
 */



/**
 * ================================================================================
 * Voice Top Page Settings
 * ================================================================================
 */

/**
 * Key Visual
 * -------------------------------
 */

body.page-voice-top .kv__txt {
  margin-top: 2.5rem;
  font-size: 1.55rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.0;
}

@media screen and (max-width: 459px) {
  body.page-voice-top .kv__txt {
    font-size: 1.6rem;
  }
}


/**
 * Voice
 * -------------------------------
 */

body.page-voice-top .voice {
  margin-top: 5.0rem;
  margin-bottom: 1.0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.page-voice-top .voice-list__item {
  margin-top: 4.0rem;
}

body.page-voice-top .voice-list__item:nth-of-type(1) {
  margin-top: 0;
}

body.page-voice-top .voice-list__fig {
  display: flex;
  padding-bottom: 1.0rem;
  background-color: #f3f1f0;
}

body.page-voice-top .voice-list__head {
  margin-top: -3.5rem;
  margin-left: -0.7rem;
  text-align: center;
}

body.page-voice-top .voice-list__ttl {
  width: 16.0rem;
}

body.page-voice-top .voice-list__profile {
  margin-top: 0.5rem;
  color: var(--color-idbrown);
  font-size: 1.1rem;
  font-weight: 700;
}

body.page-voice-top .voice-list__figcaption {
  flex: 1;
  padding: 2.0rem 2.5rem 1.0rem 0;
}

body.page-voice-top .voice-list__txt {
  color: var(--color-idbrown);
  font-size: 1.4rem;
}

body.page-voice-top .voice-list__btn {
  margin-top: 1.5rem;
  text-align: center;
}

body.page-voice-top .voice-list__btn .c-btn {
  min-width: 14.5rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 459px) {
  body.page-voice-top .voice-list__profile {
    font-size: 1.2rem;
  }

  body.page-voice-top .voice-list__txt {
    font-size: 1.5rem;
  }

  body.page-voice-top .voice-list__btn .c-btn {
    font-size: 1.3rem;
  }
}



/**
 * ================================================================================
 * Voice Post Page Settings
 * ================================================================================
 */


/**
 * Section
 * -------------------------------
 */

body.page-voice-post .sec-ttl {
  margin-bottom: 2.0rem;
  text-align: center;
}

body.page-voice-post .sec-ttl img {
  height: 1.7rem;
}


/**
 * Key Visual
 * -------------------------------
 */

body.page-voice-post .kv {
  position: relative;
  z-index: 1;
  background-color: #f3f1f0;
}

body.page-voice-post .kv::after {
  position: absolute;
  left: 50%;
  bottom: -7.5rem;
  transform: translateX(-50%);
  z-index: 2;
  width: 115%;
  height: 10.0rem;
  border-radius: 50%;
  background-color: #f3f1f0;
  content: '';
}

body.page-voice-post .kv-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  z-index: 3;
  width: 11.0rem;
  height: 11.0rem;
  border-radius: 100.0rem;
  background-color: #59332c;
  color: #fff;
  text-align: center;
}

body.page-voice-post .kv-favorite__inner {
  margin-top: -0.25rem;
}

body.page-voice-post .kv-favorite__head {
  display: block;
}

body.page-voice-post .kv-favorite__head img {
  width: 6.8rem;
}

body.page-voice-post .kv-favorite__body {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
}


/**
 * Profile
 * -------------------------------
 */

body.page-voice-post .profile {
  position: relative;
  z-index: 2;
  padding: 0.75rem 3.0rem 0 3.0rem;
  background-color: #f3f1f0;
}

body.page-voice-post .profile-list__item {
  margin-top: 1.5rem;
  color: var(--color-idbrown);
}

body.page-voice-post .profile-list__item:nth-of-type(1) {
  margin-top: 0;
}

body.page-voice-post .profile-list__inner {
  display: flex;
}

body.page-voice-post .profile-list__head {
  display: block;
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
}

body.page-voice-post .profile-list__body {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
}

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


/**
 * Topics
 * -------------------------------
 */

body.page-voice-post .topics {
  padding: 6.5rem 3.0rem 0 3.0rem;
  background-color: #f3f1f0;
}

body.page-voice-post .topics-ttl {
  color: var(--color-idbrown);
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
}

body.page-voice-post .topics-ttl__inner {
  display: inline;
  padding-bottom: 0.5rem;
}

body.page-voice-post-case1 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #e0ac70 85%);
}
body.page-voice-post-case2 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #1c4165 85%);
}
body.page-voice-post-case3 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #a5623a 85%);
}
body.page-voice-post-case4 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #8caad5 85%);
}
body.page-voice-post-case5 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #9587ae 85%);
}
body.page-voice-post-case6 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #e5a148 85%);
}
body.page-voice-post-case7 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #99a2c0 85%);
}
body.page-voice-post-case8 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #afa6aa 85%);
}
body.page-voice-post-case9 .topics-ttl__inner {
  background: linear-gradient(transparent 85%, #799ec5 85%);
}

body.page-voice-post .topics__txt,
body.page-voice-post .topics__img {
  margin-top: 3.0rem;
}

body.page-voice-post .topics__txt {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 459px) {
  body.page-voice-post .topics-ttl {
    font-size: 2.25rem;
  }

  body.page-voice-post .topics__txt {
    font-size: 1.6rem;
  }
}


/**
 * Recommend
 * -------------------------------
 */

body.page-voice-post .recommend {
  padding: 7.5rem 3.0rem 4.0rem 3.0rem;
  background-color: #f3f1f0;
}

body.page-voice-post .recommend__ttl {
  margin-bottom: 1.5rem;
  color: var(--color-idbrown);
  font-size: 2.25rem;
  text-align: center;
}

body.page-voice-post .recommend-list__item {
  margin-top: 3.0rem;
}

body.page-voice-post .recommend-list__item:nth-of-type(1) {
  margin-top: 0;
}

body.page-voice-post .recommend-list__fig {
  position: relative;
}

body.page-voice-post .recommend-list__img {
  position: relative;
  z-index: 1;
  border-radius: 1.0rem;
  overflow: hidden;
}

body.page-voice-post .recommend-list__figcaption {
  position: relative;
  z-index: 2;
  margin: -2.5rem 2.0rem 0 2.0rem;
  padding: 1.0rem 1.5rem;
  border-radius: 1.2rem;
  background-repeat: repeat;
  color: #fff;
}

body.page-voice-post-case1 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case1_recommend_bg.jpg');
}
body.page-voice-post-case2 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case2_recommend_bg.jpg');
}
body.page-voice-post-case3 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case3_recommend_bg.jpg');
}
body.page-voice-post-case4 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case4_recommend_bg.jpg');
}
body.page-voice-post-case5 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case5_recommend_bg.jpg');
}
body.page-voice-post-case6 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case6_recommend_bg.jpg');
}
body.page-voice-post-case7 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case7_recommend_bg.jpg');
}
body.page-voice-post-case8 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case8_recommend_bg.jpg');
}
body.page-voice-post-case9 .recommend-list__figcaption {
  background-image: url('/csguide/assets/voice/img/case9_recommend_bg.jpg');
}

body.page-voice-post .recommend-list__ttl {
  padding-bottom: 0.5rem;
  margin-bottom: 1.0rem;
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

body.page-voice-post .recommend-list__txt {
  position: relative;
  min-height: 4.5em;
  padding-right: 6.5rem;
  font-size: 1.3rem;
}

body.page-voice-post .recommend-list__txt::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

body.page-voice-post-case1 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case1_recommend_thumb.png');
}
body.page-voice-post-case2 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case2_recommend_thumb.png');
}
body.page-voice-post-case3 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case3_recommend_thumb.png');
}
body.page-voice-post-case4 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case4_recommend_thumb.png');
}
body.page-voice-post-case5 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case5_recommend_thumb.png');
}
body.page-voice-post-case6 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case6_recommend_thumb.png');
}
body.page-voice-post-case7 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case7_recommend_thumb.png');
}
body.page-voice-post-case8 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case8_recommend_thumb.png');
}
body.page-voice-post-case9 .recommend-list__txt::after {
  background-image: url('/csguide/assets/voice/img/case9_recommend_thumb.png');
}

@media screen and (max-width: 459px) {
  body.page-voice-post .recommend__ttl {
    font-size: 2.3rem;
  }

  body.page-voice-post .recommend-list__ttl {
    font-size: 1.7rem;
  }

  body.page-voice-post .recommend-list__txt {
    font-size: 1.4rem;
  }
}


/**
 * More
 * -------------------------------
 */

body.page-voice-post .more {
  padding: 6.5rem 1.5rem 1.0rem 1.5rem;
}

body.page-voice-post .more__ttl {
  color: var(--color-idbrown);
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

body.page-voice-post .more__btn {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 459px) {
  body.page-voice-post .more__ttl {
    font-size: 2.3rem;
  }
}
