@charset "UTF-8";
#short-term.v2025{
}

input[name="phone1"],
input[name="phone2"],
input[name="phone3"] {
  width: 6em;
}
.smb-date {
  line-height: 35px;
  height: 35px;
  width: 9em;
  font-size: 16px;
  box-shadow: none;
  padding: 3px;
  -webkit-appearance: none;
  border: 1px solid #787878;
  margin: 0px 10px;
  background: #f1f1f1;
}
.smb-bx {
  line-height: 35px;
  width: 8em;
  font-size: 16px;
  box-shadow: none;
  padding: 3px;
  -webkit-appearance: none;
  border: 1px solid #787878;
  margin: 0px 10px;
  background: #f1f1f1;
}
.st-flex {
  display: flex;
  justify-content:center;
  gap: 20px;
}
.st-box {
  width: calc((100% - 60px) /4 );
  max-width: 200px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  background: #d2e9fb;
  border-radius: 10px;
  overflow: hidden;
}
.st-box h2 {
  background: #00bcd4;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
.st-box p {
  margin: 1em 0;
  font-size: 20px;
}

.table-oh {
  margin-top: 30px;
  overflow-x: auto;
}

.table-st {
  width: 1100px !important;
}
.table-st th,
.table-st td {
  border: 2px solid #fff;
  padding: 15px 10px;
  text-align: center;
}
.table-st th {
  background: #00bcd4;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.table-st td {
  background: #d2e9fb;
}
.table-st thead {}
.table-st thead th {
  font-size: 20px;
}
.table-st thead span {
  padding: 0 1px 0 3px;
  font-size: 24px;
}
.table-st .tr1 img {
  display: inline;
  height: 150px;
}
.table-st .tr3 td {
}
.table-st .tr3 td span {
  padding: 0 1px 0 3px;
  font-size: 25px;
}

.table-st .price td {
  font-size: 30px !important;
  font-weight: bold;
}
.table-st .price span {
  font-size: 18px;
  font-weight: normal;
}

.table-st.table-st .period td {}
.table-st.table-st .period span {
  font-size: 18px;
  font-weight: bold;
}

.add1 .h,
.add2 .h {
  margin-top: 30px;
  font-size: 25px;
  text-align: center;
}
.add2 .h {
  margin-top: 50px;
}

.add-flex {
  display: flex;
  justify-content:center;
  gap: 20px;
}
.add-box {
  width: calc((100% - 60px) /2 );
  max-width: 250px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  background: #d2e9fb;
  border-radius: 10px;
  overflow: hidden;
}
.add-box h2 {
  background: #00bcd4;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
.add-box .box {
  height: 300px;
  padding: 20px 15px;
}
.add2 .add-box .box {
  height: auto;
}
.add-box img {
  display: inline-block;
  max-height: 200px;
  max-width: 100px;
  margin-bottom: 10px;
}
.add-box p {
  margin: 0;
}
.add-box .p1 {}
.add-box .p1 span {
  padding: 0 1px 0 3px;
  font-size: 25px;
}
.add-box .p2 {
  margin-top: 15px;
  background: #fff;
  font-size: 12px;
}
.add-box .price {
  padding: 10px;
  border-top: 2px solid #fff;
  font-size: 20px;
}
.add-box .price span {
  font-size: 25px;
  font-weight: bold;
}

.btn-center {
  margin: 60px 0;
  text-align: center;
}
a.btn1 {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  background: #b42222;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
}
a.btn1::after {
  position: absolute;
  content: ">";
  right: 15px;
}
a.btn1:hover {
  opacity: .7;
}
.btl-td {
  width: 80%;
}
.btl-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.btl-box {
  width: calc(50% - 20px);
  padding: 10px;
  margin-left: 10px;
  background: #d2e9fb;
}
.btl-box .img {
  display: flex;
}
.btl-box.pink {
  background: #fbd2d2;
}
.w100 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  text-align: center;
}
.btl-box img {
  display: inline;
}
.btl-box .img span {
  display: inline-block;
}
.btl-box .input input {
  width: 100px;
  margin-left: 0;
}
.btl-box .input p {
  margin-bottom: 0;
}
.br-sp {
  display: none;
}

.estimate-box {
  padding: 20px;
  margin-top: 20px;
  background: #d2e9fb;
}
.estimate-box h2 {
  /* margin-bottom: 20px; */
  font-size: 20px;
}
.estimate-box .req {
  font-size: 15px;
}
.estimate-box select {
  padding: 10px;
}

.estimate-box p {
  margin: 0;
}
.estimate-table {}
.estimate-flex {
  display: flex;
  margin-top: 30px;
}
.estimate-flex p {
  line-height: 1;
}
.estimate-check {
  width: 250px;
  padding-top: 10px;
}
.estimate-check2 {
  width: 310px;
  padding-top: 10px;
}
.estimate-select {}
.estimate-flex+p {
  color: #333;
  font-weight: 400;
}

.estimate-box_price {
  display: flex;
  align-items: baseline;
  gap: 50px;
  padding: 10px 0 0 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  background: #fff1cb;
}
.estimate-box_price {}
.estimate-box_price .num {
  font-size: 25px;
}
.estimate-h1 {
  font-size: 20px;
  margin-bottom: 20px;
}


@media (max-width: 767px) {
  input[name="phone1"],
  input[name="phone2"],
  input[name="phone3"] {
    width: 30%;
  }
  .smb-date,
  .smb-bx {
    margin: 0;
  }
  .st-flex {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .st-box {
    width: calc((100% - 20px) /2 );
    margin-top: 0;
  }
  .st-box h2 {
    font-size: 15px;
  }
  .st-box p {
    font-size: 15px;
  }

  .table-st {
    width: 700px !important;
  }
  .table-st .tr1 img {
  display: inline;
    height: 100px;
  }
  .btl-td {
    /* width: 70%; */
  }
  .blank {
    display: none;
  }
  .btl-box {
    width: 100%;
    margin-left: 0;
  }
  .btl-box .img {
    /* flex-flow: column; */
  }
  .btl-box .img p {
    margin-bottom: .5em;
  }
  .btl-box .img p+p {
      width: calc(100% - 120px);
  }
  .add1 .h,
  .add2 .h {
    margin-top: 30px;
    font-size: 18px;
  }
  .add-flex {
    flex-flow: column;
    align-items: center;
  }
  .add-box {
    width: 100%;
    max-width: 400px;
  }
  .add-box .box {
    height: auto;
  }

}
