@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
/***
*  セクション・タイトル
*/
section {
  box-sizing: border-box;
  padding: 40px 0;
  /**
  *  タイトル
  */
}
section.nopd {
  padding-bottom: 0;
}
section.nopd + div section,
section.nopd + section {
  padding-top: 0;
}
section.sec3 + section {
  border-top: 1px solid #ccc;
}
section .title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section .title {
    margin-top: auto;
  }
}
section p {
  color: #626262;
  font-size: 15px;
  line-height: 1.6;
}
section p em {
  color: #b6006e;
  font-style: normal;
  font-weight: bold;
}
section .ta-c {
  text-align: center;
}
section .ta-c span {
  color: #b6006e;
}

.sec div.step {
  margin: 30px auto 50px;
  text-align: center;
}
.sec div.step img {
  max-width: 100%;
  vertical-align: bottom;
}
.sec h2.title {
  color: #517ebb;
  font-family: "GENJ", sans-serif;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec h2.title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec h2.title::before, .sec h2.title::after {
    display: none;
  }
}
.sec div.privacy_policy {
  max-width: 700px;
  border: 1px solid #ddd;
  margin: 20px auto;
}
.sec div.privacy_policy a {
  display: block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #507ebb;
}
.sec div.privacy_policy a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
.sec div.privacy_policy a:hover {
  background: #E6F0FF;
}
.sec #mail_validation_form {
  display: none;
}
.sec div.domain {
  font-size: 13px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
.sec div.domain ul {
  display: inline-block;
  list-style: none;
  margin: auto;
  padding: 0;
}
.sec div.domain ul > li {
  display: inline-block;
  margin-left: 15px;
}
.sec div.domain ul a {
  border-bottom: 1px solid #b6006e;
  color: #b6006e;
  text-decoration: none;
}
.sec div.domain ul a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
.sec div.domain ul a:hover {
  border-bottom: 0;
}
.sec div.domain dl dd {
  margin: 0;
}
.sec div.domain dl dd a {
  color: #b6006e;
}
@media print, screen and (min-width: 980px) {
  .sec div.domain dl {
    width: 600px;
    margin: 20px auto;
    overflow: hidden;
  }
  .sec div.domain dl dt {
    float: left;
    clear: right;
    margin-bottom: 10px;
  }
  .sec div.domain dl dd {
    float: right;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec div.domain dl dt {
    background: #f0f0f0;
    padding: 5px;
  }
  .sec div.domain dl dd {
    margin-bottom: 10px;
  }
  .sec div.domain dl dd span {
    visibility: hidden;
    width: 1px;
  }
  .sec div.domain dl dd span:after {
    content: "";
    display: table;
  }
}
.sec div.form-mail {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 45px auto;
  max-width: 700px;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .sec div.form-mail {
    padding: 10px;
  }
}
.sec div.form-mail table {
  border-collapse: collapse;
  box-sizing: border-box;
  margin: auto;
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec div.form-mail table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec div.form-mail table tbody,
  .sec div.form-mail table tr,
  .sec div.form-mail table th,
  .sec div.form-mail table td {
    display: block;
  }
}
.sec div.form-mail table th,
.sec div.form-mail table td {
  box-sizing: border-box;
  line-height: 1.6;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .sec div.form-mail table th,
  .sec div.form-mail table td {
    padding: 3px 5px;
  }
}
.sec div.form-mail table th {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  width: 200px;
  line-height: 28px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sec div.form-mail table th {
    width: 100%;
  }
}
.sec div.form-mail table td {
  padding-top: 5px;
}
.sec div.form-mail table td span.errormessage {
  display: block;
  margin-bottom: 5px;
}
.sec div.form-mail table td span.errormessage p {
  margin: 0;
  color: #da0000;
}
.sec div.form-mail table td input {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 3px;
  width: 100%;
}
.sec div.submit {
  text-align: center;
}
.sec div.submit a,
.sec div.submit button,
.sec div.submit input {
  display: inline-block;
  align-items: flex-start;
  text-decoration: none;
  background-color: #517ebb;
  border: 1px solid #517ebb;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin: auto;
  max-width: 390px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec div.submit a,
  .sec div.submit button,
  .sec div.submit input {
    font-size: 16px;
  }
}
.sec div.submit a:hover,
.sec div.submit button:hover,
.sec div.submit input:hover {
  background-color: #fff;
  color: #517ebb;
}
.sec.sec3 div.submit {
  margin: 25px auto;
}
.sec.sec3 div.submit a,
.sec.sec3 div.submit button {
  display: inline-block;
  align-items: flex-start;
  text-decoration: none;
  background-color: #b6006e;
  border: 1px solid #b6006e;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin: auto;
  max-width: 390px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec.sec3 div.submit a,
  .sec.sec3 div.submit button {
    font-size: 16px;
  }
}
.sec.sec3 div.submit a:hover,
.sec.sec3 div.submit button:hover {
  background-color: #fff;
  color: #b6006e;
}
.sec.sec3 div.submit.reverse a,
.sec.sec3 div.submit.reverse button {
  display: inline-block;
  align-items: flex-start;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b6006e;
  cursor: pointer;
  font-size: 20px;
  margin: auto;
  max-width: 390px;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-color: #b6006e;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec.sec3 div.submit.reverse a,
  .sec.sec3 div.submit.reverse button {
    font-size: 16px;
  }
}
.sec.sec3 div.submit.reverse a:hover,
.sec.sec3 div.submit.reverse button:hover {
  background-color: #b6006e;
  color: #fff;
}
.sec.sec3 div.submit.reverse a::after,
.sec.sec3 div.submit.reverse button::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: absolute;
  right: 10px;
}
.sec.sec3 div.submit.short a, .sec.sec3 div.submit.short button {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sec.sec3 div.submit.short a, .sec.sec3 div.submit.short button {
    width: 45%;
  }
}
.sec .complete {
  border: 1px solid #ddd;
  margin: 50px 80px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #b6006e;
}

/*****
* 利用規約
***/
div.agreement_document {
  margin-bottom: 50px;
}
div.agreement_document div.submit p {
  margin: 0 0 20px;
}

#entry_steps {
  width: 800px;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
}
#entry_steps::before, #entry_steps::after {
  display: table;
  content: "";
  clear: both;
}
@media print, screen and (min-width: 980px) {
  #entry_steps {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #entry_steps {
    width: 300px;
  }
}
#entry_steps li {
  position: relative;
  list-style: none;
  float: left;
  margin-right: 10px;
  background: #bfc0c0;
  box-sizing: border-box;
  padding-left: 45px;
  border-bottom: 4px solid #bbb;
  width: 183px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #entry_steps li {
    width: 135px;
    height: 50px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
}
#entry_steps li span {
  display: block;
  float: left;
  color: white;
}
#entry_steps li span.num {
  font-size: 30px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.num {
    font-size: 12px;
    line-height: 50px;
  }
}
#entry_steps li span.str {
  font-size: 15px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.str {
    font-size: 12px;
    padding-left: 5px;
  }
}
#entry_steps li span.str.l1 {
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.str.l1 {
    line-height: 50px;
  }
}
#entry_steps li span.str.l2 {
  padding-top: 18px;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  #entry_steps li span.str.l2 {
    padding-top: 9px;
    line-height: 17px;
  }
}
#entry_steps li::before, #entry_steps li::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  content: "";
  vertical-align: middle;
}
#entry_steps li::before {
  box-sizing: border-box;
  border: 35px solid transparent;
  border-left: 35px solid white;
}
@media screen and (max-width: 767px) {
  #entry_steps li::before {
    border: 25px solid transparent;
    border-left: 25px solid white;
  }
}
#entry_steps li::after {
  left: 183px;
  box-sizing: border-box;
  border: 35px solid transparent;
  border-left: 35px solid #bfc0c0;
}
@media screen and (max-width: 767px) {
  #entry_steps li::after {
    left: 135px;
    border: 25px solid transparent;
    border-left: 25px solid #bfc0c0;
  }
}
#entry_steps li:nth-child(1) {
  padding-left: 16px;
}
#entry_steps li:nth-child(1)::before {
  display: none;
}
#entry_steps li:nth-child(1) {
  z-index: 100;
}
#entry_steps li:nth-child(2) {
  z-index: 99;
}
#entry_steps li:nth-child(3) {
  z-index: 98;
}
#entry_steps li:nth-child(4) {
  z-index: 97;
}
#entry_steps li:nth-child(5) {
  z-index: 96;
}
#entry_steps li:nth-child(6) {
  z-index: 95;
}
#entry_steps li:nth-child(7) {
  z-index: 94;
}
#entry_steps li:nth-child(8) {
  z-index: 93;
}
#entry_steps li:nth-child(9) {
  z-index: 92;
}
#entry_steps li:nth-child(10) {
  z-index: 91;
}
#entry_steps li:nth-child(11) {
  z-index: 90;
}
#entry_steps.a1 li:nth-child(1) {
  background: #527ebb;
  border-bottom-color: #427BB6;
}
#entry_steps.a1 li:nth-child(1)::after {
  border-left-color: #527ebb;
}
#entry_steps.a2 li:nth-child(2) {
  background: #527ebb;
  border-bottom-color: #427BB6;
}
#entry_steps.a2 li:nth-child(2)::after {
  border-left-color: #527ebb;
}
#entry_steps.a3 li:nth-child(3) {
  background: #527ebb;
  border-bottom-color: #427BB6;
}
#entry_steps.a3 li:nth-child(3)::after {
  border-left-color: #527ebb;
}
#entry_steps.a4 li:nth-child(4) {
  background: #527ebb;
  border-bottom-color: #427BB6;
}
#entry_steps.a4 li:nth-child(4)::after {
  border-left-color: #527ebb;
}

/*# sourceMappingURL=entry.css.map */
