@charset "utf-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
.text p {
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 20px;
  margin: 1em 30px 1.5em;
  text-align: justify;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
body {
	color: #242424;
  background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'MS Pゴシック', 'MS PGothic', sans-serif;
font-feature-settings: "palt";
}

footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #00364F;
  font-size: 90%;
}
footer a {
  color: #fff;
  margin: 10px 0;
}
#container {
  width: 750px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.countdown {
  background-color: #00364F;
  padding: 1rem 0 2rem;
}
.countdown p {
  color: #ffde2f;
  font-size: 28px;
  font-weight: bold;
}
.white {
  color: #ea4b4b;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px;
  letter-spacing: 0.06rem;
}
.form {
  display: block;
  background-color: #f3f3f3;
  padding: 20px 50px 40px;
}
.form input {
  font-size: 150%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #ea4b4b;
  height: 70px;
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
}
.form input[type="text"]{
  font-size: 180%;
}
.form .btn {
    background: url(../img/btn.png) center top no-repeat;
    width: 100%;
    height: 252px;
    border: none;
    transition: all 0.3s;/*0.3秒で変化する*/
}
.form .btn:hover {
  opacity: 0.9;
  position: relative;
  top: 3px;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.countdown-container {
  font-size: 2rem;
color: #00364f;
background-color: #f8f8f8;
border: 2px solid #cccccc;
font-weight: bold;
padding: 0.8rem;
text-align: center;
width: 70%;
margin: auto;
border-radius: 6px;
}
.kiyaku {
  overflow-y: scroll;
  margin: 1.5em auto 0;
  height: 100px;
  width: 100%;
  padding: 1em;
  font-size: 13px;
  color: #888;
  margin-bottom: 2%;
  border: solid 1px #f0f0f0;
  border-radius: 3px;
  position: relative;
  left: -2px;
  line-height: 1.7;
  letter-spacing: 0.01rem;
  text-align: left;
  background-color: #ffffffba;
}
.kiyaku dt{
  text-align: center;
}
.form_info{
  padding: 1em 2em;
  background: #fddcdc54;
  border-radius: 0.5rem;
  text-align: justify;
}
.form_info p{
  line-height: 1.2;
}
.form_info p b{
  margin-bottom: 0.4em;
  display: block;
  color: #473f3f;
  letter-spacing: 0.05rem;
  border-bottom: solid 1px #99999975;
  padding-bottom: 0.25em;
  text-align: center;
}
.form_info p span{
  font-size: 0.8em;
  color: #3f3f3f;
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
.kiyaku {
    line-height: 1.6;
    font-size: 11.5px;
}
}