@charset "UTF-8";
:root {
  --vw: 1vw;
}

.area-term__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .area-term__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-term__wrap > .area-term__item {
    width: 48%;
  }
}
.area-term__item {
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .area-term__item {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .area-term__item {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area-term__item {
    font-size: 18px;
    margin-top: 15px;
  }
}
.area-term__item-ttl {
  text-align: left;
}
.area-term__btn {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .area-term__btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 716px;
    font-size: 32px;
  }
}
.area-term__damage-txt {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .area-term__damage-txt {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .area-term__damage-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area-term__damage-txt {
    padding-top: 25px;
  }
}

.single__area-catch-txt1 {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .single__area-catch-txt1 {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-catch-txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-catch-txt1 {
    padding-top: 25px;
  }
}
.single__area-catch-txt2 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  color: #1752a2;
  border: 2px solid #1752a2;
}
@media screen and (min-width: 400px) {
  .single__area-catch-txt2 {
    font-size: 19px;
    padding: 10px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-catch-txt2 {
    font-size: 25px;
    margin-top: 25px;
  }
}
.single__area-txt {
  line-height: 1.7;
  padding-top: 15px;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .single__area-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt {
    font-size: 18px;
    padding-top: 20px;
  }
}
.single__area-txt .red_bold {
  color: #fe1016;
  font-weight: 600;
}
.single__area-txt h2 {
  margin: 20px calc(50% - 50vw);
  width: 100vw;
  max-width: 964px;
}
@media screen and (min-width: 500px) {
  .single__area-txt h2 {
    margin: 25px calc(50% - 50vw);
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -32px;
  }
}
.single__area-txt h3 {
  margin: 10px 0;
}
@media screen and (min-width: 780px) {
  .single__area-txt h3 {
    margin: 15px 0;
  }
}
.single__area-txt h4 {
  padding-bottom: 0;
  margin: 15px 0 10px;
}
.single__area-txt p {
  padding-bottom: 10px;
}
@media screen and (min-width: 780px) {
  .single__area-txt p {
    padding-bottom: 15px;
  }
}
.single__area-txt img {
  width: 80%;
  max-width: 500px;
  margin: 1rem auto;
  display: block;
}
.single__area-txt .frame {
  padding: 1rem 1rem 0.5rem;
  border-radius: 5px;
}
@media screen and (min-width: 780px) {
  .single__area-txt .frame {
    padding: 1rem 1.5rem 0.2rem;
  }
}
.single__area-txt .system {
  background-color: #fff5f5;
  border: 2px solid #fe1016;
}
.single__area-txt .system .emphasis {
  color: #fe1016;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
.single__area-txt .localname {
  background-color: #c1e4fd;
}
.single__area-txt .usefulinfo {
  margin-top: 1rem;
}
.single__area-txt .usefulinfo h5 {
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: solid 1px #d3d3d3;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 400px) {
  .single__area-txt .usefulinfo h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt .usefulinfo h5 {
    font-size: 18px;
  }
}
.single__area-txt .average {
  background-color: #F0F0F0;
  text-align: center;
  border-radius: 8px;
  padding: 25px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average {
    padding: 20px 15px 15px;
  }
}
.single__area-txt .average .heading {
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 24px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .heading {
    font-size: 18px;
  }
}
.single__area-txt .average .price {
  font-size: 18px;
  margin-top: 10px;
  padding: 0;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .price {
    font-size: 16px;
  }
}
.single__area-txt .average .price .yen {
  display: inline-block;
  padding: 0 2px 0 30px;
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .price .yen {
    padding: 0 15px;
  }
}
.single__area-txt .average .ats {
  font-size: 16px;
  margin-top: 15px;
  padding: 0;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .ats {
    font-size: 13.6px;
  }
}
.single__area-txt #area_info li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
@media screen and (min-width: 400px) {
  .single__area-txt #area_info li {
    margin: 0 24px 8px 0;
  }
}
.single__area-txt #area_info li a {
  font-size: 15px;
  margin: 7px 0 2px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .single__area-txt #area_info li a {
    font-size: 18px;
  }
}
.single__area-txt #area_info li a:hover {
  font-weight: bold;
}
.single__area-txt .area_case {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 15px 15px 30px;
  margin-top: 15px;
  background-color: #fff5f5;
  border: 2px solid #fe1016;
  border-radius: 5px;
}
@media screen and (min-width: 400px) {
  .single__area-txt .area_case {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_case {
    font-size: 18px;
    padding: 25px 25px 25px 40px;
    margin-top: 25px;
  }
}
.single__area-txt .area_case li {
  list-style: initial;
}
.single__area-txt .area_hospital dl {
  position: relative;
}
.single__area-txt .area_hospital dl:before {
  content: "";
  position: absolute;
  background: #a0d2f7;
  top: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_hospital dl:before {
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.single__area-txt .area_hospital dt {
  font-size: 14px;
  font-weight: 600;
  color: #007bd7;
  margin: 15px 0 5px;
  text-decoration: underline;
  padding-left: 25px;
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_hospital dt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt .area_hospital dt {
    font-size: 18px;
    margin: 20px 0 5px;
  }
}

.nest img {
  width: 100%;
  margin: 0;
  display: inline;
}
.nest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .nest ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nest li.nest_des {
  width: 32%;
  margin-bottom: 5px;
}
@media screen and (min-width: 780px) {
  .nest li.nest_des {
    width: 23%;
    margin-bottom: 1rem;
  }
}
.nest li.nest_des:nth-of-type(3n-1) {
  margin: 0 2%;
}
@media screen and (min-width: 780px) {
  .nest li.nest_des:nth-of-type(3n-1) {
    margin: 0%;
  }
}
.nest li.nest_des > p {
  text-align: center;
  font-weight: 600;
  margin: 5px 0 0;
  padding: 0 !important;
}

.please {
  margin: 30px 0;
  width: 100%;
  aspect-ratio: 900/360;
  position: relative;
}
.please img {
  width: calc(var(--vw) * 100);
  max-width: 964px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

@media screen and (min-width: 780px) {
  .bee ul.bee_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bee ul.bee_type h3 {
  background-color: #fadeb0;
  color: #101010;
  border: none;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type h3 {
    font-size: 28px;
    margin: 0 0 1.5rem;
    padding: 10px 10px 8px;
  }
}
.bee ul.bee_type > li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.bee ul.bee_type > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:last-child {
    margin-left: 4%;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:nth-last-child(-n+2) {
    width: 48%;
  }
}
.bee ul.bee_type ul.bee_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bee ul.bee_type ul.bee_photo li {
  width: 48%;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type ul.bee_photo li.wideimg {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type ul.bee_photo li.hideimag {
    display: none;
  }
}
.bee ul.bee_type ul.bee_photo li img {
  margin: 0;
  width: 100%;
}
.bee dl.bee_des {
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des {
    margin-top: 1rem;
  }
}
.bee dl.bee_des:before {
  content: "";
  position: absolute;
  border: solid 3px #174894;
  top: 6px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des:before {
    border-width: 4px;
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.bee dl.bee_des dt.heading {
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 15px;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des dt.heading {
    padding-left: 25px;
  }
}

.reason h2 {
  background-color: #fe7542;
}
.reason ul.reason_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason ul.reason_point li {
  width: 32%;
}
.reason ul.reason_point li:nth-last-child(-n+3) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 500px) {
  .reason ul.reason_point li:nth-last-child(-n+3) {
    margin-top: 1rem;
  }
}
.reason ul.reason_point li img {
  margin: 0;
  width: 100%;
}

ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 500px) {
  ul.flow {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
ul.flow li {
  width: 48%;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  ul.flow li {
    width: 24%;
    margin-bottom: 0;
  }
}
ul.flow li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
ul.flow li img {
  margin: 0;
  width: 100%;
}
ul.flow li dl {
  padding: 10px 10px 0;
}
@media screen and (min-width: 500px) {
  ul.flow li dl {
    padding: 15px 4px 0;
  }
}
ul.flow li dl dt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #1752a2;
  color: #fff;
  padding: 3px 0 1px;
  margin-bottom: 5px;
}
ul.flow li dl dd.flow_heading {
  color: #1752a2;
  font-weight: 600;
  text-align: center;
}

.knowledge .container,
.sort .container {
  padding: 25px 10px;
}
.knowledge-item,
.sort-item {
  font-size: 15px;
}
@media screen and (min-width: 780px) {
  .knowledge-item,
  .sort-item {
    font-size: 17px;
  }
}
.knowledge-item:not(:first-of-type),
.sort-item:not(:first-of-type) {
  margin-top: 30px;
}
.knowledge-item-ttl-link,
.sort-item-ttl-link {
  font-weight: bold;
  color: #007bd7;
  text-decoration: underline;
}
.knowledge-item-txt,
.sort-item-txt {
  margin-top: 15px;
}
.knowledge-item-txt-link,
.sort-item-txt-link {
  color: #007bd7;
  text-decoration: underline;
}
.knowledge-more-link,
.sort-more-link {
  max-width: 716px;
  font-size: 32px;
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 7px 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  background-color: #fe7542;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 400px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 30px;
  }
}

.linkarea {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 781px) {
  .linkarea {
    margin-top: 25px;
  }
}
.linkarea_txt {
  font-weight: bold;
  color: #007bd7;
  text-decoration: underline;
}

/* ===============================================
# 【ショートコード用】こんな時は焦らず、蜂駆除業者へご連絡ください！ 
=============================================== */
.call__us {
  margin: 30px 0;
  padding: clamp(15px, 3%, 30px);
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9ffaf), color-stop(85%, transparent));
  background: linear-gradient(to bottom, #f9ffaf 0 85%, transparent 85% 100%);
}
@media screen and (min-width: 780px) {
  .call__us {
    margin: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9ffaf), color-stop(88%, transparent));
    background: linear-gradient(to bottom, #f9ffaf 0 88%, transparent 88% 100%);
  }
}
.call__us__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .call__us__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 14px;
  }
}
.call__us__top .p {
  padding: min(2.7vw, 14px) 5px min(2.8vw, 16px) 5px;
  background-color: #101010;
  text-align: center;
  font-size: min(4.7vw, 34px);
  font-weight: bold;
  color: #fbd633;
  line-height: 1.3529411765;
}
@media screen and (min-width: 780px) {
  .call__us__top .p {
    padding-top: 7px;
    padding-bottom: 5px;
    width: calc(50% - 8px);
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.call__us__middle {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 780px) {
  .call__us__middle {
    margin-top: 15px;
  }
}
.call__us__middle .p {
  text-align: center;
  padding-bottom: min(3vw, 24px);
  font-size: min(5.7vw, 44px);
  font-weight: bold;
  color: #ff0000;
  line-height: 1.3636363636;
}
@media screen and (min-width: 780px) {
  .call__us__middle .p {
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.call__us__middle .imgc {
  display: none;
  position: absolute;
  top: -5px;
  right: 0;
  width: 39%;
}
@media screen and (min-width: 780px) {
  .call__us__middle .imgc {
    display: none;
  }
}
.call__us__middle .imgc img {
  width: 100%;
  aspect-ratio: 266/230;
  vertical-align: top;
  margin: 0;
}
.call__us__bottom {
  position: relative;
  max-width: 633px;
  width: 93%;
  margin: auto;
  padding: min(3vw, 24px) 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff0000;
  border-radius: 8px;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}
@media screen and (min-width: 780px) {
  .call__us__bottom {
    max-width: 667px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5px 0 0 0;
  }
}
.call__us__bottom p {
  padding: 0;
}
.call__us__bottom .p {
  font-weight: bold;
  color: #fff;
  font-size: min(3.9vw, 30px);
  line-height: 1.3333333333;
}
@media screen and (min-width: 780px) {
  .call__us__bottom .p {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.call__us__bottom .tel {
  font-size: min(9vw, 70px);
  font-weight: bold;
  color: #fbd633;
  line-height: 1.3428571429;
}
@media screen and (min-width: 780px) {
  .call__us__bottom .tel {
    font-size: 36px;
    line-height: 1.3333333333;
  }
}
.call__us .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .call__us .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】その場ですぐ蜂トラブルを解決します！
=============================================== */
.quick__solution {
  border: clamp(4px, 1.2vw, 8px) solid #ffcf62;
  margin: 30px 0;
  padding: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .quick__solution {
    margin: 40px 0;
    padding: 15px 22px 22px;
  }
}
.quick__solution .ttl {
  display: block;
  width: 100%;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  line-height: 1.325;
}
@media screen and (min-width: 780px) {
  .quick__solution .ttl {
    font-size: 26px;
    line-height: 1.3461538462;
  }
}
.quick__solution__figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: min(3.2vw, 26px);
  margin-top: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .quick__solution__figures {
    margin-top: 10px;
  }
}
.quick__solution__figures .figure {
  width: calc(50% - min(2vw, 17px));
}
@media screen and (min-width: 780px) {
  .quick__solution__figures .figure {
    width: calc((100% - 60px) / 4);
  }
}
.quick__solution__figures .figure img {
  width: 100%;
  margin: 0;
}
.quick__solution__figures .figure figcaption {
  margin-top: 15px;
  text-align: center;
  font-size: min(3.6vw, 28px);
  font-weight: bold;
  line-height: 1.3214285714;
}
@media screen and (min-width: 780px) {
  .quick__solution__figures .figure figcaption {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.quick__solution__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #ffcc57;
  margin-top: min(3.9vw, 30px);
  padding: min(2.6vw, 20px) min(5.2vw, 40px);
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    margin-top: 17px;
  }
}
.quick__solution__bottom .arrow {
  width: max(28px, 10%);
  aspect-ratio: 67/46;
  background-color: #ff0000;
  clip-path: polygon(0 25%, 60% 25%, 60% 0, 100% 50%, 60% 100%, 60% 75%, 0 75%);
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom .arrow {
    width: 67px;
  }
}
.quick__solution__bottom .text {
  font-size: clamp(16px, 6.7vw - 10px, 42px);
  font-weight: bold;
  color: #ff0000;
  line-height: 1.3333333333;
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom .text {
    font-size: min(3.5vw, 30px);
    line-height: 1.3333333333;
  }
}
.quick__solution .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .quick__solution .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】蜂の巣駆除料金の目安 
=============================================== */
.estimated__price {
  margin: 30px 0;
}
@media screen and (min-width: 780px) {
  .estimated__price {
    margin: 40px 0;
  }
}
.estimated__price .ttl {
  display: block;
  width: 100%;
  padding: 9px 0 7px;
  background-color: #4ca300;
  border-radius: 30px;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  color: #fff;
  line-height: 1.325;
}
@media screen and (min-width: 780px) {
  .estimated__price .ttl {
    font-size: 26px;
    line-height: 1.3461538462;
  }
}
.estimated__price .list {
  width: 90.5405405405%;
  margin: auto;
  margin-top: min(4.7vw, 37px);
}
@media screen and (min-width: 780px) {
  .estimated__price .list {
    width: 93.0735930736%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin-top: 20px;
  }
}
.estimated__price .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.estimated__price .list .item:not(:last-child) {
  margin-bottom: min(3.9vw, 30px);
}
@media screen and (min-width: 780px) {
  .estimated__price .list .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.estimated__price .list .imgc {
  width: 52.2388059701%;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .imgc {
    width: 100%;
  }
}
.estimated__price .list .imgc img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  margin: 0;
}
.estimated__price .list .text {
  width: 43%;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .text {
    width: 100%;
  }
}
.estimated__price .list .text * {
  text-align: center;
}
.estimated__price .list .text__top {
  padding: 0;
}
.estimated__price .list .text__01 {
  font-size: min(5.2vw, 40px);
  line-height: 1.1;
}
.estimated__price .list .text__02 {
  font-size: min(3.9vw, 30px);
  line-height: 1.4666666667;
}
.estimated__price .list .text__03 {
  margin-top: min(2.1vw, 16px);
  padding-top: 12px;
  font-size: min(5.9vw, 46px);
  line-height: 1.2;
}
.estimated__price .list .text__04 {
  padding-bottom: 10px;
  font-size: min(3.6vw, 28px);
  line-height: 1.2;
}
.estimated__price .list .text__01, .estimated__price .list .text__02, .estimated__price .list .text__03 {
  font-weight: bold;
}
.estimated__price .list .text__03, .estimated__price .list .text__04 {
  display: block;
  background-color: #ffdacc;
  color: #ff0000;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .text__top {
    margin-top: 14px;
  }
  .estimated__price .list .text__01 {
    font-size: min(3.1vw, 30px);
    line-height: 1.3333333333;
  }
  .estimated__price .list .text__02 {
    font-size: 20px;
    line-height: 2;
  }
  .estimated__price .list .text__03 {
    font-size: min(3vw, 36px);
    margin: 6px auto 0;
  }
  .estimated__price .list .text__04 {
    font-size: 18px;
    margin: auto;
  }
  .estimated__price .list .text__03, .estimated__price .list .text__04 {
    width: 88%;
  }
}
.estimated__price .note {
  display: block;
  width: 90.5405405405%;
  margin: auto;
  margin-top: min(3.9vw, 30px);
  font-size: min(3.6vw, 28px);
}
@media screen and (min-width: 780px) {
  .estimated__price .note {
    width: 93.0735930736%;
    margin-top: 20px;
    font-size: 18px;
  }
}
.estimated__price .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .estimated__price .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】急な蜂トラブルでの出費も安心
=============================================== */
.cashless__payment {
  border: 2px solid #1752a2;
  background-color: #d8f1ff;
  margin: 30px 0;
  padding: min(4.5vw, 35px) min(4.5vw, 35px) min(3.3vw, 25px);
}
@media screen and (min-width: 780px) {
  .cashless__payment {
    margin: 40px 0;
    position: relative;
    padding: 20px 20px 14px;
  }
}
.cashless__payment .imgc {
  width: 90%;
  margin: min(4.5vw, 35px) auto 0;
}
@media screen and (min-width: 780px) {
  .cashless__payment .imgc {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 43%;
    margin-top: 0;
  }
}
.cashless__payment .imgc img {
  max-width: unset;
  width: 100%;
  height: 100%;
  vertical-align: top;
  margin: 0;
}
.cashless__payment .text__01 {
  padding: 12px 0 8px;
  border-radius: 8px;
  background-color: #1752a2;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  color: #ffff00;
  line-height: 1.325;
}
.cashless__payment .text__02 {
  margin-top: 17px;
  text-align: center;
  font-size: clamp(16px, 6.5vw - 10px, 40px);
  font-weight: bold;
  color: #1752a2;
  line-height: 1.325;
}
.cashless__payment .text__03 {
  margin-top: min(5.2vw, 40px);
  font-size: min(3.6vw, 28px);
  line-height: 1.4285714286;
}
.cashless__payment .text__01, .cashless__payment .text__02, .cashless__payment .text__03 {
  display: block;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .cashless__payment .text__01 {
    font-size: clamp(23px, 1.5vw, 26px);
  }
  .cashless__payment .text__02 {
    font-size: clamp(22px, 1.5vw, 26px);
  }
  .cashless__payment .text__03 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .cashless__payment .text__01, .cashless__payment .text__02 {
    width: 51%;
    line-height: 1.2307692308;
  }
}

/* ===============================================
# 【ショートコード用】3つの約束
=============================================== */
.arrangement {
  border: solid 2px #FE1016;
  border-radius: 10px;
  padding: 15px 15px 20px;
  margin: 10px 0 15px;
}
@media screen and (min-width: 780px) {
  .arrangement {
    border: solid 4px #FE1016;
    padding: 20px 30px;
    margin: 10px 0 20px;
  }
}
.arrangement .ttl {
  font-size: clamp(23px, 1.5vw, 26px);
  font-weight: bold;
  text-align: center;
}
.arrangement_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.arrangement_point {
  width: 32%;
  text-align: center;
  font-weight: 600;
}
.arrangement_point_heading {
  font-size: min(5.2vw, 40px);
  color: #fff;
  padding: 10px 20px 7px !important;
  background-color: #EA1616;
  border-radius: 10px;
  margin-bottom: 10px;
}
.arrangement_point_dir {
  padding: 0 !important;
  line-height: 1.4;
  color: #1752a2;
}

.promise {
  border: solid 2px #008137;
  border-radius: 2px;
  margin: 10px 0 15px;
}
@media screen and (min-width: 780px) {
  .promise {
    border: solid 3px #008137;
    margin: 10px 0 20px;
  }
}
.promise > p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.promise_ttl {
  color: #fff;
  font-weight: bold;
  background-color: #008137;
  padding: 2px 10px !important;
}
.promise_comments {
  font-size: 14px;
  margin-bottom: 12px !important;
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .promise_comments {
    font-size: 18px;
    margin-bottom: 20px !important;
  }
}
.promise_img {
  width: 100% !important;
  margin: 0 !important;
}
@media screen and (min-width: 780px) {
  .promise_img {
    max-width: 900px !important;
  }
}
.promise .appeal {
  background-color: #fbde3b;
  padding: 15px 10px 10px;
  line-height: 1.1;
}
@media screen and (min-width: 780px) {
  .promise .appeal {
    padding: 22px 30px 25px;
  }
}
.promise .appeal_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 0;
}
@media screen and (min-width: 780px) {
  .promise .appeal_ttl {
    font-size: 36px;
  }
}
.promise .appeal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list {
    margin-top: 15px;
  }
}
.promise .appeal_list_point {
  text-align: center;
  font-weight: bold;
  width: 31.5%;
  border: solid 3px #f75e1e;
  background-color: #fff;
}
.promise .appeal_list_point_1 {
  padding: 0 5px 5px;
  background-color: #f75e1e;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list_point_1 {
    padding: 5px;
    font-size: 34px;
  }
}
.promise .appeal_list_point_2 {
  padding: 8px 6px 2px;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list_point_2 {
    padding: 12px 15px;
  }
}
.promise .appeal_list_point_2_head {
  background-color: #008137;
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px 1px;
  font-size: 13px;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list_point_2_head {
    padding: 7px 5px 6px;
    font-size: 24px;
  }
}
.promise .appeal_list_point_2_des {
  color: #f75e1e;
  font-weight: bold;
  padding: 0;
  margin-top: 6px;
  font-size: 16px;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list_point_2_des {
    font-size: 38px;
    margin-top: 10px;
  }
}
.promise .appeal_list_point_2_des span {
  font-size: 30px;
}
@media screen and (min-width: 780px) {
  .promise .appeal_list_point_2_des span {
    font-size: 52px;
  }
}

/* ===============================================
# 蜂の巣駆除を行った方の口コミ・評判
=============================================== */
.area-list-rating-item {
  margin-top: 25px;
}
.area-list-rating-item .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px 30px;
  background-color: #D5EDFF;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile {
    padding: 10px 20px;
  }
}
.area-list-rating-item .profile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-list-rating-item .profile-icon {
  width: 80px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-icon {
    width: 60px;
  }
}
.area-list-rating-item .profile-icon img {
  width: 100%;
  height: auto;
  margin: 0;
}
.area-list-rating-item .profile-info {
  margin-left: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info {
    margin-left: 20px;
  }
}
.area-list-rating-item .profile-info * {
  display: inline-block;
}
.area-list-rating-item .profile-info-age {
  margin-left: 20px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info-age {
    margin-left: 0;
  }
}
.area-list-rating-item .profile-info-gender {
  margin-left: 20px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info-gender {
    margin-left: 10px;
  }
}
.area-list-rating-item .profile-rating {
  padding-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-rating {
    text-align: right;
  }
}
.area-list-rating-item .profile-rating-score {
  display: inline-block;
  margin-left: 20px;
  color: #FE7542;
}
.area-list-rating-item .content-ttl {
  border: 0;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: inherit;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .content-ttl {
    font-size: 16px;
  }
}
.area-list-rating-item .content-body {
  margin-top: 15px;
  padding-bottom: 0;
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .content-body {
    font-size: 15px;
  }
}

/* ===============================================
# 駆除事例
=============================================== */
.case-item {
  margin: 0 auto;
  width: 100%;
}
.case-item:not(:first-of-type) {
  margin-top: 30px;
}
.case-item-fxb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media only screen and (max-width: 781px) {
  .case-item-fxb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-item-fxb-left {
  width: 40%;
}
@media only screen and (max-width: 781px) {
  .case-item-fxb-left {
    width: 100%;
  }
}
.case-item-fxb-right {
  width: 57%;
}
@media only screen and (max-width: 781px) {
  .case-item-fxb-right {
    margin-top: 20px;
    width: 100%;
  }
}
.case-item-thumb img {
  width: 100%;
  height: auto;
}
.case-item-thumb img {
  margin: 0;
}
.case-item-ttl {
  padding: 10px;
}
.case-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 781px) {
  .case-item-info {
    margin-top: 15px;
  }
}
.case-item-info.p {
  padding-bottom: 0;
}
.case-item-info-heading {
  padding: 7px 5px 5px;
  width: 35%;
  background-color: #1752a2;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 781px) {
  .case-item-info-heading {
    font-size: 15px;
  }
}
.case-item-info-txt {
  margin-left: 15px;
  padding-top: 7px;
  width: calc(65% - 10px);
}
@media only screen and (max-width: 781px) {
  .case-item-info-txt {
    font-size: 15px;
  }
}
.case-item-content {
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  .case-item-content {
    font-size: 15px;
  }
}

/* ===============================================
# エリア投稿内関連記事（豆知識記事）
=============================================== */
.rel-knowledge-post,
.rel-example-post {
  margin-top: 20px;
  border: 2px solid #FEB134;
  border-radius: 8px;
  padding-top: 30px;
  padding: 30px 20px;
  background-color: #FFFFF7;
}
@media only screen and (max-width: 781px) {
  .rel-knowledge-post,
  .rel-example-post {
    margin-top: 10px;
    max-width: calc(100% - 7vw);
  }
}
.rel-knowledge-post-lead,
.rel-example-post-lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.rel-knowledge-post-list,
.rel-example-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 781px) {
  .rel-knowledge-post-list,
  .rel-example-post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rel-knowledge-post-item,
.rel-example-post-item {
  margin-top: 20px;
  width: 48.5%;
}
@media only screen and (max-width: 781px) {
  .rel-knowledge-post-item,
  .rel-example-post-item {
    width: 100%;
  }
}
.rel-knowledge-post-item-permalink:hover,
.rel-example-post-item-permalink:hover {
  opacity: 0.68;
}
.rel-knowledge-post-item-permalink,
.rel-example-post-item-permalink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 781px) {
  .rel-knowledge-post-item-permalink,
  .rel-example-post-item-permalink {
    width: 100%;
  }
}
.rel-knowledge-post-item-imgc img,
.rel-example-post-item-imgc img {
  width: 100%;
  height: auto;
}
.rel-knowledge-post-item-imgc,
.rel-example-post-item-imgc {
  width: 120px;
  height: 100px;
}
.rel-knowledge-post-item-imgc img,
.rel-example-post-item-imgc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rel-knowledge-post-item-ttl,
.rel-example-post-item-ttl {
  padding-bottom: 0;
  margin-top: 0;
  margin-left: 20px;
  width: calc(100% - 120px);
  font-size: 16px;
  border-bottom: none;
  text-decoration: underline;
  color: #007bd7;
  word-break: break-all;
}
@media only screen and (max-width: 781px) {
  .rel-knowledge-post-item-ttl,
  .rel-example-post-item-ttl {
    width: 65%;
  }
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #101010;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 90px;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-bottom: 86px;
  }
}

.area-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .area-container {
    gap: 40px;
  }
}

.area-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-section__ttl {
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 700;
  line-height: 1.8;
  color: #FE7542;
  border-bottom: 2px solid #FE7542;
  padding: 0 0 15px 0;
  text-align: left;
  margin: 0;
  font-style: normal;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .area-section__ttl {
    padding: 0 0 7px 0;
  }
}
.area-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .area-section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
    margin-top: 25px;
  }
}
.area-section__list.is-pref {
  margin-top: 0;
}
.area-section__item {
  list-style: none;
}
.area-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #FE7542;
  border-radius: 50px;
  padding: 15px 10px;
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.area-section__btn:hover {
  opacity: 0.68;
  background: #FE7542;
  color: #fff;
  -webkit-transform: translateY(-2px) scale(1);
          transform: translateY(-2px) scale(1);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 599px) {
  .area-section__btn {
    font-size: 15px;
    padding: 12px 5px;
  }
}

.main-container.is-area-single {
  padding-top: 0 !important;
}

.c-area-mv {
  position: relative;
  width: 100%;
  background-color: #F8F5E4;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-area-mv {
    background-color: transparent;
  }
}
.c-area-mv__inner {
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .c-area-mv__inner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.c-area-mv__img-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.c-area-mv__img {
  width: 100%;
  max-width: 1200px;
}
.c-area-mv__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.c-area-mv__content {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-area-mv__content {
    top: 5.2%;
  }
}
@media screen and (max-width: 599px) {
  .c-area-mv__content {
    top: 4.5%;
  }
}
.c-area-mv__ttl {
  display: inline-block;
  background: #fbd633;
  color: #101010;
  font-weight: 700;
  font-size: clamp(1.188rem, 1.375vw + 0.844rem, 1.875rem);
  padding: 15px 50px 12px 20px;
  border-radius: 0 50px 50px 0;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-area-mv__ttl {
    padding: 12px 25px 9px 25px;
  }
}
@media screen and (max-width: 599px) {
  .c-area-mv__ttl {
    padding: 13px 20px 10px 20px;
  }
}
.c-area-mv__ttl span {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: baseline;
}

.is-area-single .c-area-block {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .is-area-single .c-area-block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .is-area-single .c-area-block {
    margin-top: 50px;
  }
}
.is-area-single p:not([class]) {
  font-size: 18px;
  line-height: 2.2;
  color: #101010;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .is-area-single p:not([class]) {
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
  }
}
.is-area-single p:not([class]):first-child {
  margin-top: 0 !important;
}
.is-area-single h2.c-area-title-orange {
  display: block;
  background: #FE7542;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  padding: 20px 30px 17px;
  margin: 0;
  font-size: clamp(1.062rem, 1.625vw + 0.656rem, 1.875rem);
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .is-area-single h2.c-area-title-orange {
    text-align: left;
    line-height: 1.7;
    padding: 18px 20px 15px;
  }
}
.is-area-single h2.c-area-title-orange:first-child {
  margin-top: 0 !important;
}/*# sourceMappingURL=area.css.map */