@charset "UTF-8";
/*-----top&cmn-----*/
.p-contents.--yellow .c-btn a {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .p-contents.--yellow .c-btn a {
    width: 100%;
  }
}

.home_news {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  margin-bottom: 6rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 3rem 5rem 3rem 5.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_news {
    padding: 3rem 2rem 3rem 2rem;
  }
}
.home_news .p-news {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}

.p-contents__flow-item:before {
  width: 22px;
}

@media screen and (max-width: 767px) {
  .p-contents__flow-heading {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contents__flow-item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .--yellow .p-contents__attention {
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .c-btn a {
    width: 100%;
    padding: 16px 30px;
  }
}

.l-sp-header__logo {
  width: 140px;
}

.l-sp-header__btn.--contact {
  width: 85px;
  text-align: center;
}

.l-sp-header__btn.--menu.js-btn-menu {
  width: 100px;
}

.p-news.--footer ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-news.--footer ul {
    margin-bottom: 40px;
  }
}

.p-sp-nav__btn-area .c-btn a {
  padding: 16px 20px;
}

/*-----inquiry-----*/
.p-form-caption {
  font-size: 1.6rem;
}

/*-----inquiry-thanks-----*/
.inquiry-thanks .p-contents__text {
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .inquiry-thanks .p-contents__text {
    line-height: 1.83;
    margin-bottom: 20px;
  }
}
.inquiry-thanks .p-page-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inquiry-thanks .p-page-btn {
    margin-top: 30px;
  }
}

/*-----isiryou-thanks-----*/
.siryou-thanks .p-contents__text {
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .siryou-thanks .p-contents__text {
    line-height: 1.83;
    margin-bottom: 20px;
  }
}
.siryou-thanks .p-page-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .siryou-thanks .p-page-btn {
    margin-top: 30px;
  }
}

/*-----online-----*/
.p-page-c-p.--one:before,
.p-page-c-p.--two:before {
  font-size: 1.6rem;
  height: 22px;
  width: 22px;
  line-height: 20px;
}

/* フォームリセットcss */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* マルチステップフォーム用 */
.p-step-form__catch {
  text-align: center;
}

.p-step-form__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-step-form__logo {
  width: 360px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-step-form__logo {
    width: 100%;
    max-width: 360px;
  }
}
.p-step-form__logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/45;
  object-fit: contain;
}

.p-step-form__text {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

.p-step-form__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  margin-top: 15px;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .p-step-form__list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-step-form__item-image {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fedc3c;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-step-form__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 72.5%;
  max-height: 75%;
}

.p-step-form__item-text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  margin-top: 11px;
  text-align: center;
}

.p-step-form__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 17px;
  font-size: 1.6rem;
  line-height: 1.125;
  text-align: center;
  font-weight: bold;
  border: 2px solid #00913a;
  border-radius: 100vh;
  margin-top: 5px;
  background-color: #a2dea5;
}
.p-step-form__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 24px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.p-step-form__btn.selected {
  color: #fff;
  background-color: #00913a;
}
.p-step-form__btn.selected::after {
  content: none;
}

.p-step-form__btn:disabled {
  color: #c7c7c7;
  border-color: #a2dea5;
  background-color: #fff;
}
.p-step-form__btn:disabled::after {
  content: none;
}

.p-step-form__body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.p-step-form__wrap {
  display: none;
}

.p-step-form__wrap.show {
  display: block;
}

.p-step-form__form {
  margin-top: 60px;
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
}

.p-form-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .p-form-head {
    flex-direction: column;
  }
}

.p-form-head__span {
  text-transform: uppercase;
  display: inline-block;
  color: #00913a;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 600;
}

.p-form-head__list {
  display: flex;
  align-items: center;
}

.p-form-head__item {
  display: flex;
  align-items: center;
}
.p-form-head__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #c7c7c7;
}
@media screen and (max-width: 767px) {
  .p-form-head__item:not(:last-child)::after {
    width: 30px;
  }
}

.p-form-head__item.active .p-form-head__number {
  background-color: green;
}
.p-form-head__item.active .p-form-head__text {
  display: block;
}

.p-form-head__wrap {
  position: relative;
}

.p-form-head__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1/1;
  font-size: 2.2rem;
  line-height: 1.0454545455;
  background-color: #c7c7c7;
  color: #fff;
  border-radius: 3px;
}

.p-form-head__text {
  display: none;
  position: absolute;
  bottom: calc(-1em - 26px);
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
  color: #fff;
  min-width: 100px;
  text-align: center;
  padding: 7px;
  background-color: #00913a;
  border-radius: 3px;
}
.p-form-head__text::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #00913a;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.p-form input::placeholder,
.p-form textarea::placeholder {
  color: #c7c7c7;
}

@media screen and (max-width: 767px) {
  .p-form--4 .p-form__body--radio .wpcf7-form-control {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.p-form__row:nth-of-type(n+2) {
  margin-top: 60px;
}

.p-form__row--text:nth-of-type(n+2) {
  margin-top: 30px;
}

.p-form__row.p-form__row--lgtext {
  margin-top: 60px;
}

.p-form__head {
  position: relative;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #00913a;
}

.p-form__require {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px 3px;
  background-color: #ee762b;
}
@media screen and (max-width: 767px) {
  .p-form__require {
    position: static;
  }
}

.p-form__text {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #00913a;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    margin-top: 10px;
    font-size: 1.7rem;
  }
}

.p-form__sub-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}

.p-form__sub-text--2row {
  margin-top: 18px;
}

.p-form__input-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-form__input-require {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px 3px;
  background-color: #ee762b;
  flex-shrink: 0;
}

.p-form__input-any {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #a5a5a5;
  font-weight: bold;
  padding: 2px 6px 3px;
  border: 1px solid #a5a5a5;
}

.p-form__input-text {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 500;
}

.p-form__body {
  margin-top: 10px;
}

.p-form__body--radio {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__body--radio {
    margin-top: 20px;
  }
}
.p-form__body--radio .wpcf7-form-control-wrap {
  display: block;
  height: auto;
}
.p-form__body--radio .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-form__body--radio .wpcf7-form-control {
    column-gap: 16px;
    row-gap: 12px;
  }
}
.p-form__body--radio .wpcf7-list-item {
  position: relative;
  margin-left: 0;
}
.p-form__body--radio .wpcf7-list-item .wpcf7-list-item-label {
  border: 2px solid #c7c7c7;
  border-radius: 6px;
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__body--radio .wpcf7-list-item .wpcf7-list-item-label {
    padding: 13px;
  }
}
.p-form__body--radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-form__body--radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #a2dea5;
  border-color: #a2dea5;
}

.p-form__radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 24px;
}

.p-form__radio-item {
  position: relative;
}
.p-form__radio-item label {
  border: 2px solid #c7c7c7;
  border-radius: 6px;
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  pointer-events: none;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
.p-form__radio-item input[type=radio] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  margin: 0;
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.p-form__radio-item input[type=radio]:checked + label {
  background-color: #a2dea5;
  border-color: #a2dea5;
}

.p-form__text-item {
  grid-column: 1/-1;
  width: 100%;
  display: none;
  margin-top: 24px;
}
.p-form__text-item input {
  width: 100%;
  border: 2px solid #c7c7c7;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  border-radius: 6px;
}
.p-form__text-item input:focus {
  border-color: #a2dea5;
}

.p-form__text-detail {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.p-form__btn-wrap {
  margin-top: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form__btn-wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 38px;
  }
}

.p-form__btn-wrap--center {
  justify-content: center;
  gap: 24px;
}

.p-form__btn {
  display: inline-block;
  padding: 13px;
  min-width: 144px;
  text-align: center;
  background-color: #00913a;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
}

.p-form__btn.p-form__btn--first,
.p-form__btn.p-form__btn--prev {
  background-color: #D9D9D9;
  color: #000;
}

.p-form__btn:disabled {
  border: 2px solid #a2dea5;
  color: #a5a5a5;
  background-color: #fff;
}

.p-form__input {
  width: 100%;
  padding: 19px;
  font-size: 16px;
  line-height: 1.125;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-form__input {
    padding: 12px;
  }
}
.p-form__input:focus {
  border-color: #a2dea5;
}

.p-form__input--short {
  width: 88px;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .p-form__input--short {
    padding: 12px;
    width: 80px;
  }
}

.p-form__body-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-form__body-flex {
    gap: 16px;
  }
}

.p-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    gap: 2px;
  }
}

.p-form__attention {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  margin-top: 10px;
}

.p-form__label--select {
  position: relative;
}
.p-form__label--select::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: transparent url(../img/icon_aroow.svg) no-repeat center/contain;
}

.p-form__prefecture {
  width: 212px;
  padding: 19px;
  font-size: 16px;
  line-height: 1.125;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
}

.p-form__reason {
  width: 100%;
  min-height: 240px;
  padding: 19px;
  font-size: 16px;
  line-height: 1.125;
  border: 2px solid #c7c7c7;
  border-radius: 6px;
}
.p-form__reason:focus {
  border-color: #a2dea5;
}

.p-form__privacy {
  margin-top: 60px;
}

.p-form__privacy-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 500;
  text-align: center;
}
.p-form__privacy-text a {
  color: #00913a;
  text-decoration: underline;
}

.p-form__acceptance {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
.p-form__acceptance .wpcf7-list-item {
  margin-left: 0;
}
.p-form__acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.p-form__submit-wrap {
  margin-top: 30px;
  text-align: center;
}

.p-form__submit {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #00913a;
  border: 2px solid #000;
  border-radius: 100vh;
  min-width: 270px;
  text-align: center;
  padding: 17px;
}

.p-form__submit:disabled {
  background-color: #fff;
  border-color: #a2dea5;
  color: #c7c7c7;
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 647px;
  overflow-y: auto;
  padding: 60px;
  width: 80%;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 30px;
  }
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-title {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}

.modal-content__bottom {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.modal-content__link {
  display: inline-block;
  min-width: 208px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
  color: #fff;
  background-color: #00913a;
  padding: 14px;
  border: 2px solid #000;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .modal-content__link {
    min-width: 196px;
  }
}

.modal-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.modal-close::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  background: transparent url(../img/icon_close.svg) no-repeat center/contain;
}

.modal-content {
  line-height: 1.5;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* お問い合わせフォームのスタイル */
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

.confirm_area .p-form__nini {
  margin-bottom: 0;
}
.confirm_area .--message .p-form__item-title {
  margin-top: 0;
}
.confirm_area .p-form__item-content.--select:after {
  content: none;
}

#form-wrap .form-btn {
  text-align: center;
  margin-bottom: 20px;
}

.submit-button {
  display: inline-block;
  position: relative;
}
.submit-button .wpcf7-spinner {
  display: none;
}
.submit-button::after {
  content: "→";
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: initial;
}
.submit-button input {
  background-color: #00913a;
  border: 1px solid #000;
  border-radius: 50vh;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.41;
  margin: 0 auto;
  max-width: 100%;
  padding: 16px 60px;
  position: relative;
  text-align: center;
  width: 300px;
}
.submit-button .confirm_button:disabled {
  border-color: #a2dea5;
  background-color: #fff;
  color: #c7c7c7;
}

.submit-button.submit-button--back::after {
  content: "";
}

/* 2024.09.23 */
.contents-container .main-container .section .section-inner_narrow .lectures-btn_wrapper .lectures-btn_a .lectures-btn_img {
  max-width: 503px;
}

.lectures-cell.--ee762b {
  text-align: center;
}

.lectures-cell.--ee762b span {
  color: #000;
  font-size: 1rem;
  font-weight: inherit;
}

/* mypageregistration */
.page-template-pagesmypageregistration-php .p-page-c-contents .note {
  padding: 20px 40px;
  border-radius: 10px;
  background: #F7FAEF;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .note {
    margin-bottom: 30px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .note li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .note li {
    margin-bottom: 15px;
  }
  .page-template-pagesmypageregistration-php .p-page-c-contents .note li:last-child {
    margin-bottom: 0;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .note li span {
  position: relative;
  padding-left: 25px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .note li span {
    font-size: 12px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .note li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../img/mypageregistration/icon_check.png) no-repeat center/cover;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl {
  margin-bottom: 50px;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl h2 {
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
  color: #00913A;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl h2 {
    font-size: 16px;
    padding-top: 20px;
  }
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl h2 br {
    display: none;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl h2 img {
  margin-top: -10px;
  float: left;
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl h2 img {
    margin-top: -20px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_ttl p {
  margin-top: 30px;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step .p-page-btn a {
  width: 100%;
  margin: 0 0 30px 0;
  max-width: 420px;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a {
  color: #fff;
  border-radius: 100vh;
  background: #EE762B;
  border: 2px solid #000;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a {
    font-size: 16px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a:before {
  background-image: url(../img/about-sec4-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 18px;
  vertical-align: middle;
  width: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a .mypageregistration_step__btn_inner {
  display: block;
  width: 70%;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a .small {
  font-size: 14px;
  display: block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a .small {
    font-size: 13px;
    margin-top: 14px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a img {
  width: 76px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_step__btn a img {
    width: 60px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .first_step {
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .first_step {
    margin: 60px 0;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .first_step h3 {
  margin-bottom: 40px;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .first_step__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .first_step__img {
    margin-bottom: 30px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a {
  color: #fff;
  border-radius: 100vh;
  background: #EE762B;
  border: 2px solid #000;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a {
    font-size: 16px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a:before {
  background-image: url(../img/about-sec4-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 18px;
  vertical-align: middle;
  width: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a .mypageregistration_step__btn_inner {
  display: block;
  width: 70%;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a .small {
  font-size: 14px;
  display: block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a .small {
    font-size: 13px;
    margin-top: 14px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a img {
  width: 76px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn a img {
    width: 60px;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn--yellow {
  margin: 75px 0 100px 0;
}
@media screen and (max-width: 480px) {
  .page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn--yellow {
    margin: 40px 0 50px 0;
  }
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn--yellow a {
  color: #000;
  background: #FFDC32;
}
.page-template-pagesmypageregistration-php .p-page-c-contents .mypageregistration_bottom__btn--yellow a .small02 {
  display: inline;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .item_lectures-accordion-cell.--sp-orange-text span {
    font-size: 1.3rem;
    color: #000;
    font-weight: normal;
  }
}/*# sourceMappingURL=new_style.css.map */