@charset "utf-8";
/* Additional CSS */

.before-after{
  background-color: #fff;
  width: 100%;
  padding: 100px 0 80px;
}

.profile{
  background-color: #fff;
  width: 100%;
  padding: 60px 0 100px;
}

.countdown-container {
  background-image: url(../img/cta1_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 750/525;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.countdown-container2{
  background-image: url(../img/cta2_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 750/525;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/*全体の設定
---------------------------------------------------------------------------*/
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: #006ddc;
  /*マウスオン時の文字色（全体）*/
}

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

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

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

.form{
  display: block;
  padding: 0px 48px 40px;
}

input {
  font-size: 150%;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #4a4a4a;
  height: 98px;
  width: 100%;
  margin: 10px 0 20px;
}

input.btn{
  background: url(../img/cta-button.png) center top no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 653px;
  aspect-ratio: 653 / 146;
  height: auto !important;
  border: none;
  display: block;
  margin: 20px 0;
}

hr{
  color: #00364f;
}

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

.countdown{
  background-color: transparent;
  padding: 30px 0px 20px;
}

.countdown p{
  padding-top: 84px;
  margin-bottom: 0;
  color: #fff;
}

/* カウントダウンタイマーの数字部分のスタイル */
.countdown p .number {
  font-size: 74px;
  font-weight: bold;
}

/* カウントダウンタイマーの単位部分のスタイル */
.countdown p .unit {
  font-size: 36px;
  font-weight: bold;
}



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

.small{
  font-size: 20px;
}

/*ボタン設定
---------------------------------------------------------------------------*/
/* 重複する.btn定義を削除 */


/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1em;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  position: relative;
  background-color: #0a5aaf;
}

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

footer a:hover{
  color: #fff;
}

footer p {
  margin: 10px 0;
}

.copy{
  color: #fff;
  font-size: .9em;
  text-align: center;
  margin-top: 20px;
}

/*その他
---------------------------------------------------------------------------*/
.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) {

  .form {
    padding-bottom: 0px;
  }

  input {
    font-size: 180%;
    background-color: #fff;
    height: 120px;
    width: 100%;
    margin: 10px 0 20px;
  }

}