@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}


/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
  margin: 0.5em 0em 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #0E5FA3;
  border-bottom: 1px dotted #0E5FA3;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/

/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article {
  width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
  width: 950px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

.section_inr_privacy {
  width: 950px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}


/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items:center;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  margin: 0 0 3px 0;
}

/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  margin: 0em 0 0em auto;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  margin: 0em 0em 0em 1em;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.header_mail img,
.header_tel img {
  width: 100%;
}

.pc_non {
  display: none;
}


/*================================
 コンバージョンボタン（ヘッダーエリア）
================================*/
 .btn-cv2 {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
  margin-left: auto;

}
.btn-cv2 a {
  border: solid #fff 2px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 10px 0 20px;
  padding: 0.5em 2.2em 0.5em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 230px;
}

/* ボタン内のアイコン */
.btn-cv2 a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 49%;
}
.btn-cv2 a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 緑ボタン */
.btn-cv2 a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/

.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.top_image_in img {
  width: 100%;
}

.top_image_sp {
  display: none;
}


/*--------------------------------------------------
section01（年間約14万件トラブル）
-----------------------------------------------------*/
/*------------------
section01のタイトル
------------------*/

.section_01_tittle {
	background-image: url(../images/bg_attention4.jpg);
	background-size: cover;
	color: #fff;
	height: 200px;
  overflow: visible;
}

.at_image {
  height: 200px;
  position: relative;
}

.at_image img {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*------------------
section01のコンテンツ
------------------*/

.section_01 {
  background: #fff;
  background-image: url(../images/bg_nayami.jpg);
	background-repeat: repeat-y;
	background-size: contain;
  padding: 0 3em;
}

.section_inr_trouble {
  width: 950px;
  background: #fff;
  padding: 3em 3em;
  margin: 0 auto;
}

.section_inr_trouble_2 {
  width: 950px;
  margin: 3em auto;
}

.section_01 p.mb {
  font-size: 1.2em;
  margin-bottom: 2em !important;
}

.graph {
  width: 80%;
  text-align: center;
  border: 3px solid #ccc;
  margin: 3em auto;
}

.section_01 ul {
  width: 80%;
  background-color: #effaff;
  border: 3px solid #ccc;
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
  margin: 0 auto 2.4em;
}

.section_01 ul li {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.section_01 ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #333; /*アイコン色*/
}

h2.trouble {
  color: #fff;
  position: relative;
  padding: 0.6em;
  margin-top: 1.5em;
  background: #156CBB;
}

h2.trouble:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 48%;
  border: 15px solid transparent;
  border-top: 15px solid #156CBB;
  width: 0;
  height: 0;
}

.box_trouble {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

.box_trouble_inr {
  width: 32%;
  height: auto;
  background-color: #effaff;
}

.box_trouble_ttl {
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  background: #156CBB;
  padding: .3em 0;
}

.contents_inr_2 {
  height: auto;
  padding: 1em;
}

.contents_inr_2 p.mb {
  font-size: 1em;
  margin-bottom: 1.2em !important;
}

.trouble_memo {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

.center {
  text-align: center;
}
.box-wrap {
  border: 3px solid #222;
  display: inline-block;
}
.box-inner {
  font-size: 2em;
  font-weight: bold;
  background: #fff;
  margin: -3px 8px !important;
  padding: 15px 20px !important;;
  color: #222;
}

.arrow_nayami {
  width: 40%;
  height: auto;
  text-align: center;
  margin: 0 auto 1em;
}

.omakase_nayami {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}


/*--------------------------------------------------
section02（こんな悩み）
-----------------------------------------------------*/
/*------------------
section02のタイトル
------------------*/

.section_02_tittle {
	background-image: url(../images/bg_sub.jpg);
	background-repeat: repeat-y;
	background-size: cover;
	color: #fff;
	height: 160px;
  overflow: visible
}

.section_inr_sub {
  width: 950px;
  margin: 0 auto;
  position:relative;
}

.sub_image {
  position: absolute;
  top: -16px;
  left: 0;
  padding: 0 3em;
  text-align: center;
}

/*------------------
section02のコンテンツ
------------------*/

.section_02 {
  background: #fff;
  background-image: url(../images/bg_nayami.jpg);
	background-repeat: repeat-y;
	background-size: contain;
  padding: 1.5em 3em;
}

.box_left {
  width: 48%;
  height: auto;
  background-color: #effaff;
  margin: 2em 0 .5em;
  padding: 1.3em 1.3em;
  border: 5px solid #ccc;
  float: left;
}

.box_right {
  width: 48%;
  height: auto;
  background-color: #effaff;
  margin: 2em 0 .5em;
  padding: 1.3em 1.3em;
  border: 5px solid #ccc;
  float: right;
}

.contents_inr {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contents_inr p.mb {
  margin-bottom: 1.2em !important;
}

.midashi_nayami {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px dotted #ccc;
}

.img_nayami {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  margin-bottom: 1em;
}


/*--------------------------------------------------
section03（3つの特徴）
-----------------------------------------------------*/
/*------------------
section03のタイトル
------------------*/

.section_03_tittle {
	background-image: url(../images/bg_orange.jpg);
	background-repeat: repeat-y;
	background-size: cover;
	color: #fff;
	height: 160px;
  overflow: visible
}

.merit_image {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 0 3em;
  text-align: center;
}
.merit_image img {
  width: 85%;
}

/*------------------
section03のコンテンツ
------------------*/

.section_03 {
  background: #fff;
  background-image: url(../images/bg_house.jpg);
	background-repeat: repeat;
  padding: 1.5em 3em;
}

.contents {
  width: 100%;
  height: auto;
  background-color: #FFFDEE;
  margin: 2em 0 3em;
  padding: 2em 3em;
  border: 5px solid #FFDFAF;
}

.section_03 p {
  font-size: 1.2em;
  margin-bottom: 2em !important;
}

.midashi_merit {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}

.midashi_merit img {
  width: 100%;
}

.img_merit {
  width: 49%;
  height: auto;
  margin-left: 1em;
  border: 3px solid #FFDFAF;
  float: right;
}

.section_03 ul {
  width: 49%;
  height: 234px;
  background-color: #FFDFAF;
  border: 2px solid #FFDFAF;
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

.section_03 ul li {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.section_03 ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #333; /*アイコン色*/
}

p.mdiashi {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center !important;
  padding: .5em !important;
  margin-bottom: 1em !important;
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg, rgba(190,200,206,0.3), rgba(190,200,206,0.3) 5px, rgba(0,0,0,0) 0, rgba(0,0,0,0) 10px);
}

.midashi_2 {
  font-size: 2.4em;
}

.midashi_3 {
  color: #f93c00;
}

.merit_point {
  margin: -.5em 0 -1em;
}


/*--------------------------------------------------
section04（施工事例のご紹介）
-----------------------------------------------------*/
/*------------------
section04のタイトル
------------------*/

.jirei_image {
  position: absolute;
  top: 21px;
  left: 0;
  padding: 0 3em;
  text-align: center;
}

.jirei_image img {
  width: 75%;
}

/*------------------
section04のコンテンツ
------------------*/

.section_04 {
  background: #fff;
  background-image: url(../images/bg_house.jpg);
	background-repeat: repeat;
  padding: 1.5em 3em;
}

.contents_04 {
  width: 100%;
  height: auto;
  background-color: #FFFDEE;
  margin: 2em 0 3em;
  padding: 2em 3em;
  border: 5px solid #ccc;
}

.midashi_jirei {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 2px dotted #ccc;
}

.aaa {
  height: auto;
  margin-bottom: 1em;
  border-bottom: 2px dotted #ccc;
}

.bbb {
  width: 50%;
  height: auto;
  margin: .3em 0 0 1em;
  float: right;
}

.bbb p {
  color: #fff;
  background-color: #ff764a;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.contents_inr p.jirei {
  margin-bottom: .8em !important;
}


/*--------------------------------------------------
section05（登録フロー）
-----------------------------------------------------*/
/*------------------
section05のタイトル
------------------*/

.section_05_tittle {
	background-image: url(../images/bg_red.png);
	background-repeat: repeat-y;
	background-size: cover;
	color: #fff;
	height: 160px;
  overflow: visible
}

.flow_image {
  position: absolute;
  top: -14px;
  left: 0;
  padding: 0 3em;
  text-align: center;
}

.flow_image img {
  width: 100%;
}

/*-----------------
section05のコンテンツ
------------------*/

.section_05 {
  background: #FFFEF0;
  padding: 1.5em 3em;
}

.contents_flow {
  width: 100%;
  height: auto;
  margin: 2em 0 .5em;
  padding: 0 4em;

}

.img_flow {
  width: 100%;
  height: auto;
  margin-bottom: .2em;
  padding-bottom: 1em;
}


/*--------------------------------------------------
section05_cta
-----------------------------------------------------*/
/*.section_cta {
  background: #fff;
  padding: 3em 0;
}*/

.section_cta {
    background-image: url(../images/bg_cta.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    padding: 3em 0;
}

.zenkoku {
  color: #333;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: .8em !important;
}

/*--------------------------------------------------
section_qa
-----------------------------------------------------*/

.section_qa {
  background: #FFFEF0;
  padding: 2em 0;
}

.qa_area {
  width: 100%;
  height: auto;
  padding: 0 0 1.5em;
}

.qa_br {
  display: none;
}


/*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/

.mailform {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 3em 3em;
  border: 5px solid #ff9b7c;
}

.input {
  padding: 2em 2em 0;
}

.input_style {
  background-color: #FFFBF0;
  width: 100%;
  height: 60px;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.4em;
}

input[type="image"] {
  width: 100%;
}

.caution {
  text-align: center;
  font-size: 0.8em;
  color: #F00;
}


/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.area_cta {
  background-color: #105FA3;
  padding: 1em 3em;
}

.area_cta_inr {
  background-color: #fff;
  padding: 1em 2em;
  overflow: auto;
}

.area_cta_inr_left { /*番号戻す時は、float:leftのwidth:48%にもどす*/
  width: 100%;
  text-align: center;
}

/*
.area_cta_inr_right {
  float: right;
  width: 48%;
}
*/


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/

.footer {
  background-color: #105FA3;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}

.copy {
  margin-top: 7px !important;
}




/*--------------------------------------------------
スライダー
-----------------------------------------------------*/

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 198px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 198px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  margin: 0;
  padding: 0;
  height: 198px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 198px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}


/*--------------------------------------------------
Q&Aアコーディオン
-----------------------------------------------------*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #eee;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

.accordion_one {
  margin-bottom: 1.5em;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}


/*================================
 コンバージョンボタン（CTAエリア）
================================*/
 .btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto .2em;
  padding: .8em 1.4em .8em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 74%;
}

/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 49%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/*================================
 MediaQuery : スマホ対応
================================*/
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 70%;
  }
}


/*================================
 コンバージョンボタン（フッターエリア）
================================*/
 .btn-cv3 {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv3 a {
  border: solid #fff 2px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display:  inline-block;        /*電話番号を表示する場合はblockに戻す！*/
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  margin: -3px 10px 0 10px;
  padding: .3em 2.2em .3em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 400px;
}

/* ボタン内のアイコン */
.btn-cv3 a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 49%;
}
.btn-cv3 a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 緑ボタン */
.btn-cv3 a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}


/*================================
 コンバージョンボタン（フッターエリア）
================================*/
.sp_br {
  display: none;
}