/*
	Theme Name: YOKOYAMA
	Theme URL:
	Description:
	Author: teetime.co.jp
	Version: 1.0
	Tags:
	License:
	License URI:
*/
/* 2025.9.17 追加 */
.bl_flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 5%;
  margin: 45px 0 0 0;
}
.bl_flexbox .box {
  background: #fff;
  width: 47.5%;
}
.bl_flexbox .box h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #e76422;
    padding: 18px 0;
}
.bl_flexbox .box img {
  margin: 32px auto 27px;
  width: 90%;
  max-width: 180px;
}
.bl_flexbox .box p {
  padding: 0 55px 60px;
}
.bl_flexbox .box .img {
  width: 100%;
}
.bl_flexbox .box .img img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.bl_remcase .bl_flexbox  {
  gap: 55px 3%;
}
.bl_remcase .bl_flexbox .box {
  width: 30%;
  background: #fcf5ea;
  border-top: 6px solid #e76422;
}
.bl_remcase .bl_flexbox p {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  color: #e76422;
}

.bl_remcase h3 {
  margin: 120px 0 35px;
  border-left: 6px solid #e76422;
  color: #323031;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 18px;
}
.el_table {
  margin: 40px 0 0;
}
.bl_remcase table {
  text-align: center;
}
.bl_remcase table tr {
  border-bottom: 1px solid #f3b190;
}
.bl_remcase table thead th {
  background: #e76422;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.bl_remcase table tbody th {
  color: #e76422;
  font-weight: 700;
  text-align: center;
  width: 280px;
  position: relative;
}
.bl_remcase table tbody th::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f3b190;
  position: absolute;
  left:0;
  top: 0;
}
.bl_remcase table tbody tr:last-child th::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f3b190;
  position: absolute;
  left:0;
  bottom: -2px;
}

@media screen and (max-width: 767px) {
  .bl_flexbox {
    gap: 30px 0;
  }
  .bl_flexbox .box {
    width: 96%;
  }
  .bl_flexbox .box h3 {
    font-size: 1.8rem;
    padding: 13px 0;
  }
  .bl_flexbox .box img {
    max-width: 140px;
  }
  .bl_flexbox .box p {
    padding: 0 30px 30px;
  }
  .bl_remcase .bl_flexbox {
    gap: 30px 0;
  }
  .bl_remcase .bl_flexbox .box {
    width: 100%;
  }
  .bl_remcase .bl_flexbox p {
        padding: 12px 0;
        font-size: 1.8rem;
  }
  .el_table {
    overflow-x: scroll;
  }
  .el_table table {
    width: 800px;
  }
}

.contact {
  margin: 50px 0 0;
}
.contact .leadtxt {
  margin: 0 0 80px;
}
.contact dl {
  margin: 0 0 60px;
}
.contact dl dt {
  font-size:2.4rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.contact dl dt .need {
  font-size: 12px;
  display: inline-block;
  background: #e76422;
  color: #fff;
  padding: 0px 10px;
  margin-left: 10px;
  transform: translate(0, -3px);
}
input[type=text], input[type=number], input[type=url], input[type=email], input[type=password], select, option, textarea, button {
    border-radius: 0;
    padding: 15px 10px;
    max-width: 670px;
}
textarea {
  max-width: 100%;
  height: 310px;
}
.contact dl dd.names p {
  display: flex;
  justify-content: space-between;
  max-width: 670px;
}
.contact dl dd.names .wpcf7-form-control-wrap {
  width: 48%;
}
.fb {
  font-weight: 700;
}
.bl_pp {
    border: 1px #ddd solid;
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
    height: 250px;
    overflow-y: scroll;
    margin: 0 0 20px;
}
.contact .privacy {
  text-align: center;
}
.contact .privacy .wpcf7-list-item {
  margin: 0;
}
.contact .submitbtn {
  text-align: center;
}
.contact input[type=submit], .contact button {
  max-width: 360px;
  border-radius: 0;
  background: #e76422;
  border: 0;
  font-size: 18px;
  font-weight: 700;
}
.contact input[type=submit]:disabled, .contact button:disabled {
    background-color: #aaa;
    border: 0;
}
.contact .wpcf7-spinner {
  display: block;
}
.bl_thanks {
  text-align: center;
}
.bl_thanks a {
  display: block;
  margin: 40px auto 0;
  max-width: 360px;
  padding: 15px 0;
  color: #fff;
  border-radius: 0;
  background: #e76422;
  border: 0;
  font-size: 18px;
  font-weight: 700;
}
article.pb0 {
  padding-bottom: 0;
}
.tp-icon_wrap .tp-icon {
  width: 120px;
  position: absolute;
  right: 38px;
  top: 34px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
.tp-icon_wrap .tp-icon {
  right: 10px;
}
}

.el_btn01 {
  width: 90%;
  max-width: 360px;
  margin: 10px auto;
  display: block;
}