@charset "UTF-8";
/*! Writen  by SCSS */
.sec_head {
  background: url("../images/deduction/main_bg.jpg") center/cover no-repeat;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
}
.sec_head::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
}

.deduction {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
}
.deduction p {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.6;
}
@media screen and (min-width: 520px) {
  .deduction p {
    font-size: 1.2rem;
  }
}
.deduction p .red {
  color: #FF6168;
}

h2.deduction_ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 0.6rem 0;
  font-size: clamp(1.2rem, 0.618rem + 2.91vw, 1.3rem);
  font-weight: bold;
  background-color: #0E94B0;
}
@media screen and (min-width: 960px) {
  h2.deduction_ttl {
    font-size: 2.4em;
    padding: 1rem 0;
  }
}
h2.deduction_ttl .small {
  display: block;
  font-size: clamp(0.8rem, 0.218rem + 2.91vw, 0.9rem);
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 960px) {
  h2.deduction_ttl .small {
    font-size: 1.6rem;
  }
}
h2.deduction_ttl sup {
  font-size: 0.6rem;
}
@media screen and (min-width: 960px) {
  h2.deduction_ttl sup {
    font-size: 1rem;
  }
}

h3.deduction_ttl {
  background-color: #FFF6D0;
  color: #331414;
  padding: 0.6rem 0 0.8rem;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: clamp(1.1rem, -0.064rem + 5.82vw, 1.3rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  h3.deduction_ttl {
    font-size: 2.4em;
    padding: 1rem 0;
  }
}
h3.deduction_ttl .red {
  color: #EB4651;
}

h4.deduction_ttl {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  h4.deduction_ttl {
    font-size: 1.2rem;
    margin: 20px 0 30px;
  }
}
h4.deduction_ttl .blue {
  color: #67BDCF;
}
h4.deduction_ttl .big {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  h4.deduction_ttl .big {
    font-size: 2.2rem;
  }
}

.deduction_itemWrap .deduction_item_ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 0.7rem 0 0.8rem;
  font-size: clamp(1.1rem, -0.064rem + 5.82vw, 1.3rem);
  font-weight: bold;
  background-color: #8C7828;
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_item_ttl {
    font-size: 2.4em;
    padding: 1rem 0;
  }
}
.deduction_itemWrap .deduction_item_ttl .small {
  display: block;
  font-size: clamp(0.8rem, 0.218rem + 2.91vw, 0.9rem);
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_item_ttl .small {
    font-size: 1rem;
  }
}
.deduction_itemWrap .deduction_item_ttl .small.bottom {
  margin-top: 0.3em;
}
.deduction_itemWrap .deduction_item_ttl sup {
  font-size: 0.6em;
}
.deduction_itemWrap .deduction_contentWrap {
  background-color: #FFF6D0;
  color: #331414;
  padding: 0.8rem 0 1rem;
  margin-bottom: 10px;
}
.deduction_itemWrap .deduction_content {
  text-align: center;
  margin-bottom: 0.6rem;
  line-height: 1.3;
  font-size: clamp(0.75rem, -0.705rem + 7.27vw, 1rem);
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
}
.deduction_itemWrap .deduction_content_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content_flex {
    gap: 1.2rem;
  }
}
.deduction_itemWrap .deduction_content_flex .big {
  line-height: 1;
  font-size: clamp(1rem, -1.327rem + 11.64vw, 1.4rem);
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content_flex .big {
    font-size: 2rem;
    margin-top: -10px;
  }
}
.deduction_itemWrap .deduction_content_flex .big .red {
  font-size: clamp(2.2rem, -5.982rem + 34.91vw, 2.2rem);
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content_flex .big .red {
    font-size: 5rem;
  }
}
.deduction_itemWrap .deduction_content_flex .big .comma {
  font-size: clamp(1.5rem, -1.409rem + 14.55vw, 2rem);
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content_flex .big .comma {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.deduction_itemWrap .deduction_content .sup_wrap {
  position: relative;
}
.deduction_itemWrap .deduction_content .sup_wrap .sup {
  position: absolute;
  top: 0.1rem;
  right: -0.9rem;
  font-size: 0.6em;
}
@media screen and (min-width: 960px) {
  .deduction_itemWrap .deduction_content .sup_wrap .sup {
    right: -1.3rem;
  }
}
.deduction_itemWrap .deduction_content:last-child {
  margin-bottom: 0;
}
.deduction_itemWrap .deduction_content .red {
  color: #EB4651;
  margin-right: 0.2rem;
}

.deduction_img {
  margin-bottom: 10px;
}
.deduction_img.img_cap {
  max-width: 800px;
  margin: 0 auto;
}
.deduction_img.img_difference {
  margin: 16px auto;
  max-width: 650px;
}
@media screen and (min-width: 960px) {
  .deduction_img.img_difference {
    margin: 0 auto 30px;
  }
}
.deduction_img.img_comparison {
  padding: 0.7rem 20px;
  text-align: center;
  background: linear-gradient(-180deg, rgb(224, 195, 106) 25%, rgb(124, 97, 14) 55%, rgb(164, 135, 35) 60%, rgb(164, 135, 35) 100%);
}
@media screen and (min-width: 520px) {
  .deduction_img.img_comparison {
    padding: 0.9rem 20px;
  }
}
.deduction_img.img_comparison img {
  max-width: 560px;
  width: 100%;
}

.annotation li {
  font-size: 0.65rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.annotation li:last-child {
  margin-bottom: 0;
}
.annotation li a {
  word-wrap: break-word;
  color: #c7c1b7;
  transition: 0.1s;
}
.annotation li a:hover {
  opacity: 0.6;
}

.arrow {
  width: 100px;
  height: 25px;
  margin: 25px auto;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 520px) {
  .arrow {
    width: 160px;
    height: 40px;
    margin: 32px auto;
  }
}
.arrow_lightblue {
  background: #67BDCF;
}
.arrow_lightpink {
  background: #F09FA4;
}
.arrow_blue {
  background: #0E94B1;
}
.arrow_pink {
  background: #DF7082;
}

/*------------ app_footer --------------*/
.app_footer__inner {
  padding: 6%;
  background-color: #000;
}
.app_footer__ico {
  width: 50px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .app_footer__ico {
    width: 80px;
  }
}

.sec_ttl.mod-app_footer {
  color: #fff;
  text-align: center;
}

.sec_ttl__en.mod-app_footer {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.9rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .sec_ttl__en.mod-app_footer {
    font-size: 1.15rem;
  }
}

.sec_ttl__ja.mod-app_footer {
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .sec_ttl__ja.mod-app_footer {
    font-size: 2.2rem;
  }
}

/*------------ sec_ttl --------------*/
.sec_ttl {
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .sec_ttl {
    margin-bottom: 60px;
  }
}
.sec_ttl__en {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: #000;
}
@media screen and (min-width: 960px) {
  .sec_ttl__en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 520px) {
  .sec_ttl__en {
    margin-bottom: 20px;
  }
}
.sec_ttl__ja {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .sec_ttl__ja {
    font-size: 3.8rem;
  }
}

.sec_txt__ja {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osak, Meiryo, メイリオ, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 960px) {
  .sec_txt__ja {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=deduction.css.map */