@charset "UTF-8";

*,
html {
  box-sizing: border-box;
}

.section-wrap {
  margin: 24px auto !important;
  padding: 3em 0;
  width: 1140px !important;
}

.section-wrap.no-margin {
  margin: 0 auto;
  padding: 0;
}

.section-wrap.bg-gray {
  background: #fafafa;
}

.section-wrap.bg-yellow {
  background: #FFFBF0;
}

.section-wrap.bg-yellow-pale {
  background: #FCFBF6;
}

.section-wrap.bg-yellow-brown {
  background: #FCF9F0;
}

.section-wrap.bg-brown {
  background: #F2EFE6;
}

.section-wrap.bg-brown-pale {
  background: #FAF6F1;
}

.section-wrap.bg-blue {
  background: #f7fbfd;
}

.section-wrap.bg-pink {
  background: #FCF8F1;
}

.section-wrap .section-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .section-wrap {
    width: 96% !important;
  }
}

@media screen and (max-width: 480px) {
  .section-wrap .section-inner {
    padding: 0 1em;
  }
}

/**-------------------------------------------------------
* 見出し
*--------------------------------------------------------*/
.kouza-section-title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.kouza-section-title .sub-section-title {
  position: relative;
  margin: 0 auto;
  padding: 32px 0 0 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.kouza-section-title .sub-section-title::before {
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background: #F46FE0;
}

.kouza-section-title .section-head-title {
  position: relative;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.kouza-section-title .section-head-title.head-small {
  font-size: 1.6rem;
}

.kouza-section-title .section-head-title.txt-black {
  color: #000;
}

.kouza-section-title .section-head-title.txt-blue {
  color: #5F84E1;
}

.kouza-section-title .section-head-title.txt-orange {
  color: #EE5F0C;
}

.kouza-section-title .section-head-title .title-red {
  color: #E22D2D !important;
}

.kouza-section-title .section-head-title .title-green {
  color: #46AB21;
}

.kouza-section-title .section-head-title.title-small {
  font-size: 1.4rem;
}

.kouza-section-title .section-head-title.title-underbar {
  padding-bottom: 30px;
}

.kouza-section-title .section-head-title.title-underbar::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background: #B62FA2;
}

@media screen and (max-width: 480px) {
  .kouza-section-title .sub-section-title {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-section-title .section-head-title {
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-section-title .section-head-title.head-small {
    font-size: 1.3rem;
  }
}

/**-------------------------------------------------------
* セクションサマリー
*--------------------------------------------------------*/
.section-summary-txt {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 80%;
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.6rem;
}

@media screen and (max-width: 480px) {
  .section-summary-txt {
    margin-top: 24px;
    width: 94%;
    font-size: 0.84rem;
    line-height: 1.4rem;
  }
}

.txt-red {
  color: #F12727;
}

#merit-online {
  margin: 0 auto !important;
  width: 100%;
}

#merit-online .merit-section-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 65%;
}

#merit-online .merit-section-title .title-logo {
  margin: 0;
  padding: 0;
  width: 26%;
}

#merit-online .merit-section-title .title-logo>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#merit-online .merit-section-title .merit-title-area {
  margin: 0;
  padding: 0;
  width: 71%;
}

#merit-online .merit-section-title .merit-title-area .merit-sub-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

#merit-online .merit-section-title .merit-title-area .merit-sub-title .equipment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 24px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  border-radius: 4px;
}

#merit-online .merit-section-title .merit-title-area .merit-main-title {
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #DB5353;
  text-align: left !important;
}

#merit-online .merit-summary {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 80%;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.6rem;
}

#merit-online .merit-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 80%;
}

#merit-online .merit-area .merit-list-image {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 30%;
}

#merit-online .merit-area .merit-list-image .list-image {
  margin: 0 auto;
  padding: 0;
  width: 70%;
}

#merit-online .merit-area .merit-list-image .list-image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#merit-online .merit-area .merit-list-image .list-catch {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.8rem;
}

#merit-online .merit-area .merit-list {
  margin: 0;
  padding: 0;
  width: 60%;
}

#merit-online .merit-area .merit-list .merit {
  margin: 0;
  padding: 1em 2em;
  width: 100%;
  background: #FBE797;
  border-radius: 10px;
}

#merit-online .merit-area .merit-list .merit+.merit {
  margin-top: 8px;
}

#merit-online .merit-area .merit-list .merit .merit-title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #D32424;
}

#merit-online .merit-area .merit-list .merit .merit-title::before {
  margin-right: 16px;
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

#merit-online .merit-area .merit-list .merit .merit-title.title1::before {
  content: "\f19d";
}

#merit-online .merit-area .merit-list .merit .merit-title.title2::before {
  content: "\f3cd";
}

#merit-online .merit-area .merit-list .merit .merit-title.title3::before {
  content: "\f021";
}

#merit-online .merit-area .merit-list .merit .merit-sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -3px 0 0 16px;
  padding: 0;
  width: 190px;
  height: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #AE450C;
  background: #F0C721;
  border-radius: 4px;
  vertical-align: middle;
}

#merit-online .merit-area .merit-list .merit .merit-txt {
  margin: 8px 0 0 8%;
  padding: 8px 0 0 0;
  width: 90%;
  font-size: 0.84rem;
  color: #000;
  line-height: 1.1rem;
  border-top: 2px solid #FF9641;
}

@media screen and (max-width: 480px) {
  #merit-online {
    margin-top: 8px;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-section-title {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-section-title .merit-title-area .merit-sub-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-section-title .merit-title-area .merit-sub-title .equipment {
    width: 80px;
    height: 20px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-section-title .merit-title-area .merit-main-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-summary {
    margin-top: 24px;
    width: 94%;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area {
    margin-top: 24px;
    width: 94%;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list-image {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list-image .list-image {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list-image .list-catch {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list {
    margin-top: 24px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list .merit {
    padding: 1em;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list .merit .merit-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list .merit .merit-title::before {
    margin-right: 8px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  #merit-online .merit-area .merit-list .merit .merit-sub-title {
    margin-left: 8px;
    width: 170px;
    height: 22px;
    font-size: 0.84rem;
  }
}

/* ハイブリッド講座 */
/* オンライン講座 */
/*
* 講座トップページ：講座コース
*---------------------------------------------*/
.navigation-mark,
.kouza_course_tab {
  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;
  }
}

@media screen and (max-width: 480px) {
  .kouza_course_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 0 auto !important;
    padding: 0;
    width: 100%;
  }

  .kouza_course_tab .tab-cont {
    margin: 0;
    padding: 0;
    height: 56px;
  }

  .kouza_course_tab .tab-cont.tab-hybrid {
    width: 33%;
  }

  .kouza_course_tab .tab-cont.tab-online {
    width: 49.5%;
  }

  .kouza_course_tab .tab-cont>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    color: #E95383;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    text-decoration: none !important;
  }

  .kouza_course_tab .tab-cont>a .course_name {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
  }

  .kouza_course_tab .tab-cont>a .course_name .txt-small {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.84rem;
  }

  .kouza_course_tab .tab-cont.active>a {
    position: relative;
    color: #fff;
    background: #E95383;
  }

  .kouza_course_tab .tab-cont.active>a::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #E95383;
  }

  .course-list {
    display: none;
    opacity: 0;
  }

  .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;
    }
  }
}

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

.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;
}

.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;
}

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

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

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

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

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

.kouza-course-list {
  margin: 16px auto 0 auto !important;
  padding: 1em;
  width: 94%;
}

.kouza-course-list .course-list {
  margin: 0 auto !important;
  padding: 1em 1.3em;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}

.kouza-course-list .course-list+.course-list {
  margin-top: 16px !important;
}

.kouza-course-list .course-list .course-upper-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .course-name-price {
  margin: 0;
  padding: 0.8em;
  width: 49%;
  background: #f0f0f0;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .kouza-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .kouza-type.type-normal {
  background: #2A7DE2;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .kouza-type.type-online {
  background: #E22A2A;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0 0 0;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .kyozai-image {
  margin: 0;
  padding: 0;
  width: 40%;
  /* height: 130px; */
  text-align: center;
  overflow: hidden;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .kyozai-image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price {
  position: relative;
  margin: 0;
  padding: 0;
  width: 55%;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .course-name {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #855509;
  line-height: 1.4rem;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .course-name .sub-name {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #855509;
  line-height: 1rem;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price .price-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 600;
  color: #000;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price .price-cont {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #D41D1D;
  line-height: 1.8rem;
}

.kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price .price-cont .yen {
  margin: 0 0 0 2px;
  padding: 0;
  font-size: 0.9rem;
  color: #000;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area {
  margin: 0;
  padding: 0;
  width: 49%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .benefits-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 0.94rem;
  font-weight: 600;
  color: #E56940;
  background: #fff;
  border: 1px solid #E56940;
  border-radius: 5px;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .list-area {
  margin: 8px 0 0 0 !important;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .list-area .benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .list-area .benefits-list .list-cont {
  margin: 0;
  padding: 0;
  width: 19.6%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .list-area .benefits-list .list-cont>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .exam-exemption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 36px;
  font-size: 1rem;
  font-weight: 600;
  color: #E95383;
  background: #FFF100;
  border-radius: 5px;
  border: 1px solid #E95383;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .exam-exemption::before {
  content: "\f559";
  margin-right: 12px;
  font-family: "Font Awesome 6 Free";
  font-size: 1.4rem;
  font-weight: 600;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .online-msg {
  display: block;
  margin: 8px auto 0 auto !important;
  padding: 0.5em 1.2em !important;
  width: 100%;
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
  background: #E9863F;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .online-notice {
  display: block;
  margin: 10px auto 0 auto !important;
  padding: 0.5em 1.2em !important;
  width: 100%;
  font-size: 0.94rem;
  color: #843694;
  background: #fdf2ff;
  border: 1px solid #B62FA2;
  border-radius: 5px;
  text-align: center;
}

.kouza-course-list .course-list .course-upper-area .benefits-offer-area .online-notice::before {
  content: "\f0a1";
  margin-right: 8px;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 600;
}

.kouza-course-list .course-list .detail-offer-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.kouza-course-list .course-list .detail-offer-area .detail-area {
  margin: 0;
  padding: 0;
  width: 49%;
}

.kouza-course-list .course-list .detail-offer-area .detail-area .course-detail-tbl {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.kouza-course-list .course-list .detail-offer-area .detail-area .course-detail-tbl .detail-head {
  margin: 0;
  padding: 0.4em 0;
  width: 30%;
  font-size: 0.9rem;
  font-weight: 600;
  color: #704E04;
  text-align: center;
  background: #EEDC95;
}

.kouza-course-list .course-list .detail-offer-area .detail-area .course-detail-tbl .detail-cont {
  margin: 0;
  padding: 0.4em 0.8em;
  width: 70%;
  font-size: 0.84rem;
  color: #704E04;
  background: #fff;
}

.kouza-course-list .course-list .detail-offer-area .detail-area .course-detail-tbl .detail-cont .graduate-exam {
  color: #D41D1D;
}

.kouza-course-list .course-list .detail-offer-area .take-course-btn {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 49%;
}

.kouza-course-list .course-list .detail-offer-area .take-course-btn>a {
  position: absolute;
  bottom: 1%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  background: #E75E5E;
  border-radius: 5px;
  transition: all 0.3s;
}

.kouza-course-list .course-list .detail-offer-area .take-course-btn>a::after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.kouza-course-list .course-list .detail-offer-area .take-course-btn>a:hover {
  background: #cf2f2f;
}

@media screen and (max-width: 480px) {
  .kouza-course-list {
    margin-top: 14px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .course-name-price {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .course-name {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .course-name .sub-name {
    font-size: 0.84rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price .price-title {
    font-size: 0.84rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .course-name-price .image-price .name-price .price .price-cont {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .benefits-offer-area {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .benefits-offer-area .benefits-list .benefits-title {
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .benefits-offer-area .online-msg {
    font-size: 0.84rem !important;
    font-weight: normal;
    line-height: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .course-upper-area .benefits-offer-area .online-notice {
    font-size: 0.84rem !important;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .detail-offer-area .detail-area {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .detail-offer-area .take-course-btn {
    margin-top: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kouza-course-list .course-list .detail-offer-area .take-course-btn>a {
    position: static;
    width: 100%;
  }
}

/* お支払い方法 */
.payment_methods {
  margin: 24px auto 0 auto !important;
  padding: 1.5em;
  width: 92%;
  background: #fffdfc;
  border-radius: 5px;
}

.payment_methods .methods_txt {
  margin: 0 auto;
  padding: 0.4em 1em;
  width: 100%;
  font-size: 0.95rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  background: #f7efe1;
  border-radius: 4px;
}

.payment_methods .methods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto !important;
  padding: 0;
  width: 90%;
}

.payment_methods .methods_list .list_cont {
  margin: 0 0 8px 0;
  padding: 0;
  width: 48%;
  font-size: 0.9rem;
  color: #000;
  list-style-type: disc;
  list-style-position: outside;
}

.payment_methods .payment_link {
  margin: 8px auto 0 auto;
  padding: 0;
  width: 90%;
  text-align: right;
}

.payment_methods .payment_link>a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: bold;
  color: #247caf;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .payment_methods {
    margin-top: 24px;
    padding: 1.2em;
    width: 94%;
  }
}

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

@media screen and (max-width: 480px) {
  .payment_methods .methods_list {
    display: block;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .payment_methods .methods_list .list_cont {
    margin: 0 auto;
    width: 100%;
    font-size: 0.9rem;
  }
}

.offer-floating-hybrid {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 1em;
  width: 86%;
  height: 190px;
  background: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.offer-floating-hybrid .floating-kouza-name {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #CA7F07;
  text-align: center;
}

.offer-floating-hybrid .offer-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-hybrid .offer-btn-area .offer-application {
  margin: 0;
  padding: 0;
  width: 69%;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-title {
  position: relative;
  padding: 0.3em 0;
  width: 100%;
  border: 1px solid #ff6b35;
  font-size: 0.94rem;
  font-weight: 600;
  color: #ff6b35;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ff6b35;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list {
  margin: 0;
  padding: 0;
  width: 33%;
  height: 64px;
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic {
  background: #6cbc16;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic:hover {
  background: #55970d;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-special {
  background: #e45990;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-special:hover {
  background: #cd3773;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 1.1rem;
  font-weight: 600;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title {
  display: inline-block;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.94rem;
  text-align: center;
}

.offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-main-title {
  margin: 8px auto 0 auto;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3rem;
}

.offer-floating-hybrid .offer-btn-area .offer-document {
  margin: 0;
  padding: 0;
  width: 29%;
}

.offer-floating-hybrid .offer-btn-area .offer-document .offer-document-title {
  position: relative;
  padding: 0.3em 0;
  width: 100%;
  border: 1px solid #4E7FD3;
  font-size: 0.94rem;
  font-weight: 600;
  color: #4E7FD3;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
}

.offer-floating-hybrid .offer-btn-area .offer-document .offer-document-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #4E7FD3;
}

.offer-floating-hybrid .offer-btn-area .offer-document .btn-document {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 64px;
  background: #4E7FD3;
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}

.offer-floating-hybrid .offer-btn-area .offer-document .btn-document:hover {
  background: #1c58be;
}

.offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.3rem;
  text-align: center;
}

.offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a::before {
  content: "無料";
  margin: 0 16px 0 0;
  padding: 0.2em 0;
  width: 60px;
  font-size: 1rem;
  color: #1d4c9d;
  background: #FFFFAA;
  border-radius: 4px;
}

.offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid {
    padding: 0 0.5em 0.5em 0.5em;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .floating-kouza-name {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application {
    margin-top: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-title {
    display: none;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-title::after {
    bottom: -10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn {
    margin-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list {
    height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title {
    font-size: 0.8rem;
    line-height: 0.8;
  }

  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title .sp-small {
    display: block;
    margin: 8px 0 4px 0;
    width: 100%;
    font-size: 0.7rem;
    line-height: 0;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-main-title {
    font-size: 1rem;
    line-height: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .offer-document-title {
    display: flex;
    align-items: center;
    margin-right: 12px;
    padding: 0.3em;
    width: 45%;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .offer-document-title::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .offer-document-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #4a90e2;
    z-index: -1;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .btn-document {
    margin: 8px 0 0 0;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a {
    font-size: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a::before {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-hybrid .offer-btn-area .offer-document .btn-document>a::after {
    font-size: 0.9rem;
  }
}

.offer-floating-online {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 1em;
  width: 86%;
  height: 190px;
  background: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.offer-floating-online.offer-online {
  width: 70%;
}

.offer-floating-online .floating-kouza-name {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #CA7F07;
  text-align: center;
}

.offer-floating-online .offer-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-online .offer-btn-area .offer-application {
  margin: 0;
  padding: 0;
  width: 69%;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-title {
  position: relative;
  padding: 0.3em 0;
  width: 100%;
  border: 1px solid #ff6b35;
  font-size: 0.94rem;
  font-weight: 600;
  color: #ff6b35;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ff6b35;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list {
  margin: 0;
  padding: 0;
  width: 33%;
  height: 64px;
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.list-online {
  width: 49.5%;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic {
  background: #6cbc16;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic:hover {
  background: #55970d;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-special {
  background: #e45990;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-special:hover {
  background: #cd3773;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 1.1rem;
  font-weight: 600;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title {
  display: inline-block;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.94rem;
  text-align: center;
}

.offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-main-title {
  margin: 8px auto 0 auto;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3rem;
}

.offer-floating-online .offer-btn-area .offer-document {
  margin: 0;
  padding: 0;
  width: 29%;
}

.offer-floating-online .offer-btn-area .offer-document .offer-document-title {
  position: relative;
  padding: 0.3em 0;
  width: 100%;
  border: 1px solid #4E7FD3;
  font-size: 0.94rem;
  font-weight: 600;
  color: #4E7FD3;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
}

.offer-floating-online .offer-btn-area .offer-document .offer-document-title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #4E7FD3;
}

.offer-floating-online .offer-btn-area .offer-document .btn-document {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 64px;
  background: #4E7FD3;
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}

.offer-floating-online .offer-btn-area .offer-document .btn-document:hover {
  background: #1c58be;
}

.offer-floating-online .offer-btn-area .offer-document .btn-document>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.3rem;
  text-align: center;
}

.offer-floating-online .offer-btn-area .offer-document .btn-document>a::before {
  content: "無料";
  margin: 0 16px 0 0;
  padding: 0.2em 0;
  width: 60px;
  font-size: 1rem;
  color: #1d4c9d;
  background: #FFFFAA;
  border-radius: 4px;
}

.offer-floating-online .offer-btn-area .offer-document .btn-document>a::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .offer-floating-online.offer-online {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online {
    padding: 0 0.5em 0.5em 0.5em;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .floating-kouza-name {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application {
    margin-top: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-title {
    display: none;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-title::after {
    bottom: -10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn {
    margin-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list {
    height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title {
    font-size: 0.8rem;
    line-height: 0.8;
  }

  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-sub-title .sp-small {
    display: block;
    margin: 8px 0 4px 0;
    width: 100%;
    font-size: 0.7rem;
    line-height: 0;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list>a .btn-title-area .offer-main-title {
    font-size: 1rem;
    line-height: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .offer-document-title {
    display: flex;
    align-items: center;
    margin-right: 12px;
    padding: 0.3em;
    width: 45%;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .offer-document-title::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .offer-document-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #4a90e2;
    z-index: -1;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .btn-document {
    margin: 8px 0 0 0;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .btn-document>a {
    font-size: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .btn-document>a::before {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating-online .offer-btn-area .offer-document .btn-document>a::after {
    font-size: 0.9rem;
  }
}

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

.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;
}

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

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

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

.kouza_news_area .kouza_news_list .news_cont .txt_red {
  color: #cc0d0d;
}

.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 {
    margin-top: 8px;
    padding: 1.2em 1.4em;
    width: 96%;
  }
}

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

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

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

@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;
}

.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%;
}

.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%;
}

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

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

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

.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;
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name .sub_name {
  font-size: 0.84rem;
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name+.type_name {
  margin-left: 8px;
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_basic_normal,
.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_normal,
.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_normal {
  background: #2890db;
}

.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_hybrid_online,
.kouza_price_disp .inner_wrap .price_box .course_type_area .type_name.type_online_online {
  background: #e23376;
}

.kouza_price_disp .inner_wrap .price_box .price_area {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: calc(100% - 160px);
}

.kouza_price_disp .inner_wrap .price_box .price_area.area_hybrid {
  width: calc(100% - 320px);
}

.kouza_price_disp .inner_wrap .price_box .price_area .course_name {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4rem;
}

.kouza_price_disp .inner_wrap .price_box .price_area .price {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.kouza_price_disp .inner_wrap .price_box .price_area .price::after {
  content: "円";
  margin-left: 8px;
}

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

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

@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;
  }
}

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

@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%;
  }
}

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

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

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name .sub_name {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .course_type_area .type_name+.type_name {
    margin-left: 0;
  }
}

@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;
  }
}

@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;
  }
}

@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;
  }
}

@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;
  }
}

@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;
  }
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area {
    width: 55%;
    justify-content: flex-end;
  }
}

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

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area .course_name {
    font-size: 0.84rem;
  }
}

@media screen and (max-width: 480px) {
  .kouza_price_disp .inner_wrap .price_box .price_area .price {
    margin-left: 8px;
    font-size: 1.1rem;
  }
}

@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: 96%;
    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;
}

/*
* 講座トップページ・プラチナコースがおすすめ
*-------------------------------*/
.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;
}

@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%;
}

@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;
}

@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;
}

.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;
}

.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;
}

@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;
}

.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;
}

.recommend_platinum .features-section .benefits-box .item:last-child {
  border-bottom: none;
}

/*
* 講座トップページ・安心して受講
*-------------------------------*/
.taking_everyone {
  margin: 0 auto 40px auto;
  padding: 0;
  width: 1140px;
}

.taking_everyone .taking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0 auto !important;
  padding: 0;
  width: 84%;
}

.taking_everyone .taking_list .list_contents {
  margin: 0;
  padding: 0;
  width: 48%;
  border: 3px solid #e84393;
  background: #fff;
}

.taking_everyone .taking_list .list_contents .list_image {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.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 2em;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  line-height: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .taking_everyone {
    margin-top: 24px;
    margin-bottom: 16px;
    width: 96%;
  }
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list {
    flex-direction: column;
    align-items: center;
    margin-top: 32px !important;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list .list_contents {
    width: 100%;
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .taking_everyone .taking_list .list_contents .list_image {
    height: 200px;
  }
}

/*
* 講座トップページ・受講生体験談
*-------------------------------*/
.real_voice_area {
  margin: 64px auto 40px auto;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

.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;
}

.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;
}

.real_voice_area .real_voice_list .list_cont_wrapper .voice_txt>span {
  color: #e84393;
}

@media screen and (max-width: 480px) {
  .real_voice_area {
    margin-top: 0;
    width: 96%;
  }
}

@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%;
  }
}

@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;
  }
}

/*
* 講座トップページ・スポンサーバナー
*-------------------------------*/
.official_banner_area {
  margin: 16px auto 40px auto;
  padding: 0;
  width: 1140px;
  text-align: center;
}

.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 {
    margin: 12px auto 8px auto;
    padding: 0;
    width: 96%;
    background: #fff;
  }
}

@media screen and (max-width: 480px) {
  .official_banner_area>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

/* ヒロミバナー */
.hiromi_banner {
  margin: 0 auto 40px auto;
  padding: 0;
  width: 1140px;
  text-align: center;
}

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

.hiromi_banner>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 60%;
  height: auto;
  vertical-align: bottom;
}

/*
* 講座トップページ：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;
}

@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;
}

@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;
}

@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;
}

@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: 520px;
  }
}

.kouza_select_reason .select_reason_wrapper .reason_section .section_list .contents_txt {
  margin: 0;
  padding: 0 0 0 50px;
  width: 60%;
}

@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;
}

@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%;
}

/*
* 講座トップページ：通常講座かオンライン講座か選択
*-------------------------------*/
.select_course_type {
  margin: 48px auto !important;
  padding: 0;
  width: 1140px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .select_course_type {
    margin-top: 16px !important;
    width: 96%;
  }
}

.select_course_type .section_inner {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

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

.select_course_type .section_inner .type_catch_txt {
  margin: 24px auto 0 auto;
  padding: 0.3em 1.5em;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  background: #e84393;
}

@media screen and (max-width: 480px) {
  .select_course_type .section_inner .type_catch_txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.select_course_type .section_inner .type_catch_txt>br:nth-of-type(1) {
  display: none;
}

@media screen and (max-width: 480px) {
  .select_course_type .section_inner .type_catch_txt>br:nth-of-type(1) {
    display: block;
  }
}

.select_course_type .section_inner .course_type_list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents {
  margin: 0;
  padding: 0 0 8px 0;
  width: 49%;
}

@media screen and (max-width: 480px) {
  .select_course_type .section_inner .course_type_list_area .list_type_contents {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_title {
  margin: 16px auto 0 auto;
  padding: 0.4em 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_title.title_normal {
  background: #0090D6;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_title.title_online {
  background: #e84393;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_catch {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 2rem;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_catch .txt_normal_color {
  color: #0090D6;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_catch .txt_online_color {
  color: #e84393;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_image {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_image {
    height: 240px;
  }
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .list_type_image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain {
  margin: 8px auto 0 auto !important;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_midashi {
  margin: 0;
  padding: 0.4em 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.8rem;
  border-bottom: 1px solid #000;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_list {
  margin: 0;
  padding: 1em;
  width: 100%;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_list.list_normal {
  background: #e8f3f8;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_list.list_online {
  background: #faeef3;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_list .explain_list_body {
  margin: 0 auto !important;
  padding: 0;
  width: 80%;
}

.select_course_type .section_inner .course_type_list_area .list_type_contents .course_type_explain .explain_list .explain_list_body .explain_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  list-style: disc outside;
}

@media screen and (max-width: 480px) {
  .select_course_type .section_inner .course_type_list_area .slick-dots {
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 8px auto 0 auto !important;
    padding: 0;
    width: 100%;
    list-style: none;
  }

  .select_course_type .section_inner .course_type_list_area .slick-dots li {
    margin: 0 8px !important;
    padding: 0;
    width: 6px;
    height: 6px;
  }

  .select_course_type .section_inner .course_type_list_area .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .select_course_type .section_inner .course_type_list_area .slick-dots li button:hover {
    background: #999;
  }

  .select_course_type .section_inner .course_type_list_area .slick-dots li.slick-active button {
    background: #000;
    transform: scale(1.3);
  }
}

/*
* 講座トップページ：コース・受講費用
*-------------------------------*/
.kouza_course_info {
  margin: 48px auto 0 auto !important;
  padding: 0;
  width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_course_info {
    margin-top: 24px !important;
    width: 94%;
  }
}

.kouza_course_info .course_info_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;
}

@media screen and (max-width: 480px) {
  .kouza_course_info .course_info_banner {
    width: 100%;
    font-size: 1rem;
  }
}

.kouza_course_info .course_info_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_course_info .section_inner {
  margin: 32px auto 0 auto !important;
  padding: 2.5em 0;
  width: 100%;
  background: #f2eefb;
}

@media screen and (max-width: 480px) {
  .kouza_course_info .section_inner {
    padding: 2em 1em;
  }
}

/*
* 関連講座
*-------------------------------*/
.kouza_related_course {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #f0f4fd;
}

.kouza_related_course .related_course_inner {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  width: 1140px;
}

@media screen and (max-width: 480px) {
  .kouza_related_course .related_course_inner {
    padding: 24px 0;
    width: 94%;
  }
}

.kouza_related_course .related_course_inner .relate_title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.kouza_related_course .related_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;
}

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

.kouza_related_course .related_course_inner .relate_title::before {
  margin-right: 1rem;
}

.kouza_related_course .related_course_inner .relate_title::after {
  margin-left: 1rem;
}

.kouza_related_course .related_course_inner .rel_course_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 0 auto !important;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_related_course .related_course_inner .rel_course_list {
    margin: 24px auto 0 auto !important;
  }
}

.kouza_related_course .related_course_inner .rel_course_list::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.kouza_related_course .related_course_inner .rel_course_list::after {
  content: "";
  display: block;
  width: 23%;
}

.kouza_related_course .related_course_inner .rel_course_list .list_items {
  margin: 0 0 15px 0;
  padding: 0;
  width: 32.6666666667%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_related_course .related_course_inner .rel_course_list .list_items {
    margin-bottom: 16px;
    width: 100%;
  }
}

.kouza_related_course .related_course_inner .rel_course_list .list_items>a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.kouza_related_course .related_course_inner .rel_course_list .list_items>a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.kouza_related_course .related_course_inner .rel_course_list .list_items>a .relate_list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.kouza_related_course .related_course_inner .rel_course_list .list_items>a .relate_list .list_img {
  margin: 0;
  padding: 4px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
}

.kouza_related_course .related_course_inner .rel_course_list .list_items>a .relate_list .list_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

.kouza_related_course .related_course_inner .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) {
  .kouza_related_course .related_course_inner .other_related_course_link>a {
    width: 100%;
    font-size: 0.9rem;
  }
}

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

/*# sourceMappingURL=kouza-hybrid.css.map */