@charset "UTF-8";
html {
  font-size: 10px;
}

body,
p,
div,
ul,
li,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

#content {
  color: #000;
}

.about_block,
.company_block,
.area_block,
.flow_block,
.pack_block,
.price_block,
.maintenance_block,
.form_block1,
.form_block2 {
  font-family: "Noto Sans JP", sans-serif;
}

.key_visual {
  max-width: 1024px;
  margin: auto;
}
.key_visual img {
  width: 100%;
}

.about_block {
  max-width: 1024px;
  background-color: #cee3dd;
  padding: 30px 0;
  margin: 0 auto 50px;
}
.about_block .txt {
  max-width: 1024px;
  width: calc(100% - 30px);
  margin: auto;
  font-size: 22.5px;
  font-weight: bold;
  text-align: center;
}
.about_block .txt span {
  color: #ff0000;
}

.block_title {
  padding: 5px 15px;
  margin: 0 auto 30px;
  background-color: #3c9178;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.company_block,
.area_block,
.flow_block,
.maintenance_block {
  max-width: 1024px;
  width: calc(100% - 30px);
  margin: 0 auto 80px;
}

.company_block .company_txt {
  display: block;
  width: 100%;
  max-width: 912px;
  margin: auto;
}
.company_block .txt1 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  max-width: 1024px;
  margin: 30px auto;
}
@media (max-width: 749px) {
  .company_block .detail_hp {
    max-width: 400px;
    margin: auto;
  }
}
@media (min-width: 750px) {
  .company_block .detail_hp {
    display: flex;
  }
}
.company_block .detail_hp .left,
.company_block .detail_hp .right {
  background-color: #d8e9e4;
  padding: 15px;
}
@media (min-width: 750px) {
  .company_block .detail_hp .left,
  .company_block .detail_hp .right {
    flex-basis: calc(50% - 7.5px);
  }
}
.company_block .detail_hp .left .hp_name,
.company_block .detail_hp .right .hp_name {
  font-size: 16px;
  font-weight: 500;
  color: #3c9178;
  margin-bottom: 10px;
}
.company_block .detail_hp .left img,
.company_block .detail_hp .right img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .company_block .detail_hp .left {
    margin-bottom: 15px;
  }
}
@media (min-width: 750px) {
  .company_block .detail_hp .left {
    margin-right: 15px;
  }
}
.company_block .txt2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.company_block .txt2 .size {
  font-size: 40px;
}
.company_block .txt2 .red {
  color: #ff0000;
}
.company_block .review {
  background-color: #cee3dd;
  border-radius: 20px;
  padding: 15px;
}
@media (min-width: 750px) {
  .company_block .review {
    padding: 50px;
  }
}
.company_block .review .img1 {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
}
.company_block .review .links {
  display: flex;
}
.company_block .review .links .left,
.company_block .review .links .right {
  display: block;
  flex-basis: calc(50% - 7.5px);
}
.company_block .review .links .left img,
.company_block .review .links .right img {
  width: 100%;
}
.company_block .review .links .left {
  margin-right: 15px;
}

.area_block .detail {
  margin: auto;
}
@media (max-width: 749px) {
  .area_block .detail {
    max-width: 400px;
  }
}
@media (min-width: 750px) {
  .area_block .detail {
    display: flex;
    max-width: 924px;
  }
}
@media (min-width: 750px) {
  .area_block .detail .left,
  .area_block .detail .right {
    flex-basis: calc(50% - 7.5px);
  }
}
.area_block .detail .left img,
.area_block .detail .right img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .area_block .detail .left {
    margin-bottom: 15px;
  }
}
@media (min-width: 750px) {
  .area_block .detail .left {
    margin-right: 15px;
  }
}

.flow_block img {
  width: 100%;
  vertical-align: middle;
}

.pack_block,
.price_block,
.form_block1 {
  background-color: #d8e9e4;
  border-top: 8px solid #999999;
  padding: 50px 0;
}
.pack_block .inner,
.price_block .inner,
.form_block1 .inner {
  max-width: 1024px;
  width: calc(100% - 30px);
  margin: auto;
}

.pack_block .pack_title {
  max-width: 900px;
  margin: auto;
}
.pack_block .pack_title img {
  display: block;
  max-width: 842px;
  width: 100%;
}
.pack_block .pack_list {
  max-width: 900px;
  background-color: #a7cec2;
  border: 5px solid #3c9178;
  border-radius: 0 20px 20px 20px;
  padding: 15px;
  margin: 0 auto 50px;
}
@media (min-width: 750px) {
  .pack_block .pack_list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
  }
}
.pack_block .pack_list > li {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.pack_block .pack_list > li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail1 {
    flex-basis: calc(33.3% - 10px);
  }
  .pack_block .pack_list > li.detail1:not(:nth-child(3)) {
    margin-right: 15px;
  }
}
.pack_block .pack_list > li.detail1 .txt {
  font-size: 27px;
  font-weight: 500;
  color: #3c9178;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail2, .pack_block .pack_list > li.detail3, .pack_block .pack_list > li.detail4 {
    flex-basis: 100%;
    display: flex;
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail2 .left, .pack_block .pack_list > li.detail3 .left, .pack_block .pack_list > li.detail4 .left {
    margin-right: 15px;
  }
}
.pack_block .pack_list > li.detail2 .left .txt1, .pack_block .pack_list > li.detail3 .left .txt1, .pack_block .pack_list > li.detail4 .left .txt1 {
  font-size: 27px;
  font-weight: 500;
  color: #3c9178;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .pack_block .pack_list > li.detail2 .left .txt1 span::after, .pack_block .pack_list > li.detail3 .left .txt1 span::after, .pack_block .pack_list > li.detail4 .left .txt1 span::after {
    content: "\a";
    white-space: pre;
  }
}
@media (max-width: 749px) {
  .pack_block .pack_list > li.detail2 .right, .pack_block .pack_list > li.detail3 .right, .pack_block .pack_list > li.detail4 .right {
    margin-top: 15px;
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail2 .right, .pack_block .pack_list > li.detail3 .right, .pack_block .pack_list > li.detail4 .right {
    margin-left: auto;
  }
}
.pack_block .pack_list > li.detail2 .left .txt2 li, .pack_block .pack_list > li.detail3 .left .txt2 li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  text-indent: -16px;
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail2 .left {
    flex-basis: calc(70% - 7.5px);
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail2 .right {
    flex-basis: calc(30% - 7.5px);
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail3 .left {
    flex-basis: calc(33.3% - 7.5px);
  }
}
.pack_block .pack_list > li.detail3 .left a {
  display: block;
  max-width: 240px;
}
.pack_block .pack_list > li.detail3 .right {
  display: flex;
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail3 .right {
    flex-basis: calc(66.6% - 7.5px);
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail3 .right li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail4 .left {
    flex-basis: calc(40% - 7.5px);
  }
}
.pack_block .pack_list > li.detail4 .right {
  display: flex;
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail4 .right {
    flex-basis: calc(60% - 7.5px);
  }
}
@media (min-width: 750px) {
  .pack_block .pack_list > li.detail4 .right li:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 749px) {
  .pack_block .pack_list > li {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pack_block .pack_list > li img {
  width: 100%;
}
.pack_block .material {
  margin-bottom: 50px;
}
.pack_block .material .txt {
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  margin-bottom: 30px;
}
.pack_block .material .outerWall,
.pack_block .material .roof {
  background-color: #fff;
  padding-bottom: 30px;
}
.pack_block .material .outerWall .title,
.pack_block .material .roof .title {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.pack_block .material .outerWall .list,
.pack_block .material .roof .list {
  width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 750px) {
  .pack_block .material .outerWall .list,
  .pack_block .material .roof .list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }
}
@media (max-width: 749px) {
  .pack_block .material .outerWall .list li,
  .pack_block .material .roof .list li {
    margin-bottom: 15px;
  }
}
@media (min-width: 750px) {
  .pack_block .material .outerWall .list li,
  .pack_block .material .roof .list li {
    flex-basis: calc(50% - 15px);
  }
  .pack_block .material .outerWall .list li:nth-child(2n-1),
  .pack_block .material .roof .list li:nth-child(2n-1) {
    margin-right: 30px;
  }
}
.pack_block .material .outerWall .list li img,
.pack_block .material .roof .list li img {
  width: 100%;
}
.pack_block .material .outerWall .list li .name,
.pack_block .material .roof .list li .name {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
}
.pack_block .material .outerWall {
  border: 2px solid #4187af;
  margin-bottom: 30px;
}
.pack_block .material .outerWall .title {
  background-color: #4187af;
}
.pack_block .material .outerWall .list li {
  background-color: #4187af;
}
@media (min-width: 750px) {
  .pack_block .material .outerWall .list li {
    margin-bottom: 30px;
  }
}
.pack_block .material .roof {
  border: 2px solid #e67e9e;
}
.pack_block .material .roof .title {
  background-color: #e67e9e;
}
.pack_block .material .roof .list li {
  background-color: #e67e9e;
}
@media (min-width: 750px) {
  .pack_block .material .roof .list li {
    margin-bottom: 30px;
  }
}
.pack_block .checklist {
  max-width: 900px;
  margin: 0 auto;
}
.pack_block .checklist .title {
  background-color: #3c9178;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 3px 15px;
  margin-bottom: 15px;
}
.pack_block .checklist .txt {
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 15px;
}
.pack_block .checklist .list1 {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 15px;
}
.pack_block .checklist .list1 li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 14px;
  text-indent: -14px;
}
.pack_block .checklist .list2 li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  text-indent: -16px;
}

.price_block .list1,
.price_block .list2 {
  margin-bottom: 50px;
}
.price_block .list1 .title,
.price_block .list2 .title {
  position: relative;
  padding: 5px 15px;
  background-color: #3c9178;
  margin-bottom: 15px;
  font-size: 37.5px;
  font-weight: 500;
  color: #fff;
}
.price_block .list1 .title span,
.price_block .list2 .title span {
  font-size: 26.5px;
}
.price_block .list1 .title::after,
.price_block .list2 .title::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  width: 200px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .price_block .list1 .title::after,
  .price_block .list2 .title::after {
    display: none;
  }
}
.price_block .list1 .txt1,
.price_block .list2 .txt1 {
  font-size: 18px;
  font-weight: 500;
}
.price_block .list1 .txt1 .pc,
.price_block .list2 .txt1 .pc {
  display: none;
}
@media (min-width: 1024px) {
  .price_block .list1 .txt1 .pc,
  .price_block .list2 .txt1 .pc {
    display: block;
  }
}
.price_block .list1 .txt1 .pc span,
.price_block .list2 .txt1 .pc span {
  font-size: 14px;
}
.price_block .list1 .modaal_link,
.price_block .list2 .modaal_link {
  display: block;
  max-width: 168px;
}
.price_block .list1 img,
.price_block .list2 img {
  width: 100%;
}
.price_block .list1 img,
.price_block .list2 img {
  display: block;
  margin-top: 15px;
}
.price_block .list1 .title::after {
  background-image: url(../images/estimate/price_after1.jpg);
}
.price_block .list2 .title::after {
  background-image: url(../images/estimate/price_after2.jpg);
}
.price_block .links {
  max-width: 469px;
  margin: auto;
}
.price_block .links a {
  display: block;
}
.price_block .links a img {
  width: 100%;
}
.price_block .links a:first-child {
  margin-bottom: 15px;
}

.maintenance_block {
  margin-top: 80px;
}
.maintenance_block .list {
  max-width: 600px;
  margin: auto;
}
.maintenance_block .list li {
  font-size: 22px;
  font-weight: 500;
  padding-left: 33px;
  text-indent: -33px;
}
.maintenance_block .list li span {
  color: #8abdae;
}

.form_block1 .txt {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.form_block1 .txt .color1 {
  color: #ff0000;
}
.form_block1 .txt .color2 {
  color: #006bc8;
}
.form_block1 .txt .size {
  font-size: 14px;
}
.form_block1 .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  background-color: #3c9178;
  padding: 3px 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 5px;
}
.form_block1 .form_back {
  padding: 30px 15px;
  background-color: #bbd8d0;
  border-top: 5px solid #3c9178;
}
@media (min-width: 750px) {
  .form_block1 .form_back {
    padding: 30px;
  }
}
.form_block1 .form_back .q_block#q_outerWall, .form_block1 .form_back .q_block#q_outerWall_roof, .form_block1 .form_back .q_block#q_roof {
  display: none;
}
.form_block1 .form_back .q_block:not(:last-child) {
  margin-bottom: 50px;
}
.form_block1 .form_back .q_block .desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #2a6554;
  padding: 3px 15px;
  margin-bottom: 15px;
}
.form_block1 .form_back .q_block .desc .size {
  font-size: 13px;
}
.form_block1 .form_back .q_block .desc .color {
  color: #ffff00;
}
.form_block1 .form_back .q_block .q_list li:not(:last-child) {
  margin-bottom: 30px;
}
.form_block1 .form_back .q_block .q_list li .q_txt {
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #3c9178;
}
.form_block1 .form_back .q_block .q_list li .q_txt .txt1 {
  font-size: 24px;
  font-weight: bold;
  color: #3c9178;
  margin-top: -3px;
  margin-right: 15px;
}
.form_block1 .form_back .q_block .q_list li .check_txt {
  font-size: 13px;
  font-weight: 500;
  padding-left: 13px;
  text-indent: -13px;
  margin-top: 5px;
}
.form_block1 .form_back .q_block .q_list li .check_txt span {
  color: #e95500;
}
.form_block1 .form_back .q_block .q_list li .modaal_link {
  display: block;
}
.form_block1 .form_back .q_block .q_list li .modaal_link.modaal_gradation, .form_block1 .form_back .q_block .q_list li .modaal_link.modaal_sealing1, .form_block1 .form_back .q_block .q_list li .modaal_link.modaal_sealing2 {
  max-width: 236px;
}
.form_block1 .form_back .q_block .q_list li .modaal_link.modaal_taspaser {
  max-width: 168px;
}
.form_block1 .form_back .q_block .q_list li .modaal_link.modaal_lithin {
  max-width: 260px;
}
.form_block1 .form_back .q_block .radio_wrap {
  background-color: #94c3b5;
  border: 5px solid #3c9178;
  padding: 15px;
}
.form_block1 .form_back .q_block .radio_wrap label {
  font-size: 19px;
  font-weight: 500;
  padding-left: 5px;
}
.form_block1 .form_back .q_block .radio_wrap label span {
  font-size: 25px;
  color: #e95500;
  font-weight: bold;
}
.form_block1 .form_back .q_block .error_message {
  font-size: 16px;
  color: red;
  margin-top: 5px;
}
.form_block1 .form_pack {
  margin-bottom: 50px;
}
.form_block1 .form_pack .q_txt .txt1 {
  flex-basis: 53px;
}
.form_block1 .form_pack .q_txt .txt2 {
  flex-basis: 32px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 3px 5px;
  margin-top: 5px;
  height: 23px;
}
.form_block1 .form_pack .q_txt .txt2.required {
  background-color: #e60000;
}
.form_block1 .form_pack .q_txt .txt2.any {
  background-color: #006bc8;
}
.form_block1 .form_pack .q_txt .txt3 {
  flex-basis: calc(100% - 110px);
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.form_block1 .form_pack .q_txt .txt3 span {
  font-size: 20.5px;
  color: #e95500;
}
.form_block1 .form_pack .select {
  position: relative;
  max-width: 400px;
}
.form_block1 .form_pack .select::before, .form_block1 .form_pack .select::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.form_block1 .form_pack .select::before {
  display: inline-block;
  right: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(to bottom, #fefefe, #cdcdcd);
  border: 1px solid #000;
}
.form_block1 .form_pack .select::after {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 10.5px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form_block1 .form_pack .select select {
  appearance: none;
  width: 100%;
  height: 36px;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 0 3px 8px;
  border: 1px solid #000;
}
.form_block1 .form_pack .select select:focus {
  outline: none;
}
.form_block1 .form_option .q_txt {
  align-items: baseline;
}
.form_block1 .form_option .q_txt .txt2 {
  font-size: 15px;
  font-weight: 500;
}
.form_block1 .form_option .round {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  flex-basis: 16px;
  margin-right: 10px;
}
.form_block1 .form_option .round:checked {
  background-color: #006bc8;
}
.form_block1 .form_option .check_icon {
  width: 0;
  height: 0;
  position: relative;
}
.form_block1 .form_option .check_icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg); /*ボーダーを回転しチェックに見せかけ*/
  opacity: 0;
}
.form_block1 .form_option .check_name {
  flex-basis: calc(100% - 26px);
}
.form_block1 .form_option .round:checked + .check_icon::before {
  opacity: 1;
}
.form_block1 .form_option .checkbox {
  max-width: 400px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 500;
}
.form_block1 .form_option .checkbox label {
  font-size: 16px;
}
.form_block1 .form_option .desc_txt {
  font-size: 14px;
  font-weight: 500;
}
.form_block1 .form_option .desc_txt .color {
  color: #3c9178;
}
.form_block1 .form_option .desc_txt .size {
  font-size: 19px;
}
.form_block1 .form_option .checkbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 749px) {
  .form_block1 .form_option .checkbox_list li {
    flex-basis: calc(50% - 7.5px);
  }
  .form_block1 .form_option .checkbox_list li:nth-child(2n-1) {
    margin-right: 15px;
  }
}
@media (min-width: 750px) {
  .form_block1 .form_option .checkbox_list li {
    flex-basis: calc(33.3% - 10px);
  }
  .form_block1 .form_option .checkbox_list li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.form_block1 .form_option .checkbox_list li .border {
  border: 1px solid #000;
}
.form_block1 .form_option .checkbox_list li .border label {
  font-size: 16px;
}
.form_block1 .form_option .checkbox_list li .border label span {
  color: #e95500;
}
.form_block1 .form_option .checkbox_list li .border img {
  width: 100%;
}
.form_block1 .form_option .checkbox_list li .border .back {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-weight: 500;
  padding: 5px 10px;
}
.form_block1 #error_calc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e60000;
  text-align: center;
  margin-top: 30px;
}
.form_block1 #calc {
  display: block;
  max-width: 600px;
  margin: 30px auto;
  padding: 0;
  border: none;
  cursor: pointer;
}
.form_block1 #calc img {
  width: 100%;
}
.form_block1 .result {
  max-width: 600px;
  border: 2px solid #e95500;
  background-color: #fff;
  margin: auto;
}
@media (min-width: 600px) {
  .form_block1 .result {
    display: flex;
    justify-content: space-between;
  }
}
.form_block1 .result .result_txt {
  background-color: #e95500;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 600px) {
  .form_block1 .result .result_txt {
    position: relative;
    padding: 30px 10px;
  }
  .form_block1 .result .result_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid #e95500;
    border-right: 0;
  }
}
.form_block1 .result #calc_result {
  font-size: 40px;
  font-weight: 500;
  padding: 10px;
}
.form_block1 .result #calc_result span {
  font-size: 20px;
}
@media (min-width: 600px) {
  .form_block1 .result #calc_result {
    font-size: 49px;
  }
  .form_block1 .result #calc_result span {
    font-size: 24px;
  }
}

.form_block2 {
  background-color: #f0f0dc;
  border-top: 3px solid #999999;
  padding: 50px 0;
}
.form_block2 .inner {
  max-width: 1024px;
  width: calc(100% - 30px);
  margin: auto;
}
.form_block2 .inner .reserve_txt1,
.form_block2 .inner table {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.form_block2 .inner .reserve_txt1 + .error,
.form_block2 .inner .reserve_txt1 .error,
.form_block2 .inner table + .error,
.form_block2 .inner table .error {
  font-size: 16px;
  font-weight: 500;
  color: #e60000;
}
.form_block2 .inner .reserve_txt1 + .error,
.form_block2 .inner table + .error {
  text-align: center;
}
.form_block2 .inner .txt1 {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.form_block2 .inner .reserve_txt1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.form_block2 .inner .reserve_txt1 span {
  color: #e95500;
}
.form_block2 .inner table {
  width: 100%;
  border-collapse: collapse;
}
.form_block2 .inner table tr {
  vertical-align: top;
}
.form_block2 .inner table tr:last-child td {
  font-size: 12px;
}
.form_block2 .inner table tr:not(:last-child) th,
.form_block2 .inner table tr:not(:last-child) td {
  padding-bottom: 15px;
}
.form_block2 .inner table tr th {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  width: 140px;
}
.form_block2 .inner table tr th span.color {
  color: #e95500;
}
.form_block2 .inner table tr th span.size {
  font-size: 11px;
}
.form_block2 .inner table tr .tel input[type=text]:first-child {
  margin-bottom: 15px;
}
.form_block2 .inner table tr .desc {
  font-size: 12px;
  margin-top: 5px;
}
.form_block2 .inner table tr input[type=text],
.form_block2 .inner table tr textarea {
  width: 100%;
  font-size: 16px;
}
.form_block2 .inner .reserve_txt2 {
  margin: 30px auto 50px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.form_block2 .inner .check_block {
  max-width: 900px;
  margin: auto;
}
.form_block2 .inner .check_block .title {
  font-size: 26px;
  font-weight: 500;
  color: #3c9178;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3c9178;
}
.form_block2 .inner .check_block .check_txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 15px auto;
}
.form_block2 .inner .check_block .check_txt2 {
  max-width: 500px;
  font-size: 16px;
  color: #e95500;
  margin: 15px auto;
}
.form_block2 .inner .check_block .check_payment {
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .form_block2 .inner .check_block .check_payment {
    display: flex;
  }
}
.form_block2 .inner .check_block .check_payment .left,
.form_block2 .inner .check_block .check_payment .right {
  background-color: #c5ded6;
}
@media (min-width: 750px) {
  .form_block2 .inner .check_block .check_payment .left,
  .form_block2 .inner .check_block .check_payment .right {
    flex-basis: calc(50% - 15px);
  }
}
.form_block2 .inner .check_block .check_payment .left .payment_txt1,
.form_block2 .inner .check_block .check_payment .right .payment_txt1 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #3c9178;
  padding: 10px;
}
@media (min-width: 750px) {
  .form_block2 .inner .check_block .check_payment .left .payment_txt1,
  .form_block2 .inner .check_block .check_payment .right .payment_txt1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
  }
}
.form_block2 .inner .check_block .check_payment .left .payment_txt2,
.form_block2 .inner .check_block .check_payment .right .payment_txt2 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px 10px 33px;
  text-indent: -18px;
}
@media (max-width: 749px) {
  .form_block2 .inner .check_block .check_payment .left {
    margin-bottom: 30px;
  }
}
@media (min-width: 750px) {
  .form_block2 .inner .check_block .check_payment .left {
    margin-right: 30px;
  }
}
.form_block2 .inner .check_block .check_schedule {
  max-width: 600px;
  margin: 0 auto 30px;
  background-color: #c5ded6;
  padding: 10px 15px;
}
.form_block2 .inner .check_block .check_schedule li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 18px;
  text-indent: -18px;
}
.form_block2 .inner input[name=reserve_submit] {
  display: block;
  background: url(../images/estimate/reserve_submit.png) no-repeat;
  background-size: contain;
  width: 100%;
  margin: auto;
  padding: 0 0 16.1%;
  border: none;
  cursor: pointer;
}
@media (max-width: 599px) {
  .form_block2 .inner input[name=reserve_submit] {
    height: 0;
  }
}
@media (min-width: 600px) {
  .form_block2 .inner input[name=reserve_submit] {
    max-width: 608px;
    height: 98px;
    padding: 0;
  }
}
.form_block2 .inner .reserve_txt3 {
  max-width: 500px;
  font-size: 16px;
  margin: 10px auto 0;
  padding-left: 16px;
  text-indent: -16px;
}

.comp_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 50px auto;
}

.modaal_target {
  display: none;
}

.area_list_wrap,
.modaal_desc1,
.modaal_desc2 {
  max-width: 1024px;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .modaal-content-container {
    padding: 50px;
  }
}
.modaal-content-container img {
  width: 100%;
}

.modaal-close {
  background-color: #e95500 !important;
}
.modaal-close:hover {
  background-color: #e95500;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background-color: #fff !important;
}

.area_list_wrap .txt {
  font-size: 32px;
  font-weight: bold;
  color: #3c9178;
  margin-bottom: 15px;
}
.area_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.area_list_wrap .list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 749px) {
  .area_list_wrap .list li {
    flex-basis: calc(50% - 7.5px);
  }
  .area_list_wrap .list li:nth-child(odd) {
    margin-right: 15px;
  }
}
@media (min-width: 750px) {
  .area_list_wrap .list li {
    flex-basis: calc(25% - 11.25px);
    font-size: 24px;
  }
  .area_list_wrap .list li:not(:nth-child(4n)) {
    margin-right: 15px;
  }
}

.modaal_desc1 .txt1 {
  font-size: 32px;
  font-weight: bold;
  color: #3c9178;
  margin-bottom: 15px;
}
.modaal_desc1 .img {
  display: flex;
  flex-wrap: wrap;
}
.modaal_desc1 .img li {
  flex-basis: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.modaal_desc1 .img li:first-child {
  margin-right: 15px;
}
.modaal_desc1 .img li img {
  width: 100%;
}
.modaal_desc1 .txt2 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .modaal_desc1 .txt2 {
    font-size: 18px;
  }
}
.modaal_desc1 .txt3 {
  font-size: 22px;
  font-weight: bold;
  color: #3c9178;
}
.modaal_desc1 .txt4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.modaal_desc1 .inner_wrap:not(:last-child) {
  margin-bottom: 50px;
}

.modaal_desc2 .txt1 {
  font-size: 32px;
  font-weight: bold;
  color: #3c9178;
  margin-bottom: 15px;
}
.modaal_desc2 .txt2 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .modaal_desc2 .txt2 {
    font-size: 18px;
  }
}
.modaal_desc2 img {
  width: 100%;
}