@charset "UTF-8";

.kouza_order_area {
  margin: 20px auto;
  /* padding: 3.4em 0 3em 0; */
  padding: 2em 0;
  width: 100%;
  /* background: #f9f9f9; */
}

@media screen and (max-width: 480px) {
  .kouza_order_area {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 2em;
  }
}

.kouza_order_area.top {
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 480px) {
  .kouza_order_area.top {
    margin-bottom: 10px;
  }
}

.kouza_order_area .inner_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  /* width: 60%; */
  width: 54%;
}

.kouza_order_area.hybrid .inner_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 64%;
}

.kouza_order_area.online .inner_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 50%;
}

@media screen and (max-width: 480px) {

  .kouza_order_area .inner_area,
  .kouza_order_area.hybrid .inner_area,
  .kouza_order_area.online .inner_area {
    /* width: 98%; */
    width: 84%;
  }
}


.kouza_order_area.hybrid .inner_area .btn_area {
  margin: 0 auto;
  padding: 0;
  /* width: calc(98% / 3); */
  width: calc(94% / 3);
}

.kouza_order_area .inner_area .btn_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 45%;
}

@media screen and (max-width: 480px) {

  .kouza_order_area .inner_area .btn_area,
  .kouza_order_area.hybrid .inner_area .btn_area,
  .kouza_order_area.online .inner_area .btn_area {
    /* margin-bottom: 8px; */
    margin-bottom: 16px;
    width: 80%;
  }
}

.kouza_order_area .inner_area .btn_area>a,
.kouza_order_area.hybrid .inner_area .btn_area>a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.kouza_order_area .inner_area .btn_area>a:hover,
.kouza_order_area.hybrid .inner_area .btn_area>a:hover {
  filter: opacity(0.6);
}

/* 
.kouza_order_area .inner_area .document_request_btn {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 45%;
}

.kouza_order_area.hybrid .inner_area .document_request_btn {
  margin: 0 auto;
  padding: 0;
  width: calc(98% / 3);
}

@media screen and (max-width: 480px) {
  .kouza_order_area .inner_area .document_request_btn,
  .kouza_order_area.hybrid .inner_area .document_request_btn {
    margin-bottom: 16px;
    width: 80%;
  }
}

.kouza_order_area .inner_area .document_request_btn > a,
.kouza_order_area.hybrid .inner_area .document_request_btn > a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all .3s;
}

.kouza_order_area .inner_area .document_request_btn > a:hover,
.kouza_order_area.hybrid .inner_area .document_request_btn > a:hover {
  filter: opacity(0.6);
} */


.innerLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .innerLink {
    margin-top: 8px;
    width: 94%;
  }

  .innerLink::after {
    content: "";
    display: block;
    width: 32.6666666667%;
  }
}

.innerLink .linkContents {
  margin: 0;
  padding: 0;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.innerLink .linkContents.list_4 {
  width: 24.5%;
}

.innerLink .linkContents.list_5 {
  width: 19.6%;
}

@media screen and (max-width: 480px) {
  .innerLink .linkContents {
    margin-bottom: 1%;
    width: 32.6666666667%;
  }
}

.innerLink .linkContents>a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.innerLink .linkContents>a>img {
  position: absolute;
  top: 20%;
  left: 10%;
  transform: translateY(-20%);
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 480px) {
  .innerLink .linkContents>a>img {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}

.innerLink .linkContents>a .link_txt {
  position: absolute;
  top: 30%;
  right: 5%;
  transform: translateY(-30%);
  display: block;
  margin: 0;
  padding: 0;
  width: 58%;
  font-size: 0.85rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .innerLink .linkContents>a .link_txt {
    top: 60%;
    left: 4%;
    transform: translateY(-62%);
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.1rem;
    text-align: center;
  }
}

.innerLink .linkContents>a::after {
  content: "\f358";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .innerLink .linkContents>a::after {
    bottom: 5%;
    font-size: 1rem;
  }
}

.innerLink .linkContents>a:hover {
  text-decoration: none;
  background: #f9daff;
  transition: all 0.3s ease-in-out;
}

#mainArea {
  margin: 0 auto;
  letter-spacing: normal;
  /* 旧デザイン */
  /* // 旧デザイン */
  /* 新デザイン */
}

#mainArea h2::after {
  background: none;
}

#mainArea .txt_red {
  color: #d80808;
}

#mainArea .txt_green {
  color: #62AD03;
}

#mainArea .txt_bold {
  font-weight: 500;
}

#mainArea .txt_underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 230, 0, 0.5);
  text-underline-offset: -0.15em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

#mainArea .preface_area {
  margin: 30px auto;
  padding: 1.8em;
  width: 1140px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  /**
  * 講座キャッチコピーエリア
  *-----------------------------------------------*/
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area {
    margin: 16px auto;
    padding: 1em 0.4em;
    width: 94%;
  }
}

#mainArea .preface_area .preface_title {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  color: #ba4646;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .preface_title {
    font-size: 1.4rem;
  }
}

#mainArea .preface_area .preface_title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #b95c7f;
}

#mainArea .preface_area .preface_txt {
  margin: 40px auto 0 auto !important;
  padding: 1.5em;
  width: 100%;
  font-size: 1rem !important;
  color: #000;
  line-height: 1.5rem;
  background: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .preface_txt {
    padding: 0.8em;
    font-size: 0.9rem !important;
    line-height: 1.6rem;
  }
}

#mainArea .preface_area .preface_img {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .preface_area .preface_img>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

#mainArea .preface_area .catch_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 8px 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .catch_area {
    display: block;
    padding: 15px 0 4px 0;
    width: 96%;
  }
}

#mainArea .preface_area .catch_area .catch_list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 60px;
  width: 32.6666666667%;
  height: 40px;
  font-size: 1rem;
  background: #fcfce2;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .catch_area .catch_list {
    margin-bottom: 6px;
    width: 100%;
    font-size: 0.9rem;
  }
}

#mainArea .preface_area .catch_area .catch_list .head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #e3f5d8;
  background: #f7aad5;
}

#mainArea .preface_area .catch_area .catch_list .head>img {
  width: 60%;
  height: 60%;
}

#mainArea .preface_area .catch_area .catch_list .head::after {
  position: absolute;
  top: calc(50% - 14px);
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 0 14px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #f7aad5;
}

#mainArea .preface_area .catch_area .catch_list>span.emp {
  display: inline;
  font-weight: bold;
  color: #ad2828;
}

#mainArea .preface_area .inspect_notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .inspect_notice {
    display: block;
  }
}

#mainArea .preface_area .inspect_notice .notice_cont {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  color: #222;
}

#mainArea .preface_area .inspect_notice .notice_cont+.notice_cont {
  margin-left: 12px;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_area .inspect_notice .notice_cont+.notice_cont {
    margin-left: 0;
  }
}

#mainArea .preface_area .superscript {
  margin-right: 0.5em;
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
}

#mainArea .preface_order_txt {
  position: relative;
  margin: 30px auto 10px auto;
  padding: 0.6em 0 0.7em 0;
  width: 48%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f058b6;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .preface_order_txt {
    margin: 20px auto;
    width: 100%;
    font-size: 1.1rem;
  }
}

#mainArea .preface_order_txt::after {
  position: absolute;
  left: 54px;
  bottom: -18px;
  width: 0;
  height: 0;
  content: "";
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #f058b6 transparent transparent transparent;
}

#mainArea .get_shikaku_area {
  margin: 20px auto 0 auto;
  padding: 2.5em 0;
  width: 1140px;
  background: #F6EAFF;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area {
    margin: 20px auto 0 auto;
    padding: 0;
    width: 94%;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner {
  margin: 0 auto;
  padding: 0;
  width: 96%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner {
    padding: 30px 0;
    width: 94%;
  }
}

/**
* 2024-04-14 追加
*----------------------------*/

#mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_sub_title {
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #ad3bbc;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_sub_title {
    padding: 8px 0;
    font-size: 1.1rem;
    width: 80%;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_sub_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #ad3bbc;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title {
  margin: 32px auto 0 auto !important;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #A30953;
}

/* 2024-04-14 追記ここまで */


/* #mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #A30953;
} */
@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title {
    font-size: 1.3rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title .title_main {
  margin: 8px auto 0 auto;
  padding: 10px 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title .title_main {
    padding: 6px 0 8px 0;
    font-size: 1.4rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title .title_main .txt_large {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .get_shikaku_title .title_main .txt_large {
    font-size: 1.8rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap {
    margin: 15px auto 0 auto;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents {
  margin: 0;
  padding: 20px 25px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents {
    padding: 15px 10px;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 20px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface {
    display: block;
    padding: 10px 15px;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .txt_bold {
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .txt_bold {
    font-size: 1rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .shikaku_img {
  margin: 0;
  padding: 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .shikaku_img {
    display: none;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku {
  margin: 0;
  padding: 0;
  width: 68%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku {
    width: 100%;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .preface_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .preface_txt {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.02rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .get_shikaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .get_shikaku {
    display: none;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .get_shikaku .shikaku_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px 0;
  padding: 0;
  width: 30%;
  height: 40px;
  font-size: 0.8rem;
  color: #fff;
  background: #9b279f;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_cont_preface .preface_txt_shikaku .get_shikaku .shikaku_main {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
  padding: 0 15px;
  width: 70%;
  height: 40px;
  font-size: 1rem;
  font-weight: 500;
  color: #CA2067;
  background: #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab {
  display: none;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 0 auto;
    padding: 0;
    width: 100%;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab.shikaku_column_3>li {
    width: 33%;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab>li {
    margin: 0;
    padding: 0;
    width: 49.8%;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab>li>a {
    display: block;
    margin: 0;
    padding: 8px 10px;
    font-size: 1rem;
    color: #E8498C;
    text-align: center;
    background: #FFF2F8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab>li>a .shikaku_text {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_tab>li.active>a {
    color: #fff;
    background: #F178AB;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .list_cont_area {
    display: none;
    opacity: 0;
  }

  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .list_cont_area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }

  @keyframes displayAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list {
    margin: 0 auto;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area {
  margin: 0;
  padding: 0;
  width: 49%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area {
    width: 100%;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area.shikaku_column_3 {
  width: 32.6666666667%;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area.shikaku_column_3 {
    width: 100%;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .contents_title {
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #F178AB;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .contents_title {
    display: none;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .shikaku_name {
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #CA2067;
  text-align: center;
  background: #F178AB;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .shikaku_name {
    font-size: 1.1rem;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .shikaku_name .inner_wrap {
  display: block;
  margin: 0;
  padding: 8px 20px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .shikaku_name .inner_wrap {
    padding: 8px 10px;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .kyokai_name {
  margin: 0 auto;
  padding: 5px 10px;
  width: 100%;
  font-size: 0.9rem;
  color: #CA2067;
  text-align: center;
  background: #FEE2EE;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .nintei_img {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  background: #FAFAFA;
  text-align: center;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .list_cont_area .contents_body .nintei_img>img {
  -o-object-fit: contain;
  object-fit: contain;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .exam_summary_tbl {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  #mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .exam_summary_tbl {
    display: none;
  }
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .exam_summary_tbl th {
  margin: 0;
  padding: 8px 10px;
  width: 25%;
  font-size: 0.9rem;
  color: #fff;
  background: #218cba;
  border-bottom: 1px solid #fff;
  border-left: none;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .exam_summary_tbl td {
  margin: 0;
  padding: 8px 10px;
  width: 75%;
  font-size: 0.9rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .exam_summary_tbl td:first-of-type {
  border-top: 1px solid #ddd;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link {
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link>a {
  display: block;
  margin: 0;
  padding: 10px 15px 0 15px;
  width: 100%;
  height: 100%;
  background: #E1EEC6;
  text-decoration: none;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link>a:hover {
  filter: brightness(0.9);
  transition: all 0.3s ease-in-out;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link>a .kyokai_name {
  margin: 0 auto;
  padding: 8px 20px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #93BD3A;
  border-radius: 5px;
  box-sizing: border-box;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link>a .kyokai_link_title {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

#mainArea .get_shikaku_area .get_shikaku_area_inner .shikaku_wrap .shikaku_contents .shikaku_list .kyokai_link>a .kyokai_link_title::after {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_line_right.svg") no-repeat;
}

#mainArea .course_choice {
  /* margin: 0 auto; */
  margin: 16px auto 0 auto;
  padding: 2.4em 2em;
  width: 1140px;
  background: #fbfaef;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice {
    padding: 30px 0;
    width: 94%;
  }
}

#mainArea .course_choice .course_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* #mainArea .course_choice .course_title .sub_title {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 20%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #F66B9D;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_title .sub_title {
    width: 45%;
    font-size: 1.2rem;
  }
}
#mainArea .course_choice .course_title .main_title {
  display: block;
  margin: 5px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #D78100;
  letter-spacing: 0.02rem;
} */
#mainArea .course_choice .course_title .main_title .txt_large {
  font-size: 2.8rem;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_title .main_title .txt_large {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_title .main_title {
    font-size: 2rem;
  }
}

/**
* 2024-04-14 追記
*--------------------------------------*/
#mainArea .course_choice .course_sub_title {
  display: block;
  margin: 0 auto;
  padding: 0.6em 0;
  width: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #F66B9D;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_sub_title {
    width: 80%;
    font-size: 1.2rem;
  }
}

#mainArea .course_choice .course_title {
  margin: 16px auto 0 auto !important;
  padding: 0;
  width: 100%;
}

#mainArea .course_choice .course_title .main_title {
  display: block;
  /* margin: 5px auto 0 auto; */
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #D78100;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_title .main_title {
    font-size: 1.8rem;
  }
}

/* 2024-04-14 追記ここまで */

#mainArea .course_choice .course_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents {
    display: block;
    margin: 25px auto 0 auto;
    width: 94%;
  }
}

#mainArea .course_choice .course_contents .course_tab {
  display: none;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 0 auto;
    padding: 0;
    width: 100%;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content {
    margin: 0;
    padding: 0;
    width: 49.8%;
    height: 60px;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_tab .tab_content>a {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_tab .tab_content>a.t_basic {
    background: #3691FB;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content>a.t_platinum {
    background: #F3884B;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content.active>a::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    z-index: 1;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content.active>a.t_basic {
    background: #3691FB;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content.active>a.t_basic::after {
    border-top: 20px solid #3691FB;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content.active>a.t_platinum {
    background: #F3884B;
  }

  #mainArea .course_choice .course_contents .course_tab .tab_content.active>a.t_platinum::after {
    border-top: 25px solid #F3884B;
  }

  #mainArea .course_choice .course_contents .course_list {
    display: none;
    opacity: 0;
  }

  #mainArea .course_choice .course_contents .course_list.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }

  @keyframes displayAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

#mainArea .course_choice .course_contents .course_list {
  position: relative;
  margin: 0;
  padding: 0 0 40px 0;
  width: 49%;
  background: #fff1d6;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list {
    width: 100%;
  }
}

#mainArea .course_choice .course_contents .course_list .course_title {
  position: relative;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#mainArea .course_choice .course_contents .course_list .course_title::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

#mainArea .course_choice .course_contents .course_list .course_title.c_basic {
  background: #3691FB;
}

#mainArea .course_choice .course_contents .course_list .course_title.c_basic::after {
  border-top: 25px solid #3691FB;
}

#mainArea .course_choice .course_contents .course_list .course_title.c_platinum {
  background: #F3884B;
}

#mainArea .course_choice .course_contents .course_list .course_title.c_platinum::after {
  border-top: 25px solid #F3884B;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_title {
    display: none;
  }
}

#mainArea .course_choice .course_contents .course_list .course_catch {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_catch {
    margin: 0 auto;
    padding-top: 40px;
    font-size: 1.3rem;
  }
}

#mainArea .course_choice .course_contents .course_list .course_illust {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 40%;
  height: 160px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_illust {
    width: 100%;
    text-align: center;
  }
}

#mainArea .course_choice .course_contents .course_list .course_illust>img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_illust>img {
    width: auto;
    height: 100%;
  }
}

#mainArea .course_choice .course_contents .course_list .course_explain_txt {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 90%;
  font-size: 1rem;
  color: #222;
  line-height: 1.6rem;
}

#mainArea .course_choice .course_contents .course_list .course_detail_tbl {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 90%;
  border-collapse: collapse;
}

#mainArea .course_choice .course_contents .course_list .course_detail_tbl th {
  margin: 0;
  padding: 8px 10px;
  width: 30%;
  font-size: 0.9rem;
  color: #fff;
  background: #144AB2;
  border-bottom: 1px solid #fff;
  border-left: none;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_detail_tbl th {
    padding: 8px 5px;
    width: 40%;
    font-size: 0.85rem;
  }
}

#mainArea .course_choice .course_contents .course_list .course_detail_tbl td {
  margin: 0;
  padding: 8px 10px;
  width: 70%;
  font-size: 0.9rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .course_list .course_detail_tbl td {
    width: 60%;
    font-size: 0.85rem;
  }
}

#mainArea .course_choice .course_contents .course_list .course_detail_tbl td:first-of-type {
  border-top: 1px solid #ddd;
}

#mainArea .course_choice .course_contents #course_2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 35px solid #fff1d6;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents #course_2::after {
    bottom: -30px;
    border-top: 30px solid #fff1d6;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}

#mainArea .course_choice .course_contents .platinum_txt {
  margin: 35px auto 0 auto;
  padding: 20px 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 2.5rem;
  background: #fff;
  border: 2px solid #FFF3DC;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .platinum_txt {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

#mainArea .course_choice .course_contents .platinum_txt .txt_large {
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  #mainArea .course_choice .course_contents .platinum_txt .txt_large {
    font-size: 1.3rem;
  }
}

#mainArea .course_info {
  margin: 30px auto 0 auto;
  padding: 2.5rem 1.5rem;
  width: 1140px;
  background: #f2eefb;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info {
    margin-top: 16px;
    padding: 2.5em 0;
    width: 94%;
  }
}

/* #mainArea .course_info .info_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_title {
    width: 94%;
  }
}
#mainArea .course_info .info_title .sub_catch {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 30%;
  height: 60px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 56px;
  background: #d82851;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_title .sub_catch {
    width: 60%;
    height: 46px;
    font-size: 1.1rem;
    line-height: 46px;
  }
}
#mainArea .course_info .info_title .sub_catch::before, #mainArea .course_info .info_title .sub_catch::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  border: 30px solid #d82851;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_title .sub_catch::before, #mainArea .course_info .info_title .sub_catch::after {
    border: 23px solid #d82851;
  }
}
#mainArea .course_info .info_title .sub_catch::before {
  left: -36px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#mainArea .course_info .info_title .sub_catch::after {
  right: -36px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#mainArea .course_info .info_title .main_title {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2963b3;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_title .main_title {
    margin-top: 20px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
#mainArea .course_info .info_title .main_title .txt_large {
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_title .main_title .txt_large {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
#mainArea .course_info .info_preface {
  margin: 30px auto 0 auto;
  padding: 1em;
  width: 100%;
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  background: #ebe0ff;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .course_info .info_preface {
    margin-top: 20px;
    padding: 10px 15px;
    width: 94%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
#mainArea .course_info .info_preface .txt_bold {
  font-weight: 500;
} */

.course_top_appeal {
  margin: 0 auto;
  padding: 1.5em;
  width: 91%;
  border: 2px solid #ef759b;
  /* background: #fff; */
  background: #fbfaff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .course_top_appeal {
    width: 100%;
    padding: 1em;
  }
}

.course_top_appeal .appeal_title_txt {
  margin: 0 !important;
  padding: 0 0 12px 0 !important;
  width: 100%;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  color: #000 !important;
  text-align: center;
  line-height: 2rem;
  border-bottom: 2px solid #ef759b !important;
}

@media screen and (max-width: 480px) {
  .course_top_appeal .appeal_title_txt {
    font-size: 1.04rem !important;
    line-height: 1.6rem !important;
  }
}

.course_top_appeal .appeal_summary_txt {
  margin: 16px 0 0 0 !important;
  padding: 0 0.3em !important;
  width: 100%;
  font-size: 1rem !important;
  color: #000;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .course_top_appeal .appeal_summary_txt {
    font-size: 0.9rem !important;
    line-height: 1.4rem;
  }
}

.course_top_appeal .appeal_summary_txt .txt_pink {
  color: #f35486;
}

.course_top_appeal .appeal_summary_txt .txt_bold {
  font-weight: bold !important;
}

#mainArea .course_info .course_section_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner {
    display: block;
    padding: 0;
    width: 94%;
  }
}

#mainArea .course_info .course_section_inner .course_info_tab {
  display: none;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_info_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 49.8%;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li>a {
    display: block;
    margin: 0;
    padding: 8px 10px;
    font-size: 1rem;
    color: #9211c1;
    text-align: center;
    background: #fcf2ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li>a .kouza_name {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li>a .course_name {
    font-weight: 500;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li.active>a {
    color: #fff;
    background: #b050d3;
  }

  #mainArea .course_info .course_section_inner .course_info_tab>li.active>a::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid #b050d3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    z-index: 1;
  }

  #mainArea .course_info .course_section_inner .course_area {
    display: none;
    opacity: 0;
  }

  #mainArea .course_info .course_section_inner .course_area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }

  @keyframes displayAnime {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

#mainArea .course_info .course_section_inner .course_area {
  margin: 0;
  padding: 0;
  width: 49%;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area {
    margin-top: 30px;
    width: 100%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  height: 36px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #e42e1a;
  border-radius: 20px;
}

#mainArea .course_info .course_section_inner .course_area .course_catch::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #e42e1a transparent transparent transparent;
}

#mainArea .course_info .course_section_inner .course_area .course_section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0 0 30px 0;
  width: 100%;
  background: #fff;
}

#mainArea .course_info .course_section_inner .course_area .course_section.basic {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section.basic {
    margin-top: 0;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section.platinum {
  margin-top: 24px;
}

#mainArea .course_info .course_section_inner .course_area .course_section .kyozai_img {
  margin: 0 auto;
  padding: 25px 60px;
  width: 100%;
  background: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}

#mainArea .course_info .course_section_inner .course_area .course_section .kyozai_img>img {
  width: 100%;
  height: 100%;
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title {
  position: relative;
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 100%;
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 1px;
  background: #ddd;
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title .sub_title {
  margin: 0 auto;
  padding: 12px 10px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_title .sub_title {
    padding: 10px;
    font-size: 1rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title .sub_title.basic {
  background: #3691FB;
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title .sub_title.platinum {
  background: #F3884B;
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title .main_title {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4512B1;
  line-height: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_title .main_title {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_title .main_title .txt_large {
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_title .main_title .txt_large {
    font-size: 1.6rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_fee {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0 auto;
  padding: 0;
  width: 94%;
  font-size: 2.2rem;
  font-weight: 500;
  color: #F04848;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_fee {
    margin-top: 18px;
    font-size: 2rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_fee::after {
  content: "円";
  margin-top: 3px;
  margin-left: 6px;
  font-size: 1.6rem;
  color: #F04848;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_fee::after {
    margin-top: 5px;
    margin-left: 4px;
    font-size: 1.4rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_fee .fee_catch_basic {
  display: inline-block;
  margin-top: 3px;
  margin-right: 20px;
  padding: 7px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_fee .fee_catch_basic {
    margin-top: 5px;
    margin-right: 15px;
    padding: 7px 10px;
    font-size: 0.9rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_fee .fee_catch_platinum {
  display: inline-block;
  margin-top: 3px;
  margin-right: 20px;
  padding: 7px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #F24F80;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_fee .fee_catch_platinum {
    margin-top: 5px;
    margin-right: 15px;
    padding: 7px 10px;
    font-size: 0.9rem;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_detail {
  display: flex;
  justify-content: space-between;
  margin: 25px auto 0 auto;
  padding: 0;
  width: 90%;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_detail {
    flex-wrap: wrap;
    width: 60%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_detail .detail_title {
  margin: 0 0 5px 0;
  padding: 0;
  width: 15%;
  height: 26px;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #C0D9FF;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_detail .detail_title {
    width: 26%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .course_detail .detail_cont {
  margin: 0 0 5px 0;
  padding: 0;
  width: 32%;
  font-size: 0.9rem;
  color: #333;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .course_detail .detail_cont {
    width: 70%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7px auto 0 auto;
  padding: 0;
  width: 90%;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai {
    margin-top: 16px;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai .sp_title {
  margin: 0;
  padding: 0;
  width: 20%;
  height: 26px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #ae3fac;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai .sp_title {
    width: 26%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai .sp_cont {
  margin: 0;
  padding: 0;
  width: 78%;
  font-size: 0.9rem;
  color: #000;
}

@media screen and (max-width: 480px) {
  #mainArea .course_info .course_section_inner .course_area .course_section .special_kyozai .sp_cont {
    width: 72%;
  }
}

#mainArea .course_info .course_section_inner .course_area .course_section .kyozai_cont {
  margin: 12px auto 0 auto;
  padding: 10px;
  width: 90%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.4rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}


/* #mainArea .kouza_reason {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason {
    width: 94%;
  }
}
#mainArea .kouza_reason .reason_title_area {
  margin: 0 auto;
  padding: 2.5em 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_title_area {
    padding: 0 0 30px 0;
  }
}
#mainArea .kouza_reason .reason_title_area .sub_title {
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #83BC3B;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_title_area .sub_title {
    width: 100%;
    border-radius: 0;
  }
}
#mainArea .kouza_reason .reason_title_area .sub_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #83BC3B;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#mainArea .kouza_reason .reason_title_area .main_title {
  margin: 25px auto 0 auto;
  padding: 0;
  width: 40%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.8rem;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_title_area .main_title {
    width: 94%;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#mainArea .kouza_reason .reason_section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
}
#mainArea .kouza_reason .reason_section::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  filter: blur(15px);
  opacity: 0.3;
  z-index: -1;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section::before {
    background-size: cover;
  }
}
#mainArea .kouza_reason .reason_section .section_inner {
  display: grid;
  grid-template-columns: 120px 1fr 400px;
  grid-template-areas: "rs_num rs_txt rs_img";
  grid-gap: 20px;
  margin: 0 auto;
  padding: 60px 1em;
  width: 1140px;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner {
    display: block;
    padding: 40px 0;
    width: 92%;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .point_num {
  grid-area: rs_num;
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  height: 120px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #FC5656;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .point_num {
    margin: 0 auto;
    padding: 24px 0 0 0;
    width: 100px;
    height: 100px;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .point_num .num {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .point_num .num {
    font-size: 2rem;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents {
  grid-area: rs_txt;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents {
    margin-top: 30px;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents .contents_title {
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #489C06;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents .contents_title {
    font-size: 1.2rem;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents .contents_txt {
  margin: 15px auto 0 auto;
  padding: 0;
  width: 94%;
  font-size: 1rem;
  color: #333;
  line-height: 2rem;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents .contents_txt {
    margin: 15px auto 25px auto;
    line-height: 1.8rem;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents .txt_list {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 94%;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents .txt_list {
    margin: 10px auto 25px auto;
    width: 96%;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents .txt_list > li {
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 5%;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
  background: #FFFEE2;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents .txt_list > li {
    padding-left: 6%;
  }
}
#mainArea .kouza_reason .reason_section .section_inner .contents .txt_list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translate(-5%, -50%);
  width: 5px;
  height: 80%;
  background: #FC5656;
}
#mainArea .kouza_reason .reason_section .section_inner .contents .txt_list > li + li {
  margin-top: 2px;
}
#mainArea .kouza_reason .reason_section .section_inner .contents_img {
  grid-area: rs_img;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 280px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#mainArea .kouza_reason .reason_section .section_inner .contents_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #mainArea .kouza_reason .reason_section .section_inner .contents_img {
    margin: 0 auto;
    width: 96%;
    height: 90%;
  }
}
#mainArea .kouza_reason #reason_01::before {
  background-image: url("../images/kouza_point_bg/img_point_01.jpg");
}
#mainArea .kouza_reason #reason_02::before {
  background-image: url("../images/kouza_point_bg/img_point_02.jpg");
}
#mainArea .kouza_reason #reason_03::before {
  background-image: url("../images/kouza_point_bg/img_point_03.jpg");
}
#mainArea .kouza_reason #reason_04::before {
  background-image: url("../images/kouza_point_bg/img_point_04.jpg");
}
#mainArea .kouza_reason #reason_05::before {
  background-image: url("../images/kouza_point_bg/img_point_05.jpg");
} */


.kouza_five_reason {
  margin: 30px auto !important;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason {
    margin-bottom: 50px !important;
    width: 94%;
  }
}

.kouza_five_reason .reason_title_area {
  margin: 0 auto;
  padding: 2.5em 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_title_area {
    padding: 0 0 30px 0;
  }
}

.kouza_five_reason .reason_title_area .sub_title {
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #83BC3B;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_title_area .sub_title {
    width: 100%;
    border-radius: 0;
  }
}

.kouza_five_reason .reason_title_area .sub_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #83BC3B;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.kouza_five_reason .reason_title_area .main_title {
  margin: 25px auto 0 auto;
  padding: 0;
  width: 40%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.8rem;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_title_area .main_title {
    width: 94%;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.kouza_five_reason .reason_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fafafa;

}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper {
    flex-wrap: nowrap;
  }

  .kouza_five_reason .reason_wrapper.scroll-container {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    overflow-scrolling: touch;
  }
}

.kouza_five_reason .reason_wrapper .reason_section {
  position: relative;
  margin: 0 auto;
  padding: 0 1.5em;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section {
    position: relative;
    scroll-snap-align: center;
    height: 100%;
    width: 100%;
    flex: none;
    /* height: 800px; */
    box-sizing: border-box;
  }
}

.kouza_five_reason .reason_wrapper .reason_section::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  filter: blur(15px);
  opacity: 0.3;
  z-index: -1;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section::before {
    background-size: cover;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 8px auto !important;
  padding: 3em 1.8em;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list {
    display: block;
    padding: 40px 0 !important;
    /* width: 92%; */
    width: 100%;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  width: 60%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt {
    padding: 0;
    width: 100%;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .point_num {
  position: absolute;
  top: -25px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  width: 100px;
  height: 100px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #FC5656;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .point_num {
    top: -15px;
    left: -10px;
    margin: 0 auto;
    padding: 10px 0;
    width: 70px;
    height: 70px;
    font-size: 0.9rem;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .point_num .num {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .point_num .num {
    font-size: 1.4rem;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .contents_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #489C06;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .contents_title {
    padding-left: 50px;
    height: 40px;
    font-size: 1.1rem;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .contents_summary {
  margin: 36px auto 0 auto !important;
  padding: 0 0 0 25px;
  width: 94%;
  font-size: 1rem;
  color: #333;
  line-height: 2rem;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .contents_summary {
    margin-top: 25px !important;
    line-height: 1.8rem;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list {
  margin: 20px auto 0 auto !important;
  padding: 0;
  width: 90%;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list {
    width: 100%;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list>li {
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 5%;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
  background: #FFFEE2;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list>li {
    padding-left: 6%;
    font-size: 0.8rem;
  }
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list>li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translate(-5%, -50%);
  width: 5px;
  height: 80%;
  background: #FC5656;
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_txt .txt_list>li+li {
  margin-top: 2px;
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_img {
  margin: 0;
  padding: 0;
  width: 37%;
  height: 280px;
  /* box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2); */
  /* border: 1px solid #ddd; */
  overflow: hidden;
}

.kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_img>img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_five_reason .reason_wrapper .reason_section .reason_list .contents_img {
    margin-top: 16px !important;
    width: 100%;
    height: 200px;
    box-shadow: none;
  }
}

/* .kouza_five_reason #reason_01::before {
  background-image: url("../images/kouza_point_bg/img_point_01.jpg");
}
.kouza_five_reason #reason_02::before {
  background-image: url("../images/kouza_point_bg/img_point_02.jpg");
}
.kouza_five_reason #reason_03::before {
  background-image: url("../images/kouza_point_bg/img_point_03.jpg");
}
.kouza_five_reason #reason_04::before {
  background-image: url("../images/kouza_point_bg/img_point_04.jpg");
}
.kouza_five_reason #reason_05::before {
  background-image: url("../images/kouza_point_bg/img_point_05.jpg");
} */

.navigation-mark {
  display: none;
}

@media screen and (max-width: 480px) {
  .navigation-mark {
    display: block;
    position: relative;
    margin: 8px auto 16px auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .navigation-mark::before {
    position: absolute;
    top: 0;
    left: 3.5%;
    content: "\f137";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.1rem;
    color: #d9cc6c;
    z-index: 1;
  }

  .navigation-mark::after {
    position: absolute;
    top: 0;
    right: 3.5%;
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.1rem;
    color: #d9cc6c;
    z-index: 1;
  }
}



#mainArea .voice_summary_wrapper {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper {
    margin-top: 30px;
    width: 94%;
  }
}

#mainArea .voice_summary_wrapper .voice_summary_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  color: #93511f;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_summary_title {
    font-size: 1.4rem;
  }
}

#mainArea .voice_summary_wrapper .voice_summary_title::after {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #eb7be1;
}

#mainArea .voice_summary_wrapper .voice_column_summary {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary {
    margin-top: 40px;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper {
  margin: 30px auto 0 auto !important;
  padding: 0;
  width: 100%;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper .bx-prev {
  left: -40px;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper .bx-prev {
    top: 20%;
    left: 0;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper .bx-next {
  right: -40px;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper .bx-next {
    top: 20%;
    right: 0;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li {
  margin: 0;
  padding: 20px !important;
  width: 600px !important;
  border: 1px solid #ddd !important;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li {
    margin: 0 10px !important;
    max-width: 310px !important;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .summary_title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  color: #ef7b8e;
  text-align: center;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 20px 0 !important;
  padding: 0;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo {
  margin: 0;
  padding: 0;
  width: 40%;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo {
    width: 100%;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo .user_photo {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 240px;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo .user_photo {
    margin: 0 auto !important;
    width: 180px;
    height: 180px;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo .user_photo>img {
  width: 240px !important;
  height: 240px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo .user_photo>img {
    width: 180px !important;
    height: 180px !important;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .voice_photo .user_name {
  margin: 5px 0 0 0 !important;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .article_body {
  margin: 0;
  padding: 0;
  width: 57%;
}

@media screen and (max-width: 480px) {
  #mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .article_body {
    margin: 20px 0 0 0 !important;
    width: 100%;
  }
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .article_body .question {
  margin: 0 0 5px 0 !important;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .top_level .article_body .answer {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .other_level {
  margin: 0 0 20px 0 !important;
  padding: 0;
  width: 100%;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .other_level .article_body {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .other_level .article_body .question {
  margin: 0 0 5px 0 !important;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .other_level .article_body .answer {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

#mainArea .voice_summary_wrapper .voice_column_summary .bx-wrapper li .summary_cont .voice_article_link {
  margin: 20px 0 0 0 !important;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-align: right;
}

#mainArea .section_course_review {
  margin: 60px auto;
  padding: 0;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #mainArea .section_course_review {
    margin: 16px auto 30px auto;
    width: 94%;
  }
}

#mainArea .section_course_review .yotpo_title {
  position: relative;
  margin: 0 auto !important;
  padding: 14px 0;
  width: 40%;
  font-size: 1.6rem;
  color: #fff !important;
  text-align: center;
  border-radius: 10px;
  background: #be499f;
}

@media screen and (max-width: 480px) {
  #mainArea .section_course_review .yotpo_title {
    width: 80%;
    font-size: 1.1rem;
  }
}

#mainArea .section_course_review .yotpo_title>span {
  margin-right: 10px;
}

#mainArea .section_course_review .yotpo_title:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 20px 0 20px;
  border-style: solid;
  border-color: #be499f transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  #mainArea .section_course_review .yotpo_title:after {
    border-width: 15px 17px 0 17px;
  }
}

#mainArea .section_course_review .yotpo_subtitle {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 480px) {
  #mainArea .section_course_review .yotpo_subtitle {
    margin: 30px auto 16px auto;
    width: 90%;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

#mainArea .section_course_review .yotpo_subtitle>br {
  display: none;
}

@media screen and (max-width: 480px) {
  #mainArea .section_course_review .yotpo_subtitle>br {
    display: block;
  }
}

#mainArea .real_voice_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 40px auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .real_voice_wrapper {
    margin-bottom: 20px;
    width: 94%;
  }
}

#mainArea .real_voice_wrapper .real_voice_title {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #663300;
}

@media screen and (max-width: 480px) {
  #mainArea .real_voice_wrapper .real_voice_title {
    font-size: 1.4rem;
  }
}

#mainArea .real_voice_wrapper .real_voice_title::after {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #b95c7f;
}

#mainArea .real_voice_wrapper .real_voice_area {
  margin: 24px auto 0 auto;
  padding: 2em;
  background: #f6f0e7;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .real_voice_wrapper .real_voice_area {
    margin-top: 16px;
  }
}

#mainArea .real_voice_wrapper .real_voice_area.voice-2 {
  width: 49%;
}

#mainArea .real_voice_wrapper .real_voice_area.voice-3 {
  width: 32.6666666667%;
}

#mainArea .real_voice_wrapper .real_voice_area.voice-4 {
  width: 24.5%;
}

@media screen and (max-width: 480px) {

  #mainArea .real_voice_wrapper .real_voice_area.voice-2,
  #mainArea .real_voice_wrapper .real_voice_area.voice-3,
  #mainArea .real_voice_wrapper .real_voice_area.voice-4 {
    margin-bottom: 10px;
    width: 100%;
  }
}

#mainArea .real_voice_wrapper .real_voice_area .profile_area {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
}

#mainArea .real_voice_wrapper .real_voice_area .profile_area .voice_title {
  margin: 0;
  padding: 0;
  width: 60%;
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  line-height: 1.5rem;
}

#mainArea .real_voice_wrapper .real_voice_area .profile_area .voice_photo {
  margin: 0 auto;
  padding: 0;
  width: 35%;
  height: 100px;
  overflow: hidden;
}

#mainArea .real_voice_wrapper .real_voice_area .profile_area .voice_photo>img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

#mainArea .real_voice_wrapper .real_voice_area .profile_area .profile_info {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #222;
}

#mainArea .real_voice_wrapper .real_voice_area .voice_txt {
  display: block;
  margin: 20px auto 0 auto !important;
  padding: 0;
  width: 100%;
  font-size: 1rem !important;
  color: #222;
  line-height: 1.6rem !important;
}

@media screen and (max-width: 480px) {
  #mainArea .real_voice_wrapper .real_voice_area .voice_txt {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

#mainArea .faq_area {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area {
    margin-bottom: 30px;
    padding-bottom: 0;
    width: 94%;
  }
}

#mainArea .faq_area .faq_title {
  position: relative;
  margin: 0 auto 40px auto;
  padding: 12px 0;
  width: 1140px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #D776C4;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_title {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 0;
  }
}

#mainArea .faq_area .faq_title>i {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_title>i {
    font-size: 1.4rem;
  }
}

#mainArea .faq_area .faq_title:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 20px 0 20px;
  border-style: solid;
  border-color: #D776C4 transparent transparent transparent;
  background: none;
}

#mainArea .faq_area .faq_area_inner {
  margin: 0 auto;
  padding: 0;
  width: 96%;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner {
    width: 100%;
  }
}

#mainArea .faq_area .faq_area_inner details.faq_area {
  margin: 0 auto 8px auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .faq_area .faq_area_inner details.faq_area .faq_question {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 65px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  color: #933682;
  background: #FFF3FD;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner details.faq_area .faq_question {
    padding: 12px 40px 12px 55px;
    width: 100%;
    font-size: 0.9rem;
  }
}

#mainArea .faq_area .faq_area_inner details.faq_area .faq_question::-webkit-details-marker {
  display: none;
}

#mainArea .faq_area .faq_area_inner details.faq_area .faq_question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 100%;
  font-family: monospace;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #6EB9E2;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner details.faq_area .faq_question::before {
    width: 40px;
    font-size: 1.4rem;
  }
}

#mainArea .faq_area .faq_area_inner details.faq_area .faq_question::after {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner details.faq_area .faq_question::after {
    right: 0;
  }
}

#mainArea .faq_area .faq_area_inner .faq_answer {
  position: relative;
  margin: 10px auto 0 auto;
  padding: 10px 0 10px 65px;
  width: 100%;
  font-size: 1rem;
  color: #000;
  line-height: 1.6rem;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner .faq_answer {
    padding: 8px 10px 8px 55px;
    width: 100%;
    font-size: 0.9rem;
  }
}

#mainArea .faq_area .faq_area_inner .faq_answer:last-of-type {
  margin-bottom: 0;
}

#mainArea .faq_area .faq_area_inner .faq_answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 100%;
  font-family: monospace;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #E26E6E;
}

@media screen and (max-width: 480px) {
  #mainArea .faq_area .faq_area_inner .faq_answer::before {
    width: 40px;
    font-size: 1.2rem;
  }
}

#mainArea .faq_area .faq_area_inner[open] .faq_question::after {
  content: "\f077";
}

#mainArea .video_area {
  position: relative;
  margin: 60px auto 0 auto;
  padding: 30px 0 10px 0;
  width: 1140px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .video_area {
    margin: 50px auto 0 auto;
    padding: 40px 10px 5px 10px;
    width: 94%;
    box-sizing: border-box;
  }
}

#mainArea .video_area .video_area_title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 60px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #mainArea .video_area .video_area_title {
    width: 90%;
    font-size: 1.3rem;
  }
}

#mainArea .video_area .video_area_title::before,
#mainArea .video_area .video_area_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  vertical-align: middle;
  background-color: #000;
}

@media screen and (max-width: 480px) {

  #mainArea .video_area .video_area_title::before,
  #mainArea .video_area .video_area_title::after {
    width: 40px;
    height: 2px;
  }
}

#mainArea .video_area .video_area_title::before {
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  transform: rotate(70deg);
}

#mainArea .video_area .video_area_title::after {
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  transform: rotate(-70deg);
}

#mainArea .video_area .vd_youtube {
  margin: 20px auto;
  padding: 0;
  width: 50%;
}

@media screen and (max-width: 480px) {
  #mainArea .video_area .vd_youtube {
    margin: 0 auto 16px auto;
    width: 100%;
  }
}

#mainArea .contents_section {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .contents_section .section_inner {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  #mainArea .contents_section .section_inner {
    width: 94%;
  }
}

#mainArea #shikaku_pro {
  position: relative;
  margin: 30px auto 0 auto;
  padding: 50px 0 40px 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro {
    padding: 30px 0 60px 0;
  }
}

#mainArea #shikaku_pro::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border: 40px solid transparent;
  border-top-color: #C9EBFF;
  border-bottom-width: 0;
}

#mainArea #shikaku_pro .section_inner .pro_lead {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #D3541E;
  text-align: center;
  line-height: 2.6rem;
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .pro_lead {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .activity_list {
    margin-top: 24px;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01,
#mainArea #shikaku_pro .section_inner .activity_list .activity02 {
  margin: 0;
  padding: 0;
  width: 49%;
  box-sizing: border-box;
}

#mainArea #shikaku_pro .section_inner .activity_list .list_3 .activity01,
#mainArea #shikaku_pro .section_inner .activity_list .list_3 .activity02,
#mainArea #shikaku_pro .section_inner .activity_list .list_3 .activity03 {
  margin: 0;
  padding: 0;
  width: 32.3333333333%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .activity_list .activity01,
  #mainArea #shikaku_pro .section_inner .activity_list .activity02,
  #mainArea #shikaku_pro .section_inner .activity_list .activity03 {
    margin: 0 auto 8px auto;
    width: 100%;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>h4,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>h4,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>h4::before,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>h4::before,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .activity_list .activity01>h4::before,
  #mainArea #shikaku_pro .section_inner .activity_list .activity02>h4::before,
  #mainArea #shikaku_pro .section_inner .activity_list .activity03>h4::before {
    width: 30px;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>h4::after,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>h4::after,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 60px;
  height: 100%;
  transform: translateX(0);
  z-index: 100;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .activity_list .activity01>h4::after,
  #mainArea #shikaku_pro .section_inner .activity_list .activity02>h4::after,
  #mainArea #shikaku_pro .section_inner .activity_list .activity03>h4::after {
    width: 30px;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>dl,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>dl,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>dl {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>dl dt,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>dl dt,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .activity_list .activity01>dl dt,
  #mainArea #shikaku_pro .section_inner .activity_list .activity02>dl dt,
  #mainArea #shikaku_pro .section_inner .activity_list .activity03>dl dt {
    height: auto;
  }
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>dl dt>img,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>dl dt>img,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>dl dt>img {
  -o-object-fit: cover;
  object-fit: cover;
}

#mainArea #shikaku_pro .section_inner .activity_list .activity01>dl dd,
#mainArea #shikaku_pro .section_inner .activity_list .activity02>dl dd,
#mainArea #shikaku_pro .section_inner .activity_list .activity03>dl dd {
  margin: 5px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .activity_list .activity01>dl dd,
  #mainArea #shikaku_pro .section_inner .activity_list .activity02>dl dd,
  #mainArea #shikaku_pro .section_inner .activity_list .activity03>dl dd {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

#mainArea #shikaku_pro .section_inner .work_lead {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #1e6cd3;
  text-align: center;
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .work_lead {
    font-size: 1.5rem;
  }
}

#mainArea #shikaku_pro .section_inner .work_summary {
  margin: 30px auto;
  padding: 0;
  width: 70%;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .work_summary {
    margin: 30px auto 16px auto;
    width: 98%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: left;
  }
}

#mainArea #shikaku_pro .section_inner .work_lead_txt {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea #shikaku_pro .section_inner .work_lead_txt>p {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-indent: 0;
  line-height: 1.6rem;
}

#mainArea #shikaku_pro .section_inner .work_list {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .work_list {
    margin-top: 30px;
  }
}

#mainArea #shikaku_pro .section_inner .work_list .work01,
#mainArea #shikaku_pro .section_inner .work_list .work02 {
  width: 49%;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_list .work01,
  #mainArea #shikaku_pro .section_inner .work_list .work02 {
    margin-bottom: 16px;
    width: 100%;
  }
}

#mainArea #shikaku_pro .section_inner .work_3 .work01,
#mainArea #shikaku_pro .section_inner .work_3 .work02,
#mainArea #shikaku_pro .section_inner .work_3 .work03 {
  margin: 0;
  width: 32.3333333333%;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_3 .work01,
  #mainArea #shikaku_pro .section_inner .work_3 .work02,
  #mainArea #shikaku_pro .section_inner .work_3 .work03 {
    margin-bottom: 16px;
    width: 100%;
  }
}

#mainArea #shikaku_pro .section_inner .work_3 .work01>h4,
#mainArea #shikaku_pro .section_inner .work_3 .work02>h4,
#mainArea #shikaku_pro .section_inner .work_3 .work03>h4 {
  padding: 0 30px;
  font-size: 0.9rem;
}

#mainArea #shikaku_pro .section_inner .work_3 .work01>h4::before,
#mainArea #shikaku_pro .section_inner .work_3 .work01>h4::after,
#mainArea #shikaku_pro .section_inner .work_3 .work02>h4::before,
#mainArea #shikaku_pro .section_inner .work_3 .work02>h4::after,
#mainArea #shikaku_pro .section_inner .work_3 .work03>h4::before,
#mainArea #shikaku_pro .section_inner .work_3 .work03>h4::after {
  width: 25px;
}

#mainArea #shikaku_pro .section_inner .work_3 .work01>dl dt,
#mainArea #shikaku_pro .section_inner .work_3 .work02>dl dt,
#mainArea #shikaku_pro .section_inner .work_3 .work03>dl dt {
  height: 220px;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_3 .work01>dl dt,
  #mainArea #shikaku_pro .section_inner .work_3 .work02>dl dt,
  #mainArea #shikaku_pro .section_inner .work_3 .work03>dl dt {
    height: auto;
  }
}

#mainArea #shikaku_pro .section_inner .work_3 .work01>dl dd,
#mainArea #shikaku_pro .section_inner .work_3 .work02>dl dd,
#mainArea #shikaku_pro .section_inner .work_3 .work03>dl dd {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

#mainArea #shikaku_pro .section_inner .work_list .work01>h4,
#mainArea #shikaku_pro .section_inner .work_list .work02>h4,
#mainArea #shikaku_pro .section_inner .work_list .work03>h4 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 600px;
  height: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #E38E6A;
}

#mainArea #shikaku_pro .section_inner .work_list .work01>h4::before,
#mainArea #shikaku_pro .section_inner .work_list .work02>h4::before,
#mainArea #shikaku_pro .section_inner .work_list .work03>h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #E5762F;
  background-image: linear-gradient(to top left, #E38E6A 50%, transparent 51%);
  z-index: 100;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_list .work01>h4::before,
  #mainArea #shikaku_pro .section_inner .work_list .work02>h4::before,
  #mainArea #shikaku_pro .section_inner .work_list .work03>h4::before {
    width: 30px;
  }
}

#mainArea #shikaku_pro .section_inner .work_list .work01>h4::after,
#mainArea #shikaku_pro .section_inner .work_list .work02>h4::after,
#mainArea #shikaku_pro .section_inner .work_list .work03>h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 60px;
  height: 100%;
  transform: translateX(0);
  background: #E5762F;
  background-image: linear-gradient(to bottom right, #E38E6A 50%, transparent 51%);
  z-index: 100;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_list .work01>h4::after,
  #mainArea #shikaku_pro .section_inner .work_list .work02>h4::after,
  #mainArea #shikaku_pro .section_inner .work_list .work03>h4::after {
    width: 30px;
  }
}

#mainArea #shikaku_pro .section_inner .work_list .work01>dl,
#mainArea #shikaku_pro .section_inner .work_list .work02>dl,
#mainArea #shikaku_pro .section_inner .work_list .work03>dl {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea #shikaku_pro .section_inner .work_list .work01>dl dt,
#mainArea #shikaku_pro .section_inner .work_list .work02>dl dt,
#mainArea #shikaku_pro .section_inner .work_list .work03>dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_list .work01>dl dt,
  #mainArea #shikaku_pro .section_inner .work_list .work02>dl dt,
  #mainArea #shikaku_pro .section_inner .work_list .work03>dl dt {
    height: auto;
  }
}

#mainArea #shikaku_pro .section_inner .work_list .work01>dl dt img,
#mainArea #shikaku_pro .section_inner .work_list .work02>dl dt img,
#mainArea #shikaku_pro .section_inner .work_list .work03>dl dt img {
  width: 100%;
  height: auto;
}

#mainArea #shikaku_pro .section_inner .work_list .work01>dl dd,
#mainArea #shikaku_pro .section_inner .work_list .work02>dl dd,
#mainArea #shikaku_pro .section_inner .work_list .work03>dl dd {
  margin: 5px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {

  #mainArea #shikaku_pro .section_inner .work_list .work01>dl dd,
  #mainArea #shikaku_pro .section_inner .work_list .work02>dl dd,
  #mainArea #shikaku_pro .section_inner .work_list .work03>dl dd {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

#mainArea #shikaku_pro .section_inner .activity_recommend {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #D1E6F2;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .activity_recommend {
    margin: 16px auto 0 auto;
    width: 100%;
  }
}

#mainArea #shikaku_pro .section_inner .activity_recommend dt {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #D14405;
  text-align: center;
  line-height: 2.4rem;
  background: #E7F2F8;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .activity_recommend dt {
    padding: 1.2em 1.6em;
    font-size: 1.2rem;
    line-height: 2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
  }
}

#mainArea #shikaku_pro .section_inner .activity_recommend dd {
  margin: 0;
  padding: 30px 150px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.9rem;
}

@media screen and (max-width: 480px) {
  #mainArea #shikaku_pro .section_inner .activity_recommend dd {
    padding: 20px;
    font-size: 0.9rem;
    line-height: 1.7rem;
    box-sizing: border-box;
  }
}

#mainArea #links_area01 {
  margin: 30px auto 60px auto !important;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea #links_area01 {
    margin-bottom: 30px !important;
    width: 94%;
  }
}

#mainArea #links_area01 .contents_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
}

#mainArea #links_area01 .contents_links .links01,
#mainArea #links_area01 .contents_links .links02 {
  margin: 0;
  padding: 0;
  width: 48%;
  height: 100px;
  border: 1px solid #BFA038;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {

  #mainArea #links_area01 .contents_links .links01,
  #mainArea #links_area01 .contents_links .links02 {
    margin-bottom: 12px;
    width: 100%;
    height: 60px;
  }
}

#mainArea #links_area01 .contents_links .links01>a,
#mainArea #links_area01 .contents_links .links02>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold !important;
  color: #761763;
  text-decoration: none;
  background: #FAF9F5;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {

  #mainArea #links_area01 .contents_links .links01>a,
  #mainArea #links_area01 .contents_links .links02>a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

#mainArea #links_area01 .contents_links .links01>a:hover,
#mainArea #links_area01 .contents_links .links02>a:hover {
  background: #ece4c3;
  transition: all 0.3s;
}

#mainArea #links_area01 .contents_links .links01>a>img,
#mainArea #links_area01 .contents_links .links02>a>img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  margin: 0 3em 0 0;
  padding: 0;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 480px) {

  #mainArea #links_area01 .contents_links .links01>a>img,
  #mainArea #links_area01 .contents_links .links02>a>img {
    width: 50px;
    height: 50px;
  }
}

#mainArea #links_area01 .contents_links .links01>a>i,
#mainArea #links_area01 .contents_links .links02>a>i {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 1.8rem;
}

#mainArea .kouza_article {
  margin: 30px auto;
  padding: 1.5em;
  width: 1140px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article {
    padding: 1em 0.8em;
    width: 94%;
  }
}

#mainArea .kouza_article .article_body {
  display: block;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .article_body {
    display: none;
  }
}

#mainArea .kouza_article .midashi_obi {
  margin: 0 auto;
  padding: 0.7em 0 !important;
  width: 100%;
  font-size: 1.8rem !important;
  font-weight: bold;
  /* color: #fff !important; */
  color: #333 !important;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .midashi_obi {
    position: relative !important;
    margin: 0 0 1px 0 !important;
    padding: 0.7em 2.6em 0.7em 0.8em !important;
    font-size: 1rem !important;
    text-align: left !important;
    line-height: 1.6rem;
    box-sizing: border-box;
  }

  #mainArea .kouza_article .midashi_obi .toggle_mark {
    position: absolute !important;
    top: 45% !important;
    right: 5% !important;
    transform: translateY(-45%) rotate(135deg) !important;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    display: block;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  #mainArea .kouza_article .midashi_obi.open .toggle_mark {
    transform: rotate(-45deg) !important;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out !important;
  }
}

#mainArea .kouza_article .midashi_obi:not(:first-of-type) {
  margin-top: 36px;
}

#mainArea .kouza_article .midashi_obi::after {
  display: none !important;
}

#mainArea .kouza_article .section_midashi {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .kouza_article .section_midashi::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-image: linear-gradient(to top left, white 50%, transparent 51%);
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_midashi::before {
    width: 20px;
  }
}

#mainArea .kouza_article .section_midashi::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-image: linear-gradient(to bottom right, white 49%, transparent 52%);
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_midashi::after {
    width: 20px;
  }
}

#mainArea .kouza_article .kouza_lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .kouza_lead .lead_img {
  margin: 0;
  padding: 0;
  width: 49%;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .kouza_lead .lead_img {
    width: 100%;
  }
}

#mainArea .kouza_article .kouza_lead .lead_txt {
  margin: 0;
  padding: 0;
  width: 49%;
  font-size: 1rem;
  color: #333;
  line-height: 1.9rem;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .kouza_lead .lead_txt {
    margin-top: 16px;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

#mainArea .kouza_article .section_lead_txt {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .section_lead_txt>p {
  padding: 0 !important;
  font-size: 1rem !important;
  color: #333;
  line-height: 1.8rem !important;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_lead_txt>p {
    font-size: 0.9rem !important;
    line-height: 1.6rem !important;
  }
}

#mainArea .kouza_article .section_txt {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .section_txt>p {
  padding: 0 !important;
  font-size: 1rem !important;
  color: #333;
  line-height: 1.8rem;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_txt>p {
    font-size: 0.9rem !important;
    line-height: 1.6rem !important;
  }
}

#mainArea .kouza_article .section_full {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .kouza_article .section_full .section_midashi {
  margin: 20px auto;
  padding: 0 50px;
  height: 2em;
  font-size: 1.5rem !important;
  line-height: 2.1em;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_full .section_midashi {
    padding: 0.4em 25px 0.3em 25px !important;
    height: auto;
    font-size: 1rem !important;
    line-height: 1.6rem;
  }
}

#mainArea .kouza_article .section_half,
#mainArea .kouza_article .section_triple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .section_half .section_midashi,
#mainArea .kouza_article .section_triple .section_midashi {
  margin: 0 !important;
  padding: 0 50px;
  min-height: 2.2em !important;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {

  #mainArea .kouza_article .section_half .section_midashi,
  #mainArea .kouza_article .section_triple .section_midashi {
    padding: 0 25px;
  }
}

#mainArea .kouza_article .section_half .section_left,
#mainArea .kouza_article .section_half .section_right {
  margin-bottom: 16px;
  width: 49%;
}

@media screen and (max-width: 480px) {

  #mainArea .kouza_article .section_half .section_left,
  #mainArea .kouza_article .section_half .section_right {
    width: 100%;
  }
}

#mainArea .kouza_article .section_half .section_left {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_half .section_left {
    margin-right: 0;
  }
}

#mainArea .kouza_article .section_half .section_right {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_half .section_right {
    margin-left: 0;
  }
}

#mainArea .kouza_article .section_half .section_midashi {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_half .section_midashi {
    font-size: 1rem !important;
  }
}

#mainArea .kouza_article .section_triple .section_left,
#mainArea .kouza_article .section_triple .section_middle,
#mainArea .kouza_article .section_triple .section_right {
  margin: 0;
  padding: 0;
  width: 32.6666666667%;
}

@media screen and (max-width: 480px) {

  #mainArea .kouza_article .section_triple .section_left,
  #mainArea .kouza_article .section_triple .section_middle,
  #mainArea .kouza_article .section_triple .section_right {
    margin-bottom: 16px;
    width: 100%;
  }
}

#mainArea .kouza_article .section_triple .section_midashi {
  font-size: 1.1rem;
}

#mainArea .kouza_article .img_full {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .enq_answer {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .kouza_article .enq_answer_full {
  margin: 20px auto !important;
  padding: 0;
  width: 40%;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .enq_answer_full {
    width: 90%;
  }
}

#mainArea .kouza_article .enq_answer dt,
#mainArea .kouza_article .enq_answer_full dt {
  margin: 0;
  padding: 8px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#mainArea .kouza_article .enq_answer dd {
  margin: 0;
  padding: 20px 0 30px 0;
  width: 100%;
}

#mainArea .kouza_article .enq_answer dd>img {
  max-width: 80%;
  height: auto;
}

#mainArea .kouza_article .enquete caption {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1rem;
  text-align: left;
}

#mainArea .kouza_article .enquete th {
  background: #b1ddf1;
}

#mainArea .kouza_article .detail_link {
  margin: 80px auto;
  padding: 0 !important;
  width: 1000px;
  background: #00acea;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .detail_link {
    margin: 20px auto;
    width: 96%;
  }
}

#mainArea .kouza_article .detail_link>a {
  position: relative;
  display: block;
  margin: 0;
  padding: 26px 0 20px 0;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .detail_link>a {
    padding: 1em 1em 1em 2.8em;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
    box-sizing: border-box;
    text-indent: 0 !important;
  }
}

#mainArea .kouza_article .detail_link>a>i {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

#mainArea .kouza_article .detail_link:hover {
  background: #0080af;
  transition: all 0.3s;
}

#mainArea .kouza_article .section_list_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .kouza_article .section_list_contents::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

#mainArea .kouza_article .section_list_contents .section_list {
  margin: 0 0 30px 0 !important;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .section_list_contents .section_list {
    margin-bottom: 16px !important;
  }
}

#mainArea .kouza_article .section_list_contents .section_list>dt {
  margin: 0 0 15px 0 !important;
  padding: 0 0 10px 0;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#mainArea .kouza_article .section_list_contents .section_list>dd {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
}

#mainArea .kouza_article .list_2 .section_list {
  width: 48%;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .list_2 .section_list {
    width: 100%;
  }
}

#mainArea .kouza_article .list_3 .section_list {
  width: 32%;
}

@media screen and (max-width: 480px) {
  #mainArea .kouza_article .list_3 .section_list {
    width: 100%;
  }
}

#mainArea #supervisor {
  margin: 40px auto;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor {
    margin: 30px auto;
    width: 98%;
  }
}

#mainArea #supervisor .sv_title {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #268DC4;
  text-align: center;
  border-bottom: none;
  border: 2px solid #4A8DE6;
  border-bottom: 2px solid #4A8DE6;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .sv_title {
    font-size: 1.2rem;
  }
}

#mainArea #supervisor .sv_title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #4A8DE6;
  background-image: linear-gradient(to top left, white 50%, transparent 51%);
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .sv_title::before {
    width: 30px;
  }
}

#mainArea #supervisor .sv_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 60px;
  height: 100%;
  transform: translateX(0);
  background: #4A8DE6;
  background-image: linear-gradient(to bottom right, white 50%, transparent 51%);
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .sv_title::after {
    width: 30px;
  }
}

#mainArea #supervisor .contents_wrapper {
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
  border-left: 1px solid #A1B9E8;
  border-right: 1px solid #A1B9E8;
  border-bottom: 1px solid #A1B9E8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F8FDFF;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .contents_wrapper {
    padding: 20px 15px;
  }
}

#mainArea #supervisor .contents_wrapper .sv_lead {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .contents_wrapper .sv_lead {
    width: 100%;
    font-size: 0.85rem;
    line-height: 2.2rem;
  }
}

#mainArea #supervisor .multi_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents {
    margin-top: 20px;
  }
}

#mainArea #supervisor .multi_contents .contents_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area {
    display: block;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_name_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  padding: 8px 0 18px 0;
  width: 100%;
  background: #e8f5fa;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_name_area {
    padding: 0;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_photo {
  display: none;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_photo {
    display: block;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 80px;
    overflow: hidden;
    box-sizing: border-box;
  }

  #mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_photo>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile {
    width: 80%;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile .management_name {
  margin: 0 auto 5px 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile .management_name {
    margin: 0 auto;
    padding: 3% 0 0 0;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile .sv_name {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_name_area .name_profile .sv_name {
    font-size: 1.5rem;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_photo {
  margin: 0;
  padding: 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .sv_photo {
    display: none;
  }
}

#mainArea #supervisor .multi_contents .contents_area .sv_photo>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#mainArea #supervisor .multi_contents .contents_area .profile_area {
  margin: 0;
  padding: 0;
  width: 67%;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents .contents_area .profile_area {
    width: 100%;
  }
}

#mainArea #supervisor .multi_contents .contents_area .profile_area .history,
#mainArea #supervisor .multi_contents .contents_area .profile_area .profile {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea #supervisor .multi_contents .contents_area .profile_area .history>dt,
#mainArea #supervisor .multi_contents .contents_area .profile_area .profile>dt {
  margin: 0;
  padding: 4px 0;
  width: 30%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background: #4678AA;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents .contents_area .profile_area .history>dt,
  #mainArea #supervisor .multi_contents .contents_area .profile_area .profile>dt {
    padding: 6px 0;
    width: 70%;
    font-size: 0.9rem;
    font-weight: 500;
  }
}

#mainArea #supervisor .multi_contents .contents_area .profile_area .history>dd {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 98%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6rem;
  word-wrap: break-word;
}

#mainArea #supervisor .multi_contents .contents_area .profile_area .profile {
  margin-top: 30px;
}

#mainArea #supervisor .multi_contents .contents_area .profile_area .profile>dd {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 98%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6rem;
  word-wrap: break-word;
}

#mainArea #supervisor .multi_contents .contents_area .sp_sv_photo {
  display: none;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area {
  width: 49%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents.sv_2 .contents_area {
    width: 100%;
    background: none;
  }
}

#mainArea #supervisor .multi_contents.sv_3 .contents_area {
  width: 32%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #mainArea #supervisor .multi_contents.sv_3 .contents_area {
    width: 100%;
    background: none;
  }
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area,
#mainArea #supervisor .multi_contents.sv_3 .contents_area {
  margin: 20px auto 0 auto;
  padding: 15px;
  display: flex;
  align-self: self-start;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents.sv_2 .contents_area,
  #mainArea #supervisor .multi_contents.sv_3 .contents_area {
    padding: 0;
  }
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  padding: 8px 0;
  width: 100%;
  background: #e8f5fa;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area,
  #mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area {
    margin-bottom: 20px;
    padding: 0;
  }
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area .name_photo,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area .name_photo {
  margin: 0;
  padding: 0;
  width: 20%;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area .name_profile,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area .name_profile {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area .name_profile .management_name,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area .name_profile .management_name {
  margin: 0 auto;
  padding: 5% 0 0 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_name_area .name_profile .sv_name,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_name_area .name_profile .sv_name {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_photo,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_photo {
  margin: 10px auto 0 auto;
  padding: 8px 0;
  width: 100%;
  height: 160px;
  text-align: center;
  background: #f4f4f4;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sv_photo>img,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sv_photo>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 100%;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area,
  #mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area {
    margin-top: 0;
  }
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .history,
#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .profile {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .history,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .profile {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .history>dt,
#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .profile>dt {
  margin: 0;
  padding: 4px 0;
  width: 60%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #4678AA;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .history>dt,
  #mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .profile>dt {
    padding: 6px 0;
    width: 70%;
    font-size: 0.9rem;
    font-weight: 500;
  }
}

#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .history>dt,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .profile>dt {
  margin: 0;
  padding: 4px 0;
  width: 60%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #4678AA;
  border-radius: 20px;
}

@media screen and (max-width: 480px) {

  #mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .history>dt,
  #mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .profile>dt {
    padding: 6px 0;
    width: 70%;
    font-size: 0.9rem;
    font-weight: 500;
  }
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .history>dd,
#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .profile>dd {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 98%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6rem;
}

#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .history>dd,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .profile>dd {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 98%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6rem;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .profile_area .profile,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .profile_area .profile {
  margin-top: 30px;
}

#mainArea #supervisor .multi_contents.sv_2 .contents_area .sp_sv_photo,
#mainArea #supervisor .multi_contents.sv_3 .contents_area .sp_sv_photo {
  display: none;
}

#mainArea .recommend_column_wrapper {
  margin: 0 auto 40px auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper {
    margin-bottom: 30px;
    width: 94%;
  }
}

#mainArea .recommend_column_wrapper .recommend_column_title {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  padding: 12px 20px;
  width: 100%;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper .recommend_column_title {
    padding: 0.5em 0;
    font-size: 1.2rem;
  }
}

#mainArea .recommend_column_wrapper .recommend_column_title::before,
#mainArea .recommend_column_wrapper .recommend_column_title::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 1px;
  height: calc(100% + 14px);
  background: #ccc;
}

#mainArea .recommend_column_wrapper .recommend_column_title::before {
  left: 10px;
}

#mainArea .recommend_column_wrapper .recommend_column_title::after {
  right: 10px;
}

#mainArea .recommend_column_wrapper .recommend_column {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .recommend_column_wrapper .recommend_column .column_list {
  margin: 0 auto 8px auto !important;
  padding: 0;
  width: 94%;
}

#mainArea .recommend_column_wrapper .recommend_column .column_list>a {
  font-size: 1rem;
  color: #155174;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper .recommend_column .column_list>a {
    font-size: 0.9rem;
  }
}

#mainArea .recommend_column_wrapper .recommend_column .column_list>a:hover {
  color: #92201c;
  text-decoration: underline !important;
  transition: ease-in-out 0.2s;
}

#mainArea .recommend_column_wrapper .recommend_column .column_list>a>i {
  margin-right: 10px;
}

/*
* 202505追記
*------------------------------------------*/
#mainArea .recommend_column_wrapper .specific_column {
  margin: 12px auto 0 auto !important;
  padding: 12px 0 0 0 !important;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

#mainArea .recommend_column_wrapper .specific_column .column_list {
  margin: 0 auto 8px auto !important;
  padding: 0;
  width: 94%;
}

#mainArea .recommend_column_wrapper .specific_column .column_list>a {
  font-size: 1rem;
  color: #155174;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper .specific_column .column_list>a {
    font-size: 0.9rem;
  }
}

#mainArea .recommend_column_wrapper .specific_column .column_list>a:hover {
  color: #92201c;
  text-decoration: underline !important;
  transition: ease-in-out 0.2s;
}

#mainArea .recommend_column_wrapper .specific_column .column_list>a>i {
  margin-right: 10px;
}

/* 202505追記ここまで */

/* 202512追記 */
#mainArea .recommend_column_wrapper .column_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 94%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper .column_item_list {
    display: block;
    width: 100%;
  }
}

#mainArea .recommend_column_wrapper .column_item_list .column_item {
  margin: 0;
  padding: 0;
  width: calc(98% / 3);
  background: #fff;
  border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_wrapper .column_item_list .column_item {
    margin-bottom: 8px;
    width: 100%;
  }
}

#mainArea .recommend_column_wrapper .column_item_list .column_item>a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease;
}

#mainArea .recommend_column_wrapper .column_item_list .column_item>a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#mainArea .recommend_column_wrapper .column_item_list .column_item>a>.column_head_img {
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 180px; */
  overflow: hidden;
}

#mainArea .recommend_column_wrapper .column_item_list .column_item>a>.column_head_img>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mainArea .recommend_column_wrapper .column_item_list .column_item>a>.column_title {
  margin: 8px 0 0 0;
  padding: 0 0.6em 0.6em 0.6em;
  width: 100%;
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #185891 !important;
  line-height: 1.5rem;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
}

/* 202512追記ここまで */

#mainArea .recommend_column_area {
  margin: 0 auto;
  padding: 2.8em 0;
  width: 100%;
  background: #f9f9f9;
}

#mainArea .recommend_column_area .recommend_area_title {
  margin: 0 auto;
  padding: 0.6em;
  width: 1140px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #194f7e;
  text-align: center;
  background: #e2edff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_area .recommend_area_title {
    width: 100%;
  }
}

#mainArea .recommend_column_area .recommend_column_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 26px auto 0 auto;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_area .recommend_column_list {
    width: 94%;
  }
}

#mainArea .recommend_column_area .recommend_column_list .column_contents {
  margin: 0;
  padding: 0 0 12px 0;
  width: 32.3333333333%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #mainArea .recommend_column_area .recommend_column_list .column_contents {
    margin-bottom: 8px;
    width: 100%;
  }
}

#mainArea .recommend_column_area .recommend_column_list .column_contents>a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#mainArea .recommend_column_area .recommend_column_list .column_contents>a .column_list_img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 170px;
  overflow: hidden;
}

#mainArea .recommend_column_area .recommend_column_list .column_contents>a .column_list_title {
  position: relative;
  margin: -30px auto 0 auto;
  padding: 0.8em 1.2em !important;
  width: 90%;
  font-size: 1rem !important;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-sizing: border-box;
}

#mainArea .recommend_column_area .recommend_column_list .column_contents>a:hover .column_list_title {
  background: rgba(247, 214, 255, 0.9);
  transition: all 0.3s ease;
}

#mainArea .relate_course {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #f0f4fd;
}

#mainArea .relate_course .rel_course_inner {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  #mainArea .relate_course .rel_course_inner {
    padding: 30px 0 20px 0;
    width: 94%;
  }
}

#mainArea .relate_course .rel_course_inner .relate_title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#mainArea .relate_course .rel_course_inner .relate_title .title_wrap {
  display: block;
  margin: 0 auto;
  padding: 8px 30px;
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #593f99;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .relate_course .rel_course_inner .relate_title .title_wrap {
    padding: 5px 20px;
    font-size: 0.9rem;
  }
}

#mainArea .relate_course .rel_course_inner .relate_title::before,
#mainArea .relate_course .rel_course_inner .relate_title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
}

#mainArea .relate_course .rel_course_inner .relate_title::before {
  margin-right: 1rem;
}

#mainArea .relate_course .rel_course_inner .relate_title::after {
  margin-left: 1rem;
}

#mainArea .relate_course .rel_course_inner .rel_course_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#mainArea .relate_course .rel_course_inner .rel_course_list::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

#mainArea .relate_course .rel_course_inner .rel_course_list::after {
  content: "";
  display: block;
  width: 23%;
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li {
  margin: 0 0 15px 0;
  padding: 0;
  width: 560px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .relate_course .rel_course_inner .rel_course_list>li {
    width: 100%;
  }
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list .list_img {
  margin: 0;
  padding: 4px;
  width: 100%;
  height: 175px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list .list_img {
    height: auto;
  }
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list .list_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list .list_title {
  margin: 3px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #mainArea .relate_course .rel_course_inner .rel_course_list>li>a .relate_list .list_title {
    font-size: 0.85rem;
    font-weight: 500;
  }
}

.footer_req_btn {
  display: none;
}

@media screen and (max-width: 480px) {
  .footer_req_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    padding: 3px;
    width: 100%;
    height: 90px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -2px 3px rgba(62, 62, 62, 0.3);
    box-sizing: border-box;
    z-index: 2;
  }

  .footer_req_btn>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .footer_req_btn>ul .doc-offer,
  .footer_req_btn>ul .app-offer {
    margin: 0;
    padding: 15px 0 0 0;
    width: 49.8%;
  }

  .footer_req_btn>ul .doc-offer>a,
  .footer_req_btn>ul .app-offer>a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .footer_req_btn>ul .doc-offer>a .req_catch,
  .footer_req_btn>ul .app-offer>a .req_catch {
    position: relative;
    margin: 0 auto;
    padding: 2px 0;
    width: 70%;
    font-size: 0.75rem;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
  }

  .footer_req_btn>ul .doc-offer>a .req_catch::after,
  .footer_req_btn>ul .app-offer>a .req_catch::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .footer_req_btn>ul .doc-offer>a .req_main_txt,
  .footer_req_btn>ul .app-offer>a .req_main_txt {
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }

  .footer_req_btn>ul .doc-offer>a .req_main_txt>img,
  .footer_req_btn>ul .app-offer>a .req_main_txt>img {
    margin: -3px 8px 0 0;
    padding: 0;
    width: 26px;
    height: 26px;
  }

  .footer_req_btn>ul .doc-offer {
    background: #24a726;
    border-top-left-radius: 10px;
  }

  .footer_req_btn>ul .doc-offer>a .req_catch {
    color: #1a921c;
  }

  .footer_req_btn>ul .app-offer {
    background: #c82020;
    border-top-right-radius: 10px;
  }

  .footer_req_btn>ul .app-offer>a .req_catch {
    color: #c82020;
  }
}

.pc_footer_req_btn {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 3%;
  display: block;
  margin: 0 auto;
  padding: 3px;
  width: 40%;
  height: 90px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(62, 62, 62, 0.5);
  box-sizing: border-box;
  z-index: 2;
}

.pc_footer_req_btn>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pc_footer_req_btn>ul .doc-offer,
.pc_footer_req_btn>ul .app-offer {
  margin: 0;
  padding: 15px 0 0 0;
  width: 49.8%;
}

.pc_footer_req_btn>ul .doc-offer>a,
.pc_footer_req_btn>ul .app-offer>a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.pc_footer_req_btn>ul .doc-offer>a .req_catch,
.pc_footer_req_btn>ul .app-offer>a .req_catch {
  position: relative;
  margin: 0 auto;
  padding: 2px 0;
  width: 70%;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.pc_footer_req_btn>ul .doc-offer>a .req_catch::after,
.pc_footer_req_btn>ul .app-offer>a .req_catch::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pc_footer_req_btn>ul .doc-offer>a .req_main_txt,
.pc_footer_req_btn>ul .app-offer>a .req_main_txt {
  position: relative;
  margin: 10px auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.pc_footer_req_btn>ul .doc-offer>a .req_main_txt>img,
.pc_footer_req_btn>ul .app-offer>a .req_main_txt>img {
  margin: -3px 8px 0 0;
  padding: 0;
  width: 26px;
  height: 26px;
}

.pc_footer_req_btn>ul .doc-offer {
  background: #24a726;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pc_footer_req_btn>ul .doc-offer:hover {
  background: #198b1b;
  transition: all 0.3s ease-in-out;
}

.pc_footer_req_btn>ul .doc-offer>a .req_catch {
  color: #1a921c;
}

.pc_footer_req_btn>ul .app-offer {
  background: #c82020;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pc_footer_req_btn>ul .app-offer:hover {
  background: #a81616;
  transition: all 0.3s ease-in-out;
}

.pc_footer_req_btn>ul .app-offer>a .req_catch {
  color: #c82020;
}

.other_related_course_link {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .other_related_course_link {
    margin-top: 16px;
  }
}

.other_related_course_link>a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 50%;
  height: 40px;
  font-size: 1rem;
  color: #fff;
  background: #2e5f98;
  border-radius: 5px;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .other_related_course_link>a {
    width: 70%;
    font-size: 0.9rem;
  }
}

.other_related_course_link>a:hover {
  background: #1d4777;
  transition: all 0.3s ease;
}

.about_title {
  margin: 40px auto 0 auto;
  padding: 0.4em 0;
  width: 100%;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: #663300 !important;
  border: 1px solid #f7d6b4;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .about_title {
    padding: 0.4em 1em;
    font-size: 1rem !important;
  }
}

.about_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto;
  padding: 1.5em;
  width: 100%;
  background: #fafafa;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .about_area {
    padding: 0.8em;
  }
}

.about_area .about_img {
  margin: 0;
  padding: 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .about_area .about_img {
    margin-bottom: 8px;
    width: 100%;
  }
}

.about_area .about_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.about_area .about_txt {
  margin: 0;
  padding: 0;
  width: 67%;
  font-size: 1rem !important;
  color: #000;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .about_area .about_txt {
    width: 100%;
    font-size: 0.9rem !important;
    line-height: 1.3rem;
  }
}

.appeal_title {
  margin: 16px auto 0 auto;
  padding: 0.4em 0;
  width: 100%;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: #663300 !important;
  border: 1px solid #f7d6b4;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .appeal_title {
    padding: 0.4em 1em;
    font-size: 1rem !important;
  }
}

.appeal_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto !important;
  padding: 1.5em;
  width: 100%;
  background: #f3f3f3;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .appeal_list {
    padding: 0.8em;
  }
}

.appeal_list .appeal_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8px 0 !important;
  padding: 0;
  width: 49.5%;
}

@media screen and (max-width: 480px) {
  .appeal_list .appeal_contents {
    width: 100%;
  }
}

.appeal_list .appeal_contents .appeal_contents_img {
  margin: 0;
  padding: 0;
  width: 30%;
  border-radius: 4px;
}

.appeal_list .appeal_contents .appeal_contents_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.appeal_list .appeal_contents .appeal_txt_area {
  margin: 0;
  padding: 0;
  width: 68%;
}

.appeal_list .appeal_contents .appeal_txt_area .appeal_contents_title {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  font-size: 1rem !important;
  font-weight: bold !important;
  color: #64175b !important;
  border-bottom: none !important;
}

@media screen and (max-width: 480px) {
  .appeal_list .appeal_contents .appeal_txt_area .appeal_contents_title {
    font-size: 0.9rem !important;
  }
}

.appeal_list .appeal_contents .appeal_txt_area .appeal_contents_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem !important;
  color: #000 !important;
  line-height: 1.5rem !important;
}

@media screen and (max-width: 480px) {
  .appeal_list .appeal_contents .appeal_txt_area .appeal_contents_txt {
    font-size: 0.9rem !important;
    line-height: 1.3rem !important;
  }
}

.syokuiku_sansyoku {
  margin: 0 !important;
  padding: 1em !important;
  width: 100%;
  background: #fcfcfc;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .syokuiku_sansyoku {
    padding: 0.7em 0.4em !important;
  }
}

.syokuiku_sansyoku>p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  color: #333;
  line-height: 1.5rem !important;
}

@media screen and (max-width: 480px) {
  .syokuiku_sansyoku>p {
    font-size: 0.9rem !important;
    line-height: 1.3rem !important;
  }
}

.syokuiku_sansyoku .sansyoku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 0 !important;
  padding: 0;
  width: 100%;
}

.syokuiku_sansyoku .sansyoku_list .list_cont {
  margin: 0;
  padding: 0.4em 0.5em 0 0.5em !important;
  width: 32.6666666667%;
  border: 1px solid #f381a2;
  border-radius: 4px;
  box-sizing: border-box;
}

.syokuiku_sansyoku .sansyoku_list .list_cont .cont_inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.syokuiku_sansyoku .sansyoku_list .list_cont .cont_inner .inner_title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  background: #fedfe8;
}

.syokuiku_sansyoku .sansyoku_list .list_cont .cont_inner .inner_txt {
  margin: 0;
  padding: 0.4em 0 !important;
  width: 100%;
  font-size: 0.9rem !important;
  text-align: center;
}

.syokuiku_sansyoku .kiso_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto !important;
  padding: 0;
  width: 100%;
}

.syokuiku_sansyoku .kiso_list .kiso_cont {
  margin: 0;
  padding: 0;
  width: 16.1666666667%;
  background: #fff;
  border: 1px solid #f381a2;
}

@media screen and (max-width: 480px) {
  .syokuiku_sansyoku .kiso_list .kiso_cont {
    width: 32.3333333333%;
  }
}

.syokuiku_sansyoku .kiso_list .kiso_cont .cont_title {
  margin: 0;
  padding: 0.3em 0.4em !important;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  background: #f2adc1;
  box-sizing: border-box;
}

.syokuiku_sansyoku .kiso_list .kiso_cont .cont_txt {
  display: block;
  margin: 0;
  padding: 0.3em 0.5em !important;
  width: 100%;
  font-size: 0.9rem !important;
  color: #222 !important;
  line-height: 1.2rem !important;
  box-sizing: border-box;
}

.syokuiku_sansyoku .work_head_link {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

.syokuiku_sansyoku .work_head_link>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 60%;
  height: 40px;
  font-size: 1rem;
  color: #1f5aac;
  line-height: 1.3rem;
  background: #fdefbd;
  text-decoration: none !important;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .syokuiku_sansyoku .work_head_link>a {
    padding: 0 0.5em 0 50px;
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
  }
}

.syokuiku_sansyoku .work_head_link>a:hover {
  background: #e2d296;
  transition: all 0.3s ease;
}

.syokuiku_sansyoku .work_head_link>a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  content: "\f0c1";
  margin-right: 10px;
  padding: 0 0.5em;
  width: 20px;
  height: 40px;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  background: #ebb34c;
}

.syokuiku_recommend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 0 auto !important;
  padding: 0;
  width: 100%;
}

.syokuiku_recommend_list .rec_list_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8px 0 !important;
  padding: 0.4em 0.2em !important;
  width: 24.5%;
  border: 1px solid #f381a2;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .syokuiku_recommend_list .rec_list_cont {
    width: 49%;
  }
}

.syokuiku_recommend_list .rec_list_cont .rec_img {
  margin: 0 auto;
  padding: 0;
  width: 40%;
}

.syokuiku_recommend_list .rec_list_cont .rec_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.syokuiku_recommend_list .rec_list_cont .list_img_caption {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 56% !important;
  font-size: 0.9rem !important;
  color: #000;
  line-height: 1.2rem;
}

@media screen and (max-width: 480px) {
  .syokuiku_recommend_list .rec_list_cont .list_img_caption {
    font-size: 0.8rem !important;
  }
}

/* 20250930スポンサーバナー追加 */
.official_banner_area {
  margin: 16px auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.official_banner_area>img {
  object-fit: contain;
  width: 500px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {

  .official_banner_area {
    margin: 12px auto 8px auto;
    padding: 0;
    width: 96%;
    background: #fff;
  }

  .official_banner_area>img {
    object-fit: cover;
    width: 100%;
  }
}

/* // 20250930スポンサーバナー追加 */

#ez-toc-container {
  display: none;
}

/*
* 講座ニュース
*========================================*/
.kouza_news_area {
  margin: 16px auto 24px auto;
  padding: 1.3em 1.8em;
  width: 1090px;
  border: 2px solid #d777c8;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .kouza_news_area {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 1.2em 1.4em;
    width: 86%;
  }
}

.kouza_news_area .news_title {
  margin: 0;
  padding: 0 0 0.4em 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #d331cd;
}

@media screen and (max-width: 480px) {
  .kouza_news_area .news_title {
    font-size: 1rem;
  }
}

.kouza_news_area .news_title::before {
  content: "■";
  margin-right: 8px;
  font-size: 1.1rem;
  color: #d331cd;
}

@media screen and (max-width: 480px) {
  .kouza_news_area .news_title::before {
    font-size: 1rem;
  }
}

.kouza_news_area .kouza_news_list {
  margin: 1.3em auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_news_area .kouza_news_list {
    width: 100%;
  }
}

.kouza_news_area .kouza_news_list .news_cont {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
}

@media screen and (max-width: 480px) {
  .kouza_news_area .kouza_news_list .news_cont {
    font-size: 0.9rem;
  }
}

.kouza_news_area .kouza_news_list .news_cont:not(:nth-of-type(1)) {
  margin-top: 8px;
}

.kouza_news_area .kouza_news_list .news_cont:before {
  content: "●";
  margin-right: 8px;
  font-size: 0.9rem;
  color: #000;
}

@media screen and (max-width: 480px) {
  .kouza_news_area .kouza_news_list .news_cont:before {
    font-size: 0.8rem;
  }
}

/*
* 講座コースインフォ
*-------------------------------*/
.kouza_price_disp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 32px auto 0 auto;
  padding: 0 0 1.8em 0;
  width: 1140px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp {
    margin: 16px auto 0 auto;
    padding: 0;
    width: 96%;
    border-bottom: none;
  }
}

.kouza_price_disp .inner_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.kouza_price_disp .inner_wrap.inner_hybrid {
  width: 100%;
}

.kouza_price_disp .inner_wrap.inner_online {
  width: 90%;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap.inner_online {
    width: 100%;
  }
}

.kouza_price_disp .inner_wrap .price_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.kouza_price_disp .inner_wrap .price_box.box_hybrid:nth-of-type(1) {
  width: 43%;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box.box_hybrid:nth-of-type(1) {
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
  }
}

.kouza_price_disp .inner_wrap .price_box.box_hybrid:nth-of-type(2) {
  width: 56%;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box.box_hybrid:nth-of-type(2) {
    padding-top: 8px;
    width: 100%;
  }
}

.kouza_price_disp .inner_wrap .price_box.box_online {
  width: 48%;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box.box_online {
    width: 100%;
    margin-bottom: 4px;
  }

  .kouza_price_disp .inner_wrap .price_box.box_online.box_online:nth-of-type(1) {
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
  }

  .kouza_price_disp .inner_wrap .price_box.box_online.box_online:nth-of-type(2) {
    padding-top: 8px;
    width: 100%;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area {
    width: 40%;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 30px;
  font-size: 0.84rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name {
    font-size: 0.6rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name .sub_name {
  font-size: 0.84rem;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name .sub_name {
    display: none;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name+.type_name {
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name+.type_name {
    margin-left: 0;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_basic_normal {
  background: #2890db;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_basic_normal {
    width: 100%;
    font-size: 0.74rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_normal {
  background: #2890db;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_normal {
    width: 41%;
    font-size: 0.7rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_normal {
  background: #2890db;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_normal {
    width: 100%;
    font-size: 0.9rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_online {
  background: #e23376;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_online {
    width: 58%;
    font-size: 0.7rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_online_online {
  background: #e23376;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_online_online {
    width: 100%;
    font-size: 0.9em;
  }
}

.kouza_price_disp .inner_wrap .price_box .price_area {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: calc(100% - 160px);
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area {
    width: 55%;
    justify-content: flex-end;
  }
}

.kouza_price_disp .inner_wrap .price_box .price_area.area_hybrid {
  width: calc(100% - 320px);
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area.area_hybrid {
    width: 58%;
  }
}

.kouza_price_disp .inner_wrap .price_box .price_area .course_name {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4rem;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area .course_name {
    font-size: 0.9rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .price_area .price {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area .price {
    margin-left: 8px;
    font-size: 1.2rem;
  }
}

.kouza_price_disp .inner_wrap .price_box .price_area .price::after {
  content: "円";
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area .price::after {
    margin-left: 4px;
  }
}

.course_catch_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0 auto;
  padding: 0;
  width: 1140px;
  height: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #c97fb3;
}

@media screen and (max-width: 480px) {
  .course_catch_txt {
    margin: 16px auto 0 auto;
    padding: 0 1em;
    width: 88%;
    height: 60px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4rem;
  }
}


/*
* セクションタイトル
*-------------------------------*/
.kouza_section_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.6em 0;
  width: 100%;
  height: auto;
  border: 3px solid #ed68a4;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .kouza_section_title {
    border-width: 1px;
  }
}

.kouza_section_title .title_txt {
  font-size: 2rem !important;
  font-weight: 700;
  color: #df3582 !important;
}

@media screen and (max-width: 480px) {
  .kouza_section_title .title_txt {
    padding: 0 1em;
    font-size: 1.3rem !important;
  }
}

.kouza_section_title .title_txt .inner_kouza_name {
  margin-right: 16px;
  color: #df3582 !important;
}

@media screen and (max-width: 480px) {
  .kouza_section_title .title_txt .inner_kouza_name {
    margin-right: 0;
  }
}

.kouza_section_title .title_txt>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .kouza_section_title .title_txt>br {
    display: block;
  }
}

.kouza_section_title::before,
.kouza_section_title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed68a4 !important;
}

.kouza_section_title::before {
  left: -2px;
  top: -2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.kouza_section_title::after {
  right: -2px;
  bottom: -2px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.kouza_section_title .corner-top-right,
.kouza_section_title .corner-bottom-left {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed68a4;
}

.kouza_section_title .corner-top-right {
  right: -2px;
  top: -2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.kouza_section_title .corner-bottom-left {
  left: -2px;
  bottom: -2px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

/*
* 講座トップページカリキュラム
*-------------------------------*/
.kouza_top_curriculum_area {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 1140px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area {
    margin: 16px auto 0 auto;
    width: 96%;
  }
}

.kouza_top_curriculum_area .curriculum_catch {
  margin: 40px auto;
  padding: 0;
  width: 80%;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_catch {
    margin: 24px auto;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.kouza_top_curriculum_area .curriculum_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
  padding: 0;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list {
    flex-direction: column;
    width: 100%;
  }
}

.kouza_top_curriculum_area .curriculum_point_list .point_cont {
  margin: 0 0 16px 0 !important;
  padding: 0;
  width: 49%;
  list-style: none;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list .point_cont {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.kouza_top_curriculum_area .curriculum_point_list .point_cont>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* .kouza_top_curriculum_area {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 1140px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area {
    margin: 16px auto 0 auto;
    width: 96%;
  }
}
.kouza_top_curriculum_area .curriculum_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 90px;
  border: 4px solid #ed68a4;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_title {
    border-width: 1px;
  }
}
.kouza_top_curriculum_area .curriculum_title .title_txt {
  font-size: 2rem;
  font-weight: 700;
  color: #df3582 !important;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_title .title_txt {
    padding: 0 2em;
    font-size: 1.5rem;
  }
}
.kouza_top_curriculum_area .curriculum_title::before, .kouza_top_curriculum_area .curriculum_title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed68a4 !important;
}
.kouza_top_curriculum_area .curriculum_title::before {
  left: -2px;
  top: -2px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.kouza_top_curriculum_area .curriculum_title::after {
  right: -2px;
  bottom: -2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.kouza_top_curriculum_area .curriculum_title .corner-top-right,
.kouza_top_curriculum_area .curriculum_title .corner-bottom-left {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed68a4;
}
.kouza_top_curriculum_area .curriculum_title .corner-top-right {
  right: -2px;
  top: -2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.kouza_top_curriculum_area .curriculum_title .corner-bottom-left {
  left: -2px;
  bottom: -2px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.kouza_top_curriculum_area .curriculum_catch {
  margin: 40px auto;
  padding: 0;
  width: 80%;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_catch {
    margin: 24px auto;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.kouza_top_curriculum_area .curriculum_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list {
    flex-direction: column;
    width: 100%;
  }
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont {
  margin: 0 0 16px 0 !important;
  padding: 0;
  width: 49%;
  list-style: none;
  border: 1px solid #e91e87;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list .point_cont {
    width: 100%;
  }
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_title {
  margin: 0;
  padding: 0.4em 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #e91e87;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_title {
    padding: 0.5em 1em;
    font-size: 1.4rem;
  }
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_catch {
  margin: 0;
  padding: 0.8em 1em;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #e91e87;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_catch {
    padding: 0.6em 1em;
    font-size: 1.2rem;
  }
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 240px;
  background: #f5f5f5;
  overflow: hidden;
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_txt {
  margin: 0;
  padding: 1em 1.2em;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.8rem;
  border-top: 1px solid #e91e87;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_point_list .point_cont .cont_list .cont_txt {
    padding: 0.8em 1em;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
} */

/*
* 講座トップページ・プラチナコースがおすすめ
*-------------------------------*/
.recommend_platinum {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  .recommend_platinum {
    margin: 16px auto 0 auto;
    width: 96%;
  }
}

.recommend_platinum .top-banner {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0.8em 1em;
  width: 60%;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 50px;
  background: #e84393;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .top-banner {
    width: 100%;
    font-size: 1rem;
  }
}

.recommend_platinum .top-banner::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #e84393;
}

.recommend_platinum .course-options {
  margin: 48px auto;
  padding: 0;
  width: 60%;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .course-options {
    margin-top: 32px;
    margin-bottom: 56px;
    width: 80%;
  }
}

.recommend_platinum .course-options>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.recommend_platinum .features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto 48px auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .features-section {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.recommend_platinum .features-section .concerns-box {
  flex: 1;
  position: relative;
  margin: 0;
  padding: 30px 2.5em 8px 2.5em;
  width: 45%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #244396;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .features-section .concerns-box {
    width: 100%;
  }
}

.recommend_platinum .features-section .concerns-box .header {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.4em;
  padding: 15px 25px;
  background-color: #f9e04d;
  font-size: 1.2rem;
  font-weight: bold;
  color: #244396;
  text-align: center;
  border-radius: 16px;
  white-space: nowrap;
  box-sizing: border-box;
}

.recommend_platinum .features-section .concerns-box .item {
  padding: 0.6em 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #244396;
  border-bottom: 2px dotted #5c7bcf;
  text-align: center;
  box-sizing: border-box;
}

.recommend_platinum .features-section .concerns-box .item:last-child {
  border-bottom: none;
}

.recommend_platinum .features-section .arrow {
  width: 10%;
  flex-shrink: 0;
  font-size: 60px;
  color: #244396;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .features-section .arrow {
    transform: rotate(90deg);
    font-size: 50px;
    margin: 20px 0 40px 0;
  }
}

.recommend_platinum .features-section .benefits-box {
  flex: 1;
  position: relative;
  margin-top: 20px;
  padding: 30px 2.5em 8px 2.5em;
  width: 45%;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #244396;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .recommend_platinum .features-section .benefits-box {
    width: 100%;
  }
}

.recommend_platinum .features-section .benefits-box .header {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.4em;
  padding: 15px 25px;
  width: 60%;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
  background-color: #244396;
  box-sizing: border-box;
}

.recommend_platinum .features-section .benefits-box .item {
  padding: 0.6em 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #244396;
  border-bottom: 2px dotted #5c7bcf;
  text-align: center;
  box-sizing: border-box;
}

.recommend_platinum .features-section .benefits-box .item:last-child {
  border-bottom: none;
}

/*
* 講座トップページ・安心して受講
*-------------------------------*/
.taking_everyone {
  margin: 0 auto 40px auto;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  .taking_everyone {
    margin-top: 24px;
    margin-bottom: 16px;
    width: 96%;
  }
}

.taking_everyone .taking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto !important;
  padding: 0;
  width: 84%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list {
    flex-direction: column;
    align-items: center;
    margin-top: 32px !important;
    width: 100%;
  }
}

.taking_everyone .taking_list .list_contents {
  margin: 0;
  padding: 0;
  width: 48%;
  border: 3px solid #e84393;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list .list_contents {
    width: 100%;
    margin-bottom: 16px !important;
  }
}

.taking_everyone .taking_list .list_contents .list_image {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list .list_contents .list_image {
    height: 200px;
  }
}

.taking_everyone .taking_list .list_contents .list_image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.taking_everyone .taking_list .list_contents .list_text {
  margin: 0 auto;
  padding: 0.4em 1.3em;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  line-height: 2.2rem;
  text-align: center;
  box-sizing: border-box;
}

/*
* 講座トップページ・受講生体験談
*-------------------------------*/
.real_voice_area {
  margin: 64px auto 40px auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .real_voice_area {
    margin-top: 0;
    width: 96%;
  }
}

.real_voice_area .real_voice_list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .real_voice_area .real_voice_list {
    margin-top: 32px;
  }

  .real_voice_area .real_voice_list .slick-slide {
    margin-right: 0.3%;
  }
}

.real_voice_area .real_voice_list .list_cont_wrapper {
  margin: 0;
  padding: 2em;
  background: #fff;
  border: 1px solid #999;
  border-radius: 8px;
  box-sizing: border-box;
}

.real_voice_area .real_voice_list .list_cont_wrapper.list_2 {
  width: 49%;
}

.real_voice_area .real_voice_list .list_cont_wrapper.list_3 {
  width: 32.6666666667%;
}

.real_voice_area .real_voice_list .list_cont_wrapper.list_4 {
  width: 24.5%;
}

.real_voice_area .real_voice_list .list_cont_wrapper .profile_area {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
}

.real_voice_area .real_voice_list .list_cont_wrapper .profile_area .voice_title {
  margin: 0;
  padding: 0;
  width: 60%;
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  line-height: 1.5rem;
}

.real_voice_area .real_voice_list .list_cont_wrapper .profile_area .voice_photo {
  margin: 0 auto;
  padding: 0;
  width: 35%;
  height: 100px;
  overflow: hidden;
}

.real_voice_area .real_voice_list .list_cont_wrapper .profile_area .voice_photo>img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

.real_voice_area .real_voice_list .list_cont_wrapper .profile_area .profile_info {
  margin: 16px auto 0 auto;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: 1rem;
  color: #222;
}

.real_voice_area .real_voice_list .list_cont_wrapper .voice_txt {
  display: block;
  margin: 20px auto 0 auto !important;
  padding: 0;
  width: 100%;
  font-size: 1rem !important;
  color: #222;
  line-height: 1.6rem !important;
}

@media screen and (max-width: 480px) {
  .real_voice_area .real_voice_list .list_cont_wrapper .voice_txt {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

.real_voice_area .real_voice_list .list_cont_wrapper .voice_txt>span {
  color: #e84393;
}

/*
* 講座トップページ・スポンサーバナー
*-------------------------------*/
.official_banner_area {
  margin: 16px auto 40px auto;
  padding: 0;
  width: 1140px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .official_banner_area {
    margin: 12px auto 8px auto;
    padding: 0;
    width: 94%;
    background: #fff;
  }
}

.official_banner_area>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 60%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .official_banner_area>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

/*
* 講座トップページ：2つの資格を取得
*-------------------------------*/
.get_w_shikaku_area {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .get_w_shikaku_area {
    margin-top: 32px;
    width: 96%;
  }
}

.get_w_shikaku_area .shikaku_list_tab {
  display: none;
}

@media screen and (max-width: 480px) {
  .get_w_shikaku_area .shikaku_list_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px auto 0 auto;
    padding: 0;
    width: 100%;
  }

  .get_w_shikaku_area .shikaku_list_tab.shikaku_column_3>li {
    width: 33%;
  }

  .get_w_shikaku_area .shikaku_list_tab .tab_contents {
    margin: 0;
    padding: 0;
    width: 49.8%;
  }

  .get_w_shikaku_area .shikaku_list_tab .tab_contents>a {
    display: block;
    margin: 0;
    padding: 8px 10px;
    font-size: 1rem;
    color: #E8498C;
    text-align: center;
    background: #FFF2F8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
  }

  .get_w_shikaku_area .shikaku_list_tab .tab_contents>a .shikaku_text {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }

  .get_w_shikaku_area .shikaku_list_tab .tab_contents.active>a {
    color: #fff;
    background: #F178AB;
  }
}

.get_w_shikaku_area .shikaku_wrap {
  margin: 40px auto 32px auto;
  padding: 0;
  width: 94%;
}

@media screen and (max-width: 480px) {
  .get_w_shikaku_area .shikaku_wrap {
    margin-top: 24px;
    margin-bottom: 16px;
    width: 100%;
  }
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents {
  margin: 0;
  padding: 0;
  width: 49%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents {
    margin-bottom: 16px !important;
    width: 100%;
  }
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body .contents_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 46px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body .shikaku_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0 auto !important;
  padding: 0;
  width: 96%;
  height: 46px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body .kyokai_name {
  margin: 8px auto 0 auto !important;
  padding: 0;
  width: 96%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #fff;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body .nintei_img {
  margin: 8px auto 0 auto !important;
  padding: 0.8em 0;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
}

.get_w_shikaku_area .shikaku_wrap .shikaku_list .list_contents .contents_body .nintei_img>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
}

/*
* 講座トップページ：資格取得のメリット
*-------------------------------*/
.get_shikaku_merit {
  margin: 56px auto 0 auto !important;
  padding: 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit {
    margin-top: 0 !important;
    width: 96%;
  }
}

.get_shikaku_merit .merit_banner {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0.8em 1em;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 50px;
  background: #e84393;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_banner {
    width: 100%;
    font-size: 1.2rem;
  }
}

.get_shikaku_merit .merit_banner::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #e84393;
}

.get_shikaku_merit .merit_list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px auto 0 auto !important;
  padding: 0;
  width: 80%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_list_area {
    margin-top: 32px !important;
    width: 100%;
  }
}

.get_shikaku_merit .merit_list_area .list_contents {
  margin: 0 0 16px 0 !important;
  padding: 0;
  width: 49%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_list_area .list_contents {
    width: 100%;
  }
}

.get_shikaku_merit .merit_list_area .list_contents>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

/*
* 講座トップページ：起業・開業について
*-------------------------------*/
.establish_info {
  margin: 48px auto 0 auto !important;
  padding: 1em 2.5em;
  width: 1140px;
  border: 2px solid #e84393;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .establish_info {
    margin-top: 24px !important;
    width: 96%;
    padding: 1em;
  }
}

.establish_info .info_title {
  margin: 0 auto;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #e84393;
}

.establish_info .info_message {
  margin: 16px auto 0 auto !important;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .establish_info .info_message {
    font-size: 1rem;
    text-align: left;
  }
}

/*
* 講座トップページ：選ばれる理由
*-------------------------------*/
.kouza_select_reason {
  margin: 48px auto 0 auto !important;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason {
    margin-top: 32px !important;
    width: 96%;
  }
}

.kouza_select_reason .select_reason_banner {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0.8em 1em;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 50px;
  background: #e84393;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_banner {
    width: 100%;
    font-size: 1.2rem;
  }
}

.kouza_select_reason .select_reason_banner::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #e84393;
}

.kouza_select_reason .select_reason_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
}

.kouza_select_reason .select_reason_wrapper .reason_section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 8px auto;
  padding: 3em 1.8em;
  width: 90%;
  border: 1px solid #e84393;
  background: #fafafa;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list {
    display: block;
    margin-top: 32px;
    padding: 3em 1em;
    width: 98%;
    height: 540px;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt {
  margin: 0;
  padding: 0 0 0 50px;
  width: 60%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt {
    padding: 0;
    width: 100%;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .point_num {
  position: absolute;
  top: -15px;
  left: 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  width: 100px;
  height: 100px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #FC5656;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .point_num {
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 0;
    width: 65px;
    height: 65px;
    font-size: 1rem;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .point_num .num {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .point_num .num {
    font-size: 1.2rem;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .contents_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #489C06;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .contents_title {
    font-size: 1.2rem;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .contents_summary {
  margin: 36px auto 0 auto !important;
  padding: 0 0 0 25px;
  width: 94%;
  font-size: 1rem !important;
  color: #333;
  line-height: 2rem;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .contents_summary {
    margin-top: 16px !important;
    padding: 0 !important;
    font-size: 0.94rem !important;
    line-height: 1.5rem !important;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .txt_list {
  margin: 20px auto 0 auto !important;
  padding: 0;
  width: 90%;
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .txt_list>li {
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 5%;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
  background: #FFFEE2;
  box-sizing: border-box;
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .txt_list>li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translate(-5%, -50%);
  width: 5px;
  height: 80%;
  background: #FC5656;
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt .txt_list>li+li {
  margin-top: 2px;
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_img {
  margin: 0;
  padding: 0;
  width: 37%;
  height: 280px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_img {
    width: 100%;
    height: auto;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}