/* CSS Document */
/*--------------------------
  Regist
--------------------------*/
.Regist {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.Regist .i {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 40px 0;
}
.Regist:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.Regist .ans {
  position: relative;
  width: 95%;
  margin: 0 auto 20px auto;
}
.Regist .ans .red {
  color: #FF0004;
}
.Regist .ans strong {
  margin: 0 auto 20px auto;
  padding: 10px 20px 10px 10px;
  border-bottom: 2px solid #f0f3f6;
  font-size: 1rem;
  font-weight: 600;
}
.Regist table {
  width: 95%;
  margin: 0 auto 25px auto;
  font-size: 1rem;
}
.Regist table th {
  position: relative;
  height: auto;
  padding: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  background: #dde5f4;
}
.Regist table .s {
  font-size: 0.7rem;
}
.Regist table .red {
  font-size: 0.7rem;
  color: #FF0004;
}
.Regist table td {
  padding: 15px 15px 15px 15px;
  border: 1px solid #ccc;
}
.Regist table th, .Regist table td {
  position: relative;
  font-weight: bold;
  color: #1c2b36;
  background-color: #fcfcfd;
  vertical-align: top;
}
.Regist .Regist_text {
  display: inline-table;
  margin-right: 10px;
  font-size: 0.9rem;
}
.Regist .Regist_ans {
  display: block;
}
.Regist .button {
  display: block;
  margin: 0 auto 30px auto;
  font-size: 1.4rem;
}
.Regist .button a {
  background: #E61673;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 12px 10px 10px 10px;
}
.ansred {
  width: 90%;
  margin: 0 auto 20px auto;
  color: #FF0004;
}
.Regist .i h3 {
  width: 100%;
  height: auto;
  margin: 15px auto 0 auto;
  font-size: 1.3rem;
  font-weight: 600;
  background: #000;
  color: #fff;
  padding: 15px 40px;
}
.Regist .i dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  font-size: 1rem;
  border: 1px solid #000;
  padding: 20px 35px;
}
.Regist .i dl dt {
  width: 20%;
  padding: 1px;
  box-sizing: border-box;
  font-weight: 600;
}
.Regist .i dl dd {
  padding: 1px;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
  font-weight: 600;
}
.Regist .i dl p {
  width: 100%;
  background: #FCFFCD;
  margin: 10px auto;
  padding: 7px 14px;
  font-size: 0.8rem;
  font-weight: 600;
}
@media screen and (max-width: 320px) {
  dl {
    flex-flow: column nowrap;
  }
  dt, dd {
    width: 100%;
  }
  dd {
    border-left: none;
  }
}