@charset "utf-8";

.subpage_main_container {
  max-width: 1170px;
  margin: 0 auto 0;
  padding-bottom: 120px;
}

.reason_set {
  margin-top: 40px;
  display: flex;
  padding-bottom: 40px;
  border-bottom: #e6e6e6 1px solid;
}

.reason_set .thumbnail {
  width: 40%;
  height: fit-content;
}

.reason_txt_set {
  margin-left: 40px;
}

.reason_title {
  display: flex;
  align-items: flex-start;
}

.reason_title img {
  width: 8%;
}

.reason_title h3 {
  margin-left: 20px;
}

.reason_title .rows {
  margin: -5px 0 0 20px;
}

.reason_txt_set p {
  margin: 30px auto;
}

.sp_buttons_wrap {
  display: none;
}
.container_oisogi_phone {
  max-width: 980px;
  width: 100%;
  margin: 30px 10px 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.oisogi_phone_ttl {
  background: #de3c3c;
  border: solid 1px #add;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  display: block;
}

.oisogi_phone_ttl h2 {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  vertical-align: middle;
  padding: 0 15px;
  text-align: center;
}

.oisogi_phone_item {
  padding: 20px 10px;
  width: 100%;
}

.oisogi_phone_item p {
  font-size: 1.8rem;
}

.oisogi_phone_item .oisogi_20p {
  font-size: 1.8rem;
}

.oisogi_number_conta {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.oisogi_number_point {
  width: 35%;
}

.oisogi_number_point div {
  border: solid 1px #de3c3c;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #de3c3c;
  padding: 5px;
  display: block;
  text-align: center;
}

.oisogi_number_point div:first-of-type {
  margin-bottom: 5px;
}

.oisogi_phone_number {
  /*margin: 0 30px 0 0*/
  width: 70%;
  text-align: center;
}

.oisogi_phone_number img {
  width: 35px;
  height: auto;
  vertical-align: middle;
}

.oisogi_phone_number a {
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #de3c3c;
  padding-left: 5px;
  font-weight: bold;
  vertical-align: middle;
}

/* TBサイズ  */
@media screen and (max-width: 1240px) {
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .subpage_main_container {
    margin: 0 auto 0;
    padding-bottom: 60px;
  }

  .reason_set {
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
    border-bottom: #e6e6e6 1px solid;
    flex-direction: column-reverse;
  }

  .reason_set .thumbnail {
    width: 100%;
  }

  .reason_txt_set {
    margin: 0 20px;
  }

  .reason_title img {
    width: 16%;
  }

  .reason_title h3 {
    margin-left: 20px;
  }

  .reason_title .rows {
    margin: -5px 0 0 20px;
  }

  .reason_txt_set p {
    margin: 20px auto 30px;
  }

  /* 電話番号・LINEボタン表示 */

  .sp_buttons_wrap {
    display: block;
    text-align: center;
  }

  .container_oisogi_phone {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .oisogi_number_conta {
    flex-direction: column;
  }
  .oisogi_phone_number,
  .oisogi_number_point {
    width: 100%;
  }
  .oisogi_number_point div {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .oisogi_number_point div:first-of-type {
    margin-bottom: 0;
  }
  .oisogi_number_point {
    display: flex;
    justify-content: space-between;
  }
}
