.p_ttl2 {
  background: url("/img/howto_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/howto_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/howto_mv_sp.jpg") no-repeat center center/cover;
  }
}
.p_ttl2 h2 .small {
  padding-left: 0.2em;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .p_ttl2 h2 .small {
    font-size: 1.2rem;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 110px 0 100px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px 0;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 36px 0 60px;
    display: block;
  }
}
.p_intro .lead {
  width: 100%;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
.p_intro .lead sup {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .p_intro .lead {
    font-size: 1.6rem;
  }
  .p_intro .lead br {
    display: none;
  }
}
.p_intro .txt {
  width: 580px;
}
.p_intro .txt p:not(.notes) {
  margin-top: -0.44em;
  font-size: 1.6rem;
  line-height: 1.88;
}
.p_intro .txt p.notes {
  margin-top: 1em;
  color: #6f7f88;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .p_intro .txt {
    width: auto;
  }
  .p_intro .txt p:not(.notes) {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .p_intro .txt p.notes {
    font-size: 1.1rem;
  }
}
.p_intro .link {
  background: #f1f5f7;
  position: relative;
  width: 380px;
  border-radius: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 48px;
}
.p_intro .link .bal {
  position: absolute;
  top: -27px;
  right: -24px;
}
.p_intro .link p {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.88;
}
.p_intro .link .btn {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p_intro .link {
    width: auto;
    margin: 35px -2.67vw 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_intro .link .bal {
    display: none;
  }
  .p_intro .link p {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .p_intro .link .btn {
    margin: 0;
    width: 170px;
  }
}

.p_box {
  margin: 0 auto;
  padding: 115px 0 120px;
  width: 96%;
  background: #f1f5f7;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .p_box {
    width: auto;
    border-radius: 0;
    padding: 55px 0;
  }
}
.p_box > .lead {
  margin-top: 40px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
.p_box > .lead + .notes {
  margin: 20px auto 0;
  color: #6f7f88;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .p_box > .lead {
    margin: 20px auto 0;
    width: 88%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .p_box > .lead br {
    display: none;
  }
  .p_box > .lead + .notes {
    margin: 15px auto 0;
    width: 88%;
    font-size: 1.1rem;
  }
}

.p_subttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
}
@media screen and (max-width: 480px) {
  .p_subttl {
    font-size: 2.8rem;
  }
}

.p_anc2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px 0;
  width: 1010px;
  margin: 40px auto 0;
}
.p_anc2 li {
  width: 325px;
}
.p_anc2 a .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .p_anc2 {
    gap: 5px;
    width: 88%;
    margin: 15px auto 0;
  }
  .p_anc2 li {
    width: calc((100% - 5px) / 2);
  }
  .p_anc2 li:nth-last-child(-n+3) {
    width: 100%;
  }
}

.s_howto {
  margin: 80px auto 0;
  width: 1010px;
  border-radius: 10px;
  background: #fff;
  padding: 0 0 100px;
}
@media screen and (max-width: 480px) {
  .s_howto {
    margin: 30px auto 0;
    width: 93.3%;
    padding: 0 0 25px;
  }
}
.s_howto .img {
  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: 350px;
  margin-bottom: 75px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: relative;
  background-color: #e2ebef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s_howto .img .copyright {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media screen and (max-width: 480px) {
  .s_howto .img {
    height: 150px;
    margin-bottom: 30px;
  }
  .s_howto .img .copyright {
    right: 5px;
    bottom: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.s_howto#a_1 .img {
  background-image: url("/img/howto_img1.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_1 .img {
    background-image: url("/img/howto_img1@2x.jpg");
  }
}
.s_howto#a_2 .img {
  background-image: url("/img/howto_img2.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_2 .img {
    background-image: url("/img/howto_img2@2x.jpg");
  }
}
.s_howto#a_3 .img {
  background-image: url("/img/howto_img3.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_3 .img {
    background-image: url("/img/howto_img3@2x.jpg");
  }
}
.s_howto#a_4 .img {
  background-image: url("/img/howto_img4.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_4 .img {
    background-image: url("/img/howto_img4@2x.jpg");
  }
}
.s_howto#a_5 .img {
  background-image: url("/img/howto_img5.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_5 .img {
    background-image: url("/img/howto_img5@2x.jpg");
  }
}
.s_howto#a_6 .img {
  background-image: url("/img/howto_img6.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_6 .img {
    background-image: url("/img/howto_img6@2x.jpg");
  }
}
.s_howto#a_7 .img {
  background-image: url("/img/howto_img7.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_7 .img {
    background-image: url("/img/howto_img7@2x.jpg");
  }
}
.s_howto#a_8 .img {
  background-image: url("/img/howto_img8.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_8 .img {
    background-image: url("/img/howto_img8@2x.jpg");
  }
}
.s_howto#a_9 .img {
  background-image: url("/img/howto_img9.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_howto#a_9 .img {
    background-image: url("/img/howto_img9@2x.jpg");
  }
}
.s_howto .s_ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
}
.s_howto .s_ttl .small {
  display: block;
  margin-top: 12px;
  font-size: 2.1rem;
}
.s_howto .s_ttl .end {
  display: block;
  margin-top: 18px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_howto .s_ttl {
    font-size: 2.1rem;
  }
  .s_howto .s_ttl .small {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .s_howto .s_ttl .end {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.s_howto .content {
  width: 670px;
  margin: 0 auto;
  text-align: left;
}
.s_howto .content + .content {
  border-top: 1px solid #e2ebef;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .s_howto .content {
    width: 80vw;
  }
  .s_howto .content + .content {
    padding-top: 25px;
    margin-top: 25px;
  }
}
.s_howto .content .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_howto .content .ttl {
    font-size: 1.4rem;
  }
}
.s_howto .content .detail {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_howto .content .detail {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_howto + .btn {
  margin-top: 40px;
}
.s_howto + .btn::after {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
@media screen and (max-width: 480px) {
  .s_howto + .btn {
    margin-top: 15px;
  }
}
.s_howto + .btn + .s_howto {
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .s_howto + .btn + .s_howto {
    margin: 30px auto 0;
  }
}