/* ============================================================
   NOTES Page Styles
   ============================================================ */


/* bg-chars（ページ固有） */
.p-notes-star-wrapper .p-notes__char--01 {
  top: -3.75rem;
  left: -2.25rem;
  width: 1115px;
  height: 50.8125rem;
  background-image: url("../../images/notes/notes_char_left.png");
  opacity: 0.8;
}

.p-notes-star-wrapper .p-notes__char--02 {
  top: -78px;
  right: -90px;
  width: 549px;
  height: 805px;
  background-image: url("../../images/notes/notes_model.png");
}

.p-notes-star-wrapper .ly-container {
  padding-top: 3.125rem;
}

.common_box {
  border: 0.125rem solid #000;
  border-radius: 3.125rem;
}

.sec-notes input {
  display: none;
}

.sec-notes .notes_title {
  cursor: pointer;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: block;
  padding-left: 8px;
  letter-spacing: 2px;
}

.sec-notes .notes_title::before,
.sec-notes .notes_title::after {
  content: "";
  display: block;
  width: 25px;
  height: 0.0625rem;
  top: 20px;
  position: absolute;
  right: 0;
  background: #222222;
}

.sec-notes .notes_title::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}

.p-notes__bg-halftone {
  top: 299px;
}

.sec-notes p {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .sec-notes .notes_title {
    font-size: 1rem;
    padding: 0.625rem 2.5rem 0.625rem 0;
  }

  .sec-notes .notes_title::before,
  .sec-notes .notes_title::after {
    width: 1.25rem;
    top: 1.375rem;
  }
}

.sec-notes .notes_item {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 0;
  opacity: 0;
}

.sec-notes .notes_item p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* .sec-notes .notes_item p a {
  font-size: 0.875rem;
} */

.sec-notes .notes_item p a.link_block {
  display: block;
  margin-bottom: 0.5rem;
}

.sec-notes .notes_item h4.notes_headline {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .sec-notes .notes_item h4.notes_headline {
    font-size: 0.875rem;
  }
}

.sec-notes .btn_common {
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec-notes .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}

.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-notes .p-notes-memo {
  width: 100%;
  position: relative;
  z-index: 2;
}

.sec-notes .p-notes-memo p {
  font-size: 0.8125rem;
  line-height: 2;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 600;
  padding-left: 1.875rem;
  position: relative;
}

.sec-notes .p-notes-memo p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #000;
  border-radius: 50%;
}

.sec-notes .p-notes-memo p:last-child {
  margin-bottom: 0;
}

.p-notes__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background-color: #F2F2F2;
  z-index: 0;
}

@media screen and (max-width: 781px) {

  section.sec-notes {
    margin-top: 0;
  }

  .sec-notes .p-notes-memo p {
    font-size: 19px;
    line-height: 1.35;
  }

  .common_box {
    padding: 13px 35px 55px 35px;
  }

  .sec-notes .notes_title {
    font-size: 21px;
    font-weight: 900;
  }

  .sec-notes p {
    font-size: 19px;
    line-height: 1.35;
  }

  .p-notes__bg-trans {
    top: 239px;
    right: -349px;
  }

  .p-notes__bg-overlay {
    height: 535px;
  }
}

@media screen and (max-width: 450px) {
  .sec-notes p {
    font-size: 11px;
  }

  .sec-notes .notes_title {
    font-size: 15px;
  }
}

.p-star-wrapper-notes .p-notes__char--01 img.char-left,
.p-star-wrapper-notes .p-notes__char--01 img.char-right {
  position: absolute;
  z-index: 3;
}

.p-star-wrapper-notes .p-notes__char--01 .char-left {
  width: 100%;
  height: auto;
}

.p-star-wrapper-notes .p-notes__char--01 .char-right {
  right: 0;
  height: auto;
}

@media screen and (max-width: 781px) {

  .p-star-wrapper-notes .p-notes__char--01 img.char-left,
  .p-star-wrapper-notes .p-notes__char--01 img.char-right {
    top: 0 !important;
  }

  .p-star-wrapper-notes .p-notes__char--01 .char-left {
    width: 782px;
    max-width: 100%;
  }

  .sec-notes .common_box {
    padding: 25px 39px 25px 39px;
  }
}
@media screen and (max-width: 576px) {
  .sec-notes .common_box {
    padding: 25px 18px 25px 18px;
  }
}

.common_box .common_box_item:first-child {
  padding: 0px 0px 25px 0px !important;
}

/*# sourceMappingURL=notes.css.map */