@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.main_page {
  padding-top: 160px;
}
.main_page .box_block {
  position: relative;
  margin-bottom: 110px;
  padding: 60px 50px 50px;
  border: solid 5px #111;
  box-shadow: 13px 11px 0 rgba(0, 0, 0, 0.2);
}

.main_page.product {
  padding-top: 100px;
}

.bg_btn {
  text-align: center;
}
.bg_btn a {
  display: inline-block;
  min-width: 290px;
  padding: 1em 1.5em;
  background: #111;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bg_btn a:hover {
  opacity: 0.7;
}
.bg_btn.red a {
  background: #CD2C25;
}

.txt_link {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txt_link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
}
.txt_link:hover {
  opacity: 0.7;
}

.border_ttl {
  margin-bottom: 24px;
  border-bottom: solid 2px #111;
  letter-spacing: 0.05em;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  font-weight: 700;
}
.border_ttl small {
  font-size: 0.66em;
}

.price_table {
  width: 100%;
}
.price_table tr {
  width: 33.3%;
}
.price_table tr:not(:first-child) th,
.price_table tr:not(:first-child) td {
  padding: 0.7em 0.5em;
}
.price_table th,
.price_table td {
  padding: 1.3em 0.5em;
  border: solid 1px #111;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.price_table th small,
.price_table td small {
  font-size: 0.66em;
}

.price_table.ver_th_color th {
  background-color: #fffbcd;
}

.item_table {
  width: 100%;
  margin-bottom: 50px;
}
.item_table tr:first-child th,
.item_table tr:first-child td {
  padding-top: 0;
}
.item_table tr th {
  width: 13em;
  padding-right: 1em;
}
.item_table tr th,
.item_table tr td {
  padding: 1.3em 1em;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}

.center_ttl {
  margin-bottom: 1.3em;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: 700;
}

.estimate_block .top_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.estimate_block .top_box .img {
  width: 45%;
}
.estimate_block .top_box .right {
  width: 50%;
}
.estimate_block .top_table {
  width: 100%;
}
.estimate_block .top_table tr:first-child th,
.estimate_block .top_table tr:first-child td {
  padding-top: 0;
}
.estimate_block .top_table th,
.estimate_block .top_table td {
  padding: 1.5em;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 700;
}
.estimate_block .top_table th {
  padding-left: 0;
}
.estimate_block .top_table td {
  padding-right: 0;
}
.estimate_block .top_table td .bg {
  display: block;
  margin-bottom: 3px;
  width: 44px;
  height: 44px;
  border: solid 1px #ccc;
}
.estimate_block .top_table td .bg.bg_navy {
  background: #1E2C5E;
}
.estimate_block .top_table td .bg.bg_white {
  background: #fff;
}

.estimate_block .top_box .img {
  padding: 15px;
  border: solid 1px #ccc;
}
.estimate_block .top_box .img img {
  width: auto;
  max-width: 358px;
  height: auto;
  max-height: 358px;
  margin: auto;
}

/********************************************/
/* mailform */
/********************************************/
.form_table {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 56px;
}
.form_table th,
.form_table td {
  padding: 1em;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
.form_table th {
  width: 12em;
  padding-top: 1.8em;
  padding-left: 0;
}
.form_table td {
  padding-right: 0;
}
.form_table .required th {
  position: relative;
  padding-right: 3em;
}
.form_table .required th:after {
  position: absolute;
  top: 2.2em;
  right: 0;
  content: "必須";
  padding: 0.2em 0.7em;
  background: #CD2C25;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

.error {
  padding-top: 1em;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 0.7em 1em;
  border: solid 1px #ccc;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
}
input[type=text].mini,
input[type=tel].mini,
input[type=email].mini,
select.mini,
textarea.mini {
  max-width: 220px;
}

textarea {
  height: 10em;
}

.submit_btn {
  margin-top: 50px;
}
.submit_btn .input_btn {
  display: inline-block;
  width: auto;
  min-width: 300px;
  padding: 0.8em;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.submit_btn .input_btn:hover {
  opacity: 0.7;
}

.checkbox-input {
  display: inline-block;
}

.form_box .checkbox-input label span {
  display: inline-block;
  position: relative;
  padding: 0.2em 0 0.2em 2em;
  font-size: 1.4rem;
}
.form_box .checkbox-input label span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #fff;
}

.form_box .checkbox-input > span {
  display: block;
  margin-bottom: 1em;
}
.form_box .checkbox-input > span:last-child {
  margin-bottom: 0;
}

.form_box .checkbox-input label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: 0;
  left: 6px;
  width: 5px;
  height: 12px;
  margin: auto;
  transform: rotate(40deg);
  border-bottom: 4px solid #111;
  border-right: 4px solid #111;
}

.footer02 {
  padding-top: 86px;
  padding-bottom: 50px;
  background: #fff;
}
.footer02 .copyright {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .preview .form_table th {
    padding-top: 1em;
  }
}
.preview .form_table .required th:after {
  content: none;
}

.submit_btn .btn_back {
  display: inline-block;
  width: auto;
  min-width: 150px;
  margin-top: 20px;
  padding: 0.2em 0.8em 0.4em;
  border-radius: 14px;
  background: #909090;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.mw_wp_form_confirm .form_table .required th:after {
  content: none;
}
.mw_wp_form_confirm .form_table td {
  padding-top: 1.6em;
}
.mw_wp_form_confirm .checkbox-input {
  display: none;
}

.thanks_comment {
  text-align: center;
  margin-bottom: 30px;
}
.thanks_comment p {
  font-size: 1.5rem;
  margin-bottom: 1em;
  line-height: 1.6;
}

.mw_wp_form .error {
  font-size: 1.4rem;
  font-weight: bold;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  .main_page {
    padding-top: 100px;
  }
  .main_page .box_block {
    padding: 20px 10px;
    border: solid 3px #111;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .product .contents_wrapper {
    padding-top: 0;
  }
  .center_ttl {
    font-size: 2.2rem;
  }
  .price_table th,
  .price_table td {
    font-size: 1.6rem;
  }
  .item_table tr th {
    width: 7em;
  }
  .item_table tr th,
  .item_table tr td {
    padding: 1.3em 0.5em;
  }
  .estimate_block .top_box {
    display: block;
    margin-bottom: 70px;
  }
  .estimate_block .top_box .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .estimate_block .top_box .right {
    width: 100%;
  }
  .estimate_block .top_table {
    width: 100%;
    display: block;
  }
  .estimate_block .top_table tbody {
    display: block;
  }
  .estimate_block .top_table tr {
    display: block;
    margin-bottom: 20px;
  }
  .estimate_block .top_table th,
  .estimate_block .top_table td {
    display: block;
    padding: 0;
    font-size: 1.4rem;
  }
  .estimate_block .top_table th {
    margin-bottom: 10px;
  }
  .estimate_block .top_box .img img {
    max-width: 100%;
    max-height: 100%;
  }
  /********************************************/
  /* mailform */
  /********************************************/
  .form_table {
    display: block;
  }
  .form_table tbody,
  .form_table tr {
    display: block;
  }
  .form_table tr {
    margin-bottom: 30px;
  }
  .form_table th,
  .form_table td {
    display: block;
    padding: 0;
  }
  .form_table th {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .form_table .required th:after {
    top: 0;
  }
  .submit_btn .input_btn {
    min-width: 250px;
    font-size: 1.5rem;
  }
  .submit_btn .btn_back {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin-top: 20px;
    padding: 0.2em 0.8em 0.4em;
    border-radius: 14px;
    background: #909090;
    color: #fff;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .thanks_comment {
    text-align: left;
  }
  .thanks_comment p {
    font-size: 1.4rem;
  }
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /*====================================================*/
  /*@Page main ttl*/
  /*====================================================*/
  /********************************************/
  /* mailform */
  /********************************************/
}/*# sourceMappingURL=page.css.map */