@charset "utf-8";
.a-encircledNumber {
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  padding: 2px 0 6px;
  background-color: #f1d51a;
  width: 30px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .a-encircledNumber {
    font-size: 3.733333333333333vw;
    width: 5.066666666666666vw;
    padding: 0.533333333333333vw 0 0.8vw;
  }
}
.a-inputCheckBox {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.a-inputCheckBox label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 768px) {
  .a-inputCheckBox label {
    padding: 1.333333333333333vw;
  }
}
.a-inputCheckBox label:before {
  content: "";
  display: block;
  opacity: 1;
  width: 25px;
  height: 25px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 4px -4px #000 inset;
  box-shadow: 3px 3px 4px -4px #000 inset;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .a-inputCheckBox label:before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.a-inputCheckBox label:after {
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #ff8400;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .a-inputCheckBox label:after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    left: 2.133333333333333vw;
    top: 2.133333333333333vw;
  }
}
.a-inputCheckBox label span {
  padding-left: 10px;
  font-size: 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media only screen and (max-width: 768px) {
  .a-inputCheckBox label span {
    font-size: 4vw;
    padding-left: 2.133333333333333vw;
    line-height: 1;
  }
}
.a-inputCheckBox label:hover span {
  color: #ff8400;
}
.a-inputCheckBox input {
  opacity: 0;
  position: absolute;
  left: -100%;
}
.a-inputCheckBox input:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ff8400;
}
.a-inputCheckBox input:checked + label:after {
  opacity: 1;
}
.a-inputCheckBox input:checked + label span {
  color: #ff8400;
}
.invalid .a-inputCheckBox label {
  background-color: #fff1f2;
}
.a-inputRadio {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.a-inputRadio label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 768px) {
  .a-inputRadio label {
    padding: 1.333333333333333vw;
  }
}
.a-inputRadio label:before {
  content: "";
  display: block;
  opacity: 1;
  width: 25px;
  height: 25px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 4px -4px #000 inset;
  box-shadow: 3px 3px 4px -4px #000 inset;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .a-inputRadio label:before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.a-inputRadio label:after {
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #ff8400;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .a-inputRadio label:after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    left: 2.133333333333333vw;
    top: 2.133333333333333vw;
  }
}
.a-inputRadio label span {
  padding-left: 10px;
  font-size: 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media only screen and (max-width: 768px) {
  .a-inputRadio label span {
    font-size: 4vw;
    padding-left: 2.133333333333333vw;
    line-height: 1;
  }
}
.a-inputRadio label:hover span {
  color: #ff8400;
}
.a-inputRadio input {
  opacity: 0;
  position: absolute;
  left: -100%;
}
.a-inputRadio input:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ff8400;
}
.a-inputRadio input:checked + label:after {
  opacity: 1;
}
.a-inputRadio input:checked + label span {
  color: #ff8400;
}
.invalid .a-inputRadio label {
  background-color: #fff1f2;
}
.a-inputSelect {
  border: 1px solid #acacac;
  border-radius: 3px;
  padding: 0 0.2em;
  height: 32px;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
  background-color: #fff;
}
.invalid .a-inputSelect {
  border-color: #e50012;
  background-color: #fff1f2;
}
.a-inputText {
  border: 1px solid #acacac;
  border-radius: 3px;
  line-height: 1.875;
  padding: 0 0.2em;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}
.invalid .a-inputText {
  border-color: #e50012;
  background-color: #fff1f2;
}
.a-inputTextArea {
  border: 1px solid #acacac;
  border-radius: 3px;
  padding: 0.2em;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  resize: none;
}
.invalid .a-inputTextArea {
  border-color: #e50012;
  background-color: #fff1f2;
}
.m-agreement {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .m-agreement {
    margin-top: 10.666666666666666vw;
  }
}
@media only screen and (max-width: 768px) {
  .m-agreement .a-text_16 {
    font-size: 4.266666666666667vw;
  }
}
.m-agreement__heading {
  color: #ff8400;
}
.m-agreement__heading br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .m-agreement__heading br {
    display: block;
  }
}
.m-agreement__infomation {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-agreement__infomation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2.666666666666667vw 0 0;
  }
}
.m-agreement__infomation:before {
  content: "※";
}
.m-approval {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .m-approval {
    margin-top: 6.666666666666667vw;
    text-align: left;
  }
}
.m-approval__heading {
  color: #ff8400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .m-approval__heading {
    margin-bottom: 2.666666666666667vw;
    text-align: center;
  }
}
.m-approval__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .m-approval__buttons {
    display: block;
    margin-top: 0;
  }
}
.m-approval__buttons .a-button {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .m-approval__buttons .a-button {
    margin: 6.666666666666667vw auto 0;
  }
}
.m-approval__returnButton {
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .m-approval__returnButton {
    margin: 6.666666666666667vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .m-approval .a-text_16 {
    font-size: 4vw;
  }
}
.m-formItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 16px;
  border-bottom: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  .m-formItem {
    display: block;
    border: none;
    padding: 5.333333333333333vw 0 0;
  }
}
.m-formItem__label {
  font-weight: bold;
  width: 235px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .m-formItem__label {
    width: 100%;
    text-align: left;
    background-color: #fff0d2;
    padding: 1.6vw 4vw;
  }
}
.m-formItem__label > p {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  .m-formItem__label > p {
    width: auto;
    max-width: 70.66666666666667vw;
  }
}
.m-formItem__label--required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .m-formItem__label--required {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.m-formItem__label--required:after {
  width: 36px;
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
  font-weight: normal;
  content: "必須";
  color: #fff;
  background-color: #e50012;
  display: block;
  border-radius: 4px;
  height: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .m-formItem__label--required:after {
    width: 9.066666666666666vw;
    height: 5.066666666666666vw;
    font-size: 3.466666666666667vw;
    margin-left: 2.666666666666667vw;
    padding-top: 0.533333333333333vw;
  }
}
.m-formItem__body {
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .m-formItem__body {
    width: 100%;
    padding: 2.666666666666667vw 4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .m-formItem__body .a-text_14 {
    font-size: 3.6vw;
  }
}
.m-formItem__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .m-formItem__inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.m-formItem__inlineIndex {
  width: 5em;
}
@media only screen and (max-width: 768px) {
  .m-formItem__inlineIndex {
    margin-right: 0;
    margin-bottom: 1.333333333333333vw;
    width: 100%;
  }
}
.m-formItem__spacingBottom {
  margin-bottom: 8px;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .m-formItem__spacingBottom {
    margin-bottom: 2.133333333333333vw;
  }
}
.m-formItem__spacingTop {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .m-formItem__spacingTop {
    margin-top: 2.133333333333333vw;
  }
}
.m-formItem__error {
  color: #e50012;
}
@media only screen and (max-width: 768px) {
  .m-formItem__error {
    font-size: 4.266666666666667vw;
  }
}
.m-formItem__link a {
  color: #6dbabd;
  position: relative;
}
.m-formItem__link a:hover {
  text-decoration: underline;
}
.m-formItem__link a:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-left: 2px solid #6dbabd;
  border-bottom: 2px solid #6dbabd;
  position: absolute;
  right: -30px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .m-formItem__link a:before {
    width: 2.533333333333333vw;
    height: 2.533333333333333vw;
    right: -4vw;
    top: 2.4vw;
  }
}
.m-formItem__link a:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 2px solid #6dbabd;
  border: 2px solid #6dbabd;
  position: absolute;
  right: -34px;
  top: 1px;
}
@media only screen and (max-width: 768px) {
  .m-formItem__link a:after {
    width: 2.533333333333333vw;
    height: 2.533333333333333vw;
    right: -4.8vw;
    top: 1.6vw;
  }
}
.m-meritColumn {
  width: 290px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .m-meritColumn {
    width: 86.66666666666667vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 4vw 0 4vw 1.866666666666667vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .m-meritColumn .m-meritColumn__text {
    width: 77.33333333333333vw;
    font-size: 4.8vw;
  }
}
.m-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .m-submit {
    display: block;
    margin-top: 0;
    padding-top: 5.333333333333333vw;
  }
}
.m-submit .a-button {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .m-submit .a-button {
    margin: 5.333333333333333vw auto 0;
  }
}
.o-facebookConect {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .o-facebookConect {
    margin-bottom: 8vw;
  }
}
.o-facebookConect__button {
  margin: 16px auto 0;
}
@media only screen and (max-width: 768px) {
  .o-facebookConect__button {
    margin-bottom: 4.266666666666667vw;
    letter-spacing: 0.1em;
  }
}
.o-form {
  width: 1000px;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 40px 45px;
}
@media only screen and (max-width: 768px) {
  .o-form {
    width: 100%;
    border-radius: 0;
    padding: 6vw 3.333333333333333vw 11.2vw;
  }
}
.o-form__infomation {
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .o-form__infomation {
    text-align: left;
    margin-bottom: 6.666666666666667vw;
  }
}
.o-form__infomation br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .o-form__infomation br {
    display: block;
  }
}
.o-meritContainer {
  width: 1000px;
  border-radius: 12px;
  background-color: #fff;
  padding: 25px 0 30px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer {
    width: 93.33333333333333vw;
    padding: 4vw 0 1.333333333333333vw;
    margin: 0 auto 10.666666666666666vw;
  }
}
.o-meritContainer__heading {
  color: #ff8400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__heading {
    line-height: 1.394736842105263;
    text-align: center;
  }
}
.o-meritContainer__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__step {
    display: block;
    margin-top: 0;
  }
}
.o-meritContainer__brSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__brSp {
    display: block;
  }
}
.o-meritContainer__brPc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__brPc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__column {
    border-bottom: 1px dotted #7c7e7e;
  }
  .o-meritContainer__column:nth-of-type(3) {
    border-bottom: none;
  }
}
.o-meritContainer__column:nth-of-type(2) {
  border-left: 1px dotted #7c7e7e;
  border-right: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  .o-meritContainer__column:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
}
.o-modalOverlay.modaal-container {
  width: auto;
}
.o-modalOverlay__formItem {
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-modalOverlay__label {
  width: auto;
  color: #6dbabd;
}
@media only screen and (max-width: 768px) {
  .o-modalOverlay__label {
    background-color: #fff;
    padding: 0;
  }
}
.o-modalOverlay__body {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .o-modalOverlay__body {
    padding: 4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .o-modalOverlay__body .a-inputText {
    width: 100%;
  }
}
.o-modalOverlay__buttons .a-button {
  margin: 0 auto;
}
.o-modalOverlay__buttons .a-button.a-button--next {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .o-modalOverlay__buttons .a-button.a-button--next {
    margin-bottom: 4vw;
  }
}
.o-pageHeading {
  background-color: #ff8400;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 40px 0 45px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .o-pageHeading {
    padding: 5.333333333333333vw 0 6.133333333333333vw;
    margin-bottom: 5.333333333333333vw;
  }
}
.o-pageHeading::after {
  content: "";
  background-image: url("../img/common/nami_b.svg");
  background-size: 800px auto;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
}
@media only screen and (max-width: 768px) {
  .o-pageHeading::after {
    background-size: cover;
    height: 0.8vw;
  }
}
.o-pageHeading__title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .o-pageHeading__title {
    margin-bottom: 4.266666666666667vw;
  }
}
.o-pageHeading__titleEn {
  opacity: 0.6;
}
.o-thanksContainer {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .o-thanksContainer {
    margin-bottom: 8vw;
    text-align: left;
    padding: 0 3.333333333333333vw;
  }
}
.o-thanksContainer__heading {
  color: #ff8400;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .o-thanksContainer__heading {
    text-align: center;
  }
}
.o-thanksContainer__infomation {
  color: #e50012;
  margin-top: 0.5em;
}
.o-thanksReturnTop {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .o-thanksReturnTop {
    margin-top: 13.333333333333334vw;
  }
}
.o-thanksReturnTop .a-button {
  margin: 0 auto;
}
.o-troubleContainer {
  width: 840px;
  background-color: #fff;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 40px 45px;
}
@media only screen and (max-width: 768px) {
  .o-troubleContainer {
    width: 93.33333333333333vw;
    padding: 5.333333333333333vw;
  }
}
.o-troubleContainer__title {
  color: #f37213;
  text-align: center;
}
.o-troubleContainer__title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .o-troubleContainer__title br {
    display: block;
  }
}
.o-troubleContainer__mailAddress {
  color: #f37213;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .o-troubleContainer__mailAddress {
    margin-bottom: 5.6vw;
  }
}
.o-troubleContainer__mailAddress:after {
  content: "";
  width: 30px;
  height: 23px;
  background: url("../img/registration/icon_letter.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .o-troubleContainer__mailAddress:after {
    width: 6.666666666666667vw;
    height: 5.2vw;
    margin-left: 1.6vw;
  }
}
.o-troubleContainer__lineSpacing {
  margin-bottom: 1.5em;
}
#contact_send {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
#contact_send .o-thanksContainer:after {
  content: "";
  width: 101px;
  height: 104px;
  background: url("../img/common/icon_char1.png") no-repeat;
  background-size: cover;
  display: block;
  margin: 25px auto 0;
}
@media only screen and (max-width: 768px) {
  #contact_send .o-thanksContainer:after {
    width: 19.333333333333332vw;
    height: 20.133333333333333vw;
    margin: 6.666666666666667vw auto 0;
  }
}
#contact {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #contact {
    padding-bottom: 10.666666666666666vw;
  }
}
#contact .o-form #sender .a-inputRadio:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #sender .a-inputRadio:first-child {
    margin-right: 5.333333333333333vw;
  }
}
#contact .o-form #group_name .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #group_name .o-form__inputText {
    width: 100%;
  }
}
#contact .o-form #name .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #name .o-form__inputText {
    width: 100%;
  }
}
#contact .o-form #kana .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #kana .o-form__inputText {
    width: 100%;
  }
}
#contact .o-form #address .o-form__inputSelect {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #address .o-form__inputSelect {
    width: 36vw;
  }
}
#contact .o-form #address .o-form__inputText {
  width: 610px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #address .o-form__inputText {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #contact .o-form #address .a-text_16 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#contact .o-form #tel .o-form__inputText[name="cont_tel1"] {
  width: 90px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #tel .o-form__inputText[name="cont_tel1"] {
    width: 25.333333333333332vw;
    margin-right: 1.066666666666667vw;
  }
}
#contact .o-form #tel .o-form__inputText[name="cont_tel2"] {
  width: 124px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #tel .o-form__inputText[name="cont_tel2"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
    margin-right: 1.066666666666667vw;
  }
}
#contact .o-form #tel .o-form__inputText[name="cont_tel3"] {
  width: 124px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #tel .o-form__inputText[name="cont_tel3"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
  }
}
#contact .o-form #email .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #email .o-form__inputText {
    width: 100%;
  }
}
#contact .o-form #message .o-form__inputTextArea {
  width: 610px;
  height: 10em;
}
@media only screen and (max-width: 768px) {
  #contact .o-form #message .o-form__inputTextArea {
    width: 100%;
  }
}
#contact .m-agreement #privacy {
  border-top: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  #contact .m-agreement #privacy {
    border: none;
  }
}
#contact .m-agreement #privacy .m-formItem__label--required {
  display: block;
}
@media only screen and (max-width: 768px) {
  #contact .m-agreement #privacy .m-formItem__label--required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#contact .m-agreement #privacy .m-formItem__label--required:after {
  margin-left: 199px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #contact .m-agreement #privacy .m-formItem__label--required:after {
    margin-left: 2.666666666666667vw;
    margin-top: 0;
  }
}
#mypage-leave {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave {
    padding-bottom: 10.666666666666666vw;
  }
}
#mypage-leave .o-form #sender .a-inputRadio:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #sender .a-inputRadio:first-child {
    margin-right: 5.333333333333333vw;
  }
}
#mypage-leave .o-form #group_name .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #group_name .o-form__inputText {
    width: 100%;
  }
}
#mypage-leave .o-form #name .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #name .o-form__inputText {
    width: 100%;
  }
}
#mypage-leave .o-form #kana .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #kana .o-form__inputText {
    width: 100%;
  }
}
#mypage-leave .o-form #address .o-form__inputSelect {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #address .o-form__inputSelect {
    width: 36vw;
  }
}
#mypage-leave .o-form #address .o-form__inputText {
  width: 610px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #address .o-form__inputText {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #address .a-text_16 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#mypage-leave .o-form #tel .o-form__inputText[name="cont_tel1"] {
  width: 90px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #tel .o-form__inputText[name="cont_tel1"] {
    width: 25.333333333333332vw;
    margin-right: 1.066666666666667vw;
  }
}
#mypage-leave .o-form #tel .o-form__inputText[name="cont_tel2"] {
  width: 124px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #tel .o-form__inputText[name="cont_tel2"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
    margin-right: 1.066666666666667vw;
  }
}
#mypage-leave .o-form #tel .o-form__inputText[name="cont_tel3"] {
  width: 124px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #tel .o-form__inputText[name="cont_tel3"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
  }
}
#mypage-leave .o-form #email .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #email .o-form__inputText {
    width: 100%;
  }
}
#mypage-leave .o-form #message .o-form__inputTextArea {
  width: 610px;
  height: 10em;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #message .o-form__inputTextArea {
    width: 100%;
  }
}
#mypage-leave .o-form #password .o-form__inputText {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .o-form #password .o-form__inputText {
    width: 100%;
  }
}
#mypage-leave .m-agreement #privacy {
  border-top: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .m-agreement #privacy {
    border: none;
  }
}
#mypage-leave .m-agreement #privacy .m-formItem__label--required {
  display: block;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .m-agreement #privacy .m-formItem__label--required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#mypage-leave .m-agreement #privacy .m-formItem__label--required:after {
  margin-left: 199px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #mypage-leave .m-agreement #privacy .m-formItem__label--required:after {
    margin-left: 2.666666666666667vw;
    margin-top: 0;
  }
}
#recruit-entry {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry {
    padding-bottom: 10.666666666666666vw;
  }
}
#recruit-entry .o-form #sender .a-inputRadio:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #sender .a-inputRadio:first-child {
    margin-right: 5.333333333333333vw;
  }
}
#recruit-entry .o-form #group_name .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #group_name .o-form__inputText {
    width: 100%;
  }
}
#recruit-entry .o-form #name .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #name .o-form__inputText {
    width: 100%;
  }
}
#recruit-entry .o-form #kana .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #kana .o-form__inputText {
    width: 100%;
  }
}
#recruit-entry .o-form #address .o-form__inputSelect {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #address .o-form__inputSelect {
    width: 36vw;
  }
}
#recruit-entry .o-form #address .o-form__inputText {
  width: 610px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #address .o-form__inputText {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #address .a-text_16 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#recruit-entry .o-form #tel .o-form__inputText[name="cont_tel1"] {
  width: 90px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #tel .o-form__inputText[name="cont_tel1"] {
    width: 25.333333333333332vw;
    margin-right: 1.066666666666667vw;
  }
}
#recruit-entry .o-form #tel .o-form__inputText[name="cont_tel2"] {
  width: 124px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #tel .o-form__inputText[name="cont_tel2"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
    margin-right: 1.066666666666667vw;
  }
}
#recruit-entry .o-form #tel .o-form__inputText[name="cont_tel3"] {
  width: 124px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #tel .o-form__inputText[name="cont_tel3"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
  }
}
#recruit-entry .o-form #email .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #email .o-form__inputText {
    width: 100%;
  }
}
#recruit-entry .o-form #message .o-form__inputTextArea {
  width: 610px;
  height: 10em;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .o-form #message .o-form__inputTextArea {
    width: 100%;
  }
}
#recruit-entry .m-agreement #privacy {
  border-top: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .m-agreement #privacy {
    border: none;
  }
}
#recruit-entry .m-agreement #privacy .m-formItem__label--required {
  display: block;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .m-agreement #privacy .m-formItem__label--required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#recruit-entry .m-agreement #privacy .m-formItem__label--required:after {
  margin-left: 199px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #recruit-entry .m-agreement #privacy .m-formItem__label--required:after {
    margin-left: 2.666666666666667vw;
    margin-top: 0;
  }
}
#recruit-tour {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour {
    padding-bottom: 10.666666666666666vw;
  }
}
#recruit-tour .o-form #sender .a-inputRadio:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #sender .a-inputRadio:first-child {
    margin-right: 5.333333333333333vw;
  }
}
#recruit-tour .o-form #group_name .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #group_name .o-form__inputText {
    width: 100%;
  }
}
#recruit-tour .o-form #name .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #name .o-form__inputText {
    width: 100%;
  }
}
#recruit-tour .o-form #kana .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #kana .o-form__inputText {
    width: 100%;
  }
}
#recruit-tour .o-form #address .o-form__inputSelect {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #address .o-form__inputSelect {
    width: 36vw;
  }
}
#recruit-tour .o-form #address .o-form__inputText {
  width: 610px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #address .o-form__inputText {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #address .a-text_16 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#recruit-tour .o-form #tel .o-form__inputText[name="cont_tel1"] {
  width: 90px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #tel .o-form__inputText[name="cont_tel1"] {
    width: 25.333333333333332vw;
    margin-right: 1.066666666666667vw;
  }
}
#recruit-tour .o-form #tel .o-form__inputText[name="cont_tel2"] {
  width: 124px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #tel .o-form__inputText[name="cont_tel2"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
    margin-right: 1.066666666666667vw;
  }
}
#recruit-tour .o-form #tel .o-form__inputText[name="cont_tel3"] {
  width: 124px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #tel .o-form__inputText[name="cont_tel3"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
  }
}
#recruit-tour .o-form #email .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #email .o-form__inputText {
    width: 100%;
  }
}
#recruit-tour .o-form #message .o-form__inputTextArea {
  width: 610px;
  height: 10em;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .o-form #message .o-form__inputTextArea {
    width: 100%;
  }
}
#recruit-tour .m-agreement #privacy {
  border-top: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .m-agreement #privacy {
    border: none;
  }
}
#recruit-tour .m-agreement #privacy .m-formItem__label--required {
  display: block;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .m-agreement #privacy .m-formItem__label--required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#recruit-tour .m-agreement #privacy .m-formItem__label--required:after {
  margin-left: 199px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #recruit-tour .m-agreement #privacy .m-formItem__label--required:after {
    margin-left: 2.666666666666667vw;
    margin-top: 0;
  }
}
#registration_send {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
#registration_send .o-thanksContainer:after {
  content: "";
  width: 101px;
  height: 104px;
  background: url("../img/common/icon_char1.png") no-repeat;
  background-size: cover;
  display: block;
  margin: 25px auto 0;
}
@media only screen and (max-width: 768px) {
  #registration_send .o-thanksContainer:after {
    width: 19.333333333333332vw;
    height: 20.133333333333333vw;
    margin: 6.666666666666667vw auto 0;
  }
}
#registration {
  background-color: #fff0d2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #registration {
    padding-bottom: 10.666666666666666vw;
  }
}
#registration .o-meritContainer__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#registration .o-meritContainer__heading:before {
  content: "";
  width: 71px;
  height: 77px;
  background: url("../img/registration/icon_merit_heading_01.png") no-repeat;
  background-size: cover;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #registration .o-meritContainer__heading:before {
    width: 13.6vw;
    height: 14.666666666666666vw;
    margin-right: 5.333333333333333vw;
  }
}
#registration .o-meritContainer__heading:after {
  content: "";
  width: 71px;
  height: 77px;
  background: url("../img/registration/icon_merit_heading_02.png") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #registration .o-meritContainer__heading:after {
    width: 13.6vw;
    height: 14.666666666666666vw;
    margin-left: 5.333333333333333vw;
  }
}
#registration .o-facebookConect:after {
  content: "";
  width: 73px;
  height: 75px;
  background: url("../img/common/icon_char1.png") no-repeat;
  background-size: cover;
  display: block;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  #registration .o-facebookConect:after {
    width: 13.866666666666667vw;
    height: 14.4vw;
    margin: 6.666666666666667vw auto 0;
  }
}
#registration .o-form #email .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #email .o-form__inputText {
    width: 100%;
  }
}
#registration .o-form #email2 .o-form__inputText {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #email2 .o-form__inputText {
    width: 100%;
  }
}
#registration .o-form #name .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #name .o-form__inputText {
    width: 100%;
  }
}
#registration .o-form #kana .o-form__inputText {
  width: 510px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #kana .o-form__inputText {
    width: 100%;
  }
}
#registration .o-form #address .o-form__inputSelect {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #address .o-form__inputSelect {
    width: 36vw;
  }
}
#registration .o-form #address .o-form__inputText {
  width: 542px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #address .o-form__inputText {
    width: 100%;
  }
  #registration .address-example {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #registration .o-form #address .a-text_16 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#registration .o-form #tel .o-form__inputText[name="reg_tel1"],
#registration .o-form #tel .o-form__inputText[name="pf_tel1"] {
  width: 90px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #tel .o-form__inputText[name="reg_tel1"],
  #registration .o-form #tel .o-form__inputText[name="pf_tel1"] {
    width: 25.333333333333332vw;
    margin-right: 1.066666666666667vw;
  }
}
#registration .o-form #tel .o-form__inputText[name="reg_tel2"],
#registration .o-form #tel .o-form__inputText[name="pf_tel2"] {
  width: 124px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #tel .o-form__inputText[name="reg_tel2"],
  #registration .o-form #tel .o-form__inputText[name="pf_tel2"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
    margin-right: 1.066666666666667vw;
  }
}
#registration .o-form #tel .o-form__inputText[name="reg_tel3"],
#registration .o-form #tel .o-form__inputText[name="pf_tel3"] {
  width: 124px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #tel .o-form__inputText[name="reg_tel3"],
  #registration .o-form #tel .o-form__inputText[name="pf_tel3"] {
    width: 25.333333333333332vw;
    margin-left: 1.066666666666667vw;
  }
}
#registration .o-form #qual .o-form_checkBox {
  width: 210px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #qual .o-form_checkBox {
    width: 42.666666666666664vw;
    margin-bottom: 5.333333333333333vw;
  }
}
#registration .o-form #qual .o-form_checkBoxContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #qual .o-form_checkBoxContainer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#registration .o-form #qual .o-form__inputText {
  width: 620px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #qual .o-form__inputText {
    width: 100%;
    margin-top: 2.666666666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #registration .o-form #qual .a-text_16 {
    font-size: 3.733333333333333vw;
  }
}
#registration .o-form #school .o-form__inputText[name="reg_school_name"] {
  width: 620px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #school .o-form__inputText[name="reg_school_name"] {
    width: 100%;
  }
}
#registration .o-form #school .o-form__inputSelect[name="reg_school_type"] {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #school .o-form__inputSelect[name="reg_school_type"] {
    width: 100%;
  }
}
#registration .o-form #school .o-form__inputText[name="reg_school_dept"] {
  width: 620px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #school .o-form__inputText[name="reg_school_dept"] {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #registration .o-form #school .a-text_18 {
    font-size: 4.266666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
#registration .o-form #graduation .o-form__inputSelect {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #graduation .o-form__inputSelect {
    width: 29.333333333333332vw;
  }
}
#registration .o-form #password .o-form__inputText {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #password .o-form__inputText {
    width: 100%;
  }
}
#registration .o-form #password2 .o-form__inputText {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  #registration .o-form #password2 .o-form__inputText {
    width: 100%;
  }
}
#registration .m-agreement #rules {
  border-top: 1px dotted #7c7e7e;
}
@media only screen and (max-width: 768px) {
  #registration .m-agreement #rules {
    border: none;
  }
}
#registration .m-agreement #privacy .m-formItem__label--required {
  display: block;
}
@media only screen and (max-width: 768px) {
  #registration .m-agreement #privacy .m-formItem__label--required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#registration .m-agreement #privacy .m-formItem__label--required:after {
  margin-left: 199px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #registration .m-agreement #privacy .m-formItem__label--required:after {
    margin-left: 2.666666666666667vw;
    margin-top: 0;
  }
}
