img {
  height: auto;
  max-width: 100%;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

.termite-article #wrapper #contents #contents_body .termite-article-container {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container {
    font-size: 4.1025641026vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .title_block {
  margin-bottom: 27px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .title_block {
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .title_block h1 {
  font-family: inherit;
  text-align: center;
  margin-left: 0;
  padding: 4px 0;
  display: block;
  border-top: 1px solid #359c00;
  border-bottom: 1px solid #359c00;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .title_block h1 span {
  font-family: inherit;
  font-size: 4rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border-top: 1px solid #359c00;
  border-bottom: 1px solid #359c00;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .title_block h1 span {
    font-size: 7.1794871795vw;
    padding-top: 4.1025641026vw;
    padding-bottom: 4.1025641026vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .title_block h1 {
    padding-top: 0.7692307692vw;
    padding-bottom: 0.7692307692vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #359c00;
  border-radius: 8px 8px 0 0;
  border-bottom: 6px solid #ffee00;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-title {
    font-size: 6.1538461538vw;
    line-height: 1.333;
    padding-top: 4.1025641026vw;
    padding-bottom: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .callout-box {
  text-align: center;
  line-height: 1.167;
  margin-inline: auto;
  margin-bottom: 26px;
  min-width: 480px;
  width: fit-content;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #359c00;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .callout-box {
    flex-direction: column;
    gap: initial;
    min-width: auto;
    height: 23.0769230769vw;
    width: 100%;
    margin-bottom: 4.6153846154vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .callout-box.callout-box01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .callout-box.callout-box01 {
    height: 15.3846153846vw;
    margin-bottom: 2.5641025641vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .callout-box .callout-main {
  color: #359c00;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .callout-box .callout-main {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .callout-box.callout-box01 .callout-main {
    font-size: 4.8717948718vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .callout-box .callout-sub {
    margin-top: 2.0512820513vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-lead {
  padding-bottom: 0;
  margin-bottom: 24px;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-lead + .termite-article-title {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-lead + .termite-article-title {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-lead {
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-link {
  color: #0562ea;
  text-decoration: underline;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-text01 {
  color: #e76400;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-text02 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-text02 {
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 {
  background-color: #dbeed7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 24px;
  width: 100%;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 + .termite-article-title {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 + .termite-article-title {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 {
    padding: 2.0512820513vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 + .callout-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 + .callout-box {
    margin-top: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 24px;
  width: 100%;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box {
    margin-bottom: 4.1025641026vw;
    padding: 4.1025641026vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h3 {
  color: #359c00;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
  padding: 8px 0 8px 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h3 {
    font-size: 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
    padding: 1.0256410256vw 0 1.0256410256vw 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h3::before {
  background-color: #359c00;
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h3::before {
    width: 2.0512820513vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4 {
  color: #359c00;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 0 22px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4 {
    font-size: 4.1025641026vw;
    margin: 0 0 4.1025641026vw;
    padding: 0 0 0 4.6153846154vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4::before {
  background-color: #359c00;
  border-radius: 2px;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4::before {
    height: 2.5641025641vw;
    width: 2.5641025641vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4.line {
  border-top: 1px solid #dbeed7;
  padding-top: 24px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4.line {
    padding-top: 6.1538461538vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4.line:before {
  top: 27px;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h4.line:before {
    top: 6.9230769231vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h5 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box h5 {
    font-size: 4.1025641026vw;
    margin: 0 0 2.0512820513vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box p {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box p {
    margin-bottom: 4.1025641026vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 {
    display: block;
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02:last-child {
  margin-bottom: 0;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 figure {
  margin-bottom: 0;
  width: 309px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 figure {
    margin-bottom: 4.1025641026vw;
    width: 100%;
  }
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 figure img {
    width: 100%;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 .textBox {
  width: calc(100% - 309px - 24px);
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 .textBox {
    width: 100%;
  }
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02 .textBox p {
    margin-bottom: 0;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02-1 {
    display: block;
  }
  .termite-article #wrapper #contents #contents_body .termite-article-container .block01 .box .col02-1 div + div {
    margin-top: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .link {
  background: transparent;
  display: block;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0 0 34px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .link {
    margin: 0 0 8.2051282051vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .link a {
  align-items: center;
  border: 2px solid #359c00;
  border-radius: 8px;
  box-sizing: border-box;
  color: #359c00 !important;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  height: auto;
  line-height: 1.4;
  padding: 30px 52px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .link a {
    font-size: 4.1025641026vw;
    height: auto;
    min-height: 18.4615384615vw;
    padding: 5.641025641vw 5.641025641vw;
    text-align: left;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .link a::after {
  background-image: url("/vermin/img/top/icon_arrow_right_g.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  position: absolute;
  top: calc(50% - 6px);
  right: 28px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .link a::after {
    height: 2.0512820513vw;
    width: 1.0256410256vw;
    top: calc(50% - 4px);
    right: 6.1538461538vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .link a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .note {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .note {
    font-size: 3.0769230769vw !important;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .bold {
  font-weight: bolder;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .attention-info {
    margin-bottom: 6.1538461538vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-inner {
  gap: 22px;
  align-items: flex-start;
  display: flex;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-inner + .attention-info-inner {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-inner {
    display: block;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-image {
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-image {
    width: 100%;
    margin-bottom: 3.5897435897vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-image img {
  width: 100%;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-text {
  flex: 1;
}
.termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-text p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .attention-info .attention-info-text p {
    font-size: 3.8461538462vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-image01 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-article-container .termite-article-image01 {
    margin-bottom: 5.1282051282vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom {
  background-color: #fff5ed;
  border: 2px solid #ffecde;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 0 48px;
  padding: 48px 24px 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom::before {
  background-image: url(/termite/img/top/img_cta_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  height: 279px;
  width: 290px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom::before {
    height: 39.2307692308vw;
    width: 41.0256410256vw;
  }
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom {
    margin-bottom: 10.2564102564vw;
    padding: 7.1794871795vw 4.6153846154vw 6.1538461538vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom h2 {
  padding: 0;
  margin: 0 auto 24px;
  width: 643px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom h2 {
    margin: 0 auto 4.1025641026vw;
    width: 82.5641025641vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .lead {
    font-size: 4.1025641026vw;
    margin: 0 0 3.5897435897vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .note {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .note {
    font-size: 3.0769230769vw;
    margin: 0 0 4.1025641026vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt {
  border-top: 2px solid #ffd7b9;
  padding-top: 24px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt {
    padding-top: 4.1025641026vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt .termite_cta {
  border: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt .termite_cta {
    margin-bottom: 3.5897435897vw;
  }
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt .termite_cta .termite_cta_inner {
  padding: 0;
}
.termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt .text {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .termite-article #wrapper #contents #contents_body .termite-top-cta-bottom .termite-top-cta-bottom-cnt .text {
    font-size: 3.8461538462vw;
  }
}