@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #f0efed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh;
}

img {
  max-width: 100%;
}

main {
  margin-bottom: 2rem;
  position: relative;
  padding: 1rem 0 0;
}
main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.25rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1bb3f3), to(#f0efed)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1bb3f3 0%, #f0efed 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  main {
    padding: 1.25rem 0 0;
    margin-bottom: 0.625rem;
  }
}

.container {
  max-width: 81.125rem;
}
@media screen and (max-width: 1296px) {
  .container {
    max-width: 100%;
  }
}

.pagination .page-link {
  color: #000;
  border-radius: 0;
  border-color: #b7b7b9;
  white-space: nowrap;
}
.pagination .page-link.page-link-prev {
  border-radius: 0.75rem 0 0 0.75rem;
}
.pagination .page-link.page-link-next {
  border-radius: 0 0.75rem 0.75rem 0;
}
.pagination .page-item.disabled .page-link {
  border-color: #b7b7b9;
  color: #000;
  height: 2.375rem;
}
.pagination_wrap {
  overflow-x: auto;
  max-width: 100%;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.logo {
  display: block;
  width: 18.6875rem;
  height: 3.125rem;
  color: #000;
  background-image: url("./../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 576px) {
  .logo {
    width: 10.0625rem;
    height: 1.6875rem;
  }
}
.logo_quiz {
  display: block;
  width: 22.375rem;
  height: 4.5rem;
  color: #000;
  background-image: url("./../images/btn_text_quiz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .logo_quiz {
    width: 7.5625rem;
    height: 1.5625rem;
  }
}
.logo_manabelluse {
  display: block;
  width: 12.5625rem;
  height: 1.5625rem;
  color: #000;
  background-image: url("./../images/logo_manabell_use.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.logo_worksheet {
  display: block;
  width: 15rem;
  height: 1.75rem;
  color: #000;
  background-image: url("./../images/logo_worksheet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.logo_worksheet_temp {
  display: block;
  width: 10.3125rem;
  height: 4.1875rem;
  background-image: url("./../images/logo_worksheet_temp.svg");
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .logo_worksheet_temp {
    width: 19.375rem;
    height: 1.75rem;
    background-image: url("./../images/logo_worksheet_temp02.svg");
  }
}
.logo_db {
  display: block;
  width: 19.375rem;
  height: 3.5rem;
  color: #000;
  background-image: url("./../images/logo_db.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .logo_db {
    width: 7.5625rem;
    height: 1.5625rem;
  }
}
.logo_composition {
  display: block;
  width: 9.5rem;
  height: 2.3125rem;
  color: #000;
  background-image: url("./../images/logo_composition.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .logo_composition {
    width: 6.4375rem;
    height: 1.5625rem;
  }
}
.logo_mynp {
  display: block;
  width: 9.625rem;
  height: 2.3125rem;
  color: #000;
  background-image: url("./../images/logo_mynp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .logo_mynp {
    width: 7.5625rem;
    height: 1.5625rem;
  }
}

.icon_news {
  display: block;
  width: 2.5625rem;
  height: 2.4375rem;
  background-image: url("./../images/icon_bell.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_search {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("./../images/icon_lens.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_clear {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("./../images/icon_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_question {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("./../images/icon_question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_arrow_accordion {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("./../images/arrow_accordion.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.icon_arrow_accordion.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon_check {
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("./../images/icon_checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_print {
  display: block;
  width: 1.6875rem;
  height: 1.375rem;
  background-image: url("./../images/icon_printer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_scrap {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("./../images/icon_scissors.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_photo {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("./../images/icon_photo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_photo_upload {
  display: block;
  width: 2.5rem;
  height: 1.75rem;
  background-image: url("./../images/icon_photo_upload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_photo_del {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("./../images/icon_photo_del.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.icon_movie {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("./../images/icon_movie.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.title_page {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title_page span {
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 576px) {
  .title_page {
    font-size: 1.25rem;
  }
}
.title_page small {
  font-size: 1.5rem;
  color: #707070;
  font-weight: 700;
  padding-left: 0.5em;
}
@media screen and (max-width: 576px) {
  .title_page small {
    font-size: 1.125rem;
  }
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-link {
  background-color: #008ed1;
  color: #fff;
  padding: 0.1875rem 1rem;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.45;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
.btn-link:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .btn-link {
    font-size: 0.625rem;
  }
}
.btn-link:disabled {
  color: #fff;
}
.btn-link.disabled {
  background-color: #7c7b7c;
  color: #fff;
}
.btn-link.disabled:not(:disabled) {
  opacity: 1;
}
.btn_search {
  background-color: #008ed1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_search::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("./../images/icon_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
.btn_search:hover {
  color: #fff;
  opacity: 0.6;
}
.btn_clear {
  background-color: #9ba09e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_clear::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("./../images/icon_clear.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
.btn_clear:hover {
  color: #fff;
  opacity: 0.6;
}
.btn_worksheet_q {
  background-color: #008ed1;
}
.btn_worksheet_a {
  background-color: #ffa503;
}
.btn_worksheet_q, .btn_worksheet_a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.25rem 1.5rem;
  border-radius: 0.3125rem;
  text-align: center;
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
}
.btn_worksheet_q:hover, .btn_worksheet_a:hover {
  color: #fff;
  opacity: 0.6;
}
.btn_pickup_more {
  background-color: #008ed1;
  color: #fff;
  border: none;
  font-size: 0.8125rem;
  padding: 8px 32px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_pickup_more svg,
.btn_pickup_more i {
  margin-right: 6px;
}
.btn_mynp_next, .btn_mynp_save, .btn_mynp_pdf {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  border-radius: 0.5625rem;
  padding: 0.5rem 0;
  margin: 1rem auto 0;
  min-width: 7.375rem;
  text-align: center;
}
.btn_mynp_next:hover, .btn_mynp_save:hover, .btn_mynp_pdf:hover {
  opacity: 0.7;
  color: #fff;
}
.btn_mynp_next {
  background-color: #00a195;
}
.btn_mynp_save {
  background-color: #14a2b9;
}
.btn_mynp_pdf {
  background-color: #28a743;
}
.btn_mynp_tool {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_mynp_tool:hover {
  background-color: #f2f2f2;
}
.btn_mynp_tool_gray {
  background-color: #f2f2f2;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_mynp_tool_gray:hover {
  opacity: 0.6;
}
.btn_mynp_tool_gray .button-label {
  display: none;
}
.btn_photo_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6e757b;
  color: #fff;
  padding: 0.5rem 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_photo_delete i {
  margin-right: 0.5rem;
}
.btn_photo_delete:hover {
  opacity: 0.6;
  color: #fff;
}

.back_button {
  font-size: 1.125rem;
  letter-spacing: 0.175rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.0625rem;
  margin: 0 auto;
  font-weight: 500;
}
.back_button::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.3125rem;
  margin-right: 0.5rem;
  background-image: url("../images/arrow_back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nie_quiz_answer_button {
  font-size: 0.8125rem;
  padding: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.5625rem;
  margin: 0 auto;
  border-radius: 0.875rem;
}
.nie_quiz_answer_button::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.125rem;
  margin-right: 0.25rem;
  background-image: url("../images/icon_comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nie_quiz_reset_button {
  font-size: 0.75rem;
  padding: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.625rem;
  margin: 0 auto;
  border-radius: 0.5625rem;
}
.nie_quiz_reset_button::before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.375rem;
  margin-right: 0.625rem;
  background-image: url("../images/icon_reset.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nie_quiz_correct_button, .nie_quiz_wrong_button {
  border-color: transparent;
}
@media screen and (max-width: 576px) {
  .nie_quiz_correct_button, .nie_quiz_wrong_button {
    font-size: 12px;
  }
}

.el_btn__manual {
  font-size: 1rem;
  letter-spacing: normal;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 25rem;
  margin: 0 auto;
  background-color: #008ed1;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
.el_btn__manual:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
.el_btn__manual::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 0.875rem;
  margin-left: 1.1875rem;
  background-image: url("../images/icon_download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.article_search_button_bottom, .article_search_button, .article_clear_button {
  height: 2.5625rem;
  width: 6.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5625rem !important;
  padding: 0;
}
.article_search_button_bottom svg,
.article_search_button_bottom .icon_search, .article_search_button svg,
.article_search_button .icon_search {
  margin-right: 0.3125rem;
}
.article_clear_button {
  background-color: #9ba09e;
}
.article_clear_button svg,
.article_clear_button .icon_clear {
  margin-right: 0.125rem;
}
.article_advanced_filter_button {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_search_result_button {
  font-size: 0.875rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.article_search_result_button svg,
.article_search_result_button i {
  margin-right: 0.375rem;
}
.article_top_page_button, .article_select_all_button, .article_show_detail_button {
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 576px) {
  .article_top_page_button, .article_select_all_button, .article_show_detail_button {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
.article_show_pdfimage_button {
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0.5rem 1.875rem;
}
.article_print_button, .article_scrap_button {
  font-size: 1rem;
  border-radius: 0.625rem;
  padding: 0.5rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_print_button i, .article_scrap_button i {
  margin-right: 0.625rem;
}
@media screen and (max-width: 576px) {
  .article_print_button, .article_scrap_button {
    font-size: 0.75rem;
    padding: 0.25rem 0.875rem;
  }
}
.article_scrap_button {
  background-color: #cb5856;
}

.help_tooltip_icon {
  background-color: transparent;
  padding: 0;
}

.hotword_button {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #919191;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hotword_button:hover {
  border-color: #008ed1;
  color: #fff;
  background-color: #008ed1;
}

.fontsize_small, .fontsize_large {
  font-size: 1.375rem;
  font-weight: 700;
  width: 2.3125rem;
  height: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008ed1;
  background-color: #cbcbcb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fontsize_small:hover, .fontsize_large:hover {
  opacity: 0.6;
  color: #008ed1;
}
.fontsize_small.active, .fontsize_large.active {
  background-color: #008ed1;
  color: #fff;
}
.fontsize_small.active:hover, .fontsize_large.active:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .fontsize_small, .fontsize_large {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

header {
  padding: 0.875rem 0;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  header {
    padding: 0.4375rem 0;
  }
  header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .row .col + .col {
    padding-left: 0;
  }
}

.user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .user_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.user_icon {
  display: block;
  height: 1.625rem;
  width: 1.4375rem;
  background: url("./../images/icon_user.svg") no-repeat 50% 50%;
  background-size: contain;
  margin-right: 0.75rem;
}
@media screen and (max-width: 576px) {
  .user_icon {
    width: 0.8125rem;
    height: 0.875rem;
    margin-right: 4;
  }
}
.username {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .username {
    font-size: 0.625rem;
  }
}

.mypage_button {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mypage_button {
    margin-right: 0;
    margin-bottom: 0.375rem;
  }
}

footer {
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: auto;
  padding: 1.25rem 0;
}
@media screen and (max-width: 576px) {
  footer {
    font-size: 0.625rem;
  }
}

.footer_menu ul {
  list-style: none;
}
.footer_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_menu ul li::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  background-color: #000;
}
.footer_menu ul li:first-of-type::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  background-color: #000;
}
.footer_menu ul a {
  color: #000;
  font-size: 0.875rem;
  padding: 0 1.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .footer_menu ul a {
    font-size: 0.625rem;
  }
}
.footer_menu ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.btn_footer_back_wrap {
  margin: 1.5rem 0;
  text-align: center;
}

.photo_upload {
  border: solid 0.0625rem #ced4db;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.photo_upload_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo_upload_caption i,
.photo_upload_caption svg {
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .photo_upload_caption br {
    display: none;
  }
}

.menu_wrap > * {
  float: left;
}
.menu_wrap > a {
  margin-right: 1.25rem;
}
.menu_wrap > a:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 1296px) {
  .menu_wrap > a:nth-of-type(5) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .menu_wrap > a:nth-of-type(even) {
    margin-right: 0.625rem;
  }
  .menu_wrap > a:nth-of-type(odd) {
    margin-right: 0;
  }
  .menu_wrap > a img {
    max-width: calc(100% - 1.25rem);
  }
  .menu_wrap > a.bn_item img {
    max-width: 100%;
  }
}
.menu_large, .menu_small {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding-right: 1.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 576px) {
  .menu_large, .menu_small {
    margin-bottom: 0.625rem;
  }
}
.menu_large::after, .menu_small::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #dadada;
  background-image: url("./../images/arrow_menu.svg");
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: 50% 50%;
}
.menu_large img, .menu_small img {
  margin: auto;
}
.menu_large img, .menu_large::after, .menu_small img, .menu_small::after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.menu_large:hover img, .menu_large:hover::after, .menu_small:hover img, .menu_small:hover::after {
  opacity: 0.6;
}
.menu_large {
  height: 14.625rem;
  width: 24.1875rem;
}
@media screen and (max-width: 576px) {
  .menu_large {
    height: 4.375rem;
    width: 100%;
  }
  .menu_large img {
    max-height: 2.51875rem;
  }
}
.menu_small {
  height: 6.6875rem;
  width: 12.5rem;
}
@media screen and (max-width: 576px) {
  .menu_small {
    height: 4.375rem;
    width: calc((100% - 0.625rem) / 2);
  }
  .menu_small img {
    max-height: 2.875rem;
  }
}
@media screen and (max-width: 576px) {
  .menu_small_one img {
    max-height: 1.375rem;
  }
}
.menu_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  border: solid 0.125rem #003e98;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
}
.menu_text_wrap {
  width: 12.5rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .menu_text_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .menu_text_wrap > a {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .menu_text_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0.875rem;
  }
}
.menu_text svg {
  fill: #003e98;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 1.0625rem;
}
.menu_text_arrow {
  margin-left: auto;
}
.menu_text:hover {
  background-color: #003e98;
}
.menu_text:hover svg {
  fill: #fff;
}

.news_wrap {
  background-color: #fff;
  border-radius: 0.875rem;
  padding: 0.9375rem 1.25rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 41.25rem);
  max-width: calc(24.1875rem + 12.5rem * 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .news_wrap {
    width: calc(100% - 13.75rem);
  }
}
@media screen and (max-width: 768px) {
  .news_wrap {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .news_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem 0.8125rem;
  }
}
.news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
.news_title i {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 576px) {
  .news_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.6875rem;
    width: 100%;
    padding-bottom: 0.375rem;
    border-bottom: solid 0.0625rem #000;
  }
  .news_title i {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
.news_list {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 500;
  width: calc(100% - 73px - 16px);
  padding-left: 0;
  margin: 0;
}
.news_list p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .news_list {
    width: 100%;
    padding-left: 0;
    font-size: 0.625rem;
  }
}
.news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.625rem;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_list a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 576px) {
  .news_list a {
    padding: 0.25rem 0;
  }
}
.news_list li:first-of-type a {
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .news_list li:first-of-type a {
    padding-top: 0.25rem;
  }
}
.news_list li:not(:last-of-type) {
  border-bottom: dotted #000 0.125rem;
}
.news_list_status {
  display: none;
}
.news_list_date {
  margin-right: 0.5625rem;
}
.news_list_date .year::after,
.news_list_date .month::after {
  content: "/";
}
@media screen and (max-width: 576px) {
  .news_list_date {
    margin-right: 0.25rem;
  }
  .news_list_date .year {
    display: none;
  }
}
.news_list_title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .bn_wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bn_wrap {
    margin-top: 0;
  }
}
.bn_wrap a {
  margin-bottom: 0.75rem;
  width: 26.25rem;
}
@media screen and (max-width: 576px) {
  .bn_wrap a {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.bn_wrap_small {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .bn_wrap_small {
    width: 100%;
  }
}
.bn_manabundigital {
  max-width: 26.25rem;
  margin-right: 0 !important;
  margin-top: calc((6.6875rem - 4.426875rem) / 2);
  margin-bottom: calc((6.6875rem - 4.426875rem) / 2);
}
.bn_manabundigital img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .bn_manabundigital {
    max-width: 100%;
    margin-bottom: 0.875rem;
    margin-top: 0;
    margin-bottom: 0.875rem;
  }
}
.bn_item {
  display: block;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  min-height: 3.125rem;
  overflow: hidden;
}
.bn_item img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.bn_item:hover img {
  opacity: 0.6;
}
.bn_item.only_pc {
  height: 6.875rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .bn_item.only_pc {
    display: none;
  }
}
.bn_item.only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bn_item.only_sp {
    display: block;
  }
}

.top_info_wrap .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_info_wrap .col .news_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top_info_wrap .col .bn_wrap_small {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top_info_wrap .col .bn_wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 992px) {
  .top_info_wrap .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top_info_wrap .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .top_info_wrap .col .bn_wrap_small {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top_info_wrap .col .bn_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.login_form {
  background-color: #e2e2e2;
  border-radius: 1rem;
}
.login_form_wrap {
  max-width: 66.875rem;
  margin: 0 auto;
}
.login_form.card-body {
  padding: 2rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login_form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.login_form .form-group + .form-group {
  margin-top: 2rem;
}
.login_form .form-group .col-form-label {
  width: 7.5rem;
  margin-right: 2.5rem;
  font-size: 1.4375rem;
}
.login_form .form-group .col-form-item {
  width: calc(100% - 10rem);
}
.login_form .form-group .col-form-item input {
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  height: auto;
}
.login_text {
  max-width: 47.9375rem;
  margin: 3.5rem auto 0;
  font-size: 1.125rem;
  line-height: 1.6;
  display: none;
}

.login_button {
  width: 18.375rem;
  height: 3.5625rem;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  padding-right: 2.8125rem;
  position: relative;
  border-radius: 0.8125rem;
  border: none;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.login_button:hover {
  opacity: 0.6;
}
.login_button::before, .login_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8125rem;
  height: 100%;
}
.login_button::before {
  background-color: #7dd8f4;
}
.login_button::after {
  background-image: url("./../images/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.app-main .container.page_login {
  padding-bottom: 4rem;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  padding-bottom: 0.5rem;
  border-bottom: solid 0.125rem #000;
  border-radius: 0;
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding-bottom: 0.25rem;
  }
}
.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item * {
  color: #000;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .breadcrumb-item * {
    font-size: 0.625rem;
  }
}
.breadcrumb-item a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.breadcrumb-item a:hover {
  opacity: 0.6;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000;
}
@media screen and (max-width: 576px) {
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.625rem;
  }
}

.app-main {
  margin-bottom: 0;
}
.app-main .container {
  background-color: #fff;
  padding: 0.5rem 2.5rem 2rem;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .app-main .container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 576px) {
  .app-main .container {
    padding: 1.25rem 0.875rem;
  }
}

.page_description {
  background-color: #eae8e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.5rem;
  margin: 0 auto 1.5rem;
}
.page_description > * {
  margin: 0;
  padding: 0;
}
.page_description_title {
  margin-right: 1rem;
}
.page_description_text {
  font-size: 1.125rem;
  font-weight: 500;
  border-left: none;
}
@media screen and (max-width: 576px) {
  .page_description {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_description_title {
    margin-right: auto;
    height: 1rem;
    background-position: 0 50%;
  }
  .page_description_text {
    font-size: 0.875rem;
    border-left: none;
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.page_description .logo_manabelluse + * {
  width: calc(100% - 13.5625rem);
}
@media screen and (max-width: 576px) {
  .page_description .logo_manabelluse + * {
    width: 100%;
  }
}
.page_contents {
  font-size: 0.875rem;
  font-weight: 500;
}
.page_contents h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .page_contents h2 {
    font-size: 1.25rem;
  }
}
.page_contents > div {
  padding-bottom: 1.5rem;
  border-bottom: dotted 0.125rem #000;
  margin-bottom: 2rem;
}
.page_contents > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_contents > div > * {
  max-width: 50.1875rem;
  margin: 0 auto 1rem;
  padding: 0;
}
.page_contents > div p:not([class]),
.page_contents > div li {
  font-size: 1.125rem;
  line-height: 1.6;
}
.page_contents > div h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 500;
}
.page_contents > div > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number 0;
}
.page_contents > div > ol > li {
  position: relative;
  padding-left: 1.5rem;
}
.page_contents > div > ol > li::before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ". ";
}
.page_contents > div > ol li + li {
  margin-top: 1rem;
}
.page_contents > div > ol.custom_decimal,
.page_contents > div > ol > li > ol {
  padding-left: 0;
  margin-top: 1rem;
  list-style: none;
  counter-reset: li;
}
.page_contents > div > ol.custom_decimal li,
.page_contents > div > ol > li > ol li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}
.page_contents > div > ol.custom_decimal li::before,
.page_contents > div > ol > li > ol li::before {
  counter-increment: li;
  content: "（" counter(li) "）";
  position: absolute;
  left: 0;
}
.page_contents .faq {
  margin-bottom: 1rem;
}
.page_contents .faq + .faq {
  margin-top: 1.5rem;
}
.page_contents .faq dt {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5em;
}
.page_contents .faq dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.page_contents .faq dd {
  border: dotted 0.125rem #b7b7b9;
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  border-radius: 0.25rem;
  padding: 1rem 1rem 1rem 2.6875rem;
}
.page_contents .faq dd::before {
  content: "A.";
  position: absolute;
  left: 1rem;
}

.embed_youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
}

.page_chokan .border {
  border-color: #707070 !important;
  background-color: #fff;
}
.page_chokan .canvas-container {
  max-width: 100%;
}

.chokan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chokan_main {
  width: 100%;
}
.chokan_sub {
  margin-left: 1rem;
}
.chokan_checkview {
  text-align: right;
}

.showInstsheetTab[data-v-aae2fd5c] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9997;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

#instruction {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  z-index: 9998;
}
#instruction header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
}
#instruction___title__ {
  font-size: 1.5rem;
  font-weight: 700;
}
#instruction .b-sidebar-body {
  padding: 1rem;
  background-color: transparent;
}
#instruction .b-overlay-wrap {
  border: none;
}

@media screen and (max-width: 768px) {
  .chokan_sub,
  .chokan_checkview {
    display: none;
  }
  .showInstsheetTab[data-v-aae2fd5c] {
    display: block;
  }
}
.page_casestudy .card {
  border: none;
  margin-bottom: 0;
}
.page_casestudy .card-header {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
}
@media screen and (max-width: 576px) {
  .page_casestudy .card-header {
    font-size: 1.125rem;
  }
}
.page_casestudy .card-body {
  padding: 1.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_casestudy .card-body a {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .page_casestudy .card-body a {
    font-size: 1.125rem;
  }
}
.page_casestudy .card-body .btn-link {
  background-color: #fff;
  color: #000;
  border: dotted 0.125rem #000;
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
  border-radius: 0.875rem;
}
.page_casestudy .card-body .btn-link:hover {
  opacity: 1;
  color: #fff;
}

.nie_casestudy_es .card-header {
  background-color: #e1bc75;
}
.nie_casestudy_es .card-body a {
  width: calc((100% - 0.8125rem) / 2);
  padding: 2.5875rem 0;
}
@media screen and (max-width: 576px) {
  .nie_casestudy_es .card-body a {
    padding: 1.5rem 0;
  }
}
.nie_casestudy_es .card-body .btn-link:hover {
  background-color: #e1bc75;
}
.nie_casestudy_jhs .card-header {
  background-color: #60bfb7;
}
.nie_casestudy_jhs .card-body a {
  width: calc((100% - 0.8125rem) / 3);
  padding: 2.5875rem 0;
}
@media screen and (max-width: 576px) {
  .nie_casestudy_jhs .card-body a {
    padding: 1.5rem 0;
  }
}
.nie_casestudy_jhs .card-body .btn-link:hover {
  background-color: #60bfb7;
}
.nie_casestudy_hs .card-header {
  background-color: #9e9edc;
}
.nie_casestudy_hs .card-body a {
  width: calc((100% - 0.8125rem) / 3);
  padding: 2.5875rem 0;
}
@media screen and (max-width: 576px) {
  .nie_casestudy_hs .card-body a {
    padding: 1.5rem 0;
  }
}
.nie_casestudy_hs .card-body .btn-link:hover {
  background-color: #9e9edc;
}
.nie_casestudy_subject .card-header {
  background-color: #d89ca4;
}
.nie_casestudy_subject .card-body a {
  width: calc((100% - 0.8125rem) / 2);
  padding: 0.5rem 0;
}
.nie_casestudy_subject .card-body a:nth-of-type(n + 3) {
  margin-top: 0.5rem;
}
.nie_casestudy_subject .card-body .btn-link:hover {
  background-color: #d89ca4;
}
@media screen and (max-width: 576px) {
  .nie_casestudy_table {
    width: 100%;
    overflow-x: auto;
  }
  .nie_casestudy_table table {
    width: 500%;
  }
}

.nie_casestudy_list_type {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem 0.375rem 0 0;
}
.nie_casestudy_list_type.el {
  background-color: #e1bc75;
}
.nie_casestudy_list_type.jhs {
  background-color: #60bfb7;
}
.nie_casestudy_list_type.hs {
  background-color: #9e9edc;
}
.nie_casestudy_list_type.subject {
  background-color: #d89ca4;
}

.nie_casestudy_table {
  margin-top: 1rem;
}
.nie_casestudy_table .table {
  border-collapse: separate;
  border-spacing: 0.25rem;
}
.nie_casestudy_table .table th,
.nie_casestudy_table .table td {
  border: none;
}
.nie_casestudy_table .table thead tr th {
  padding: 0.6875rem;
}
.nie_casestudy_table .table thead tr:nth-of-type(odd) th {
  background-color: #f4f2f0;
}
.nie_casestudy_table .table thead tr:nth-of-type(even) th {
  padding: 0.375rem;
}
.nie_casestudy_table .table thead::after {
  content: "";
  height: 1px;
  width: 100%;
  padding: 0.8125rem 0 0;
  display: block;
}
.nie_casestudy_table .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eaeaea;
}
.nie_casestudy_table .table.table-striped tbody tr:nth-of-type(even) {
  background-color: #f4f2f0;
}

.page_quiz .card {
  border: none;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_quiz .card-footer {
  background: none;
  padding: 1.1875rem 0 0;
  border-top: none;
}
.page_quiz .card img {
  max-width: 19.25rem;
}
.page_quiz .card.border-danger, .page_quiz .card.border-success {
  border-color: #000 !important;
}
.page_quiz .card.border-danger img, .page_quiz .card.border-success img {
  border-radius: 0.5rem;
}
.page_quiz .card.border-danger img {
  border: solid 0.125rem #fd0200;
}
.page_quiz .card.border-success img {
  border: solid 0.125rem #28a745;
}
.page_quiz .nie_quiz_reset_button {
  margin-left: 0.5rem;
}
.page_quiz .title_page {
  margin-bottom: 0;
}
.page_quiz_answer .card {
  border: none;
}
.page_quiz_answer .card-header {
  color: #fd0200;
  font-size: 2.5rem;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_quiz_answer .card-header {
    font-size: 1.125rem;
  }
}
.page_quiz_answer .card-body {
  padding: 0.5rem 0;
}
.page_quiz_answer .card-body .img-fluid {
  width: 100%;
  max-width: 31.125rem;
}

.quiz_wrap {
  margin: 1rem auto;
}
.quiz_wrap .row {
  border-bottom: dotted 0.1875rem #000;
  padding-bottom: 1rem;
}
.quiz_wrap .row:nth-of-type(n + 2) {
  margin-top: 4rem;
}
.quiz_wrap .row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.quiz_wrap .row > * {
  border-bottom: dotted 0.1875rem #000;
  padding: 0 0 1rem;
}
.quiz_wrap .row > * .card {
  padding: 0.9375rem;
  border-right: dotted 0.1875rem #000;
}
.quiz_wrap .row > *:nth-of-type(3n) .card {
  border-right: none;
}
.quiz_wrap .row > *:nth-of-type(n + 4) {
  padding-top: 1rem;
}
.quiz_wrap .row > *:nth-of-type(n + 7) {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .quiz_wrap .row > *:nth-of-type(3n) .card {
    border-right: dotted 0.1875rem #000;
  }
  .quiz_wrap .row > *:nth-of-type(even) .card {
    border-right: none;
  }
  .quiz_wrap .row > *:nth-of-type(n + 3) {
    padding-top: 1rem;
  }
  .quiz_wrap .row > *:nth-of-type(n + 7) {
    border-bottom: dotted 0.1875rem #000;
  }
  .quiz_wrap .row > *:nth-of-type(n + 9) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .quiz_wrap .row > * .card {
    border-right: none;
  }
  .quiz_wrap .row > *:nth-of-type(3n) .card {
    border-right: none;
  }
}
.quiz_changeview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1296px) {
  .quiz_changeview_wrap {
    width: 100%;
  }
  .quiz_changeview_wrap .custom-control {
    margin-left: auto;
  }
  .quiz_changeview_wrap .nie_quiz_reset_button {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .quiz_changeview_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
  .quiz_changeview_wrap .custom-control {
    margin: 0 0 0 auto;
    font-size: 0.75rem;
  }
  .quiz_changeview_wrap .nie_quiz_reset_button {
    margin: 0 0 0.5rem auto;
  }
}

.page_use .page_description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.5rem;
}
.page_use .page_use_link {
  border-bottom: none;
  padding-bottom: 0;
  max-width: 100%;
  margin: 1rem 0 0;
}
.page_use .page_use_link ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .page_use .page_use_link ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_use .page_use_link ul li {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 576px) {
  .page_use .page_use_link ul li {
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0;
  }
}
.page_use .page_use_link ul li a {
  display: block;
  background-color: #008ed1;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_use .page_use_link ul li a i {
  margin-right: 0.5rem;
}
.page_use .page_use_link ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 576px) {
  .page_use .page_use_link ul li a {
    font-size: 0.875rem;
    width: 100%;
  }
}
.page_use .page_use_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_use .page_use_contents > * {
  width: calc((100% - 40px) / 2);
  max-width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: dotted 0.125rem #000;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .page_use .page_use_contents > * {
    width: 100%;
  }
}
.page_use .page_use_contents > *:nth-of-type(odd) {
  margin-left: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 576px) {
  .page_use .page_use_contents > *:nth-of-type(odd) {
    margin-right: 0;
  }
}
.page_use .page_use_contents > *:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_use .page_use_contents > * .embed_youtube {
  margin-top: auto;
}

.page_mypage .title_page {
  color: #0285c7;
}

.mypage_menu_wrap {
  padding: 1rem 1.875rem;
}
@media screen and (max-width: 576px) {
  .mypage_menu_wrap {
    padding: 1rem 1rem;
  }
}
.mypage_menu > * {
  background-color: #eaeaea;
  border-left: solid 0.625rem #9fb3c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
}
@media screen and (max-width: 576px) {
  .mypage_menu > * {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage_menu > * .mypage_menu_button {
    margin-left: 0;
  }
}
.mypage_menu_label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #013d9b;
  width: 17.9375rem;
}
.mypage_menu_description {
  font-size: 1rem;
  font-weight: 700;
}
.mypage_menu_button {
  margin-left: auto;
}
.mypage_menu_button .btn-link {
  font-size: 1rem;
  height: 2.5rem;
  width: 10.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
}
.mypage_menu:not(:last-of-type) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: dotted 0.125rem #000;
}
.mypage_menu.menu_style_01 > * {
  background-color: #f4f2f0;
  border-left: solid 0.625rem #d89ca4;
}
.mypage_menu.menu_style_01 > * .mypage_menu_button .btn-link {
  background-color: #cb5856;
}

.page_worksheet .btn-info br {
  display: none;
}
@media screen and (max-width: 576px) {
  .page_worksheet .btn-info {
    font-size: 0.75rem;
  }
}
.page_worksheet > .mt-0 .row > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_worksheet > .mt-0 .row > .col .title_page {
  margin-left: 0;
}
.page_worksheet > .mt-0 .row > .col .btn-worksheet a {
  display: block;
  margin-right: 16px;
}
.page_worksheet > .mt-0 .row > .col .btn-worksheet a img {
  height: 42px;
}
@media screen and (max-width: 576px) {
  .page_worksheet > .mt-0 .row > .col .btn-worksheet a {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .page_worksheet > .mt-0 .row > .col .btn-worksheet a img {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .page_worksheet > .mt-0 .row > .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_worksheet_template .page_description_title {
  min-width: 10.3125rem;
}
.worksheet_search.card {
  padding: 1rem;
  background-color: #fff;
  border-radius: 0;
  border: solid 0.0625rem #000;
  margin-bottom: 1.5rem;
}
.worksheet_search .card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worksheet_search .card-body .form-group {
  margin-bottom: 0;
  margin-right: 2.25rem;
}
.worksheet_search .card-body .form-group .align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worksheet_search .card-body .form-group > * > label {
  margin-bottom: 0;
  color: #012f8b;
  font-weight: 500;
  margin-right: 1rem;
  white-space: nowrap;
}
.worksheet_search .card-body .form-group > * .custom-control-inline {
  margin-right: 0;
}
.worksheet_search .card-body .form-group > * .custom-control-inline + .custom-control-inline {
  margin-left: 1rem;
}
.worksheet_search .card-title {
  border-left: solid 0.5625rem #9fb3c7;
  color: #012f8b;
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 16px;
  margin-bottom: 0.25rem;
}
.worksheet_search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.375rem;
}
.worksheet_search_btn > * + * {
  margin-left: 0.5rem;
}
.worksheet_title {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 0.375rem;
}
.worksheet_title small {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.worksheet_title span {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.125rem;
}
.worksheet_badge {
  margin-bottom: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worksheet_badge .badge {
  border: solid 0.0625rem #000;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  line-height: 1.6;
}
.worksheet_badge .badge + .badge {
  margin-left: 0.75rem;
}
.worksheet_date, .worksheet_source {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}
.worksheet_btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worksheet_btn > * + * {
  margin-left: 4.6875rem;
}
@media screen and (max-width: 576px) {
  .worksheet_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .worksheet_wrap .worksheet_search {
    margin-bottom: 1rem;
  }
}
.worksheet_wrap_teacher, .worksheet_wrap_student, .worksheet_wrap_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worksheet_wrap_teacher .card, .worksheet_wrap_student .card, .worksheet_wrap_template .card {
  border-radius: 0.6875rem;
  margin-bottom: 1rem;
  width: calc((100% - 1rem) / 2);
}
.worksheet_wrap_teacher .card:nth-of-type(even), .worksheet_wrap_student .card:nth-of-type(even), .worksheet_wrap_template .card:nth-of-type(even) {
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .worksheet_wrap_teacher .card, .worksheet_wrap_student .card, .worksheet_wrap_template .card {
    width: 100%;
  }
  .worksheet_wrap_teacher .card:nth-of-type(even), .worksheet_wrap_student .card:nth-of-type(even), .worksheet_wrap_template .card:nth-of-type(even) {
    margin-left: 0;
  }
}
.worksheet_wrap_teacher .card {
  border: solid 0.15625rem #008ed1;
}
.worksheet_wrap_teacher .card-body {
  padding: 1.5rem 1.25rem;
}
.worksheet_wrap_student .card, .worksheet_wrap_template .card {
  border: solid 0.15625rem #008ed1;
}
.worksheet_wrap_student .card-body, .worksheet_wrap_template .card-body {
  padding: 1.25rem 1rem;
}
.worksheet_wrap_student .worksheet_badge .badge + .badge, .worksheet_wrap_template .worksheet_badge .badge + .badge {
  margin-left: 0.625rem;
}
.worksheet_wrap_student .worksheet_date, .worksheet_wrap_student .worksheet_source, .worksheet_wrap_template .worksheet_date, .worksheet_wrap_template .worksheet_source {
  font-size: 0.8125rem;
}
.worksheet_wrap_student .worksheet_img img, .worksheet_wrap_template .worksheet_img img {
  width: 100%;
  border: solid 0.0625rem #707070;
}
.worksheet_wrap_template .card-body .row > *:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.worksheet_wrap_template .worksheet_btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worksheet_wrap_template .worksheet_btn > * {
  width: 5.875rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.worksheet_wrap_template .worksheet_btn > * + * {
  margin-left: 1.5rem;
}
.worksheet_wrap_template .worksheet_img {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.worksheet_wrap_template .worksheet_img:hover {
  opacity: 0.6;
}
.worksheet_wrap_template .worksheet_img::before {
  content: "拡大";
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: calc((100% - 3.75rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.75rem;
  height: 1.5rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.5rem 0;
  border: solid 1px #000;
}
@media screen and (max-width: 576px) {
  .pickup_list {
    padding: 0 0.8125rem 0;
  }
}
.pickup_list .card {
  width: calc((100% - 0.375rem) / 3);
  border: none;
  border-bottom: dotted 0.1875rem #000;
  padding: 1rem 0;
}
.pickup_list .card a {
  width: 100%;
  height: 100%;
}
.pickup_list .card a:hover {
  text-decoration: none;
}
.pickup_list .card a:hover .btn_pickup_more {
  opacity: 0.6;
}
.pickup_list .card-body {
  border-right: dotted 0.1875rem #000;
  padding: 0 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.pickup_list .card-body .btn_pickup_more {
  margin: auto auto 0;
}
.pickup_list .card-img {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/0.655;
  overflow: hidden;
}
.pickup_list .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.pickup_list .card-text {
  /*
  // 画像あり
  background-image: url("./../images/icon_recommend_single.svg");
  background-repeat: no-repeat;
  background-size: 49px auto;
  background-position: 0 0;
  padding-left: 73px;
  */
  color: #000;
  font-size: 1.4375rem;
  margin: 1.125rem 0 0.75rem;
  line-height: 1.35;
}
.pickup_list .card-text.multiple {
  height: calc(2.6875rem * 2);
  position: relative;
  overflow: hidden;
}
.pickup_list .card-text.multiple::after {
  content: "…";
  max-height: 2.25rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pickup_list .card:nth-of-type(3n) .card-body {
  border-right: none;
}
.pickup_list .card:nth-of-type(n + 4) {
  border-bottom: none;
}
@media screen and (max-width: 576px) {
  .pickup_list .card {
    width: 100%;
    padding: 1rem 0;
  }
  .pickup_list .card-body {
    padding: 0;
    border-right: none;
  }
  .pickup_list .card-text {
    margin: 8px 0 10px;
  }
  .pickup_list .card:nth-of-type(n + 4) {
    border-bottom: dotted 0.1875rem #000;
  }
  .pickup_list .card:last-of-type {
    border-bottom: none;
  }
}

.pickup_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 1.875rem;
  border: solid 1px #000;
}
@media screen and (max-width: 576px) {
  .pickup_detail_wrap {
    padding: 0.9375rem 0.8125rem;
  }
}
.pickup_detail h2 {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .pickup_detail h2 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.pickup_detail_header {
  padding: 0 0 1rem;
  border-bottom: dotted 2px #000;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 576px) {
  .pickup_detail_header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.pickup_detail_reference {
  font-size: 0.875rem;
  border: solid 1px;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 576px) {
  .pickup_detail_reference {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    display: block;
  }
}
.pickup_detail_contents {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
  display: block;
  padding-bottom: 0;
}
.pickup_detail_contents_text {
  width: 100%;
}
.pickup_detail_contents_img {
  width: calc((100% - 2rem) / 3);
  min-width: 22.25rem;
  max-width: 100%;
  margin-left: 2rem;
  float: right;
}
.pickup_detail_contents figure {
  margin-bottom: 0;
}
.pickup_detail_contents figure figcaption {
  font-size: 0.875rem;
  margin-top: 0.875rem;
}
.pickup_detail_contents figure figcaption p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .pickup_detail_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 1rem;
  }
  .pickup_detail_contents_text, .pickup_detail_contents_img {
    width: 100%;
    clear: both;
  }
  .pickup_detail_contents_img {
    min-width: 100%;
    margin-left: 0;
  }
}

.page_article .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_article .input-group-append {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_article .input-group-append button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_article .input-group-append button + button {
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 576px) {
  .page_article .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_article .input-group-append {
    margin: 1rem auto 0;
  }
}
.page_article .article_q_input {
  padding: 0.75rem 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  height: auto;
  width: 70%;
  max-width: calc(100% - 13.625rem);
  border-color: #012f8b;
  margin-right: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .page_article .article_q_input {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 1rem;
  }
}

.article_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
}
@media screen and (max-width: 576px) {
  .article_wrap {
    padding: 0.9375rem 0.8125rem;
  }
}
.article_wrap h2 {
  color: #012f8b;
  font-weight: 500;
  font-size: 1.375rem;
  font-weight: 700;
  border-left: solid 0.5rem #9fb3c7;
  padding-left: 1rem;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .article_wrap h2 {
    font-size: 1.125rem;
  }
}
.article_wrap h3 {
  color: #012f8b;
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .article_wrap h3 {
    font-size: 1rem;
  }
}
.article_wrap .card-header {
  padding: 0;
  background-color: transparent;
  margin: 0 0 0.5rem;
  border: none;
}
.article_wrap .card-body {
  padding: 0;
}
.article_keywords {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border: none;
  border-bottom: dotted 0.125rem #000;
}
.article_keywords .toggleSearchHistories {
  background-color: #012f8b;
  color: #fff;
  width: 1.1875rem;
  height: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_keywords .hotword_title {
  width: 8em;
}
@media screen and (max-width: 576px) {
  .article_keywords .hotword_title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.article_keywords .hotword_list {
  width: calc(100% - 8em);
}
.article_keywords .hotword_list button {
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .article_keywords .hotword_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article_keywords .hotword_list button {
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
  }
}
.article_keywords_narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem auto 1rem;
}
@media screen and (max-width: 576px) {
  .article_keywords_narrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article_narrow_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .article_narrow_btn_wrap {
    margin: 0 auto 0.5rem;
  }
}
.article_narrow_btn_wrap button {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.article_narrow_btn_wrap button.btn_link {
  border-radius: 0.4375rem;
}
.article_pt_kf_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_period {
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .article_period {
    margin-bottom: 2rem;
  }
}
.article_date_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_date_period .d-md-inline-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_date_period .d-md-inline-block .article_specific_date > .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .article_date_period .d-md-inline-block {
    margin-top: 0.5rem;
  }
  .article_date_period .d-md-inline-block .custom-control-inline {
    margin-right: 0.5rem;
  }
  .article_date_period .d-md-inline-block .custom-control-inline:last-of-type {
    margin-right: 0;
  }
  .article_date_period .d-md-inline-block .article_specific_date .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.article_conditions {
  padding-top: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  height: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.article_conditions.active {
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  height: auto;
}
.article_conditions_title {
  width: 8em;
}
@media screen and (max-width: 576px) {
  .article_conditions_title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.article_conditions_item {
  width: calc(100% - 8em);
}
@media screen and (max-width: 576px) {
  .article_conditions_item {
    width: 100%;
  }
}
.article_conditions_item div[role=group] {
  display: inline;
}
.article_advanced_filter_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_advanced_filter_button i {
  margin-left: 0.5rem;
}
.article_advanced_filter_button .svg-inline--fa.fa-w-10 {
  margin-left: 0.5rem;
  height: 1.5rem;
}
.article_advanced_filter_button.btn {
  padding: 0.125rem 1rem;
}
.article_search_button_bottom {
  margin: 1rem auto 0;
}
.article_result .card {
  border: none;
  border-bottom: solid 0.0625rem #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0;
}
.article_result .card-body .row {
  padding: 0 4.75rem;
}
@media screen and (max-width: 576px) {
  .article_result .card-body .row {
    padding: 0;
  }
  .article_result .card-body .row > * + * {
    margin-top: 0.5rem;
  }
}
.article_result_title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}
.article_result_title strong {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .article_result_title {
    font-size: 1rem;
    margin-top: 0;
  }
  .article_result_title strong {
    font-size: 1.125rem;
    margin-left: 1rem;
  }
}
.article_result_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_result_sort > *,
.article_result_sort .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_result .article_search_result_label {
  color: #012f8b;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
.article_result .article_search_result_label:after {
  content: "：";
}
@media screen and (max-width: 576px) {
  .article_result .article_search_result_label {
    font-size: 1rem;
    min-width: 6em;
  }
}
.article_result .custom-control-label {
  font-size: 1.125rem;
}
.article_result .custom-control-label::before, .article_result .custom-control-label::after {
  width: 1.125rem;
  height: 1.125rem;
  top: 0.28125rem;
}
.article_result .custom-control-label::after {
  left: -1.46875rem;
}
@media screen and (max-width: 576px) {
  .article_result .custom-control-label {
    font-size: 1rem;
  }
  .article_result .custom-control-label::before, .article_result .custom-control-label::after {
    width: 1rem;
    height: 1rem;
    top: 0.25rem;
  }
  .article_result .custom-control-label::after {
    left: -1.5rem;
  }
}
.article_result .article_search_result_button {
  margin: 0 auto;
}
.article_result_list_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
}
@media screen and (max-width: 576px) {
  .article_result_list_wrap {
    padding: 0.9375rem 0.8125rem;
  }
}
.article_result_list_wrap h2 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.article_result_list_wrap .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.article_result_list_wrap .card {
  border: none;
  border-top: solid 0.125rem #707070;
  border-radius: 0;
}
.article_result_list_wrap .card-body {
  padding: 0;
}
.article_result_list_wrap .card-body .row {
  padding: 1rem 0;
  position: relative;
}
.article_result_list_wrap .card-body .row::after {
  content: "";
  width: calc(100% - 1.875rem);
  left: 0.9375rem;
  height: 0;
  display: block;
  border-bottom: dotted 0.125rem #000;
  position: absolute;
  bottom: 0;
}
.article_result_list_wrap .card-body .row:last-of-type::after {
  display: none;
}
.article_result_list_wrap .article_headline {
  font-size: 1.5rem;
  font-weight: 700;
}
.article_result_list_wrap .article_headline a {
  color: #000;
  display: inline-block;
  position: relative;
}
.article_result_list_wrap .article_headline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.article_result_list_wrap .article_headline a:hover {
  text-decoration: none;
}
.article_result_list_wrap .article_headline a:hover::after {
  background-color: #000;
}
@media screen and (max-width: 576px) {
  .article_result_list_wrap .article_headline {
    font-size: 1.125rem;
  }
}
.article_result_list_wrap .article_info {
  color: #808080;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .article_result_list_wrap .article_info {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .article_result_list_wrap .article_show_pdfimage_button {
    margin-top: 0.5rem;
  }
}
.article_result_list_btn {
  position: relative;
  margin-bottom: 1rem;
}
.article_result_list_btn .article_checkcontrole {
  position: absolute;
  left: 0;
  top: 0;
}
.article_result_list_btn .article_checkcontrole button + button {
  margin-left: 0.375rem;
}
@media screen and (max-width: 576px) {
  .article_result_list_btn .article_checkcontrole button + button {
    margin-left: 0.25rem;
  }
}
.article_result_list_btn .article_fontsize {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1296px) {
  .article_result_list_btn .article_checkcontrole {
    position: relative;
    margin-bottom: 1rem;
  }
}
.article_fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_fontsize button {
  margin-left: 0.625rem;
}
@media screen and (max-width: 576px) {
  .article_fontsize button {
    margin-left: 0.25rem;
  }
}
.article_fontsize button + button {
  margin-left: 0.5rem;
}
@media screen and (max-width: 576px) {
  .article_fontsize button + button {
    margin-left: 0.25rem;
  }
}
.article_contents_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
}
@media screen and (max-width: 576px) {
  .article_contents_wrap {
    padding: 0.9375rem 0.8125rem;
  }
}
.article_contents_print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_contents_print button + button {
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .article_contents_print button + button {
    margin-left: 0.5rem;
  }
}
.article_contents_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .article_contents_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article_contents_btn .article_fontsize {
    margin-top: 0.5rem;
    margin-left: auto;
  }
}
.article_details_wrapper {
  margin-top: 1rem;
}
@media screen and (max-width: 576px) {
  .article_details_wrapper {
    margin-top: 1.5rem;
  }
}
.article_details .article_header_card {
  background-color: #e9e7e5;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .article_details .article_header_card {
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
}
.article_details .article_header_card .article_headline {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .article_details .article_header_card .article_headline {
    font-size: 1.125rem;
  }
}
.article_details .article_header_card .article_info {
  font-size: 1rem;
  font-weight: 500;
  color: #808080;
  margin-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  .article_details .article_header_card .article_info {
    font-size: 0.875rem;
  }
}
.article_details .article_body_card {
  line-height: 1.8;
  letter-spacing: 0.05625rem;
}
.article_details .card {
  border: none;
}
.article_details .card-body {
  padding: 0;
}

.composition_flow {
  list-style: none;
  padding: 0;
  margin: -2.5rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .composition_flow {
    margin-top: 0;
  }
}
.composition_flow li {
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (max-width: 576px) {
  .composition_flow li {
    padding: 0 0.5rem;
  }
}
.composition_flow li::before, .composition_flow li::after {
  content: "";
  display: block;
  position: absolute;
}
.composition_flow li::before {
  width: 100%;
  height: 0.5rem;
  background-color: #919191;
  top: 0.75rem;
  left: 0;
}
.composition_flow li::after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #919191;
  border-radius: 50%;
  top: 0.1875rem;
  left: calc((100% - 1.5rem) / 2);
}
.composition_flow li:first-of-type::before {
  width: 50%;
  left: 50%;
}
.composition_flow li:last-of-type::before {
  width: 50%;
}
.composition_flow li span {
  display: block;
  padding-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .composition_flow li span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .composition_flow li span {
    font-size: 0.875rem;
  }
}
.composition_flow li.active span {
  font-weight: 700;
}
.composition_flow li.active::after {
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  left: calc((100% - 1.875rem) / 2);
  border: solid 0.3125rem #ff8184;
  background-color: #fff;
  background-image: url("./../images/icon_check_flow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}
.composition_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .composition_wrap {
    padding: 0.9375rem 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.composition_wrap .btn_composition_continuation {
  position: absolute;
  top: 1rem;
  right: 1.875rem;
}
@media screen and (max-width: 1065px) {
  .composition_wrap .btn_composition_continuation {
    top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .composition_wrap .btn_composition_continuation {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}
.composition_wrap.result .composition_search {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.0625rem #000;
}
.composition_input_info {
  border-bottom: none;
  border-right: dotted 0.125rem #000;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .composition_input_info {
    border-right: none;
    border-bottom: dotted 0.125rem #000;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .composition_input_info {
    margin-bottom: 1rem;
  }
}
.composition_input_info .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.composition_input_info .d-flex > * + * {
  margin-left: 2.5rem;
}
@media screen and (max-width: 576px) {
  .composition_input_info .d-flex > * + * {
    margin-left: 1rem;
  }
  .composition_input_info .d-flex > * + *.composition_input_m {
    margin-left: 0;
  }
}
.composition_input_info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .composition_input_info_name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .composition_input_info_name .form-group + .form-group {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .composition_input_info_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .composition_input_info_name .form-group + .form-group {
    margin-left: 0;
  }
}
.composition_input_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .composition_input_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.composition_input_contents .form-group {
  width: calc(23em + 1.5rem);
}
@media screen and (max-width: 576px) {
  .composition_input_contents .form-group {
    width: 100%;
  }
}
.composition_input_contents .form-group:last-of-type {
  margin-bottom: 0;
}
.composition_input_s {
  width: calc(4em + 3.875rem);
}
@media screen and (max-width: 576px) {
  .composition_input_s {
    width: calc((100% - 1rem) / 2);
  }
}
.composition_input_m {
  width: 18.25rem;
}
@media screen and (max-width: 576px) {
  .composition_input_m {
    width: 100%;
  }
}
.composition_input legend {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.375rem;
  width: auto;
}
@media screen and (max-width: 576px) {
  .composition_input legend {
    font-size: 1rem;
  }
}
.composition_input legend .badge {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .composition_input legend .badge {
    font-size: 0.75rem;
  }
}
.composition_input .form-group {
  margin-bottom: 2.25rem;
}
.composition_input .form-group input,
.composition_input .form-group textarea {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .composition_input .form-group {
    margin-bottom: 1rem;
  }
}
.composition_input_btn {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .composition_input_btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .composition_input_btn > button {
    width: calc((100% - 0.5rem) / 2);
  }
  .composition_input_btn > button:nth-of-type(n + 3) {
    margin-top: 0.25rem;
  }
}
.composition_input.confirm .composition_input_info legend {
  width: 100%;
  border-bottom: solid 0.0625rem #4c4c4c;
  margin-bottom: 0.625rem;
  padding-bottom: 0.375rem;
}
.composition_input.confirm .composition_input_info .form-control {
  display: inline;
  width: auto;
}
.composition_input.confirm .composition_input_info .form-control, .composition_input.confirm .composition_input_contents .form-control {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.composition_input.confirm .composition_input_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .composition_input.confirm .composition_input_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.composition_input.confirm .composition_input_btn > * {
  width: 7.6875rem;
  height: 2.5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
}
.composition_input.confirm .composition_input_btn > * svg {
  margin-right: 0.25rem;
}
.composition_input.confirm .composition_input_btn > *:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 576px) {
  .composition_input.confirm .composition_input_btn > * {
    width: calc((100% - 16px) / 2);
  }
  .composition_input.confirm .composition_input_btn > *:nth-of-type(odd) {
    margin-right: 1rem;
  }
  .composition_input.confirm .composition_input_btn > *:nth-of-type(even) {
    margin-right: 0;
  }
  .composition_input.confirm .composition_input_btn > *:nth-of-type(1), .composition_input.confirm .composition_input_btn > *:nth-of-type(2) {
    margin-bottom: 0.5rem;
  }
}
.composition_input.confirm .form-control {
  border: none;
}
.composition_input.confirm .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.composition_input.confirm .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.composition_input.complete {
  min-height: 16.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.composition_input_send {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .composition_input_send {
    font-size: 1.125rem;
  }
}
.composition_input_teacher {
  border-left: dotted 0.125rem #000;
  margin-left: 2.5rem;
  padding-left: 2.5rem;
}
.composition_input_teacher .form-group {
  margin-bottom: 0;
}
.composition_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .composition_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.composition_search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  min-width: 12rem;
}
@media screen and (max-width: 576px) {
  .composition_search_btn {
    margin-left: 0;
  }
}
.composition_search .btn_search {
  margin: 0 0.5rem 0 0;
}
.composition_search .composition_input_s {
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .composition_search .composition_input_s {
    margin-right: 1rem;
  }
  .composition_search .composition_input_s:nth-of-type(2) {
    margin-right: 0;
  }
}
.composition_search .composition_input_m {
  margin-right: 1rem;
  width: 15.625rem;
}
.composition_search .composition_input .form-group {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .composition_search .composition_input .form-group {
    margin-bottom: 1rem;
  }
}
.composition_search .composition_input .composition_search_date .input-group {
  max-width: 11.5em;
}
@media screen and (max-width: 576px) {
  .composition_search .composition_input > .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.composition_search_date .input-group {
  max-width: 15rem;
}
.composition_search_date .btn-secondary {
  background-color: #e9ecef;
  border-color: #ced4da;
}
.composition_result_btn {
  margin-top: 2rem;
}
.composition_result_btn > * {
  width: 11.625rem;
}
@media screen and (max-width: 576px) {
  .composition_result_btn > * {
    width: 100%;
  }
}
.composition_result_btn > * + * {
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .composition_result_btn > * + * {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.composition_result .card {
  border: none;
}
.composition_result .card-header {
  border-bottom: none;
  margin-top: 0.5rem;
  background-color: #e9e9e9;
}
.composition_result .card-header .btn-outline-secondary {
  background-color: #fff;
}
.composition_result .card-header .btn-outline-secondary:hover {
  background-color: #6c757d;
}
@media screen and (max-width: 576px) {
  .composition_result .card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .composition_result .card-header .compositon_result_check_btn {
    margin: 0 0 1rem auto;
  }
}
.composition_result .card-body {
  padding: 0;
}
.composition_result .card-body .card-body {
  padding: 0;
}
.composition_result .nav-item {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .composition_result .nav-item {
    width: 50%;
  }
}
.composition_result .nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  opacity: 0.6;
  height: 100%;
}
.composition_result .nav-tabs .nav-link.active, .composition_result .nav-tabs .nav-link:hover {
  opacity: 1;
}
.composition_result .nav-tabs .nav-link .badge {
  margin-left: 0.5rem;
}
.composition_result .list-group-item {
  border: none;
  border-bottom: dotted 0.125rem #000;
  padding: 1.5rem 0;
}
.composition_result .list-group-item .title {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 576px) {
  .composition_result .list-group-item .title {
    font-size: 1.125rem;
    margin: 0.5rem 0 0.25rem;
  }
}
.composition_result .list-group-item:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .composition_result .list-group-item .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.composition_status_1, .composition_status_2, .composition_status_3, .composition_status_4, .composition_status_5 {
  color: #fff !important;
}
.composition_status_1 a, .composition_status_2 a, .composition_status_3 a, .composition_status_4 a, .composition_status_5 a {
  color: #fff;
}
.composition_status_1 .badge, .composition_status_2 .badge, .composition_status_3 .badge, .composition_status_4 .badge, .composition_status_5 .badge {
  background-color: #fff;
}
.composition_status_1.badge, .composition_status_2.badge, .composition_status_3.badge, .composition_status_4.badge, .composition_status_5.badge {
  font-size: 0.875rem;
  font-weight: 500;
  width: 4.4375rem;
  height: 1.5625rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
}
.composition_status_0 {
  background-color: #fff !important;
}
.composition_status_1 {
  background-color: #28a2d9 !important;
}
.composition_status_1 .badge {
  color: #28a2d9;
}
.composition_status_2 {
  background-color: #f1a73b !important;
}
.composition_status_2 .badge {
  color: #f1a73b;
}
.composition_status_3 {
  background-color: #14a2b9 !important;
}
.composition_status_3 .badge {
  color: #14a2b9;
}
.composition_status_4 {
  background-color: #28a743 !important;
}
.composition_status_4 .badge {
  color: #28a743;
}
.composition_status_5 {
  background-color: #6c757d !important;
}
.composition_status_5 .badge {
  color: #6c757d;
}

@media screen and (max-width: 1296px) {
  .mypage_composition .composition_input_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage_composition .composition_input_item .composition_input_teacher {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin: 1rem 0;
  }
  .mypage_composition .composition_input_item .composition_input_teacher textarea {
    height: 10em;
  }
}

.page_terms .page_description_text {
  border-left: none;
  padding-left: 0;
}

.mynp_wrap {
  border: solid 0.0625rem #000;
  padding: 1rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .mynp_wrap {
    padding: 0.9375rem 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mynp_wrap.bg_gray {
  background-color: #e9e9e9;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .mynp_wrap.bg_gray {
    padding: 0.9375rem 0.8125rem;
  }
}
.mynp_wrap .VueCarousel-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mynp_wrap .VueCarousel-dot {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 10px;
  padding: 0;
}
.mynp_wrap .VueCarousel-dot--active {
  background-color: #000;
}
.mynp_wrap .VueCarousel-dot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mynp_wrap > h2 {
  background-color: #dddddd;
  border-radius: 0.25rem;
  padding: 0.4375rem;
  margin-bottom: 1.5rem;
}
.mynp_wrap .card-header {
  padding: 0.5rem 1rem;
}
.mynp_wrap .card-header .mynp_edit_btn {
  margin-top: 0;
}
.mynp_wrap .card-header .mynp_edit_btn .btn-light {
  background-color: #fff;
  border-color: #dae0e5;
}
.mynp_wrap .card-header .mynp_edit_btn .btn-light:hover {
  background-color: #dae0e5;
}
.mynp_wrap .card-body {
  padding: 1rem 1rem;
}
.mynp_wrap legend {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}
.mynp_btn {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
.mynp_btn .btn-info {
  background-color: #00a195;
}
.mynp_btn .btn-info:hover {
  opacity: 0.6;
}
.mynp_btn .btn-lg {
  width: 190px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 1.25rem;
  font-size: 1.6875rem;
  font-weight: 700;
  border: none;
}
@media screen and (max-width: 576px) {
  .mynp_btn .btn-lg {
    font-size: 1.125rem;
    width: calc((100vw - 88px - 16px) / 2);
    height: calc((100vw - 88px - 16px) / 2);
  }
}
.mynp_radio + label::before, .mynp_radio + label::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  bottom: 0;
  left: calc((100% - 2.1875rem) / 2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.mynp_radio + label::before {
  background-color: #fff;
  outline: 0.3125rem solid #8f8f8f;
  outline-offset: -5px;
  z-index: 1;
}
.mynp_radio + label::after {
  background-image: url("./../images/icon_check_flow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  z-index: 2;
  opacity: 0;
}
.mynp_radio:checked + label::before {
  outline-color: #003f97;
}
.mynp_radio:checked + label::after {
  opacity: 1;
}
.mynp_radio_wrap {
  position: relative;
  padding-bottom: 2.6875rem;
}
.mynp_radio_wrap input {
  display: none;
}
.mynp_template_row {
  max-width: calc(81rem - 5rem + 1.875rem - 3.75rem - 12rem);
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mynp_template_item {
  width: calc((100% - 9rem) / 3);
  min-width: calc((100% - 9rem) / 3);
  margin: 0 1.5rem;
}
.mynp_template_item .slider-inner {
  position: relative;
  padding-bottom: 2.6875rem;
}
.mynp_template_item .slider-inner input[type=radio] {
  display: none;
}
.mynp_template_item .slider-inner label {
  padding: 0.5rem;
  border: solid 0.0625rem #707070;
  background-color: #fff;
  text-align: center;
}
.mynp_template_item .slider-inner label:hover {
  cursor: pointer;
}
.mynp_template_item .slider-inner label img {
  max-width: 100%;
}
.mynp_template_item .slider-inner label figure {
  margin: 0;
}
.mynp_template_item .slider-inner label figcaption {
  min-height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mynp_template_item .slider-inner label figcaption p {
  font-size: 0.875rem;
}
.mynp_template_item .slider-inner label figcaption span {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 576px) {
  .mynp_template_item {
    width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
.mynp_template_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #dddddd;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.mynp_template_name p {
  font-weight: 400;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.mynp_template_name p ruby {
  margin-bottom: -0.125rem;
}
@media screen and (max-width: 576px) {
  .mynp_template_name p {
    font-size: 1.125rem;
  }
}
.mynp_template_name span {
  background-color: #000;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.25rem;
  padding: 0.125rem;
  border-radius: 50%;
  margin-left: 0.125rem;
  margin-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .mynp_template_name span {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .mynp_template_name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mynp_template_name .mynp_edit_btn {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .mynp_template_name .mynp_edit_btn {
    margin-top: 0.5rem;
  }
}
.mynp_select_template_img {
  width: 100%;
  max-width: 32.375rem;
  margin: 0 auto;
  overflow: hidden;
  border: dotted 0.125rem #4c4c4c;
  border-radius: 0.5rem;
}
.mynp_select_template_img img {
  max-width: 100%;
}
.mynp_select_template_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.625rem auto 0;
}
.mynp_select_template_btn > * {
  margin: 0;
}
.mynp_select_template_btn > * + * {
  margin-left: 2rem;
}
@media screen and (max-width: 576px) {
  .mynp_edit_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mynp_edit_wrap > * {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .mynp_edit_left {
    margin-bottom: 2.5rem;
  }
}
.mynp_edit_left .form-group {
  margin-bottom: 0.5rem;
}
.mynp_edit_left .form-group:last-of-type {
  margin-bottom: 0;
}
.mynp_edit_left .form-group label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.mynp_edit_left .form-group input,
.mynp_edit_left .form-group textarea {
  font-size: 1.125rem;
  color: #4c4c4c;
  color: #4c4c4c;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 1065px) {
  .mynp_edit_left .card-header .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mynp_edit_left .card-header .d-flex .mynp_edit_btn {
    margin-left: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mynp_edit_left .card-header .d-flex .mynp_edit_btn > * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .mynp_edit_left .card-header .d-flex .mynp_edit_btn {
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mynp_edit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.mynp_edit_btn > * {
  margin: 0;
  margin-right: 0.5rem;
}
.mynp_edit_btn > *:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .mynp_edit_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mynp_edit_btn > * {
    width: calc((100% - 0.5rem) / 2);
  }
  .mynp_edit_btn > *:nth-of-type(even) {
    margin-right: 0;
  }
  .mynp_edit_btn > *:nth-of-type(n + 3) {
    margin-top: 0.25rem;
  }
  .mynp_edit_btn > *.btn-light {
    width: 100%;
  }
  .mynp_edit_btn > *.btn-light + * {
    margin-top: 0.25rem;
  }
}
.mynp_edit_tool {
  margin-bottom: 0.5rem;
}
.mynp_edit_tool > * {
  border-radius: 0.25rem !important;
}
.mynp_edit_tool > * + * {
  margin-left: 0.1875rem !important;
}
.mynp_edit_tool_input {
  border: solid 1px #a4a4a4;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
}