@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.news_detail_page .card_text img, .question_history_page .answer_area img, .faq_page .card_body .answer_area img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 1rem 0;
}
.news_detail_page .card_text a, .question_history_page .answer_area a, .faq_page .card_body .answer_area a {
  color: #88b627;
  text-decoration: underline;
}
.news_detail_page .card_text ul, .question_history_page .answer_area ul, .faq_page .card_body .answer_area ul {
  margin-bottom: 10px;
}
.news_detail_page .card_text ul li, .question_history_page .answer_area ul li, .faq_page .card_body .answer_area ul li {
  list-style-type: disc;
  margin-left: 25px;
  padding: 5px 0;
  position: relative;
}
.news_detail_page .card_text ul li ::marker, .question_history_page .answer_area ul li ::marker, .faq_page .card_body .answer_area ul li ::marker {
  font-size: 1.2rem;
  position: absolute;
  left: 0px;
}
.news_detail_page .card_text ol, .question_history_page .answer_area ol, .faq_page .card_body .answer_area ol {
  margin-bottom: 10px;
}
.news_detail_page .card_text ol li, .question_history_page .answer_area ol li, .faq_page .card_body .answer_area ol li {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 5px 0;
}
.news_detail_page .card_text table, .question_history_page .answer_area table, .faq_page .card_body .answer_area table {
  margin-bottom: 10px;
}
.news_detail_page .card_text table th, .question_history_page .answer_area table th, .faq_page .card_body .answer_area table th, .news_detail_page .card_text table td, .question_history_page .answer_area table td, .faq_page .card_body .answer_area table td {
  padding: 18px;
  border: solid 1px #2b2b2b;
}
@media only screen and (max-width: 600px) {
  .news_detail_page .card_text table, .question_history_page .answer_area table, .faq_page .card_body .answer_area table {
    width: 100%;
  }
}
.news_detail_page .card_text blockquote, .question_history_page .answer_area blockquote, .faq_page .card_body .answer_area blockquote {
  margin: 1rem 0;
  border-left: 3px solid #c0c0c0;
  padding-left: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2b2b2b;
}

a {
  text-decoration: none;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
  color: #2b2b2b;
}

p {
  letter-spacing: 0.02em;
  line-height: 1.5;
}

h1 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.3;
  color: #2b2b2b;
}

h2 {
  color: #2b2b2b;
  line-height: 1.3;
}

h2.main_index {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #2b2b2b;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  h2.main_index {
    font-size: 20px;
    align-items: flex-start;
  }
}
h2.main_index::before {
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 8px;
}
@media only screen and (max-width: 600px) {
  h2.main_index::before {
    width: 27px;
    height: 27px;
  }
}

h2.h2_line {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.02px;
  color: #2b2b2b;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 600px) {
  h2.h2_line {
    font-size: 20px;
  }
}
h2.h2_line::before {
  display: none;
}

h3 {
  letter-spacing: 0.02px;
  color: #2b2b2b;
}

h4 {
  letter-spacing: 0.02px;
  color: #2b2b2b;
}

.text_green {
  color: #88b627;
}

.text_blue {
  color: #67c1cf;
}

.text_orange {
  color: #f69837;
}

.link_text {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}

button {
  cursor: pointer;
}

.btn_block {
  display: block;
  width: 200px;
  margin-top: 30px;
}

.btn_white {
  background-color: #fff;
  border: solid 1px #88b627;
  color: #88b627;
  padding: 10px 38px 10px 14px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  flex-shrink: 0;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .btn_white {
    font-size: 17px;
    padding: 12px 38px 13px 14px;
  }
}
.btn_white::after {
  content: "";
  background-image: url("../../../images/main/icon/arrow_g.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  transition: background-color 0.2s, color 0.2s;
}
@media only screen and (max-width: 600px) {
  .btn_white::after {
    width: 17px;
    height: 17px;
  }
}
.btn_white:hover {
  opacity: 1;
  background-color: rgba(136, 182, 39, 0.1);
}

.btn_white_back {
  background-color: #fff;
  border: solid 1px #88b627;
  color: #88b627;
  padding: 10px 14px 10px 38px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s, color 0.2s;
}
@media only screen and (max-width: 600px) {
  .btn_white_back {
    padding: 12px 14px 13px 38px;
    font-size: 17px;
  }
}
.btn_white_back::after {
  content: "";
  background-image: url(../../../images/main/icon/arrow_g_back.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
@media only screen and (max-width: 600px) {
  .btn_white_back::after {
    width: 17px;
    height: 17px;
  }
}
.btn_white_back:hover {
  color: #fff;
  background-color: rgba(136, 182, 39, 0.5);
}

.btn_green {
  background-color: #88b627;
  color: #fff;
  padding: 10px 38px 10px 14px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 600px) {
  .btn_green {
    font-size: 17px;
    padding: 12px 38px 13px 14px;
  }
}
.btn_green::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  display: block;
  width: 98%;
  height: 50%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.btn_green::after {
  content: "";
  background-image: url(../../../images/main/icon/arrow_w.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media only screen and (max-width: 600px) {
  .btn_green::after {
    width: 17px;
    height: 17px;
  }
}
.btn_green:hover {
  opacity: 0.8;
}

.card_body {
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 1050px) {
  .card_body {
    padding: 18px;
    width: 92%;
  }
}

.card_date {
  color: #88b627;
  font-weight: 500;
  font-size: 14px;
  margin-right: 40px;
}

.card_li {
  display: flex;
}

.card_body_list {
  display: flex;
  align-items: center;
  height: 52px;
  position: relative;
  margin-bottom: 7px;
  border-radius: 7px;
}
.card_body_list .btn_white {
  padding: 7px 38px 7px 14px;
}

.name_area {
  display: flex;
  align-items: center;
  margin: 28px 0 50px;
  position: relative;
}
.name_area .title_h1 {
  padding-left: 35px;
}
.name_area .title_h1::before {
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
}

.badge {
  padding: 10px 20px;
  border-radius: 7px;
  color: #fff;
  width: 130px;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .badge {
    padding: 12px 0;
    font-size: 17px;
    width: 160px;
  }
}

.badge_default {
  background-color: #b7b7bc;
}

.badge_apply {
  background-color: #67c1cf;
}

.badge_success {
  background-color: #ea7364;
}

.form_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form_head::after {
  margin-left: 8px;
  border-top: 1px solid #dfdede;
  content: "";
  flex-grow: 1;
}

hr {
  border: solid 1px #eae9e9;
  margin: 0;
}

.row {
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .row {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .row {
    margin: 30px 0;
  }
}

.required {
  border-radius: 4px;
  padding: 1px 5px 2px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #88b627;
  position: relative;
  top: -1px;
  right: -12px;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  .required {
    top: -2px;
  }
}

.optional {
  border-radius: 4px;
  padding: 1px 5px 2px;
  font-size: 11px;
  font-weight: 500;
  color: #88b627;
  background-color: #fff;
  border: solid 1px #88b627;
  position: relative;
  top: -1px;
  right: -12px;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  .optional {
    top: -2px;
  }
}

label {
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
}
@media only screen and (max-width: 500px) {
  label {
    font-size: 17px;
    font-weight: 600;
  }
}

.label_main {
  width: 250px;
  flex-shrink: 0;
}
@media only screen and (max-width: 700px) {
  .label_main {
    width: 100%;
    margin-bottom: 15px;
  }
}

.inner_label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .inner_label {
    margin-right: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 385px) {
  .inner_label {
    margin-right: 2px;
  }
}

.label_first_name {
  margin-left: 30px;
}
@media only screen and (max-width: 870px) {
  .label_first_name {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .label_first_name {
    margin-left: 0;
  }
}

input, textarea {
  border: solid 1px #88b627;
  border-radius: 7px;
  font-size: 16px;
  padding: 12px 15px;
}
@media only screen and (max-width: 700px) {
  input, textarea {
    width: 100%;
    padding: 14px 15px;
  }
}

.flash_message {
  margin-bottom: 30px;
  padding: 12px;
  line-height: 1.4;
  color: #2b2b2b;
  background-color: #f5f9ee;
  border: 2px solid #88b627;
  border-radius: 8px;
  font-size: 15px;
}
.flash_message.error {
  color: #EA513E;
  background-color: #FCE6E3;
  border: 2px solid #EA513E;
}

.error input {
  background-color: #FCE6E3;
  border: solid 1px #EA513E;
}

.error_text {
  font-size: 14px;
  color: #EA513E;
  position: relative;
  margin-top: 8px;
  padding: 8px 6px 8px 25px;
  border-radius: 3px;
  letter-spacing: 0.02em;
  background-color: #FCE6E3;
}
.error_text::before {
  content: "";
  background-image: url(../../images/main/icon/icon_error.svg);
  background-size: contain;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  resize: vertical;
}

.form_flex {
  display: flex;
}

.form_group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .form_group {
    flex-direction: column;
  }
}

::-moz-placeholder {
  color: #c6c4c4;
}

::placeholder {
  color: #c6c4c4;
}

.input_note {
  font-size: 14px;
  margin-top: 5px;
  color: #828286;
}

.submit_button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto 16px;
  padding: 10px 0;
  width: 225px;
  color: #88b627;
  border-radius: 7px;
  border: solid 1px #88b627;
  background-color: #f1f6e5;
  transition: opacity 0.2s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.submit_button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 500px) {
  .submit_button {
    margin: 36px auto 0;
  }
}

.password_wrap {
  display: grid;
  position: relative;
  width: 100%;
}
.password_wrap .password_icon {
  position: absolute;
  display: block;
  background-image: url("../../images/main/icon/pw_off.svg");
  background-size: contain;
  width: 18px;
  height: 13px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
}
.password_wrap .password_icon.show {
  height: 10px;
  background-image: url("../../images/main/icon/pw_on.svg");
}

.input_personal_page .form_group,
.graduation_personal_page .form_group,
.question_form_page .form_group {
  align-items: flex-start;
}
.input_personal_page .row,
.graduation_personal_page .row,
.question_form_page .row {
  margin: 25px 0;
}
.input_personal_page .label_main,
.graduation_personal_page .label_main,
.question_form_page .label_main {
  padding-top: 14px;
}
.input_personal_page .row_mail, .input_personal_page .row_password,
.graduation_personal_page .row_mail,
.graduation_personal_page .row_password,
.question_form_page .row_mail,
.question_form_page .row_password {
  margin: 34px 0;
}
.input_personal_page .row_mail .label_main, .input_personal_page .row_password .label_main,
.graduation_personal_page .row_mail .label_main,
.graduation_personal_page .row_password .label_main,
.question_form_page .row_mail .label_main,
.question_form_page .row_password .label_main {
  padding-top: 0;
}
.input_personal_page .row_mail .form_group, .input_personal_page .row_password .form_group,
.graduation_personal_page .row_mail .form_group,
.graduation_personal_page .row_password .form_group,
.question_form_page .row_mail .form_group,
.question_form_page .row_password .form_group {
  align-items: center;
}
@media only screen and (max-width: 870px) {
  .input_personal_page .row_mail .form_group, .input_personal_page .row_password .form_group,
  .graduation_personal_page .row_mail .form_group,
  .graduation_personal_page .row_password .form_group,
  .question_form_page .row_mail .form_group,
  .question_form_page .row_password .form_group {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  .input_personal_page .row_mail, .input_personal_page .row_password,
  .graduation_personal_page .row_mail,
  .graduation_personal_page .row_password,
  .question_form_page .row_mail,
  .question_form_page .row_password {
    margin: 30px 0;
  }
}
.input_personal_page .user_mail,
.graduation_personal_page .user_mail,
.question_form_page .user_mail {
  color: #88b627;
}
@media only screen and (max-width: 700px) {
  .input_personal_page .user_mail,
  .graduation_personal_page .user_mail,
  .question_form_page .user_mail {
    width: 100%;
  }
}
.input_personal_page .input_area_inner,
.graduation_personal_page .input_area_inner,
.question_form_page .input_area_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .input_personal_page .input_area_inner,
  .graduation_personal_page .input_area_inner,
  .question_form_page .input_area_inner {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .input_personal_page .input_area_inner,
  .graduation_personal_page .input_area_inner,
  .question_form_page .input_area_inner {
    justify-content: space-between;
  }
}
.input_personal_page .row_name,
.graduation_personal_page .row_name,
.question_form_page .row_name {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 700px) {
  .input_personal_page .row_name,
  .graduation_personal_page .row_name,
  .question_form_page .row_name {
    display: block;
  }
}
.input_personal_page .row_sex,
.graduation_personal_page .row_sex,
.question_form_page .row_sex {
  margin: 30px 0;
}
.input_personal_page .row_sex .label_main,
.graduation_personal_page .row_sex .label_main,
.question_form_page .row_sex .label_main {
  padding-top: 0;
}
.input_personal_page .form_group_name,
.graduation_personal_page .form_group_name,
.question_form_page .form_group_name {
  display: inline;
}
@media only screen and (max-width: 500px) {
  .input_personal_page .form_group_name,
  .graduation_personal_page .form_group_name,
  .question_form_page .form_group_name {
    display: flex;
    flex-direction: column;
    width: 48%;
  }
}
.input_personal_page .form_group_name .inner_label,
.graduation_personal_page .form_group_name .inner_label,
.question_form_page .form_group_name .inner_label {
  display: inline-block;
  width: 2.5em;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .input_personal_page .form_group_name .inner_label,
  .graduation_personal_page .form_group_name .inner_label,
  .question_form_page .form_group_name .inner_label {
    margin-bottom: 8px;
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 870px) {
  .input_personal_page .form_group_name .form_control,
  .graduation_personal_page .form_group_name .form_control,
  .question_form_page .form_group_name .form_control {
    width: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .input_personal_page .form_group_name .form_control,
  .graduation_personal_page .form_group_name .form_control,
  .question_form_page .form_group_name .form_control {
    width: 100%;
  }
}
.input_personal_page .sex_radio_wrap,
.graduation_personal_page .sex_radio_wrap,
.question_form_page .sex_radio_wrap {
  display: flex;
}
.input_personal_page .birthday_input,
.graduation_personal_page .birthday_input,
.question_form_page .birthday_input {
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .input_personal_page .birthday_input,
  .graduation_personal_page .birthday_input,
  .question_form_page .birthday_input {
    margin-left: 0;
  }
}
.input_personal_page .birthday_input:first-child,
.graduation_personal_page .birthday_input:first-child,
.question_form_page .birthday_input:first-child {
  margin-left: 0;
}
.input_personal_page .birthday_input::before,
.graduation_personal_page .birthday_input::before,
.question_form_page .birthday_input::before {
  content: "";
  background-image: url(../../images/main/icon/form_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 8px;
  display: block;
  position: absolute;
  top: 25%;
  right: 36px;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 870px) {
  .input_personal_page .birthday_input::before,
  .graduation_personal_page .birthday_input::before,
  .question_form_page .birthday_input::before {
    right: 28px;
  }
}
.input_personal_page .birthday_input::after,
.graduation_personal_page .birthday_input::after,
.question_form_page .birthday_input::after {
  content: "";
  background-image: url(../../images/main/icon/form_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 25%;
  right: 36px;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 870px) {
  .input_personal_page .birthday_input::after,
  .graduation_personal_page .birthday_input::after,
  .question_form_page .birthday_input::after {
    right: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .input_personal_page .birthday_input label,
  .graduation_personal_page .birthday_input label,
  .question_form_page .birthday_input label {
    font-weight: 400;
    font-size: 16px;
  }
}
.input_personal_page .text_right,
.graduation_personal_page .text_right,
.question_form_page .text_right {
  width: 120px;
  margin-right: 5px;
}
@media only screen and (max-width: 870px) {
  .input_personal_page .text_right,
  .graduation_personal_page .text_right,
  .question_form_page .text_right {
    width: 73px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .input_personal_page .text_right,
  .graduation_personal_page .text_right,
  .question_form_page .text_right {
    margin-left: 3px;
    margin-right: 0;
  }
}
.input_personal_page .form_inline,
.graduation_personal_page .form_inline,
.question_form_page .form_inline {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .input_personal_page .form_inline,
  .graduation_personal_page .form_inline,
  .question_form_page .form_inline {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .input_personal_page .form_inline,
  .graduation_personal_page .form_inline,
  .question_form_page .form_inline {
    justify-content: space-between;
  }
}
.input_personal_page input[type=number]::-webkit-outer-spin-button,
.input_personal_page input[type=number]::-webkit-inner-spin-button,
.graduation_personal_page input[type=number]::-webkit-outer-spin-button,
.graduation_personal_page input[type=number]::-webkit-inner-spin-button,
.question_form_page input[type=number]::-webkit-outer-spin-button,
.question_form_page input[type=number]::-webkit-inner-spin-button {
  opacity: 0;
  cursor: pointer;
}
.input_personal_page .form_group,
.graduation_personal_page .form_group,
.question_form_page .form_group {
  position: relative;
}
.input_personal_page .address_other_input_area,
.graduation_personal_page .address_other_input_area,
.question_form_page .address_other_input_area {
  width: 100%;
}
.input_personal_page .address_other_input,
.graduation_personal_page .address_other_input,
.question_form_page .address_other_input {
  width: 437px;
}
@media only screen and (max-width: 700px) {
  .input_personal_page .address_other_input,
  .graduation_personal_page .address_other_input,
  .question_form_page .address_other_input {
    width: 100%;
  }
}
.input_personal_page .form_group_others,
.graduation_personal_page .form_group_others,
.question_form_page .form_group_others {
  align-items: baseline;
}
.input_personal_page textarea,
.graduation_personal_page textarea,
.question_form_page textarea {
  -webkit-font-smoothing: antialiased;
}
.input_personal_page .notice_mail,
.graduation_personal_page .notice_mail,
.question_form_page .notice_mail {
  text-align: center;
  font-size: 15px;
  margin: 45px 0;
}
@media only screen and (max-width: 500px) {
  .input_personal_page .notice_mail,
  .graduation_personal_page .notice_mail,
  .question_form_page .notice_mail {
    margin: 36px 0;
  }
}
.input_personal_page .message,
.graduation_personal_page .message,
.question_form_page .message {
  margin-bottom: 15px;
  text-align: center;
}

input[type=checkbox] {
  display: none;
}

.form_check_label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 2px 5px 28px;
  position: relative;
  width: auto;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .form_check_label {
    font-size: 16px;
  }
}

.form_check_label::before {
  background: #fff;
  border: solid 1px #88b627;
  border-radius: 3px;
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 14px;
  width: 15px;
}
@media only screen and (max-width: 500px) {
  .form_check_label::before {
    width: 22px;
    height: 22px;
    top: 11px;
    left: 0;
  }
}

.form_check_label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 5px;
}
@media only screen and (max-width: 500px) {
  .form_check_label::after {
    width: 8px;
    height: 13px;
    left: 7px;
    top: 12px;
  }
}

input[type=checkbox]:checked + .form_check_label::before {
  background-color: #88b627;
}

input[type=checkbox]:checked + .form_check_label::after {
  opacity: 1;
}

input[type=radio] {
  display: none;
}

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 500px) {
  .radio {
    display: inline;
  }
}

.radio::before {
  background: #fff;
  border: 1px solid #88b627;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
@media only screen and (max-width: 500px) {
  .radio::before {
    width: 22px;
    height: 22px;
    top: 46%;
  }
}

.radio::after {
  background: #88b627;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 10px;
}
@media only screen and (max-width: 500px) {
  .radio::after {
    width: 14px;
    height: 14px;
    top: 55%;
    left: 9px;
  }
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
}

.index_label_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.index_card_body_list {
  display: flex;
}
.index_card_body_list p {
  color: #9c9c9c;
  font-size: 13px;
}

.main_area {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.side_nav {
  width: 265px;
  background-color: #2b2b2b;
  padding-top: 52px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  .side_nav {
    position: fixed;
    top: 68px;
    padding-top: 0;
  }
  .side_nav .user {
    display: flex;
    padding: 16px 0 0 19px;
    gap: 0 10px;
  }
  .side_nav .user img {
    width: 30px;
    height: 30px;
  }
  .side_nav .user .user_name {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding-top: 1px;
  }
}
.side_nav .side_nav_hr {
  width: 84.5%;
  margin: 17px auto 10px;
  border: solid 1px #3f3f3f;
}
.side_nav .logo {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .side_nav .side_nav_ul {
    padding-bottom: 100px;
  }
}
.side_nav .side_nav_li {
  position: relative;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .side_nav .side_nav_li {
    font-size: 17px;
  }
}
.side_nav .side_nav_link {
  display: block;
  color: #a6a6a6;
  font-weight: 500;
  padding: 20px 20px 22px 63px;
  position: relative;
  transition: color 0.2s;
}
@media only screen and (max-width: 1000px) {
  .side_nav .side_nav_link {
    padding: 15px 20px 17px 55px;
  }
}
.side_nav .side_nav_link svg {
  position: absolute;
  left: 34px;
  width: auto;
  height: 18px;
}
@media only screen and (max-width: 1000px) {
  .side_nav .side_nav_link svg {
    left: 22px;
    top: 16px;
  }
}
.side_nav .side_nav_link .cls-2 {
  transition: stroke 0.2s;
}
.side_nav .side_nav_link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5px;
  content: "";
  width: 4px;
  height: 46px;
  background: #88b627;
  border-radius: 50px;
  transition: opacity 0.2s;
  opacity: 0;
}
.side_nav .side_nav_link.active, .side_nav .side_nav_link:hover {
  color: #88b627;
}
.side_nav .side_nav_link.active .cls-2, .side_nav .side_nav_link:hover .cls-2 {
  stroke: #88b627;
}
.side_nav .side_nav_link.active .bone_path, .side_nav .side_nav_link:hover .bone_path {
  stroke: #88b627;
}
.side_nav .side_nav_link.active .bell-1, .side_nav .side_nav_link:hover .bell-1 {
  stroke: #88b627;
}
.side_nav .side_nav_link.active .hatena, .side_nav .side_nav_link:hover .hatena {
  fill: #88b627;
}
.side_nav .side_nav_link.active .logout_cls, .side_nav .side_nav_link:hover .logout_cls {
  stroke: #88b627;
}
.side_nav .side_nav_link.active .lympha_stroke, .side_nav .side_nav_link:hover .lympha_stroke {
  stroke: #88b627;
}
.side_nav .side_nav_link.active::after, .side_nav .side_nav_link:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  .side_nav_pc {
    display: none;
  }
}

.side_nav_sp {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  width: 265px;
  height: calc(100vh - 68px);
  transform: translateX(-265px);
  transition: transform 0.5s;
  overflow-y: scroll;
}
.side_nav_sp.show {
  transform: translateX(0);
}

.side_nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #252525;
  opacity: 0.3;
  z-index: 100;
  display: none;
}

.content_area {
  width: calc(100% - 265px);
  padding: 20px;
  margin-left: 265px;
}
@media only screen and (max-width: 1000px) {
  .content_area {
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
    margin-left: 0;
    background-color: #eff0f3;
  }
}

.header_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.header_area .user {
  display: flex;
  align-items: center;
}
.header_area .user img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.header_area .user .user_name {
  color: #2b2b2b;
  font-size: 15px;
}
.header_area .logout {
  font-size: 14px;
  border: solid 1px #2b2b2b;
  border-radius: 7px;
  padding: 6px 10px;
  color: #2b2b2b;
  font-weight: 600;
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  .header_area_pc {
    display: none;
  }
}

.header_area_sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header_area_sp {
    display: block;
    background-color: #fff;
    height: 68px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    /*activeクラスが付与されると線が回転して×に*/
  }
  .header_area_sp .logo_sp_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_area_sp .openbtn {
    position: absolute;
    cursor: pointer;
    left: 25px;
    width: 24px;
    height: 68px;
  }
  .header_area_sp .openbtn span {
    display: inline-block;
    transition: all 0.2s;
    position: absolute;
    left: 0;
    height: 2px;
    background: #88b627;
    width: 24px;
  }
  .header_area_sp .openbtn span:nth-of-type(1) {
    top: 25px;
  }
  .header_area_sp .openbtn span:nth-of-type(2) {
    top: 33px;
  }
  .header_area_sp .openbtn span:nth-of-type(3) {
    top: 41px;
  }
  .header_area_sp .openbtn.active span:nth-of-type(1) {
    top: 31px;
    transform: translateY(2px) rotate(-30deg);
    width: 25px;
  }
  .header_area_sp .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .header_area_sp .openbtn.active span:nth-of-type(3) {
    top: 35px;
    transform: translateY(-2px) rotate(30deg);
    width: 25px;
  }
}

.content_area_inner {
  background-color: #eff0f3;
  border-radius: 17px;
  padding: 22px;
  position: relative;
  min-height: calc(100% - 100px);
}
.content_area_inner.show_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .content_area_inner {
    height: auto;
    border-radius: 0;
    margin-top: 68px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .footer {
    background-color: #eff0f3;
    padding: 20px 0;
  }
}
.footer .copyright {
  text-align: right;
  font-size: 12px;
  color: #b7b7bc;
}
@media only screen and (max-width: 1000px) {
  .footer .copyright {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .copyright {
    margin: 0;
    font-size: 13px;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .footer_position {
    position: relative;
  }
  .footer_position .footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer_position .footer {
    position: static;
  }
}

.freeword_search {
  position: absolute;
  top: 50px;
  right: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .freeword_search {
    position: static;
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .freeword_search {
    margin-bottom: 30px;
  }
}
.freeword_search .freeword_input_area {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .freeword_search .freeword_input_area {
    justify-content: space-between;
  }
}
.freeword_search label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
@media only screen and (max-width: 1400px) {
  .freeword_search label {
    margin-bottom: 8px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .freeword_search label {
    font-size: 16px;
  }
}
.freeword_search input {
  width: 267px;
  height: 38px;
  border: solid 1px #d2d1d1;
  border-radius: 6px;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .freeword_search input {
    width: calc(100% - 80px);
    height: 44px;
  }
}
.freeword_search .btn_search {
  background-color: #88b627;
  border-style: none;
  color: #fff;
  border-radius: 6px;
  width: 72px;
  height: 37px;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 600px) {
  .freeword_search .btn_search {
    font-size: 16px;
    height: 43px;
  }
}
.freeword_search .btn_search:hover {
  opacity: 0.8;
}
.freeword_search ::-moz-placeholder {
  line-height: 1;
}
.freeword_search ::placeholder {
  line-height: 1;
}

.loading_bk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.loading_bk .loading_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border-radius: 8px;
}
.loading_bk .loading_img {
  display: block;
  margin: 20px auto 15px;
}
.loading_bk .loading_message {
  font-size: 14px;
  text-align: center;
}

.name_area {
  display: flex;
  align-items: center;
  margin: 28px 0 50px;
}
@media only screen and (max-width: 600px) {
  .name_area {
    margin: 8px 0 30px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 400px) {
  .name_area {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px 0;
  }
}
.name_area .btn_white {
  margin-left: 10px;
}
@media only screen and (max-width: 400px) {
  .name_area .btn_white {
    align-self: flex-end;
  }
}

@media only screen and (max-width: 1400px) {
  .card_body {
    width: auto;
  }
}

.card_date {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  .card_date {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

.content_area_innner {
  height: 100%;
}

.card_yournews h2::before {
  background-image: url(../../../images/main/icon/icon_g_bel.svg);
}
.card_yournews .card_li {
  border-bottom: solid 2px #eae9e9;
  padding: 15px 0;
}
.card_yournews .card_li:first-child {
  padding-top: 0;
}
.card_yournews .card_li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.card_yournews .card_li .card_date {
  margin-top: 2px;
  margin-right: 40px;
}
@media only screen and (max-width: 1400px) {
  .card_yournews .card_li {
    flex-direction: column;
  }
}

.content_area_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 1400px) {
  .content_area_bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .content_area_bottom {
    margin-top: 35px;
  }
}

.card_course {
  width: 48%;
}
@media only screen and (max-width: 1400px) {
  .card_course {
    width: 100%;
  }
}
.card_course h2 {
  margin-top: 6px;
}
.card_course h2::before {
  background-image: url(../../../images/main/icon/icon_g_book.svg);
}
.card_course .card_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
@media only screen and (max-width: 600px) {
  .card_course .card_li {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .card_course .card_li:last-child {
    margin-bottom: 0;
  }
}
.card_course .li_class_name {
  font-size: 13px;
  color: #88b627;
}
.card_course .li_h {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .card_course .li_h {
    margin-bottom: 10px;
  }
}
.card_course .card_btn {
  display: flex;
}
.card_course .card_btn .btn_white {
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .card_course .card_btn .btn_white {
    width: 160px;
    padding-left: 25px;
  }
}
.card_course .badge {
  margin-left: 0;
}

.card_info {
  width: 50%;
}
@media only screen and (max-width: 1400px) {
  .card_info {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .card_info {
    position: relative;
  }
}
.card_info .card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .card_info .card_header {
    margin-bottom: 15px;
  }
}
.card_info .card_header h2 {
  margin-bottom: 0;
}
.card_info .btn_green_pc {
  display: block;
}
@media only screen and (max-width: 600px) {
  .card_info .btn_green_pc {
    display: none;
  }
}
.card_info .btn_green_sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .card_info .btn_green_sp {
    display: block;
    width: 187px;
    margin: 20px auto 0;
  }
}
.card_info h2::before {
  background-image: url(../../../images/main/icon/icon_g_megaphone.svg);
}
.card_info .card_li {
  border-bottom: solid 2px #eae9e9;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .card_info .card_li {
    display: block;
  }
}
.card_info .card_li:first-child {
  padding-top: 0;
}
.card_info .card_li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.card_info a.btn_white {
  display: inline-block;
  margin-left: 20px;
  padding: 12px 38px 13px 14px;
}
@media only screen and (max-width: 600px) {
  .card_info a.btn_white {
    display: block;
    width: 150px;
    height: auto;
    margin: 15px 0 0 auto;
  }
}

.login_page {
  background-color: #eff0f3;
  padding-top: 100px;
}
@media only screen and (max-width: 500px) {
  .login_page {
    padding-top: 45px;
  }
}
.login_page .login_logo {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .login_page .login_logo {
    width: 302px;
    margin: 0 auto;
  }
}
.login_page .login_logo .h1_mini {
  font-size: 18px;
  font-weight: 600;
  margin-top: 17px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .login_page .login_logo .h1_mini {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .login_page .login_logo {
    font-size: 17px;
  }
}
.login_page .card_body {
  max-width: 1022px;
  border-radius: 12px;
  padding: 30px;
}
@media only screen and (max-width: 1050px) {
  .login_page .card_body {
    width: 92%;
  }
}
@media only screen and (max-width: 500px) {
  .login_page .card_body {
    padding: 18px;
  }
}
.login_page .message {
  font-size: 15px;
  font-weight: 400;
}
.login_page .copyright {
  text-align: center;
  font-size: 12px;
  color: #b7b7bc;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 500px) {
  .login_page .copyright {
    padding: 20px 0;
  }
}

.form_flow {
  display: flex;
  justify-content: center;
  margin: 40px 0 38px;
}
@media only screen and (max-width: 500px) {
  .form_flow {
    margin: 26px 0 20px;
  }
}
.form_flow .from_flow_li {
  position: relative;
  margin: 0 36px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .form_flow .from_flow_li {
    font-size: 13px;
  }
}
.form_flow .from_flow_li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
}
@media only screen and (max-width: 500px) {
  .form_flow .from_flow_li::before {
    width: 21px;
    height: 21px;
    top: 55%;
  }
}
.form_flow .from_flow_li::after {
  content: "";
  background-image: url(../../../images/main/icon/arrow_g_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
.form_flow .three {
  margin-right: 0;
}
.form_flow .three::after {
  display: none;
}

.login_form {
  margin: 0 auto;
}

.mail_submit_button {
  background-color: #88b627;
  padding: 12px 0;
  color: #fff;
  border-radius: 7px;
  border: none;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.2s;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .mail_submit_button {
    margin-top: 5px;
  }
}
.mail_submit_button:hover {
  opacity: 0.8;
}

.row_course_taken {
  background-color: #f5f9ee;
  border-radius: 6px;
  padding: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .row_course_taken {
    padding: 18px;
  }
}
.row_course_taken h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .row_course_taken h2 {
    font-size: 17px;
  }
}
.row_course_taken h3 {
  font-size: 15px;
  color: #88b627;
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .row_course_taken h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.row_course_taken .course_wrap {
  padding-top: 20px;
  padding-bottom: 15px;
}
.row_course_taken .label_green {
  color: #88b627;
  margin-bottom: 15px;
  display: block;
}
.row_course_taken .course_checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .row_course_taken .course_checkbox_wrap {
    flex-direction: column;
  }
}
.row_course_taken .course_checkbox_wrap .form_check {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 5px 0;
}
@media only screen and (max-width: 570px) {
  .row_course_taken .course_checkbox_wrap .form_check {
    width: 100%;
    flex-direction: column;
    margin: 10px 0;
  }
}
.row_course_taken .course_checkbox_wrap input.form_check_input {
  margin: 2px 5px 0 0;
}
.row_course_taken .course_checkbox_wrap .radio {
  padding: 5px 0 5px 30px;
  font-weight: 400;
}
.row_course_taken .course_checkbox_wrap .radio::before {
  top: 0;
  margin-top: 6px;
}
.row_course_taken .course_checkbox_wrap .radio::after {
  top: 0;
  margin-top: 14px;
}
@media only screen and (max-width: 500px) {
  .row_course_taken .course_checkbox_wrap .radio::after {
    top: 3px;
  }
}
.row_course_taken .for {
  color: #808080;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 500px) {
  .row_course_taken .for {
    font-size: 15px;
    margin-top: 8px;
  }
}
.row_course_taken .btn_white {
  padding: 8px 30px 9px 10px;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 570px) {
  .row_course_taken .btn_white {
    width: 100%;
    padding: 10px 30px 11px 10px;
    margin-top: 5px;
    text-align: center;
  }
}
.row_course_taken .btn_white::after {
  right: 10px;
}
.row_course_taken .seitai_check_clear_btn {
  background-color: transparent;
  padding: 0;
  color: #999;
  text-decoration: underline;
  border: 0;
  align-self: flex-end;
}
@media only screen and (max-width: 1000px) {
  .row_course_taken .seitai_check_clear_btn {
    align-self: flex-start;
    margin-top: 15px;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal_container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal_content {
  background: #fff;
  border-radius: 7px;
  text-align: left;
  padding: 30px;
}
@media only screen and (max-width: 500px) {
  .modal_content {
    padding: 18px;
  }
}
.modal_content .madal_title {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 500px) {
  .modal_content .madal_title {
    display: block;
  }
}
.modal_content .madal_title h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 500px) {
  .modal_content .madal_title h2 {
    margin-bottom: 10px;
  }
}
.modal_content .madal_title h3 {
  font-size: 17px;
  font-weight: 500;
  color: #88b627;
}
.modal_content .madal_title h3 span {
  background-color: #b7b7bc;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 10px 3px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 5px;
}
.modal_content .modal_text {
  font-size: 15px;
}
.modal_content .modal_hr {
  margin: 20px 0;
}
@media only screen and (max-width: 500px) {
  .modal_content .modal_hr {
    margin: 16px 0;
  }
}

.error .course_taken_error {
  display: flex;
  align-items: baseline;
}
.error .course_taken_error .error_text {
  margin-left: 15px;
}

.row_course_taken_error {
  background-color: #FCE3E3;
  border: solid 1px #BA1F20;
}

.register_page, .login_form_page, .certification_page {
  padding-top: 0;
  min-height: 100vh;
  position: relative;
}
.register_page .form_wrap, .login_form_page .form_wrap, .certification_page .form_wrap {
  display: grid;
  justify-items: center;
  place-content: center;
  min-height: 100vh;
  padding: 60px 0;
}
.register_page .card_body, .login_form_page .card_body, .certification_page .card_body {
  border-radius: 23px;
  padding: 32px 30px;
  width: 476px;
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  .register_page .card_body, .login_form_page .card_body, .certification_page .card_body {
    width: 92%;
    padding: 18px;
    border-radius: 14px;
  }
}
.register_page .row, .login_form_page .row, .certification_page .row {
  display: grid;
}
.register_page .row_first, .login_form_page .row_first, .certification_page .row_first {
  margin-top: 0;
}
.register_page .label_head, .login_form_page .label_head, .certification_page .label_head {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .register_page .label_head, .login_form_page .label_head, .certification_page .label_head {
    font-size: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .register_page .form_group, .login_form_page .form_group, .certification_page .form_group {
    flex-direction: row;
  }
}
.register_page .form_flex, .login_form_page .form_flex, .certification_page .form_flex {
  justify-content: space-between;
}
.register_page .input_name, .login_form_page .input_name, .certification_page .input_name {
  max-width: 170px;
}
@media only screen and (max-width: 450px) {
  .register_page .input_name, .login_form_page .input_name, .certification_page .input_name {
    max-width: 131px;
  }
}
.register_page .message, .login_form_page .message, .certification_page .message {
  margin-top: 27px;
}
@media only screen and (max-width: 500px) {
  .register_page .message, .login_form_page .message, .certification_page .message {
    margin-top: 20px;
    font-size: 15px;
  }
}
.register_page .resend_button, .login_form_page .resend_button, .certification_page .resend_button {
  border: none;
  background-color: transparent;
  margin-top: 15px;
  padding: 0;
  color: #88b627;
  text-decoration: underline;
  font-size: 15px;
}

.login_form_page .card_body {
  min-width: 302px;
}
@media only screen and (max-width: 600px) {
  .login_form_page .card_body {
    margin: 24px auto 0;
    padding: 27px 18px;
  }
}
@media only screen and (max-width: 600px) {
  .login_form_page .form_wrap {
    display: block;
  }
}
.login_form_page .input_login {
  line-height: 1.2;
}
.login_form_page .message {
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .login_form_page .message {
    font-size: 15px;
    margin-top: 33px;
  }
}
.login_form_page .back_link {
  display: inline-block;
  margin-top: 24px;
  color: #88b627;
  text-decoration: underline;
}

.certification_page .message {
  margin-top: 0;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .certification_page .message {
    font-size: 15px;
  }
}
.certification_page .tfa_token {
  padding-left: 40px;
}
.certification_page .row_certification {
  position: relative;
}
.certification_page .row_certification::before {
  content: "";
  background-image: url(../../../images/main/icon/pw_key.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  top: 40px;
  left: 15px;
}
@media only screen and (max-width: 700px) {
  .certification_page .row_certification::before {
    top: 45px;
  }
}

.input_personal_page .one, .graduation_personal_page .one {
  color: #88b627;
}
.input_personal_page .one::before, .graduation_personal_page .one::before {
  background-image: url(../../../images/main/icon/flow_g_1.svg);
}
.input_personal_page .two, .graduation_personal_page .two {
  color: #808080;
}
.input_personal_page .two::before, .graduation_personal_page .two::before {
  background-image: url(../../../images/main/icon/flow_w_2.svg);
}
.input_personal_page .three, .graduation_personal_page .three {
  color: #808080;
}
.input_personal_page .three::before, .graduation_personal_page .three::before {
  background-image: url(../../../images/main/icon/flow_w_3.svg);
}
.input_personal_page .card_body, .graduation_personal_page .card_body {
  margin: 24px auto 0;
}
.input_personal_page .completion_course, .graduation_personal_page .completion_course {
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .input_personal_page .message, .graduation_personal_page .message {
    margin: 18px auto 0;
  }
}

.confirmation_personal_page .form_flow {
  margin-bottom: 20px;
}
.confirmation_personal_page .one {
  color: #808080;
}
.confirmation_personal_page .one::before {
  background-image: url(../../../images/main/icon/flow_w_1.svg);
}
.confirmation_personal_page .two {
  color: #88b627;
}
.confirmation_personal_page .two::before {
  background-image: url(../../../images/main/icon/flow_g_2.svg);
}
.confirmation_personal_page .three {
  color: #808080;
}
.confirmation_personal_page .three::before {
  background-image: url(../../../images/main/icon/flow_w_3.svg);
}
.confirmation_personal_page .sp_br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .confirmation_personal_page .sp_br {
    display: block;
  }
}
.confirmation_personal_page .message {
  font-size: 14px;
  text-align: center;
  margin: 15px 0 30px;
}
@media only screen and (max-width: 500px) {
  .confirmation_personal_page .message {
    font-size: 15px;
    margin: 26px 0 15px;
  }
}
.confirmation_personal_page .form_head {
  width: 1022px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1050px) {
  .confirmation_personal_page .form_head {
    width: 92%;
  }
}
.confirmation_personal_page .card_body {
  margin: 24px auto 0;
}
.confirmation_personal_page .row {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .row {
    display: block;
  }
}
.confirmation_personal_page .label_main {
  width: 200px;
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .label_main {
    margin-bottom: 8px;
    display: block;
    width: 100%;
  }
}
.confirmation_personal_page .label_green {
  width: 180px;
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .label_green {
    width: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .user_mail {
    width: 100%;
  }
}
.confirmation_personal_page .form_output {
  font-size: 15px;
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .form_output {
    font-size: 16px;
    width: 100%;
  }
}
.confirmation_personal_page .button_flex_area {
  position: relative;
  margin-top: 80px;
  height: 46px;
}
.confirmation_personal_page .button_flex_area .btn_white_back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 14px 11px 38px;
}
.confirmation_personal_page .button_flex_area .submit_button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .confirmation_personal_page .button_flex_area {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px 0;
    height: auto;
  }
  .confirmation_personal_page .button_flex_area .btn_white_back {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
  }
  .confirmation_personal_page .button_flex_area .btn_white_back::after {
    width: 14px;
    height: 14px;
  }
  .confirmation_personal_page .button_flex_area .submit_button {
    display: block;
    position: static;
    margin: 0 auto;
    width: 100%;
  }
}

.completion_personal_page {
  min-height: 100vh;
}
.completion_personal_page .user_name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media only screen and (max-width: 500px) {
  .completion_personal_page .user_name {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.completion_personal_page .one {
  color: #808080;
}
.completion_personal_page .one::before {
  background-image: url(../../../images/main/icon/flow_w_1.svg);
}
.completion_personal_page .two {
  color: #808080;
}
.completion_personal_page .two::before {
  background-image: url(../../../images/main/icon/flow_w_2.svg);
}
.completion_personal_page .three {
  color: #88b627;
}
.completion_personal_page .three::before {
  background-image: url(../../../images/main/icon/flow_g_3.svg);
}
.completion_personal_page h1 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 500px) {
  .completion_personal_page h1 {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.completion_personal_page .row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 870px) {
  .completion_personal_page .row {
    display: block;
  }
}
.completion_personal_page .row_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 870px) {
  .completion_personal_page .row_inner {
    display: block;
  }
  .completion_personal_page .row_inner p {
    margin-bottom: 10px;
  }
}
.completion_personal_page .label_main {
  width: 340px;
}
@media only screen and (max-width: 870px) {
  .completion_personal_page .label_main {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}
.completion_personal_page .btn_white {
  display: inline-block;
}
.completion_personal_page .message {
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .completion_personal_page .message {
    font-size: 16px;
  }
}
.completion_personal_page .home_button {
  display: block;
  margin: 50px auto 0;
  width: 150px;
}

.edit_personal_page .index_h2 {
  margin-top: 23px;
  font-size: 23px;
  font-weight: 600;
}
.edit_personal_page .user_mail,
.edit_personal_page .user_password {
  margin-right: 30px;
}
@media only screen and (max-width: 870px) {
  .edit_personal_page .user_mail,
  .edit_personal_page .user_password {
    margin: 0 0 10px;
  }
}

.edit_mail_password_page .title_h1 {
  padding: 0;
}
.edit_mail_password_page .form_wrap {
  max-width: 800px;
}
.edit_mail_password_page .row {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 700px) {
  .edit_mail_password_page .row {
    flex-direction: column;
    gap: 10px 0;
  }
}
.edit_mail_password_page .row:first-child {
  margin-top: 0;
}
.edit_mail_password_page label {
  width: 250px;
  flex-shrink: 0;
}
.edit_mail_password_page .right_input_area {
  width: 100%;
}
.edit_mail_password_page .user_mail {
  display: inline;
}
.edit_mail_password_page input {
  width: 100%;
}
.edit_mail_password_page .submit_button {
  margin: 30px 0 10px 250px;
}
@media only screen and (max-width: 700px) {
  .edit_mail_password_page .submit_button {
    margin: 30px auto 0;
  }
}

.edit_mail_password_finish_page .title_h1 {
  padding: 0;
}
.edit_mail_password_finish_page .form_wrap {
  max-width: 800px;
}
.edit_mail_password_finish_page .link_button {
  display: block;
  width: 150px;
  margin: 30px 0 0;
}

.movie_big_class_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_manipulative.svg);
  top: 52%;
  transform: translateY(-50%);
  left: 0;
}
.movie_big_class_page.whole_body_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_bone.svg);
}
.movie_big_class_page ul.card_ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .movie_big_class_page ul.card_ul {
    display: block;
  }
}
.movie_big_class_page .card_body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 14px;
  border-radius: 15px;
}
.movie_big_class_page .card_body.cannot_take::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .movie_big_class_page .card_body {
    width: 100%;
    margin-bottom: 22px;
  }
  .movie_big_class_page .card_body:last-child {
    margin-bottom: 0;
  }
}
.movie_big_class_page .card_body:nth-of-type(2) h2 .text_green {
  color: #67c1cf;
}
.movie_big_class_page .card_body:nth-of-type(2) .btn_movie {
  border: solid 1px #67c1cf;
  color: #67c1cf;
}
.movie_big_class_page .card_body:nth-of-type(2) .btn_movie::after {
  background-image: url(../../../images/main/icon/arrow_b.svg);
}
.movie_big_class_page .card_body:nth-of-type(2) .btn_movie:hover {
  opacity: 1;
  background-color: rgba(103, 193, 207, 0.1);
}
.movie_big_class_page .card_body:nth-of-type(3) h2 .text_green {
  color: #f69837;
}
.movie_big_class_page .card_body:nth-of-type(3) .btn_movie {
  border: solid 1px #f69837;
  color: #f69837;
}
.movie_big_class_page .card_body:nth-of-type(3) .btn_movie::after {
  background-image: url(../../../images/main/icon/arrow_o.svg);
}
.movie_big_class_page .card_body:nth-of-type(3) .btn_movie:hover {
  opacity: 1;
  background-color: rgba(246, 152, 55, 0.1);
}
.movie_big_class_page h2 {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.02px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 15px;
}
.movie_big_class_page h2::before {
  display: none;
}
.movie_big_class_page .movie_img {
  border-radius: 8px;
}
.movie_big_class_page .card_text {
  font-weight: 400;
  font-size: 14px;
  margin: 15px 0;
  letter-spacing: 0.01em;
  text-align: center;
}
.movie_big_class_page .btn_movie {
  margin: auto auto 0;
  display: block;
}
@media only screen and (max-width: 600px) {
  .movie_big_class_page .btn_movie {
    width: 187px;
    padding: 12px 38px 13px 38px;
  }
}

.movie_list_page .name_area {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .freeword_search label {
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .freeword_search input {
    height: 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .freeword_search .btn_search {
    font-size: 16px;
    height: 43px;
  }
}
.movie_list_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_movie.svg);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.movie_list_page .tag_search_area .tag_search_head {
  font-size: 14px;
  margin-bottom: 4px;
}
.movie_list_page .tag_search_area .tag_search_head.tag_search_head_fitler {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .tag_search_area .tag_search_head {
    font-size: 16px;
  }
}
.movie_list_page .tag_search_area .tag_search_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.movie_list_page .tag_search_area label.search_check {
  background-color: #fff;
  border-radius: 18.5px;
  padding: 10px 20px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .tag_search_area label.search_check {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .movie_list_page .tag_search_area label.search_check {
    padding: 10px 12px;
  }
}
.movie_list_page .tag_search_area label.search_check_green {
  border: solid 1px #88b627;
  margin-bottom: 8px;
}
.movie_list_page .tag_search_area input[type=checkbox]:checked + .search_check_green {
  background-color: #88b627;
  color: #fff;
}
.movie_list_page .tag_search_area label.search_check_red {
  border: solid 1px #ea7364;
  margin-bottom: 8px;
}
.movie_list_page .tag_search_area input[type=checkbox]:checked + .search_check_red {
  background-color: #ea7364;
  color: #fff;
}
.movie_list_page .form_head {
  margin: 28px 0 15px;
}
@media only screen and (max-width: 600px) {
  .movie_list_page .form_head {
    margin-top: 20px;
  }
}
.movie_list_page .index_number_title {
  width: calc(100% - 554px);
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .index_number_title {
    display: none;
  }
}
.movie_list_page .index_number_title .index_title1 {
  width: 90px;
}
.movie_list_page .index_button_area {
  width: 554px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .index_button_area {
    display: none;
  }
}
.movie_list_page .index_button_area .index_title3 {
  width: 166.2px;
}
.movie_list_page .index_button_area .index_title4 {
  width: 170px;
}
.movie_list_page .card_body_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .card_body_list {
    display: block;
    height: auto;
  }
}
.movie_list_page .number_title {
  display: flex;
  width: calc(100% - 534px);
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .number_title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.movie_list_page .button_area {
  display: flex;
  align-items: baseline;
  width: 534px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .button_area {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .movie_list_page .button_area {
    gap: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .movie_list_page .button_area {
    width: 100%;
  }
}
.movie_list_page .card_number {
  color: #88b627;
  font-weight: 500;
  font-size: 14px;
  width: 70px;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .card_number {
    width: auto;
    margin-right: 10px;
    font-size: 17px;
    white-space: nowrap;
  }
}
.movie_list_page .card_title {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .card_title {
    font-size: 17px;
  }
}
.movie_list_page .btn_white {
  margin-right: 40px;
  padding: 10px 38px 10px 14px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .btn_white {
    padding: 12px 38px 13px 14px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .movie_list_page .btn_white {
    width: 48%;
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 386px) {
  .movie_list_page .btn_white {
    padding: 12px 32px 13px 9px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .btn_white::after {
    width: 17px;
    height: 17px;
  }
}
.movie_list_page .badge {
  margin: 0 60px 0 0;
  position: relative;
  padding: 9px 20px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .badge {
    padding: 12px 20px 13px;
    margin: 0;
    font-size: 17px;
    width: 144px;
  }
}
@media only screen and (max-width: 600px) {
  .movie_list_page .badge {
    width: 48%;
  }
}
.movie_list_page .badge_viewed {
  background-color: #d2d2d2;
}
.movie_list_page .badge_not_viewed {
  background-color: #ea7364;
}
.movie_list_page .favorite {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .favorite {
    display: block;
    margin-left: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .movie_list_page .favorite {
    margin: 8px 0 0 20px;
  }
}
.movie_list_page .favorite::before {
  content: "";
  background-image: url(../../../images/main/icon/favorite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2.2px;
  left: -22px;
}
@media only screen and (max-width: 1200px) {
  .movie_list_page .favorite::before {
    top: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .movie_list_page a.btn_white {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1000px) {
  .movie_list_page a.btn_white {
    margin-right: 0;
  }
}

.movie_single_page .name_area {
  margin-bottom: 10px;
}
.movie_single_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_movie.svg);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 523px) {
  .movie_single_page .title_h1:before {
    top: 24%;
  }
}
.movie_single_page .tag_area {
  display: flex;
  align-items: center;
  margin: 0 0 36px 10px;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .tag_area {
    margin: 5px 0 30px;
    display: inline-flex;
  }
}
.movie_single_page .tag_area .tag {
  color: #88b627;
  background-color: #fff;
  padding: 3px 19px 4px 15px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .tag_area .tag {
    font-size: 16px;
  }
}
.movie_single_page .tag_area .tag::before {
  content: "";
  background-image: url(../../../images/main/icon/tag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.movie_single_page .movie_area {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .movie_area {
    display: block;
  }
}
.movie_single_page .movie_area video {
  margin-right: 24px;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .movie_area video {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .movie_single_page .movie_area video {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area video {
    height: 208px;
  }
}
.movie_single_page .movie_area .movie_area_right {
  width: 330px;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area .movie_area_right {
    width: 100%;
  }
}
.movie_single_page .movie_area .textbook {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .movie_area .textbook {
    margin-bottom: 5px;
  }
}
.movie_single_page .movie_area .badge_green {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #88b627;
  color: #fff;
  padding: 11px 0 9px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area .badge_green {
    font-size: 17px;
    padding: 16px 0 11px;
  }
}
.movie_single_page .movie_area .badge_green::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  display: block;
  width: 99%;
  height: 49%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.movie_single_page .movie_area .badge_green:hover {
  opacity: 0.8;
}
.movie_single_page .movie_area .badge_green.active {
  background-color: #cecece;
  color: #fff;
}
.movie_single_page .movie_area .badge_green.active::before {
  display: none;
}
.movie_single_page .movie_area .badge_favorite_add {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #2b2b2b;
  padding: 11px 0 9px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  border: solid 1px #88b627;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area .badge_favorite_add {
    font-size: 17px;
    padding: 15px 0 10px;
  }
}
.movie_single_page .movie_area .badge_favorite_add:hover {
  background-color: rgba(136, 182, 39, 0.1);
}
.movie_single_page .movie_area .badge_favorite_add span {
  position: relative;
}
.movie_single_page .movie_area .badge_favorite_add span::before {
  content: "";
  background-image: url(../../../images/main/icon/favorite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area .badge_favorite_add span::before {
    width: 19px;
    height: 19px;
    top: 42%;
    left: -24px;
  }
}
.movie_single_page .movie_area .badge_favorite_add.active {
  background-color: #cecece;
  color: #fff;
  border: solid 1px #cecece;
}
.movie_single_page .movie_area .badge_favorite_add.active span {
  position: relative;
}
.movie_single_page .movie_area .badge_favorite_add.active span::before {
  content: "";
  background-image: url(../../../images/main/icon/favorite_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_area .badge_favorite_add.active span::before {
    width: 19px;
    height: 19px;
    top: 42%;
    left: -24px;
  }
}
.movie_single_page .movie_area .caution {
  font-size: 12.5px;
  color: #818181;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .movie_area .caution_pc {
    display: none;
  }
}
.movie_single_page .movie_area .caution_sp {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .movie_area .caution_sp {
    display: block;
    font-size: 14px;
    margin: 0 0 30px;
  }
}
.movie_single_page .commentary_area {
  width: 670px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .commentary_area {
    width: 100%;
    margin-bottom: 50px;
  }
}
.movie_single_page .commentary_area .comment {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .commentary_area .comment {
    font-size: 16px;
  }
}
.movie_single_page .prev_next_btn_area {
  display: flex;
  gap: 0 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .prev_next_btn_area {
    gap: 0 2.6%;
    margin-bottom: 40px;
  }
}
.movie_single_page .prev_next_btn_area .btn_white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 170px;
  padding: 11px 0 12px;
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .movie_single_page .prev_next_btn_area .btn_white {
    width: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .movie_single_page .prev_next_btn_area .btn_white {
    width: 48.7%;
    font-size: 18px;
    padding: 12px 0 13px;
  }
}
.movie_single_page .prev_next_btn_area .btn_white.not_active {
  background-color: #CCCDD0;
}
.movie_single_page .prev_next_btn_area .btn_white.prev_btn::before {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../images/main/icon/arrow_g_back.svg);
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .prev_next_btn_area .btn_white.prev_btn::before {
    width: 18px;
    height: 18px;
  }
}
.movie_single_page .prev_next_btn_area .btn_white.prev_btn::after {
  display: none;
}
.movie_single_page .prev_next_btn_area .btn_white.next_btn::after {
  position: relative;
  top: 1px;
  left: auto;
  right: auto;
  transform: none;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .prev_next_btn_area .btn_white.next_btn::after {
    width: 18px;
    height: 18px;
  }
}
.movie_single_page .movie_list_link_wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_list_link_wrap {
    text-align: center;
  }
}
.movie_single_page .movie_list_link {
  padding-bottom: 1px;
  color: #818181;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #818181;
}
@media only screen and (max-width: 600px) {
  .movie_single_page .movie_list_link {
    font-size: 16px;
  }
}

.faq_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_faq.svg);
  top: 51%;
  transform: translateY(-50%);
  left: 0;
}
.faq_page .freeword_link_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
}
.faq_page .freeword_search {
  position: static;
  justify-content: flex-end;
}
@media only screen and (max-width: 1400px) {
  .faq_page .freeword_search {
    margin-bottom: 0;
  }
}
.faq_page .faq_search_area {
  position: relative;
}
.faq_page .faq_search_area .faq_search_list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .faq_page .faq_search_area .faq_search_list {
    flex-direction: column;
  }
}
.faq_page .faq_search_area .faq_tag {
  background-color: #fff;
  border: solid 1px #88b627;
  border-radius: 50px;
  padding: 11px 36px 12px 20px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 650px) {
  .faq_page .faq_search_area .faq_tag {
    width: 260px;
    margin: 0 auto 8px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .faq_page .faq_search_area .faq_tag {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .faq_page .faq_search_area .faq_tag {
    width: 100%;
    margin: 0 auto 8px;
  }
}
.faq_page .faq_search_area .faq_tag::after {
  content: "";
  background-image: url(../../../images/main/icon/arrow_g_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.faq_page .faq_search_area .faq_tag:hover {
  background-color: rgba(136, 182, 39, 0.5);
}
.faq_page .card_body {
  padding-top: 26px;
  margin-top: 26px;
}
@media only screen and (max-width: 600px) {
  .faq_page .card_body {
    padding-top: 18px;
  }
}
.faq_page .card_body h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.faq_page .card_body .faq_li {
  margin-bottom: 15px;
  background-color: #f5f9ee;
  border-radius: 6px;
}
.faq_page .card_body .faq_li:last-child {
  margin-bottom: 0;
}
.faq_page .card_body .question {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 40px 15px 40px;
  position: relative;
  line-height: 1.6;
}
.faq_page .card_body .long_question {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .faq_page .card_body .long_question {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.faq_page .card_body .faq_icon {
  content: "";
  background-image: url(../../../images/main/icon/faq_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  margin: 0;
  margin-left: 5px;
}
.faq_page .card_body .faq_icon.active {
  background-image: url(../../../images/main/icon/faq_minus.svg);
}
.faq_page .card_body .question_q {
  color: #88b627;
  font-weight: 600;
  margin-right: 10px;
  font-size: 17px;
  position: absolute;
  top: 11px;
  left: 15px;
}
.faq_page .card_body .faq_open {
  display: none;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 600px) {
  .faq_page .card_body .faq_open {
    padding: 0 10px 15px;
  }
}
.faq_page .card_body .faq_open.active {
  background-color: #f5f9ee;
  padding: 0 15px 15px;
}
.faq_page .card_body .answer_area {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .faq_page .card_body .answer_area {
    padding: 12px 12px;
  }
}
.faq_page .card_body img {
  margin: 15px 0;
  max-width: 600px;
}
@media only screen and (max-width: 500px) {
  .faq_page .card_body img {
    width: 100%;
    height: auto;
  }
}
.faq_page .card_body .faq_link {
  font-size: 14px;
  text-decoration: underline;
  color: #88b627;
  margin-bottom: 5px;
  display: block;
}
.faq_page .card_body .faq_link:hover {
  opacity: 0.6;
  transform: 0.3s;
}

.question_form_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_form.svg);
  top: 61%;
  left: 0;
}
.question_form_page p {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .question_form_page p {
    font-size: 16px;
  }
}
.question_form_page .question_completion_read {
  margin: -5px 0 48px;
}
.question_form_page hr {
  margin: 18px 0;
}
.question_form_page .row {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}
.question_form_page .row:first-child {
  margin-top: 0;
}
.question_form_page .row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .question_form_page .row {
    display: block;
    margin: 30px 0;
  }
}
.question_form_page .row_img_1 {
  margin: 24px 0 18px;
}
.question_form_page .row_img_2 {
  margin: 8px 0 20px;
}
.question_form_page .row_img_inner {
  display: flex;
  align-items: baseline;
}
.question_form_page .form_text {
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .question_form_page .form_text {
    margin-top: -5px;
    font-size: 16px;
  }
}
.question_form_page .form_group_others {
  align-items: baseline;
}
.question_form_page label {
  width: 160px;
  flex-shrink: 0;
}
@media only screen and (max-width: 800px) {
  .question_form_page label {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .question_form_page label {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }
}
.question_form_page textarea {
  -webkit-font-smoothing: antialiased;
}
.question_form_page input[type=file] {
  display: none;
}
.question_form_page label.file_style {
  color: #fff;
  background-color: #88b627;
  padding: 9px 0 10px 34px;
  border-radius: 5px;
  cursor: pointer;
  width: 156px;
  position: relative;
  transition: opacity 0.3s;
}
.question_form_page label.file_style::before {
  content: "";
  background-image: url(../../../images/main/icon/icon_file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.question_form_page label.file_style::after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: block;
  width: 99%;
  height: 49%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.question_form_page label.file_style:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .question_form_page label.file_style {
    font-size: 17px;
    padding: 13px 14px 14px 34px;
    font-weight: 500;
    margin-bottom: 0;
    width: auto;
  }
}
.question_form_page .file_name_1, .question_form_page .file_name_2 {
  margin-left: 10px;
}
.question_form_page .question_img {
  width: auto;
  height: 150px;
}
.question_form_page button.submit_button, .question_form_page a.submit_button {
  padding: 14px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .question_form_page button.submit_button, .question_form_page a.submit_button {
    margin: 50px auto 20px;
  }
}

.question_history_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_log.svg);
  top: 51%;
  transform: translateY(-50%);
  left: 0;
}
.question_history_page .card_body {
  padding: 0;
}
.question_history_page .question_li {
  position: relative;
  margin-bottom: 8px;
}
.question_history_page .question_li .open_close_icon {
  content: "";
  background-image: url(../../../images/main/icon/faq_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  margin: 0;
}
.question_history_page .question_li .open_close_icon.active {
  content: "";
  background-image: url(../../../images/main/icon/faq_minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  margin: 0;
}
.question_history_page .question {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  padding: 18px 40px 18px 165px;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .question_history_page .question {
    padding: 56px 18px 18px 18px;
  }
}
.question_history_page .long_question {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .question_history_page .long_question {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.question_history_page .date {
  color: #88b627;
  font-weight: 500;
  margin-right: 10px;
  font-size: 15px;
  position: absolute;
  top: 18px;
  left: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  .question_history_page .date {
    font-size: 17px;
  }
}
.question_history_page hr {
  margin: 0 20px 20px;
}
.question_history_page .question_open {
  display: none;
}
.question_history_page .question_open img {
  margin: 10px 0;
  display: block;
}
@media only screen and (max-width: 500px) {
  .question_history_page .question_open img {
    width: 100%;
    height: auto;
  }
}
.question_history_page .open_flex {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .question_history_page .open_flex {
    flex-direction: column;
  }
}
.question_history_page .question_open.active {
  display: flex;
  justify-content: center;
}
.question_history_page .question_area {
  position: relative;
  width: 50%;
  border-radius: 7px;
  background-color: #f5f9ee;
  margin: 0 10px 20px 20px;
  padding: 18px 18px 36px 18px;
}
.question_history_page .question_area img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 800px) {
  .question_history_page .question_area {
    width: calc(100% - 36px);
    margin: 0 auto 9px;
  }
}
.question_history_page .answer_area {
  position: relative;
  width: 50%;
  border-radius: 7px;
  background-color: #fcf0ee;
  margin: 0 20px 20px 10px;
  padding: 18px 18px 36px 18px;
}
.question_history_page .answer_area img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 800px) {
  .question_history_page .answer_area {
    width: calc(100% - 36px);
    margin: 9px auto 18px;
  }
}
.question_history_page .q_head {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 11px 7px;
  background-color: #88b627;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.03rem;
}
.question_history_page .a_head {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 11px 7px;
  background-color: #ea7364;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.03rem;
}
.question_history_page .content_text {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.question_history_page .answer_link {
  color: #ea7364;
  font-size: 14px;
  display: block;
  margin: 10px 0 5px;
  text-decoration: underline;
}
.question_history_page .posted_date {
  position: absolute;
  bottom: 8px;
  right: 18px;
  font-size: 14px;
  color: #b7b7bc;
}

@media only screen and (max-width: 600px) {
  .add_course_page .name_area {
    margin-bottom: 30px;
  }
}
.add_course_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_add.svg);
  top: 51%;
  transform: translateY(-50%);
  left: 0;
}
.add_course_page .li_class_name {
  font-size: 13px;
  color: #88b627;
}
.add_course_page .form_head {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .add_course_page .form_head {
    margin-top: 30px;
  }
}
.add_course_page .card_body {
  padding: 8px 20px;
}
.add_course_page .status {
  max-width: 600px;
}
.add_course_page .row_course_taken {
  max-width: 1022px;
}
.add_course_page .row_name {
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}
@media only screen and (max-width: 600px) {
  .add_course_page .row_name {
    display: block;
    margin-bottom: 18px;
  }
}
.add_course_page .row_name label {
  width: 185px;
}
@media only screen and (max-width: 600px) {
  .add_course_page .row_name label {
    margin-bottom: 10px;
    display: block;
  }
}
.add_course_page .form_group_others {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .add_course_page .form_group_others {
    display: block;
  }
}
.add_course_page .form_check_label {
  width: 250px;
}
@media only screen and (max-width: 600px) {
  .add_course_page .form_check_label {
    width: 260px;
  }
}
.add_course_page textarea {
  -webkit-font-smoothing: antialiased;
}
.add_course_page label.label_main {
  margin-bottom: 10px;
  display: block;
}
.add_course_page .submit_button {
  margin: 38px auto;
}

.add_course_confirm_page .title_h1::before, .add_course_finish_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_add.svg);
  top: 51%;
  transform: translateY(-50%);
  left: 0;
}
.add_course_confirm_page .lead_text, .add_course_finish_page .lead_text {
  font-size: 14px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .add_course_confirm_page .lead_text, .add_course_finish_page .lead_text {
    font-size: 15px;
  }
}
.add_course_confirm_page .row, .add_course_finish_page .row {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 500px) {
  .add_course_confirm_page .row, .add_course_finish_page .row {
    display: block;
  }
}
.add_course_confirm_page label, .add_course_finish_page label {
  width: 185px;
  flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .add_course_confirm_page label, .add_course_finish_page label {
    margin-bottom: 10px;
    display: block;
  }
}
.add_course_confirm_page .button_area, .add_course_finish_page .button_area {
  position: relative;
  margin-top: 75px;
  margin-bottom: 20px;
  height: 46px;
}
@media only screen and (max-width: 700px) {
  .add_course_confirm_page .button_area, .add_course_finish_page .button_area {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    gap: 40px 0;
  }
}
.add_course_confirm_page .btn_white_back, .add_course_finish_page .btn_white_back {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
}
@media only screen and (max-width: 700px) {
  .add_course_confirm_page .btn_white_back, .add_course_finish_page .btn_white_back {
    position: relative;
    height: auto;
    font-size: 14px;
  }
  .add_course_confirm_page .btn_white_back::after, .add_course_finish_page .btn_white_back::after {
    width: 14px;
    height: 14px;
  }
}
.add_course_confirm_page .submit_button, .add_course_finish_page .submit_button {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .add_course_confirm_page .submit_button, .add_course_finish_page .submit_button {
    position: static;
    transform: none;
    width: 100%;
  }
}
.add_course_confirm_page .to_home_btn, .add_course_finish_page .to_home_btn {
  display: block;
  width: 150px;
}

.news_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_bel.svg);
  top: 56%;
  transform: translateY(-50%);
  left: 0;
}
.news_page .btn_white {
  padding: 10px 38px 10px 14px;
}
@media only screen and (max-width: 600px) {
  .news_page .btn_white {
    display: block;
    width: 150px;
    margin: 10px 0 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .news_page .index_label_ul {
    display: none;
  }
}
.news_page .li_inner {
  display: flex;
}
.news_page .index_number_title .index_title1 {
  width: 135px;
  padding-left: 20px;
}
.news_page .index_title3 {
  width: 135px;
}
.news_page .content_area_inner {
  position: relative;
}
.news_page .card_body_list {
  display: flex;
  justify-content: space-between;
  padding-right: 7px;
}
@media only screen and (max-width: 600px) {
  .news_page .card_body_list {
    display: block;
    height: auto;
    padding-right: 18px;
  }
}
.news_page .li_inner {
  width: calc(100% - 140px);
  display: flex;
}
@media only screen and (max-width: 600px) {
  .news_page .li_inner {
    display: block;
    width: 100%;
  }
}
.news_page .card_date {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-right: 30px;
}
@media only screen and (max-width: 600px) {
  .news_page .card_date {
    font-size: 17px;
  }
}
.news_page .card_text {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .news_page .card_text {
    font-size: 16px;
    width: 100%;
  }
}
.news_page .long_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .news_page .long_title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.news_page .news_pagenate {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .news_page .news_pagenate {
    transform: translateX(0);
    margin: 30px auto;
    width: 100%;
  }
}
.news_page .news_pagenate .pagination {
  display: flex;
  justify-content: center;
  gap: 0 4px;
}
.news_page .news_pagenate .page-item {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  color: #88b627;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.news_page .news_pagenate .page-item.disabled {
  display: none;
}
.news_page .news_pagenate .page-link {
  display: block;
  color: #88b627;
  text-align: center;
  padding: 9px 0;
}
.news_page .news_pagenate .active {
  background-color: #88b627;
}
.news_page .news_pagenate .active .page-link {
  color: #fff;
}

.news_detail_page .card_body {
  padding: 25px 20px;
}
.news_detail_page .card_date {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  .news_detail_page .card_date {
    font-size: 17px;
  }
}
.news_detail_page h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.news_detail_page .card_text {
  margin-top: 15px;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .news_detail_page .card_text {
    font-size: 16px;
  }
}
.news_detail_page .pdf_link {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  color: #88b627;
  margin-top: 2rem;
}
.news_detail_page .btn_white {
  display: block;
  margin: 40px auto 0;
  width: 275px;
}

.guide_page .title_h1::before {
  background-image: url(../../../images/main/icon/icon_h_guide.svg);
  top: 56%;
  transform: translateY(-50%);
  left: 0;
}
.guide_page .section_title {
  border-bottom: 2px solid #dfdede;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.guide_page .sub_index {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.guide_page .sub_index.index_mt {
  margin-top: 4rem;
}
.guide_page .mini_index {
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 0.5em;
}
.guide_page .card_body {
  margin-bottom: 2rem;
}
.guide_page .card_body p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.guide_page .card_body a {
  color: #88b627;
  text-decoration: underline;
}
.guide_page .card_body ul {
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.guide_page .card_body ul li {
  list-style: disc;
}

.error_page {
  min-height: 100vh;
}
.error_page .card_body {
  margin: 24px auto 0;
}
.error_page .home_button {
  display: block;
  width: 125px;
  margin-top: 50px;
}
