@charset "UTF-8";
/*-----------------------------------------------
低圧工事（法人）
-----------------------------------------------*/
body {
  letter-spacing: 0.05em;
}

.content-body {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .content-body {
    padding: 100px 16px;
  }
}
@media screen and (max-width: 500px) {
  .content-body {
    padding: 50px 16px;
  }
}

.section-block:not(:first-child) {
  padding-top: 50px;
}
@media screen and (max-width: 500px) {
  .section-block:not(:first-child) {
    padding-top: 25px;
  }
}

.section-block:not(:last-child) {
  padding-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .section-block:not(:last-child) {
    padding-bottom: 25px;
  }
}

.body-text, .list-item, .section-heading-2nd, .section-heading-3rd, .caution-text {
  line-height: 1.5;
}
.body-text span, .list-item span, .section-heading-2nd span, .section-heading-3rd span, .caution-text span {
  display: inline-block;
}
.body-text .emphasis-text, .list-item .emphasis-text, .section-heading-2nd .emphasis-text, .section-heading-3rd .emphasis-text, .caution-text .emphasis-text {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .body-text .emphasis-text, .list-item .emphasis-text, .section-heading-2nd .emphasis-text, .section-heading-3rd .emphasis-text, .caution-text .emphasis-text {
    font-size: 16px;
  }
}

.section-heading-3rd {
  color: #DD0516;
}

.section-heading-3rd.center {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .section-heading-3rd.center {
    font-size: 16px;
  }
}

.border-box {
  padding: 30px;
  border: 1px solid #E0E0E0;
}
.border-box .section-heading-2nd {
  margin-bottom: 40px;
}
.border-box .section-heading-2nd:after {
  display: none;
}
.border-box .section-heading-3rd:not(:first-child) {
  margin: 32px 0 24px;
}
.border-box .section-heading-4th:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .border-box {
    padding: 24px 16px;
  }
}

.border-box.-bold {
  border: 4px solid #E0E0E0;
}

.border-box.-primary {
  border: 1px solid #e60012;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .border-box.-primary {
    margin-top: 30px;
  }
}

.border-box.-primary.-bold {
  border: 2px solid #e60012;
}

@media screen and (max-width: 767px) {
  .border-box-primary_heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .border-box-primary_heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .border-box-primary_body {
    padding: 24px 16px;
  }
}

.area-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0;
}
.area-link-btn .link_btn {
  width: calc((100% - 60px) / 5);
}
.area-link-btn .link_btn_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0;
}
.area-link-btn .link_btn_wh {
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.area-link-btn .link_btn_wh .link_btn_icon {
  margin-left: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.area-link-btn .link_btn_wh .link_btn_icon .icon_img {
  width: auto;
  height: 16px;
}
.area-link-btn .link_btn_wh .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
.area-link-btn .link_btn_wh .link_btn_icon .icon_rd {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.area-link-btn .link_btn_wh:hover {
  background-color: #DD0516;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.area-link-btn .link_btn_wh:hover .link_btn_icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #DD0516;
}
.area-link-btn .link_btn_wh:hover .link_btn_icon .icon_wh {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
.area-link-btn .link_btn_wh:hover .link_btn_icon .icon_rd {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
@media screen and (max-width: 767px) {
  .area-link-btn {
    gap: 8px;
  }
  .area-link-btn .link_btn {
    width: calc((100% - 16px) / 3);
    padding: 15px;
  }
  .area-link-btn .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .area-link-btn .link_btn {
    width: calc((100% - 8px) / 2);
    padding: 15px;
  }
  .area-link-btn .link_btn_icon {
    width: 20px;
    height: 20px;
  }
  .area-link-btn .link_btn_icon .icon_img {
    height: 14px;
  }
  .area-link-btn .link_btn_title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .area-link-btn .link_btn_title {
    font-size: 1.3rem;
  }
}

.head {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .head {
    margin-top: 0px;
  }
}
.head .section-heading-2nd::after {
  display: none;
}

.title-sub_line {
  margin: 20px 0 0;
  height: 2px;
  border: none;
  background-color: #ccc;
}

.title-sub:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 196px;
  background-color: #e60012;
}

.details .details-table {
  width: 100%;
}
.details .details-table .table_detail, .details .details-table .head-title, .details .details-table .body-title {
  padding: 16px 24px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}
.details .details-table .head-title {
  background-color: #DD0516;
  color: #fff;
  text-align: center;
}
.details .details-table .body-title {
  width: 20%;
  min-width: 110px;
  max-width: 200px;
  margin: auto 0;
  background-color: #FCE6E8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .details .details-table .table_detail, .details .details-table .head-title, .details .details-table .body-title {
    padding: 16px;
    font-size: 1.4rem;
  }
}
.details .section-heading-2nd.none {
  margin-bottom: 15px;
}
.details .section-heading-2nd.none::after {
  display: none;
}
.details .title-sub {
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .details .title-sub {
    font-size: 16px;
  }
}
.details .contact {
  width: 100%;
  background-color: #F5F5F5;
  background-image: url(/wp-content/themes/msd2024/img/share/footer_bg.png);
}
.details .contact .contact-body {
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.97);
}
.details .contact .contact-body .contact-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.details .contact .contact-body .contact-flex-container .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 30px) / 3);
  padding: 32px 16px;
  gap: 10px;
  background-color: #fff;
}
.details .contact .contact-body .contact-flex-container .contact-item .tel_num {
  display: inline-block;
  margin-top: auto;
  position: relative;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #DD0516;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .details .contact .contact-body .contact-flex-container .contact-item {
    width: 100%;
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .details .contact .contact-body .contact-flex-container .contact-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .details .contact .contact-body .contact-flex-container .contact-item .tel_num {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .details .contact .contact-body .contact-flex-container .caution-text {
    font-size: 1.1rem;
  }
}

.disc-list {
  line-height: 1.6;
}

.how_to .area {
  margin-bottom: 30px;
  padding-top: 20px;
}
.how_to .area .area-title {
  padding: 20px 40px;
  background-color: #DD0516;
}
.how_to .area .area-title .section-heading-3rd {
  color: #fff;
}
.how_to .area .area-body {
  padding: 40px;
  background-color: #fff;
}
.how_to .area .area-body .content_step {
  padding-bottom: 50px;
  border-bottom: 1px solid #E0E0E0;
}
.how_to .area .area-body .content_step:not(:first-child) {
  margin-top: 50px;
}
.how_to .area .area-body .content_step:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.how_to .area .area-body .content_step .content_step_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}
.how_to .area .area-body .content_step .content_step_title_sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 25px;
}
.how_to .area .area-body .content_step .content_step_title_sub a {
  color: #DD0516;
}
.how_to .area .area-body .content_step .content_step_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
.how_to .area .area-body .content_step .content_step_txt a {
  color: #DD0516;
  text-decoration: underline;
}
.how_to .area .area-body .content_step .content_step_txt span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.how_to .area .area-body .content_step .content_step_txt span .bold {
  font-weight: 700;
  text-decoration: underline;
}
.how_to .area .area-body .content_step .content_step_btn {
  margin-top: 10px;
}
.how_to .area .area-body .content_step .content_step_btn a {
  border: 2px solid #DD0516;
  max-width: 315px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .how_to .area .area-body .content_step .content_step_btn a {
    width: 100%;
    max-width: 300px;
    padding: 14px;
  }
}
.how_to .area .area-body .content_step .content_step_btn a .link_btn_title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .how_to .area .area-body .content_step .content_step_btn a .link_btn_title {
    font-size: 14px;
  }
}
.how_to .area .area-body .content_step .content_step_btn a .link_btn_title .sp_only {
  display: none;
}
@media screen and (max-width: 400px) {
  .how_to .area .area-body .content_step .content_step_btn a .link_btn_title .sp_only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .how_to .area .area-body .content_step .content_step_btn a .link_btn_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .how_to .area .area-body .content_step .content_step_btn a .link_btn_icon .icon_img {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .how_to .area .area-title {
    padding: 24px 32px;
  }
  .how_to .area .area-body {
    padding: 24px 16px;
  }
  .how_to .area .area-body .content_step .content_step_title {
    font-size: 18px;
  }
  .how_to .area .area-body .content_step .content_step_title_sub {
    font-size: 16px;
  }
  .how_to .area .area-body .content_step .content_step_txt {
    font-size: 14px;
  }
}

.subpage-content-low {
  width: 100%;
  background-color: #F5F5F5;
  background-image: url(/wp-content/themes/msd2024/img/share/footer_bg.png);
}
.subpage-content-low .subpage-content-low-filter {
  background-color: rgba(245, 245, 245, 0.97);
}
.subpage-content-low .section-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px;
}
.subpage-content-low .section-block .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.subpage-content-low .section-block .list-wrap li {
  width: 100%;
  max-width: 388px;
  padding: 30px 50px;
  background-color: #fff;
}
.subpage-content-low .section-block .list-wrap li:first-child {
  margin-right: 20px;
}
.subpage-content-low .section-block .list-wrap li .section-heading-4th {
  margin-bottom: 20px;
  text-align: center;
  color: #DD0516;
}
.subpage-content-low .section-block.how_to {
  padding: 100px 40px 50px;
}
@media (max-width: 767px) {
  .subpage-content-low .section-block.how_to {
    padding: 50px 20px 10px;
  }
}
@media (max-width: 767px) {
  .subpage-content-low .section-block {
    padding: 50px 20px;
  }
  .subpage-content-low .section-block .list-wrap {
    display: block;
    margin-top: 30px;
  }
  .subpage-content-low .section-block .list-wrap li {
    max-width: 100%;
    padding: 20px 25px;
  }
  .subpage-content-low .section-block .list-wrap li:first-child {
    margin-bottom: 20px;
  }
}

.contact-low-number {
  color: #DD0516;
  text-decoration: underline;
}

.body-big-text {
  font-weight: 700;
  font-size: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .body-big-text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.mt_m {
  margin: 60px 0 60px !important;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin: 24px 0 24px !important;
  }
}

.mt_l {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 32px !important;
  }
}

.title_wrap h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .title_wrap h2 {
    line-height: 1.25;
  }
}
@media screen and (max-width: 500px) {
  .title_wrap h2 {
    font-size: 26px;
  }
}
.title_wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .title_wrap p {
    margin-top: 20px;
    font-size: 11px;
  }
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 60px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .contact_wrap {
    margin-top: 30px;
    gap: 30px;
  }
}
.contact_wrap .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  border: solid 3px #E0E0E0;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .contact {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact_wrap .contact {
    padding: 20px;
  }
}
.contact_wrap .contact .contact_top {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .contact_wrap .contact .contact_top {
    margin-bottom: 20px;
  }
}
.contact_wrap .contact .contact_top .red {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #DD0516;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .contact_wrap .contact .contact_top .red {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.contact_wrap .contact .contact_top p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact_wrap .contact .contact_top p {
    font-size: 14px;
  }
}
.contact_wrap .contact .contact_border {
  height: 2px;
  width: 100%;
  background-color: #E0E0E0;
}
.contact_wrap .contact .contact_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 500px) {
  .contact_wrap .contact .contact_bottom {
    margin-top: 20px;
  }
}
.contact_wrap .contact .contact_bottom .bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.contact_wrap .contact .contact_bottom .tel {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #DD0516;
  margin-bottom: 5px;
  border-bottom: solid 1px #DD0516;
}
.contact_wrap .contact .contact_bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.contact_wrap .contact .contact_bottom p span {
  color: #DD0516;
}

.column-layout.-three > .column-layout-item {
  width: 29%;
}/*# sourceMappingURL=contact_construction_low.css.map */