@charset "UTF-8";
/*
害虫ブロック用CSS
recommend_block.php
*/

/*
recommend_title
*/
.recommend_title {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
.recommend_title img {
  width:94%;
  max-width: 600px;
}


/*共通*/
.recommend_block_main .content_box {
  max-width: 100%;
}
.recommend_block_main section {
  margin: 20px auto;
}
@media(max-width:599px) {
  .recommend_block_main section {
    margin: 0px auto;
  }
}
.block_h1 {
  text-align: center;
  font-family: serif;
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.block_h1::before,
.block_h1::after {
  content: '';
  position: relative;
  top: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.block_h1::before {
  background: url(../img/block_h1_before.png) no-repeat scroll center center;
  background-size: contain;
  margin-right: 20px;
}
.block_h1::after {
  background: url(../img/block_h1_after.png) no-repeat scroll center center;
  background-size: contain;
  margin-left: 20px;
}
@media(max-width:896px) {
  .block_h1 {
    font-size: 3rem;
  }
}
@media(max-width:599px) {
  .block_h1 {
    font-size: 2.6rem;
  }
  .block_h1::before,
  .block_h1::after {
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .block_h1::before {
    margin-right: 0px;
  }
  .block_h1::after {
    margin-left: 0px;
  }
}

.br_under599 {display: none;}
@media(max-width:599px){.br_under599{display: block;}}
.br_under896 {display: none;}
@media(max-width:896px){.br_under896{display: block;}}
.br_over897 {display: none;}
@media(min-width:897px){.br_over897{display: block;}}


/*
block_intro
*/
.block_intro h1 {
  text-align: center;
  font-size: 4.2rem;
  color: #449042;
  margin-bottom: 20px;
}
.block_intro ul {
  background: url(../img/block_intro_back.png) no-repeat scroll center center;
  background-size: cover;
  padding: 20px 20px 20px 40px;
  position: relative;
}
.block_intro ul::after {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 5%;
  background: url(../img/block_intro_back_02.png) no-repeat scroll right bottom;
  background-size: contain;
}
.block_intro ul li {
  background: url(../img/block_intro_list.png) no-repeat scroll 0 4px;
  background-size: 26px;
  padding-left: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.block_intro ul li:last-child {
  margin-bottom: 0;
}
@media(max-width:896px) {
  .block_intro h1 {
    font-size: 3rem;
  }
  .block_intro ul {
    padding-left: 20px;
  }
  .block_intro ul::after {
    width: 30%;
    right: 0;
    background-position-x: center;
  }
  .block_intro ul li {
    margin-right: 30%;
  }
}
@media(min-width:1000px) {
  .block_intro ul {
    padding: 30px 10%;
  }
  .block_intro ul::after {
    width: 20%;
    height: 94%;
    right: 5%;
  }
}
@media(min-width:1150px) {
  .block_intro ul::after {
    right:10%;
  }
}
@media(max-width:599px) {
  .block_intro h1 {
    font-size: 2.6rem;
  }
  .block_intro ul {
    padding-bottom: 220px;
  }
  .block_intro ul::after {
    width: 100%;
  }
  .block_intro ul li {
    margin-right: 0;
    font-size: 2rem;
    background-position: 0px 1px;
  }
}

/*
block_title
*/
.block_title {
  text-align: center;
}
.block_title * {
  position: relative;
}
.block_title_intro {
  text-align: center;
}
.block_title_intro img {
  width: 100%;
  max-width: 480px;
}
.block_title h1 img {
  width: 100%;
  max-width: 800px;
  z-index: 1;
}
.block_title_box {
  background: url(../img/block_title_back.png) no-repeat scroll center;
  background-size: 100% 100%;
  text-align: center;
  padding: 70px 0 10px;
  margin-top: -107px;
  position: relative;
}
.block_title_box::before {
  content: '';
  width: 96%;
  height: 100%;
  background: url(../img/block_title_back_02.png) no-repeat scroll center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 2%;
}
.block_title_box>img {
  margin: 0;
  width: 70%;
  max-width: 400px;
}
.block_title_box span {
  display: block;
  position: absolute;
  top: 125px;
  left: 50%;
  width: 200px;
  margin-left: -109px;
}
.block_title_box span img {
  width: 100%;
  height: auto;
}
.block_title_text {
  margin-top: -20px;
}
.block_title_text img {
  width: 100%;
  max-width: 600px;
}
@media(max-width:896px) {
  .block_title_intro img {
    max-width: 360px;
    z-index: 1;
  }
  .block_title_text {
    margin-bottom: 0px !important;
  }
}
@media(max-width:599px) {
  .block_title_box {
    padding-top: 8%;
    margin-top: -12%;
  }
  .block_title_box span {
    top: 21%;
    width: 36%;
    margin-left: -20%;
  }
}
@media(max-width:459px) {
  .block_title_box span {
  }
}
@media(max-width:399px) {
  .block_title_box span {
  }
}


/*
block_buildign
*/
.block_building img {
  max-width: 100%;
}
.block_building_box {
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  color: #232584;
  font-size: 3.2rem;
  font-weight: bold;
}
.block_building_box img {
  width: 220px;
  margin-right: 30px;
}
@media(max-width:896px) {
  .block_building_box {
    display: block;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .block_building_box span {
    display: block;
    margin-bottom: 20px;
  }
  .block_building_box img {
    margin-right: 0;
  }
}


/*
block_reason
*/
.block_reason ul {
  display: flex;
  justify-content: space-between;
}
.block_reason ul li {
  width:33%;
}
.block_reason ul li img {
  max-width: 100%;
}
@media(max-width:896px) {
  .block_reason ul {
    display: block;
  }
  .block_reason ul li {
    width:100%;
    max-width: 400px;
    margin: 0 auto;
  }
}


/*
block_voice
*/
.block_voice_box {
  background:url(../img/block_voice_back.png) no-repeat scroll center center;
  background-size: 100% 100%;
  padding: 60px 40px 40px;
  display: flex;
  justify-content: space-between;
  margin-top: -40px;
}
.block_voice_box ul {
  width: 47%;
}
.block_voice_box ul li {
  padding-left: 100px;
  margin-bottom: 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.block_voice_box ul li:last-child {
  margin-bottom: 0;
}
.block_voice_box ul:first-child li:nth-child(1) {
  background: url(../img/block_voice_01.png) no-repeat scroll top left;
  background-size: 70px;
}
.block_voice_box ul:first-child li:nth-child(2) {
  background: url(../img/block_voice_02.png) no-repeat scroll top left;
  background-size: 80px;
}
.block_voice_box ul:first-child li:nth-child(3) {
  background: url(../img/block_voice_03.png) no-repeat scroll top left;
  background-size: 80px;
}
.block_voice_box ul:last-child li:nth-child(1) {
  background: url(../img/block_voice_04.png) no-repeat scroll top left;
  background-size: 80px;
}
.block_voice_box ul:last-child li:nth-child(2) {
  background: url(../img/block_voice_05.png) no-repeat scroll top left;
  background-size: 80px;
}
.block_voice_box ul:last-child li:nth-child(3) {
  background: url(../img/block_voice_06.png) no-repeat scroll top left;
  background-size: 80px;
}
.block_voice_box ul:last-child li:nth-child(4) {
  background: url(../img/block_voice_07.png) no-repeat scroll top left;
  background-size: 80px;
}
@media(max-width:896px) {
  .block_voice_box {
    display: block;
    padding: 40px 20px;
  }
  .block_voice_box ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .block_voice_box ul li:last-child {
    margin-bottom: 20px;
  }
  .block_voice_box ul li {
    display: block;
    padding: 90px 0 0 0;
    background-position: center top !important;
  }
}

/*
block_campaign
*/
.block_campaign {
  text-align: center;
}
.block_campaign h1 img {
  width: 100%;
  max-width: 500px;
}
.block_campaign_box {
  background: url(../img/block_campaign_back.png) no-repeat scroll center center;
  background-size:100% 100%;
  padding: 30px;
  margin-top: -10px;
}
.block_campaign_box_intro {
  font-size: 4rem;
  font-weight: bold;
  text-shadow:
  4px  4px 1px #ffffff,
  -4px  4px 1px #ffffff,
  4px -4px 1px #ffffff,
  -4px -4px 1px #ffffff,
  4px  0px 1px #ffffff,
  0px  4px 1px #ffffff,
  -4px  0px 1px #ffffff,
  0px -4px 1px #ffffff;
}
.block_campaign_box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.block_campaign_box_text strong {
  display: block;
  color: #fff;
  background-color:#232E84;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 2.2rem;
}
.block_campaign_box_text i {
  display: block;
  color: #232E84;
  font-style: normal;
  font-size: 3.4rem;
  margin: 0 20px;
}
.block_campaign_box_text span {
  display: block;
  color: #C50018;
  font-size: 5rem;
  text-shadow:
  4px  4px 1px #ffffff,
  -4px  4px 1px #ffffff,
  4px -4px 1px #ffffff,
  -4px -4px 1px #ffffff,
  4px  0px 1px #ffffff,
  0px  4px 1px #ffffff,
  -4px  0px 1px #ffffff,
  0px -4px 1px #ffffff;
}
.block_campaign_box_text span {
}
.block_campaign_box_text span img {
  width: 354px;
}
.block_campaign_box figure {
  width: 98%;
  text-align: right;
}
.block_campaign_box_img {
  width: 28%;
  border: 2px solid #fff;
  margin: 0 5px;
}

.block_campaign_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.block_campaign_contact img:first-child {
  position: absolute;
  top: -116%;
  left: 3%;
  width:35%;
}
.block_campaign_contact img:nth-child(2) {
  width: 19%;
  margin-right: 3%;
}
.block_campaign_contact img:nth-child(3) {
  width: 60%;
}
@media(max-width:991px) {
  .block_campaign_box_intro {
    font-size: 3.6rem;
  }
  .block_campaign_box_text i {
    font-size: 3rem;
  }
  .block_campaign_box_text span img {
    width: 100%;
    max-width: 300px;
  }
}
@media(max-width:896px) {
  .block_campaign_box_intro {
    font-size: 3.2rem;
  }
  .block_campaign_box_text {
    display: block;
  }
  .block_campaign_box_text strong {
    max-width:300px;
    margin: 0 auto 10px;
  }
  .block_campaign_box {
    padding: 20px;
  }
  .block_campaign_box figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .block_campaign_box_img {
    width: calc(50% - 10px);
    margin: 0;
  }
  .block_campaign_contact {
    display: block;
    margin-bottom: 0 !important;
  }
  .block_campaign_contact img {
    display: block;
    margin: 0 auto 20px !important;
    max-width: 300px;
    width: 100% !important;
  }
  .block_campaign_contact img:first-child {
    position: relative;
    left: 0;
  }
  .block_campaign_contact img:nth-child(2) {
    max-width: 240px;
  }
  .block_campaign_contact img:nth-child(3) {
    max-width: 400px;
    margin-bottom: 0 !important;
  }
}
@media(max-width:599px) {
  .block_campaign_box {
  }
  .block_campaign_box_text i {
    font-size: 2.6rem;
    margin: 0;
  }
  .block_campaign_box_intro {
    font-size: 2.6rem;
  }
  .block_campaign_box figure {
    display: block;
    text-align: center;
  }
  .block_campaign_box figure img:first-child {
    margin-bottom: 10px;
  }
  .block_campaign_box_img {
    width: 100%;
    max-width: 400px;
  }
}
@media(max-width:459px) {
  .block_campaign_box {
    padding: 10px;
  }
}

/*
block_season
*/
.block_season {
}
.block_season_box {
  background: url(../img/block_campaign_back.png) no-repeat scroll center center;
  background-size:100% 100%;
  padding: 20px;
  text-align: center;
}
.block_season img {
}
.block_season h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
.block_season h1 img {
  height: 43px;
  vertical-align: -5px;
  margin: 0 7px;
}
.block_season h1 strong {
  font-size: 4.6rem;
  color: #ff5722;
}
.block_season_figure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.block_season_figure img:first-child {
  width: 51%;
}
.block_season_figure img:last-child {
  width: 47%;
}
.block_season_fee {
  display: flex;
  justify-content: space-between;
}
.block_season_fee dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #C50018;
  border-radius: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  width: 13%;
  margin-right: 10px;
}
.block_season_fee dd {
  margin: 0;
  display: flex;
  justify-content: space-between;

  align-items: flex-start;
}
.block_season_fee dd picture {
  height: auto;
  width: 62.7%;
}
.block_season_fee dd picture img {
  width: 100%;
}
.block_season_fee dd img:nth-child(2) {
  height: auto;
  width: 36.5%;
}
@media(max-width:999px) {
  .block_season_fee dt {
    font-size: 2rem;
  }
}
@media(max-width:896px) {
  .block_season h1 {
    font-size: 3rem;
  }
  .block_season_figure {
    display: block;
  }
  .block_season_figure img:first-child,
  .block_season_figure img:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .block_season_fee {
    display: block;
  }
  .block_season_fee dt {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
  }
  .block_season_fee dd {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .block_season_fee dd img {
    display: block;
    width: 100% !important;
    margin: 10px auto 0;
  }
}
@media(max-width:599px) {
  .block_season h1 {
    font-size: 2.6rem;
  }
  .block_season h1 img {
    height: 32px;
    vertical-align: -5px;
    margin: 0 7px;
  }
  .block_season h1 strong {
    font-size: 3rem;
  }
}


/*
block_bottom_picture
*/
.block_bottom_picture picture {
  display: flex;
  justify-content: space-around;
  max-width: 90%;
  margin: 0 auto;
}
.block_bottom_picture img {
  width: 45%;
}
@media(max-width:896px){
  .block_bottom_picture picture {
    justify-content: space-between;
    max-width: 100%;
  }
  .block_bottom_picture img {
    width: 48%;
  }
}

/*
block_footer
*/
.block_footer {
  border-top: 1px solid #333;
  padding: 20px 0;
  margin-top: 20px;
}
.block_footer figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.block_footer img {
  width: 48%;
}
.block_footer img:first-child {
  margin-top: 10px;
}
@media(max-width:543px) {
  .block_footer figure {
    display: block;
  }
  .block_footer img {
    display: block;
    width: 98%;
    max-width: 360px;
    margin: 0 auto;
  }
  .block_footer img:first-child {
    margin-top: 0;
    margin-bottom: 20px;
  }
}


/*
動きに関するCSS
*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {opacity: 0;transform: translateY(200px);}
  to {opacity: 1;transform: translateY(0);
  }
}
/* fadeRight */
.fadeRight{
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime{
  from {opacity: 0;transform: translateX(200px);}
  to {opacity: 1;transform: translateX(0);}
}
/* fadeLeft */
.fadeLeft{
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime{
  from {opacity: 0;transform: translateX(-200px);}
  to {opacity: 1;transform: translateX(0);}
}
/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes zoomInAnime{
  0% {opacity: 0;transform: scale(0.2) rotate(0deg);}
  100% {opacity: 1;transform: scale(1) rotate(0deg);}
}
/* ふわふわ */
.fuwa {
  animation: fuwaAnime 2.4s ease-in-out infinite alternate-reverse;
  opacity: 1;
}
@keyframes fuwaAnime {
  0% {opacity: 1;transform: translateY(-5%);}
  100% {opacity: 1;transform: translateY(5%);}
}
@media(max-width:543px){
  @keyframes fuwaAnime {
    0% {opacity: 1;transform: translateY(-3%);}
    100% {opacity: 1;transform: translateY(3%);}
  }
}

/* 初期設定 */
.fadeInTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.zoomInTrigger,
.delayScroll li {
  opacity: 0;
}
/*禁止マークとカエルンジャーの調整*/
.nomarkTrigger {
  transform:translate3d(-3000px,0,0)
}
.kaerunjerTrigger {
  transform:translate3d(-3000px,0,0)
}
/*遅延調整*/
.delay_time02 {
  animation-delay: 0.2s;
}
.delay_time04 {
  animation-delay: 0.4s;
}
.delay_time06 {
  animation-delay: 0.6s;
}
.delay_time08 {
  animation-delay: 0.8s;
}
.delay_time10 {
  animation-delay: 1s;
}
.delay_time20 {
  animation-delay: 2s;
}
.delay_time30 {
  animation-delay: 3s;
}
