@charset 'UTF-8';

/* 個別設定 */

/*SPの追従*/
.cat_sp_box{
  background-color: #ffffff;
  padding: 0.3em;
}

/* fv */
.fv_article {
  position: relative;
  padding: 0;
}

.fv_h1 {
  width: 100%;
  margin: 0 auto;
}

.fv_h1 p {
  position: absolute;
    bottom: 3vw;
    font-size: 1.8vw;
    color: #172A88;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fv_h1 span {
  background: linear-gradient(transparent 40%, #FFFA00 40% 90%, transparent 90%);
}
.fv_btn_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
}
.fv_btn_wrap a {
  width: 40vw;
}
.fv_btn_wrap a:first-of-type {
  margin-right: 3em;
}

@media screen and (max-width: 768px) {

  .fv_h1 {
    width: 100%;
  }
  .sp_price {
    width: 92%;
    margin: 1rem auto 0;
    display: flex;
  }

  .fv_btn_wrap a:first-of-type {
    margin: 0 0 1em 0
  }
  .fv_btn_wrap a {
    width: 100%;
  }

  .sp_fv_tel_btn img {
    width: 100%;
  }

}

/* trouble article */
.trouble_article {
  background-image: url(../img/new/solve_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10em;
}
.trouble_inner {
  background-image: url(../img/new/point_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 30px 0;
  margin-left: 6.77vw;
  border-radius: 20px;
}
.trouble_sec {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-right: 10%;
}
.trouble_wrap {
  width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #4EB1E5;
  padding: 0px;
  margin: 0 10px;
  position: relative;
}
.trouble_top_p {
  padding: 0.5em 0 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.trouble_wrap h3 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  flex-grow: 1;
  color: #ffff;
  font-size: 25px;
  line-height: 1.2;
  padding-top: 50px;
  padding-bottom: 5px;
}
.trouble_price_wrap {
  padding: 1em 0;
  background: #fff;
  margin: 10px;
  position: relative;
  padding-bottom: 0;
}
.trouble_price_wrap .trouble_fee {
  font-weight: bold;
  position: relative;
  color: #595757;
  display: block;
  width: 85%;
  margin: 0 auto;
  border: solid 1px #030303;
}
.trouble_bubble_wrap {
  position: absolute;
  display: inline-block;
  padding: 5px 0px;
  width: 13.02vw;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  background-color: #FCFC00;
  border-radius: 40px;
  transform: translateX(5%);
  top: 46%;
left: 50%;
transform: translate(-50%, -50%);
}
.trouble_bubble_wrap:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FCFC00;
}
.trouble_bubble {
  font-size: 0.94vw;
  font-weight:bold;
}
.trouble_price_wrap p:last-of-type {
  font-weight: bold;

}
.trouble_price_wrap .trouble_before {
  font-size: 16px;
  color: #595757!important;
}
.trouble_price_wrap .trouble_before span {
  font-size: 20px;
  color: #000;
}
.trouble_price_wrap .trouble_before .tax {
  font-size: 14px;
}
.trouble_price_wrap p span {
  font-size: 2.4vw;
  font-weight: bold;
  color: #E60023;
}
.trouble_price_wrap p .t_en {
  font-size: 26px;
  color: #000;
}
.trouble_price_wrap img {
  width: 12px;
  margin: 0.5em 0 0;
}
.trouble_fee_txt {
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  .trouble_sec {
    flex-direction: column;
  }

  .trouble_wrap:nth-child(n + 2) {
    margin-top: 2em;
  }
  .trouble_top_p {
    font-size: 1.5em;
    padding: 0;
  }
  .trouble_wrap img {
  }
  .trouble_wrap h3 {
    font-size: 6.93vw;
    margin-top: 13.33vw;
    padding-top: 0;
  }
  .trouble_price_wrap {
    padding: 1em 2em 0;
  }

  .trouble_price_wrap p span {
    font-size: 3em;
  }
  .trouble_price_wrap p .t_en {
    font-size: 8vw;
    margin-left: 0;
  }
  .trouble_fee_txt {
    font-size: 5.4vw;
  }
}

/* discount article */
.discount_article {
  background: url(../img/new/cta_bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
.discount_sec {

}
.disc_camp_wrap {
  width: 960px;
  margin: 0 auto;
}
.disc_camp_wrap img {
  width: 100%;
  object-fit: contain;
  margin: 15px;
}
.disc_camp_img {
  width: 684px;
  display: block;
}
.disc_txt {
  font-size: 3em;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: center;
  position: relative;
  -webkit-text-stroke: 7px #FFF;
  color: #E60023;
}
.disc_txt img {
  width: 50%;
}

@media screen and (max-width: 768px) {

  .disc_camp_wrap {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 2em;
    width: 100%;
  }
  .disc_camp_wrap img {
    width: 100%;
    height: auto;
    object-fit: unset;
    margin: 0;
  }

  .disc_txt {
    font-size: 1.5em;
    margin-top: 0;
  }
  .discount_box_sp {
    margin-bottom: 5.33vw;
  }
}

/* reason article */
.reason_article {
  background-image: url(../img/new/reason_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0 100px;
}
.reason_article h2 {
  width: 48%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.reason_article h2::after {
  content: "REASON";
  position: absolute;
  z-index: 1;
  color: hsl(0, 0%, 100%,0.15);
  left: 0;
  font-size: 220px;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.reason_article h2 span {
  color: #FCFC00;
  font-size: 94px;
}
.reason_sec {
  margin-top: 3em;
}
.reason_wrap {
  width: 100%;
  display: flex;
  border-radius: 5px;
  margin-top: 2em;
}
.reason_wrap2, .reason_wrap4 {
  flex-direction: row-reverse;
}
.reason_wrap img:not(.point_num img) {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* width: 30%; */
}
.reason_point_wrap {
  width: 560px;
  margin-bottom: 30px;
}
.point_num {
  width: 15%;
}
.reason_point_wrap h3 {
  font-weight: bold;
  letter-spacing: .1em;
  color : #3EABED;
  font-size: 1.56vw;
}
.reason_point_bottom_txt {
  margin-top: 1.04vw;
  line-height: 1.7;
  font-size: 16px;
}
.reason_point_bottom_txt span {
  display: inline-block;
  color : #E60023;
  font-weight: bold;
}

@media screen and (max-width: 768px) {



  .reason_wrap {
    flex-direction: column-reverse;
    padding: 2em;
  }

  .reason_point_wrap {
    width: 100%;
    padding-left: 0;
  }




}

/* price article */
.price_article {
  padding-bottom: 20px;
}
.price_article h2 {
  text-align: center;
  color : #000;
  position: relative;
  z-index: 9;
  padding-top: 100px;
}
.price_article h2::after {
  content: "PROBLEMS";
  position: absolute;
  font-size: 200px;
  z-index: 1;
  color: hsl(203, 83%, 59%,0.15);
}
.price_sec {

}
.trouble_price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5em;

}
.trouble_price:nth-child(n + 4) {
  margin-top: 3em;
}

.trouble_tit2 {
  color: #fff;
  background-color: #3EABED;
  border-radius: 10px;
  text-align: center;
  font-size: 26px;
  padding: 6px;
  width: 350px;
  margin: 0 auto;
  font-weight: bold;
  position: absolute;
  top: 210px;
    left: 15px;
}

.price_contents {
  border: 1px solid #E5E5E5;
  width: 378px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 15px;
}
.price_contents p .w_50 {
  width: 50%;
  padding: 5px;
}
.price_contents p .w_50 span {
  color: #E60023;
  font-weight: bold;
}
.price_dl_wrap {
  display: flex;
  justify-content: space-between;
}
.price_dl_wrap dt {
  font-size: 1.7em;
  color : #595757;
}
.price_dl_wrap  dd {
  font-size: 1.7em;
  font-weight: bold;
  color : #E60023;
}
.hour {
  background-color: #058BE8;
  padding: 5px;
  color: #fff;
}

.problem_pic {
  height: 238px;
}


@media screen and (max-width: 768px) {
  .price_article {
    padding: 3em 0 0;
  }

  .trouble_price {
    width: 100%;
  }
  .trouble_price:nth-child(n + 2) {
    margin-top: 2em;
  }
}

/* trust article */
.trust_article {
  background: url(../img/new/cta_bg.png) center no-repeat;
  background-size: cover;
  padding: 0 0 7em;
  padding-bottom: 50px;
}
.trust_article h2 {
  width: 44%;
  margin: 0 auto;
}
.trust_sec .disc_camp_wrap img {
  margin-bottom: 40px;
}
.trust_camp_wrap {
  display: flex;
  justify-content:center;
  margin: 3em 0 5em;
  padding: 0 22em;
}
.trust_camp_wrap img {
  width: 26%;
  object-fit: contain;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .trust_sec .disc_camp_wrap img {
    margin-bottom: 10.67vw;
  }
  .trust_article {
    background-size: cover;
    padding-bottom: 13.33vw;
  }
  .trust_article h2 {
    width: 85%;
  }
  .trust_camp_wrap {
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
    padding: 0;
  }
  .trust_camp_wrap img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  /* .trust_camp_wrap img:first-of-type {
    margin-right: 4%;
  }
  .trust_camp_wrap img:last-of-type {
    position: relative;
    transform: translateY(-1em);
  } */
}

/* flow article */
.vsc-initialized .flow_article {
  background : #fff;
  padding-top: 100px;
}
.flow_block {
  background-image: url(../img/new/flow_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  width: 91%;
}
.flow_sec {
  margin-top: 5em;
  padding-bottom: 50px;
  width: 69%;
}
.flow_article h2 {
  position: relative;
  text-align: center;
  letter-spacing: .1em;
}
.flow_article h2:after {
  content: "FLOW";
  position: absolute;
  font-size: 200px;
  color: hsl(0, 0%, 100%,0.15);
}
.flow_content {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  background: #fff;
  margin: 0 0.4vw;
  border-radius: 30px;
  margin-bottom: 80px;
}
.flow_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 180px;
}
.flow_title h3 {
  font-weight: bold;
  font-size: 1.56vw;
}

.flow_step {
  position: absolute;
  top: -1px;
  left: 0;
  width: 55%;
}
.flow_st2::before {
  background: url(../img/flow_icon1.png) no-repeat;
  background-size: contain;
}
.flow_st3::before {
  background: url(../img/flow_icon1.png) no-repeat;
  background-size: contain;
}
.flow_st4::before {
  background: url(../img/flow_icon1.png) no-repeat;
  background-size: contain;
}
.flow_title {
  width: 50%;
}
.flow_explain {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 2em 0 2em 0;
  justify-content: flex-start;
  text-align: center;
}
.flow_explain p {
  line-height: 1.7;
  color : #595757;
  font-size: 0.83vw;
  text-align: left;
}
.flow_explain p span {
  color : #E60023;
  font-weight: bold;
}

.flow_img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.flow_st1 {
  color: #7BDCED;
}
.flow_st2 {
color: #4FCBE5;
}
.flow_st3 {
  color: #3EABED;
}
.flow_st4 {
  color: #2C7DC4;
}

.flow_content::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 170px;
  left: -70px;
    top: -30px;
}

.flow_content1::before {
  background-image: url(../img/new/flow01.png);
}
.flow_content2::before {
  background-image: url(../img/new/flow02.png);
}
.flow_content3::before {
  background-image: url(../img/new/flow03.png);
}
.flow_content4::before {
  background-image: url(../img/new/flow04.png);
}


@media screen and (max-width: 768px) {
  .flow_sec {
    margin-top: 3em;
  }

  .flow_title {
    width: 70%;
    margin-left: auto;
  }
  .flow_title h3 {
    margin-left: 0;
  }
  .flow_st2::before {
    background: url(../img/sp/arrow_blue_sp.png) no-repeat;
    background-size: contain;
  }
  .flow_st3::before {
    background: url(../img/sp/arrow_blue_sp.png) no-repeat;
    background-size: contain;
  }
  .flow_st4::before {
    background: url(../img/sp/arrow_blue_sp.png) no-repeat;
    background-size: contain;
  }

  .flow_explain {
    width: 70%;
    margin-left: auto;
    padding: 1em 0 0;
    border-left: unset;
  }
}

/* voice article */
#main .voice_article {
  padding: 13em 0 7em;
  background-image: url(../img/new/voice_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.voice_article h2 {
  text-align: center;
  letter-spacing: .1em;
  color : #3A3A3A;
  padding-top: 0;
  padding-bottom: 0;
}
.voice_tit_txt {

}
.voice_tit_bg {
  position: relative;
  z-index: 1;
}
.voice_tit_bg h2:after {
  content: "VOICE";
  position: absolute;
  font-size: 200px;
  color: hsl(203, 83%, 59%,0.15);
  z-index: -1;
  top: -140px;
}
.voice_bubble {
  font-size: 2em;
  width: 100%;
  margin: 1.5em auto 0;
  padding: .8em 0;
  text-align: center;
  letter-spacing: .08em;
  position: relative;
  color: #000;
  padding-top: 0;
}
.voice_sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3em;
  width: 100%;
}
.voice_back {
  width: calc(100% / 2 - 0em);
  display: flex;
  padding: 1em;
}
.voice_wrap {
  padding: 3em 1.25vw;
  flex-grow: 1;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #E5E5E5;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.voice_reviewer {
  display: flex;
  align-items: center;
}

.voice_reviewer img {
  width: 4.69vw;
  height: 4.69vw;
  margin-right: 1.56vw;
}
.voice_reviewer p {
  font-size: 0.83vw;
  letter-spacing: .07em;
  line-height: 3;
  border-bottom: 2px solid #26B4E1;
  color : #26B4E1;
}
.voice_review span {
  color : #E60023;
}
.voice_review{
  line-height: 2;
  color : #595757;
  position:relative;
  background:#ffff;
  padding:15px 0;
  text-align: left;
  color:#666666;
  font-size:14px;
  font-weight:bold;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.voice_review:after,.voice_review:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom: 99%;
  left:19%;
}
.voice_review:after{
  border-color: rgba(247, 247, 247, 0);
  border-top-width:8px;
  border-bottom-width:8px;
  border-left-width:6px;
  border-right-width:6px;
  margin-left: -48px;
  border-bottom-color:#ffff;
}



.voice_ques {
  width: 42px;
  height: 38px;
}


@media screen and (max-width: 768px) {
  .voice_article {
    padding: 8em 0 3em;
    background-size: 100% 55%;
  }
  .voice_ques {
    width: 11.2vw;
    height: 10.13vw;
  }

  .voice_sec {
    margin-top: 1em;
  }
  .voice_back {
    width: 100%;
    padding: 1em;
  }
  .voice_back:nth-child(n + 2) {
    margin-top: 2em;
  }
  .voice_wrap {
    padding: 3em;
    height: 82.6vw;
  }
  .voice_reviewer {
    margin-bottom: 2em;
  }
  .voice_reviewer img {
    width: 6.4em;
    height: 6.4em;
  }
  .voice_reviewer p {
    font-size: 1.4em;
    line-height: 2.7;
    letter-spacing: .03em;
  }

}

/* caution article */
.caution_article {
  background : #CDF0FF;
  background-image: url(../img/new/caution_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.caution_article h2 {
  padding-top: 100px;
  letter-spacing: .1em;
  color: #fff;
  line-height: 1;
  font-size: 85px;
  text-shadow: 10px 2px 25px hsl(0, 0%, 40%,0.4);

  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .caution_article h2 {
  text-align: center;
  }
}

.caution_block {
  background: hsl(0, 0%, 100%,0.8);
  width: 916px;
  padding: 70px 3em;
}

.caution_block h3::after {
  content: "";
  background-image: url(../img/new/caution_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 122px;
  height: 122px;
}

.caution_block_tit {
  font-size: 40px;
  font-weight: bold;
  display: flex;
    align-items: center;
}

.caution_block_tit span {
  color: #E60023;
  border-bottom: 10px solid #F6EC00;
  font-size: 50px;
  line-height: 1;
}

.caution_sec {
  display: flex;
  border-radius: 10px;

}
.caution_img {
  width: 434px;
  position: relative;
}
.caution_img::after {
  content: '';
  display: inline-block;
  background: url(../img/caution.svg) no-repeat;
  background-size: contain;
  width: 7em;
  height: 7em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-25%);
}
.caution_txt_wrap {
  width: 42%;
    margin-right: 55px;
}
.caution_txt_wrap h3 {
  display: inline-block;
  font-weight: bold;
  margin-left: 1em;
  width: 70%;
}
.caution_txt_wrap p {
  color : #595757;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {

  .caution_img {
    width: 75%;
    margin: 3em 0 0;
    padding-right: 2em;
  }
  .caution_img::after {
    width: 8em;
    height: 8em;
    transform: translate(-4%,-25%);
  }
  .caution_txt_wrap h3 {
    font-size: 1.9em;
    text-align: center;
    letter-spacing : .05em;
    margin-left: 0;
  }
  .caution_txt_wrap p {
    line-height: 1.7;
  }
}

/* qa article */
#main .qa_article {
  background : #F0F0F0;
  padding-top: 25px;
}
.qa_article h2 {
  text-align: center;
  color : #000;
  position: relative;
  z-index: 1;
}
.qa_article h2::after {
  content: "QUESTION";
  font-size: 200px;
  position: absolute;
  color: hsl(203, 83%, 59%,0.15);
  z-index: -1;
}
.qa_sec {
  margin-top: 45px;
}
.qa_wrap {
  width: 100%;
  padding: 30px 3em;
  border-radius: 10px;
  background : #ffff;
}
.qa_wrap:nth-child(n + 2) {
  margin-top: 2em;
}
.qa_q_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.qa_wrap dt {
  font-size:24px;
  letter-spacing: .07em;
  position: relative;
  color : #000;
  display: flex;
  align-items: center;
}
.qa_wrap dt::before {
  content: "";
  background-image: url(../img/new/question_icon.png);
  background-size: 22px 18px;
  /* background-size: contain; */
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 29px;
  margin-right: 13px;
}
.qa_btn {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  position: relative;
  border: 1px solid #3EABED;
  display: block;
}
.qa_btn::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #3EABED;
}
.qa_btn::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  transition-duration: 0.5s;
  background: #3EABED;
}

.qa_wrap dd {
  font-size: 16px;
  line-height: 1.5;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  color : #595757;

}

/* クリック時 */
.qa_click::after {
  transform: translate(-50%,-50%) rotate(0);
  transition-duration: 0.5s;
}
.qa_wrap .answer_active {
  height: auto;
  opacity: 1;
  line-height: 2;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1.5px solid #E5E5E5;
}

.qa_sec dl {
  margin-bottom: 60px;
}

.voice_back_last {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {

  .qa_sec {
    margin-top: 3em;
    width: 95%;
  }
  .qa_wrap {
    padding: 2em;
  }
  .qa_wrap dt {
    width: 88%;
    font-size: 4.5vw;
    letter-spacing: 0.3px;
  }
  .qa_wrap dd {
    font-size: 1.2em;
  }
  .qa_btn {
    width: 5.33vw;
    height: 5.33vw;
  }

}

/* region article */
.region_article {
  background-image: url(../img/new/area_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.area_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.region_article h2 {
  letter-spacing: .1em;
  text-align: center;
  color : #000;
}
.area_box2 {
  width: 345px;
}
.region_sec {
  margin-top: 2em;
  padding: 0em 10px 5em;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.region_img {
  width: 100%;
  padding: 2em 0;
  text-align: center;
  border: 1px solid #C9CACA;
}
.region_img img {
  width: 60%;
}
.region_contents {
 width: 48%;
}
.region {
  display: block;
  margin-bottom: 4em;
}
.area_box1 {
  margin-right: 90px;
}
.region h3 {
  font-weight: bold;
  margin-right: 2em;
  color : #000;
  font-size: 24px;
}
.region h3:before {
  content: "";
  display: inline-block;
  background-image: url(../img/new/area_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.cities {

}
.cities p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing : .07em;
}

@media screen and (max-width: 768px) {
  .region .qa_btn {
    width: 7.47vw;
    height: 7.47vw;
    right: 25px;
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 18px;
  }
  .region .qa_btn.active::before {
    display: none;
  }
  .region .qa_btn.active::after {
    transform: translate(-50%,-50%) rotate(0);

  }
  .qa_btn::before {
    width: 30px;
    height: 2px;
  }
  .qa_btn::after {
    width: 30px;
    height: 2px;
  }
  .region h3:before {
    background-image: url(../img/new/faq_icon_sp.png);
    margin-right: 20px;
  }
  .region h3 {
    font-size: 6.4vw;
    background-image: url(../img/new/area_ttl_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 13.33vw;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
    .region h3::after {

    }
    .region_article {}


  .region_sec {
    margin-top: 3em;
    padding: 2em;
    display: block;
  }
  .region_contents {
    width: 100%;
  }
  .region_img {
    padding: 0;
    border: unset;
  }
  .region_img img {
    width: 100%;
  }
  .region {
    flex-direction: column;
    margin-top: 3em;
  }
  .cities {
    margin-top: 1em;
    padding-top: 1em;
    padding-left: 0;
    border-left: unset;
  }
  .cities p {
    font-size: 3.73vw;
    letter-spacing : 0.03em;
    word-break: break-all;
  }


}

/* form article */
.form_article {

}
.form_article h2 {
  text-align: center;
  letter-spacing : .1em;
  color : #172A88;
}
.form_sec {
  margin-top: 5em;
}
fieldset {
  display: flex;
}
input,
textarea {
  font-size: 1.6em;
  width: 100%;
  padding: 1.5rem;
  border-radius: 5px;
  color : #595757;
  background : #F7F8F8;
}
select {
  font-size: 1.6em;
  width: 50%;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #898989;
  color : #595757;
}
input::placeholder,
textarea::placeholder {
  color : #9FA0A0;
}
.length1 {
  width: 48%;
}
.f_label {
  font-size: 1.6em;
  width: 35%;
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
  margin: 0 -1px -1px 0;
  position: relative;
  border: 1px solid #C9CACA;
  color : #595757;
  background : #EEF5FC;
}
.trouble_label {
  align-items: unset;
}
.input_wrap {
  width: 65%;
  padding: 2.5rem 2rem;
  margin-bottom: -1px;
  border: 1px solid #C9CACA;
}
.input_name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.require::after {
  content: '必須';
  display: inline-block;
  font-size: .8em;
  padding: .6rem 2rem .5rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 3px;
  color: #fff;
  background : #1894D2;
}
.next_btn {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 5em auto 0;
}
.next_btn:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .form_sec {
    margin-top: 3em;
  }
  fieldset {
    flex-direction: column;
  }
  select {
    width: 100%;
  }
  .length1 {
    width: 100%;
  }
  .f_label {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .require::after {
    padding: 0.6rem 1rem 0.5rem;
  }
  .input_wrap {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .input_name {
    flex-direction: column;
  }
  .input_name input:first-of-type {
    margin-bottom: 1em;
  }


}

.reason_sec {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 90px;
  padding: 0;
}

.reason_wrap {
  max-width: 1560px;
  width: 82%;
  height: 17.41vw;
  position: relative;
  padding-top: 2.34vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 90px;
}
.reason_wrap1 {
  background-image: url(../img/new/reason_bg1.png);
  margin-left: auto;
}
.reason_wrap2 {
  background-image: url(../img/new/reason_bg2.png);
  margin-right: auto;
}
.reason_wrap3 {
  background-image: url(../img/new/reason_bg3.png);
  margin-left: auto;
}
.reason_wrap4 {
  background-image: url(../img/new/reason_bg4.png);
  margin-right: auto;
}
.reason_wrap5 {
  background-image: url(../img/new/reason_bg5.png);
  margin-left: auto;
}
.reason_wrap_last {
  margin-bottom: 5em;
}
.point_num {
  position: absolute;
  top: 0;
  left: 20px;
}

.reason_wrap1 .reason_point_wrap {
  margin-left: 4.69vw;
}

.reason_wrap2 .reason_wrap_img {
  margin-left: 0;
  margin-right: 6.77vw;
}

.reason_wrap2 .reason_point_wrap {
  margin-right: 4.69vw;
}

.reason_wrap4 .reason_point_wrap {
  margin-right: 4.69vw;
}

.reason_wrap3 .reason_point_wrap {
  margin-left: 4.69vw;
}

.reason_wrap5 .reason_point_wrap {
  margin-left: 4.69vw;
}

.reason_wrap4 .reason_wrap_img {
  margin-left: 0;
  margin-right: 6.77vw;
}

.tit_bg {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.3em 0 0.8em;
    letter-spacing: .08em;
    position: relative;
    color: #fff;
}

.article_mt {
  padding-top: 0;
}

.tit_bg img {
  width: 35%;
}


.discount_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.reason_wrap_img {
  width: 21.88vw;
  height: 15.63vw;
  margin-top: -80px;
  margin-left: 6.77vw;
}

.link_btn_wrap_reason {
  width: 40vw;
  margin: 0 auto;
}

.work_time_icon {
  width: 100px;
  height: 100px;
  margin: 0;
  position: absolute;
  top: -40px;
  right: -5px;
}

.price_list {
  display: flex;
  justify-content: space-between;
  padding: 45px 15px 24px;
}

.price_list .price_list2 p {
  font-size: 16px;
  font-weight: bold;
}

.price_list_red {
  color: #E10023;
  font-weight: bold;
}

.price_list2 li {
  margin-bottom: 5px;
}

.voice_tit_txt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #3A3A3A;
}

.voice_tit_txt span {
  color: #3EABED;

}


/* 2023/10/25 追記 */

.region_article {
  padding-bottom: 0;
}

.contact_article {
  padding: 0 0 100px;
  background: linear-gradient(90deg, transparent, #ecf7fd);
}

.contact_article h2 {
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
}

.contact_article h2::after {
  content: "CONTACT";
  font-size: 200px;
  position: absolute;
  color: hsl(203, 83%, 59%, 0.15);
  z-index: -1;
}

.h-adr {
  position: relative;
  z-index: 1;
}

.contact_sec {
  max-width: 1200px;
  background: white;
  border-radius: 50px;
  border: 2px solid #e7e7e7;
  padding: 65px 8%;
  margin-top: 2rem;
}

.confirm_article,
.thanks_article {
  padding-top: 8rem;
}

.contact_sec img {
  width: auto;
  max-width: 100%;
}

.contact_form_box>div {
    display: flex;
    align-items: baseline;
    margin: 20px 0;
    justify-content: space-between;
}

.contact_form_box label {
  /* width: 36%; */
  font-size: 24px;
  font-weight: 600;
  min-width: 235px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.contact_form_box label span {
  background: #d12526;
  padding: 2% 3% 0.7%;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  margin-left: 3%;
}

.contact_form_box button[type="submit"] {
  width: fit-content;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.contact_form_box input,
.contact_form_box textarea {
  background: white;
  border-radius: 5px;
  border: #3eabed 1px solid;
  padding: 1.5rem 3rem;
  letter-spacing: 1px;
  font-size: 18px;
  /* width: 71%; */
  margin-left: auto;
}

.contact_form_box input::placeholder,
.contact_form_box textarea::placeholder {
  color: #c5c5c5;
}

#main .contact_box_free {
  align-items: baseline;
}

.contact_box_free label span {
  background: #9fa0a0;
}

#main .contact_box_address {
  flex-wrap: wrap;
  align-items: baseline;
}

.contact_form_item_child,
.contact_box_free textarea {
  width: 71%;
}

.contact_box_address_child input {
  width: 100%;
}

.contact_box_address_child input[name="zipcode"] {
  width: 50%;
}

.zip_mark {
  font-size: 24px;
  font-weight: 600;
  margin-right: 1rem;
}

.p-region {
  margin-top: 20px;
}

.error {
  color: #d12526;
  margin-top: 0.6rem;
  font-size: 18px;
}

.confirm_sec .contact_form_box p {
  width: 71%;
  background: #e2f2fc;
  padding: 1.5rem 3rem;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.confirm_sec .contact_box_address_child {
  width: 71%;
}

.confirm_sec .contact_box_address_child p {
  width: 100%;
}

.confirm_sec .contact_box_address_child p[name="zipcode"] {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.confirm_sec .button_back {
  display: block;
  width: fit-content;
  border: none;
  margin: auto;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
  font-weight: 600;
}

.thanks_sec {
    text-align: center;
    font-weight: 600;
}

.thanks_text2 {
  font-size: 18px;
  margin: 3rem 0;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {


  .reason_point_wrap {
    margin-bottom: 0;
  }
  .price_contents {
    background: #fff;
    border-radius: 15px;
  }
  .flow_sec {
    display: block;
  }
  .flow_title {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .flow_img {
    width: 35%;
  }
  .flow_step {
    width: 35%;
  }
  .flow_explain {
    width: 100%;
  }

  .trouble_article {
    padding-top: 5.93vw;
  }

  .trouble_wrap .trouble_img {
    height: auto;
  }
  .trouble_wrap .trouble_high {
    height: auto;
  }
  .trouble_price_wrap_sp {
    display: block;
  }
  .trouble_price_wrap .trouble_before {
  color: #595757!important;
}
.trouble_before {
  font-size: 2.5vw;
}
.trouble_price_wrap .trouble_fee {
  margin: 0;
}
.trouble_price_wrap p span {
  font-size: 16vw;
}
.disc_txt img {
  width: 100%;
}
.reason_wrap {
  margin: 1.5em 0;
}

.flow_content {
  margin: 10px 0;
}

.voice_review:before {
  margin-left: -10px;
}
.voice_review:after {
  margin-left: -8px;

}
.voice_back_last {
  padding-bottom: 1em;
}

.tit_bg {
  padding: 0.8em 0;
}
.tit_bg img {
  width: 55%;
}

.trust_sec {
  position: relative;
}

.flow_explain p {
  text-align: center;
}
.caution_article .tit_bg img {
  width: 75%;
}

@keyframes fadeIn {
  from {
  opacity: 0;
  transform: translateY(20px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
.cta_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
    transform: translateX(-50%);
  width: 70%;
  z-index: 9999;
  }

  .fv_h1 p {
    width: 100%;
    text-align: center;
    bottom: 15vw;
    font-size: 3vw;
  }
  .fv_btn_wrap {
    width: 52%;
    flex-direction: column;
    align-items: center;
    bottom: 2em;
  }
  .trouble_wrap {
    width: 100%;
    background: #4EB1E5;
    margin: 0 auto;
  }
  .discount_article {

    background-size: cover;

  }
  .sp_fv_tel_btn {
    width: 100%;
    text-align: center;
    margin: 2em 0;
    position: relative;
    top: 91.5%;
  }
  .trouble_price_wrap .trouble_before {
    font-size: 4.8vw;
  }
  .trouble_price_wrap .trouble_before span {
    font-size: 7.47vw;
  }
  .trouble_price_wrap .trouble_before .tax {
    font-size: 4.27vw;
  }
  .reason_wrap {
    height: auto;
  }
  .reason_sec {
    display: block!important;
  }
  .point_num {
    width: 9%;
    left: 3vw!important;
  }
  .reason_point_wrap h3 {
    font-size: 3em;
    letter-spacing: 0;
  }
  .reason_point_bottom_txt {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 4.27vw;
  }
  .price_sec {
    flex-direction: column;
    width: 65%;
  }

  .flow_sec {
    width: 78%;
  }
  .flow_title h3 {
    font-size: 5.33vw;
  }
  .flow_explain p {
    font-size: 4.27vw;
    text-align: left;
  }
  .flow_content {
    height: auto;
    flex-direction: column;
    padding: 6vw;
    margin-bottom: 8vw;
  }

  .voice_bubble {
    font-size: 5.33vw;
    width: 92%;
    margin: 0em auto 0;
    padding: 0.8em 0;
  }
  .voice_sec {
  }
  .voice_review {
    font-size: 3.73vw;
    padding: 10px;
    text-align: left;
  }
  .caution_txt_wrap h3 {
    margin: 0 auto;
    display: block;
    width: 65%;
  }
  .caution_sec {
    width: 100%;
    display: block;
  }
  .caution_txt_wrap {
    width: 100%;
  }
  .caution_txt_wrap p {
    font-size: 4.27vw;
  }

  .reason_article h2 {
    width: 65%;
  }
  .trust_sec .link_btn_wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    bottom: -13.33vw;
  }
  .price_article .tit_bg img {
    width: 60%;
  }
  .tit_bg img {
   width: 45%;
  }
  .trouble_inner {
    padding-top: 6.33vw;
  }
  .trouble_bubble_wrap {
    width: 75vw;
    border-radius: 60px;
    top: 37%;
  }
  .trouble_bubble {
    font-size: 4.8vw;
  }
  .discount_block {
    display: block;
  }
  .reason_article h2::after {
    font-size: 17.33vw;
  }
  .reason_wrap {
    background-size: cover;
    position: relative;
    margin-top: 34.67vw;
    width: 98%;
    height: 114.4vw;
  }
  .reason_wrap_img {
    position: absolute;
    top: -17.67vw;
    left: 0;
    width: 74.67vw;
    height: 53.33vw;
    margin-left: 0;
  }
  .reason_wrap1 {
    background-image: url(../img/new/reason_bg1_sp.png);
    margin-left: auto;
  }
  .reason_wrap2 {
    background-image: url(../img/new/reason_bg2_sp.png);
    margin-right: auto;
  }
  .reason_wrap3 {
    background-image: url(../img/new/reason_bg3_sp.png);
    margin-left: auto;
  }
  .reason_wrap4 {
    background-image: url(../img/new/reason_bg4_sp.png);
    margin-right: auto;
  }
  .reason_wrap5 {
    background-image: url(../img/new/reason_bg5_sp.png);
    margin-left: auto;
  }
  .reason_wrap1 .reason_point_wrap {
    margin-left: 0;
  }
  .reason_wrap1 .reason_wrap_img{
    left: -15px;
  }
  .reason_wrap2 .reason_wrap_img{
    right: -5px;
    left: initial;
    margin-right: 0;
  }
  .reason_wrap3 .reason_wrap_img{
    left: -15px;
  }
  .reason_wrap4 .reason_wrap_img{
    right: -5px;
    left: initial;
    margin-right: 0;
  }
  .reason_wrap5 .reason_wrap_img{
    left: -15px;
  }
  .link_btn_wrap_reason {
    width: 100%;
    margin-top: 50px;
  }
  .price_article h2 {
    font-size: 10.67vw;
    padding-top: 18.67vw;
    padding-bottom: 0;
  }
  .price_article h2::after {
    font-size: 14.33vw;
    top: 5.21vw;
  }
  .price_sec {
    width: 95%;
  }
  .price_contents {
    width: 100%;
  }
  .problem_pic {
    height: auto;
  }
  .work_time_icon {
    width: 26.67vw;
    height: 26.67vw;
    top: -8.46vw;
  }
  .trouble_tit2 {
    width: 95%;
    font-size: 6.6vw;
    top: initial;
    bottom: 39.32vw;
  }
  .price_list {
    padding: 15.2vw 6.67vw 9.07vw;
  }
  .price_list .price_list2 p {
    font-size: 4.27vw;
  }
  .flow_article h2:after {
    font-size: 15vw;
  }
  .flow_block {
    width: 98%;
  }
  .voice_article h2 {
    font-size: 10vw;
  }
  .voice_tit_txt {
    font-size: 5.33vw;
  }
  .caution_block {
    width: 100%;
    padding: 8vw 3vw;
  }
  .caution_block h3::after {
    width: 24.27vw;
    height: 24.27vw;
    display: none;
  }
  .caution_block_box1 img {
    width: 24.27vw;
    height: 24.27vw;
  }
  .caution_article {
    background-image: url(../img/new/reason_bg_sp.png);
    position: relative;
    padding-bottom: 18.67vw;
  }
  .caution_men {
    width: 56vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .qa_article h2::after {
    font-size: 16vw;
  }
  .area_block {
    display: block;
  }
  .area_box1 {
    margin: 0;
  }
  .area_box1 p {
    text-align: center;
    font-size: 5.33vw;
  }
  .area_box2 {
    width: 80%;
    margin: 0 auto;
  }
  .voice_tit_bg h2:after {
    font-size: 16vw;
  }
  .caution_article h2 {
    font-size: 13vw;
    padding-top: 16vw;
  }
  .qa_wrap dd {
    font-size: 4.27vw;
  }
  .region_article {
    background-image: url(../img/new/area_bg.png);
    padding-top: 18.67vw;
  }
  .area_box1 {
    margin-bottom: 13.33vw;
  }
  .region_article h2 {
    font-size: 10vw;
  }
  .cities {
    margin-top: 0;
  }
  .region {
    margin-bottom: 5.33vw;
    margin-top: 0;
  }
  .reason_wrap img:not(.point_num img) {
    border-radius: 15px;
  }
  .trouble_price {
    margin-top: 8em;
  }
  .caution_block_tit {
    font-size: 4vw;
  }
  .caution_block_tit span {
    font-size: 8vw;
  }
  .caution_block_tit1 {
    font-size: 5.33vw;
  }
  .caution_block_tit.sp {
    display: flex!important;
    justify-content: space-between;
  }
  .qa_article h2 {
    font-size: 10vw;
  }
  .region_article {
    background-image: url(../img/new/area_bg_sp.png);
  }
  #main .voice_article {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 425px) {
  .price_contents {
    margin-bottom: 50px;
  }
  .trouble_price_wrap p span {
    font-size: 11vw;
  }
  .trouble_price {
    margin-top: 4em;
  }
  .region .qa_btn {
    top: 10px;
  }
  .cities {
    padding-top: 5px;
  }
  .region_sec {
    padding: 1em;
  }
  .flow_content::before {
    width: 23.67vw;
    height: 23.67vw;
    left: -9.33vw;
  }
  .trouble_bubble_wrap {
    width: 70vw;
    top: 40%;

  }
  .tit_bg img {
    width: 55%;
  }
  .price_article .tit_bg img {
    width: 90%;
  }
  .reason_article h2 {
    width: 92%;
    font-size: 8vw;
    line-height: 1.2;
  }
  .reason_article h2 span {
    font-size: 16vw;
  }
  .voice_review {
    font-size: 3.5vw;
    padding: 10px;
    text-align: left;
  }

  .flow_article h2 {
    font-size: 10vw;
    padding-top: 10vw;
  }
  .fv_h1 p {
    width: 100%;
    text-align: center;
    bottom: 33vw;
    font-size: 9.5vw;
  }
  .fv_btn_wrap {
    width: 92%;
    flex-direction: column;
    align-items: center;
    bottom: 2em;
  }
  .trouble_wrap {
    width: 95%;
    background: #4EB1E5;
  }
  .discount_article {

    background-size: cover;
  }
  .sp_fv_tel_btn {
    width: 100%;
    text-align: center;
    margin: 1em 0;
    position: relative;
    top: 88.5%;
  }

  .reason_wrap {
    padding: 1em 1em!important;

  }
  .reason_sec {
    display: block!important;
  }
  .point_num {
    width: 20%;
    left: 3vw!important;
  }
  .reason_point_wrap h3 {
    font-size: 8vw;
    letter-spacing: 0;
  }
  .reason_point_bottom_txt {
    margin-top: 1em;

  }

  .flow_sec {
    width: 85%;
  }

  .flow_content {
    margin-bottom: 15vw;
    margin-left: 2vw;
  }

  .voice_tit_bg h2:after {
    top: -26.67vw;
  }
  .caution_txt_wrap h3 {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  .qa_sec {
    width: 92%;
  }
  .cta_sp {
    width: 100%;
  }

  .trouble_price_wrap {
    padding: 1em 0em 0;
  }
  .reason_wrap_img {
    top: -7.67vw;
  }
  .trouble_tit2 {
    left: 9px;
    bottom: 34vw;
  }
  .voice_wrap {
    padding: 5px;
    padding-top: 10px;
  }
  .voice_reviewer p {
    font-size: 3vw;
  }
  .voice_reviewer img {
    width: 18.67vw;
    height: 18.67vw;
  }
  .voice_ques {
    padding-left: 10px;
  }
  .voice_back {
    padding: 0;
  }
  .voice_sec {
    width: 100%;
    padding: 0;
  }
  .vsc-initialized .voice_article {
    padding-bottom: 65px;
  }
  .link_btn_wrap_reason {
    margin-top: 40px;
  }
  .caution_img {
    margin-top: 1em;
  }
  .qa_wrap {
    padding: 1em 0.5em;
  }
  .qa_btn::before {
    width: 10px;
    height: 1px;
  }
  .qa_btn::after {
    width: 10px;
    height: 1px;
  }

  .qa_wrap dt::before {
    margin-right: 5px;
    width: 34px;
  }
  .qa_wrap .qa_q_wrap1 dt::before {
    margin-right: 5px;
    width: 42px;
  }
  .reason_point_wrap h3 span {
    font-size: 8vw;
  }
  .caution_article h2 {
    font-size: 12vw;
  }
  .reason_article h2::after {
    top: -40px;
  }
  #main .voice_article {
    background-image: url(../img/new/voice_bg_sp.png);
  }
  .reason_wrap2 {
    height: 126.4vw;
  }
  .reason_article {
    padding-bottom: 50px;
  }
  .price_list {
    height: 40vw;
    align-items: center;
  }
  .region .active .qa_btn::after {
    transform: translate(-50%,-50%) rotate(0);
  }

  .contact_article h2::after {
    font-size: 16vw;
  }

  .contact_form_box>div {
    flex-direction: column;
  }

  .contact_form_box label {
    font-size: 18px;
  }

  .contact_form_box input,
  .contact_form_box textarea {
    font-size: 16px;
    padding: 1.2rem 6%;
    margin-top: 0.5rem;
  }

  .contact_form_item_child,
  .contact_box_free textarea {
    width: 100%;
  }

  .contact_form_box label span {
    font-size: 14px;
  }

  .contact_box_address_child input[name="zipcode"] {
    width: 90%;
  }

  .zip_mark {
    font-size: 18px;
  }

  .contact_sec {
    padding: 30px 8%;
    margin-top: 0;
    border-radius: 30px;
  }

  .contact_article {
    padding-top: 5rem;
  }

  .contact_article h2::after {
    font-size: 16vw;
    margin-top: -9rem;
  }

  .error {
    font-size: 16px;
  }

  .confirm_sec .contact_form_box p,
  .confirm_sec .contact_box_address_child {
    width: 100%;
    overflow: scroll;
    font-size: 16px;
  }

  .confirm_sec .contact_box_address_child p[name="zipcode"] {
    width: 88%;
    margin-bottom: 5px;
  }

  .confirm_sec .contact_box_address_child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .confirm_sec .contact_form_box p {
    padding: 1.5rem 7%;
    margin-top: 0.5rem;
    border-radius: 10px;
  }

  .confirm_sec .button_back {
    text-underline-offset: 3px;
  }

  .contact_form_box button[type="submit"] {
    margin-top: 20px;
  }

  .contact_form_box>div:first-child {
    margin-top: 0;
  }

  .thanks_article {
    padding-bottom: 70px;
  }
}

.h_btn_wrap_img {
  width: 8.49vw;
}



.p-henkin{
    text-align: center;
    margin-bottom: -20px;
    width: 100%;
}
.p-henkin img{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 600px;
}

.speech-badge{
    display:inline-block;
    position:relative;
    background:#0071bc;           /* バッジ色 */
    color:#fff;
    font-weight:800;
    letter-spacing:.06em;
    border-radius:999px;
    padding:.6em 1em;
    font-size: 16px;
    margin-top: 40px;
    max-width: 800px;
  }
  /* 下の小さな三角（中心） */
  .speech-badge::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-8px;                   /* 三角の出具合 */
    width:18px; height:10px;
    background:inherit;            /* バッジと同色 */
    clip-path:polygon(50% 100%, 0 0, 100% 0); /* ▼ */
    filter:drop-shadow(0 6px 6px rgba(0,0,0,.25)); /* 三角にも影 */
  }
  .card{
    position: relative;
    top: -40px;
    z-index: 0;
    padding: clamp(30px, 4vw, 28px) clamp(16px, 4.4vw, 32px);
    box-shadow: 0 10px 28px rgba(19,86,140,.18);
    border:1px solid var(--line);
    background-color: #fff;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    }
    .card h2{
        color: #0071bc;
        text-align:center;
        font-size: clamp(18px, 3.8vw, 28px);
        line-height:1.6;
        margin:0 0 10px;
        font-weight:700;
    }
    .lead{margin:0 0 14px; text-align:center; color:#4d6f8f}
    .card p{margin:.8em 0; font-size: clamp(14px, 3.2vw, 17px)}
    .em-green{
        color:#ed1c24; 
        font-weight:700
    }

    @media (min-width: 769px){
        .speech-badge{
            font-size: 20px;
        }
        .card h2{
            font-size: clamp(18px, 3.8vw, 24px);
        }
        .p-henkin{
          margin-bottom: 20px;
        }

    }


    .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
    }

    .toggle-content.open {
    max-height: 1000px; /* 十分な高さを確保 */
    }

    .toggle-btn {
    display: inline-block;
    margin-top: 1em;
    background: #0082CA;
    color: #fff;
    border: none;
    border-radius: 50vh;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: left;
    }

    .toggle-btn:hover {
    background: #0281C7;
    }
