/* ----------------------
banner_area_cover
---------------------- */
.banner_area_cover {
  width: 100%;
  margin: 50px 0 0 0;
}
.banner_area_cover.first_banner {
  margin-top: 0;
}
.banner_area_cover a {
  text-decoration: none !important;
}
.banner_area_cover .banner_area {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 0 15px 0;
  box-sizing: border-box;
}
.banner_area_cover .banner_area p.top_text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}
.banner_area_cover .banner_area p.top_text .underline {
  background: linear-gradient(transparent 70%, #e78f00 70%);
}
.banner_area_cover .banner_area p.caution_text {
  font-size: 1.4rem;
  line-height: 1.2 !important;
  color: #0e0e0e;
  text-align: center;
  padding: 10px 0;
}
.banner_area_cover .banner_area .sindan_box {
  text-decoration: none;
  display: block;
  width: 100%;
  background: url(../img/img_quo_01.png) no-repeat top 2px left 20px #e78f00;
  border-radius: 10px;
  box-shadow: 0 4px 0 #592600;
  text-align: center;
  line-height: 1.1 !important;
  transition: ease-in-out 0.3s;
  margin-bottom: 4px;
}
.banner_area_cover .banner_area .sindan_box:hover {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 4px;
  background: url(../img/img_quo_01.png) no-repeat top 2px left 20px #39a300;
}
.banner_area_cover .banner_area .sindan_box p {
  line-height: 1.1 !important;
}
.banner_area_cover .banner_area .sindan_box p.first {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff2f43;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
  padding: 12px 0 0 40px;
  box-sizing: border-box;
}
.banner_area_cover .banner_area .sindan_box p.second {
  font-size: 3.6rem;
  line-height: 1.1 !important;
  color: #f6ff00;
  font-weight: bold;
  text-shadow: 1px 3px 0 #592600;
  padding: 6px 0 0 0;
}
.banner_area_cover .banner_area .sindan_box p.third {
  font-size: 2.1rem;
  line-height: 1.1 !important;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 3px 0 #592600;
  padding: 5px 0 0 0;
}
.banner_area_cover .banner_area .sindan_box p.fourth {
  font-size: 1.4rem;
  line-height: 1.1 !important;
  padding: 5px 0 12px 0;
  color: #1d1d1d;
}
@media screen and (max-width: 640px) {
  .banner_area_cover {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }
  .banner_area_cover .banner_area p.top_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 0;
  }
  .banner_area_cover .banner_area p.caution_text {
    font-size: 1.2rem;
    line-height: 1.2 !important;
    color: #0e0e0e;
    text-align: center;
    padding: 10px 0;
  }
  .banner_area_cover .banner_area .button_cel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .banner_area_cover .banner_area .sindan_box {
    text-decoration: none;
    display: block;
    width: 92%;
    background: url(../img/img_quo_01.png) no-repeat top 5px left 5px #e78f00;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 0 #592600;
    text-align: center;
    line-height: 1.1 !important;
    transition: ease-in-out 0.3s;
    padding: 10px;
    margin: 0 auto 4px;
    background-size: 40px auto;
  }
  .banner_area_cover .banner_area .sindan_box:hover {
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 4px;
    background: url(../img/img_quo_01.png) no-repeat top 2px left #39a300;
    background-size: 40px auto;
    border: none;
  }
  .banner_area_cover .banner_area .sindan_box p {
    line-height: 1.2 !important;
  }
  .banner_area_cover .banner_area .sindan_box p.first {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff2f43;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    padding: 12px 0 0 20px;
    box-sizing: border-box;
  }
  .banner_area_cover .banner_area .sindan_box p.second {
    font-size: 1.8rem;
    line-height: 1.1 !important;
    color: #f6ff00;
    font-weight: bold;
    text-shadow: 1px 3px 0 #592600;
    padding: 6px 0 0 0;
  }
  .banner_area_cover .banner_area .sindan_box p.third {
    font-size: 1.4rem;
    line-height: 1.1 !important;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 3px 0 #592600;
    padding: 5px 0 0 0;
  }
  .banner_area_cover .banner_area .sindan_box p.fourth {
    font-size: 1.2rem;
    line-height: 1.1 !important;
    padding: 5px 0 12px 0;
    color: #1d1d1d;
  }
}

.banner_line {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner_line {
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}
.banner_line a {
  display: block;
}
.banner_line a .fukidasi {
  background-image: url(/termite/ssi/img/fukidashi.png);
  background-size: 100%;
  box-sizing: border-box;
  color: #06c755;
  font-size: 4vw;
  font-weight: bold;
  height: 10.1333333333vw;
  line-height: 1;
  margin: 0 auto;
  padding-top: 2.6666666667vw;
  position: relative;
  width: 59.2vw;
  z-index: 2;
}
.banner_line a .line {
  align-items: center;
  background-color: #06c755;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  height: 21.8666666667vw;
  margin-top: -4.8vw;
  width: 100%;
}
.banner_line a .line img {
  height: 17.0666666667vw !important;
  width: 17.0666666667vw !important;
}
.banner_line a .line p {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-left: 1.6vw;
}