@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width : 768px) {
  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    color: #000;
    margin: 0.5em 0.3em 0em;
    padding: 0em 0.3em 0 0.3em;
    font-size: 1em;
    font-weight: bold;
  }
  h4 {
    color: #000;
    margin: 0.5em 0.3em;
    padding: 0.2em 0.3em;
    font-size: 1.3em;
    font-weight: bold;
  }
  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #faf9f9;
    overflow: hidden;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  /*カラム全体の幅を変更する*/
  .article, .top_image_in {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  }
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 40%;
    float: left;
    margin: 1.8em 0 1em 0.5em;
  }
  /*ヘッダーの２４時間営業ボタン*/
  .header_freedial {
    float: right;
    width: 40%;
  }
  /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    margin-top: 4em;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .menu_left {
    background-color: #9D2A32;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  .menu_right {
    background-color: #EE7732;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }
  .top_image_in img {
    width: 100%;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .seciton_01 {
    padding: 5em 0.5em 0.5em;
    margin-bottom: 2em;
  }
  .section_02 {
    background-color: #faf9f9;
    padding: 0.5em 0.5em;
  }
  .section_03 {
    background-color: #fff;
    padding: 0.5em;
    margin-bottom: 2em;
  }
  .section_04 {
    background: url("../images/casion_bg.jpg") no-repeat;
    width: 100%;
    margin: 2em 0 0;
    padding: 2em 0.5em;
    background-size: cover;
  }
  .section_05 {
    background: url("../images/any_place_bg.png");
    width: 100%;
    margin-bottom: 1em;
    padding: 1em 0.5em 2em;
    background-size: cover;
  }
  .section_06 {
    background-color: #FFFEF0;
    margin-top: 5em;
    padding: 0.5em 0.5em;
  }
  /* ------------------------------
   スライダー
------------------------------ */
  .loopSliderWrap {
    top: 0;
    left: 0;
    height: 300px;
    overflow: hidden;
    position: absolute;
  }
  .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .loopSlider ul {
    margin: 0;
    padding: 0;
    height: 150px;
    float: left;
    overflow: hidden;
  }
  .loopSlider ul li {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopSlider ul li img {
    width: 100%;
  }
  /*--------------------------------------------------
対応エリア
-----------------------------------------------------*/
  .area_inr {
    margin: 1em 2em;
  }
  .area_place {
    border: 1px solid #008903;
    padding: 1em;
  }
  .area_place p {
    border-bottom: 0.5px dotted #b3b3b3;
  }
  /*--------------------------------------------------
お悩みエリア
-----------------------------------------------------*/
  .nayami {
    border: 5px solid #ad0300;
    margin: 1.5em 0em;
    padding-bottom: 0.6em;
  }
  .nayami_title {
    background-color: #ad0300;
    padding: 0.8em 0 0.8em 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
    text-align: center;
  }
  .nayami_title02 {
    background-color: #dc2814;
    padding: 0.8em 0 0.8em 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .nayami_midashi01 {
    font-weight: bold;
    font-size: 1.4em;
  }
  .nayami_midashi02 {
    font-weight: bold;
    font-size: 2em;
  }
  .nayami_undertext {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    padding: 1em;
    text-decoration: underline;
    text-decoration-color: #fff55b;
  }
  .checkbox {
    padding: 2em 1em;
  }
  .checkbox_inr {
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 2em 0.5em;
    background: #FFFCF7;
  }
  .checkbox_inr_text {
    background: url("../images/../images/checkbox-icon.png") no-repeat;
    padding-left: 1.4em;
    border-bottom: 1px dotted #000;
    margin-bottom: 1em;
  }
  /*--------------------------------------------------
	まずは無料で調査
-----------------------------------------------------*/
  .survey_fukidasi_img {
    text-align: center;
    position: relative;
    top: 80px;
  }
  .survey_inr {
    margin: 1em 0;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0 2em 0.5em;
    text-align: center;
  }
  .survey_inr_text {
    display: inline-block;
    background: url("../images/check01.png") no-repeat;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    text-shadow: 2px 4px 3px #fff;
  }
  .survey_text {
    position: relative;
    padding: 1em 2em;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .survey_text_img {
    padding: 0 !important;
    position: relative;
    left: -110px;
    top: 0px;
  }
  .survey_text_first {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center !important;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
  }
  /*--------------------------------------------------
	選ばれる４つの理由
-----------------------------------------------------*/
  .selection_inr {
    padding: 1em 0;
  }
  .selection_inr img {
    padding-bottom: 2em;
  }
  /*--------------------------------------------------
	注意書き
	--------------------------------------------------*/
  .casion_inr {
    margin: 1em 0;
    font-size: 2em;
    font-weight: bold;
    padding: 0 2em 0.5em;
    text-align: center;
  }
  .casion_inr_text {
    display: inline-block;
    background: url("../images/check01.png") no-repeat;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    text-shadow: 2px 4px 3px #fff;
  }
  .causion_img {
    text-align: center;
    position: relative;
    top: 80px;
  }
  /*------ご注意下さいの背景------*/
  .causion_text {
    position: relative;
    padding: 1em 2em;
    text-align: center;
  }
  .causion_text:before, .causion_text:after {
    position: absolute;
    content: '';
  }
  .causion_text:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
  .causion_text:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  /*------ご注意下さいの背景ここまで------*/
  .causion_text_img {
    padding: 0 !important;
    position: relative;
    left: -110px;
    top: 0px;
  }
  .causion_text_first {
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: bold;
  }
  .arw01 {
    text-align: center;
    position: relative;
    top: -10px;
  }
  .arw02 {
    text-align: center;
    position: relative;
    top: -35px;
  }
  /*--------------------------------------------------
	サービス内容
	--------------------------------------------------*/
  .service_inr_howto {
    text-align: center;
  }
  .service_01 {
    font-size: 1.2em;
  }
  .service_02 {
    font-size: 1.2em;
  }
  .service_inr_loop {
    margin-top: 3em;
  }
  .service_inr_howto_p {
    margin: 0 0.5em 2em 0.5em;
    position: relative;
    background-color: #f7f6f3;
    padding: 10px;
    color: #333;
    margin-top: 20px;
  }
  .service_inr_howto_p::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f6f3;
    top: -24px;
    left: 50%;
  }
  .service_inr_howto_p::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f6f3;
    top: -24px;
    left: 50%;
  }
  .service_inr_p_poosition {
    position: relative;
    top: 0em;
  }
  .service_inr_howto_p p {
    margin: 0;
    padding: 0;
  }
  .service_inr_place {}
  .service_inr_place_img {
    display: flex;
  }
  .service_inr_place_img {
    justify-content: space-around;
    padding-bottom: 1em;
  }
  /*--------------------------------------------------
	どんな場所に
	--------------------------------------------------*/
  .any_place_title {
    position: relative;
    top: 15px;
  }
  .any_place_img {
    margin: 0 auto;
    text-align: center;
  }
  .any_place_text {
    margin: 0.5em 1em;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
    font-style: "ヒラギノ角ゴ Std";
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  }
  .any_place_text p {
    line-height: 1.7em;
  }
  .any_place_textbig {
    font-size: 1.6em;
    color: #ff000c;
    font-style: "ヒラギノ角ゴ Std";
  }
  .any_place_3point img {
    padding-bottom: 1em;
  }
  .cation_shokai {
    margin: 4em 0 1em;
  }
  /*--------------------------------------------------
	料金について
	--------------------------------------------------*/
  .price_inr {
    padding: 1em;
    background-color: #ebeef0;
  }
  .credit_bg {
    border: 0.5px solid #fff;
  }
  /*--------------------------------------------------
	駆除の流れ
	--------------------------------------------------*/
  .flow_contents {
    border: 1px solid #850200;
    margin: 0.5em 0.3em 0;
  }
  .flow_title {
    padding-left: 0.5em;
    padding: 0.6em 0;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
    background-color: #850200;
    text-align: center;
  }
  .flow_midashi01 {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
  }
  .flow_midashi02 {
    font-weight: bold;
    font-size: 1.7em;
    padding-left: 0.8em;
  }
  .flow_img {
    padding: 1em 4em;
    font-size: 1.2em;
  }
  .flow_img img {
    width: 100%;
  }
  .arw03 {
    text-align: center;
  }
  .flow_hosyo {
    background: url("../images/flow_hosyo_bg.jpg") repeat;
    margin-top: 1em;
  }
  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
  .box_qa_inr {
    margin: 5em 0;
  }
  .box_qa {
    background-color: #ebeef0;
    padding: 1em;
  }
  .box_qa_q {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1.4em;
    font-weight: bold;
    color: #850200;
  }
  .box_qa_a {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
  }
  .box_qa_q p, .box_qa_a p {
    text-indent: 0em;
  }
  .box_qa_p {
    text-align: center;
    font-size: 1.3em;
    padding: 1em 0 0.2em;
  }
  /*--------------------------------------------------
CTAエリア（１）
-----------------------------------------------------*/
  .area_cta {
    background-color: #007e00;
    padding: 1em 0.5em;
  }
  .area_cta_inr {
    background-color: #fff;
    padding: 1.5em 0.5em;
    margin: 6em 0.2em 1em;
    overflow: auto;
  }
  .area_cta_inr_tel {
    padding-bottom: 1.5em;
  }
  .scroll_btn {
    animation-name: fuwafuwa; /* fuwafuwaっていうアニメーションの名前*/
    animation-duration: 2s; /*アニメーションの時間設定*/
    animation-iteration-count: infinite; /*アニメーションの繰り返し設定*/
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 0px);
    } /*X軸とY軸*/
    50% {
      -webkit-transform: translate(0, -5px);
    }
    100% {
      -webkit-transform: translate(0, 0px);
    }
  }
  ansform-origin: bottom left;
}
.area_cta_inr_mail {}
.area_cta_inr_p {
  text-align: center;
  margin-top: 0.5em;
}
.area_cta_inr_p {
  font-size: 0.8em;
}
.cta_fukidashi {
  position: relative;
  top: 112px;
  left: 10px;
  margin-top: -6em;
}
.tokuten {
  margin: 2em 0;
}
/*--------------------------------------------------
CTAエリア（２）
-----------------------------------------------------*/
.area_cta2 {
  background-color: #007e00;
  padding: 1em 0.5em;
  margin-bottom: 7em;
}
.area_cta_inr2 {
  background-color: #fff;
  padding: 1.5em 0.5em 0;
  margin: 0.8em 0.2em 0.5em;
  overflow: auto;
}
.area_cta_inr_tel {
  padding-bottom: 1.5em;
}
.scroll_btn {
  animation-name: fuwafuwa; /* fuwafuwaっていうアニメーションの名前*/
  animation-duration: 2s; /*アニメーションの時間設定*/
  animation-iteration-count: infinite; /*アニメーションの繰り返し設定*/
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
  } /*X軸とY軸*/
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
ansform-origin: bottom left;
}
.area_cta_inr_p {
  font-size: 1.4em;
}
/*--------------------------------------------------
会社概要
-----------------------------------------------------*/
.company_title {
  margin-top: 5em;
}
table {
  margin: 2em auto;
}
th {
  background-color: #850200;
  color: #fff;
  padding: 1em;
}
td {
  padding-left: 1em;
}
.map {
  text-align: center;
  margin: 0 3em 2em;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #850200;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 3em;
}
.footer a {
  color: #fff;
}
/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.contents {
  padding: 1em 1em 1em;
}