@charset "UTF-8";
/* CSS Document */
/*=======================
ヘッダー
========================*/
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
}

header .header a.logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

header .header a.logo img {
  height: 16px;
}

header .header .header_link {
  display: flex;
  align-items: center;
}

header .header a.mail {
  padding: 3px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.625rem;
  margin-right: 3px;
}

header .header a.mail img {
  height: 24px;
  margin-right: 5px;
}

header .header a.tel {
  padding: 3px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}

header .header a.tel img {
  height: 24px;
}

header .header a.tel .tel_text {
  display: flex;
  flex-direction: column;
}

header .header a.tel .tel_text .text_up {
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  header .header {
    padding: 5px 0;
  }
  header .header a.logo img {
    height: 35px;
  }
  header .header a.mail {
    font-size: 1rem;
  }
  header .header a.mail img {
    height: 35px;
    margin-right: 5px;
  }
  header .header a.tel img {
    height: 35px;
  }
  header .header a.tel .tel_text .text_up {
    display: flex;
    font-size: 0.875rem;
    border-bottom: 2px solid var(--main-color);
  }
  header .header a.tel .tel_text .text_bottm {
    font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 950px) {
  header .header a.logo img {
    height: 38px;
  }
  header .header a.mail img {
    height: 38px;
    margin-right: 5px;
  }
  header .header a.tel img {
    height: 38px;
  }
}
/*=======================
キービジュアル
========================*/
.key-visual {
  position: relative;
}

.key-visual img {
  width: 100%;
  height: auto;
}

.key-visual h1 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  /* text-shadow */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.9), 0px 0px 2px rgba(0, 0, 0, 0.6);
}

@media all and (min-width: 768px) {
  .key-visual h1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
  }
}
/*=======================
パックバナー
========================*/
.sec_banner {
  text-align: center;
  padding: 30px 0;
}

@media all and (min-width: 768px) {
  .sec_banner {
    text-align: center;
    padding: 50px 0;
  }
}
.sec_banner img {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

/*=======================
上部セールスポイント
========================*/
.sec_sellingpoint {
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (min-width: 768px) {
  .sec_sellingpoint {
    padding-bottom: 30px;
  }
}
.sec_sellingpoint h2 {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
}

.sec_sellingpoint h2 img {
  width: 100%;
}

.sec_sellingpoint ul.three_point {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sec_sellingpoint ul.three_point li {
  width: 32.3333333333%;
}

.sec_coupon .pack_banner_img {
  margin-top: 15px;
}

.sec_sellingpoint .square_contents03 .cap-box-text p {
  padding-top: 0;
}

.sec_sellingpoint .square_contents03 .cap-box-text p span {
  margin-top: 1em;
}

/*=======================
騙されないためのポイント！
========================*/
.sec_cheatpoint {
  text-align: center;
}

.sec_cheatpoint h3 {
  width: 100%;
  max-width: 650px;
  margin: 1rem auto 0;
}

.sec_cheatpoint h3 img {
  width: 100%;
}

.sec_cheatpoint h2 {
  font-size: clamp(1.625rem, 1.17rem + 2.27vw, 2.875rem);
  font-weight: 900;
}

.sec_cheatpoint h4 {
  font-size: clamp(1.625rem, 1.17rem + 2.27vw, 2.875rem);
  font-weight: 900;
}

/*=======================
悩み
========================*/
section.sec_troubles {
  background: url("../img/nayami_bg.png");
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
}

section.sec_troubles .troubles_box {
  text-align: center;
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}

section.sec_troubles img.women_photo {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 40%;
  z-index: 1;
}

section.sec_troubles h2 {
  margin: 0 auto clamp(3.125rem, 1.534rem + 6.79vw, 6.625rem);
}

section.sec_troubles ul {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
}

section.sec_troubles li {
  position: relative;
  font-size: clamp(0.875rem, 0.591rem + 1.21vw, 1.5rem);
  padding-left: 1.25em;
  text-align: left;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

section.sec_troubles li::before {
  position: absolute;
  left: 0;
  top: 15%;
  content: "";
  background: url("../img/icon_check.svg") no-repeat;
  width: clamp(0.875rem, 0.477rem + 1.7vw, 1.75rem);
  height: clamp(0.875rem, 0.477rem + 1.7vw, 1.75rem);
}

@media all and (min-width: 768px) {
  section.sec_troubles img.women_photo {
    width: 30%;
  }
  section.sec_troubles li::before {
    top: 20%;
  }
}
/*=======================
スライド
========================*/
section.sec_slider {
  padding-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  margin-bottom: 10px;
}

section.sec_slider p {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  font-weight: 700;
  padding: 0rem 1rem 1rem 1rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.slider {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.slider-img img {
  height: auto;
  width: 100%;
  max-width: 150px;
  backface-visibility: hidden;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .slider-img img {
    max-width: 280px;
  }
}
/*=======================
クーポン
========================*/
.sec_coupon {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
}

.sec_coupon .coupon_img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.sec_coupon .coupon_img img {
  width: 95%;
}

/*=======================
スピード訪問
========================*/
.sec_speed_houmon {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem) 0;
  margin-bottom: 0;
}

.sec_speed_houmon h2 {
  margin-bottom: 1em;
  margin: 0 auto 2rem;
  width: clamp(15.625rem, 5.682rem + 42.42vw, 37.5rem);
}

.sec_speed_houmon h2 img {
  width: 100%;
}

.sec_speed_houmon ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.sec_speed_houmon ul li {
  width: 32.3333333333%;
}

.sec_speed_houmon ul li img {
  width: 100%;
}

/*=======================
トップ３つアイコン
========================*/
.sales_point p {
  line-height: 1.35 !important;
  font-size: 1rem !important;
  width: 90% !important;
}

.icon_sales {
  height: clamp(2.5rem, 0.114rem + 11.93vw, 9.063rem);
  display: block;
  margin: 0 auto 0.25rem;
}

@media (min-width: 768px) {
  .icon_sales {
    height: 120px;
    margin: 0 auto 1rem;
  }
}
/*=======================
衛生管理
========================*/
.sec_hygiene {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem) 0;
}

.sec_hygiene h2 {
  font-size: clamp(1.625rem, 1rem + 2.67vw, 3rem);
  margin-bottom: 1em;
  font-weight: 900;
  line-height: 1.35;
}

.sec_hygiene p {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  font-weight: 700;
}

.sec_hygiene ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
}

.sec_hygiene ul li {
  width: 49%;
  padding: 1.5% 0 0;
}

.sec_hygiene ul li img {
  width: 100%;
}

@media (min-width: 768px) {
  .sec_hygiene ul li {
    width: 24%;
  }
}
/*=======================
取り扱い企業
========================*/
.sec_partners {
  background: var(--light-grey);
}

.partners_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem) 0;
}

.partners_box h2 {
  font-size: clamp(1.625rem, 1rem + 2.67vw, 3rem);
  margin-bottom: 1em;
  font-weight: 900;
  line-height: 1.35;
}

.partners_box h3 {
  font-size: clamp(1.125rem, 0.614rem + 2.18vw, 2.25rem);
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.partners_box p {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  font-weight: 700;
  padding: 1rem 1rem 0 1rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.partners_box .partners_img {
  background: #fff;
  padding: clamp(1rem, 0.034rem + 4.12vw, 3.125rem);
}

.partners_box .partners_img img {
  width: 95%;
  margin-bottom: 1rem;
}

.partners_box .partners_img p {
  font-size: clamp(1rem, 0.659rem + 1.45vw, 1.75rem);
  font-weight: 700;
  padding: 0;
}

/*=======================
他社との比較
========================*/
.pricing_img {
  margin: 0 auto 35px;
}

.pricing_img img {
  width: 100%;
}

.pricing_img img {
  width: 100%;
}

.pack_banner_img {
  margin: 0 auto 35px;
  text-align: center;
}

.pack_banner_img img {
  width: 95%;
}

@media (min-width: 768px) {
  .pricing_img, .pack_banner_img {
    margin-bottom: 75px;
  }
}
.pricing_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.pricing_list li {
  margin-bottom: 30px;
}

.pricing_list li:last-child {
  margin-bottom: 0px !important;
}

.pricing_list li, .pricing_list li img {
  width: 100%;
}

@media (min-width: 768px) {
  .pricing_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pricing_list li {
    width: 32%;
  }
  .pricing_list li {
    margin-bottom: 30px;
  }
  .pricing_list li:last-child {
    width: 100%;
    flex-grow: 1;
  }
  .pricing_list li img {
    width: 100%;
    height: auto;
  }
  pricing_list li:last-child img {
    width: 100% !important;
    height: auto !important;
  }
}
/*=======================
選ばれる理由
========================*/
.sec_choice .ttl_sub {
  font-size: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  text-align: center;
  padding-right: 1em;
  font-weight: 700;
  margin: 0 auto;
}

.choice_box {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .choice_box {
    padding: 1.25rem;
    width: 90%;
  }
}
.choice_box h3 {
  width: 100%;
  max-width: 700px;
}

.choice_box h3 img {
  width: 100%;
}

.choice_box h4 {
  font-size: clamp(1.125rem, 0.614rem + 2.18vw, 2.25rem);
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.choice_box p {
  background: #fff;
  padding: 10px;
  font-size: clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
  font-weight: 700;
  width: 100%;
}

.reason_box {
  width: 49%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reason_box h3 {
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {
  .square_contents01 .reason_box {
    width: 32.3333%;
  }
}
/*=======================
そんなお悩み解決
========================*/
.sec_solving .container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.solution_box {
  width: 49%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}

.solution_box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .square_contents .solution_box {
    width: 19%;
  }
  .solution_box h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .solution_box h4 {
    font-size: 1.25rem;
  }
}
.solving_img {
  width: 100%;
}

.solving_img img {
  width: 100%;
}

.square_contents01 .solving_box p {
  text-align: center;
  font-weight: 700;
  padding: 0.25em 0;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
}

.square_contents01 .solving_box {
  width: 49%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .square_contents01 .solving_box {
    width: 19%;
  }
}
.arrow_down {
  margin: 1rem auto;
  width: 100%;
  max-width: 700px;
  display: block;
}

.arrow_down img {
  width: 100%;
}

/*=======================
お客様の声ビフォーアフター
========================*/
.voice_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 35px;
}

.voice_box:last-of-type {
  margin-bottom: 0px;
}

.voice_box h3 {
  background: var(--pink);
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.voice_box .ttl {
  border-bottom: 3px solid var(--darkblue);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
}

.before_after img {
  width: 100%;
}

/*-----------------------*/
@media only screen and (min-width: 768px) {
  .voice_box {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 70px;
  }
  .voice_box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .voice_box .ttl {
    border-bottom: 7px solid var(--darkblue);
  }
  .balloon-right, .balloon-left {
    width: 55%;
  }
  .before_after {
    width: 45%;
  }
  .balloon-right p, .balloon-left p {
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
  }
}
/*=======================
対応エリア
========================*/
.sec_area .question {
  background: var(--yellow);
  color: var(--white);
}

.sec_area .question span {
  flex-grow: 1;
  text-align: left;
  padding-left: 0.5em;
}

.sec_area .question::before {
  font-family: "Font Awesome 5 Free";
  content: "\f276";
  font-weight: 900;
}

.sec_area .question:hover {
  cursor: pointer;
}

.sec_area .question::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}

.sec_area .question.selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

/*=======================
よくある質問
========================*/
.sec_fq .question {
  background: var(--main-color);
  color: var(--white);
}

.sec_fq .question span {
  flex-grow: 1;
  text-align: left;
  padding-left: 0.5em;
}

.sec_fq .question::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.sec_fq .question.q1::before {
  content: "Q" ".1";
}

.sec_fq .question.q2::before {
  content: "Q" ".2";
}

.sec_fq .question.q3::before {
  content: "Q" ".3";
}

.sec_fq .question.q4::before {
  content: "Q" ".4";
}

.sec_fq .question.q5::before {
  content: "Q" ".5";
}

.sec_fq .question.q6::before {
  content: "Q" ".6";
}

.sec_fq .question.q7::before {
  content: "Q" ".7";
}

.sec_fq .question.q8::before {
  content: "Q" ".8";
}

.sec_fq .question.q9::before {
  content: "Q" ".9";
}

.sec_fq .question.q10::before {
  content: "Q" ".10";
}

.sec_fq .question.q11::before {
  content: "Q" ".11";
}

.sec_fq .question:hover {
  cursor: pointer;
}

.sec_fq .question::after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-weight: 900;
}

.sec_fq .question.selected:after {
  font-family: "Font Awesome 5 Free";
  content: "\f056";
  font-weight: 900;
}

.sec_fq .answer {
  padding: 1em 1em 1em 3.5em;
  font-size: 1.125rem;
}

/* Aマーク */
.sec_fq .answer::before {
  color: var(--main-color);
  position: absolute;
  left: 1.5em;
  top: 2em;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1rem;
}

.sec_fq .answer.a1::before {
  content: "A" ".1";
}

.sec_fq .answer.a2::before {
  content: "A" ".2";
}

.sec_fq .answer.a3::before {
  content: "A" ".3";
}

.sec_fq .answer.a4::before {
  content: "A" ".4";
}

.sec_fq .answer.a5::before {
  content: "A" ".5";
}

.sec_fq .answer.a6::before {
  content: "A" ".6";
}

.sec_fq .answer.a7::before {
  content: "A" ".7";
}

.sec_fq .answer.a8::before {
  content: "A" ".8";
}

.sec_fq .answer.a9::before {
  content: "A" ".9";
}

.sec_fq .answer.a10::before {
  content: "A" ".10";
}

.sec_fq .answer.a11::before {
  content: "A" ".11";
}

/*=======================
お問い合わせ
========================*/
#mail_form {
  margin: 0 auto;
}

#mail_form dl {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
}

#mail_form dl dt {
  font-weight: 500;
  padding: 25px 0 25px;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mail_form dl dd {
  padding: 0px 0 20px 0px;
}

#mail_form dl dt span.required {
  background: red;
  border: 1px solid red;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 0.5em;
  display: inline-block;
  margin: 0 15px 0 0;
}

#mail_form li {
  text-align: left;
}

#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 3%;
  background: #f0f0f0;
}

#mail_form ul li:first-child label {
  margin-top: 0px;
}

#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

#mail_form p#form_submit {
  margin: 0 auto;
  padding: 30px 0;
}

#mail_form {
  margin: 0 auto;
}

#mail_form dl {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
}

#mail_form dl dt {
  font-weight: 500;
  padding: 25px 0 25px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#mail_form dl dd {
  padding: 0px 0 20px 0px;
}

#mail_form dl dt span.required {
  background: red;
  border: 1px solid red;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 0.5em;
  display: inline-block;
  margin: 0 15px 0 0;
}

#mail_form li {
  text-align: left;
}

#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 3%;
  background: #f0f0f0;
}

#mail_form ul li:first-child label {
  margin-top: 0px;
}

#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

#mail_form p#form_submit {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#mail_form input[type=text], #mail_form input[type=email], #mail_form input[type=tel] {
  width: calc(100% - 2px);
  padding: 7px 10px;
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-appearance: none;
  line-height: normal;
}

#mail_form textarea {
  display: block;
  width: calc(100% - 2px);
  height: 200px;
  padding: 7px 10px;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  line-height: normal;
}

#mail_form input[type=submit],
#mail_form .back-button {
  padding: 7px 10px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  font-weight: 500;
  color: var(--white);
  -webkit-appearance: none;
  cursor: pointer;
}
#mail_form .back-button {
  margin-left: 10px;
}

#mail_form input[type=submit]:hover,
#mail_form .back-button:hover {
  cursor: pointer;
  background: #000;
  color: #ffffff;
  border: 1px solid var(--main-color);
}

#mail_form input[type=reset] {
  padding: 7px 10px;
  border: 1px solid #666;
  background: #666;
  color: #ffffff;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: 10px;
}
.confirmation #mail_form input[type=reset] {
  display: none;
}

#mail_form input[type=reset]:hover {
  cursor: pointer;
  background: #4f4e4e;
  border: 1px solid #4f4e4e;
}

/*ホームへボタン*/
input[type=button] {
  padding: 7px 10px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type=button].back-button {
  display: none;
}
.mw_wp_form_confirm input[type=button].back-button {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}

input[type=button]:hover {
  cursor: pointer;
  background: #000;
  color: #ffffff;
  border: 1px solid var(--main-color);
}

@media (min-width: 768px) {
  #mail_form dl {
    flex-direction: row;
  }
  #mail_form dl dt {
    width: 30%;
  }
  #mail_form dl dd {
    width: 70%;
    padding: 30px 0 25px 0;
  }
  #mail_form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mail_form li {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  #mail_form ul li label {
    margin: 0;
  }
  #mail_form input[type=submit],
  #mail_form .back-button {
    padding: 7px 20px;
  }
  #mail_form .back-button {
    margin-left: 20px;
  }
  #mail_form input[type=reset] {
    padding: 7px 20px;
    margin-left: 20px;
  }
}
/*--------------------------*/
/*ラジオボタン*/
#mail_form .radio_box {
  margin: 0 auto;
  text-align: left;
}

#mail_form .radio_box input[type=radio] {
  display: none;
}

#mail_form .radio_box label:focus,
#mail_form .radio_box label:hover,
#mail_form .radio_box label:active,
#mail_form .radio_box input:checked + label {
  color: #da3c41;
}

.cp_ipradio label:focus:before,
.cp_ipradio label:hover:before,
.cp_ipradio label:active:before,
.cp_ipradio input:checked + label:before {
  border-color: #da3c41;
  background: #ffffff;
}

#mail_form .radio_box label {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em 1em 1em 2em;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffffff;
}

#mail_form .radio_box label:before {
  position: absolute;
  top: 1em;
  left: 0em;
  width: 10px;
  height: 10px;
  content: "";
  border: 0.2em solid #cccccc;
  border-radius: 50%;
}

#mail_form .radio_box input:checked + label:before {
  border-color: #da3c41;
  background: #da3c41;
}

#mail_form .radio_box input:disabled + label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}

#mail_form .radio_box input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

#mail_form .radio_box input:disabled + label:before {
  border-color: #ffffff;
  background: #ffffff;
}

@media (min-width: 768px) {
  #mail_form dl dt {
    background: #fff;
    padding: 25px 0 25px;
  }
}
/*----------------------------*/
#formWrap {
  max-width: 900px;
  margin: 0 auto;
}

table.formTable {
  width: 100%;
  margin: 10px auto 30px;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

#formWrap input[type=submit] {
  padding: 7px 10px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer;
}

#formWrap input[type=button] {
  padding: 7px 10px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #000;
  -webkit-appearance: none;
  cursor: pointer;
}

#formWrap input[type=button]:hover {
  cursor: pointer;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

@media (min-width: 768px) {
  #formWrap input[type=submit] {
    padding: 7px 20px;
  }
}
.sec_contact_form, .sec_contact_thanks {
  padding-top: 75px;
}

.sec_contact_thanks h2 {
  font-family: "Poppins", sans-serif;
}

.green_btn_wrapper {
  text-align: center;
  margin: 30px auto 0;
}

.green_btn {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  font-weight: 500;
  color: var(--white);
  -webkit-appearance: none;
  cursor: pointer;
}

/*=======================
フッター
========================*/
footer .com_info {
  text-align: center;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .com_info a {
  padding: 0 1rem;
}

footer .copy {
  text-align: center;
}

footer .add {
  text-align: center;
  background: var(--light-grey);
  padding: 1em 0;
  padding-bottom: 80px;
  font-size: 0.875rem;
}

footer .footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

footer .footer_link a {
  margin: 0 2px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}

footer .footer_link a img {
  height: 30px;
  margin-right: 5px;
}

footer .footer_link .mail_btn {
  background: #fff;
  font-size: 0.875rem;
}

footer .footer_link .tel_btn {
  background: #fff;
  font-size: 0.875rem;
}

footer .footer_link .tel_btn .tel_text {
  display: flex;
  flex-direction: column;
}

footer .footer_link .tel_btn img {
  margin-right: 0px;
}

footer .footer_link .tel_btn .tel_text span:first-child {
  font-size: 0.875rem;
}

footer .footer_link .tel_btn .tel_text span:last-child {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}

footer .footer_link .Line_btn {
  background: var(--Line-color);
  color: #fff;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  footer .add {
    padding: 1em 0;
    padding-bottom: 120px;
    font-size: 1rem;
  }
  footer .footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  footer .footer_link a {
    margin: 0 5px;
    padding: 10px;
  }
  footer .footer_link a img {
    height: 54px;
    margin-right: 10px;
  }
  footer .footer_link .mail_btn {
    font-size: 1rem;
  }
  footer .footer_link .tel_btn .tel_text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
  }
  footer .footer_link .tel_btn img {
    margin-right: 0px;
  }
  footer .footer_link .tel_btn .tel_text span:first-child {
    font-size: 0.75rem;
    border-bottom: 2px solid var(--main-color);
  }
  footer .footer_link .tel_btn .tel_text span:last-child {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
  }
  footer .footer_link .Line_btn {
    background: var(--Line-color);
    color: #fff;
    font-size: 1rem;
  }
}
.mw_wp_form_confirm {
  overflow-wrap: anywhere;
}