.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding-top: 30px;
  }
}
.p_intro .lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.75;
}
.p_intro .txt {
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.88;
}
.p_intro p.notes {
		margin-top: 10px;
  color: #6f7f88;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .p_intro .lead {
    font-size: 1.6rem;
  }
  .p_intro .txt {
				font-size: 1.4rem;
				line-height: 1.86;
		}
  .p_intro p.notes {
				margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p_intro .lead br,
  .p_intro .txt br {
    display: none;
  }
}


.s_member {
  width: 1010px;
  margin: 70px auto 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_member {
    width: 88%;
    margin: 40px auto 0;
  }
}

.s_member .apply {
  width: 1010px;
  margin: 0 auto;
  border-radius: 10px;
  background: #f1f5f7;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .s_member .apply {
    width: 86.7vw;
    padding-bottom: 30px;
  }
}
.s_member .apply .ttl {
  background: #ec6b61;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 70px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .s_member .apply .ttl {
    font-size: 1.6rem;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.s_member .apply .lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_member .apply .lead {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_member .apply .creditcard {
  display: block;
  margin: 22px auto 0;
}
@media screen and (max-width: 480px) {
  .s_member .apply .creditcard {
    width: 205px;
    height: auto;
    margin: 16px auto 0;
  }
}
.s_member .apply .btn {
  margin: 30px auto 0;
  width: 325px;
}
@media screen and (max-width: 480px) {
  .s_member .apply .btn {
    margin: 15px auto 0;
    width: 235px;
  }
}
.s_member .apply .btn_tax {
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .s_member .apply .btn_tax {
    width: 74.7vw;
    margin: 10px auto 0;
    font-size: 1.1rem;
  }
}
.s_member .apply .contact {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 15px;
}
@media screen and (max-width: 480px) {
  .s_member .apply .contact {
    width: 74.7vw;
    margin: 20px auto 0;
    gap: 10px;
  }
}
.s_member .apply .contact p {
  width: 100%;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .s_member .apply .contact p {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
.s_member .apply .contact .btn3 {
  width: 240px;
}
@media screen and (max-width: 480px) {
  .s_member .apply .contact .btn3 {
    width: calc(50% - 5px);
  }
}
.s_member .apply .contact .btn3 + .btn3 {
  margin-top: 0;
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}


.btn_tax {
  display: block;
  text-decoration: none;
  color: #ec6b61;
  width: 780px;
  border-radius: 5px;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 30px;
  line-height: 70px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
}
.btn_tax::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ec6b61;
  background-image: url("/img/arr1_wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  position: absolute;
  right: 24px;
  top: calc(50% - 12px);
}
@media screen and (max-width: 480px) {
  .btn_tax::after {
    width: 16px;
    top: calc(50% - 8px);
    background-size: 4px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  .btn_tax:hover {
    color: #d9453b;
  }
  .btn_tax:hover::after {
    background-color: #d9453b;
  }
}
@media screen and (max-width: 480px) {
  .btn_tax {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 8px 35px 8px 12px;
  }
}