@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.price-main-nav__ul {
  display: flex;
  flex-wrap: wrap;
}

.price-main-nav__item {
  cursor: pointer;
}
.price-main-nav__item.-active .price-main-nav__item-label {
  --bg-color: #34373B;
}

.price-main-nav__item-img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.price-main-nav__item-img img {
  display: block;
}

.price-main-nav__item-label {
  --bg-color: #9FA5AF;
  background-color: var(--bg-color);
  width: 100%;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  position: relative;
}
.price-main-nav__item-label::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--bg-color) transparent transparent transparent;
}

.anchor-link {
  --bg-hover-color: #34373B;
  --background-color: #fff;
  cursor: pointer;
  border: solid 1px #444;
  color: #000;
  position: relative;
  text-align: center;
  font-size: 12px;
  min-width: 245px;
  padding: 5px 32px 5px 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--background-color);
  background-image: linear-gradient(90deg, var(--bg-hover-color), var(--bg-hover-color));
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 0%;
  transition: background-size 0.2s ease, color 0.2s ease;
  font-weight: normal;
  letter-spacing: -.02em;
}
.anchor-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.anchor-link:hover {
  color: #fff;
  background-position: 100% 0%;
  background-size: 100% 100%;
}
.anchor-link:hover::before {
  border-color: #fff;
}

.anchor-link option {
  color: #000;
  text-align: left;
}

.site-link {
  --bg-hover-color: #34373B;
  --background-color: #fff;
  cursor: pointer;
  border: solid 1px #444;
  color: #000;
  position: relative;
  text-align: center;
  font-size: 15px;
  min-width: 245px;
  padding: 14px 32px 14px 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--background-color);
  background-image: linear-gradient(90deg, var(--bg-hover-color), var(--bg-hover-color));
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 100%;
  transition: background-size 0.2s ease, color 0.2s ease;
}
.site-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.site-link:hover {
  color: #fff;
  background-position: 0% 100%;
  background-size: 100% 100%;
}
.site-link:hover::before {
  border-color: #fff;
}

.price-section {
  background-color: #F8F8F8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.price-section__title-2 {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #5C677B 0%, #2D3646 100%);
  padding: 5px 15px;
  font-size: 16px;
  font-weight: lighter;
}
.price-section__title-2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 3px;
  height: 13px;
  background-color: #fff;
}
.price-section__main-content {
  padding: 10px;
  font-size: 11px;
  font-weight: lighter;
}
.price-section__title-3 {
  background-color: #9FA5AF;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 300;
  line-height: 1.2;
}
.mt-s-24 {
  margin-top: 10px;
}
.price-section__title-4 {
  background-color: #fff;
  font-size: 14px;
  color: #444444;
  padding: 3px 10px 3px 15px;
  position: relative;
  font-weight: 300;
  letter-spacing: 0;
  border-bottom: none;
  border-left: none;
}
.price-section__title-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background-color: #9FA5AF;
  border-radius: 50%;
  display: block;
}

.price-list {
  border-top: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
}

.price-list__row {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

.price-list__row + .price-list__row {
  border-top: solid 1px #E2E2E2;
}

.price-list__label {
  width: 50%;
  font-weight: 300;
  font-size: 12px;
  padding: 5px;
  line-height: 14px;
}
.price-list__label-sub {
  font-size: 14px;
  line-height: 1.3;
}

.price-list__value {
  width: 50%;
  font-weight: 300;
}

.comment-field {
  padding: 14px 20px;
  background-color: #9FA5AF;
  color: #fff;
  font-weight: 300;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comment-field__title {
  /* padding-bottom: 14px; */
  position: relative;
}

.comment-field__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}

.comment-field__content {
  height: 0;
  overflow: hidden;
}

.block {
  display: block;
}

.text-right {
  text-align: right;
}

.text-y-center {
  vertical-align: middle;
}

.flex {
  display: flex;
}
.flex.-warp {
  flex-wrap: wrap;
}

/* 余白 */
.x-center {
  display: flex;
  justify-content: center;
}

.d-none {
  display: none;
}
.price p {
  font-size: 12px;
}
.price-section p{
  font-size: 12px;
}
.ac_box {
  font-size: 12px;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .price-main-nav__ul {
    gap: 12px;
    justify-content: center;
  }
  .price-main-nav__item {
    width: calc(25% - 10px);
  }
  .price-main-nav__item-label {
    font-size: 12px;
    padding: 6px 4px;
  }
  .anchor-link {
    width: 100%;
  }
  .site-link {
    width: 100%;
    padding: 8px 32px 8px 24px;
  }

  .price-list__label-sub {
    font-size: 10px;
  }
  .flex {
    flex-direction: column;
  }
  .flex.-gap-s-12 {
    gap: 12px;
  }
  .flex.-gap-s-12 {
    gap: 12px;
  }
  .mt-s-12 {
    margin-top: 12px;
  }

  .mt-s-32 {
    margin-top: 32px;
  }
  .mt-s-64 {
    margin-top: 64px;
  }
  .py-s-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .width-s-full {
    width: 100%;
  }
  .sec-price .sec_inner {
    width:100%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  .price-main-nav__ul {
    gap: 16px;
  }
  .price-main-nav__item {
    width: calc(14.2857142857% - 15px);
  }
  .flex.-gap-d-24 {
    gap: 12px 24px;
  }
  .flex {
    display: flex;
  }
  .mt-d-12 {
    margin-top: 12px;
  }
  .mt-d-32 {
    margin-top: 32px;
  }
  .mt-d-48 {
    margin-top: 48px;
  }
  .mt-d-64 {
    margin-top: 64px;
  }
  .py-d-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .width-d-32\% {
    width: 32%;
  }
  .width-d-full {
    width: 100%;
  }
  .sec-price .sec_inner {
    max-width: 860px;
  }
}
