/*Mv
=======================================================*/
.mv{
  height: 100%;
  position: relative;
  margin-top: 100px;
}
.mv-bg img{
  width: 100%;
  object-fit: contain;
}
.mv-bg1 img{
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
}
.mv-bg2 img{
  top: 0;
  right: 0;
  width: 44%;
  height: 85%;
  object-fit: cover;
}
.mv-catch-main{
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 8px;
  font-weight: bold;
}
a.mv-btn{
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 41%;
  height: 13%;
  background: linear-gradient(90deg, rgba(124, 202, 250, 1) 0%, rgba(107, 255, 87, 1) 100%);
  color:#fff;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
a.mv-btn span{
  color:#F6FF00;
}
a.mv-btn svg{
  margin-left: 10px;
  width: 17px;
  height: 27px;
}
.mv-catch-main-sub{
  background: #F6FF00;
  color: #0576BD;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding: 5px 10px;
  font-size: 37px;
  letter-spacing: 2px;
  z-index: 0;
  position: relative;
}
.mv-catch-main .mv-logo{
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  margin-top: -30px;
}

@media screen and (max-width: 1200px){
  a.mv-btn{
    font-size: 2vw;
  }
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
  .mv{
    margin-top: 60px;
  }
  .mv-bg1 img{
    width: 54%;
    height: 100%;
  }
  .mv-bg2 img{
    height: 100%;
  }
  .mv-catch-main-sub {
    font-size: 18px;
  }
  .mv-catch-main .mv-logo{
    margin-top: 10px;
  }
  a.mv-btn{
    width: 90%;
    font-size: 16px;
    right: auto;
    bottom:10%;
  }
  a.mv-btn svg {
    margin-left: 5px;
    width: 10px;
    height: 20px;
  }
}

/*無料調査受付中
=======================================================*/
.intro-txt{
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  padding-top: 50px;
}
.intro-txt::before{
  content: "";
  position: relative;
  display: inline-block;
  background: #000000;
  width: 1px;
  height: 2em;
  margin: 0 2em;
  margin-top: -.2em;
  vertical-align: middle;
  transform: rotate(-30deg);
}
.intro-txt::after{
  content: "";
  position: relative;
  display: inline-block;
  background: #000000;
  width: 1px;
  height: 2em;
  margin: 0 2em;
  margin-top: -.2em;
  vertical-align: middle;
  transform: rotate(30deg);
}
.intro-ttl img{
  display: block;
  margin: 30px auto -35px;
  width: 500px;
}
.intro-wrap{
  background: #C7E9FF;
}
.intro-wrap-txt{
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
.intro-box{
  display: flex;
  margin-top: 50px;
  gap:30px;
}
.intro-box-detail{
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intro-box-detail1{
  background: url(/wp-content/themes/nihonblock110/img/intro01.png) no-repeat;
  background-size: contain;
}
.intro-box-detail2{
  background: url(/wp-content/themes/nihonblock110/img/intro02.png) no-repeat;
  background-size: contain;
}
.intro-box-detail3{
  background: url(/wp-content/themes/nihonblock110/img/intro03.png) no-repeat;
  background-size: contain;
}
.intro-box-detail-ttl{
  background: url(/wp-content/themes/nihonblock110/img/intro-bg.png) no-repeat;
  background-size: contain;
  width: 145px;
  height: 100px;
  background-position: center;
  color: #009DFF;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: -25px;
}
.intro-box-detail-txt{
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
}

@media screen and (max-width: 900px){
  .intro-txt{
    font-size: 25px;
  }
}
@media screen and (max-width: 768px){
  .intro-txt{
    font-size: 20px;
    padding-top: 30px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .intro-txt::before{
    position: absolute;
    left: -10%;
    bottom: 0;
  }
  .intro-txt::after{
    position: absolute;
    right: -10%;
    bottom: 0;
  }
  .intro-ttl img{
    width: 60%;
    margin: 20px auto -20px;
  }
  .intro-wrap-txt{
    font-size: 15px;
  }
  .intro-box{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .intro-box-detail{
    width: calc(100% / 2.2);
  }
  .intro-box-detail-ttl{
    width: 100px;
    height: 50px;
    font-size: 20px;
  }
  .intro-box-detail-txt{
    font-size: 12px;
  }
}

/*危険のサイン
=======================================================*/
.danger-ttl{
  background: #F3F8FF;
  position: relative;
  z-index: 0;
}
.danger-ttl .common{
  padding: 50px 0 0 0;
}
.danger-ttl-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.danger-icon01{
  width: 100px;
  object-fit: contain;
  margin-right: 50px;
}
.danger-txt{
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  position: relative;
  line-height: 1.5;
}
.danger-txt-main{
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 5px;
}
.danger-txt-red{
  color: #FF0004;
  font-size: 50px;
}
.danger-icon02{
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.danger-txt-question{
  font-size: 50px;
  transform: rotate(15deg);
  display: inline-block;
}
.danger-wrap{
  background: url(/wp-content/themes/nihonblock110/img/danger-bg.png) no-repeat;
  background-size: cover;
}
.danger-wrap-txt{
  font-weight: 500;
  background: #fff;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 10px 40px;
  font-size: 30px;
  position: relative;
}
.danger-wrap-txt::after{
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.danger-wrap-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.danger-img{
  object-fit: contain;
  width: 55%;
}
ul.danger-list-detail li{
  font-weight: 500;
  font-size: 21px;
  display: flex;
  align-items: center;
  line-height: 2.5;
}
ul.danger-list-detail li::before{
  content: "";
  background: url(/wp-content/themes/nihonblock110/img/check.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 768px){
  .danger-ttl .common{
    padding: 10px 0 0 0;
  }
  .danger-txt{
    font-size: 20px;
  }
  .danger-txt-main{
    font-size: 23px;
    letter-spacing: 3px;
  }
  .danger-txt-red{
    font-size: 30px;
  }
  .danger-txt-question{
    font-size: 30px;
  }
  .danger-icon01{
    width: 50px;
    margin-right: 10px;
  }
  .danger-icon02{
    width: 100px;
  }
  .danger-wrap-txt{
    padding: 10px 20px;
    font-size: 16px;
  }
  .danger-wrap-list{
    flex-wrap: wrap;
  }
  .danger-img{
    width: 47%;
  }
  ul.danger-list-detail li{
    font-size: 17px;
    line-height: 2;
  }
  ul.danger-list-detail li::before{
    width: 20px;
    height: 15px;
  }
}
@media screen and (max-width: 500px){
  .danger-img{
    width: 90%;
  }
}

/*お問い合わせ
=======================================================*/
.contact-wrap-txt{
  background: #009DFF;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  width: fit-content;
  padding: 10px 30px;
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}
.contact-wrap-txt::after{
  content: "";
  background: #009DFF;
  width: 40px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  right: -40px;
  bottom: 0;
}
.contact-wrap-txt span{
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.contact-wrap-link{
  border: 2px solid #009DFF;
  background: url(/wp-content/themes/nihonblock110/img/contact-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  padding: 50px 30px 30px;
  display: flex;
  gap: 30px;
  position: relative;
}
.contact-wrap-link-tel a{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  margin-bottom: 10px;
}
.contact-wrap-link-tel a img{
  width: 55px;
  object-fit: contain;
  margin-right: 10px;
}
.contact-wrap-link-tel-txt span{
  display: block;
  font-weight: 500;
}
.contact-wrap-link-btn{
  z-index: 2;
}
a.contact-wrap-link-line{
  background: #06C755;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 2px 0px #000;
}
a.contact-wrap-link-line:hover{
  box-shadow: none;
  transform: translate(0px, 2px);
}
a.contact-wrap-link-line img{
  width: 50px;
  object-fit: contain;
}
a.contact-wrap-link-mail{
  background: linear-gradient(90deg,rgba(124, 202, 250, 1) 0%, rgba(0, 157, 255, 1) 100%);
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 13px 10px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0px 2px 0px #000;
}
a.contact-wrap-link-mail:hover{
  box-shadow: none;
  transform: translate(0px, 2px);
}
a.contact-wrap-link-mail svg{
  color: #fff;
  width: 50px;
  height: 30px;
}
.contact-img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  object-fit: contain;
}
@media screen and (max-width: 1000px){
  .contact-wrap-link-tel a{
    font-size: 33px;
  }
  .contact-img{
    width: 20vw;
  }
  .contact-wrap-link{
    gap: 20px;
  }
  a.contact-wrap-link-line img{
    width: 40px;
  }
  a.contact-wrap-link-mail svg{
    width: 40px;
    height: 20px;
  }
  .contact-wrap-link-tel a img{
    width: 50px;
  }
}
@media screen and (max-width: 768px){
  .contact-wrap-txt{
    font-size: 15px;
    padding: 10px 15px;
    line-height: 1.5;
    width: 80%;
  }
  .contact-wrap-txt span{
    font-size: 10px;
    margin-top: 5px;
  }
  .contact-wrap-link{
    flex-wrap: wrap;
    padding: 30px 10px 20px;
    gap: 10px;
  }
  .contact-wrap-link-tel a{
    font-size: 28px;
  }
  .contact-wrap-link-tel a img{
    width: 50px;
  }
  .contact-img{
    width: 22vw;
    bottom: -2px;
    right: -10px;
    z-index: 1;
  }
  .contact-wrap-link-tel-txt{
    font-size: 11px;
    line-height: 1.5;
  }
  a.contact-wrap-link-line{
    font-size: 12px;
  }
  a.contact-wrap-link-line img{
    width: 30px;
  }
  a.contact-wrap-link-mail{
    font-size: 12px;
    padding: 5px 10px;
  }
  a.contact-wrap-link-mail svg{
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 480px){
  .contact-img{
    width: 31vw;
  }
}

/*3つのこだわり
=======================================================*/
.feature-ttl{
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.feature-ttl-blue{
  color: #009DFF;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
}
.feature-ttl-blueL{
  font-size: 65px;
}
.feature-ttl-blueM{
  font-size: 40px;
}
.feature-ttl01{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  width: 10%;
}
.feature-ttl02{
  position: absolute;
  bottom: -54px;
  height: 200px;
  object-fit: contain;
}
.feature-wrap{
  background: url(/wp-content/themes/nihonblock110/img/feature-bg.png) no-repeat;
  background-size: cover;
}
.feature-wrap-list{
  display: flex;
  gap: 30px;
}
.feature-wrap-list-box{
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  padding: 20px;
}
.feature-wrap-list-box1{
  background: url(/wp-content/themes/nihonblock110/img/feature01.png) no-repeat;
  background-size: cover;
}
.feature-wrap-list-box2{
  background: url(/wp-content/themes/nihonblock110/img/feature02.png) no-repeat;
  background-size: cover;
}
.feature-wrap-list-box3{
  background: url(/wp-content/themes/nihonblock110/img/feature03.png) no-repeat;
  background-size: cover;
}
.feature-wrap-list-box-txt{
  background: #fff;
  font-weight: 500;
  width: fit-content;
  padding: 5px 10px;
  font-size: 25px;
  margin-bottom: 10px;
}
.feature-wrap-list-box-txt span{
  font-weight: 900;
  font-size: 28px;
  background: linear-gradient(180deg,rgba(124, 202, 250, 1) 0%, rgba(6, 199, 85, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-wrap-note{
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
  font-size: 18px;
}
.feature-wrap-plus img{
  display: block;
  margin: 0 auto;
  width: 20%;
}

@media screen and (max-width: 768px){
  .feature-ttl{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .feature-ttl-blue{
    font-size: 30px;
  }
  .feature-ttl-blueL {
    font-size: 40px;
  }
  .feature-ttl-blueM {
    font-size: 25px;
  }
  .feature-ttl01{
    width: 20%;
  }
  .feature-ttl02{
    bottom: -25px;
    height: 100px;
  }
  .feature-wrap-list{
    flex-wrap: wrap;
  }
  .feature-wrap-list-box{
    width: 100%;
    height: 200px;
  }
  .feature-wrap-list-box-txt{
    font-size: 16px;
  }
  .feature-wrap-list-box-txt span{
    font-size: 23px;
    line-height: 1.5;
  }
  .feature-wrap-note{
    font-size: 12px;
  }
  .feature-wrap-plus img{
    width: 50%;
  }
}

/*専門職人による高品質な施工！
=======================================================*/
.expert-wrap{
  border: 1px solid #0576BD;
  display: flex;
  margin-top: 50px;
}
.expert-box{
  z-index: 1;
  position: relative;
  padding: 30px;
}
h2.expert-ttl{
  color: #0576BD;
  font-weight: 700;
  position: relative;
  font-size: 25px;
  margin-bottom: 10px;
}
h2.expert-ttl::before{
  content: "";
  background: url(/wp-content/themes/nihonblock110/img/expert-ttl.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  top: -70px;
  left: -70px;
}
.expert-txt{
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
}
.expert-img{
  width: 30%;
  margin-top: -50px;
  object-fit: contain;
  object-position: bottom;
}

@media screen and (max-width: 768px){
  h2.expert-ttl::before{
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
  .expert-wrap{
    flex-wrap: wrap;
    position: relative;
  }
  .expert-box{
    padding: 20px 20px 100px 20px;
  }
  h2.expert-ttl{
    font-size: 20px;
  }
  .expert-txt{
    font-size: 13px;
  }
  .expert-img{
    width: 17vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px){
  .expert-img{
    width: 30%;
  }
}

/*3つの施工プラン
=======================================================*/
.plan-ttl{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  width: fit-content;
  margin: 50px auto 50px;
}
.plan-ttl-blue{
  color: #009DFF;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
}
.plan-ttl-blueL{
  font-size: 65px;
}
.plan-ttl-blueM{
  font-size: 40px;
}
.plan-icon01{
  position: absolute;
  left: -40%;
  width: 30%;
  bottom: -55%;
}
.plan-icon02{
  position: absolute;
  right: -40%;
  width: 30%;
  bottom: -55%;
}
.plan-wrap{
  background: url(/wp-content/themes/nihonblock110/img/plan-bg.png) no-repeat;
  background-size: cover;
}
.plan-box{
  display: flex;
  align-items: center;
  gap:30px;
  margin-bottom: 30px;
}
.plan-box:last-child{
  margin-bottom: 0;
}
.plan-box-ttl{
  color: #fff;
  text-align: center;
  width: 17%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-box-ttl1{
  background: url(/wp-content/themes/nihonblock110/img/plan01.png) no-repeat;
  background-size: contain;
}
.plan-box-ttl2{
  background: url(/wp-content/themes/nihonblock110/img/plan02.png) no-repeat;
  background-size: contain;
}
.plan-box-ttl3{
  background: url(/wp-content/themes/nihonblock110/img/plan03.png) no-repeat;
  background-size: contain;
}
.plan-box-ttl span{
  display: block;
}
.plan-box-detail{
  width: 83%;
}
.plan-box-detail-ttl{
  color: #009DFF;
  font-weight: 700;
  font-size: 35px;
  display: flex;
  align-items: center;
}
.plan-box-detail-ttl::before{
  content: "";
  background: #009DFF;
  width: 50px;
  height: 10px;
  display: block;
  margin-right: 10px;
}
.plan-box-ttl-num{
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.plan-box-ttl-txt{
  font-weight: 900;
  font-size: 40px;
  text-shadow: 2px 2px 1px #0576BD;
  line-height: 1.5;
}
.plan-box-detail-txt{
  font-weight: 500;
  font-size: 18px;
}
.plan-box-bonus{
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.plan-box-bonus span{
  background: #009DFF;
  color: #F6FF00;
  font-weight: 700;
  padding: 1px 7px;
  margin-right: 10px;
}

@media screen and (max-width: 768px){
  .plan-ttl{
    font-size: 20px;
    line-height: 0;
    margin: 30px auto 30px;
  }
  .plan-ttl-blue{
    font-size: 30px;
  }
  .plan-ttl-blueM{
    font-size: 25px;
  }
  .plan-ttl-blueL {
    font-size: 40px;
  }
  .plan-icon01{
    left: -14%;
    width: 20%;
    bottom: -85%;
  }
  .plan-icon02{
    right: -14%;
    width: 20%;
    bottom: -85%;
  }
  .plan-box{
    gap: 20px;
  }
  .plan-box-ttl{
    width: 30%;
  }
  .plan-box-ttl-num{
    font-size: 13px;
  }
  .plan-box-ttl-txt{
    font-size: 30px;
  }
  .plan-box-detail-ttl{
    font-size: 20px;
  }
  .plan-box-detail-ttl::before{
    width: 20px;
    height: 5px;
  }
  .plan-box-detail-txt{
    font-size: 14px;
  }
  .plan-box-bonus{
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  .plan-box-detail{
    width: 70%;
  }
  .plan-box-detail-txt {
    font-size: 12px;
  }
}

/*施工までの流れ
=======================================================*/
.flow{
  padding: 50px 0;
}
.flow-wrap{
  margin-top: 50px;
  background: #F2F2F2;
}
.flow-wrap-list{
  display: flex;
  gap: 40px;
}
.flow-wrap-box{
  width: calc(100% / 5);
  position: relative;
}
.flow-wrap-box::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #009DFF;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-wrap-box:last-child::after{
  content: unset;
}
.flow-wrap-box-num{
  background: #009DFF;
  color: #fff;
  font-weight: 500;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  top: -5px;
}
.flow-wrap-box-img{
  object-fit: contain;
}
.flow-wrap-box-txt{
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 768px){
  .flow{
    padding: 30px 0;
  }
  .flow-wrap{
    margin-top: 30px;
  }
  .flow-wrap-list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .flow-wrap-box-txt{
    font-size: 10px;
    margin-top: 0;
  }
  .flow-wrap-box{
    width: calc(100% / 3.8);
  }
  .flow-wrap-box::after{
    right: -20px;
    border-left: 10px solid #009DFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .flow-wrap-box-num{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .flow-wrap-box:nth-child(3n)::after{
    content: unset;
  }
}

/*フォーム
=======================================================*/
.contact-form-txt{
  margin: 10px auto 30px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
.contact-form-wrap span.required{
  background: #FE5F5F;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 10px;
}
.contact-form-wrap label{
  display: flex;
  border-bottom: 1px solid #969696;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-form-wrap label:last-of-type{
  border-bottom: unset;
}
.contact-form-wrap label .contact-form-name{
  width: 20%;
  padding: 15px 20px;
  font-weight: 500;
}
.wpcf7-form-control-wrap{
  width: 80%;
}
.contact-btn{
  background: #009DFF;
  color: #fff;
  border: unset;
  width: 200px;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}

@media screen and (max-width: 768px){
  .contact-form-txt{
    font-size: 11px;
  }
  .contact-form-wrap label{
    flex-wrap: wrap;
  }
  .contact-form-wrap label .contact-form-name{
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  .wpcf7-form-control-wrap{
    width: 100%;
  }
  .contact-btn{
    width: 150px;
    padding: 10px;
    font-size: 15px;
  }
}