.regist_content {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.regist_content .title {
  width: 100%;
  padding: 42px 0 38px 0;
  background-color: #1F9590;
  text-align: center;
}
.regist_content .title h1 {
  color: #ffffff;
  font-family: "montserrat";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.regist_content .title h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
}
.regist_content__main {
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .regist_content__main {
    width: 96%;
    padding: 0 2%;
  }
}
.regist_content__main h2 {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 500;
  margin: 29px 0 32px 0;
}
.regist_content__main .infor {
  width: 100%;
  padding: 49px 46px 58px 46px;
  background-color: #E5E5E5;
}
@media screen and (max-width: 960px) {
  .regist_content__main .infor {
    padding: 49px 16px 58px 16px;
  }
}
.regist_content__main .infor .notes {
  width: 100%;
  margin-bottom: 45px;
}
.regist_content__main .infor .notes p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 500;
}
.regist_content__main .infor .notes span {
  color: #FF0000;
}
.regist_content__main .infor ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.regist_content__main .infor ul li:first-child {
  width: 100%;
  max-width: 160px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.regist_content__main .infor ul li:first-child span {
  color: #FF0000;
}
.regist_content__main .infor ul li:last-child {
  width: 100%;
}
.regist_content__main .infor ul li:last-child input[type=text] {
  width: 100%;
  padding: 10px 11px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.regist_content__main .infor ul li:last-child .w454 {
  max-width: 454px;
}
.regist_content__main .infor ul li:last-child .w300 {
  max-width: 300px;
}
.regist_content__main .infor ul li:last-child .w227 {
  max-width: 227px;
}
.regist_content__main .infor ul li:last-child .w710 {
  max-width: 710px;
}
.regist_content__main .infor .submit {
  width: 100%;
  max-width: 362px;
  margin: 45px auto 0 auto;
}
.regist_content__main .infor .submit input[type=submit] {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
  background-color: #1F9590;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.regist_content__main .infor .submit input[type=submit]:hover {
  opacity: 0.6;
}
.regist_content__main .infor_confirm {
  width: 100%;
  padding: 49px 46px 58px 46px;
  border: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .regist_content__main .infor_confirm {
    padding: 49px 16px 58px 16px;
  }
}
.regist_content__main .infor_confirm .notes {
  width: 100%;
  margin-bottom: 110px;
}
.regist_content__main .infor_confirm .notes p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 500;
}
.regist_content__main .infor_confirm ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.regist_content__main .infor_confirm ul li:first-child {
  width: 100%;
  max-width: 160px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.regist_content__main .infor_confirm ul li:first-child span {
  color: #FF0000;
}
.regist_content__main .infor_confirm ul li:last-child {
  width: 100%;
  color: #747474;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  /* メールアドレスは半角で改行されないので追加する */
  word-break: break-all;
}

.regist_content__main .infor_confirm .submit {
  width: 100%;
  max-width: 452px;
  margin: 52px auto 0 auto;
}
.regist_content__main .infor_confirm .submit ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.regist_content__main .infor_confirm .submit ul li {
  width: 49%;
}
.regist_content__main .infor_confirm .submit ul li:first-child {
  max-width: 222px;
}
.regist_content__main .infor_confirm .submit ul li:first-child input[type=submit] {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
  background-color: #B9B9B9;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.regist_content__main .infor_confirm .submit ul li:first-child input[type=submit]:hover {
  opacity: 0.6;
}
.regist_content__main .infor_confirm .submit ul li:last-child {
  max-width: 222px;
}
.regist_content__main .infor_confirm .submit ul li:last-child input[type=submit] {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
  background-color: #1F9590;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.regist_content__main .infor_confirm .submit ul li:last-child input[type=submit]:hover {
  opacity: 0.6;
}
.regist_content__main .infor_complet {
  width: 100%;
  padding: 49px 46px 58px 46px;
  border: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .regist_content__main .infor_complet {
    padding: 49px 16px 58px 16px;
  }
}
.regist_content__main .infor_complet .notes01 {
  width: 100%;
}
.regist_content__main .infor_complet .notes01 p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 500;
}
.regist_content__main .infor_complet .notes02 {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 80px;
}
.regist_content__main .infor_complet .notes02 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.regist_content__main .infor_complet .notes02 p a {
  color: #1F9590;
}
.regist_content__main .infor_complet .notes02 p a:visited {
  color: #1F9590;
}
.regist_content__main .infor_complet .notes02 p a:hover {
  text-decoration: underline;
}
.regist_content__main .infor_complet .submit {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
}
.regist_content__main .infor_complet .submit input[type=button] {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
  background-color: #1F9590;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.regist_content__main .infor_complet .submit input[type=button]:hover {
  opacity: 0.6;
}
.regist_content__remind {
  width: 100%;
  margin: 69px 0 54px 0;
}
.regist_content__remind p {
  font-size: 1.0625rem;
  line-height: 2.1875rem;
  font-weight: 600;
}
.regist_content__remind p span {
  display: inline-block;
  margin-top: 26px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.regist_content__remind p a {
  color: #1F9590;
}
.regist_content__remind p a:visited {
  color: #1F9590;
}
.regist_content__remind p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=regist.css.map */

#validation {
  color: #FF0000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 10px;
}

.alert {
  color: #FF0000;
  padding-bottom: 2%;
  text-align: center;
  font-size: large;
}