/* COLUMN一覧の表示調整 */
#top #about .entry .meta {
  flex-wrap: wrap;
}
#top #about .entry .meta .category {
  width: 100%;
}
#top #about .entry .meta .category a {
  margin-left: 5px;
}
#top #about .entry .meta .date {
  width: 100%;
}
#column .entry .meta {
  flex-wrap: wrap;
}
#column .entry .meta .date,
#column .entry .meta .category {
  width: 100%;
}
#column .entry .meta .category {
  margin-bottom: 5px;
}
#column .entry .meta .category a {
  margin-left: 5px;
}

/* プライバシーポリシーの追加 */
#privacy section h2 {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: normal;
  font-size: 60px;
  font-family: 'Crimson Text', serif;
}
#privacy section h2 small {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-top: 15px;
  display: block;
}
.privacy_body {
  max-width: 820px;
  padding: 0 10px 100px;
  margin: 0 auto;
}
.privacy_body p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #privacy section h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  #privacy section h2 small {
    font-size: 12px;
    margin-top: 10px;
  }
  .privacy_body {
    padding-bottom: 50px;
  }
  .privacy_body p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* フォームにプライバシーポリシーのチェック追加 */
.privacy_check .wpcf7-list-item-label {
  display: none;
}
.privacy_check p {
  display: inline-block;
}
.privacy_check p a {
  color: #925D5E;
  text-decoration: underline;
}
.privacy_check {
  position: relative;
}
.privacy_check .wpcf7-not-valid-tip {
  position: absolute;
  top: 30px;
  left: calc(50% - 45px);
  width: 300px;
  text-align: center;
}

/* VOICEの追加 */
#voice section h2 {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: normal;
  font-size: 60px;
  font-family: 'Crimson Text', serif;
}
#voice section h2 small {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-top: 15px;
  display: block;
}
.voice_body {
  max-width: 820px;
  padding: 0 10px 100px;
  margin: 0 auto;
}
.voice_cnt {
  border: 1px solid #BCBCBC;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  display: flex;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.voice_img {
  width: 18%;
}
.voice_txt {
  width: 82%;
  padding: 0 0 0 15px;
}
.voice_txt h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.voice_txt .voice_txt_comment {
  font-size: 14px;
  line-height: 28px;
}
.voice_txt > p {
  padding-top: 25px;
  font-size: 14px;
}
.voice_txt > p::before {
  content: "";
  background: url("../images/voice_arrow.png") no-repeat;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #voice section h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  #voice section h2 small {
    font-size: 12px;
    margin-top: 10px;
  }
  .voice_body {
    padding-bottom: 50px;
  }
  .voice_cnt {
    padding: 20px 10px;
    display: block;
    position: relative;
  }
  .voice_img {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 80px;
  }
  .voice_txt {
    width: 100%;
    padding: 0;
  }
  .voice_txt h3 {
    min-height: 80px;
    padding-left: 90px;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .voice_txt .voice_txt_comment {
    font-size: 12px;
    line-height: 24px;
  }
  .voice_txt > p {
    padding-top: 20px;
    font-size: 12px;
  }
  .voice_txt > p::before {
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
  }
}

/* MVの調整 */
@media screen and (min-width: 769px) {
  #mv {
    height: 900px;
    overflow: hidden;
  }
  #mv h1 {
    padding-top: 280px;
  }
  #mv .catch {
    bottom: 50px;
  }
  #mv .catch .right {
    font-size: 28px;
    line-height: 46px;
  }
  #gnav .top_head_logo {
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu {
    left: inherit;
    right: 10px;
  }
  #gnav .close {
    left: inherit;
    right: 10px;
  }
  .top_head_logo.sp {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99
  }
  #mv h1 {
    padding: 130px .8em 0;
  }
}


/* FAQの追加 */
#faq section h2 {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 80px;
  font-weight: normal;
  font-size: 60px;
  font-family: 'Crimson Text', serif;
}
#faq section h2 small {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-top: 15px;
  display: block;
}
.faq_body {
  max-width: 810px;
  padding: 0 10px 100px;
  margin: 0 auto;
}
.list_inner {
  margin-bottom: 20px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  padding-top: 30px;
}
.list_inner h3 {
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.list_inner h3::before {
  content: "";
  width: 8px;
  height: 23px;
  background: #C7A769;
  position: absolute;
  top: -4px;
  left: 0;
}
.list_inner ul {
  padding-left: 25px;
  list-style: none;
}
.list_inner li {
  font-size: 14px;
  position: relative;
}
.list_inner li::before {
  content: "";
  background: url("../images/voice_arrow.png") no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 8px;
}
.list_inner li a {
  padding-left: 30px;
  display: inline-block;
}
.list_inner li a:hover {
  opacity: 1;
  background: linear-gradient(transparent 50%, #FFDBDB 0%);
}
.faq_link {
  position: fixed;
  top: 30%;
  right: 0;
  transform: translate(0,-50%);
  padding: 30px;
  border: 1px solid #D0D0D0;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
.faq_link h3 {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  line-height: 1;
}
.faq_link ul {
  padding-left: 10px;
  list-style: none;
}
.faq_link li {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.faq_link li::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #C7A769;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.faq_link li a:hover {
  opacity: 1;
  background: linear-gradient(transparent 50%, #FFDBDB 0%);
}
@media screen and (max-width: 768px) {
  #faq section h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  #faq section h2 small {
    font-size: 12px;
    margin-top: 10px;
  }
  .faq_body {
    padding-bottom: 50px;
  }
  .list_inner h3 {
    font-size: 18px;
  }
  .list_inner ul {
    padding-left: 5px;
  }
  .list_inner li {
    font-size: 12px;
  }
  #faq_link_btn {
    position: fixed;
    top: 87px;
    right: 0;
    padding: 10px;
    border: 1px solid #D0D0D0;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
  }
  .faq_link {
    display: none;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    transform: none;
    border-radius: 0;
    z-index: 1000;
  }
  #faq_link_close {
    position: absolute;
    top: 18px;
    right: 18px;
  }
}

.faq_single {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.faq_single dl {
  margin-bottom: 100px;
}
.faq_single dt {
  padding: 0 0 55px 50px;
  background: url("../images/faq_dt_icon.png") no-repeat;
  background-size: 30px 30px;
}
.faq_single dt h3 {
  font-size: 26px;
  line-height: 1.2;
}
.faq_single dd {
  font-size: 14px;
  line-height: 28px;
  background: url("../images/faq_dd_icon.png") no-repeat;
  background-size: 30px 30px;
  padding-left: 50px;
}
#back_faq a {
  width: 300px;
  line-height: 55px;
  display: block;
  margin: 0 auto;
  border: 1px solid #707070;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .faq_single dl {
    margin-bottom: 55px;
  }
  .faq_single dt {
    padding: 40px 0;
  }
  .faq_single dt h3 {
    font-size: 18px;
  }
  .faq_single dd {
    font-size: 12px;
    line-height: 21px;
    padding: 40px 0 0;
  }
}
