@charset "UTF-8";
/*
Theme Name: lp_keiri3_theme
Description: This is our original theme.
Author:
Version:1.0
*/
.agree span {
  text-decoration: underline;
  color: #1c5b9a;
}
.agree .wpcf7-not-valid-tip {
  text-align: center;
  color: #dc3232 !important;
}
.wpcf7-spinner{
  position: absolute!important;
  transform: translate(0,-13px);
}
.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
}
.wpcf7-list-item label span {
  font-weight: bold;
  margin-left: 5px;
}
.submit {
  transition: 0.3s;
}
.submit:hover {
  opacity: 0.7;
}
.tel {
  transition: 0.3s;
}
.tel:hover {
  opacity: 0.7;
}
.cvBtn {
  transition: 0.3s;
}
.cvBtn:hover {
  opacity: 0.7;
}
.tel_text {
  color: red !important;
  text-align: center;
  padding: 25px;
  background: rgba(255,255,255,0.9);
  width: 100%;
  max-width: 680px;
  margin: 25px auto;
}
.none750 {
display: none !important;
}
.spImg {
display: block !important;
width: 55% !important;
margin: 0 auto !important;
}
@media (max-width: 1280px) {
  .wpcf7-list-item label {
    margin-right: 1.04167vw;
  }
}
@media (max-width: 750px) {
  .wpcf7-list-item label {
    margin-right: 5.33333vw;
  }

  .threeBox{
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .threeBox .item{
      width: 49%;
      padding: 6vw 2vw!important;
    }
  .threeBox .item h4{
    font-size: 24px!important;
  }
  .textBox p{
    font-size: 16px!important;
    text-align: left;
  }
  .brnone750{
    display: none;
  }
  .cv div{
    padding: 0 4%;
  }
  .fukidashiGrid .item{
    width: 100%!important;
  }
  .tel_text {
    font-size: 13px;
  }
  /*.spCv {
    width: 100%;
  }*/
}
