@charset "UTF-8";
/* subpage
-------------------------------------*/

.bg_blue {
  background-color: #f5fbff;
}
.bg_gray {
  background-color: #EEE;
}
.bg_pink {
  background-color: #ffeef5;
}

/*下層サブメイン
------------------------------------------------*/
@media (min-width:768px) {
/*配線TOP　ここから*/
 .haisen_bg {
  background: url(/ts/wp-content/themes/base/img/submain/main_bg_pc.webp) no-repeat center center / auto auto;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
 }
 .haisen_bg picture {
  max-width: 1000px;
 }
}
.Inner {
 margin: 0 auto;
 max-width: 1000px;
}
.submain_img_area {
 min-width: 1016px;
 text-align: center;
 height: auto;
 margin: 0 auto;
 padding: 0;
}
@media (max-width:767px) {
 .submain_img_area {
  width: 100%;
  min-width: auto;
  min-height: auto;
 }
}
.submain_img_area img {
 display: block;
 margin: 0 auto;
 width: 100%;
}
@media (max-width:767px) {
 .submain_img_area img {
  object-fit: cover;
  height: auto;
  width: 100%;
 }
}


/*下層　共通・配線110番
------------------------------------------------*/
.n-subtitle_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 4em;
}
@media (max-width:767px) {
 .n-subtitle_wrap {
  margin-bottom: 2em;
 }
}
.n-subtitle_wrap > h2 {
 font-size: clamp(16px, 6.2vw, 38px);
 position: relative;
 display: block;
 font-weight: bold;
 padding: 0;
 letter-spacing: .05em;
 line-height: 1.1;
 text-align: center;
}
.n-subtitle_wrap em {
    font-size: clamp(16px, 6.2vw, 38px);
    color: #005aaa;
    font-weight: bold;
    padding: 0;
    letter-spacing: .05em;
    line-height: 1.1;
}
.n-subtitle_wrap .subheading {
    color: #b3b3b3;
    font-family: "Monotype Corsiva","Lucida Handwriting","Rage";
    font-size: 1.1em;
    margin: 0 0 -5px;
    font-weight: normal;
    letter-spacing: 4px;
}
.n-subtitle_wrap .num_01 {
    font-size: 1.4em !important;
    padding: 0 2px;
}

@media (max-width:767px) {
 .n-subtitle_wrap > h2 {
  font-size: clamp(20px, 5.5vw, 24px);
  line-height: 1.4;
 }
    
.n-subtitle_wrap em {
    font-size: clamp(20px, 5.5vw, 24px);
}
.n-subtitle_wrap .subheading {
    font-size: .9em;
    margin: 0 0 -5px;
    letter-spacing: 4px;
}
.n-subtitle_wrap .num_01 {
    font-size: 1.4em !important;
    padding: 0 2px;
}

}
.n-subtitle_wrap > h2 span {
 font-size: 24px;
 color: #000;
 display: block;
 margin: 0 0 0.4em;
 padding: 0;
 text-align: center;
 letter-spacing: normal;
}
@media screen and (max-width: 767px) {
 div.n-subtitle_wrap > h2 span {
  font-size: 16px;
 }
}
.about_text {
 margin-top: 1em;
}
.point_left {
 display: flex;
 flex-direction: column;
}
.pcon {
 width: 80px;
 margin-right: 20px;
}
@media (max-width:767px) {
 .pcon {
  width: 60px;
  margin-right: 10px;
  margin-bottom: 0px;
 }
}
.n-subtitle_wrap2 {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin: 0;
 padding: 0em 0 1em 2em;
}
@media (max-width:767px) {
 .n-subtitle_wrap2 {
  padding: 0 0.5em 1.5em 2em;
 }
}
.n-subtitle_wrap2 > h3 {
 font-size: clamp(16px, 6.2vw, 30px);
 color: #005aaa;
 position: relative;
 display: block;
 font-weight: bold;
 margin: 0 0 0.2em;
 padding: 0;
 letter-spacing: .05em;
 line-height: 1.1;
 text-align: left;
}
@media (max-width:767px) {
 div.n-subtitle_wrap2 > h3 {
  font-size: clamp(16px, 5.9vw, 20px);
 }
}
.n-subtitle_wrap2 > h3 span {
 font-size: 24px;
 color: #000;
 display: block;
 margin: 0 0 0.4em;
 padding: 0;
 letter-spacing: normal;
}
@media (max-width:767px) {
 div.n-subtitle_wrap2 > h3 span {
  font-size: 16px;
 }
}

/*-----------------------------------
  ポイント
-----------------------------------*/
.point_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    /*max-width: 1000px;*/
    width: 100%;
    padding: 0;
    justify-content: space-between;
}
.point_box ul li {
    flex: 0 1 23%;
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
    /* margin-bottom: 2%; */
    padding: 3.5em 0 1em;
    text-align: center;
    font-family: sans-serif;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gainsboro;
}
.badge {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #005aaa;
    color: #ffec18;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.badge .label {
    font-size: 70%;
    line-height: 1.2;
}
.badge .number {
    font-size: 145%;
    line-height: 1;
}
.square-list li img {
    width: 50%;
    height: auto;
    margin-bottom: 5%;
}
.square-list_text01 {
    font-size: 1.2em;
    line-height: 1;
}
.square-list_text02 {
    font-size: 1.4em;
    font-weight: 700;
    color: #005aaa;
}
@media (max-width:767px) {
.point_box ul {
    justify-content: space-evenly;
    gap: 3em 2em;
    margin: 3em auto 0;
}
.point_box ul li {
    flex: none;
    width: 45%;
}
.badge {
    width: 30%;
}    
.badge .number {
        font-size: 110%;
        line-height: 1.4;
    }
 }

.selected_point {
 display: flex;
 margin: 0 auto;
 justify-content: center;
 text-align: center;
 width: 1000px;
}
@media (max-width:767px) {
 .selected_point {
  display: block;
  margin: 0 auto 0px;
  width: auto;
  padding: 0;
 }
}
.selected_point01 {
 max-width: 490px;
 padding: 0;
 text-align: left;
 margin: 0 0 0 30px;
}
@media (max-width:767px) {
 .selected_point01 {
  width: 90%;
  margin: 0 auto;
 }
}
.selected_pointImg {
 text-align: center;
 max-width: 400px;
 height: auto;
}
@media (max-width:767px) {
 .selected_pointImg {
  width: 100%;
  margin: 0 auto 1em;
 }
}
.selected_pointText {
 text-align: left;
 font-size: 16px;
 margin: 15px 0 10px;
 line-height: 1.8;
}
@media (max-width:767px) {
 .selected_pointText {
  margin: 0 0 0;
  font-size: 13px;
 }
}
.point_contents {
    margin-top: -8em;
}
.point_contents ul li {
    margin-bottom: 5em;/*10em;*/
}
.point_contents ul li:last-child {
    margin-bottom: 0;/*10em;*/
}
@media (max-width:767px) {
.point_contents {
    margin-top: -2em;
}
  .selected_pointImg img {
    width: 70%;
}
}

/*-----------------------------------
  コンテンツ
-----------------------------------*/
.contents_box {
 max-width: 1000px;
 margin: 0 auto;
}
@media (max-width:767px) {
 .contents_box {
  width: 95%;
 }
}
.top_section {
 padding: 8em 0;
}
@media (max-width:767px) {
 .top_section {
  padding: 4em 0;
 }
}
.flow_contents ul {
  max-width: 600px;
  margin: 0 auto;
}
.flow_contents ul li {
  margin-bottom: 40px;
}
@media (max-width:767px) {
  .flow_contents ul li {
    margin-bottom: 30px;
  }
} 
.flow_contents ul li:last-child {
  margin-bottom: 0;
}
.flow_contents h3 {
  color: #005aaa;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .flow_contents h3 {
    margin-bottom: 15px;
  }
}
.flow_step {
  display: flex;
  align-items: center;
}
.i_step {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
}
@media (max-width:767px) {
  .i_step {
    width: 50px;
    margin-right: 10px;
  }
}

.qa_contents h2 {
    padding: 0 0 .5em;
    border-bottom: 3px solid #005aaa;
    max-width: 1000px;
    width: 92%;
}
@media (max-width:767px) {
  .qa_contents h2 {

  }
}

/*-----------------------------------
  各種配線工事サービス/業種別の配線工事
-----------------------------------*/

.service_label {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    padding: .5em 0em .5em .8em;
    margin-bottom: .5em;
    line-height: 1.5;
}
.service_label:before {
    position: absolute;
    background-color: #005aaa;
    /* border-radius: 1em; */
    content: "";
    left: 0%;
    top: 15%;
    bottom: 8%;
    width: .3em;
    height: 70%;
}
.service_label span {
    display: block;
    font-size: .6em;
    font-weight: normal;
}
.figure_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4em;
}

.figure_contents ul li {
  max-width: 45%;/*300px;*/
}
.figure_contents ul li figure figcaption {
    font-size: clamp(15px, 3vw, 16px);
    font-weight: 500;
    /*background-color: #005aaa;*/
  background: linear-gradient(to bottom, #005aaa, #0682f1);
    padding: 10px 15px;
    color: white;
    text-align: left;
}
/*　▼同コンテンツのため余白調整▼　*/
.figure_contents_work {
    margin-top: -8em;
}
@media (max-width:767px) {
.figure_contents ul {
  gap: inherit;
  }
.figure_contents ul li {
  max-width: 90%;
  margin: 1em auto 1.5em;
}
.figure_contents ul li:first-child {
    margin-top: 0;
}
.service_label {
    font-size: 19px;
}
.service_label span {
    font-size: 13px;
}
.figure_contents ul li figure figcaption {
    font-size: clamp(12px, 3vw, 13px);
}
/*業種別の配線工事*/
.figure_contents_work {
    margin-top: -4em;
}
}
/*-----------------------------------
  各種料金プラン
-----------------------------------*/
.line_ttl {
    padding: 0 0 .5em;
    border-bottom: 3px solid #005aaa;
    max-width: 1000px;
    text-align: center;
    font-size: clamp(16px, 4.2vw, 25px);
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: .05em;
    line-height: 1.1;
}
.price_box:nth-child(3) {
    margin: 6em auto;
}
.price_plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3em 2em;
    margin: 2em auto 0;
}
.price_plan li {
    max-width: 30%;
}
.price_plan li figcaption {
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 500;
    /*background-color: #005aaa;*/
  background: linear-gradient(to bottom, #005aaa, #0682f1);
    padding: 8px 10px;
    color: white;
    text-align: center;
}
.price_plan li figcaption span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.pay_txt {
    text-align: center;
    font-size: clamp(16px, 4.2vw, 21px);
    margin: .5em auto 1em;
}
.pay_way{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
}
.pay_way li {
    width: 18%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.pay_way li figcaption {
    font-size: clamp(15px, 3vw, 16px);
    font-weight: 500;
}
@media (max-width:767px) {
.line_ttl {
    width: 30%;
    border-bottom: 5px solid #005aaa;
}
.price_plan {
        gap: 3em 15px;
    }
.price_plan li {
    max-width: 47%;
}
.price_plan li figcaption {
    padding: 8px 5px;
}
.price_plan li figcaption span .nedan {
    font-size: 15px;
    display: inline-block;
}
.pay_txt {
    font-size: clamp(14px, 3.2vw, 17px);
}
.pay_way li {
    width: 30%;
}
.pay_way {
    justify-content: center;
}
.pay_way li figcaption {
    font-size: clamp(13px, 3vw, 13px);
    line-height: 1;
}
.price_plan li figcaption {
    font-size: clamp(14px, 3vw, 20px);
}
small {
    font-size: 10px;
}
}
/* カードエリア */
.plan_cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: .5em;
  margin-top: 1.5em;
}

.plan_card {
  flex: 0 1 31%;
  background: #fff;
  padding: 20px 20px 30px;
	border: 2px solid #005aaa;
}

.plan_card h3 {
  background: linear-gradient(to bottom, #005aaa, #0682f1);
  color: #fff;
  padding: 10px 0 7px;
  font-size: 25px;
  font-weight: bold;
  margin: -20px -20px 15px -20px; 
  text-align: center;
	    letter-spacing: 0.1em;
}
.plan_image {
    text-align: center;
}
.plan_image img {
  width: 150px;
  height: auto;
  margin: 15px auto;
}

.plan_card .price {
  color: #e60012;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
font-family: 'Noto Sans JP', sans-serif;	
}

.plan_card .price span {
/*  font-size: 32px;*/
}

.plan_card .desc {
  font-size: 14px;
  line-height: 1.6;
	text-align: justify;
	font-weight: 500;
}
.card_brand {
    margin: 1em 0 0;
}
.card_brand img {
    width: min(100%, 700px);
}
.area_catch {
  margin: 7em 0 5em;
}

.area_catch img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.area_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.area_list li {
  position: relative;
  padding: 2.5em 0 0; 
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  flex: 0 1 16%;
}

.area_list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url("/ts/wp-content/themes/base/img/top/check_icon.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.area_img {
  margin-top: 7px;
}

.area_img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .plan_cards {
    flex-direction: column;
    gap: 30px;
	margin: 1.5em 1em;  
  }

  .plan_card {
    flex: 1 1 100%;
    padding: 20px 10px 10px;
  }

  .plan_card h3 {
    font-size: 20px;
    padding: 14px 0 10px;
	margin: -20px -10px 0 -10px;
  }

  .plan_image img {
    width: 150px;
    margin: 30px 0 10px;
  }

  .plan_card .price {
    font-size: 20px;
	  margin-bottom: 0;
  }

  .plan_card .price span {
/*    font-size: 35px;*/
  }

  .plan_card .desc {
    font-size: 13px;
    text-align: left;
	  text-align: justify;
	  padding: 10px;
  }

  .area_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
  }
.area_list li::before {
  width: 18px;
  height: 18px;
}
  .area_list li {
    flex: 0 1 26%;
    max-width: 26%;
	  font-size: 14px;
  }
  .area_img img {
    border-radius: 6px;
  }
.area_img {
    margin-top: 3px;
}
  .area_catch {
    margin: 3em 0 2em;
  }
}

.price {
  display: flex;
  align-items: center;
  font-size: 1.5em;
justify-content: center;	
}

.price-number {
  font-size: 2em;
  font-weight: bold;
}

.price-unit {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.price-unit .tax {
  font-size: 0.4em;
  line-height: 1.8;
	color: #000;
	    text-align: left;
}

.price-unit .unit-text {
  font-size: 1em;
font-weight: 800;
line-height: .8;	
}

/*-----------------------------------
  お客様の声
-----------------------------------*/
.voice_wrapper {
      max-width: 1000px;
      margin: 0 auto;
      padding: 20px;
    }

.voice_block {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
  flex-wrap: wrap;
}
.voice_block:first-child {
    border-top: 2px solid #ccc;
}
/*.voice_block:last-child {
    border-bottom: none;
    padding: 20px 0 0;
}*/
.voice_left, .voice_right {
  box-sizing: border-box;
}

.voice_left {
  width: 70%;
  padding-right: 20px;
}

.voice_left h4 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: clamp(16px, 4.2vw, 25px);
  font-weight: bold;
}

.voice_left h4 span {
  color: #005aaa;
}

.voice_left p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.voice_right {
  width: 28%;
  text-align: center;
}

.voice_right img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.voice_right p {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

/* SP用スタイル */
@media (max-width: 768px) {
.voice_block {
  flex-direction: column;
  align-items: center;
  text-align: left;
  }

.voice_left, .voice_right {
  width: 100%;
  padding: 0;
}
.voice_right {
  text-align: center;
  margin-bottom: 10px;
}

.voice_right img {
  max-width: 100%;
}

.voice_right p {
  margin-bottom: 10px;
}
.voice_left p {
  margin: 0 auto 1.5em;
  font-size: 13px;
  line-height: 2;
}
.voice_right img {
  max-width: 60%;
}
    }
    