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

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
	font-size: 16px;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 1px 10px;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 9px 0 5px 0px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}
.bg-fix_msg{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img2/msg-bg.png);
	text-align: center;
}
.inner-msg {
	padding:20px 50px;
	text-align:center;
	line-height:180%;
	color: #fff;
	background-color: rgba( 0, 0, 0, 0.8 );
	border-radius: 20px;
}
.inner-msg hr{
border:0;
border-top:1px solid #999;
margin-top: -5px;
margin-bottom: 5px;
}
.msg-title{
text-align: center;
color: #fff;
font-size: 46px;
font-weight: bold;
line-height: 120%;
padding-top: 50px;
text-shadow:0px 0px 10px #000000;
padding-bottom: 20px;
}
.note-0 {
  background-image: -webkit-linear-gradient(top, #222 1px, transparent 1px);
  background-image: -moz-linear-gradient(top, #222 1px, transparent 1px);
  background-image: -o-linear-gradient(top, #222 1px, transparent 1px);
  background-image: -ms-linear-gradient(top, #222 1px, transparent 1px);
  background-image: linear-gradient(to bottom, #222 1px, transparent 1px);
  background-position: 0 -1px, 0;
  -webkit-background-size: 30px 30px, 100%;
  -moz-background-size: 30px 30px, 100%;
  background-size: 30px 30px, 100%;
  line-height: 30px;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index:0;
  text-align: center;
}
.gray-bg{
background-color: #f1f1f1;
padding: 30px 0px;
}

.c-box{
background-color: #f1f1f1;
border: #0E1122 solid 7px;
padding: 0px 10px;
font-size: 20px;
background-image: url(../img2/c-box-bg.png);
background-repeat: no-repeat;
text-shadow:0px 0px 2px #fff;
}
.c-box ul {
  padding: 1em 1em 1em 2.3em;
  position: relative;
}

.c-box ul li {
  line-height: 1.5;
  padding: 0.3em 0;
  list-style-type: none!important;/*ポチ消す*/
}

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



.cta-bg{background-color: #052240;
padding: 30px 0px;
}
.wrapper-bl {
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
	background-color: #000;
}
.wrapper-wh {
	height: auto;
	margin: 0px auto;
	width: 960px;
	line-height:180%;
	background-color: #fff;
}
.cta-img-bg{
background-image: url(../img2/cta-bg.png);
background-repeat: no-repeat;
}
.cta-box{
box-shadow:0px 0px 10px black;
}
.cta-title{
text-align: center;
color: #fff;
font-size: 55px;
font-weight: bold;
line-height: 120%;
padding-top: 80px;
text-shadow:0px 0px 10px #000000;
padding-bottom: 20px;
}
.cta-box-mini{
border: 1px dotted #999;
padding: 10px 30px;
background-color: rgba( 0, 0, 0, 0.55 );
margin: 20px 30px;
color: #fff;
}
.cta-bg hr{
border:0;
border-top:1px solid #999;
margin-top: -5px;
margin-bottom: 5px;
}
.cta-bg h3{
color: #d2be90;
font-size: 42px;
font-weight: bold;
line-height: 150%;
text-align: left;
padding: 0;
}
.kakaku{
color: #fff;
text-align: center;
}
.kakaku-no{
font-size: 120%;
font-weight: bold;
}
.kakaku h3{
text-align: center;
color: #fff;
font-size: 36px;
font-weight: bold;
line-height: 120%;
padding-top: 20px;
}

@media screen and (max-width: 768px) {
.wrapper-bl, .wrapper-wh {
	width: 100%;
}
.c-box{
padding: 0px 0px;
font-size: 16px;
background-image: none;
}
.cta-bg{
padding: 00px 0px;
}
.cta-box-mini{
border: 1px dotted #999;
padding: 10px 15px;
background-color: rgba( 0, 0, 0, 0.55 );
margin: 10px 0px;
color: #fff;
line-height: 120%;
}
.cta-title{
font-size: 36px;
line-height: 120%;
padding-top: 50px;
text-shadow:0px 0px 10px #000000;
padding-bottom: 0px;
}
.cta-bg hr{
margin-top: 10px;
margin-bottom: 5px;
}
.cta-bg h3{
color: #d2be90;
font-size: 20px;
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 0;
}
.kakaku h3{
text-align: center;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 120%;
padding-top: 20px;
}
.inner-msg {
	padding:20px 15px;
	text-align:left;
	line-height:180%;
	color: #fff;
	background-color: rgba( 0, 0, 0, 0.8 );
	border-radius: 0px;
}
.msg-title{
text-align: center;
color: #fff;
font-size: 36px;
font-weight: bold;
line-height: 120%;
padding-top: 20px;
text-shadow:0px 0px 10px #000000;
padding-bottom: 20px;
}
.note-0 {
  text-align: left;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::*/

.btn-wrap{
text-align: center;
color: #fff;
}

/* 
 * コンバージョンボタン
 */
.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 #333;
  color: #fff;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.2em auto;
  padding: 1em 2em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 90%;
}
.mini{
font-size: 20px;
}
.mini2{
font-size: 16px;
}
.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.6em;
    margin: 0 auto;
    width: 94%;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .mini{
font-size: 15px;
line-height: 90%;
}
}
