@charset "UTF-8";

/* =============================================================================
   entry
   ========================================================================== */
#entry {
  margin-bottom: 30px;
}
#entry p {
  margin-bottom: 30px;
}


/* ----- layout ----- */
.table_entry {
  border-top: 1px solid #e4e8ec;
  width: 960px;
  margin: 30px auto 0;
}
.table_entry li {
  border-bottom: 1px solid #e4e8ec;
}
.table_entry li ul {
  border: none;
  padding: 30px 0 30px 120px;
}
.table_entry li li {
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.table_entry li li:nth-child(1) {
  width: 100px;
  border: 1px solid #e60012;
  border-radius: 24px;
  background: #fff;
  margin-right: 20px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  color: #e60012;
  text-align: center;
}
.table_entry li li.none {
  width: 100px;
  border: none;
}
.table_entry li li:nth-child(2) {
  width: 150px;
  font-weight: bold;
}
.table_entry li li:nth-child(3) {
  width: 500px;
}

/* ----- personal-information ----- */
.table_entry li.personal-information {
  background: #f8f8f8;
  border-bottom: 1px solid #e4e8ec;
}
.table_entry li.personal-information li.none {
  width: 100px;
  border: none;
}
.table_entry li.personal-information li:nth-child(2) {
  width: 500px;
  font-weight: bold;
}
.table_entry li.personal-information li:nth-child(3) {
  display: block;
  overflow: auto;
  width: 780px;
  height: 240px;
  border: 1px solid #e4e8ec;
  border-radius: 4px;
  background: #fff;
  margin: 20px 100px 0 0;
  padding: 30px;
  text-align: left;
}
#entry .personal-information-note p {
  font-size: 13px;
  line-height: 1.6;
  color: #1f1f1f;
  margin-bottom: 25px;
}
#entry .personal-information-note p:last-child {
  margin-bottom: 0;
}
#entry .subscribe {
  margin: -10px 0 40px 120px;
  text-align: left;
}



/* ----- error ----- */
.table_entry span,
.entry_btn span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #e60012;
}
.entry_btn span {
  text-align: center;
}

/* ----- form ----- */
input, textarea {
  margin: 0;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 3px;
  outline: none;
  appearance: none;
  font-size: 16px;
}
.table_entry input[type="text"],
.table_entry textarea {
  background: #e4e8ec;
  width: 500px;
}
.table_entry input[type="checkbox"] {
  vertical-align: middle;
  appearance: checkbox;
}


#entry .entry_btn {
  width: 960px;
  margin: 50px auto 120px;
  text-align: center;
}
#entry .entry_btn label {
  margin-left: 10px;
}

#entry .button:hover {
  cursor: pointer;
  border-radius: 30px;
}
#entry .button:hover:after {
  width: 0;
  left: 0;
}
#entry .button a {
  display: block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
  background-color: #e60012;
  width: 440px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
#entry .button a:after {
  position: absolute;
  transition: .3s;
  top: 30px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  content:'\f105';
  font-family: FontAwesome;
  color: #fff;
}
#entry .button a:hover {
  cursor: pointer;
  border-radius: 40px;
  opacity: 1;
}
#entry .button a:hover:after {
  width: 0%;
  right: 30px;
}
#entry .button.back {
  float: left;
}
#entry .button.back a {
  background-color: #4d4d4d;
  color: #fff;
}
#entry .button.back a:after {
  left: 20px;
  content:'\f104';
  font-family: FontAwesome;
  color: #fff;
}
#entry .button.back a:hover {
  cursor: pointer;
  border-radius: 40px;
  opacity: 1;
}
#entry .button.back a:hover:after {
  width: 0%;
  right: 30px;
}


/* ----- thanks ----- */
.l-heading__inner.thanks {
  background: none;
  width: 960px;
  height: auto;
  margin: 0 auto 65px;
}
.l-heading__inner.thanks h3 {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-weight: normal;
}
#thanks p {
  margin-bottom: 40px;
  text-align: center;
}
#thanks p + p {
  margin-bottom: 60px;
  text-align: center;
}

#thanks .back {
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#thanks .back a {
  color: #003acd;
}