@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.price-page > .section-mv {
  padding: 0 20px;
  margin-top: 161px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-mv {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-mv {
    margin-top: 110px;
  }
}
.price-page > .section-mv > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.price-page > .section-mv > .container > .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.32vw;
  margin-bottom: 52px;
}
@media screen and (max-width: 820px) {
  .price-page > .section-mv > .container > .page-title {
    font-size: 1.8vw;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-mv > .container > .page-title {
    font-size: 3.7vw;
    margin-bottom: 16px;
  }
}
.price-page > .section-mv > .container > .page-title > .english {
  color: #939393;
  font-size: 0.95vw;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-mv > .container > .page-title > .english {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-mv > .container > .page-title > .english {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-mv > .container > .page-title > .english {
    font-size: 3vw;
  }
}
.price-page > .section-mv > .container > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .price-page > .section-mv > .container > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.price-page > .section-mv > .container > .box-overview > .title {
  font-size: 3vw;
  font-weight: 500;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .price-page > .section-mv > .container > .box-overview > .title {
    font-size: 4vw;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-mv > .container > .box-overview > .title {
    font-size: 8.6vw;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.price-page > .section-mv > .container > .box-overview > .overview {
  font-size: 1vw;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-mv > .container > .box-overview > .overview {
    font-size: 1.2vw;
    max-width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-mv > .container > .box-overview > .overview {
    font-size: 1.5vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-mv > .container > .box-overview > .overview {
    font-size: 3.2vw;
  }
}
.price-page > .section-contents {
  padding: 0 20px;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents {
    margin-top: 32px;
  }
}
.price-page > .section-contents > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.price-page > .section-contents > .container > .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-menu {
    margin-bottom: 36px;
  }
}
.price-page > .section-contents > .container > .tab-menu > li {
  max-width: 25%;
  width: 100%;
}
.price-page > .section-contents > .container > .tab-menu > li > a {
  display: inline-block;
  border: 1px solid #727171;
  width: 100%;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #727171;
  font-size: 1.32vw;
  text-align: center;
  padding: 18px;
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-menu > li > a {
    font-size: 1.62vw;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-menu > li > a {
    font-size: 3.22vw;
    padding: 12px 1px;
    letter-spacing: 0;
  }
}
.price-page > .section-contents > .container > .tab-menu > li.selected {
  position: relative;
}
.price-page > .section-contents > .container > .tab-menu > li.selected > a {
  border: 1px solid #007f41;
  background-color: #f3f7f5;
  color: #007f41;
}
.price-page > .section-contents > .container > .tab-menu > li.selected:before, .price-page > .section-contents > .container > .tab-menu > li.selected:after {
  content: "";
  position: absolute;
  left: 50%;
}
.price-page > .section-contents > .container > .tab-menu > li.selected:before {
  bottom: -25.4px;
  margin-left: -17px;
  border: 14.6px solid transparent;
  border-top: 14.6px solid #f3f7f5;
  z-index: 2;
}
.price-page > .section-contents > .container > .tab-menu > li.selected:after {
  bottom: -26.1px;
  margin-left: -16px;
  border: 13.9px solid transparent;
  border-top: 13.9px solid #007f41;
  z-index: 1;
}
.price-page > .section-contents > .container > .tab-menu > li:not(:first-child) > a {
  border-left: 0;
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price {
  max-width: 30vw;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .title {
  font-size: 1vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .title {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .title {
    font-size: 3.7vw;
    margin-bottom: 0;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 2.35vw;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price {
    font-size: 2.55vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price {
    font-size: 2.95vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price {
    font-size: 8.55vw;
    margin-bottom: 0;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price > .tax {
  font-size: 1vw;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price > .tax {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .price > .tax {
    font-size: 3.7vw;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .notice {
  color: #727171;
  font-size: 0.9vw;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .notice {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .notice {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-price > .notice {
    font-size: 3.2vw;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions {
  max-width: 60vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions {
    max-width: 54vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions {
    max-width: 100%;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition {
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition {
    margin-bottom: 48px;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .label {
  color: #939393;
  font-size: 0.85vw;
  margin-right: 64px;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .label {
    font-size: 1.25vw;
    width: 90px;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .label {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .label {
    width: 100%;
    font-size: 3.25vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .data {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 0.85vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .data {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .data {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-condition > .condition > .data {
    font-size: 3.25vw;
  }
}
.price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-title {
  font-size: 1.45vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .box-estimate > .box-conditions > .list-title {
    font-size: 5.35vw;
    margin-bottom: 20px;
  }
}
.price-page > .section-contents > .container > .tab-panel > .list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.price-page > .section-contents > .container > .tab-panel > .list-image > .image {
  width: 23.5%;
  margin-right: 24px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image {
    width: 23%;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image {
    width: 22%;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image {
    width: 48%;
    margin-right: 11px;
    margin-bottom: 16px;
  }
}
.price-page > .section-contents > .container > .tab-panel > .list-image > .image:nth-child(4), .price-page > .section-contents > .container > .tab-panel > .list-image > .image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image:nth-child(even) {
    margin-right: 0;
  }
}
.price-page > .section-contents > .container > .tab-panel > .list-image > .image > .image {
  margin-bottom: 8px;
}
.price-page > .section-contents > .container > .tab-panel > .list-image > .image > .text {
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image > .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image > .text {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .price-page > .section-contents > .container > .tab-panel > .list-image > .image > .text {
    font-size: 3.15vw;
  }
}