@charset "UTF-8";
/******************************************************************
 * 相続税申告プランと料金のご紹介
******************************************************************/
.price {
  overflow: hidden;
}
.price .c-mv-sub {
  margin-top: 0;
}

/* 相続税申告プラン
-----------------------------------------------------------------*/
.price-souzoku {
  position: relative;
  padding-top: 74px;
}
.price-souzoku__bg {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 585px;
  height: 108px;
  background: url(../img/price/ttl-bg.png) center/cover no-repeat;
  z-index: -1;
}
.price-souzoku__ttl .c-ttl1-jp {
  letter-spacing: 0;
}
.price-souzoku__subttl {
  margin-top: 73px;
}
.price-souzoku__txt {
  margin-top: 27px;
}
.price-souzoku__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
  margin-top: 50px;
}
.price-souzoku__item {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  position: relative;
}
.price-souzoku__item-ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 260px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 20px;
  background: #3bb077;
}
.price-souzoku__item-txt {
  height: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7058823529;
  letter-spacing: 0;
  text-align: center;
  padding: 40px 10px 32px;
  background: #eff9f7;
}

/* このような方におすすめです
-----------------------------------------------------------------*/
.price-recommend {
  position: relative;
  margin-top: 119px;
  padding: 73px 0 76px;
  background: url(../img/top/reason-bg.jpg) center/cover no-repeat;
  background-position-y: 42%;
}
.price-recommend__icon {
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 140px;
  height: 121px;
  margin: auto;
  z-index: 1;
}
.price-recommend__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-recommend__ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.7777777778;
  letter-spacing: -0.02em;
  color: #FFF;
  text-align: center;
}
.price-recommend__ttl span {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff200;
  text-decoration-thickness: 4px;
  text-underline-offset: 12px;
}
.price-recommend__ttl span::before, .price-recommend__ttl span::after {
  position: absolute;
  content: "";
  aspect-ratio: 33/54;
  width: 33px;
  top: 5px;
  background: url(../img/price/recommend-deco.png) center/cover no-repeat;
}
.price-recommend__ttl span::before {
  left: -56px;
}
.price-recommend__ttl span::after {
  transform: scale(1, -1);
  right: -56px;
}
.price-recommend__support {
  margin: 50px 6px 0;
}
.price-recommend__list {
  justify-content: center;
  align-items: center;
}
.price-recommend__item {
  width: 220px;
  height: 220px;
}
.price-recommend__item:nth-child(1) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.price-recommend__item:nth-child(2) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.price-recommend__item:nth-child(3) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.price-recommend__item:nth-child(4) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.price-recommend__item:last-child .item-inner .item-ttl {
  font-size: 26px;
}
.price-recommend .item-inner .item-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: -1px;
}
.price-recommend .item-inner .item-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.price-recommend .item-inner .item-icon--01 {
  margin-bottom: 22px;
}
.price-recommend .item-inner .item-icon--01 svg {
  width: 50px;
}
.price-recommend .item-inner .item-icon--01 svg .fa-secondary {
  fill: #00645a;
  opacity: 1;
}
.price-recommend .item-inner .item-icon--01 svg .fa-primary {
  fill: #3bb077;
}
.price-recommend .item-inner .item-icon--02 {
  margin-bottom: 21px;
}
.price-recommend .item-inner .item-icon--02 svg {
  width: 35px;
}
.price-recommend .item-inner .item-icon--02 svg .fa-secondary {
  fill: #3bb077;
  opacity: 1;
}
.price-recommend .item-inner .item-icon--02 svg .fa-primary {
  fill: #00645a;
}
.price-recommend .item-inner .item-icon--03 {
  margin-bottom: 22px;
}
.price-recommend .item-inner .item-icon--03 svg {
  width: 40px;
}
.price-recommend .item-inner .item-icon--03 svg .fa-secondary {
  fill: #3bb077;
  opacity: 1;
}
.price-recommend .item-inner .item-icon--03 svg .fa-primary {
  fill: #00645a;
}
.price-recommend .item-inner .item-icon--04 {
  margin-bottom: 21px;
}
.price-recommend .item-inner .item-icon--04 svg {
  width: 40px;
  fill: #3bb077;
}
.price-recommend .item-inner .item-icon--05 {
  margin-bottom: 10px;
}
.price-recommend .item-inner .item-icon--05 svg {
  width: 40px;
  fill: #3bb077;
}
.price-recommend__txt {
  margin-top: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
  transform: translateX(4px);
}
.price-recommend__txt a {
  letter-spacing: -0.1em;
  color: #fff200;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s;
}
.price-recommend__txt a:hover {
  color: #ff9933;
}

/* 料金
-----------------------------------------------------------------*/
.price-fee {
  margin: 96px 0 102px;
  /*
  .c-speedpack {
      @include pc {
          margin-top: 93px;
      }
  }
  */
}
.price-fee__txt {
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
.price-fee .top-plan-cont__flow {
  margin: 65px 0 54px;
}
.price-fee-scroll {
  padding-top: 72px;
  margin-top: -72px;
}

.price-fee-consult {
  position: relative;
  background: #fff4d2;
}
.price-fee-consult__ttl {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #FFF;
  background: #ff9933;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
}
.price-fee-consult__wrap {
  width: 100%;
  max-width: 555px;
  margin: 60px auto 0;
  padding: 16px 20px 24px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.price-fee-consult__img img {
  width: 98px;
  height: 120px;
}
.price-fee-consult__txt {
  margin: 16px 0 0 0;
  flex: 1;
}
.price-fee-consult__desc {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 0.90625;
  letter-spacing: 0.05em;
  z-index: 1;
}
.price-fee-consult__desc::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: -12px;
  width: calc(100% + 20px);
  height: 10px;
  background: #fff200;
  z-index: -1;
}
.price-fee-consult__desc .num {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  line-height: 0.6904761905;
  letter-spacing: 0.1em;
}
.price-fee-consult__desc strong {
  font-size: 42px;
  line-height: 0.6904761905;
  color: #ff9933;
}
.price-fee-consult__caution {
  padding-top: 14px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7058823529;
  letter-spacing: 0;
}

.price-fee-table {
  padding-bottom: 85px;
}
.price-fee-table__wrap + .price-fee-table__wrap {
  margin-top: 60px;
}
.price-fee-table__ttl {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}
.price-fee-table__ttl span {
  font-weight: 700;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.price-fee-table__ttl::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3bb077;
}
.price-fee-table__txt {
  margin-top: 27px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.price-fee-table .c-table {
  margin-top: 40px;
}
.price-fee-table .c-table table thead tr th {
  padding: 13px 0;
}
.price-fee-table .c-table table tbody tr th,
.price-fee-table .c-table table tbody tr td {
  padding: 16.75px 22px;
}
.price-fee-table .c-table__txt {
  margin: 17px 0 -3px;
}
.price-fee-table .c-table__txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding-left: 1em;
}
.price-fee-table .c-table__txt p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* 相続税申告プランの参考例
-----------------------------------------------------------------*/
.price-case {
  padding: 157px 0 195px;
  background: #eff9f7;
}
.price-case .c-ttl1-en {
  margin-bottom: 20px;
}
.price-case .c-ttl1-jp {
  letter-spacing: 0;
}
.price-case__txt {
  margin-top: 39px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
.price-case__bnr {
  margin-top: 70px;
}

.price-case-list {
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.price-case-item {
  position: relative;
  width: 30.8333333333%;
  display: flex;
  flex-direction: column;
}
.price-case-item::before {
  content: "+";
  font-size: 28px;
  font-weight: 500;
  color: #3bb077;
  position: absolute;
  top: 50%;
  right: calc(-1em - 8px);
  transform: translateY(-50%);
}
.price-case-item:last-child::before {
  content: none;
}
.price-case-item__icon {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #3bb077;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: calc(50% - 3px);
  transform: translateX(-50%);
}
.price-case-item__icon svg {
  -o-object-fit: cover;
     object-fit: cover;
  fill: #3bb077;
}
.price-case-item__icon--01 svg {
  width: 26px;
}
.price-case-item__icon--01 svg .fa-secondary {
  opacity: 1;
}
.price-case-item__icon--02 svg {
  width: 20px;
}
.price-case-item__icon--03 svg {
  width: 19px;
}
.price-case-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px 19px;
  background: #3bb077;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.price-case-item__main {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 15px;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  flex: 1;
}
.price-case-item__txt {
  margin-top: 22px;
  font-weight: 400;
  font-size: 17px;
  line-height: 2.1176470588;
  padding: 2px 10px;
  width: 100%;
  max-width: 290px;
  background: #f7f7f7;
  text-align: center;
}
.price-case-item__price {
  margin-top: 14px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #3bb077;
  text-align: center;
}
.price-case-item__price .num {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
.price-case-item__price .tax {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin: 10px 0 0 7px;
}
.price-case-item--small .price-case-item__txt {
  margin-top: 0;
  width: 100%;
}
.price-case-item--small .price-case-item__price {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.price-case-item--small .price-case-item__price + .price-case-item__txt {
  margin-top: 7px;
}

.price-case-sum {
  margin-top: 88px;
  padding: 29px 0 33px;
  background: #fff4d2;
  position: relative;
}
.price-case-sum::after {
  content: "＝";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #3bb077;
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.price-case-sum__ttl {
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9933;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 25px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.price-case-sum__content {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.price-case-sum__content::before {
  content: "";
  width: 76px;
  height: 148px;
  display: block;
  background: url(../img/price/case-illust01.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 13px);
  left: 10px;
}
.price-case-sum__content::after {
  content: "";
  width: 102px;
  height: 154px;
  display: block;
  background: url(../img/price/case-illust02.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
}
.price-case-sum__price {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 5px, #fff200 5px, #fff200 15px, rgba(0, 0, 0, 0) 15px);
  font: 700 52px "Lato", sans-serif;
  color: #ff9933;
  letter-spacing: 1.5px;
}
.price-case-sum__price span {
  font: 500 24px "Zen Kaku Gothic New", sans-serif;
}
.price-case-sum__tax {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.price-bnr {
  margin-top: 71px;
}
.price-bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 36px;
}

.price-bnr-item {
  width: 100%;
  max-width: 580px;
  height: 200px;
  padding: 38px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #3bb077;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.2s;
}
.price-bnr-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.price-bnr-item:hover {
  text-shadow: 0px 0px 2px #000;
}
.price-bnr-item:hover::before {
  opacity: 0;
}
.price-bnr-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.price-bnr-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-bnr-item__subttl {
  position: relative;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
}
.price-bnr-item__ttl {
  position: relative;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1;
}
.price-bnr-item__txt {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.price-bnr-item__txt .txt-yellow {
  color: #fff200;
}
.price-bnr-item__txt .txt-en {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  padding-left: 7px;
}
.price-bnr-item--voice .price-bnr-item__ttl {
  margin-bottom: 23px;
}

.price .top-omakase-support {
  margin-top: 61px;
}
.price .c-bottom-sec {
  margin-top: 145px;
}

.price-bottom {
  margin-top: 140px;
}
.price-bottom .c-bottom-sec {
  padding-top: 65px;
}
.price-bottom .c-bottom-sec-img {
  height: auto;
}
.price-bottom .c-bottom-sec-cont {
  width: 100%;
  max-width: 50%;
  margin-left: calc(50% + 23px);
}
.price-bottom .c-bottom-sec-cont__ttl {
  margin-bottom: 17px;
}
.price-bottom .c-bottom-sec-cont__txt {
  margin: 0 0 60px;
  padding-right: 0;
}
@media screen and (min-width: 751px){
  .price-recommend__list {
    gap: 23px;
  }
}
@media screen and (min-width: 960px){
  .price-souzoku__ttl .c-ttl1-en::before {
    top: -86px;
    width: 58px;
    height: 67px;
  }
  .price-souzoku__ttl .c-ttl1-jp {
    font-size: 42px;
  }
  .price-recommend__support {
    transform: translateX(5px);
  }
  .price-recommend__item:last-child .item-inner .item-ttl {
    padding: 0 10px 20px;
  }
  .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__icon.icon01 img {
    width: 36px;
    top: -3px;
    right: -1px;
  }
  .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__icon.icon03 img {
    width: 27px;
    top: -2px;
  }
  .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__num {
    padding-left: 0;
  }
  .price-fee-table .c-table table tbody tr:last-child th {
    padding: 0;
  }
  .price-case__bnr .c-bnr-ttl-jp {
    margin-bottom: 13px;
  }
  .price-case-item--small .price-case-item__price .num {
    font-size: 40px;
    margin-left: 17px;
    transform: translateY(-3px);
  }
  .price-case-item--small .price-case-item__price .tax {
    font-size: 16px;
    margin: 0;
    transform: translateX(-6px);
  }
  .price-case-sum__content::before {
    transform: translateY(-50%);
  }
  .price-case-sum__content::after {
    transform: translateY(-50%);
  }
  .price-bottom .c-bottom-sec {
    aspect-ratio: 1700/635;
    padding-bottom: 130px;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1701px){
  .price-bottom .c-bottom-sec-img {
    width: calc(50% - 109px);
  }
}
@media screen and (max-width: 1700px) and (min-width: 751px){
  .price-bottom .c-bottom-sec {
    padding: 3.8235294118vw 0 7.6470588235vw;
  }
  .price-bottom .c-bottom-sec-img {
    max-width: 47.0588235294vw;
    top: -2.3529411765vw;
  }
}
@media screen and (max-width: 1200px){
  .price-recommend__list {
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px){
  .price-bottom .c-bottom-sec-cont__ttl .tb-none {
    display: none;
  }
}
@media (max-width: 1199px){
  .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px){
  .price-souzoku__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 17px;
  }
  .price-recommend .item-inner .item-icon {
    height: unset;
  }
  .price-recommend .item-inner .item-icon--01 svg {
    width: 45px;
  }
  .price-recommend .item-inner .item-icon--03 svg {
    width: 30px;
  }
  .price-case-item__icon {
    left: 50%;
  }
  .price-case-item__ttl {
    font-size: 18px;
  }
  .price-case-item__price .num {
    font-size: 34px;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    font-size: 21px;
  }
  .price-bottom .c-bottom-sec-cont__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px){
  .price-souzoku {
    padding-top: 45px;
  }
  .price-souzoku__bg {
    top: -37.7px;
    width: 380.25px;
    height: 70.2px;
  }
  .price-souzoku__ttl .c-ttl1-en::before {
    top: -50px;
  }
  .price-souzoku__subttl {
    margin-top: 35px;
  }
  .price-souzoku__subttl .c-ttl3-inner {
    padding: 0 14px;
  }
  .price-souzoku__txt {
    margin-top: 10px;
  }
  .price-souzoku__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 35px;
  }
  .price-souzoku__item-ttl {
    font-size: 16px;
  }
  .price-souzoku__item-txt {
    padding: 30px 20px;
    font-size: 15px;
  }
  .price-recommend {
    margin-top: 60px;
    padding: 50px 0;
  }
  .price-recommend__icon {
    top: -7px;
    left: 7px;
    width: 70px;
    height: 60px;
  }
  .price-recommend__ttl {
    font-size: 24px;
  }
  .price-recommend__ttl span {
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
  .price-recommend__ttl span::before, .price-recommend__ttl span::after {
    width: 23px;
  }
  .price-recommend__ttl span::before {
    left: -27px;
  }
  .price-recommend__ttl span::after {
    right: -27px;
  }
  .price-recommend__support {
    margin: 25px 0;
  }
  .price-recommend__list {
    width: 60%;
    padding: 0;
    margin: 0 auto;
  }
  .price-recommend__item {
    max-width: 159px;
    height: 159px;
    margin-bottom: 10px;
  }
  .price-recommend__item:nth-child(1) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .price-recommend__item:nth-child(2) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .price-recommend__item:nth-child(3) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .price-recommend__item:nth-child(4) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 16.5px;
  }
  .price-recommend .item-inner .item-icon--01 {
    top: 4px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .price-recommend .item-inner .item-icon--02 {
    top: 3px;
    padding-left: 0;
    margin-bottom: 14px;
  }
  .price-recommend .item-inner .item-icon--03 {
    top: 5px;
    margin-bottom: 14px;
  }
  .price-recommend .item-inner .item-icon--04 {
    top: 10px;
    margin-bottom: 17px;
  }
  .price-recommend .item-inner .item-icon--05 {
    top: 10px;
    margin-bottom: 10px;
  }
  .price-fee {
    margin: 48px 0 51px;
  }
  .price-fee__txt {
    font-size: 15px;
    line-height: 1.8;
  }
  .price-fee .top-plan-cont__flow {
    margin: 35px 0 25px;
  }
  .price-fee-scroll {
    padding-top: 0;
    margin-top: 0;
  }
  .price-fee-consult__ttl {
    width: 75px;
    padding: 3px 4px 4px;
    top: -14px;
    font-size: 14px;
  }
  .price-fee-consult__wrap {
    margin-top: 35px;
    padding: 14px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .price-fee-consult__img img {
    width: 55px;
    height: 67px;
    transform: translateY(2px);
  }
  .price-fee-consult__txt {
    margin-top: 12px;
  }
  .price-fee-consult__desc {
    font-size: 19px;
  }
  .price-fee-consult__desc::after {
    left: 0;
    width: 100%;
    height: 6px;
  }
  .price-fee-consult__desc .num {
    font-size: 27px;
  }
  .price-fee-consult__desc strong {
    font-size: 26px;
  }
  .price-fee-consult__caution {
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.5;
  }
  .price-fee-table {
    padding-bottom: 57px;
  }
  .price-fee-table__wrap + .price-fee-table__wrap {
    margin-top: 30px;
  }
  .price-fee-table__ttl {
    padding-bottom: 8px;
  }
  .price-fee-table__ttl span {
    font-size: 26px;
    line-height: 1.3076923077;
  }
  .price-fee-table__ttl::before {
    height: 2px;
  }
  .price-fee-table__txt {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.8;
  }
  .price-fee-table .c-table {
    margin-top: 20px;
  }
  .price-fee-table .c-table table thead tr th {
    padding: 4px 0 5px;
  }
  .price-fee-table .c-table table tbody tr th,
  .price-fee-table .c-table table tbody tr td {
    padding: 7px 11px 8px;
  }
  .price-fee-table .c-table__txt {
    margin-top: 8px;
  }
  .price-fee-table .c-table__txt p {
    font-size: 11px;
    line-height: 1.5;
  }
  .price-case {
    padding: 76px 0 79px;
  }
  .price-case .c-ttl1-jp {
    line-height: 1.2307692308;
  }
  .price-case__txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .price-case__bnr {
    margin-top: 35px;
  }
  .price-case-list {
    margin-top: 25px;
    flex-direction: column;
    row-gap: 40px;
  }
  .price-case-item {
    width: 100%;
  }
  .price-case-item::before {
    font-size: 20px;
    top: auto;
    bottom: -1.92em;
    right: calc(50% - 0.88em);
    transform: translateX(-50%);
  }
  .price-case-item:nth-child(1) .price-case-item__ttl-txt {
    padding-right: 27px;
    letter-spacing: 1.5px;
  }
  .price-case-item__icon {
    width: 41px;
    height: 41px;
    border-width: 2px;
    position: unset;
    transform: unset;
  }
  .price-case-item__icon--01 svg {
    width: 23px;
    margin-bottom: 2px;
  }
  .price-case-item__icon--03 svg {
    width: 16px;
    height: 18.5px;
    margin-bottom: 2px;
  }
  .price-case-item__ttl {
    display: flex;
    align-items: flex-start;
    padding: 7px 10px 9px 18px;
    border-radius: 5px 5px 0 0;
  }
  .price-case-item__ttl-txt {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin: auto 0;
    letter-spacing: 0;
    flex: 1;
  }
  .price-case-item__main {
    padding: 11px 10px 15px;
  }
  .price-case-item__txt {
    margin-top: 0;
    padding: 0 10px 3px 12px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .price-case-item__txt--long {
    font-size: 15px;
    padding: 4px 8px 3px;
    letter-spacing: 0.5px;
  }
  .price-case-item__price {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
  }
  .price-case-item__price .num {
    padding-bottom: 5px;
  }
  .price-case-item__price .tax {
    margin: 3px 0 0 0;
    font-size: 15px;
  }
  .price-case-item--small .price-case-item__main {
    padding: 15px 20px 11px;
  }
  .price-case-item--small .price-case-item__price {
    margin-top: 6px;
  }
  .price-case-item--small .price-case-item__price + .price-case-item__txt {
    margin-top: 12px;
  }
  .price-case-item--small .price-case-item__price .num {
    padding-bottom: 5px;
  }
  .price-case-item--small .price-case-item__price .tax {
    margin-top: 3px;
  }
  .price-case-sum {
    margin-top: 58px;
    padding: 17px 0 16px;
  }
  .price-case-sum::after {
    font-size: 24px;
    top: -49px;
  }
  .price-case-sum__ttl {
    width: 75px;
    height: 30px;
    font-size: 16px;
    top: -16px;
    left: calc(50% - 1px);
  }
  .price-case-sum__content::before {
    width: 45px;
    height: 89px;
    top: -22px;
    left: 11px;
  }
  .price-case-sum__content::after {
    width: 61px;
    height: 92px;
    top: -25px;
    right: 8px;
  }
  .price-case-sum__price {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 4px, #fff200 4px, #fff200 11px, rgba(0, 0, 0, 0) 11px);
    font-size: 37px;
    letter-spacing: 1px;
  }
  .price-case-sum__price span {
    font-size: 20px;
    line-height: 1.5;
  }
  .price-case-sum__tax {
    padding-left: 2px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .price-bnr {
    margin-top: 45px;
  }
  .price-bnr-item {
    max-width: 335px;
    height: 125px;
    padding: 17px 20px;
    font-size: 13px;
    line-height: 1.3076923077;
    border-radius: 5px;
  }
  .price-bnr-item__subttl {
    margin-bottom: 4px;
  }
  .price-bnr-item__ttl {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .price-bnr-item__txt {
    line-height: 1.3;
  }
  .price-bnr-item__txt .txt-en {
    font-size: 24px;
  }
  .price-bnr-item--case .price-bnr-item__txt {
    font-size: 14px;
  }
  .price-bnr-item--voice .price-bnr-item__ttl {
    margin-bottom: 10px;
  }
  .price .top-omakase-support {
    margin-top: 46px;
  }
  .price .c-bottom-sec {
    margin-top: 69px;
  }
  .price-bottom {
    margin-top: 66px;
  }
  .price-bottom .c-bottom-sec {
    padding: 0 0 75px;
  }
  .price-bottom .c-bottom-sec-img {
    aspect-ratio: 355/210;
    max-width: calc(100% - 20px);
    top: -19px;
    margin-bottom: 20px;
  }
  .price-bottom .c-bottom-sec-cont {
    max-width: 100%;
    margin-left: 0;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    margin-bottom: 12px;
  }
  .price-bottom .c-bottom-sec-cont__txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 499px){
  .price-recommend__list {
    width: 100%;
  }
}
