@charset "utf-8";

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

p {
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 26px;
  margin-bottom: 10px;
}

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

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

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

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

/*p class
---------------------------------------------------------------------------*/
.nyuuryoku{
  color: #6b6a6a;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.kome{
  color: #6b6a6a;
  font-weight: 600;
}


/*コンテナー（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: #fdf995;
  padding: 10px 50px 30px;
  overflow: hidden;
}

.form input:last-of-type {
  margin-bottom: 0;
}


input {
  font-size: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #012669;
  height: 65px;
  width: 75%;
}

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

.countdown{
  background-color: #fdf995;
  padding: 30px 0px 15px;
}

.countdown p{
  color: #3c3c3c;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 0px;
}

.timer {
  display: block;
  width: 100%;
  padding: 5px 20px;
  margin: 0;
  background-color: #fdf995;
  font-size: 42px;
  font-weight: bold;
}

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

.small{
  font-size: 20px;
}

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

.btn-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 20px auto 10px 12px; /* 上・右・下・左の順 */
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 750px;
  margin: 0 auto;  /* ← カンマじゃなくてスペース！ */
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  font-size: 85%;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #254683;
  min-height: 100px; /* テスト用 */
  padding-top: 40px;     /* ← 上に50pxの余白 */
  padding-bottom: 10px;  /* ← 下に30pxの余白 */
}

footer a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}

footer p {
/* font-size: 18px; */
}

.copy{
  color: #fff;
  font-size: 16px;
  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 #ea4b4b;
    height: 120px;
    width: 100%;
    margin: 10px 0 10px;
  }

  .btn{
    background: url(../img/btn_sp.png) center top no-repeat;
    width: 100%;
    height: 150px;
    border: none;
  }




}