.intro_content {
  background: var(--site-palecolor);
}

.content_box {
  border-radius: 10px;
  padding: 3.5% 3.5%;
}
.content_box img {
  width: 31.6%;
}
.content_box .ttl {
  font-size: clamp(19px, 2.7vw, 35px);
  margin-bottom: 0.65em;
}
.content_box .txt_box {
  width: 62.2%;
}
.content_box .txt_box p {
  background: #f5f5f5;
  padding: 3% 4%;
  border-radius: 5px;
}

.area_list_box {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4.5%;
}
.area_list_box .list_ttl {
  font-size: clamp(17px, 2.4vw, 30px);
  background: var(--site-primary);
  padding: 0.5em 0;
}
.area_list_box .area_list {
  border: 4px solid var(--site-primary);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 3% 5%;
  gap: 15px 0;
}
.area_list_box .area_list li {
  width: 24%;
  padding-left: 26px;
  position: relative;
}
.area_list_box .area_list a {
  color: #333;
}
.area_list_box .area_list a::before {
  content: "";
  background: url(../img/common/icon_sankaku_right_blue.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
}
.area_list_box .area_list a:hover {
  color: var(--site-secondary);
}

@media only screen and (max-width: 568px) {
  .intro_content {
    padding: 30px 0 35px;
  }
  .content_box {
    flex-direction: column;
    padding: 6% 6%;
    align-items: center;
  }
  .content_box img {
    width: 75%;
  }
  .content_box .txt_box {
    width: 100%;
  }
  .content_box .txt_box p {
    padding: 5% 6.5%;
  }
  .content_box .ttl {
    text-align: center;
    margin: 0.75em 0 0.75em;
  }
  .area_list_box {
    margin-top: 7.5%;
  }
  .area_list_box .list_ttl {
    padding: 0.65em 0;
  }
  .area_list_box .area_list {
    gap: 10px 4%;
    border-width: 2px;
    padding: 5% 5%;
  }
  .area_list_box .area_list li {
    font-size: 14px;
    width: 48%;
    padding-left: 15px;
  }
  .area_list_box .area_list a::before {
    width: 7px;
    height: 10px;
    top: 6px;
  }
}

/*===============================================
 *	害虫駆除について
===============================================*/
.extermination {
  background: url(../img/common/bg_stripe_02.png);
}
.extermination .ttl_copy_set .main_txt {
  background: url(../img/area/icon_spray.png) no-repeat left center;
  background-size: .87em;
  padding-left: 1.25em;
}
.sec_extermination .ttl_box {
  font-size: clamp(18px, 2.2vw, 38px);
  background: var(--site-primary);
  padding: 2% 0;
  border-radius: 10px 10px 0 0;
}
.extermination_content{
  border: var(--site-primary) 4px solid;
  padding: 3.5%;
  border-radius: 0 0 10px 10px;
}
.extermination_content .photo_box {
  margin-bottom: 3.8%;
}
.extermination_content .photo_box img{
  width: 48.5%;
  border-radius: 5px;
  float: left;
}
.extermination_content .photo_box .txt_box{
  width: 48.5%;
  float: right;
}
.activity_list {
  margin-bottom: 3.8%;
}
.activity_list dt{
  color: #fff;
  background: #66b1dc;
  font-size: clamp(17px, 2.2vw, 27px);
  padding: 1% 0;
}
.activity_list dt:first-child{
  border-radius: 10px 10px 0 0;
}
.activity_list dd:last-child{
  border-bottom: #c0cfe6 1px solid;
  border-radius: 0 0 10px 10px;
}
.activity_list dd{
  border-left: #c0cfe6 1px solid;
  border-right: #c0cfe6 1px solid;
  padding: 3%;
}
.damage_list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2%;
  margin-bottom: 3.8%;
  width: 100%;
}
.damage_list dt {
  color: #fff;
  flex-basis: 15%;
  font-size: clamp(17px, 1vw, 22px);
  padding: 20px;
  background-color: #0081cc;
  border-bottom: 1px solid #c0cfe6;
}
.damage_list dt:first-child{
  border-radius: 10px 0 0 0;
}
.damage_list dt:last-of-type{
  border-radius: 0 0 0 10px;
}
.damage_list dd:first-of-type{
  border-top: #c0cfe6 1px solid;
  border-radius: 0 10px 0 0;
}
.damage_list dd:last-child{
  border-bottom: #c0cfe6 1px solid;
  border-radius: 0 0 10px 0;
}
.damage_list dd {
  flex-basis: 85%;
  padding: 25px 20px 0;
  background-color: #fff;
  border-right: 1px solid #c0cfe6;
  border-bottom: 1px solid #c0cfe6;
}


.tbl_consultation{
  border-collapse: unset;
  border-radius: 0 0 10px 10px;
  border: none;
  border-left: solid 1px #c0cfe6;
  border-top: solid 1px #c0cfe6;
  width: 100%;
}
.tbl_consultation tr>*{
  border: none;
  border-right: solid 1px #c0cfe6;
  border-bottom: solid 1px #c0cfe6;
}
.tbl_consultation caption{
  background: #cfe7f8;
  border-radius: 10px 10px 0 0;
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: normal;
  padding: 1% 0 1% 50px;
  position: relative;
  text-align: left;
}
.tbl_consultation caption:before {
  background: #0081cc;
  content: "";
  height: 10px;
  width: 10px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tbl_consultation th {
  background: #f5f5f5;
  font-size: 19px;
  padding: 30px 0 30px 30px;
}
.tbl_consultation td {
  padding: 30px 0 30px 30px;
}
.tbl_consultation .last th {
  border-radius: 0 0 0 10px;
}
.tbl_consultation .last td {
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 1024px) {
  .tbl_consultation th,
  .tbl_consultation td {
    padding: 20px 10px;
  }

}
@media only screen and (max-width: 568px) {
  .extermination .ttl_copy_set .main_txt {
    line-height: 1.6;
    background-size: 1.55em;
    padding-left: 1.55em;
  }
  .extermination_content {
    padding: 6%;
  }
  .extermination_content .photo_box {
    margin: 3.8% 0;
  }
  .extermination_content .photo_box img{
    float: left;
    margin-right: 10px;
  }
  .extermination_content .photo_box .txt_box{
    width: 100%;
    float: none;
  }
  .activity_list {
    margin-bottom: 20px;
  }
  .activity_list dt {
    padding: 2% 0;
  }
  .activity_list dd{
    padding: 15px;
  }
  .damage_list {
    display: block;
    flex-flow: unset;
    margin-bottom: 20px;
  }
  .damage_list dt {
    text-align: center;
    padding: 10px;
  }
  .damage_list dt:first-child {
    border-radius: 10px 10px 0 0;
  }
  .damage_list dd:first-of-type {
    border-radius: 0;
  }
  .damage_list dd {
    padding: 15px;
    border-left: 1px solid #c0cfe6;
  }
  .damage_list dt:last-of-type {
    border-radius: 0;
  }
  .damage_list dd:last-child {
    border-radius: 0 0 10px 10px;
  }
  .tbl_consultation caption {
    padding: 10px 0 10px 30px;
  }
  .tbl_consultation caption:before {
    left: 10px;
  }
  .tbl_consultation th {
    font-size: 17px;
  }
  .tbl_consultation .last td:last-child {
    border-bottom: solid 1px #ccc;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .tbl_consultation th,
  .tbl_consultation td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
