/*------------------------
  terms
------------------------*/
.sec-special .common_box,
.sec-notes .common_box {
  padding: 2.6875rem 3.125rem 5rem;
}
@media screen and (min-width: 768px) {
  .sec-special .common_box,
  .sec-notes .common_box {
    padding: 4.125rem 4.625rem 5.625rem;
  }
}
.sec-special p,
.sec-notes p {
  font-size: 1.25rem;
  line-height: 1.96;
}
@media screen and (min-width: 768px) {
  .sec-special p,
  .sec-notes p {
    font-size: 0.8125rem;
  }
}
.sec-special p:not(:last-child),
.sec-notes p:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.sec-special p a.link_block,
.sec-notes p a.link_block {
  display: block;
  margin-bottom: 0.5rem;
}
.sec-special img,
.sec-notes img {
  display: block;
  margin: 0 auto;
}

.sec-notes input {
  display: none;
}
.sec-notes .notes_title {
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-right: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-notes .notes_title {
    font-size: 1.4375rem;
  }
}
.sec-notes .notes_title::before, .sec-notes .notes_title::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.0625rem;
  top: 1.0625rem;
  position: absolute;
  right: 0;
  background: #CDCECE;
}
.sec-notes .notes_title::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.sec-notes .common_box_item {
  border-bottom: 0;
  padding-inline: 0.875rem;
  position: relative;
}
.sec-notes .common_box_item::after {
  content: "";
  border-bottom: 1px dotted #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0.5);
}
.sec-notes .common_box_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sec-notes .common_box_item:last-child::after {
  display: none;
}
.sec-notes .notes_item {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  padding-top: 0rem;
  opacity: 0;
}
.sec-notes .notes_item h4.notes_headline {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.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;
}

.sec-special .common_box_item {
  border-bottom: 0;
  padding-bottom: 0;
}
.sec-special .common_box_item img {
  max-width: 35.625rem;
}
.sec-special .btn_common2 {
  margin-top: 2.6875rem;
}/*# sourceMappingURL=note.css.map */