/* ========================================
   Area Global CSS - エリアページ専用スタイル
   ======================================== */

/* ========================================
   基本要素スタイル
   ======================================== */

/* body要素 */
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  overflow: hidden !important;
}

/* リスト要素 */
ul {
  display: inline-block;
}

ul li {
  display: inline-block;
}

/* ========================================
   コンポーネント・ユーティリティ
   ======================================== */

/* 関連記事矢印ラッパー */
.kanren-arrow-wrap {
  text-align: center;
  position: relative;
  z-index: -2;
}

/* ========================================
   レスポンシブ対応
   ======================================== */

@media screen and (max-width: 768px) {
  /* 対応コンテナ */
  .correspondence.container {
    padding: 0 20px;
  }
}

/* ========================================
   エリアテキストエリア
   ======================================== */

/* 見出し */
.area-textarea h2 {
  border-top: 2px dotted #D25359;
  border-bottom: 2px dotted #D25359;
  font-size: 22px;
  font-weight: bold;
  border-left: 0;
  padding-left: 0;
  position: relative;
  margin-bottom: 28px;
  padding: 15px 0;
}

.area-textarea h3 {
  color: #E64754;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.area-textarea h3:before {
  color: #E64754;
  content: "♦︎";
  margin-right: 0.6em;
  font-family: sans-serif;
  font-size: 1.2em;
  vertical-align: -2px;
}

/* 基本スタイル */
.area-textarea {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}

/* 画像 */
.area-textarea img {
  display: block;
  margin: 0px 0 0px;
}

/* リスト */
.area-textarea ul {
  list-style-type: disc;
}

.area-textarea ul li {
  font-size: 14px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}

/* ========================================
   レスポンシブ対応（エリアテキストエリア）
   ======================================== */

@media screen and (max-width: 768px) {
  .area-textarea h2 {
    font-size: 18px;
  }
  
  .area-textarea h3 {
    font-size: 16px;
  }
}

/* ========================================
   ファーストビュー・CTA
   ======================================== */

/* 電話ボタン */
.fv .cta [data-action="tel"] {
  box-shadow: 0px 6px 0px 0px #a0272b;
  margin-bottom: 5px;
  animation: btn_animation 2s infinite;
} 

/* FV（ファーストビュー）セクション */
body.archive.tax-area .fv {
  height: 660px;
    position: relative;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv {
  height: 650px;
  }
  
  }
  
  body.archive.tax-area .fv-left {
  position: relative;
    width: 75%;
    height: 633px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-left {
  height: 650px;
      width: 100%;
  }
  
  }
  
  body.archive.tax-area .fv-right {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/fv-right_area.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 660px;
    top: -20px;
  }
  
  body.archive.tax-area .fv-right .fv-right_name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    right: 30%;
    bottom: 10%;
    color: #fff;
  }
  
  body.archive.tax-area .fv-right .fv-right_name span {
  font-size:14px;
  }
  
  body.archive.tax-area .fv-right .fv-right_name div {
  font-weight: bold;
    font-size:20px;
  }
  
  body.archive.tax-area .fv-right img {
  position: absolute;
    right: 22%;
    top: 2%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-right {
  top: auto;
      bottom: 0;
      background-position: bottom;
      width: 65%;
  }
  
  body.archive.tax-area .fv-right img {
  position: absolute;
      right: auto;
      top: auto;
      left: -50%;
      bottom: 30%;
      width: 200px;
  }
  
  body.archive.tax-area .fv-right .fv-right_name {
  text-align: right;
      right: 2%;
      bottom: 5%;
  }
  
  body.archive.tax-area .fv-right .fv-right_name span {
  font-size: 10px;
  }
  
  body.archive.tax-area .fv-right .fv-right_name div {
  font-size: 13px;
  }
  
  }
  
  body.archive.tax-area .fv-item {
  position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  body.archive.tax-area .fv-item:before {
  content: "";
    background-image: url(/wp-content/themes/kaitorimakxas/asset/images/fv-bg_area.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    width: 312px;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: -1;
  }
  
  body.archive.tax-area .fv-item_text {
  font-size: 20px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_text {
  font-size: 16px;
  }
  
  body.archive.tax-area .fv-item:before {
  height: 255px;
      width: 240px;
  }
  
  }
  
  body.archive.tax-area .fv-item_text span {
  font-size: 30px;
  }
  
  body.archive.tax-area .fv-item_text span:before {
  content: "";
    display: inline-block;
    width: 3px;
    height: 30px;
    background-color: #E64754;
    transform: rotate(-45deg);
    margin-right: 40px;
    position: relative;
    top: 10px;
  }
  
  body.archive.tax-area .fv-item_text span span:after {
  content: "";
    display: inline-block;
    width: 3px;
    height: 30px;
    background-color: #E64754;
    transform: rotate(45deg);
    margin-left: 40px;
    position: relative;
    top: 10px;
  }
  
  body.archive.tax-area .fv-item_text span span:before {
  content: none;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_text span {
  font-size: 20px;
  }
  
  body.archive.tax-area .fv-item_text span:before {
  margin-right: 20px;
  }
  
  body.archive.tax-area .fv-item_text span span:after {
  margin-left: 20px;
  }
  
  }
  
  body.archive.tax-area .fv-item_name {
  font-size: 50px;
    font-weight: 900;
    letter-spacing: -0.1rem;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_name {
  font-size: 26px;
  }
  
  }
  
  body.archive.tax-area .fv-item_name_s {
  font-size: 50px;
    margin:0 -5px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_name_s {
  font-size: 24px;
      margin: 0 -5px;
  }
  
  }
  
  body.archive.tax-area .fv-item_makxas {
  font-weight: 900;
    font-size: 84px;
    position: relative;
    top: -15px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_makxas {
  font-size: 48px;
      top: -10px;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .fv-item_img {
  z-index: 1;
    position: absolute;
    top: 53.5%;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_img {
  top: 32%;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .fv-item_img2 {
  position: absolute;
    width: 100%;
    z-index: -2;
    bottom: 160px;
    height: 104px;
    background-image:url("/wp-content/themes/kaitorimakxas/asset/images/border.png");
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item_img2 {
  top: 35%;
      height: 90px;
  }
  
  }
  
  /* FVボタン */
  body.archive.tax-area .fv-btn .cta [data-action="line"],
  body.archive.tax-area .lv-btn .cta [data-action="line"] {
  background-color: #06C755;
    padding: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  body.archive.tax-area .fv-btn .cta [data-action="tel"],
  body.archive.tax-area .lv-btn .cta [data-action="tel"] {
  padding: 15px;
  }
  
  body.archive.tax-area .fv-btn .cta [data-action="tel"] .tel,
  body.archive.tax-area .lv-btn .cta [data-action="tel"] .tel {
  font-size:33px;
  }
  
  body.archive.tax-area .fv-btn .cta .reception-hours,
  body.archive.tax-area .lv-btn .cta .reception-hours {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  body.archive.tax-area .fv-btn {
  position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 740px;
    z-index: 1;
  }
  
  body.archive.tax-area .fv-btn .cta,
  body.archive.tax-area .lv-btn .cta {
  max-width: 350px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-btn .cta [data-action="tel"] {
  padding:10px;
  }
  
  body.archive.tax-area .fv-btn .cta [data-action="tel"] .tel,
    body.archive.tax-area .lv-btn .cta [data-action="tel"] .tel {
  font-size:24px;
  }
  
  body.archive.tax-area .fv-btn .cta {
  max-width: 250px;
  }
  
  body.archive.tax-area .lv-btn .cta {
  max-width: 230px;
  }
  
  body.archive.tax-area .fv-btn .cta .tel,
    body.archive.tax-area .lv-btn .cta .tel {
  font-size: 1.5em;
      padding-top: 0;
  }
  
  body.archive.tax-area .fv-btn .cta .icon-line,
    body.archive.tax-area .lv-btn .cta .icon-line {
  left: -10px;
  }
  
  }
  
  body.archive.tax-area .fv-btn .cta2,
  body.archive.tax-area .lv-btn .cta2 {
  background-color: #06C755;
  }
  
  body.archive.tax-area .fv-btn .cta .icon,
  body.archive.tax-area .lv-btn .cta .icon {
  position: relative;
    top: -10px;
    left: -5px
  }
  
  body.archive.tax-area .fv-btn .cta .text,
  body.archive.tax-area .lv-btn .cta .text {
  font-weight: bold;
    line-height: 1.7rem;
    font-size: 27px;
  }
  
  body.archive.tax-area .fv-btn .cta .fonts,
  body.archive.tax-area .lv-btn .cta .fonts {
  position: relative;
    left: -10px;
    font-weight: bold;
    top:5px;
  }
  
  body.archive.tax-area .slash-left {
  color: #E64754;
    padding-right: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-btn .cta .fonts,
    body.archive.tax-area .lv-btn .cta .fonts {
  top:0px;
  }
  
  body.archive.tax-area .fv-btn .cta .text,
    body.archive.tax-area .lv-btn .cta .text {
  font-size:20px;
  }
  
  body.archive.tax-area .fv-btn .cta [data-action="line"] {
  padding:13px;
  }
  
  body.archive.tax-area .fv-btn .cta [data-action="tel"] {
  padding: 11px;
  }
  
  body.archive.tax-area .lv-btn .cta [data-action="line"] {
  padding:10px;
  }
  
  body.archive.tax-area .slash-left {
  padding-right: 10px;
  }
  
  body.archive.tax-area .fv-btn .cta .icon,
  body.archive.tax-area .lv-btn .cta .icon {
  left: 5px;
  }
  
  body.archive.tax-area .fv-btn {
  left: 0px;
    bottom: 20px;
    right: 15px;
            justify-content: end;
  }
  
  body.archive.tax-area .fv-btn .cta + .cta,
  body.archive.tax-area .lv-btn .cta + .cta {
  margin-top: 0.5em;
  }
  
  }
  
  body.archive.tax-area .slash-right {
  color: #E64754;
    padding-left: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .slash-right {
  padding-left: 10px;
  }
  
  }
  
  /* kaitori--scoped--strict.cssから追加 */
  body.archive.tax-area .fv-item figure {
  position: relative;
    z-index: 1;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .fv-item figure {
  width: 90%;
      margin: 10px auto 0;
  }
  }
  
  @media screen and (min-width: 769px) {
  body.archive.tax-area .fv-item_text em {
  font-size: 28px;
  }
  } 
  
  body.archive.tax-area .back_fv {
    text-align: center;
    }
    
    @media screen and (min-width: 769px) {
    body.archive.tax-area .back_fv {
    margin-bottom: 22px;
    }
    
    }
    
    body.archive.tax-area .back_fv:before {
    content: none;
    }
    
    body.archive.tax-area .back_fv .catch {
    position: relative;
      font-weight: bold;
      font-size: 22px;
      margin-bottom: -35px;
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv .catch {
    font-size: 13px;
        margin-bottom: 0;
    }
    
    }
    
    body.archive.tax-area .back_fv .catch em {
    color: #E64754;
      font-size: 1.27em;
    }
    
    body.archive.tax-area .back_fv .catch:before, body.archive.tax-area .back_fv .catch:after {
    content: "";
      height: 1em;
      border-left: solid 2px #E64754;
      position: absolute;
      bottom: 0;
    }
    
    body.archive.tax-area .back_fv .catch:before {
    transform: rotate(-30deg);
      margin-left: -.7em;
    }
    
    body.archive.tax-area .back_fv .catch:after {
    transform: rotate(30deg);
      margin-left: .5em;
    }
    
    body.archive.tax-area .back_fv .ttl {
    font-weight: bold;
      font-size: 82px;
      font-weight: 900;
      line-height: 1.3;
      padding: 65px 0 10px;
    }
    
    @media screen and (min-width: 769px) {
    body.archive.tax-area .back_fv .ttl.b {
    padding-top: 10px;
    }
    
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv .ttl {
    padding: 10px 0 10px;
        font-size: 41px;
    }
    
    }
    
    body.archive.tax-area .back_fv .ttl em {
    font-size: 60px;
      color: #E64754;
      display: block;
      line-height: 1.2;
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv .ttl em {
    font-size: 29px;
    }
    
    }
    
    body.archive.tax-area .back_fv ul {
    display: flex;
      justify-content: center;
      gap: 25px;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.3;
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv ul {
    font-size: 15px;
        gap: 12px;
    }
    
    }
    
    body.archive.tax-area .back_fv li {
    display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 162px;
      aspect-ratio: 1 / 1;
      background: #FFE200;
    }
    
    @media screen and (min-width: 769px) {
    body.archive.tax-area .back_fv li.b {
    font-size: 1.071em;
    }
    
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv li {
    width: 99px;
    }
    
    }
    
    body.archive.tax-area .back_fv li p {
    font-size: 30px;
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv li p {
    font-size: 20px;
    }
    
    }
    
    body.archive.tax-area .back_fv li p small {
    display: block;
      font-size: .733em;
    }
    
    body.archive.tax-area .back_fv .left {
    height: 100%;
      position: relative;
    }
    
    body.archive.tax-area .back_fv figure {
    position: relative;
      z-index: -1;
    }
    
    @media screen and (max-width: 768px) {
    body.archive.tax-area .back_fv {
    height: auto;
    }
    
    body.archive.tax-area .back_fv .fv-item_img2 {
    top: 130px;
        height: 60px;
        background-size: auto 100%;
    }
    
    body.archive.tax-area .back_fv .img {
    width: 148px;
        margin-left: auto;
        margin-top: -10px;
    }
    
    }
    
    @media screen and (min-width: 769px) {
    body.archive.tax-area .back_fv {
    height: 600px;
    }
    
    body.archive.tax-area .back_fv .img {
    position: absolute;
        bottom: 0;
        right: -190px;
    }
    
    body.archive.tax-area .back_fv .fv-btn {
    position: static;
    }
    
    body.archive.tax-area .back_fv .fv-item_img2 {
    bottom: 200px;
    }
    
    body.archive.tax-area .back_fv .left {
    width: 720px;
    }
    
    body.archive.tax-area .back_fv figure {
    position: absolute;
        height: 100%;
        top: 0;
        width: calc(50% - 100px);
        right: 0;
    }
    
    body.archive.tax-area .back_fv figure img {
    width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    }
    
    @media screen and (min-width: 1360px) {
    body.archive.tax-area .back_fv .left {
    width: 800px;
        margin-left: calc(50% - 700px);
    }
    
    }
    
    /* バナー・広告セクション */
body.archive.tax-area .bnr {
  background-color: #F2EEE6;
    padding: 20px;
    position: relative;
    margin-top: -22px;
  }
  
  body.archive.tax-area .bnr:before {
  content: "";
    display: block;
    border-top: 1px solid #CBA537;
    position: absolute;
    left:0;
    top: -5px;
    width: 100%;
  }
  
  body.archive.tax-area .bnr:after {
  content: "";
    display: block;
    border-top: 1px solid #CBA537;
    position: absolute;
    left:0;
    bottom: -5px;
    width: 100%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .bnr {
  padding: 0 0 20px;
      margin-top: 8px;
  }
  
  }
  
  body.archive.tax-area .bnr2 {
  background-image: url("../../asset/images/border2.png");
    padding: 0px 0 20px;
    margin: 80px 0 110px;
  }
  
  body.archive.tax-area .bnr2 .row {
  margin-top: -50px;
    max-width:920px;
  }
  
  body.archive.tax-area .bnr2 a {
  height: 118px;
    max-width:440px;
  }
  
  body.archive.tax-area .bnr2 .tel {
  font-size: 37px;
  }
  
  body.archive.tax-area .bnr2 .icon {
  position: relative;
    top: -13px;
  }
  
  body.archive.tax-area .bnr2-text {
  font-size: 24px;
    margin-bottom: 20px;
    position: relative;
  }
  
  body.archive.tax-area .bnr2-text:before {
  content: "";
   display: inline-block;
   width: 3px;
   height: 30px;
   background-color: #E64754;
   transform: rotate(-45deg);
   margin-right: 40px;
   position: relative;
   top: 10px;
  }
  
  body.archive.tax-area .bnr2-text:after {
  content: "";
   display: inline-block;
   width: 3px;
   height: 30px;
   background-color: #E64754;
   transform: rotate(45deg);
   margin-left: 40px;
   position: relative;
   top: 10px;
  }
  
  body.archive.tax-area .bnr2 .cta .reception-hours {
  font-size: 0.9em;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  
  body.archive.tax-area .bnr2 .cta .text {
  font-weight: bold;
    font-size: 1.4em;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 30px;
  }
  
  body.archive.tax-area .bnr2 a[data-action="line"] .icon {
  left: -5px;
  }
  
  body.archive.tax-area .bnr2-text {
  font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
  }
  
  body.archive.tax-area .bnr2 .fonts {
  font-size: 16px;
    position: relative;
    top: 5px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .bnr2 a {
  height:auto;
      padding: 10px 20px;
  }
  
  body.archive.tax-area .bnr2 .icon {
  left: 10px;
  }
  
  body.archive.tax-area .bnr2-text {
  font-size: 18px;
  }
  
  body.archive.tax-area .bnr2 .cta .text {
  font-size: 22px;
  }
  
  body.archive.tax-area .bnr2 .fonts {
  font-size: 14px;
      top: 0;
  }
  
  body.archive.tax-area .bnr2-text:before {
  position: absolute;
      top: auto;
      bottom: 0;
      width: 2px;
      height: 22px;
      left: 40px;
  }
  
  body.archive.tax-area .bnr2-text:after {
  position: absolute;
      top: auto;
      right: 40px;
      bottom: 0;
      width: 2px;
      height: 22px;
  }
  
  body.archive.tax-area .bnr2 .tel {
  font-size: 26px;
  }
  
  body.archive.tax-area .bnr2 {
  padding: 0px 0 40px;
  }
  
  body.archive.tax-area .bnr2 .row {
  margin-top: -30px;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .bnr img.sp {
  width: 150px !important;
      margin: 0px auto 0px;
      padding: 20px 0;
  }
  
  }
  
  /* エキテン関連 */
  body.archive.tax-area .logo_ekiten {
  width: auto!important;
  }
  
  body.archive.tax-area .ekiten_left {
  padding-right: 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_left {
  padding-right: 0px;
  }
  
  }
  
  body.archive.tax-area .ekiten_right {
  padding-left: 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_right {
  padding-left: 0px;
  }
  
  }
  
  body.archive.tax-area .ekiten_text {
  position: relative;
    padding-left: 0px;
    font-size: 20px;
    font-family : YuMincho, "Yu Mincho",serif;
    font-weight: 800;
    top: 10px;
    left:20px;
  }
  
  body.archive.tax-area .ekiten_text .d-inline-block {
  font-size: 25px;
  }
  
  body.archive.tax-area .ekiten_text .fontss {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    padding-right: 9%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_text .d-inline-block {
  font-size: 14px;
  }
  
  body.archive.tax-area .ekiten_text {
  font-size: 12px;
    padding-left: 0px;
    top: 10px;
    left: 0px;
    letter-spacing: -0.8px;
  }
  
  }
  
  body.archive.tax-area .ekiten_text span {
  color: #D3A400;
    font-size: 43px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_text span {
  font-size: 28px;
  }
  
  }
  
  body.archive.tax-area .ekiten_text span span {
  font-size: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_text span span {
  font-size: 20px;
      top: 0px;
  }
  
  }
  
  body.archive.tax-area .ekiten_kirakira_right {
  content: "";
    background-image: url(/wp-content/themes/kaitorimakxas/asset/images/kirakira_right.png);
    background-size: contain;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50px;
    width: 30px;
    right: 8%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_kirakira_right {
  bottom: 40px;
      right: -10px;
      height: 15px;
      width: 15px;
  }
  
  }
  
  body.archive.tax-area .ekiten_kirakira_left {
  content: "";
    background-image: url(/wp-content/themes/kaitorimakxas/asset/images/kirakira_left.png);
    background-size: contain;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom:50px;
    width: 30px;
    left: 8%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .ekiten_kirakira_left {
  bottom: 40px;
      left: 0;
      height: 15px;
      width: 15px;
  }
  
  } 
  /* お任せセクション */
body.archive.tax-area .omakase {
  position: relative;
    padding: 80px 0 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase {
  padding: 40px 0;
  }
  
  }
  
  body.archive.tax-area .omakase-area {
  margin-top:60px;
  }
  
  body.archive.tax-area .omakase-title {
  font-size: 34px;
    line-height: 56px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase-title {
  margin-top: 40px;
  }
  
  }
  
  body.archive.tax-area .omakase-title span {
  font-size: 46px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase-title span {
  font-size: 30px;
  }
  
  body.archive.tax-area .omakase-title {
  font-size: 22px;
      line-height: 40px;
      padding: 0 40px;
  }
  
  }
  
  body.archive.tax-area .omakase-title:after {
  border-bottom: 3px solid #E64754;
    content: "";
    display: block;
    width: 120px;
    margin: 20px 0 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase-title:after {
  margin: 10px 0 20px;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .omakase-text {
  line-height: 42px;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase-text {
  padding: 10px 20px 0!important;
      font-size: 14px;
      line-height: 1.8rem;
  }
  
  }
  
  body.archive.tax-area .omakase-right {
  padding-left: 50px;
    width: 45% !important;
    margin-top:20px;
  }
  
  body.archive.tax-area .title {
  font-size: 42px;
    padding-bottom: 70px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase-right {
  padding-left: 0px;
      width: 100% !important;
  }
  
  body.archive.tax-area .title {
  font-size: 26px;
      padding-bottom: 40px;
  }
  
  }
  
  body.archive.tax-area .title-sub {
  font-size: 23px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  
  body.archive.tax-area .title-sub:before {
  content: "";
    width: 58px;
    height: 38px;
    background-image: url(/wp-content/themes/kaitorimakxas/asset/images/bg.png);
    display: block;
    margin: auto;
    position: relative;
    top: 38px;
    z-index: -1;
  }
  
  body.archive.tax-area .title-en {
  font-size: 170px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #E8E0D0;
    text-stroke: 1px #E8E0D0;
    position: absolute;
    top: -100px;
    left: 20%;
    z-index: -1;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .title-en {
  font-size: 80px;
      left: 0;
      top: -60px;
      bottom: 0;
      right: 0px;
  }
  
  }
  
  body.archive.tax-area .title-en2 {
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -10%;
    z-index: -1;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .title-en2 {
  font-size: 120px;
      left: 0;
      right: auto;
  }
  
  }
  
  body.archive.tax-area .title-en3 {
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 25%;
    right: -4%;
    z-index: -1;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .title-en3 {
  font-size: 120px;
      left: 0;
      top: 52%;
      bottom: 0;
      right: -40px;
  }
  
  }
  
  body.archive.tax-area .title-en4 {
  left: 0;
    right: 0;
    text-align: center;
  }
  
  body.archive.tax-area .swiper .card {
  margin:0;
    padding-bottom:20px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  
  body.archive.tax-area .swiper img {
  width: 100%;
  }
  
  body.archive.tax-area .swiper-button-prev {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/arrow_left.png);
    background-position: center;
    width: 44px;
    background-size: cover;
    top: 35%;
  }
  
  body.archive.tax-area .swiper-button-prev:after {
  content: "";
  }
  
  body.archive.tax-area .swiper-button-next {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/arrow_right.png);
    background-position: center;
    width: 44px;
    background-size: cover;
    top: 35%;
  }
  
  body.archive.tax-area .swiper-button-next:after {
  content: "";
  }
  
  /* kaitori--scoped--strict.cssから追加 */
  @media screen and (min-width: 1080px) {
  body.archive.tax-area .omakase img {
  position: relative;
      max-width: 50vw;
      transform: translateX(-100%);
      left: 540px;
  }
  }
  
  @media screen and (min-width: 1415px) {
  body.archive.tax-area .omakase img {
  left: -160px;
      max-width: 700px;
      transform: translateX(0);
  }
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .omakase .omakase-area .col-md-11 {
  margin-left: -10px;
      width: 98% !important;
  }
  
  body.archive.tax-area .omakase {
  padding-top: 10px;
  }
  } 

  /* 実績・スタッフセクション */
body.archive.tax-area .results {
  margin-top: 80px;
  }
  
  body.archive.tax-area .results-title {
  font-size: 50px;
    position: relative;
    top: -40px;
    font-weight: bold;
  }
  
  body.archive.tax-area .results-title:after {
  border-bottom: 3px solid #E64754;
    content: "";
    display: block;
    width: 204px;
    margin: 40px 0;
  }
  
  body.archive.tax-area .results-title .title-en {
  left: 25%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .swiper-button-prev {
  left:0;
  }
  
  body.archive.tax-area .results .swiper {
  padding: 0 20px;
  }
  
  body.archive.tax-area .results-title {
  font-size: 30px;
      top: -25px;
      padding: 0 5px;
  }
  
  body.archive.tax-area .results-title:after {
  margin: 20px 0;
      width: 140px;
  }
  
  body.archive.tax-area .results .title-en {
  text-align: right;
      font-size: 70px;
      top:-40px;
      left:10%;
  }
  
  }
  
  body.archive.tax-area .results.bg-orange {
  padding-bottom: 65px;
  }
  
  body.archive.tax-area .results .price {
  font-size: 40px;
    padding: 0 0 0 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .results.bg-orange {
  margin-top: 0px;
      padding-bottom: 40px;
  }
  
  body.archive.tax-area .results .price {
  font-size: 24px;
      padding: 0 0 0 20px;
  }
  
  }
  
  body.archive.tax-area .results .icon-arrow-right {
  position: absolute;
    top: 35%;
    right: 10px;
  }
  
  body.archive.tax-area .results .cta {
  margin-top: 50px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .results .cta {
  margin: 40px auto 0;
      width: 90%;
  }
  
  }
  
  /* スタッフセクション */
  body.archive.tax-area .staff {
  padding: 80px 0;
    text-align:center;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .staff {
  padding: 40px 20px 0;
  }
  
  }
  
  body.archive.tax-area .staff-name {
  font-weight: bold;
  }
  
  body.archive.tax-area .staff-name span {
  font-weight: 400;
    margin-left:10px;
  }
  
  body.archive.tax-area .staff-title {
  font-size: 32px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 2;
    position: relative;
    top: 0px;
    font-weight: bold;
    display: inline-block;
    padding: 0 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .staff-title {
  font-size: 24px;
      top: 25px;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .staff-description {
  background-color: #FFF2F2;
    padding: 35px 50px;
    margin-top: 20px;
    text-align:left;
  }
  
  body.archive.tax-area .staff-area {
  padding: 70px 0px 0;
  }
  
  body.archive.tax-area .staff-area.row {
  flex-wrap: initial;
  }
  
  body.archive.tax-area .staff-box {
  position: relative;
  }
  
  body.archive.tax-area .staff-box:nth-of-type(3):after {
  display: none;
  }
  
  body.archive.tax-area .staff-box:after {
  border-right: 1px solid #D25359;
    content: "";
    position: absolute;
    height: 90%;
    top: 5%;
    right: 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .staff-description {
  padding: 20px 40px 50px;
  }
  
  body.archive.tax-area .staff-box:after {
  display: none;
  }
  
  }
  
  body.archive.tax-area .staff .swiper {
  top: -30px;
  }
  
  body.archive.tax-area .staff .swiper-container3 {
  border: 1px solid #E64754;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .staff .swiper-container3 {
  border: none;
      border-top: 1px solid #E64754;
  }
  
  }
  
  body.archive.tax-area .staff .swiper-pagination {
  position: absolute;
    bottom: 80px;
    margin-top: 0;
  }
  
  body.archive.tax-area .staff .swiper-pagination-bullet {
  border: 1px solid #E64754;
  }
  
  body.archive.tax-area .staff .swiper-pagination-bullet-active {
  background-color: #E64754;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .staff .swiper-slide {
  border: 1px solid #D25359;
      padding-top: 80px;
      position: relative;
      top: -75px;
  }
  
  }
  
  body.archive.tax-area .staff .swiper img {
  width: auto;
  }
  
  body.archive.tax-area .staff img {
  display: block;
    margin: 0 auto 20px;
  } 

  /* フローセクション */
body.archive.tax-area .flow {
  padding: 40px 0 80px;
  }
  
  body.archive.tax-area .flow .title-en {
  left: 0;
    right: 0;
    text-align: center;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow {
  padding: 80px 0px 0;
  }
  
  body.archive.tax-area .flow .col-md-6 {
  width: 48% !important;
      margin: 1%;
      position: relative;
      top: 30px;
  }
  
  body.archive.tax-area .flow .mt-5 {
  margin-top: 0rem !important;
  }
  
  }
  
  body.archive.tax-area .flow-area {
  margin-top: 40px;
  }
  
  body.archive.tax-area .flow-title {
  font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-title {
  font-size: 24px;
      margin-bottom: 20px;
  }
  
  }
  
  body.archive.tax-area .flow-card {
  background-color: #fff;
    border: 1px solid #E64754;
    border-radius: 5px;
    color: #E64754;
    font-size: 22px;
    margin: 50px 7px 7px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    max-width: 240px;
    width: 100%;
    font-weight: bold;
  }
  
  body.archive.tax-area .flow-card span {
  position: relative;
    top: -15px;
  }
  
  body.archive.tax-area .flow-card div {
  position: relative;
    top: -75px;
    left: -10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-card {
  height: 70px;
      line-height: 70px;
      margin: -5px 7px 7px;
      font-size: 14px;
  }
  
  body.archive.tax-area .flow-card span {
  position: static;
  }
  
  body.archive.tax-area .flow-card div {
  display: inline-block;
      top: 0;
      left:-4px;
  }
  
  }
  
  body.archive.tax-area .flow-card img {
  margin-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-card img {
  width: auto !important;
      height: 25px;
      display: inline-block !important;
      top: 3px;
      margin-right: 8px;
  }
  
  }
  
  body.archive.tax-area .flow-card.act {
  background-color: #E64754;
    color: #fff;
  }
  
  body.archive.tax-area .flow-box {
  position: relative;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-box {
  margin: 0px 0 30px;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .flow-box .col-md-5:after {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/triangle.png);
    color: #E64754;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    top: 95px;
    width: 10px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area > *:last-child {
  margin-bottom: -10px;
  }
  
  body.archive.tax-area .flow-box .col-md-5:after {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/triangle-sp.png);
      right: auto;
      top: auto;
      left: 18%;
      transform: 85deg;
      width: 30px;
      height: 18px;
      margin-top: 30px;
  }
  
  }
  
  body.archive.tax-area .flow-area > *:last-child .col-md-5:after {
  display: none;
  }
  
  body.archive.tax-area .flow-num {
  color: #fff;
    font-size: 44px;
    position: absolute;
    top: -35px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: bold;
  }
  
  body.archive.tax-area .flow-content {
  background-color: #fff;
    padding: 0 20px 30px;
    margin: 60px 20px 0;
    height: auto;
  }
  
  body.archive.tax-area #tab2 .flow-content {
  height: auto;
  }
  
  body.archive.tax-area #tab4 .flow-content {
  height: auto;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-content {
  padding: 0 20px 20px;
      margin: 30px 0 0;
      padding: 0 10px 15px;
      width: 53%!important;
      margin-left: 5.3%;
      height: auto!important;
  }
  
  }
  
  body.archive.tax-area .flow-content_title {
  font-size: 22px;
    position: relative;
    top: -20px;
    text-align: center;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-content_title {
  font-size: 17px;
  }
  
  }
  
  body.archive.tax-area .flow-content_text {
  font-size: 16px;
    line-height: 2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow-content_text {
  font-size: 12px;
      color: #393939;
      position: relative;
      top: -10px;
      line-height: 1.5rem;
  }
  
  }
  
  body.archive.tax-area .flow .bg-orange {
  margin-top: 100px;
  }
  
  body.archive.tax-area .flow .bg-orange .container {
  position: relative;
    top: -80px;
    width: 1000px;
  }
  
  body.archive.tax-area .flow img.flow_img {
  display: block;
    margin: 0 auto;
  }
  
  body.archive.tax-area .flow #tab2,
  body.archive.tax-area .flow #tab3,
  body.archive.tax-area .flow #tab4 {
  display: none;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .flow .bg-orange {
  margin-top:70px;
  }
  
  body.archive.tax-area .flow .bg-orange .container {
  top: -60px;
     width: auto;
  }
  
  } 

  /* おすすめセクション */
body.archive.tax-area .osusume {
  position: relative;
    position: relative;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume {
  padding: 0 20px;
  }
  
  }
  
  body.archive.tax-area .osusume-title {
  font-size: 34px;
    margin-bottom: 40px;
    text-decoration: underline;
    text-decoration-color: #E64754;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    font-weight: bold;
    position: relative;
  }
  
  body.archive.tax-area .osusume-title:after {
  content: "";
    display: block;
    background-image: url("/wp-content/themes/kaitorimakxas/asset/images/kirakira.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 10%;
    position: absolute;
    top: 50%;
    height: 70px;
    left: initial;
    display: inline-block;
    width: 60px;
    margin-left: 10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-title {
  font-size: 22px;
      margin-bottom: 40px;
  }
  
  body.archive.tax-area .osusume-title:after {
  top: 60%;
      height: 40px;
      left: initial;
      display: inline-block;
      width: 47px;
  }
  
  }
  
  body.archive.tax-area .osusume-title span {
  font-size: 48px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-title span {
  font-size: 30px;
      margin-top: 5px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #E64754;
      text-underline-offset: 15px;
      text-decoration-thickness: 2px;
      font-weight: bold;
  }
  
  }
  
  body.archive.tax-area .osusume-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 20px 30px;
    font-size: 22px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    width:49%;
  }
  
  body.archive.tax-area .osusume-card:nth-of-type(2n) {
  margin-left:2%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-card {
  font-size: 16px;
      padding: 20px 25px;
      width:100%;
  }
  
  body.archive.tax-area .osusume-card:nth-of-type(2n) {
  margin-left:0%;
  }
  
  }
  
  body.archive.tax-area .osusume-card span {
  font-size: 28px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-card span {
  font-size: 18px;
  }
  
  }
  
  body.archive.tax-area .osusume-card .icon-check {
  color: #E64754;
    margin-right: 5px;
    font-size: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-card .icon-check {
  margin-right: 10px;
      font-size: 22px;
  }
  
  }
  
  body.archive.tax-area .osusume-left {
  z-index: 1;
  }
  
  body.archive.tax-area .osusume-right {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/item3_area.png);
    background-position: top;
    padding-bottom: 70%;
    background-size: cover;
    position: absolute;
    width: 55%;
    right: 0;
    z-index: 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .osusume-right {
  padding-bottom: 0;
      height: 500px;
      bottom: -6%;
  }
  
  } 

  /* レビューセクション */
body.archive.tax-area .review {
  padding: 80px 0;
  }
  
  body.archive.tax-area .review .title-en {
  left: 0;
    right: 0;
    text-align: center;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review {
  padding: 40px 10px;
  }
  
  body.archive.tax-area .review img {
  width: auto !important;
  }
  
  }
  
  body.archive.tax-area .review-title {
  position: relative;
    font-size: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review-title {
  font-size: 18px;
  }
  
  }
  
  body.archive.tax-area .review-title span {
  font-size: 42px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review-title span {
  font-size: 26px;
  }
  
  }
  
  body.archive.tax-area .review-title2 {
  font-size: 32px;
    position: relative;
    top: 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review-title2 {
  font-size: 20px;
  }
  
  body.archive.tax-area .review-title2 img {
  width: auto !important;
      height: 40px;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review-title2 div {
  text-align: center;
  }
  
  }
  
  body.archive.tax-area .review-title2 span {
  margin-left: 40px;
    margin-right: 20px;
    font-size: 52px;
  }
  
  body.archive.tax-area .review-bar {
  margin-bottom: 10px;
  }
  
  body.archive.tax-area .review-bar_num {
  color: #E64754;
    font-size: 14px;
  }
  
  body.archive.tax-area .review .bg-orange {
  padding: 80px 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review .bg-orange {
  margin-top: -60px;
  }
  
  }
  
  body.archive.tax-area .review .border {
  height: 15px;
    border: 1px solid #E64754;
  }
  
  body.archive.tax-area .review-left {
  margin-top: 40px;
  }
  
  body.archive.tax-area .review-right {
  margin-top: 40px;
    margin-left: 50px;
    padding: 0 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review-right {
  margin-top: 60px;
      margin-left: 0px;
  }
  
  }
  
  body.archive.tax-area .review-right_content {
  position: relative;
    top: -50px;
  }
  
  body.archive.tax-area .review-user_title {
  font-size: 20px;
    color: #E64754;
  }
  
  body.archive.tax-area .review-user_info {
  font-size: 14px;
    margin: 15px 0;
  }
  
  body.archive.tax-area .review-user_item {
  background-color: #F8F8F8;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0;
  }
  
  body.archive.tax-area .review-user_text {
  font-size: 16px;
    line-height: 36px;
  }
  
  body.archive.tax-area .review .kaitoribubble {
  min-width: 240px;
    left: -40px;
    text-align: center;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .review .kaitoribubble {
  left: 0;
      right: 0;
      width: 100%;
  }
  
  } 

  /* FAQセクション */
body.archive.tax-area .faq {
  padding: 65px 0 80px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq {
  padding: 80px 0px 40px;
  }
  
  body.archive.tax-area .faq .title-en {
  top: -60px;
  }
  
  body.archive.tax-area .faq .container {
  padding:  0px;
  }
  
  }
  
  body.archive.tax-area .faq-title {
  font-size: 30px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-title {
  font-size: 20px;
  }
  
  }
  
  body.archive.tax-area .faq-title span {
  font-size: 42px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-title span {
  font-size: 24px;
      position: relative;
      top: -5px
  }
  
  }
  
  body.archive.tax-area .faq-list {
  background-color: #E64754;
    margin-top: 60px;
    padding: 1px 0px 0;
    width: 100%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-list {
  margin-top: 30px;
  }
  
  }
  
  body.archive.tax-area .faq-list li {
  background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 1px;
    width: 100%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-list li {
  padding: 20px 10px;
  }
  
  }
  
  body.archive.tax-area .faq-list_q {
  font-size: 22px;
    padding: 0em 0em 0em 55px;
    width: 85%;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-list_q {
  font-size: 16px;
  }
  
  }
  
  body.archive.tax-area .faq-list_q:before {
  background-color: #FFE200;
    content: "Q";
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
    position: absolute;
    left: 14px;
    top: 14px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-list_q:before {
  line-height: 40px;
      height: 40px;
      width: 40px;
      border-radius: 40px;
      font-size: 16px;
  }
  
  }
  
  body.archive.tax-area .faq-list_a {
  display: none;
    font-size: 18px;
    margin-top: 20px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .faq-list_a {
  font-size: 13px;
  }
  
  }
  
  body.archive.tax-area .faq-list .icon-arrow-up {
  display: none;
  }
  
  body.archive.tax-area .faq-list .icon-arrow-down,
  body.archive.tax-area .faq-list .icon-arrow-up {
  position: absolute;
    right: 20px;
    top: 35%;
    color: #E64754;
    font-size: 26px;
  }
  
  body.archive.tax-area .faq-list li {
  position: relative;
  } 

  /* 関連セクション */
body.archive.tax-area .kanren {
  position: relative;
    padding: 80px 0 0;
    margin-top: 120px;
  }
  
  body.archive.tax-area .kanren .container {
  max-width: 1300px;
    width: 100%;
  }
  
  body.archive.tax-area .kanren .cta.link a {
  padding: 15px 25px;
    background-color: #E64754;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  
  body.archive.tax-area .kanren .card__text .name {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 22px;
  }
  
  body.archive.tax-area .kanren .card__text {
  margin-top:15px;
    padding:0;
  }
  
  body.archive.tax-area .kanren .cta.link {
  margin: 1em 0 0 auto;
    min-width: initial;
    width: auto;
    display: inline-block;
    float: right;
  }
  
  body.archive.tax-area .kanren .cta.link a svg {
  display: inline-block;
    float: right;
    margin-left: 15px;
    font-size: 20px;
  }
  
  body.archive.tax-area .kanren .modal-body .swiper-button-prev,
  body.archive.tax-area .kanren .modal-body .swiper-button-next {
  top: 50%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .cta.link {
  width: 100%;
  }
  
  body.archive.tax-area .kanren .cta.link a svg {
  margin-left: 10px;
  }
  
  body.archive.tax-area .faq-list .icon-arrow-down, body.archive.tax-area .faq-list .icon-arrow-up {
  font-size: 16px;
  }
  
  body.archive.tax-area .faq-list .icon-arrow-up {
  top: 10%;
  }
  
  body.archive.tax-area .kanren .card__text .name {
  font-size: 16px;
  }
  
  body.archive.tax-area .kanren {
  padding-bottom: 0;
      margin-top:0;
      padding-top: 40px;
  }
  
  body.archive.tax-area .kanren .cta.link a {
  font-size: 12px;
      padding:20px 0px;
  }
  
  body.archive.tax-area .kanren .cta {
  position: relative;
      left:0%;
      width: 100%;
  }
  
  }
  
  body.archive.tax-area .kanren .cards {
  margin-top: 40px;
  }
  
  body.archive.tax-area .kanren-img {
  position: absolute;
    right: 15%;
    bottom: -60px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .cards {
  padding: 0 10px;
  }
  
  body.archive.tax-area .kanren-img {
  position: relative;
      right: 0;
      top: 60px;
  }
  
  }
  
  body.archive.tax-area .kanren-title {
  font-size: 30px;
    margin: 0 auto 15px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren-title {
  background-color: initial;
      font-size: 20px;
      line-height: 2.3rem;
  }
  
  }
  
  body.archive.tax-area .kanren-title span {
  font-size: 42px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren-title span {
  font-size: 26px;
  }
  
  }
  
  body.archive.tax-area .kanren-title div {
  background-color: #fff;
    padding: 0px 40px;
    width: 950px;
    margin: 0 auto;
  }
  
  body.archive.tax-area .kanren-item {
  font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  
  body.archive.tax-area .kanren-item_img {
  display: block;
    background-size: cover;
    background-position: center center;
    padding-bottom: 100%;
    margin: 10px 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren-item {
  font-size: 16px;
  }
  
  body.archive.tax-area .kanren-title div {
  padding: 0 10px;
     width: 80%;
     text-align: center;
     position: relative;
     top: 35px;
  }
  
  }
  
  body.archive.tax-area .kanren .card {
  padding: 15px;
    margin: 20px 5px 0;
    border-radius: 5px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .card {
  margin: 20px 0px 0;
      width: 31%;
  }
  
  }
  
  body.archive.tax-area .kanren .fv-item_img2 {
  position: absolute;
    top: 80px;
    width: 100%;
    height: 100px;
    z-index: 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren img {
  width: auto !important;
      padding: 0 20px;
  }
  
  }
  
  body.archive.tax-area .kanren-arrow_down {
  position: relative;
    top: -40px;
    z-index: -2;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren-arrow_down {
  top: 15px;
  }
  
  }
  
  /* モーダル関連 */
  body.archive.tax-area .kanren .modal-container {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
  }
  
  body.archive.tax-area .kanren .modal-container:before {
  content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  
  body.archive.tax-area .kanren .modal-container.active {
  opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  
  body.archive.tax-area .kanren .modal-img {
  padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  
  body.archive.tax-area .kanren .modal-cat {
  font-size: 26px;
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-cat {
  font-size: 20px;
      margin-top: 20px;
  }
  
  }
  
  body.archive.tax-area .kanren .modal-text {
  font-size: 15px;
    margin-top: 22px;
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    line-height:1.75rem;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-text {
  font-size: 14px;
      margin-bottom: 20px;
  }
  
  }
  
  body.archive.tax-area .kanren .modal-body {
  position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 900px;
    width: 90%;
  }
  
  body.archive.tax-area .kanren .modal-body .swiper-button-prev {
  left: -50px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-container {
  padding:0;
  }
  
  body.archive.tax-area .kanren .modal-body .swiper-button-prev {
  left: -20px;
  }
  
  }
  
  body.archive.tax-area .kanren .modal-body .swiper-button-next {
  right: -50px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-body .swiper-button-next {
  right: -20px;
  }
  
  }
  
  body.archive.tax-area .kanren .modal-close {
  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-close {
  top: -40px;
      right: 0px;
      width: 30px;
      height: 30px;
      font-size: 30px;
  }
  
  }
  
  body.archive.tax-area .kanren .modal-content {
  background: #fff;
    text-align: left;
    padding: 30px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .kanren .modal-content {
  background: #fff;
      text-align: left;
      padding: 30px 20px;
      overflow: scroll;
      height: 5 50px;
      height: 100%;
  }
  
  } 

  /* UPセクション */
body.archive.tax-area .up {
  position: relative;
    top: -100px;
  }
  
  body.archive.tax-area .up .bg-red {
  font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up {
  position: relative;
      top: -170px;
  }
  
  body.archive.tax-area .up .container {
  position: relative;
      top: 150px;
  }
  
  body.archive.tax-area .up .bg-red {
  font-size: 16px;
      padding: 5px 10px;
  }
  
  }
  
  body.archive.tax-area .up .bg-red span {
  font-size: 32px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up .bg-red span {
  font-size: 20px;
  }
  
  }
  
  body.archive.tax-area .up .bg-orange {
  padding: 60px 0 40px;
  }
  
  body.archive.tax-area .up-title {
  font-size: 80px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up-title {
  font-size: 50px;
      margin: 10px 0;
      position: relative;
      left: 20px;
  }
  
  }
  
  body.archive.tax-area .up-title_area {
  position: relative;
    top: 80px;
  }
  
  body.archive.tax-area .up-text {
  font-size: 23px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
  }
  
  body.archive.tax-area .up-text:before {
  content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #393939;
    transform: rotate(-35deg);
    position: absolute;
    top: 15px;
    left: 14.5%;
  }
  
  body.archive.tax-area .up-text:after {
  content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #393939;
    transform: rotate(35deg);
    position: absolute;
    top: 15px;
    right: 15%;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up-text:before {
  left: 5%;
      top: initial;
      bottom: 0;
  }
  
  body.archive.tax-area .up-text:after {
  right: 5%;
      top: initial;
      bottom: 0;
  }
  
  body.archive.tax-area .up-text {
  font-size: 16px;
      padding: 0 20px;
      margin-bottom: 20px;
      position: relative;
      top: 150px;
  }
  
  body.archive.tax-area .up .swiper {
  position: relative;
      top: 150px;
  }
  
  body.archive.tax-area .up .bg-orange {
  padding: 60px 0 180px;
      margin-bottom: -120px;
  }
  
  }
  
  body.archive.tax-area .up-img {
  display: inline-block !important;
    vertical-align: baseline;
  }
  
  body.archive.tax-area .swiper-container2 .swiper-slide {
  position: relative;
    left: -6%;
    max-width: 240px;
  }
  
  body.archive.tax-area .up .swiper-container2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
  }
  
  body.archive.tax-area .up .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 8px 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up .card {
  margin: 0 5px;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .up img.up-img {
  width: 50px !important;
  }
  
  body.archive.tax-area .up img.up-img2 {
  margin-top: 10px;
      width: 250px;
  }
  
  body.archive.tax-area .up .swiper img {
  width: 90%;
      margin: 0 auto;
  }
  
  } 

  /* ポイントセクション */
body.archive.tax-area .point {
  padding: 80px 0;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point {
  padding: 0px 20px 80px;
  }
  
  }
  
  body.archive.tax-area .point-title {
  font-size: 30px;
    background-color: #fff;
    position: relative;
    width: 75%;
    margin: 0 auto;
    z-index: 1;
    top: 120px;
    font-weight: bold;
  }
  
  body.archive.tax-area .point-title:after {
  border-bottom: 3px solid #E64754;
    content: "";
    display: block;
    width: 200px;
    margin: 40px auto;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-title {
  font-size: 20px;
      line-height: 2.2rem;
      top: 120px;
  }
  
  body.archive.tax-area .point-title:after {
  margin: 20px auto 40px;
      width: 100px;
  }
  
  }
  
  body.archive.tax-area .point-title span {
  font-size: 42px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-title span {
  font-size: 30px;
  }
  
  body.archive.tax-area .point .point-title .title-en {
  top: -20px;
      left: 10px;
  }
  
  }
  
  body.archive.tax-area .point-area {
  border: 1px solid #E64754;
    padding-top: 80px;
  }
  
  body.archive.tax-area .point-area_num {
  font-size: 19px;
    margin-top: 20px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-area_num {
  margin-top: 20px;
      font-size: 16px;
  }
  
  }
  
  body.archive.tax-area .point-area_title {
  font-size: 32px;
    margin-top: 18px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-area_title {
  font-size: 22px;
      margin-top: 15px;
      padding: 0 10px;
  }
  
  }
  
  body.archive.tax-area .point-area_text {
  font-size: 18px;
    padding: 0 20px;
    max-width:900px;
    margin: 25px auto 0;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-area_text {
  font-size: 14px;
      margin-top: 20px;
      line-height: 28px;
  }
  
  }
  
  body.archive.tax-area .point-heading {
  background-color: #FFF2F2;
    padding-bottom: 50px;
    margin-top: 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-heading {
  margin-top: 20px;
      padding-bottom: 30px;
  }
  
  }
  
  body.archive.tax-area .point-heading_title {
  background-image: url("/wp-content/themes/kaitorimakxas/asset/images/point.png");
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0;
    width: 80%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-heading_title {
  background-image: url("/wp-content/themes/kaitorimakxas/asset/images/point-sp.png");
      background-size: contain;
      padding: 5px 0;
  }
  
  }
  
  body.archive.tax-area .point-heading_text {
  color: #E64754;
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 14px;
    margin-top: 25px;
    padding: 0 70px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .point-heading_text {
  padding: 0 35px;
      margin-top: 10px;
  }
  
  } 

  /* LVセクション */
body.archive.tax-area .lv {
  position: relative;
    padding: 20px 0 100px;
    z-index: 1;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv {
  padding: 0px 0 100px;
      height: auto;
  }
  
  }
  
  body.archive.tax-area .lv-title {
  font-size: 32px;
    font-weight: bold;
    margin-top:60px;
  }
  
  body.archive.tax-area .lv-title:after {
  border-bottom: 3px solid #E64754;
    content: "";
    display: block;
    width: 100%;
    margin: 40px auto;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-title {
  font-size: 22px;
      text-align: center;
  }
  
  body.archive.tax-area .lv-title:after {
  margin: 20px auto;
  }
  
  }
  
  body.archive.tax-area .lv-title img {
  height: 70px;
    margin-top:10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-title img {
  display: inline-block !important;
      height: auto;
      width: 80% !important;
  }
  
  }
  
  body.archive.tax-area .lv-title span {
  vertical-align: bottom;
    font-size: 50px;
    position: relative;
    top: 5px;
    left: 5px;
  }
  
  body.archive.tax-area .lv-text {
  font-size: 16px;
    line-height: 32px;
    margin-bottom: -40px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-text {
  margin-top: 20px;
     margin-bottom: 40px;
  }
  
  body.archive.tax-area .lv-title span {
  font-size: 30px;
    color: #393939;
  }
  
  }
  
  body.archive.tax-area .lv-btn {
  position: absolute;
    bottom: -160px;
    max-width: 720px;
    width: 100%;
  }
  
  body.archive.tax-area .lv-btn .cta [data-action=line] {
  position: relative;
    left: 20px;
  }
  
  body.archive.tax-area .lv-btn .cta .icon {
  position: relative;
    top: -10px;
  }
  
  body.archive.tax-area .lv-btn .cta .fonts {
  position: relative;
    top: 10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-btn .cta [data-action=line] {
  left: 0;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-btn {
  max-width: 250px;
      bottom: -200px;
  }
  
  }
  
  body.archive.tax-area .lv-sp {
  width: auto !important;
    z-index: -1;
    position: absolute;
    bottom: -150px;
    height: 400px;
    right: 0;
  }
  
  body.archive.tax-area .lv-sp2 {
  z-index: 1;
  }
  
  /* 購入セクション */
  body.archive.tax-area .purchase {
  padding: 80px 0;
  }
  
  body.archive.tax-area .purchase .icon-arrow-down {
  position: absolute;
    right: 20px;
    top: 35%;
  }
  
  body.archive.tax-area .purchase img {
  margin: 0 10px;
    width: auto !important;
    height: 35px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase {
  padding: 40px 0;
  }
  
  body.archive.tax-area .lv-sp {
  right: -30px;
      bottom: -200px;
  }
  
  }
  
  body.archive.tax-area .purchase-white {
  border: 1px solid #E64754;
    color: #E64754;
    background-color: #fff;
  }
  
  body.archive.tax-area .purchase-red {
  background-color: #E64754;
    color: #fff;
  }
  
  body.archive.tax-area .purchase .cta {
  max-width: 490px;
    width: 100%;
    border-radius: 5px;
    height: 90px;
    line-height: 90px;
  }
  
  body.archive.tax-area .purchase .cta.row a {
  text-align: center;
    font-weight: bold;
    padding-right: 20px;
  }
  
  body.archive.tax-area .purchase .cta span {
  font-size: 24px;
    font-weight: bold;
  }
  
  body.archive.tax-area .purchase .container {
  max-width:1000px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase .cta {
  display: block;
      padding:10px;
      height: auto;
      line-height: initial;
  }
  
  body.archive.tax-area .purchase .cta.row a {
  padding-right:0;
  }
  
  body.archive.tax-area .purchase .cta span {
  font-size: 16px;
      text-align: center;
      display: block;
  }
  
  body.archive.tax-area .purchase .cta a {
  height: auto;
      line-height: initial;
      text-align: center;
  }
  
  body.archive.tax-area .purchase-btn .col-6 {
  width: 48% !important;
      margin: 0 1%;
  }
  
  }
  
  body.archive.tax-area .purchase .cta a img {
  margin: 10px auto;
  }
  
  body.archive.tax-area .purchase .bg-orange {
  padding-bottom: 40px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase .bg-orange {
  margin-top: 60px;
      padding-bottom: 10px;
  }
  
  body.archive.tax-area .purchase .cta a img {
  margin:0 auto;
      height: 25px;
  }
  
  }
  
  body.archive.tax-area .purchase-area {
  margin: 0 auto;
    padding: 60px 100px 40px;
    position: relative;
    top: -60px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase-area {
  margin: 0 auto;
      padding: 20px 30px;
      width: 90%;
      top: -60px;
  }
  
  }
  
  body.archive.tax-area .purchase-area_title {
  font-size: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase-area_title {
  font-size: 14px;
      padding: 5px 0;
  }
  
  }
  
  body.archive.tax-area .purchase-area_link {
  border: 1px solid #E64754;
    color: #E64754;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
  }
  
  body.archive.tax-area .purchase-area_link2 {
  position: relative;
    bottom: -80px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase-area_link {
  font-size: 12px;
  }
  
  body.archive.tax-area .purchase-area_link2 {
  bottom: -40px;
      position: absolute;
      right: 0;
  }
  
  }
  
  body.archive.tax-area .purchase-area_hidden {
  font-size: 14px;
    margin-top: 20px;
  }
  
  body.archive.tax-area .purchase-area_hidden a {
  color:#2e71b8;
  }
  
  body.archive.tax-area .purchase-btn {
  position: relative;
    top: -60px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase-area_hidden {
  font-size: 12px;
  }
  
  }
  
  body.archive.tax-area .purchase ul.more-hidden {
  line-height: initial;
          overflow: hidden;
          height: 140px;
  }
  
  body.archive.tax-area .purchase ul li {
  position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 20%;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  body.archive.tax-area .purchase ul.more-hidden li.more-link {
  cursor: pointer;
      width: 100%!important;
      height: 50px;
      line-height: 50px;
      background: rgba(255,255,255,0.9);
      text-align: center;
      position: absolute;
      font-size: 14px;
      left: 0;
      right: 0;
      bottom: 0px;
      border-right: none;
  }
  
  body.archive.tax-area .purchase ul.more-hidden li.more-link:after {
  content: "";
      width: 0.3em;
      height: 0.3em;
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: currentColor;
      transform: rotate(135deg);
      position: absolute;
      display: inline-block;
      position: relative;
      left: 10px;
      top: -3px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .purchase ul.more-hidden {
  height: 290px;
  }
  
  body.archive.tax-area .purchase ul li {
  font-size: 14px;
      width: 50%;
  }
  
  body.archive.tax-area .purchase ul li:nth-of-type(2n):after {
  display: none;
  }
  
  body.archive.tax-area .purchase ul.more-hidden li.more-link:after {
  display: inline-block;
  }
  
  }
  
  body.archive.tax-area .purchase ul li:after {
  border-right: 1px dotted #E64754;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
  } 

  /* 店舗セクション */
body.archive.tax-area .shop {
  padding: 65px 0 80px;
    max-width: 950px;
  }
  
  body.archive.tax-area .shop img {
  border-radius: 5px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop {
  padding: 40px 0 0;
  }
  
  body.archive.tax-area .shop .title-en4 {
  top: 0;
  }
  
  }
  
  body.archive.tax-area .shop-title {
  font-size: 42px;
    padding-top: 30px;
    margin-bottom: 100px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop-title {
  font-size: 30px;
      margin-bottom: 40px;
      line-height: 2.5rem;
  }
  
  }
  
  body.archive.tax-area .shop-content {
  margin-bottom: 40px;
  }
  
  body.archive.tax-area .shop-right {
  padding-left: 40px;
  }
  
  body.archive.tax-area .shop-name {
  font-size: 24px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop-name {
  padding: 0 20px;
      font-size: 20px;
      text-align: center;
      margin: 30px 0;
  }
  
  body.archive.tax-area .shop-right {
  padding-left: 0px;
  }
  
  }
  
  body.archive.tax-area .shop-name:after {
  border-bottom: 3px solid #E64754;
    content: "";
    display: block;
    width: 80px;
    margin: 20px 0 40px;
  }
  
  body.archive.tax-area .shop-addres {
  font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop-addres {
  padding: 0 20px;
      font-size: 14px;
      text-align: center;
  }
  
  body.archive.tax-area .shop-name:after {
  border-bottom: 2px solid #E64754;
      margin: 15px auto;
      width: 50px;
  }
  
  }
  
  body.archive.tax-area .shop-tel {
  font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop-tel {
  padding: 0 20px;
      font-size: 14px;
      text-align: center;
  }
  
  }
  
  body.archive.tax-area .shop-date {
  font-weight: bold;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop-date {
  padding: 0 20px;
      font-size: 14px;
      text-align: center;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .shop img {
  padding: 0 20px;
  }
  
  }
  
  /* 対応セクション */
  body.archive.tax-area .correspondence .kaitoribubble {
  text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 50px;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    left: 60px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .correspondence .kaitoribubble {
  font-size: 20px;
      left: 0px;
      right: 0;
      top: 60px;
      display: block;
  }
  
  }
  
  body.archive.tax-area .correspondence-title {
  font-size: 40px;
    font-weight: bold;
    line-height: 4rem;
    position: relative;
  }
  
  body.archive.tax-area .correspondence-title:after {
  background-image: url(/wp-content/themes/kaitorimakxas/asset/images/correspondence.png);
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 77px;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: 15%;
    width: 190px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .correspondence-title {
  font-size: 28px;
      line-height: 2.75rem;
  }
  
  body.archive.tax-area .correspondence-title:after {
  height: 70px;
      width: 132px;
      top: -10px;
      right: 0;
  }
  
  }
  
  body.archive.tax-area .correspondence-title span {
  font-size: 56px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .correspondence-title span {
  font-size: 36px;
  }
  
  }
  
  body.archive.tax-area .correspondence-text {
  font-size: 18px;
    line-height: 42px;
    margin-top: 20px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .correspondence-text {
  font-size: 16px;
      line-height: 36px;
  }
  
  }
  
  body.archive.tax-area .correspondence-area {
  border: 2px solid #E64754;
    padding-top: 40px;
    position: relative;
    top: 20px;
  }
  
  body.archive.tax-area .correspondence-area_title {
  font-size: 24px;
    text-align: center;
    color: #E64754;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  body.archive.tax-area .correspondence-area_text {
  font-size: 16px;
    line-height: 36px;
    padding: 40px 35px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    height: 250px;
  }
  
  body.archive.tax-area .correspondence-area_box {
  position: relative;
    background-color: #FFF2F2;
  }
  
  body.archive.tax-area .correspondence-area .col-6:nth-of-type(2n/**/+1) {
  position: relative;
  }
  
  body.archive.tax-area .correspondence-area .col-6:nth-of-type(2n/**/+1):after {
  border-right: 1px dotted #E64754;
    content: "";
    display: block;
    height: 88%;
    position: absolute;
    right: 0;
    top: 7%;
  }
  
  body.archive.tax-area .correspondence .swiper-pagination {
  position: absolute;
    bottom: 10px;
    margin-top: 0;
  }
  
  body.archive.tax-area .correspondence .swiper-pagination-bullet {
  border: 1px solid #E64754;
  }
  
  body.archive.tax-area .correspondence .swiper-pagination-bullet-active {
  background-color: #E64754;
  }
  
  body.archive.tax-area .correspondence .swiper img {
  width: auto;
  }
  
  body.archive.tax-area .correspondence img {
  display: block;
    padding: 33px 40px 24px;
    margin: auto;
  }
  
  body.archive.tax-area .lv img.pc {
  position: relative;
    bottom: -140px;
    z-index: -1;
  }
  
  body.archive.tax-area footer {
  margin-top:100px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .correspondence .swiper img {
  width: 80%;
  }
  
  body.archive.tax-area .correspondence-area {
  padding-top: 80px;
  }
  
  body.archive.tax-area .correspondence-area_text {
  padding: 20px 20px 50px;
      font-size: 14px;
      line-height: 30px;
      height: 270px;
  }
  
  body.archive.tax-area .correspondence-area_title {
  font-size: 22px;
  }
  
  body.archive.tax-area .correspondence img {
  padding: 0px 0 20px;
  }
  
  } 

  /* フッター・その他セクション */
body.archive.tax-area .lv-title span {
  vertical-align: bottom;
    font-size: 50px;
    position: relative;
    top: 5px;
    left: 5px;
  }
  
  body.archive.tax-area .lv-text {
  font-size: 16px;
    line-height: 32px;
    margin-bottom: -40px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-text {
  font-size: 14px;
     margin-top: 20px;
     margin-bottom: 40px;
  }
  
  body.archive.tax-area .lv-title span {
  font-size: 30px;
    color: #393939;
  }
  
  }
  
  body.archive.tax-area .lv-btn .cta [data-action=line] {
  position: relative;
      left: 10px;
  }
  
  body.archive.tax-area .lv-btn .cta .icon {
  position: relative;
      top: -10px;
  }
  
  body.archive.tax-area .lv-btn .cta .fonts {
  position: relative;
      top: 10px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-btn .cta [data-action=line] {
  left: 0;
  }
  
  body.archive.tax-area .lv-btn .cta .fonts {
  top: 0;
  }
  
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-btn {
  max-width: 250px;
        bottom: -150px;
  }
  
  }
  
  body.archive.tax-area .lv-sp {
  width: auto !important;
      z-index: -1;
      position: absolute;
      bottom: -150px;
      height: 400px;
      right: 0;
  }
  
  body.archive.tax-area .lv-sp2 {
  z-index: 1;
  }
  
  body.archive.tax-area footer {
  margin-top: 100px;
  }
  
  @media screen and (max-width: 768px) {
  body.archive.tax-area .lv-sp {
  bottom: -150px;
        right: -5%;
  }
  
  body.archive.tax-area .swiper-container2 .swiper-slide {
  left: auto!important;
        right: -4%;
  }
  
  body.archive.tax-area .up .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 5px 0;
  }
  
  body.archive.tax-area .lv-btn .cta .icon {
  top: -10px;
    font-size: 18px;
    left: 3px;
  }
  
  } 