@charset "UTF-8";

/*===============================================
 *	メインビジュアル
===============================================*/
.main_visual .txt_block {
  padding: 4% 0 4.5%;
}

.main_visual .main_copy {
  max-width: 692px;
}

.main_visual .appeal_txt {
  margin: 5.2% 0 10%;
}

.main_visual .appeal_txt .bg_primarycolor {
  padding: 0.05em .7em 0.05em .8em;
  letter-spacing: 0;
}

.main_visual .appeal_txt::before {
  left: 0;
}

.main_visual .appeal_txt::after {
  right: -1%;
}

.main_visual .appeal_txt .bg_primarycolor:nth-child(2) {
  letter-spacing: 0;
}

.main_visual .mv_staff {
  width: 42.5%;
  max-width: 573px;
}

.main_visual .medal {
  right: 0;
}
@media only screen and (max-width: 960px) {
.main_visual .appeal_box .inner_box .num{
  font-size: 1.8em;
}
.main_visual .appeal_box .inner_box .size_02 {
  font-size: 1.15em;
}
.main_visual .appeal_txt .bg_primarycolor{
  padding: 0.05em .5em;
}
}
@media only screen and (max-width: 568px) {
  .main_visual .txt_block {
    padding: 5% 0 2%;
  }

  .main_visual .mv_photo {
    width: 53%;
    margin: 6% 0 0;
  }

  .main_visual .appeal_txt {
    margin: 5.2% 0 5.5%;
  }

  .main_visual .appeal_txt .bg_primarycolor {
    padding: 0.03em .5em;
  }

  .main_visual .mv_staff {
    width: 66.5%;
    bottom: 10%;
  }
  .inner{
    max-width: 100%;
  }
}

/*===============================================
 *	お悩み
===============================================*/
.problem .problem_ttl_box .ttl {
  text-align: center;
  line-height: 1.35;
  margin-left: 3%;
  padding: 0.5em 0 0.75em;
}

.problem .problem_ttl_box img {
  width: 10%;
  max-width: 120px;
  margin-top: 0;
}

@media only screen and (max-width: 568px) {
  .problem .problem_ttl_box .ttl {
    font-size: 6.5vw;
    text-align: left;
    margin-left: 0;
    line-height: 1.5;
    padding: 0.3em 0 0.55em;
  }

  .problem .problem_ttl_box .ttl .txt_01 {
    position: relative;
    top: 0.2em;
  }

  .problem .problem_ttl_box img {
    width: 22%;
  }
}

/*================================================
違反➀
===============================================*/
.bg_yellow {
  background: url(../img/common/bg_wall.jpg) no-repeat;
  background-size: cover;
}

.violation {
  position: relative;
}

.violation::after {
  content: "";
  display: block;
  height: 35px;
  width: 90px;
  background: url(../img/koumori/bg_arrow.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.violation_contents {
  background: #fff;
  border: 4px solid var(--site-secondary);
  padding: clamp(20px, 3.4vw, 40px);
}

.violation_box_inner {
  gap: 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.violation_img {
  max-width: 500px;
}

.violation_ref {
  margin-top: 8px;
  font-size: 0.875em;
}

.violation .ttl_left_icon {
  position: relative;
  font-size: clamp(21px, 2.6vw, 32px);
  border-bottom: 2px solid #dde5e7;
  padding: 0.25em 0 0.25em 3.7em;
  margin-bottom: 0.65em;
  border-bottom: 2px solid #bfd3e7;
  letter-spacing: 0;
}

.violation .ttl_left_icon::before {
  content: '';
  background: url(../img/koumori/icon_violation01.png)no-repeat;
  width: 102px;
  height: 93px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.violation_note {
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 0.875em;
}

.violation_note p {
  padding-left: 1em;
  text-indent: -1em;
}

.violation_penalty {
  background: #fdf0f0;
  border-radius: 5px;
  padding: 20px 24px;
  margin-top: 12px;
}

.violation_penalty_txt {
  font-size: 0.9375em;
  margin: 20px 0;
}

.violation_penalty_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.violation_penalty_item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-top: 10px;
}

.violation_penalty_item:first-child {
  border-bottom: 1px dotted #c9bfbe;
  padding-bottom: 15px;
  padding-top: 0;
}

.violation_penalty_label {
  display: inline-block;
  background: var(--site-keycolor);
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 22px);
  padding: 0.5em 1em 0.5em 3em;
  white-space: nowrap;
  position: relative;
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
}

.violation_penalty_label::before {
  content: '';
  position: absolute;
  background: url(../img/common/icon_exclamation.png)no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}

.violation_penalty_detail {
  font-weight: 700;
  font-size: clamp(15px, 2vw, 19px);
  white-space: nowrap;
}

.entrust {
  background: var(--site-secondary);
  font-size: clamp(32px, 3vw, 42px);
  padding: 2vw 0 .8vw;
  text-align: center;
}

.entrust p {
  text-align: center;
  position: relative;
  padding-left: 65px;
  display: inline-block;
}

.entrust p::before {
  content: '';
  background: url(../img/koumori/icon_professionals.png)no-repeat;
  background-size: contain;
  width: 56px;
  height: 76px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.entrust .txt_yellow {
  font-size: clamp(40px, 3vw, 52px);
}

.solve_step {
  margin-bottom: 10px;
}

.solve_content .annotation_txt {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .violation_box .txt_box {
    width: 50%;
  }

  .violation_img {
    max-width: 48%;
  }
}

@media only screen and (max-width: 960px) {
  .violation_penalty_detail {
    white-space: inherit;
  }

  .violation .ttl_left_icon::before {
    width: 72px;
    height: 65px;
  }

  .violation .ttl_left_icon {
    font-size: 20px;
    padding: 0.25em 0 0.25em 4em;
  }

  .violation_penalty_label {
    max-width: 240px;
    font-size: clamp(14px, 2vw, 18px);
  }

  .violation_penalty_label::before {
    width: 24px;
    height: 24px;
  }

  .violation_penalty_detail {
    font-size: 14px;
  }

  .violation::after {
    width: 50px;
  }


  .entrust {
    font-size: 24px;
  }

  .entrust p {
    padding-left: 52px;
    font-weight: 900;
  }

  .entrust p::before {
    width: 46px;
    height: 62px;
  }

  .entrust .txt_yellow {
    font-size: 32px;
  }
}

@media only screen and (max-width: 568px) {
  .violation_box_inner {
    flex-direction: column;
  }

  .violation_img {
    max-width: 100%;
    position: relative;
  }

  .violation_img::before {
    content: '';
    background: url(../img/koumori/icon_violation01.png)no-repeat;
    width: 71px;
    height: 64px;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: -10px;
  }

  .violation .ttl_left_icon {
    padding: 0.5em 0;
    font-size: 21px;
  }

  .violation .ttl_left_icon::before {
    content: none;
  }

  .violation_penalty {
    padding: 20px;
  }

  .violation_penalty_label {
    display: block;
    padding: 0.5em 1em 0.5em 2.5em;
    max-width: 100%;
  }

  .violation_penalty_item {
    flex-direction: column;
  }

  .violation_penalty_label::before {
    left: .5em;
  }

  .violation_penalty_item:first-child {
    padding-bottom: 10px;
    border-bottom: none;
  }

  .entrust p {
    padding-left: 0;
    font-size: 25px;
  }

  .entrust p::before {
    position: static;
    display: inline-block;
    transform: none;
    vertical-align: text-bottom;
    width: 28px;
    height: 38px;
    margin-right: 5px;
  }

  .entrust .txt_yellow {
    font-size: 29px;
  }

}

/*=================================================
コウモリ被害を解決するプロの技術
==================================================*/
.technique {
  background: #fff;
}

.technique_ttl {
  background: var(--site-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  font-size: clamp(20px, 3vw, 40px);
}

.technique_ttl span.txt_yellow {
  font-size: clamp(22px, 3.2vw, 46px);
}

.technique_ttl>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.technique_ttl>span::before,
.technique_ttl>span::after {
  width: 2px;
  height: 50px;
  background-color: #fff;
  content: '';
}

.technique_ttl>span::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.technique_ttl>span::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

.technique_list {
  padding: clamp(20px, 3.2vw, 40px);
  gap: 30px;
}

.technique_item {
  width: 48%;
  background: #f0f4f9;
  border-radius: 5px;
}

.item_ttl {
  background: var(--site-secondary);
  font-size: clamp(18px, 2.3vw, 27px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}

.technique_item .txt_inner {
  padding: 30px;
}

.technique_item .txt_inner img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .technique_list{
    gap: 20px;
  }
}

@media only screen and (max-width: 568px) {
  .solve_content .annotation_txt{
    margin-bottom: 30px;
  }
  .technique_ttl>span {
    flex-direction: column;
    gap: 5px;
  }

  .technique_ttl>span::before,
  .technique_ttl>span::after {
    display: none;
  }

  .technique_ttl em.txt_yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .technique_ttl em.txt_yellow::before,
  .technique_ttl em.txt_yellow::after {
    content: '';
    width: 2px;
    height: 35px;
    background-color: #fff;
    display: block;
    flex-shrink: 0;
  }

  .technique_ttl em.txt_yellow::before {
    transform: rotate(-35deg);
  }

  .technique_ttl em.txt_yellow::after {
    transform: rotate(35deg);
  }
  .technique_item {
    width: 100%;
  }
  .technique_item .txt_inner {
    padding: 20px;
  }
}

/*===============================================
 *	選ばれる理由
===============================================*/
.reasons .btn_border {
  margin-top: 4%;
}

@media only screen and (max-width: 568px) {
  .reasons .btn_border {
    margin: 4% 0 1%;
  }
  .reasons .ttl_copy_set .main_txt {
    font-size: 6vw;
  }
}

/*===============================================
 *	料金の目安
===============================================*/
.price_table_wrapper {
  margin: 0 0 3.5%;
}

.basic_table.price_table tbody th {
  position: relative;
  width: 26.7%;
}

.basic_table.price_table tbody th img {
  width: 100%;
  margin: 0;
}

.basic_table.price_table tbody th .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.basic_table.price_table tbody th .name::before {
  background: rgba(253, 238, 33, 0.8);
}

.basic_table.price_table tbody td:first-of-type {
  width: 26.7%;
  padding: 1.25em 0;
}

.icon_box {
  margin-bottom: 3.5%;
}

@media only screen and (max-width: 568px) {
  .price .ttl_copy_set .main_txt {
    background-size: 1.15em auto;
    padding-left: 1.5em;
  }

  .price_table_wrapper {
    margin-bottom: 7.5%;
  }

  .price_table_wrapper .annotation_txt {
    margin-left: 0;
  }

  .basic_table.price_table {
    border-radius: 10px;
  }

  .basic_table.price_table thead {
    display: none;
  }

  .basic_table.price_table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 10px !important;
  }

  .basic_table.price_table tbody th {
    display: block;
    width: 100%;
  }

  .basic_table.price_table tbody th>div {
    display: flex;
    flex-direction: column;
  }

  .basic_table.price_table tbody th img {
    order: 2;
  }

  .basic_table.price_table tbody th .name {
    color: #fff;
    transform: none;
    position: relative;
    order: 1;
    font-size: 21px;
    padding: 0.5em 0 0.6em;
  }

  .basic_table.price_table tbody th .name::before {
    background: var(--site-secondary);
    transform: none;
  }

  .basic_table.price_table tbody td {
    display: block;
    width: 100% !important;
    font-size: 15px;
    line-height: 1.75;
  }

  .basic_table.price_table tbody td .txt_keycolor {
    font-size: 21px;
  }

  .basic_table.price_table tbody td:nth-of-type(1) {
    line-height: 1.3;
    padding: 2% 0;
  }

  .basic_table.price_table tbody td:nth-of-type(2) {
    text-align: center;
    padding: 3.5% 0;
    border-left: 1px solid #c0cfe6;
  }
}

/*===============================================
 *	作業事例
===============================================*/
.case .inner {
  max-width: initial;
}

.case .case_box {
  margin: 0;
  max-width: 1120px;
}

.case .case_ttl {
  display: flex;
}

.case .case_ttl .label {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case .case_ttl .label img {
  width: 80%;
}

.case .case_ttl .ttl {
  font-size: clamp(21px, 2.2vw, 34px);
  background: none;
  padding: 0.7em 0 0.7em 0.8em;
}

.case .case_info .total_price {
  margin-bottom: 0.5%;
}

.case .detail_table {
  margin-top: 3%;
}

.case .detail_table th {
  width: 17.5%;
  padding: 1em 0;
}

.case .detail_table td {
  padding: 1em 1.5em;
}

@media only screen and (max-width: 1024px) {
  .case .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .case .case_box {
    margin: 0 5.3vw;
  }

  .case .case_ttl {
    display: block;
  }

  .case .case_ttl .label img {
    width: 24%;
  }

  .case .case_ttl .ttl {
    line-height: 1.5;
    padding: 0.7em 0;
  }

  .case .detail_table th {
    width: 28%;
  }

  .case .detail_table td {
    padding: 1em 1em;
  }
}

/*===============================================
深刻なリスク
================================================*/
.risk {
  background: #fff;
  padding: clamp(28px, 3.2vw, 40px);
}

.risk .risk_list li {
  background: #f5f5f5;
}

.risk_ttl {
  font-size: clamp(24px, 2.5vw, 32px);
  background: #fbecea;
  border-radius: 5px;
}

.risk_ttl em {
  font-size: clamp(32px, 2.5vw, 42px);
}

.risk_list {
  margin-bottom: 50px;
}

.conclusion {
  border: 4px solid var(--site-secondary);
  background: #fff;
  position: relative;
}

.conclusion_ttl {
  background: var(--site-secondary);
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 10px;
  font-size: clamp(20px, 2.7vw, 32px);
}

.conclusion_ttl span.txt_yellow {
  font-size: clamp(22px, 3.2vw, 40px);
}

.conclusion_ttl>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conclusion_ttl>span::before,
.conclusion_ttl>span::after {
  width: 2px;
  height: 50px;
  background-color: #fff;
  content: '';
}

.conclusion_ttl>span::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.conclusion_ttl>span::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

.conclusion img {
  position: absolute;
  right: 0;
  width: 60%;
  height: stretch;
}

.conclusion p {
  font-size: clamp(20px, 2.5vw, 27px);
  padding: 25px 0 25px 30px;
}

.conclusion p span {
  color: var(--site-secondary);
  border-bottom: 2px solid #faee1c;
}

@media only screen and (max-width: 960px) {
  .risk .risk_list li .label{
    top:-4%;
  }
  .conclusion img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .conclusion picture {
    width: 48%;
    flex-shrink: 0;
  }

  .conclusion .row-rev {
    align-items: center;
    gap: 3%;
  }

  .conclusion p {
    flex: 1;
    min-width: 0;
  }
}

@media only screen and (max-width: 568px) {
  .risk .risk_list li .label {
        top: -8%;
  }
  .risk .risk_list{
    margin-bottom: 30px;
  }
  .conclusion_ttl{
    border-radius:0;
  }

  .conclusion_ttl > span {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  .conclusion_ttl>span::before, .conclusion_ttl>span::after{
    position: absolute;
  }
  .conclusion_ttl>span::before{
    left: 3%;
    top: 50%;
    transform: translateY(-50%) rotate(-35deg);
  }
    .conclusion_ttl>span::after{
    right: 3%;
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
  }

  .conclusion_ttl em.txt_yellow {
    flex-basis: 100%;
    text-align: center;
  }

  .conclusion .row-rev {
    flex-direction: column;
  }

  .conclusion picture {
    width: 100%;
  }

  .conclusion img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .conclusion p {
    font-size: 19px;
    letter-spacing: 0;
    padding: 20px;
  }
}

/*===============================================
 *	コウモリの特徴
===============================================*/
.koumori_type {
  background: url(../img/common/bg_stripe_02.png);
}

.koumori_type .ttl_copy_set .main_txt {
  background: url(../img/shiroari/icon_search.png) no-repeat left center;
  background-size: 1.15em;
  padding-left: 1.45em;
}

.koumori_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
  margin-bottom: 3%;
}

.koumori_type .desc .txt_keycolor {
  font-size: 1.2em;
}

.koumori_type .table_wrapper {
  margin-top: 3.5%;
}

.koumori_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}

.koumori_type .basic_table:nth-of-type(1) thead th:last-of-type {
  border-right: 1px solid #fff;
}

.koumori_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}

.koumori_type .basic_table:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
  width: 41%;
}

.koumori_type .basic_table:nth-of-type(2) th:first-of-type {
  display: none;
}

.koumori_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 5px 0;
  height: clamp(50px, 5vw, 120px);
}

.koumori_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}

.koumori_type .basic_table tbody td {
  width: 40.625%;
}

.koumori_type .basic_table tbody td img {
  width: 27%;
  max-width: 120px;
}

.koumori_type .grid_box {
  background: url(../img/koumori/features_bg.jpg)no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 55% 40%;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0 2.5vw;
  padding: 3.5% 3%;
}

.koumori_type .grid_box h3 {
  grid-column: 1;
  grid-row: 1 ;
}

.koumori_type .grid_box .features_txt {
  grid-column: 1;
  grid-row: 2 / 6;
}

.koumori_type .grid_box img {
  grid-column: 2;
  grid-row: 1 / 3;
}
.koumori_type.size_txt {
  grid-column: 2;
  grid-row: 4;
}

.koumori_type .grid_box .activity {
  grid-column: 2;
  grid-row: 4 / 7;
  background: #fff;
}

.koumori_type .grid_box dl {
  align-items: center;
  margin-bottom: 10px;
}

.koumori_type .grid_box dt {
  color: #fff;
  font-size: clamp(15px, 1.5vw, 20px);
  background: var(--site-secondary);
  font-weight: bold;
  text-align: center;
  max-width: 154px;
  width: 100%;
  padding: 5px 0;
  margin-right: 20px;
}

.koumori_type .grid_box img,
.koumori_type .grid_box .size_txt {
  margin-bottom: 20px;
}

.koumori_type .grid_box .size_txt dt {
  max-width: 104px;
}

.koumori_type .grid_box .size_txt dl {
  width: 50%;
}

.koumori_type .grid_box .size_txt dd {
  letter-spacing: 0;
}

.koumori_type .grid_box .activity h4 {
  font-size: clamp(20px, 1.5vw, 25px);
  background: var(--site-primary);
  border-radius: 5px 5px 0 0;
}

.koumori_type .grid_box .activity ul {
  padding: 10px 20px 20px;
}

.koumori_type .grid_box .activity ul li {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
}

.koumori_type .grid_box .activity ul li:last-child {
  border-bottom: none;
}

.koumori_type .grid_box .activity ul li span {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  margin-right: 1em;
}

.koumori_type .grid_box .activity ul li span::before {
  content: '●';
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon_box .definition dt {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: bold;
  border-bottom: 2px solid #dde5e7;
  padding-bottom: 10px;
}

.icon_box .definition dt img {
  width: 50px;
}

.icon_box .definition dd {
  padding-top: 10px;
}

.koumori_type .icon_box {
  margin-bottom: 0;
}


@media only screen and (max-width: 568px) {
  .koumori_type .grid_box{
    padding: 20px;
  }
  .koumori_type .desc .txt_keycolor {
    font-size: 1.13em;
  }

  .koumori_type .table_wrapper {
    flex-direction: column;
    margin-top: 3%;
  }

  .koumori_type .basic_table {
    width: 100% !important;
  }

  .koumori_type .basic_table .sp {
    display: table-row;
  }

  .koumori_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }

  .koumori_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }

  .koumori_type .basic_table:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }

  .koumori_type .basic_table:nth-of-type(2) th:first-of-type {
    display: table-cell;
  }

  .koumori_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }

  .koumori_type .basic_table tbody th {
    padding: 0.8em 0;
  }

  .koumori_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }

  .koumori_type .basic_table tbody td img {
    width: 28%;
  }

  .koumori_type .grid_box{
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
  }

  .koumori_type .grid_box img{
    grid-column: 1;
    grid-row: 2;
  }
  .koumori_type .grid_box .activity{
    grid-column: 1;
    grid-row: 3;
  }
  .koumori_type .grid_box .size_txt{
    width: 100%;
    flex-direction: column;
    grid-column: 1;
    grid-row: 4;
  }
  .koumori_type .grid_box .features_txt{
    grid-column: 1;
    grid-row: 5;
  }
  .koumori_type .grid_box .size_txt dl,
  .koumori_type .grid_box dl{
    width: 100%;
    flex-direction: column;
  }

  .koumori_type .grid_box .size_txt dt{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .koumori_type .grid_box dt{
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .koumori_type .grid_box .size_txt{
    margin-bottom: 0;
  }
  .koumori_type .grid_box .activity{
    margin-bottom: 20px;
  }
 .koumori_type .grid_box .activity ul li:nth-child(2){
  display: flex;
  align-items: center;
 }
 .koumori_type .grid_box .activity ul li:nth-child(2) div{
  width: 60%;
 }


}

/*===============================================
 *	コウモリの侵入経路
===============================================*/
.route .ttl_copy_set .main_txt {
  background: url(../img/common/icon_road.png) no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.55em;
}

.route .ttl_left_border {
  margin: 2.5% 0 3%;
}

.route .ttl_left_border .size {
  font-size: 0.85em;
}

.route .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}

.route .desc .txt_keycolor {
  font-size: 1.2em;
}

.route picture {
  width: 31.5%;
  max-width: 351px;
}

.route picture img {
  border-radius: 10px;
}

.route .basic_table {
  width: 65.5%;
}

.route .basic_table thead th {
  background: var(--site-primary);
}

.route .basic_table tbody th {
  background: var(--site-palecolor);
  text-align: left;
  padding-left: 2em;
  border-right: 1px solid #c0cfe6;
  width: 41%;
}

@media only screen and (max-width: 568px) {
  .route .ttl_copy_set .main_txt {
    line-height: 1.6;
    background-size: 1.55em;
    padding-left: 1.85em;
  }

  .route .desc .txt_keycolor {
    font-size: 1.13em;
  }

  .route .ttl_left_border {
    margin: 3.5% 0 4.5%;
  }

  .route .route_content {
    flex-direction: column;
  }

  .route picture {
    width: 100%;
    max-width: initial;
  }

  .route .basic_table {
    width: 100%;
    border-radius: 10px;
    margin-top: 5.5%;
  }

  .route .basic_table tbody th {
    width: 34%;
    padding-left: 5.5%;
  }

  .route .basic_table tbody td {
    padding: 0.85em 1.25em;
  }

  .route .basic_table tbody td::before {
    display: block;
    content: "";
    min-height: 5%;
  }

  .route .basic_table tbody tr:last-of-type td {
    padding: 1.55em 1.25em;
  }
  .route .basic_table tbody th{
    padding-left: 3.5%;
  }
}

/*===============================================
 *	自分で駆除すれば費用を抑えられる？
===============================================*/
.self_fix {
  background: url(../img/common/bg_stripe_02.png);
}

.self_fix .ttl_copy_set .main_txt {
  background: url(../img/gokiburi/icon_stop.png) no-repeat left center;
  background-size: 1.27em;
  padding-left: 1.5em;
}

.self_fix .risk_list {
  margin-top: 6.5%;
}

.intro_self {
  gap: 5vw;
}

.intro_self img {
  max-width: 169px;
}

.intro_self p {
  font-size: 19px;
}

.intro_self p em {
  font-size: 23px;
}

.reliance {
  padding: clamp(28px, 3.2vw, 40px);
  padding-bottom: 80px;
}

.pc_border {
  position: relative;
  border-bottom: 2px solid #bfd3e7;
  margin-bottom: 50px;
}

.pc_border p {
  position: absolute;
  display: inline-block;
  margin-left: 50%;
  top: 20px;
  left: 0;
  padding: 0 30px;
}

.pc_border .ttl_left_border {
  margin-bottom: 0;
  border-bottom: none;
}

.pc_border p:before,
.pc_border p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: black;
}

.pc_border p:before {
  left: 0;
}

.pc_border p:after {
  right: 0;
}

.reliance {
  position: relative;
  background: url(../img/koumori/guideline_bg.png)no-repeat #fff;
  background-position: center bottom;
  background-size: 100% auto;
  border: 4px solid var(--site-primary);

}

.reliance ul {
  gap: 2.4vw;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}

.reliance ul li {
  width: 30%;
  border-radius: 10px;
  border: 2px solid #c0cfe6;
  background: #fffcce;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 35px 20px 20px;
}

.reliance ul li p {
  background: var(--site-secondary);
  font-size: clamp(14px, 2vw, 20px);
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -25px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.reliance ul li h4 {
  font-size: 19px;
  margin-bottom: 10px;
}

.reliance ul li h4 small {
  letter-spacing: 0;
}

.reliance ul li dl {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}

.reliance ul li dl dt {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}

.reliance .disc::before {
  content: '●';
  font-size: 12px;
  color: var(--site-secondary);
}

.reliance ul li dl dd.txt_keycolor {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.reliance ul li dl dd {
  text-align: left;
}

.reliance_icon dd {
  position: relative;
}

.reliance ul li .reliance_icon dd::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reliance ul li:first-child .reliance_icon dd::after {
  background: url(../img/koumori/guideline_01.png)no-repeat;
  background-size: contain;
  width: 82px;
  height: 57px;
}

.reliance ul li:nth-child(2) .reliance_icon dd::after {
  background: url(../img/koumori/guideline_02.png)no-repeat;
  background-size: contain;
  width: 47px;
  height: 55px;
}

.reliance ul li:nth-child(3) .reliance_icon dd::after {
  background: url(../img/koumori/guideline_03.png)no-repeat;
  background-size: contain;
  width: 53px;
  height: 65px;
}

.reliance ul li:nth-child(4) .reliance_icon dd::after {
  background: url(../img/koumori/guideline_04.png)no-repeat;
  background-size: contain;
  width: 30px;
  height: 55px;
}

.reliance ul li:nth-child(5) .reliance_icon dd::after {
  background: url(../img/koumori/guideline_05.png)no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
}

.reliance .baloon {
  position: absolute;
  right: 5.2%;
  bottom: 70px;
}

.reliance .baloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 19.3%;
  top: -33px;
  border-right: 21px solid transparent;
  border-bottom: 33px solid #ffc6be;
  border-left: 21px solid transparent;
}

.reliance .baloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20%;
  top: -28px;
  border-right: 18px solid transparent;
  border-bottom: 30px solid #fbecea;
  border-left: 18px solid transparent;
}

.reliance .note {
  background: #fbecea;
  border: 2px solid #ffc6be;
  max-width: 484px;
  padding: 10px 20px;
}

.total-result {
  color: var(--site-keycolor);
  font-weight: 900;
  font-size: clamp(30px, 2vw, 42px);
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  background: linear-gradient(transparent 70%, #fdee21 70%);
  display: inline-block;
  margin-left: 10%;
}

.total-result span {
  font-size: clamp(40px, 2vw, 65px);
}
.self_fix .risk{
  border: 4px solid var(--site-primary);
  border-top: none;
}

/*==============================================
自分でコウモリを追い出す方法
================================================*/
.method {
  border: 4px solid var(--site-primary);
  background: #fff;
  border-top: none;
  padding: clamp(28px, 3.2vw, 40px);
}

.method_list {
  gap: 2vw;
}

.method_list li {
  width: 48%;
}

.method_list h4 {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--site-primary);
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 27px;
  padding: 5px 0;
  justify-content: center;
  margin-bottom: 20px;
}

.method_list h4 .step-num {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background: var(--site-secondary);
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  font-size: 32px;
}

.method_catch {
  margin-bottom: 40px;
}

.method_list img {
  margin-bottom: 20px;
}

.prohibited_txt p {
  margin-bottom: 20px;
}

.prohibited_txt table th {
  background: var(--site-primary);
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  width: 35%;
  text-align: center;
}

.prohibited_txt table td {
  border: 1px solid #c0cfe6;
  padding: 20px;
}

.prohibited .icon_box {
  border: none;
  background: #fffcce;
  position: relative;
}

.icon_box .definition dt {
  border-bottom: 2px solid #e5e094;
}

.arrow_bottom_pink::after {
  content: "";
  display: block;
  height: 45px;
  width: 248px;
  background: url(../img/nezumi/arrow_bottom.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

/***********************************************
* コウモリ駆除は「追い出して終わり」ではありません
************************************************/
.koumori_caution {
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 10px;
}

.koumori_caution_ttl {
  background: var(--site-secondary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 28px);
  padding: 10px 0;
  text-align: center;
}

.koumori_caution_ttl>span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(24px, 3vw, 32px);
}

.koumori_caution_ttl>span::before,
.koumori_caution_ttl>span::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: '';
}

.koumori_caution_ttl>span::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.koumori_caution_ttl>span::after {
  transform: rotate(35deg);
  margin-left: 20px;
}

.koumori_caution_box {
  padding: 40px;
}

.koumori_caution_contents {
  background: var(--site-palecolor);
  border-radius: 5px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
  grid-template-areas:
    "header image"
    "content image";
  column-gap: 30px;
  row-gap: 10px;
}

.img_caution {
  grid-area: image;
}

.icon_caution_ttl {
  grid-area: header;
}

.koumori_caution_txtbox {
  grid-area: content;
}

.icon_caution_ttl {
  font-size: clamp(18px, 2.2vw, 27px);
  padding: 0 0 10px 0;
  border-bottom: #c0c3c7 2px dotted;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon_caution_ttl img {
  max-width: 50px;
}

.nezumi_caution_txtbox {
  font-size: clamp(14px, 1.5vw, 17px);
}

.img_caution {
  max-width: 300px;
}

.btn_column {
  margin-top: 30px;
}

.btn_column li {
  max-width: 500px;
  width: 100%;
}

.koumori_leave_box {
  padding: 40px;
}

.koumori_leave_contents {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}

.koumori_leave_contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.koumori_leave_contents li {
  background: url(../img/common/icon_check03.svg) no-repeat center left;
  background-size: 43px 37px;
  padding: 15px 0 15px 6%;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.5;
  width: 48%;
}

.koumori_leave_contents li:nth-child(-n+4) {
  border-bottom: #c4c4c4 2px dotted;
}

.koumori_caution .icon_box {
  background: #fbefee;
  border: none;
  margin-bottom: 0;
}


/*===============================================
 *	コウモリを許可なく捕獲・傷つけるのは厳禁！
===============================================*/
.prohibited {
  padding: clamp(28px, 3.2vw, 40px);
  border: 4px solid var(--site-primary);
  border-top: none;
  background: #fff;
}

.prohibited_txt {
  width: 48%;
}

.prohibited_content {
  gap: 2vw;
}

.penalty {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--site-keycolor);
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: bold;
}

.penalty .txt_keycolor {
  display: grid;
  place-content: center;
  width: 44px;
  height: 44px;
  background: #fdf000;
  color: var(--site-keycolor);
  border-radius: 50%;
  font-size: 0.8rem;
  flex-shrink: 0;
}

@media only screen and (max-width: 960px) {
.intro_self img{
  max-width: 27%;
}
.pc_border p{
  top: 12px;
  font-size: 10px;
}
.pc_border p:before, .pc_border p:after {
  height: 1px;
}
.intro_self p {
    font-size: 17px;
}
.intro_self p em {
    font-size: 19px;
}
.reliance ul li p{
  width: 60%;
}
.reliance ul li{
padding: 25px 15px 20px;
width: 31.3%;
}
.reliance ul li h4 small{
  font-size: 12px;
}
.reliance ul li dl dd.txt_keycolor{
  font-size: 20px;
}
.reliance ul li:first-child .reliance_icon dd::after {
    width: 58px;
    height: 40px;
}

.reliance ul li:nth-child(2) .reliance_icon dd::after {
    width: 37px;
    height: 43px;}

.reliance ul li:nth-child(3) .reliance_icon dd::after {
    width: 39px;
    height: 48px;
}

.reliance ul li:nth-child(4) .reliance_icon dd::after {
  width: 24px;
  height: 44px;
}

.reliance ul li:nth-child(5) .reliance_icon dd::after {
  width: 37px;
  height: 37px;
}
.reliance_icon dd{
  padding-right: 25%;
}
.reliance .baloon{
  width: 50%;
}  
.reliance .note{
  max-width: 90%;
}
.total-result{
  margin-left: 0%;
}
.self_fix .risk_list{
  margin-bottom: 0;
}
.prohibited_txt table th{
  padding: 10px;
}
.method_list h4{
  font-size: 21px;
}
.prohibited_img{
  width: 48%;
}
.koumori_caution_ttl>span{
  font-size: 20px;
}
.koumori_leave_box{
  padding: 30px;
}
.koumori_leave_contents{
  padding: 20px;
}
.koumori_leave_contents li{
  padding: 15px 0 15px 9%;
}
.ttl_copy_set .sub_txt{
  padding: 0.52em 1.7em;
}
}
@media only screen and (max-width: 568px) {
  .self_fix .ttl_copy_set .main_txt {
    background-size: 1.31em;
    padding-left: 1.31em;
    background-position: 4% 1%;
  }

  .self_fix .risk_list {
    margin-top: 13.5%;
  }
  .intro_self img{
    display: none;
  }
  .intro_self p{
    font-size: 15px;
  }
  .intro_self p em{
    font-size: 17px;
  }
  .reliance{
    padding: 20px;
  }
  .pc_border{
    border-bottom: none;
  }
  .pc_border p{
    font-size: 15px;
    position: static;
  }
  .reliance ul{
    flex-direction: column;
    gap: 30px;
  }
  .reliance ul li{
    width: 100%;
  }
  .pc_border .ttl_left_border{
    border-bottom: 2px solid #dde5e7;
    padding: 0.25em 0 0.25em 0.85em;
    margin-bottom: 0.65em;
    position: relative;
  }
  .pc_border .ttl_left_border::after{
    content: '';
    background: url(../img/koumori/risk_img.png)no-repeat;
    width: 88px;
    height: 93px;
    position: absolute;
    bottom: -25%;
    right: 0;
    top: auto;
    left: auto;
    background-size: contain;
    transform: none;
  }
  .pc_border p{
    margin-left: 0;
    position: relative;
            text-align: center;
        display: block;

  }
  .pc_border p:before, .pc_border p:after{
    top: 50%;
    transform: translateY(-50%);
  }
  .reliance ul li p{
    font-size: 17px;
    width: 50%;
  }
  .reliance ul li h4{
    line-height: 1.3;
    font-size: 20px;
  }
  .reliance ul li h4 small{
    font-size: 14px;
  }
  .reliance ul li dl dd.txt_keycolor{
    font-size: 22px;
  }
  .reliance .baloon{
    width: 88%;
    right: auto;
    left: auto;
  }
  .reliance .note{
    max-width: 100%;
    padding: 10px 15px;
  }
  .reliance .baloon{
    bottom: 90px;
  }
  .reliance .baloon::after{
    top:-13px;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #fbecea;
    border-left: 8px solid transparent;
  }
  .reliance .baloon::before{
    top:-16px;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffc6be;
    border-left: 10px solid transparent;
  }
  .total-result{
    margin-top: 100px;
  }
  .total-result span{
    font-size: 34px;
  }
.method{
  padding: 20px;
}
.method_list{
  gap: 8vw 3vw;
}
.method_list li{
  width: 48%;
}
  .method_list h4{
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    padding: 15px 0 10px;
  }

  .method_list h4 .step-num{
    width: 35px;
    height: 35px;
    font-size: 23px;
    left: 50%;
    transform: translate(-50%, -50%);
    top:-4px;
  }
  .method_list img{
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
  }
  .self_fix .risk{
    padding: 20px;
  }
  .self_fix .risk_ttl{
    margin-top:10px ;
  }

  .prohibited{
    padding: 20px;
  }
  .prohibited_content{
    flex-direction: column;
  }
  .prohibited_img{
    width: 100%;
    margin-bottom: 20px;
  }
  .prohibited_img img{
    margin-bottom: 10px;
  }
  .prohibited_txt{
    width: 100%;
  }
  .prohibited_txt table th,
  .prohibited_txt table td{
    width: 100%;
    display: block;
  }
  .prohibited .icon_box{
    margin-bottom: 40px;
  }
  .arrow_bottom_pink::after{
    bottom: -40px;
  }

  .koumori_caution_ttl>span {
    display: inline-block;
  }
  .koumori_leave_box{
    padding: 20px;
  }
  .koumori_leave_contents ul{
    flex-direction: column;
  }
  .koumori_leave_contents li{
    width: 100%;
    padding: 15px 0 15px 15%;
  }
  .koumori_leave_contents li{
    background-size: 23px 21px;
  }
  .prohibited .koumori_leave_box .icon_box{
    margin-bottom: 0;
  }

}



/*===============================================
 *	CTA
===============================================*/
.cta .appeal_block::before {
  left: 12%;
}

.cta .appeal_block::after {
  right: 12%;
}

@media only screen and (max-width: 960px) {
  .cta .appeal_block::before {
    left: 9%;
  }

  .cta .appeal_block::after {
    right: 9%;
  }
}

@media only screen and (max-width: 568px) {
  .cta .appeal_block::before {
    left: -3%;
  }

  .cta .appeal_block::after {
    right: -3%;
  }
}

/*# sourceMappingURL=gokiburi.css.map */