@charset "UTF-8";
/*========================================
東京都電話工事
========================================*/
/*title========*/
.pagetitle_wrap {
  background: url(../../img/tel_area/saitama/mainimg_bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 992px) {
  .pagetitle_wrap {
    background: url(../../img/tel_area/saitama/mainimg_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}
.price_plus li {
  background: #edf1f0;
}
.box01 {
  border: 1px solid #008368;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .box01 {
    padding: 30px;
  }
}
#service .ly_card_2column img {
  border-radius: 4px;
}
#service .ly_card_2column div .btn01 a {
  background: #47a1a5;
  width: 160px;
  margin: auto;
}
/*========================================
東京都拠点の工事資格を保有したプロのスタッフが対応、訪問いたします
========================================*/
#professional_staff {
  text-align: left;
  border-bottom: 1px dotted #0f3849;
}
#professional_staff ul.staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#professional_staff ul.staff li {
  position: relative;
  list-style-type: none;
  counter-increment: none;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 2;
}
#professional_staff ul.staff li::before {
  position: absolute;
  left: 0;
  content: "■";
  display: inline-block;
  color: #008368;
}
@media print, screen and (min-width: 992px) {
  #professional_staff .note_list {
    width: 80%;
    margin: 0;
  }
}
/*========================================
工事対応エリア
========================================*/
#correspondence_area {
  text-align: left;
}
#correspondence_area ul.area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#correspondence_area ul.area li {
  position: relative;
  list-style-type: none;
  counter-increment: none;
  padding-right: 14px;
  line-height: 2;
}
#correspondence_area ul.area li::after {
  position: absolute;
  right: 4px;
  content: "/";
  display: inline-block;
}
#correspondence_area ul.area li:last-of-type::after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
}
#correspondence_area .phbox_left img {
  width: 300px;
  height: auto;
}

/*========================================
東京都の工事業者一覧
========================================*/
.sheet_list {
  width: 100%;
  border-collapse: collapse;
}
.sheet_list tr:nth-child(2n+1) {
  background: rgba(8, 142, 153, 0.1);
}
.sheet_list tr:first-child {
  background: rgba(8, 142, 153, 0.3);
}
.sheet_list tr th, .sheet_list tr td {
  border: 1px solid #0f3849;
  padding: 10px 5px;
  text-align: center;
}
.sheet_list tr td:first-child {
  width: 8em;
    text-align: left;
    font-weight: 700;
}
.sheet_list tr td:last-child {
  width: 10em;
}
.sheet_list tr td:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sheet_list tr td:last-child ul li {
    margin: 1px;
    line-height: 1.1;
    padding: 2px 6px;
    border-radius: 2px;
    color:#fff;
    background: #008368;
}
@media print, screen and (min-width: 576px) {
.sheet_list tr td:last-child {
  width: 17em;
}
.sheet_list tr td:last-child ul {
    justify-content:flex-start;
}
}
@media print, screen and (min-width: 768px) {
.sheet_list tr th, .sheet_list tr td {
  padding: 10px;
}
.sheet_list tr td:first-child {
  width: 12em;
}
.sheet_list tr td:last-child {
  width: 25em;
}
}

/*========================================
東京都工事業者の工事事例をご紹介します。
========================================*/
#example .wp_item dl dt:first-child {
    display: none;
}


/*========================================
その他オフィスの配線・機器工事も全てお任せ下さい
業種別工事も対応可能です
========================================*/
.ly_card_2column {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.ly_card_2column li {
    position: relative;
    padding-bottom: 84px;
}
.ly_card_2column li .btn01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*========================================
配線レスキューからのお知らせ
========================================*/
#blog_list > li {
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid rgba(0, 131, 104, 0.6);
}
#blog_list > li figure {
    margin-bottom: 10px;
    text-align: center;
}
#blog_list > li .blog_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
#blog_list > li .blog_tag li {
    line-height: 1.1;
    font-size:11px;
    color:#fff;
    margin: 1px;
    padding: 2px 4px;
    border-radius: 2px;
    background: #008368;
}
#blog_list > li .blog_info h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #008368;
}
#blog_list > li .blog_info .tx_box strong {
    font-weight: 700;
}
@media print, screen and (min-width: 576px) {
#blog_list > li {
    display: flex;
    justify-content: space-between;
}
#blog_list > li figure {
    width: 170px;
}
#blog_list > li .blog_info {
    width: calc(100% - 180px);
}
}
@media print, screen and (min-width: 768px) {
#blog_list > li {
    margin-bottom: 20px;
    padding: 20px;
}
#blog_list > li figure {
    width: 240px;
}
#blog_list > li .blog_info {
    width: calc(100% - 260px);
}
#blog_list > li .blog_info h4 {
    font-size: 2.2rem;
}
}

#news .wp_item dl dd {
    display: none;
}
