@charset "utf-8";
@import url("https://beauty-life.biz/wp/wp-content/themes/jin/css/root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
@media (max-width: 599px) {}

/* タブレット：min-width:600px */
@media (min-width: 600px) {}

/* PC：min-width:1025px */
@media (min-width: 1025px) {}

/***************************************
-------------- PURCHASE --------------
***************************************/
.purchase_step .step_block {
  padding: 1%;
  position: relative;
  background: #fff;
  border: 1px solid var(--base-color01);
}

@media (max-width: 599px) {
  .purchase_step .step_block {
    padding: 0 15px 15px;
  }
}

.purchase_step .step_block:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .purchase_step .step_block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.purchase_step .step_block:not(:last-child):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid var(--base-color01);
}

@media (max-width: 599px) {
  .purchase_step .step_block:not(:last-child):after {
    bottom: -20px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid var(--base-color01);
  }
}

.purchase_step .step_block h3 {
  color: var(--base-color01);
  font-size: clamp(1.6rem, 1.6vw, 2.6rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 1px solid var(--base-color01);
}

.purchase_step .step_block h3 span {
  display: inline-block;
  color: #fff;
  background: var(--base-color01);
  text-align: center;
  padding: 8px;
  font-size: 32px;
  line-height: 1;
  margin-right: 20px;
}

@media (max-width: 599px) {
  .purchase_step .step_block h3 span {
    font-size: 24px;
  }
}

.purchase_step .step_block h3 span small {
  display: block;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 599px) {
  .purchase_step .step_block h3 span small {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .purchase_step .step_block .cont {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}

@media (min-width: 600px) {
  .purchase_step .step_block .cont img {
    width: 30%;
    min-width: 330px;
    height: 100%;
  }
}

/*******注意書き********/
.tips_wrap {
  display: block;
  width: 100%;
  background: #fafafa !important;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .tips_wrap {
    margin-bottom: 8%;
  }
}

.tips {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #707070;
}

.tips li {
  margin-left: 20px;
  line-height: 2;
}

.tips li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--base-color01);
  margin-right: 10px;
  margin-left: -20px;
}

.step_wrap02 .step_block:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.step_wrap02 .step_block h3 {
  color: #fd6300;
  background: #ffcc8b;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.6rem, 2vw, 3rem);
  padding-right: 15px;
}

.step_wrap02 .step_block h3 span {
  display: block;
  color: #fff;
  background: #f99403;
  padding: 15px 4%;
  margin-right: 40px;
  height: 100%;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 400;
  position: relative;
  min-width: 100px;
  text-align: center;
}

@media (max-width: 599px) {
  .step_wrap02 .step_block h3 span {
    margin-right: 20px;
    line-height: 1.4;
  }
}

.step_wrap02 .step_block h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f99403;
}

.step_wrap02 .step_block .cont {
  border: 1px solid #f99403;
  border-top: 0;
  padding: 20px;
}

@media (min-width: 600px) {
  .step_wrap02 .step_block .cont {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}

@media (max-width: 599px) {
  .step_wrap02 .step_block .cont img {
    display: block;
    margin-top: 20px;
  }
}

@media (min-width: 600px) {

  .step_wrap02 .step_block .cont>div,
  .step_wrap02 .step_block .cont>.disc {
    width: calc(60% - 20px);
  }

  .step_wrap02 .step_block .cont img {
    width: 40%;
    min-width: 330px;
    height: 100%;
  }
}

.sec_info {
  margin-top: 50px;
}

@media (max-width: 599px) {
  .sec_info {
    margin-top: 8%;
  }
}


.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0px double var(--base-color01);
  background-color: #fffcda;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0px;
}

@media (max-width: 599px) {
  .contact {
    display: block;
    padding: 10px;
  }
}

.contact p {
  margin: 0;
}

.contact h4 {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.contact .mail,
.contact .tel {
  width: 48%;
}

@media (max-width: 599px) {

  .contact .mail,
  .contact .tel {
    width: 100%;
  }

  .contact .mail {
    margin-bottom: 20px;
  }
}

.contact .mail a,
.contact .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
}

.contact .mail a:hover,
.contact .tel a:hover {
  opacity: 0.8;
}

.contact .mail a {
  background: linear-gradient(#2a33a1, #1e257c);
}

.contact .tel a {
  background: linear-gradient(#ca5a4b, #b12714);
}

.contact .mail a p,
.contact .tel a p {
  width: 100%;
  text-align: center;
}

.contact .mail a .parent,
.contact .tel a .parent {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: auto;
  padding: 5px 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.0;
}

.contact .mail a .parent span {
  width: 24px;
  height: auto;
  margin-top: 3px;
  /*位置の微調整*/
  margin-right: 5px;
  background: url(../img/mail_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.contact .tel a .parent span {
  width: 24px;
  height: auto;
  margin-right: 5px;
  background: url("https://beauty-life.biz/img/phone_icon_w.png") no-repeat;
  background-size: contain;
  background-position: center;
}

ul.ul_check01 {
  padding: 25px;
  background: #fffcda;
  margin-bottom: 10px;
}

ul.ul_check01 li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  border-bottom: 2px solid #e8dec6;
}

ul.ul_check01 li::before {
  content: "";
  width: 20px;
  height: 21px;
  left: 0;
  right: auto;
  top: 15px;
  bottom: auto;
  position: absolute;
  background: url("https://beauty-life.biz/img/check.png") no-repeat;
}

@media (max-width: 599px) {
  ul.ul_check01 li::before {
    top: 12px;
  }
}

section form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}

.mailform {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--sp-space);
}

form dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.8rem;
}

form dd {
  width: 100%;
}

form dd.check,
form dd.upload,
form dd.select {
  width: 100%;
}

form dd.check label,
form dd.upload input {}

form dd.select select {}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #333;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: bottom;
}

#mailformpro select {
  padding: 8px;
  border: 1px solid #333;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
}

.mfp_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(75%, 400px);
  padding: 15px;
  border: none;
  background: var(--base-color01);
  color: #fff;
  text-align: center;
  margin: 5rem auto;
  font-size: 1.8rem;
  border-radius: 12px;
}

@media (max-width: 599px) {
  button[type="submit"] {
    margin: 0;
  }
}


button[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}

button[type="reset"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(30%, 200px);
  padding: 15px;
  border: none;
  background: #ccc;
  color: #fff;
  text-align: center;
  margin: 5rem auto;
  font-size: 1.8rem;
  border-radius: 12px;
}

@media (max-width: 599px) {
  button[type="reset"] {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

button[type="reset"]:hover {
  background: #333;
  cursor: pointer;
}

#mailformpro input[type="file"] {
  width: 48%;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#mailformpro input[type="checkbox"] {
  all: revert;
  margin-right: 10px;
}

#form p.subtitle {
  padding-top: 20px;
  margin-bottom: 30px;
}

#form .sp2 li {
  margin-top: var(--sp-space);
}

#form .sp2 li span {
  padding-bottom: 10px;
  display: block;
}

#form .block {
  display: block;
}

@media (max-width: 599px) {
  .mfp_buttons {
    gap: 0;
  }

  .mailform {
    font-size: 15px !important;
  }

  .mailform dt {
    font-size: 15px !important;
  }

  .mailform dd {
    font-size: 15px !important;
  }

  span.must {
    margin-top: 2px;
  }

  form optgroup,
  form select,
  form option {
    font-size: 15px !important;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    font-size: 15px !important;
  }
}

.page_wrap{
  padding-top: 0;
}

.mfp_buttons{
  margin:0;
}