@charset "utf-8";

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



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

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

img {
  vertical-align: bottom;
}

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

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

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

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

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

.form{
  display: block;
  background-color: #0094f3;
  padding: 0% 0% 2.71%;
}



input {
  font-size: 150%;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #f7531e;
  height: 8%;
  width: 81.33%;
  margin: 2.27% 0% 0%;
}

.btn{
  background: url(../img/button.png) center top no-repeat;
  width: 100%;
  height: 128px;
  margin: 3.28% 0% 1.31% ;
  border: none;
}

hr{
  color: #ffffff;
}

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

.countdown{
  background-color: #0094f3;
  padding: 2.8% 0px 2.8%;
}

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



.white{
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  /* margin: 10px; */
}

.white_footer{
  color: #ffffff;
  font-size: 24px;
  /* margin: 10px; */
}
.small{
  font-size: 20px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.overlay-text-1 {
  position: absolute;
  top: 12.8%;       /* 縦位置を中央に調整 */
  left: 35%;      /* 横位置を中央に調整 */
  /* transform: translate(-50%, -50%); 中央揃え */
  color: #696969;    /* テキストカラー */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明の背景色 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}

.overlay-text-2 {
  position: absolute;
  top: 28.8%;       /* 縦位置を中央に調整 */
  left: 35%;      /* 横位置を中央に調整 */
  /* transform: translate(-50%, -50%); 中央揃え */
  color: #696969;    /* テキストカラー */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明の背景色 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}

.overlay-text-3 {
  position: absolute;
  top: 47.3%;       /* 縦位置を中央に調整 */
  left: 35%;      /* 横位置を中央に調整 */
  /* transform: translate(-50%, -50%); 中央揃え */
  color: #696969;    /* テキストカラー */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明の背景色 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}

.overlay-text-4 {
  position: absolute;
  top: 64.0%;       /* 縦位置を中央に調整 */
  left: 35%;      /* 横位置を中央に調整 */
  /* transform: translate(-50%, -50%); 中央揃え */
  color: #696969;    /* テキストカラー */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明の背景色 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}

.overlay-text-5 {
  position: absolute;
  top: 80.7%;       /* 縦位置を中央に調整 */
  left: 35%;      /* 横位置を中央に調整 */
  /* transform: translate(-50%, -50%); 中央揃え */
  color: #696969;    /* テキストカラー */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明の背景色 */
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 2.77%;
  padding-bottom: 3.3%;
  color: #ffffff;
  position: relative;
  background-color: #696969;
  font-size: 90%;
}

footer a {
  color: #ffffff;
  /* margin: 10px 0; */
}

footer p {
  margin: 5px 0;
}

.copy{
  color: #ffffff;
  font-size: 90%;
  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;
}
