@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
  background: #f5f5f5;
  color: #313131;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}



p {
  line-height: 24px;
  margin-bottom: 10px;
}

table {
  border-spacing: 0;
  font-size: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #555;
  /*リンクテキストの色*/
  text-decoration: none;
}

a:hover {
  color: #fee283;
  /*マウスオン時の文字色（全体）*/
}

a:hover .btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
  width: 750px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

/*フォーム
---------------------------------------------------------------------------*/

.form{
  display: block;
  background-color: #fee283;
  padding: 20px 50px 40px;
}



input {
  font-size: 150%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #ff7131;
  height: 120px;
  width: 595px;
  margin: 10px 0 20px;
}

.btn{
  background: url(../img/button.png) center  top no-repeat;
  width: 595px;
  height: 153px;
  margin-left:auto;
  margin-right:auto;
  border: none;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
.conversion-zone {
  width:90%;
  height: auto;
  background-color:#fee283;
  margin-left: auto;
  margin-right: auto;
  margin-top:100px;
  margin-bottom:10px;
  box-shadow: 4px 4px 8px gray;
}

.text-box {
  width: 90%;
  margin: 1em auto;
}

.countdown{
  
  padding: 100px 0px 15px;
}

.countdown p{
  color: #292929;
  font-size: 28px;
  font-weight: bold;
}



.white{
  color: #ff7131;
  font-size: 26px;
  font-weight: bold;
  margin: 10px;
}

.small{
  font-size: 20px;
}

.benefits {
  margin-top: 100px;
}

.beforeafter {
  margin-top:100px;
}

.profile {
  margin-top:100px;
}

/*ボタン設定
---------------------------------------------------------------------------*/
.btn {
  
  
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  margin-top:100px;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #ff7131;
  font-size: 90%;
}

footer a {
  color: #fff;
  margin: 10px 0;
}

footer p {
  margin: 10px 0;
}

.copy{
  color: #fff;
  font-size: 65%;
  text-align: center;
 
}


/*その他
---------------------------------------------------------------------------*/
.clear {
  clear: both;
}


/*フォント設定
---------------------------------------------------------------------------*/
.red { color: #C00;}

.purple{ color: indigo;}

.bold { font-weight: bold;}




dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dt,
dd {
  padding: 6px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}



@media only screen and (max-width: 768px) {

  input {
    font-size: 180%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #ff7131;
    height: 120px;
    width: 595px;
    margin: 10px 0 20px;
  }
  
  .btn{
    background: url(../img/button.png) center top no-repeat;
    width: 595px;
    height: 153px;
    border: none;
  }



}