@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");
}
#main .inner {
  box-sizing: border-box;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  #main .inner {
    padding: 0 20px;
  }
}
#main .inner h2 {
  padding: 0 0 15px;
  margin: 14px 0 30px;
  color: #1e3779;
  font-size: 22px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #B6B4B9;
}
@media screen and (max-width: 767px) {
  #main .inner h2 {
    padding: 0 0 7px;
    margin: 0 0 18px;
    font-size: 17px;
  }
}
#main .inner p {
  color: #000;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .inner p {
    font-size: 14px;
    line-height: 1.7;
  }
}

#main section {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #main section {
    padding: 20px 0 0;
  }
}
#main section.sec.sec1 {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section.sec.sec1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section.sec.sec1 .inner {
    padding: 0 50px;
  }
}
#main section.sec.sec1 form {
  max-width: unset;
  padding: 52px 60px 110px;
  margin: 35px 100px 20px;
  background-color: #EFF4FF;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section.sec.sec1 form {
    margin: 35px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form {
    padding: 18px 18px 68px;
    margin: 25px 0 16px;
  }
}
#main section.sec.sec1 form:not([class]) {
  padding: 52px 60px 50px;
  margin: 35px 100px 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section.sec.sec1 form:not([class]) {
    margin: 35px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form:not([class]) {
    padding: 18px 18px 50px;
    margin: 25px 0 40px;
  }
}
#main section.sec.sec1 form p {
  color: #DA0000;
}
#main section.sec.sec1 form > div:first-child {
  width: 615px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #main section.sec.sec1 form > div:first-child {
    width: 100%;
  }
}
#main section.sec.sec1 form > div:first-child > p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form > div:first-child > p {
    margin: 0 0 15px;
  }
}
#main section.sec.sec1 form > div:first-child > p input {
  font-size: 16px;
}
#main section.sec.sec1 form label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form label {
    display: block;
  }
}
#main section.sec.sec1 form label span {
  width: 21.33%;
  margin: 0 5px 5px 0;
  color: #585858;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form label span {
    width: 100%;
    margin: 0 5px 0 0;
    font-size: 13px;
  }
}
#main section.sec.sec1 form label input {
  width: 78.67%;
  height: 55px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form label input {
    width: 100%;
    height: 40px;
  }
}
#main section.sec.sec1 form .btn.submit {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .btn.submit {
    margin: 35px auto 0;
  }
}
#main section.sec.sec1 form .btn.submit i.fa.fa-send {
  display: none;
}
#main section.sec.sec1 form .btn.submit button {
  background-color: #4176e5;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .btn.submit button {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#main section.sec.sec1 form .btn.submit button:disabled {
  background-color: #ccc;
  pointer-events: none;
}
#main section.sec.sec1 form .form.form-mail {
  border: none;
  padding: 0;
  margin: 0 auto;
}
#main section.sec.sec1 form .form.form-mail table {
  max-width: unset;
}
#main section.sec.sec1 form .form.form-mail table tr:not(:last-child) th, #main section.sec.sec1 form .form.form-mail table tr:not(:last-child) td {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .form.form-mail table tr:not(:last-child) th, #main section.sec.sec1 form .form.form-mail table tr:not(:last-child) td {
    padding-bottom: 0;
  }
}
#main section.sec.sec1 form .form.form-mail table tr th {
  width: 30%;
  padding: 0 5px 0 0;
  color: #585858;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .form.form-mail table tr th {
    width: 100%;
    font-size: 13px;
  }
}
#main section.sec.sec1 form .form.form-mail table tr td {
  width: 70%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .form.form-mail table tr td {
    width: 100%;
  }
}
#main section.sec.sec1 form .form.form-mail table tr td input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 form .form.form-mail table tr td input {
    height: 40px;
  }
}
#main section.sec.sec1 p.forget {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 p.forget {
    bottom: 19px;
  }
}
#main section.sec.sec1 p.forget a {
  display: inline-block;
  padding: 0;
  color: #1e3779 !important;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #1e3779;
  transition: border-bottom .1s;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 p.forget a {
    font-size: 13px;
  }
}
#main section.sec.sec1 p.forget a:hover {
  background: unset;
  border-bottom: 1px solid transparent;
}
#main section.sec.sec1 p.forget a:after {
  padding-left: 8px;
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 8px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #main section.sec.sec1 p.forget a {
    font-size: 12px;
  }
}
#main section.sec.sec1 p.forget a:before, #main section.sec.sec1 p.forget a:after {
  content: none;
}
#main section .btn.submit,
#main section .btn.entry {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #main section .btn.submit,
  #main section .btn.entry {
    margin: 25px auto 0;
  }
}
#main section .btn.submit button,
#main section .btn.submit a,
#main section .btn.entry button,
#main section .btn.entry a {
  background-color: #22B9EE;
}
@media screen and (max-width: 767px) {
  #main section .btn.submit button,
  #main section .btn.submit a,
  #main section .btn.entry button,
  #main section .btn.entry a {
    width: calc(100% - 74px);
    margin: 0 auto;
  }
}
#main section#pankuzu, #main section.sec1 {
  border-top: none;
}
#main section.sec2 {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  #main section.sec2 {
    margin-bottom: 64px;
  }
}
#main section + section {
  border-top: none;
}
#main section .btn {
  max-width: 400px;
}
#main section .btn a,
#main section button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  padding: 10px 40px 11px;
  margin: 0 auto;
  background-color: #22B9EE;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main section .btn a,
  #main section button {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main section .btn a,
  #main section button {
    max-width: 320px;
    height: 40px;
    background-position: calc(100% - 12px) 50%;
    background-size: 5px;
    font-size: 14px;
  }
}
#main section .btn a:after,
#main section button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 20px;
  padding: 0;
  background-image: url("../media/images/2022/common/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  #main section .btn a:after,
  #main section button:after {
    right: 12px;
    width: 5px;
    height: 10px;
    background-size: 5px;
  }
}
#main section .btn a:hover,
#main section button:hover {
  opacity: 0.7;
  background-color: #22B9EE;
  color: #fff;
}
#main section .g-recaptcha {
  margin: 40px 0 0;
}
#main section .g-recaptcha > div {
  margin: 0 auto;
}

#main #login_wrapper section {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main #login_wrapper form.login div.submit {
    text-align: center;
  }
}
#main #login_wrapper .for_beginner {
  padding: 20px 0 105px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #main #login_wrapper .for_beginner {
    padding: 20px 0 64px;
  }
}
#main #login_wrapper .for_beginner .inner {
  padding: 0 15px;
}
#main #login_wrapper .for_beginner .flow {
  margin: -10px 0 0;
  text-align: right;
}
#main #login_wrapper.inner {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #main #login_wrapper.inner {
    padding-top: 20px;
  }
}
#main #login_wrapper.inner h2 {
  padding: 0 0 15px;
  margin: 14px 0 30px;
  background-image: none;
  color: #1e3779;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #B6B4B9;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #main #login_wrapper.inner h2 {
    padding: 0 0 7px;
    margin: 0 0 18px;
    font-size: 17px;
  }
}
#main #login_wrapper div.for_foreigners {
  margin: 30px 20px;
  background: #EFF4FF;
  padding: 20px;
}
#main #login_wrapper div.for_foreigners .title {
  font-weight: 700;
  color: #1e3779;
  margin: 0 0 10px;
}
#main #login_wrapper div.for_foreigners .body {
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main #login_wrapper div.for_foreigners .body {
    font-size: 13px;
  }
}

#main section#introduction {
  display: none;
}

/*# sourceMappingURL=2022-login.css.map */
