@charset "UTF-8";
.main-contents:has(.p-guide) {
  overflow: visible;
}

@media screen and (max-width: 980px) {
  .p-guide {
    width: 90%;
    margin: 0 auto;
  }
}
.p-guide-index {
  margin-top: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
  padding: 35px 50px 20px;
}
.p-guide-index .-ttl {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  width: 68px;
  height: 33px;
  border-radius: 4px 4px 0 0;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  top: -33px;
  left: 0;
}
.p-guide-index .-ttl:after {
  content: none;
}
.p-guide-index .-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  position: relative;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .p-guide-index .-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-guide-index .-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
.p-guide-index .-list.is-open {
  height: auto;
}
.p-guide-index .-list.is-open:after {
  display: none;
}
.p-guide-index .-list li {
  padding-left: 0;
}
.p-guide-index .-list li:before {
  content: none;
}
.p-guide-index .-list li + li {
  margin-top: 0;
}
.p-guide-index .-list li a {
  font-size: 18px;
  text-decoration: underline;
}
.p-guide-index .-btn {
  margin: 40px auto 0;
}
.p-guide-index .-btn .btn {
  margin: 0 auto;
  width: 200px;
  border: 2px solid #FE7449;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #FE7449;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .p-guide-index .-btn .btn:hover {
    opacity: 0.7;
  }
}
.p-guide-index .-btn .btn .m-open {
  display: block;
}
.p-guide-index .-btn .btn .m-close {
  display: none;
}
.p-guide-index .-btn .btn.is-open .m-open {
  display: none;
}
.p-guide-index .-btn .btn.is-open .m-close {
  display: block;
}
.p-guide-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .p-guide-body {
    display: block;
  }
}
.p-guide-body .-side {
  margin-top: 20px;
  width: 120px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 240px;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side {
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.p-guide-body .-side .side-list li {
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li {
    width: calc(50% - 2.5px);
    height: auto;
  }
}
.p-guide-body .-side .side-list li:before {
  content: none;
}
.p-guide-body .-side .side-list li a {
  background: #fff;
  color: #FE7449;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    padding: 10px 0;
  }
}
.p-guide-body .-side .side-list li a .icn {
  display: block;
  width: 16px;
  margin: -5px auto 2px;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li a .icn {
    width: 15px;
    margin-bottom: 0;
    margin-right: 2px;
    display: inline-block;
  }
  .p-guide-body .-side .side-list li a .icn img {
    margin-top: -2px;
  }
}
.p-guide-body .-side .side-list li.m-hasarw {
  height: auto;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li.m-hasarw {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-guide-body .-side .side-list li.m-hasarw a {
  display: block;
  padding: 5px 0 30px;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li.m-hasarw a {
    padding: 10px 0;
  }
}
.p-guide-body .-side .side-list li.m-hasarw:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  aspect-ratio: 120/32;
  background: url("../img/guide/side_arw.svg") no-repeat center top/contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li.m-hasarw:after {
    display: none;
  }
}
.p-guide-body .-side .side-list li.m-hasarw.m-last {
  margin-bottom: 0;
}
.p-guide-body .-side .side-list li.m-hasarw.m-last:after {
  background-color: #FCF7EC;
  bottom: 0;
}
.p-guide-body .-side .side-list li.m-hasarw.m-last + li {
  margin-top: 0;
}
.p-guide-body .-side .side-list li + li {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li + li {
    margin-top: 0;
  }
}
.p-guide-body .-side .side-list li + li:not(.m-hasarw) {
  margin-top: 8px;
}
@media screen and (max-width: 980px) {
  .p-guide-body .-side .side-list li + li:not(.m-hasarw) {
    margin-top: 0;
  }
}
.p-guide-body .-side .side-list li + li:not(.m-hasarw) a {
  padding: 12px 0;
}
.p-guide-body .-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-guide-section + .p-guide-section {
  margin-top: 95px;
}
.p-guide-section .-subttl {
  color: #254845;
  border-top: 2px solid #FE7449;
  border-bottom: 2px solid #FE7449;
  font-size: 20px;
  font-weight: 900;
  margin-top: 22px;
  padding: 2px 20px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-subttl {
    font-size: 18px;
  }
}
.p-guide-section .-subttl:before {
  content: "●";
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #FE7449;
}
.p-guide-section p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-guide-section p {
    font-size: 14px;
  }
}
.p-guide-section p span {
  font-weight: 500;
}
.p-guide-section p strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .p-guide-section p strong {
    font-size: 14px;
  }
}
.p-guide-section p strong span {
  font-weight: 700;
}
.p-guide-section p .bold {
  font-weight: 700;
}
.p-guide-section p + p {
  margin-top: 22px;
}
.p-guide-section p + .-subttl {
  margin-top: 44px;
}
.p-guide-section dl {
  margin-top: 20px;
}
.p-guide-section dl dt, .p-guide-section dl dd {
  font-size: 16px;
  font-weight: 500;
}
.p-guide-section dl dt {
  color: #FE7449;
}
.p-guide-section dl dt + dt {
  margin-top: 20px;
}
.p-guide-section dl dd {
  margin-left: 16px;
}
.p-guide-section dl dd .img {
  width: 100%;
}
.p-guide-section dl dd .img img {
  width: 100%;
}
.p-guide-section dl dd.m-commission {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .p-guide-section dl dd.m-commission {
    font-size: 14px;
  }
}
.p-guide-section dl dd .note {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .p-guide-section dl dd .note {
    font-size: 14px;
  }
}
.p-guide-section dl + p {
  margin-top: 25px;
}
.p-guide-section dl.m-step dt, .p-guide-section dl.m-step dd {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .p-guide-section dl.m-step dt, .p-guide-section dl.m-step dd {
    font-size: 14px;
  }
}
.p-guide-section dl.m-step dt {
  color: #333;
}
.p-guide-section dl.m-step dd {
  line-height: 1.3;
  margin-left: 0;
}
.p-guide-section dl.m-step dd .img {
  margin-top: 25px;
}
.p-guide-section dl.m-step dd + dd {
  margin-top: 50px;
}
.p-guide-section ul.m-normal li {
  line-height: 1.5;
  padding-left: 15px;
}
.p-guide-section ul.m-normal li:before {
  content: "・";
  background: none;
  width: auto;
  height: auto;
  top: 0;
}
.p-guide-section ul.m-normal li + li {
  margin-top: 23px;
}
.p-guide-section ul + p {
  margin-top: 25px;
}
.p-guide-section .-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 93px;
  margin: 30px 0 15px;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 25px 0;
  }
}
.p-guide-section .-card .item.m-full img {
  width: 100%;
}
.p-guide-section .-imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-imgset {
    display: block;
    margin-bottom: 20px;
  }
}
.p-guide-section .-imgset .img {
  width: 400px;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-imgset .img {
    width: 100%;
    margin: 10px 0;
  }
}
.p-guide-section .-imgset .img img {
  width: 100%;
}
.p-guide-section .-imgset .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-guide-section .-imgset.m-imgleft {
  margin: 22px 0 50px;
  gap: 45px;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-imgset.m-imgleft {
    gap: 20px;
    margin: 22px 0 30px;
  }
}
.p-guide-section .-imgset.m-imgleft .img {
  width: 50px;
  margin-left: 45px;
}
@media screen and (max-width: 980px) {
  .p-guide-section .-imgset.m-imgleft .img {
    margin: 0 auto 20px;
  }
}