.sec-special .common_box {
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sec-special .common_box {
    margin-bottom: 2.8125rem;
  }
}

/*------------------------
  terms
------------------------*/
.sec-notes .common_box {
  padding-block: 2.625rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .sec-notes .common_box {
    padding-block: 4.0625rem 4.5625rem;
  }
}
.sec-notes .common_box .common_box_item {
  padding-block: 2.375rem;
}
@media screen and (min-width: 768px) {
  .sec-notes .common_box .common_box_item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .sec-notes .common_box .common_box_item:last-child {
    padding-bottom: 0;
  }
}
.sec-notes .common_box .common_box_item:first-child {
  padding-top: 0;
}
.sec-notes input {
  display: none;
}
.sec-notes .notes_title {
  cursor: pointer;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  padding-right: 3.125rem;
  position: relative;
  display: block;
}
.sec-notes .notes_title::before, .sec-notes .notes_title::after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 0.0625rem;
  top: 1.625rem;
  position: absolute;
  right: 0;
  background: #000;
  transform: scaleY(0.5);
}
@media screen and (min-width: 768px) {
  .sec-notes .notes_title::before, .sec-notes .notes_title::after {
    width: 2.8125rem;
    transform: scale(1);
  }
}
.sec-notes .notes_title::after {
  transform: rotate(-90deg) scaleY(0.5);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sec-notes .notes_title::after {
    transform: rotate(-90deg) scaleY(1);
  }
}
.sec-notes .notes_item {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
  padding-top: 0rem;
  opacity: 0;
}
.sec-notes .notes_item p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sec-notes .notes_item p a {
  font-size: inherit;
}
.sec-notes .notes_item p a.link_block {
  display: block;
  margin-bottom: 0.5rem;
}
.sec-notes .notes_item h4.notes_headline {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-notes .notes_item h4.notes_headline {
    font-size: 1.5rem;
  }
}
.sec-notes input:checked ~ .notes_title::after {
  transform: rotate(0deg);
  opacity: 0;
}
.sec-notes input:checked ~ .notes_item {
  max-height: unset;
  padding-top: 1.25rem;
  opacity: 1;
}
.sec-notes table {
  border: 0.125rem solid #000;
  font-size: 0.8125rem;
  width: 100%;
}
.sec-notes table td {
  border-top: 0.125rem solid #000;
}
.sec-notes table th,
.sec-notes table td {
  font-weight: 700;
  padding: 0.625rem;
  width: 50%;
  vertical-align: top;
}
.sec-notes table th:first-child,
.sec-notes table td:first-child {
  border-right: 0.0625rem solid #000;
}/*# sourceMappingURL=note.css.map */