/* 
 * コンバージョンボタン
 */
.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: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 2em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 59%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
 
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
 
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}
 
/* 緑ボタン */
.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);
}
 
/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}
 
/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}
 
/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}
 
/* ボタンの光沢 */
.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;
}
 
/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -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: 94%;
  }
}


/*　テープ留め風囲み枠 */
.box7grn {
    background-color: #e0ffff;
    border: 1px solid #9acd32;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7grn:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}

/*　テープ留め風囲み枠 */
.box7pnk {
    background-color: #f7efff;
    border: 1px solid #dbb7ff;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7pnk:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}

/*　テープ留め風囲み枠 */
.box7org {
    background-color: #ffebcd;
    border: 1px solid #ff8c00;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7org:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}

/*　テープ留め風囲み枠 */
.box7blu {
    background-color: #f0f8ff;
    border: 1px solid #b0e0e6;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7blu:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}

/*　テープ留め風囲み枠 */
.box7bge {
    background-color: #fff8dc;
    border: 1px solid #deb887;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7bge:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}

/*　テープ留め風囲み枠 */
.box7ppl {
    background-color: #eaeaff;
    border: 1px solid #8a2be2;
    list-style: none;
    position: relative;
    margin: 36px auto;
    padding: 2em 1em 1em;
    width: 95%;
}
.box7ppl:before {
    content: "";
    background-color: rgba(153,50,204,.1); /*テープの色*/
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px; /*テープの幅*/
    height: 40px;
    transform: rotate( -10deg );
}


/* タブタイトル付き囲み枠 */
.tabboxppl {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #c489ff;
    width: 95%;
}
.tabboxppl .tabboxppl-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #c489ff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* タブタイトル付き囲み枠 */
.tabboxgry {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #a9a9a9;
    width: 95%;
}
.tabboxgry .tabboxgry-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #a9a9a9;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* タブタイトル付き囲み枠 */
.tabboxgrn {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #32cd32;
    width: 95%;
}
.tabboxgrn .tabboxgrn-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #32cd32;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}


/* タブタイトル付き囲み枠 */
.tabboxblu {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #00bfff;
    width: 95%;
}
.tabboxblu .tabboxblu-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #00bfff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* タブタイトル付き囲み枠 */
.tabboxorg {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #ff8c00;
    width: 95%;
}
.tabboxorg .tabboxorg-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff8c00;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* タブタイトル付き囲み枠 */
.tabboxpnk {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #ee82ee;
    width: 95%;
}
.tabboxpnk .tabboxpnk-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ee82ee;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* 破線囲み枠 */
.dotboxpnk {
width: 95%;
margin: 36px auto;
padding: 20px;
line-height: 1.5;
position: relative;
border: #ee82ee dashed 2px;
background: #FFF;
}


/* 破線囲み枠 */
.dotboxblu {
width: 95%;
margin: 36px auto;
padding: 20px;
line-height: 1.5;
position: relative;
border: #00bfff dashed 2px;
background: #FFF;
}

/* 破線囲み枠 */
.dotboxorg {
width: 95%;
margin: 36px auto;
padding: 20px;
line-height: 1.5;
position: relative;
border: #ff8c00 dashed 2px;
background: #FFF;
}

/* 破線囲み枠 */
.dotboxgrn {
width: 95%;
margin: 36px auto;
padding: 20px;
line-height: 1.5;
position: relative;
border: #32cd32 dashed 2px;
background: #FFF;
}

/* アンダーラインマーカーピンク太字 */
.marker-pink {
background: linear-gradient(transparent 60%, #ff99cc 60%);
}

/* アンダーラインマーカーブルー太字 */
.marker-blue {
background: linear-gradient(transparent 60%, #00ffff 60%);
}

/* アンダーラインマーカーグリーン太字 */
.marker-green {
background: linear-gradient(transparent 60%, #adff2f 60%);
}