@charset "UTF-8";
/* ---------------------------------------------
  guide
  --------------------------------------------- */
.l-wrapper-none {
  overflow: clip;
}

.p-page-container {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .p-page-container {
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 100px;
    gap: 0;
  }
}

.p-page-links {
  position: sticky;
  top: 128px;
  width: 267px;
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .p-page-links {
    position: static;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 10px;
    gap: 16px 10px;
    padding-top: 0;
  }
}
.p-page-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1.5px solid #EAE5DA;
  padding-bottom: 18px;
}
@media only screen and (max-width: 719px) {
  .p-page-links li {
    padding-bottom: 10px;
  }
}
.p-page-links li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .p-page-links li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-page-links a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: #84654A;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  padding: 0 30px 0 10px;
}
.p-page-links a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .p-page-links a {
    font-size: 15px;
    padding: 0 30px 0 0;
  }
}
.p-page-links a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow_circle.svg") no-repeat center/100%;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 719px) {
  .p-page-links a::after {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}

.p-page-main {
  width: 78%;
  max-width: 850px;
}
@media only screen and (max-width: 992px) {
  .p-page-main {
    width: 100%;
    max-width: 100%;
  }
}

.p-guide {
  padding: 64px 0 0;
}
@media only screen and (max-width: 719px) {
  .p-guide {
    padding-top: 50px;
  }
  .p-guide .c-section-ttl {
    margin-bottom: 16px;
  }
}
.p-guide:first-child {
  padding-top: 50px;
}
@media only screen and (max-width: 719px) {
  .p-guide:first-child {
    padding-top: 40px;
  }
}
.p-guide .c-ttl__box:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-guide .c-ttl__box:not(:first-of-type) {
    margin-top: 20px;
  }
}
.p-guide__inner {
  padding-left: 30px;
}
@media only screen and (max-width: 719px) {
  .p-guide__inner {
    padding-left: 0;
  }
}
.p-guide img {
  width: revert-layer;
  max-width: 100%;
  margin: 8px 0;
}
.p-guide p {
  font-size: 16px;
  letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
  .p-guide p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.p-guide p:not(.ttl):not(:last-of-type) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 719px) {
  .p-guide p:not(.ttl):not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.p-guide .ttl {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  .p-guide .ttl {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .p-guide .ttl[\:has\(\%2B\%20picture\)] {
    margin-bottom: 8px !important;
  }
  .p-guide .ttl:has(+ picture) {
    margin-bottom: 8px !important;
  }
}
.p-guide .medium {
  font-weight: 500;
}
.p-guide .bold {
  font-weight: 700;
}
.p-guide .color {
  color: #D05C5D;
}
.p-guide dl {
  margin-top: 30px;
}
.p-guide dl.is-open dt::after {
  content: "−";
}
.p-guide dl dt {
  border-top: 1.5px dotted #EAE5DA;
  position: relative;
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .p-guide dl dt {
    padding-right: 30px;
  }
  .p-guide dl dt p {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.p-guide dl dt::after {
  content: "+";
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #9A806A;
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (max-width: 719px) {
  .p-guide dl dt::after {
    font-size: 22px;
  }
}
.p-guide dl dd {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.p-guide dl dd p {
  font-size: 14px;
}
@media only screen and (max-width: 719px) {
  .p-guide dl dd p {
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}