@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* price */
/* ============================================ */
section:not(.title) {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  section:not(.title) {
    margin-top: 80px;
  }
}

.anc ul li:nth-child(1), .anc ul li:nth-child(3) {
  width: 25%;
}
.anc ul li:nth-child(4) {
  width: 40%;
}
.anc ul li:last-child {
  width: 30%;
}

.acd-btn-label {
  display: block;
  position: relative;
  width: 512px;
  padding: 20px 60px;
  border: 2px solid #1e3963;
  border-radius: 100px;
  background: #fff;
  color: #1e3963;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .acd-btn-label {
    width: 100%;
    padding: 10px 36px 10px 20px;
  }
}
.acd-btn-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .acd-btn-label::after {
    right: 20px;
  }
}
.acd-btn-label:hover {
  background: #1e3963;
  color: #fff;
}
.acd-btn-label:hover::after {
  filter: brightness(0) invert(1);
}
.acd-btn-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.acd-btn-check {
  display: none;
}
.acd-btn-check:checked + .acd-btn-label {
  background: #1e3963;
  color: #fff;
}
.acd-btn-check:checked + .acd-btn-label::after {
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}
.acd-btn-check:checked + .acd-btn-label + .acd-btn-content {
  height: auto;
  opacity: 1;
  padding-block: 20px;
  visibility: visible;
}

.no-prime {
  display: none;
}

/*# sourceMappingURL=price.css.map */
