@charset "utf-8";
/*===============================================
 *	common
===============================================*/
.intro_content {
  background: url(../img/common/bg_stripe_02.png) top left repeat;
}
@media only screen and (max-width: 568px) {
  .page_ttl_area {
    margin-bottom: 0;
  }

}
/*===============================================
 *
 *	price
 *
===============================================*/

@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 568px) {

}
/*===============================================
 *	料金表
 ===============================================*/
.pest_control_container {
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #c0cfe6;
  border-radius: 0 0 10px 10px;
}
.pest_control_container.pest_last{
  margin-bottom: 15px;
}
.pest_header, .pest_row {
  display: flex;
}
.pest_header .col_name{
  border-radius: 10px 0 0 0;
}
.pest_header .col_warranty{
  border-radius: 0 10px 0 0;
}
.mushi_last .pest_detail_cell:last-of-type {
  border-radius: 0 0 10px 0;
}
.mushi_last .pest_name_cell {
  border-radius: 0 0 0 10px;
}
.pest_header > div {
  padding: 20px;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #0083c7;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: bold;
}
.tax{
  font-size: clamp(14px, 1.6vw, 18px);
}
.pest_header > div:last-child {
  border-right: none;
}
.pest_name_cell, .pest_detail_cell {
  padding: 20px;
  border-top: 1px solid #c0cfe6;
}
.pest_name_cell {
  border-left: 1px solid #c0cfe6;
  border-right: 1px solid #c0cfe6;
  background-color: #fff9c4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pest_detail_cell {
  background: #fff;
  border-right: 1px solid #c0cfe6;
}
.content_inner {
  text-align: left;
}
.center_flex_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pest_icon_wrap picture{
  display: block;
}
.pest_pc_icon {
  display: block;
}
.icon_shiroari {
  width: 100px;
  height: 100px;
}
.icon_hachi {
  width: 66px;
  height: 81px;
  margin-bottom: 30px;
}
.icon_gokiburi {
  width: 73px;
  height: 83px;
  margin-bottom: 30px;
}
.icon_dani {
  width: 55px;
  height: 54px;
  margin-bottom: 30px;
}
.icon_nomi {
  width: 45px;
  height: 38px;
  margin-bottom: 30px;
}
.icon_tokojirami {
  width: 37px;
  height: 51px;
  margin-bottom: 30px;
}
.icon_gaichuu {
  width: 104px;
  height: 70px;
  margin-bottom: 70px;
}
.icon_nezumi {
  width: 100px;
  height: 58px;
  margin-bottom: 30px;
}
.icon_koumori{
  width: 130px;
  height: 49px;
  margin-bottom: 30px;
}
.icon_gaijyu{
  width: 153px;
  height: 53px;
  margin: 10px 0 80px;
}
.pest_label {
  background-color: rgba(253,238,33,.3);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 20px);
  width: 100%;
}
.pest_label_small {
  line-height: 1.4;
}
.pest_label_small span {
  color: #7a7a7a;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0 15px;
}
.num_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site-secondary);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.price_item {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: bold;
}
.price_placeholder {
  color: var(--site-keycolor);
  margin-left: 10px;
  font-size: clamp(20px, 2vw, 22px);
  font-weight: bold;
}
.price_grid {
  padding-left: 25px;
  margin-top: 10px;
}
.price_grid dl{
  display: flex;
  flex-wrap: wrap;
}
.price_grid dt{
  font-size: clamp(14px, 1.5vw, 17px);
  display: flex;
  align-items:flex-start;
  justify-content: center;
  width: 20%;
}
.price_grid dd {
  width: 80%;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: clamp(20px, 2vw, 22px);
}
.price_grid dd:last-child{
  margin: 0;
}
.price_grid dd span{
  font-size: clamp(14px, 1.5vw, 17px);
  width: 65%;
  margin: 0 0 10px 0;
}
.price_normal_txt{
  font-size: clamp(20px, 2vw, 22px);
  font-weight: bold;
}
.yen{
  font-size: clamp(14px, 1.5vw, 17px);
}
.list_item {
  margin-bottom: 15px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.list_item .num_icon {
  margin-top: 3px;
  flex-shrink: 0;
}
.center_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_title {
  background-color: #fff9c4;
  text-align: center;
  padding: 8px;
  margin: 0 0 15px 0;
  font-size: 1.1em;
  font-weight: bold;
}
.sp_header {
  background-color: #0083c7;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sp_header_icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.col_name { flex: 0 0 200px; }
.col_price { flex: 2; }
.col_content { flex: 2; }
.col_warranty { flex: 1; }

.pc_only { display: flex; }
.mobile_only { display: none; }

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .sp_header {
    display: flex;
  }
  .pest_row {
    flex-direction: column;
  }
  .pest_name_cell, .pest_detail_cell {
    flex: auto;
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  .pest_name_cell {
    background-color: transparent;
    padding: 0;
  }
  .pest_pc_icon {
    display: none;
  }
  .pest_label {
    display: none;
  }
  .pest_detail_cell {
    padding: 0 0 20px 0;
  }
  .pest_detail_cell:last-child {
    border-bottom: none;
  }
  .content_inner {
    padding: 0 15px;
  }
  .price_red {
    display: block;
    margin-bottom: 5px;
  }
  .pest_first .sp_header {
    border-radius: 10px 10px 0 0;
  }
  .mushi_last .pest_name_cell {
    border-radius: 0;
  }
  .mushi_last .pest_detail_cell:last-of-type {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 568px) {
  .pest_control_container {
    margin-bottom: 10px;
  }
  .pest_detail_cell {
    border-left: 1px solid #c0cfe6;
    border-right: 1px solid #c0cfe6;
  }
  .pest_control_container > .mobile_only {
    border-radius: 10px 10px 0 0;
  }
  .price_grid {
    padding-left: 0;
    margin-top: 0;
  }
  .price_grid dl {
    align-items: center;
  }
  .price_grid dt {
    width: 15%;
  }
  .list_item {
    margin-bottom: 10px;
  }
  .price_grid dd span:first-of-type{
    margin: 0 10px 0 0;
  }
  .pest_detail_cell .price_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*===============================================
 *	ご安心してお任せください
 ===============================================*/
.solve_step{
  margin-top: 80px;
}
@media screen and (max-width: 968px) {
  .solve_step {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .solve_step li img:not(.label) {
    height: 150px;
    object-fit: cover;
  }
}
/*===============================================
 *	安さの理由はどこに？
 ===============================================*/
 .problem .problem_content::after{
  content: none;
 }
.reason_block {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px 0 40px;
  position: relative;
}
.human_pc {
  flex-shrink: 0;
  max-width: 240px;
}
.human_sp {
  display: none;
}
.reason_body {
  flex: 1;
  position: relative;
}
.reason_badge {
  position: absolute;
  top: -20px;
  left: -40px;
  width: 136px;
}
.reason_ttl_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 2px solid #c0cfe6;
  margin-bottom: 16px;
}
.reason_icon {
  width: 48px;
  flex-shrink: 0;
}
.reason_ttl {
  font-size: clamp(21px, 2.6vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.reason_txtbox span{
  font-weight: bold;
}
.request_img{
  background: #fff;
  border: 4px solid var(--site-secondary);
  padding: 2.75% 0;
}
.request_img img{
  max-width: 1032px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 968px) {
  .reason_block {
    gap: 24px;
    padding: 24px;
  }
  .reason_badge {
    left: -30px;
    width: 116px;
  }
}
@media screen and (max-width: 568px) {
  .ttl_copy_set .main_txt {
    font-size: 22px;
  }
  .reason_block {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    margin: 20px 0;
    position: relative;
  }
  .human_pc{
    display: none;
  }
  .human_sp {
    display: block;
    float: right;
    width: 53%;
  }
  .reason_body {
    width: 100%;
    order: -1;
  }
  .reason_badge_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
  .reason_badge {
    display: none;
  }
  .request_img{
    border-width: 2px;
    padding: 4.2% 6.5% 3.5%;
    margin-top: 7.5%;
  }

}

/*===============================================
 *	4ステップで簡単
 ===============================================*/
.flow .ttl_copy_set .main_txt {
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 968px) {

}
@media screen and (max-width: 568px) {

}