@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: 90px 0px 30px;
}

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

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

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

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: url(../img/button_background.png) center top no-repeat;
  /* width: 90%; */
  padding: 20px 50px 30px;
}



input {
  font-size: 125%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #494949;
  height: 100px;
  width: 90%;
  margin: 20px 0px 110px;

}

/* .btn{
  background: url(../img/button.png) center top no-repeat;
  width: 90%;
  height: 191px;
  border: none;
} */

hr {
  color: #00364f;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.text-box {
  width: 90%;
  margin: 1em auto;
}

.countdown {
  background: url(../img/Countdown.png) center top no-repeat;
  padding: 30px 0px 15px;
}

.countdown p {
  color: #2d6581;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 5px #fff,
    -2px 2px 5px #fff,
    2px -2px 5px #fff,
    -2px -2px 5px #fff;
}



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

.small {
  font-size: 20px;
}

/*ボタン設定
---------------------------------------------------------------------------*/
/*  .btn {
  width: 100%;
  margin: 20px;
}  */

/* ボタン追加 */
.btn {
  height: 191px;
}

.btn_img {
  width: 100%;
  height: 100%;
  margin: 1% 0% 15% 0%;
}




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

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

footer p {
  margin: 10px 0;
}

.logo {
  width: 7%;
  margin: 15px 0 15px;
}

.copy {
  color: #515151;
  font-size: 95%;
  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: 160%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #494949;
    height: 105px;
    width: 100%;
    margin: 20px 0;
  }

  /* .btn{
    background: url(../img/button.png) center top no-repeat;
    width: 90%;
    height: 150px;
    border: none;
    margin: 5% 80% 0% 0%;
    padding: 30% 25% 10% 80%;
  } */

  .btn {
    height: 191px;
  }

  .btn_img {
    width: 100%;
    height: 100%;
    margin: 0% 0% 0% 0%;
    padding-bottom: 0%;
    position: relative;
    bottom: 90px;
  }



}