@charset "UTF-8";

.section {
  position: relative;
  margin: 24px auto 0 auto;
  padding: 3em 0 2em 0;
  width: 100%;
  background: #fff;
}

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

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

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

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

.txt_orange {
  color: #ff8223;
}

.txt_yellow {
  color: #f0f033;
}

/*
* 資格ページメイン画像
*-----------------------------------------------*/
.shikaku_main_image {
  position: relative;
  /* margin: 0 auto 50px auto; */
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}

.shikaku_main_image picture {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shikaku_main_image picture>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

.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.underbar:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #3C7CCA;
}

@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: 8px;
    font-size: 1.4rem;
  }
}

@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: 90%;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}

.section-summary-txt.no-mt {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .section-summary-txt {
    margin-top: 16px;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.offer-floating {
  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.offer-online {
  width: 70%;
}

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

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

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

.offer-floating .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 .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 .offer-btn-area .offer-application .offer-application-btn {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.offer-floating .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 .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list {
  margin: 0;
  padding: 0;
  height: 64px;
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}

.offer-floating .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-hybrid {
  width: 33%;
}

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

.offer-floating .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic {
  background: #98BC16;
}

.offer-floating .offer-btn-area .offer-application .offer-application-btn .application-btn-list .btn-list.btn-basic:hover {
  background: #728f06;
}

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

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

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

.offer-floating .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-size: 1.1rem;
  font-weight: 600;
}

.offer-floating .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 .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 .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 .offer-btn-area .offer-document {
  margin: 0;
  padding: 0;
  width: 29%;
}

.offer-floating .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 .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 .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 .offer-btn-area .offer-document .btn-document:hover {
  background: #1c58be;
}

.offer-floating .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;
  line-height: 1.3rem;
  text-align: center;
}

.offer-floating .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 .offer-btn-area .offer-document .btn-document>a::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .offer-floating .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 .offer-btn-area .offer-application .offer-application-btn {
    margin-top: 3px;
  }
}

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

@media screen and (max-width: 480px) {
  .offer-floating .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 .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 .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 .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 .offer-btn-area .offer-document {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating .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 .offer-btn-area .offer-document .offer-document-title::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .offer-floating .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 .offer-btn-area .offer-document .btn-document {
    margin: 0;
    height: 35px;
  }
}

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

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

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

/*
* 【オンライン講座】選べる2つのタイプ
*--------------------------------------------------*/
.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-weight: 600;
    font-size: 1.1rem;
    color: #d9cc6c;
    z-index: 1;
  }

  .navigation-mark::after {
    position: absolute;
    top: 0;
    right: 3.5%;
    content: "\f138";
    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;
    padding: 0;
    width: 100%;
  }

  .kouza_course_tab.tab-hybrid .tab-cont {
    margin: 0;
    padding: 0;
    width: 33%;
    height: 56px;
  }

  .kouza_course_tab.tab-hybrid .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: #336AAD;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
  }

  .kouza_course_tab.tab-hybrid .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-hybrid .tab-cont>a .course_name .txt-small {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.84rem;
  }

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

  .kouza_course_tab.tab-hybrid .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 #336AAD;
  }

  .kouza_course_tab.tab-online .tab-cont {
    margin: 0;
    padding: 0;
    width: 49.5%;
    height: 56px;
  }

  .kouza_course_tab.tab-online .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: #336AAD;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
  }

  .kouza_course_tab.tab-online .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-online .tab-cont>a .course_name .txt-small {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.84rem;
  }

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

  .kouza_course_tab.tab-online .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 #336AAD;
  }

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

.select_course_title {
  top: 0 !important;
}

.kouza-course-summary-txt {
  margin: 32px auto 0 auto;
  padding: 1.5em;
  width: 90%;
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  background: #E8E0D6;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .kouza-course-summary-txt {
    margin-top: 24px;
    padding: 1.2em;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

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

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

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

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

.kouza-course-list-hybrid .course-list .course-upper-area .course-name-price {
  margin: 0;
  padding: 0;
  width: 49%;
}

.kouza-course-list-hybrid .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-hybrid .course-list .course-upper-area .course-name-price .kouza-type.type-normal {
  background: #2A7DE2;
}

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

.kouza-course-list-hybrid .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-hybrid .course-list .course-upper-area .course-name-price .image-price .kyozai-image {
  margin: 0;
  padding: 0;
  width: 45%;
  /* height: 110px; */
  overflow: hidden;
}

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

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

.kouza-course-list-hybrid .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-hybrid .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-hybrid .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-hybrid .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-hybrid .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-hybrid .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-hybrid .course-list .course-upper-area .course-name-price .image-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.kouza-course-list-hybrid .course-list .course-upper-area .course-name-price .image-area .kyozai-image {
  margin: 0;
  padding: 0;
  width: 48%;
  background: #fff;
  overflow: hidden;
}

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

.kouza-course-list-hybrid .course-list .course-upper-area .course-name-price .cad-price-area .course-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 70%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #855509;
  line-height: 1.4rem;
}

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

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

.kouza-course-list-hybrid .course-list .course-upper-area .course-name-price .cad-price-area .price {
  margin: 0;
  padding: 0;
  width: 30%;
}

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

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

.kouza-course-list-hybrid .course-list .course-upper-area .course-name-price .cad-price-area .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-hybrid .course-list .course-upper-area .course-name-price .cad-price-area .price .price-cont .yen {
  margin: 0 0 0 2px;
  padding: 0;
  font-size: 0.9rem;
  color: #000;
}

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

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

.kouza-course-list-hybrid .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-hybrid .course-list .course-upper-area .benefits-offer-area .benefits-list .list-area {
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
}

.kouza-course-list-hybrid .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-hybrid .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-hybrid .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-hybrid .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-hybrid .course-list .course-upper-area .benefits-offer-area .exam-exemption::before {
  content: "\f559";
  margin-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 600;
}

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

.kouza-course-list-hybrid .course-list .course-upper-area .benefits-offer-area .online-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
  padding: 0.8em;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d4c9d;
  background: #eff7fc;
  border: 2px solid #bce0f2;
  border-radius: 4px;
  box-sizing: border-box;
}

.kouza-course-list-hybrid .course-list .course-upper-area .benefits-offer-area .online-notice img {
  margin-right: 16px;
  width: 22px;
  height: auto;
}

.kouza-course-list-hybrid .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-hybrid .course-list .detail-offer-area .detail-area {
  margin: 0;
  padding: 0;
  width: 49%;
}

.kouza-course-list-hybrid .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-hybrid .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-hybrid .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-hybrid .course-list .detail-offer-area .detail-area .course-detail-tbl .detail-cont .graduate-exam {
  color: #D41D1D;
}

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

.kouza-course-list-hybrid .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;
  background: #E75E5E;
  border-radius: 5px;
  transition: all 0.3s;
}

.kouza-course-list-hybrid .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 5 Free";
  font-weight: 600;
}

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

.kouza-course-list-hybrid .course-list .detail-offer-area .take-course-btn-cad {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 49%;
}

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

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

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

@media screen and (max-width: 480px) {
  .kouza-course-list-hybrid .course-list .detail-offer-area .take-course-btn-cad .btn_cad>a {
    font-size: 1rem;
  }
}

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

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

.kouza-course-list-hybrid .course-list .detail-offer-area .take-course-btn-cad .btn_cad>a .cad_type {
  display: block;
  margin: 0 auto 4px auto;
  padding: 0;
  width: 40%;
  font-size: 0.9rem;
  color: #E75E5E;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .kouza-course-list-hybrid .course-list .detail-offer-area .take-course-btn-cad .btn_cad>a .cad_type {
    font-size: 0.84rem;
    width: 50%;
  }
}

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

@media screen and (max-width: 480px) {
  .kouza-course-list-hybrid .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-hybrid .course-list .course-upper-area .course-name-price {
    width: 100%;
  }
}

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

@media screen and (max-width: 480px) {
  .kouza-course-list-hybrid .course-list .course-upper-area .benefits-offer-area .online-notice {
    font-size: 0.9rem;
  }
}

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

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

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

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

/*
* 講座コース：オンライン講座
*----------------------------------------------------*/
.kouza-course-list-online {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto;
  padding: 1em;
  width: 100%;
}

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

.kouza-course-list-online .course-list {
  position: relative;
  margin: 0;
  padding: 1em 1.3em;
  width: 49%;
  min-height: 700px;
  background: #FDF3E5;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}

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

.kouza-course-list-online .course-list .kouza-name {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  color: #855509;
  text-align: center;
}

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

.kouza-course-list-online .course-list .image-price .kyozai-image {
  margin: 0;
  padding: 0;
  width: 45%;
  /* height: 110px; */
  overflow: hidden;
}

.kouza-course-list-online .course-list .image-price .kyozai-image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kouza-course-list-online .course-list .image-price .name-price {
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
}

.kouza-course-list-online .course-list .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-online .course-list .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-online .course-list .image-price .name-price .price {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.kouza-course-list-online .course-list .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-online .course-list .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-online .course-list .image-price .name-price .price .price-cont .yen {
  margin: 0 0 0 2px;
  padding: 0;
  font-size: 0.9rem;
  color: #000;
}

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

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

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

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

.kouza-course-list-online .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-online .exam-exemption.exam-basic {
  visibility: hidden;
}

@media screen and (max-width: 480px) {
  .kouza-course-list-online .exam-exemption.exam-basic {
    display: none;
  }
}

.kouza-course-list-online .exam-exemption::before {
  content: "\f559";
  margin-right: 12px;
  font-size: 1.4rem;
}

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

.kouza-course-list-online .course-detail-tbl.tbl-basic {
  position: relative;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -12%);
}

@media screen and (max-width: 480px) {
  .kouza-course-list-online .course-detail-tbl.tbl-basic {
    position: static;
    transform: none;
    margin-top: 16px;
  }
}

.kouza-course-list-online .course-detail-tbl.tbl-special {
  position: relative;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -3%);
}

@media screen and (max-width: 480px) {
  .kouza-course-list-online .course-detail-tbl.tbl-special {
    position: static;
    transform: none;
    margin-top: 16px;
  }
}

.kouza-course-list-online .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-online .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-online .course-detail-tbl .detail-cont .graduate-exam {
  color: #D41D1D;
}

.kouza-course-list-online .online-msg {
  display: block;
  margin: 24px auto 0 auto;
  padding: 0.5em 1.2em;
  width: 100%;
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
  background: #E95383;
}

@media screen and (max-width: 480px) {
  .kouza-course-list-online .online-msg {
    margin-top: 8px;
  }
}

.kouza-course-list-online .online-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
  padding: 0.8em;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d4c9d;
  background: #eff7fc;
  border: 2px solid #bce0f2;
  border-radius: 4px;
  box-sizing: border-box;
}

.kouza-course-list-online .online-notice img {
  margin-right: 16px;
  width: 22px;
  height: auto;
}

.kouza-course-list-online .take-course-btn {
  position: static;
  transform: none;
  margin: auto auto 16px auto;
  padding: 0;
  width: 100%;
}

.kouza-course-list-online .take-course-btn>a {
  position: relative;
  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;
  background: #E75E5E;
  border-radius: 5px;
  transition: all 0.3s;
}

.kouza-course-list-online .take-course-btn>a::after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  content: "\f138";
}

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

/* お支払い方法 */
.payment_methods {
  margin: 40px auto 0 auto;
  padding: 1.5em;
  width: 90%;
  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;
  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;
  }
}

footer {
  margin-top: 24px;
}

/*
* 講座ページ：100%資格取得できます
*--------------------------------------------------------------------*/
.get_shikaku_appeal {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
}

.get_shikaku_appeal .txt_orange {
  color: #FF6B35;
}

.get_shikaku_appeal .txt_large {
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .txt_large {
    font-size: 1.8rem;
  }
}

.get_shikaku_appeal .shikaku_appeal_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 3.4rem;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .shikaku_appeal_title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.get_shikaku_appeal .shikaku_appeal_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .shikaku_appeal_title>br {
    display: block;
  }
}

.get_shikaku_appeal .shikaku_appeal_title .head_decorate {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .shikaku_appeal_title .head_decorate {
    margin-top: 4px;
  }
}

.get_shikaku_appeal .shikaku_appeal_title .head_decorate::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 25px;
  height: 25px;
  background-image: url(../../assets/images/hybrid-online/wedge_shape_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .shikaku_appeal_title .head_decorate::before {
    margin-right: 8px;
  }
}

.get_shikaku_appeal .shikaku_appeal_title .head_decorate::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 25px;
  height: 25px;
  background-image: url(../../assets/images/hybrid-online/wedge_shape_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .shikaku_appeal_title .head_decorate::after {
    margin-left: 8px;
  }
}

.get_shikaku_appeal .appeal_head_area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
}

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

.get_shikaku_appeal .appeal_head_area .appeal_img {
  position: relative;
  flex: 0 0 52%;
  flex-basis: 54%;
  width: 52%;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .appeal_head_area .appeal_img {
    flex: none;
    width: 100%;
  }
}

.get_shikaku_appeal .appeal_head_area .appeal_img>img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.get_shikaku_appeal .appeal_head_area .appeal_comment {
  position: relative;
  flex: 1 1 48%;
  margin: 24px 0 0 -110px;
  padding: 2em 2.5em;
  width: 48%;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.7rem;
  background: #ffffff;
  z-index: 2;
  /* Ensure long text wraps nicely */
  word-wrap: break-word;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .appeal_head_area .appeal_comment {
    flex: none;
    margin: 16px 0 0 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
  }
}

.get_shikaku_appeal .appeal_list_area {
  margin: 32px auto 48px auto;
  padding: 0;
  width: 100%;
}

.get_shikaku_appeal .appeal_list_area .appeal_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.get_shikaku_appeal .appeal_list_area .appeal_list:not(:first-of-type) {
  margin-top: 40px;
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text {
  margin: 0;
  padding: 0;
  width: 56%;
}

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

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_title {
  position: relative;
  margin: 0;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 2.5rem;
  letter-spacing: 0.04rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_title>br {
    display: block;
  }
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_title::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: "";
  background: #FF6B35;
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_text .appeal_explain {
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_list_img {
  margin: 0;
  padding: 0;
  width: 38%;
}

@media screen and (max-width: 480px) {
  .get_shikaku_appeal .appeal_list_area .appeal_list .appeal_list_img {
    margin: 24px auto 0 auto;
    width: 92%;
  }
}

.get_shikaku_appeal .appeal_list_area .appeal_list .appeal_list_img>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/*
* 講座ページ：学習カリキュラム
*--------------------------------------------------------------------*/
.kouza_top_curriculum_area {
  margin: 0 auto;
  padding: 2.5em 2em 1.5em 2em;
  width: 100%;
  background: #f4faff;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area {
    margin: 16px auto 0 auto;
    padding: 2.5em 1em 1.5em 1em;
  }
}

.kouza_top_curriculum_area .curriculum_section_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_section_title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.kouza_top_curriculum_area .curriculum_section_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_section_title>br {
    display: block;
  }
}

.kouza_top_curriculum_area .curriculum_catch {
  margin: 24px auto;
  padding: 0;
  width: 80%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 2.6rem;
}

@media screen and (max-width: 480px) {
  .kouza_top_curriculum_area .curriculum_catch {
    margin-top: 16px;
    width: 100%;
    font-size: 1.2rem;
    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 {
    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 {
    width: 100%;
  }
}

.kouza_top_curriculum_area .curriculum_point_list .point_cont>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/*
* 受講生体験談
*---------------------------------------------*/
.kouza_real_voice_title {
  position: relative;
  margin: 60px auto 50px auto;
  padding: 0 0 0.4em 0;
  width: 46%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #584008;
  text-align: center;
  border-bottom: 3px solid #4c9ac0;
}

@media screen and (max-width: 480px) {
  .kouza_real_voice_title {
    margin: 40px auto;
    width: 96%;
    font-size: 1.3rem;
  }
}

.kouza_real_voice_title::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}

.kouza_real_voice_title::after {
  content: "";
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

.kouza_real_voice_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 40px auto;
  padding: 0;
  width: 100%;
}

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

.kouza_real_voice_wrapper .kouza_real_voice_area {
  margin: 0;
  padding: 2em;
  background: #f4f9ff;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .kouza_real_voice_wrapper .kouza_real_voice_area {
    margin-right: 8px;
    padding: 1em;
  }
}

.kouza_real_voice_wrapper .kouza_real_voice_area.voice-2 {
  width: 49%;
}

.kouza_real_voice_wrapper .kouza_real_voice_area.voice-3 {
  margin-right: 8px;
  width: 32.6666666667%;
}

.kouza_real_voice_wrapper .kouza_real_voice_area.voice-4 {
  margin-right: 8px;
  width: 49%;
}

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

  .kouza_real_voice_wrapper .kouza_real_voice_area.voice-2,
  .kouza_real_voice_wrapper .kouza_real_voice_area.voice-3,
  .kouza_real_voice_wrapper .kouza_real_voice_area.voice-4 {
    margin-bottom: 10px;
    width: 100%;
  }
}

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

.kouza_real_voice_wrapper .kouza_real_voice_area .profile_area .voice_title {
  margin: 0;
  padding: 0;
  width: 60%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  .kouza_real_voice_wrapper .kouza_real_voice_area .profile_area .voice_title {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.kouza_real_voice_wrapper .kouza_real_voice_area .profile_area .voice_photo {
  margin: 0 auto;
  padding: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kouza_real_voice_wrapper .kouza_real_voice_area .profile_area .voice_photo {
    width: 35%;
  }
}

.kouza_real_voice_wrapper .kouza_real_voice_area .profile_area .voice_photo>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

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

.kouza_real_voice_wrapper .kouza_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) {
  .kouza_real_voice_wrapper .kouza_real_voice_area .voice_txt {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

.kouza_real_voice_wrapper .kouza_real_voice_area .voice_txt>span {
  color: #cc1212;
}

.kouza_real_voice_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background: none;
  border: none;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  opacity: 0.75;
  color: #094a7c;
  font-weight: 600;
  cursor: pointer;
}

.kouza_real_voice_wrapper .slick-prev {
  left: 0;
  z-index: 1;
}

.kouza_real_voice_wrapper .slick-prev::before {
  content: "\f137";
  font-size: 1.8rem;
}

.kouza_real_voice_wrapper .slick-next {
  right: 0;
}

.kouza_real_voice_wrapper .slick-next::before {
  content: "\f138";
  font-size: 1.8rem;
}

/*
* 選ばれる6つの理由
*---------------------------------------------*/
.kouza_reason_area {
  margin: 0 auto;
  padding: 3.5em 2.5em;
  width: 100%;
  background: #ddeff7;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area {
    padding: 1.5em 1em;
  }
}

.kouza_reason_area .kouza_reason_title {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_title {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

.kouza_reason_area .kouza_reason_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_title>br {
    display: block;
  }
}

.kouza_reason_area .kouza_reason_title .emp_txt {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.kouza_reason_area .kouza_reason_title .emp_txt .decorate_txt {
  display: inline-block;
  width: 200px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
  color: #ff8223;
  letter-spacing: 0.5px;
  vertical-align: middle;
  transform: translateY(15px);
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_title .emp_txt .decorate_txt {
    width: 162px;
    font-size: 2rem;
  }
}

.kouza_reason_area .kouza_reason_title .emp_txt .decorate_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 35px;
  height: 18px;
  background-image: url(../../assets/images/hybrid-online/num_decorate.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_title .emp_txt .decorate_txt::before {
    width: 30px;
    height: 14px;
  }
}

.kouza_reason_area .kouza_reason_container {
  margin: 64px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container {
    margin-top: 48px;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5em;
  width: 100%;
  background: #fff;
}

.kouza_reason_area .kouza_reason_container .reason_list:not(:first-of-type) {
  margin-top: 32px;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list {
    padding: 1em;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_num {
  order: 1;
  margin: 8px 0 0 0;
  padding: 0;
  width: 53%;
  font-size: 1.2rem;
  color: #ff8223;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_num {
    margin-top: 0;
    width: 100%;
    font-size: 1rem;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_num .num_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -42px 0 0 5px;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 2.4rem;
  color: #fff;
  background: #ff8223;
  border-radius: 35px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_num .num_circle {
    margin-top: -24px;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 25px;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_text_area {
  order: 2;
  margin: 0;
  padding: 0;
  width: 53%;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_text_area {
    order: 3;
    width: 100%;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body .reason_title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body .reason_title {
    font-size: 1.3rem;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body .reason_cont {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #222;
  line-height: 1.6rem;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body .reason_cont {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_text_area .reason_txt_body .reason_cont .notice_txt {
  font-size: 0.8rem;
  color: #222;
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_img_area {
  order: 3;
  margin: -30px 0 0 0;
  padding: 0;
  width: 43%;
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kouza_reason_area .kouza_reason_container .reason_list .reason_img_area {
    order: 2;
    margin-top: 16px;
    width: 100%;
    height: 180px;
  }
}

.kouza_reason_area .kouza_reason_container .reason_list .reason_img_area>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
* スペシャル講座をご用意
*---------------------------------------------*/
.info_kouza_special {
  margin: 24px auto 0 auto;
  padding: 2.5em 2em;
  width: 100%;
  background: #e4f3f7;
}

@media screen and (max-width: 480px) {
  .info_kouza_special {
    padding: 1.5em 1em;
  }
}

.info_kouza_special .info_special_title {
  margin: 0 auto;
  padding: 0 0 16px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.info_kouza_special .info_special_title .title_decorate {
  display: inline-block;
  width: 600px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  vertical-align: middle;
  transform: translateY(0px);
}

@media screen and (max-width: 480px) {
  .info_kouza_special .info_special_title .title_decorate {
    width: 300px;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.info_kouza_special .info_special_title .title_decorate::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 316px;
  width: 70px;
  height: 20px;
  background-image: url(../../assets/images/hybrid-online/num_decorate_5.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .info_special_title .title_decorate::before {
    top: 40px;
    left: 47px;
    width: 50px;
    height: 16px;
  }
}

.info_kouza_special .info_special_title .main_title {
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .info_special_title .main_title {
    font-size: 1.6rem;
  }
}

.info_kouza_special .info_special_title .main_title br {
  display: none;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .info_special_title .main_title br {
    display: block;
  }
}

.info_kouza_special .special_summary {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .special_summary {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.info_kouza_special .process_disp_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px auto 0 auto;
  padding: 0;
  width: 100%;
}

.info_kouza_special .process_disp_area .process_list {
  margin: 0;
  padding: 0 1.5em 1.5em;
  width: 48%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .process_disp_area .process_list {
    padding: 0 1em 1.5em;
    width: 100%;
  }

  .info_kouza_special .process_disp_area .process_list:nth-of-type(2) {
    margin-top: 56px;
  }
}

.info_kouza_special .process_disp_area .process_list .process_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px auto 0 auto;
  padding: 0;
  width: 70%;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 25px;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .process_disp_area .process_list .process_title {
    margin-top: -20px;
    width: 80%;
    height: 40px;
    font-size: 1.2rem;
  }
}

.info_kouza_special .process_disp_area .process_list .process_title.process_normal {
  background: #48A7C9;
}

.info_kouza_special .process_disp_area .process_list .process_title.process_special {
  background: #E98B3F;
}

.info_kouza_special .process_disp_area .process_image {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .process_disp_area .process_image {
    margin-top: 24px;
  }
}

.info_kouza_special .process_disp_area .process_image>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.info_kouza_special .process_disp_area .process_txt {
  margin: 32px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.94rem;
  color: #000;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .info_kouza_special .process_disp_area .process_txt {
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

/*
* 選べる受講方法
*---------------------------------------------*/
.select_study_type {
  margin: 0 auto;
  padding: 2.5em 2em;
  width: 100%;
  background: #e4f3f7;
}

@media screen and (max-width: 480px) {
  .select_study_type {
    padding: 1.5em 1em;
  }
}

.select_study_type .study_type_title_area {
  margin: 0 auto;
  padding: 0 0 16px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.select_study_type .study_type_title_area .main_title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_title_area .main_title {
    font-size: 1.8rem;
  }
}

.select_study_type .study_type_title_area .sub_title {
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_title_area .sub_title {
    font-size: 1.4rem;
  }
}

.select_study_type .study_type_title_area .sub_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_title_area .sub_title>br {
    display: block;
  }
}

.select_study_type .study_type_summary {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_summary {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.select_study_type .study_type_list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area {
    margin-top: 32px;
  }
}

.select_study_type .study_type_list_area .study_type_list {
  margin: 0;
  padding: 0 0 1.5em 0;
  width: 48%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list {
    width: 100%;
  }

  .select_study_type .study_type_list_area .study_type_list:nth-of-type(2) {
    margin-top: 48px;
  }
}

.select_study_type .study_type_list_area .study_type_list.type_normal {
  border: 4px solid #48A7C9;
}

.select_study_type .study_type_list_area .study_type_list.type_online {
  border: 4px solid #E98B3F;
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1em 1em 1em 1.5em;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_title_area {
    padding: 0.6em 0.8em 0.6em 1em;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area.title_normal {
  background: #48A7C9;
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area.title_online {
  background: #E98B3F;
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area .title_txt {
  margin: 0;
  padding: 0;
  width: 70%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 2.4rem;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_title_area .title_txt {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area .title_image {
  margin: -48px 0 0 0;
  padding: 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_title_area .title_image {
    margin-top: -36px;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_title_area .title_image>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area {
  margin: 0 auto;
  padding: 1.5em 1.2em;
  width: 100%;
  background: #fff;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .midashi_txt {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  line-height: 2rem;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_contents_area .midashi_txt {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type .kouza_type_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40%;
  height: 34px;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type .kouza_type_txt {
    height: 30px;
    font-size: 0.94rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type .kouza_type_txt:nth-of-type(2) {
  margin-left: 8px;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type .kouza_type_txt.type_basic {
  background: #48A7C9;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .kouza_type .kouza_type_txt.type_special {
  background: #E98B3F;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_image {
  margin: 24px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_image {
    height: 160px;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_image>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_explain {
  margin: 24px auto 0 auto;
  padding: 0 0 0 16px;
  width: 100%;
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_explain .explain_list {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
  list-style: disc outside;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_explain .explain_list {
    font-size: 0.9rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_explain .explain_list+.explain_list {
  margin-top: 12px;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_contents_area .study_type_explain .explain_list+.explain_list {
    margin-top: 6px;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area {
  margin: 0;
  padding: 0 1em;
  width: 100%;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_txt {
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_txt {
    font-size: 0.94rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_txt .txt_normal_color {
  color: #06759C;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_txt .txt_online_color {
  color: #D4650B;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_term_txt {
  margin: 16px auto 0 auto;
  padding: 0.3em 0;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_term_txt {
    font-size: 1rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_term_txt .num_large {
  display: inline-block;
  margin-left: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .select_study_type .study_type_list_area .study_type_list .study_type_appeal_area .appeal_term_txt .num_large {
    font-size: 1.6rem;
  }
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area.type_normal .appeal_txt {
  background: #E1EFF4;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area.type_normal .appeal_term_txt {
  background: #48A7C9;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area.type_online .appeal_txt {
  background: #F5E5D9;
}

.select_study_type .study_type_list_area .study_type_list .study_type_appeal_area.type_online .appeal_term_txt {
  background: #E98B3F;
}

/*
* 講座監修者
*---------------------------------------------*/
.kouza_supervisor {
  margin: 40px auto 0 auto;
  padding: 40px 30px;
  background-color: #f8f1fc;
  border-radius: 5px;
  /* 監修者が2名以上の場合 */
}

@media screen and (max-width: 480px) {
  .kouza_supervisor {
    margin-top: 24px;
    padding: 1.5em 1em;
  }
}

.kouza_supervisor .supervisor_section_title {
  position: relative;
  margin: 0 auto;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #ddd;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_section_title {
    font-size: 1.3rem;
  }
}

.kouza_supervisor .supervisor_section_title::before {
  content: "\f518";
  margin-right: 16px;
  width: 24px;
  font-size: 2.2rem;
  color: #f04030;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_section_title::before {
    margin-right: 8px;
    font-size: 1.6rem;
  }
}

.kouza_supervisor .supervisor_section_title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background: #f04030;
}

.kouza_supervisor .supervisor_section_title .title_emp {
  font-size: 2rem;
  font-weight: bold;
  color: #f04030;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_section_title .title_emp {
    font-size: 1.5rem;
  }
}

.kouza_supervisor .section_lead {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .section_lead {
    font-size: 0.94rem;
    text-align: left;
  }
}

.kouza_supervisor .supervisor_profile_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
  margin: 16px auto 0 auto;
  padding: 1em;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area {
    padding: 1em;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area {
  margin: 0 auto;
  padding: 0;
  width: 72%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area {
    margin-top: 0;
    width: 100%;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5em;
  width: 100%;
  background: #fdf3fd;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8em 1.2em;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .t_photo {
  display: none;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .t_photo {
    display: block;
    width: 20%;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .name_area {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .name_area {
    padding-right: 8%;
    width: 75%;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .name_area .t_name {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #8925A7;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .name_area .t_name {
    font-size: 1.2rem;
  }
}

.kouza_supervisor .supervisor_profile_area .profile_area .supervisor_name .name_area .t_sub {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
}

.kouza_supervisor .supervisor_profile_area .profile_area .biography {
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.6rem;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .profile_area .biography {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}

.kouza_supervisor .supervisor_profile_area .photo_area {
  margin: 0;
  padding: 0;
  width: 25%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .supervisor_profile_area .photo_area {
    display: none;
  }
}

.kouza_supervisor .supervisor_profile_area .photo_area>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kouza_supervisor .multi_profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile {
    margin-top: 8px;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area {
  margin: 0;
  padding: 0;
}

.kouza_supervisor .multi_profile .supervisor_profile_area.column-2,
.kouza_supervisor .multi_profile .supervisor_profile_area.column-3 {
  margin: 0 auto;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
}

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

  .kouza_supervisor .multi_profile .supervisor_profile_area.column-2,
  .kouza_supervisor .multi_profile .supervisor_profile_area.column-3 {
    margin-top: 8px;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area.column-2 {
  width: 49%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area.column-2 {
    width: 100%;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area.column-3 {
  width: 32.6666666667%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area.column-3 {
    width: 100%;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-self: self-start;
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 30px;
  width: 100%;
  background: #fdf3fd;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5em;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .t_photo {
  display: none;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .t_photo {
    display: block;
    width: 20%;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .name_area {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .name_area {
    width: 75%;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .name_area .t_name {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #8925A7;
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .supervisor_name .name_area .t_sub {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .photo_area {
  display: flex;
  justify-content: center;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  width: 100%;
  height: 160px;
  background: #fafafa;
}

@media screen and (max-width: 480px) {
  .kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .photo_area {
    display: none;
  }
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .photo_area>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 35%;
  height: auto;
}

.kouza_supervisor .multi_profile .supervisor_profile_area .profile_area .biography {
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.94rem;
  color: #333;
  line-height: 1.4rem;
}

/*
* 講座コース：アピールテキスト
*---------------------------------------------*/
.course_top_appeal {
  margin: 16px auto 0 auto;
  padding: 1.5em;
  width: 91%;
  border: 2px solid #53a7df;
  background: #fff;
  box-sizing: border-box;
}

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

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

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

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

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

.course_top_appeal .appeal_summary_txt .txt_red {
  color: #dd2828;
}

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

/*
* オンライン講座のメリット（オンライン限定講座のみ）
*---------------------------------------------*/
#kouza-merit {
  margin: 24px auto 0 auto;
  padding: 3em 0 2em 0;
  width: 100%;
  background: #fcf8f1;
}

@media screen and (max-width: 480px) {
  #kouza-merit {
    padding: 2em 0;
  }
}

#kouza-merit .merit-area {
  position: relative;
  margin: 36px auto 0 auto;
  padding: 0;
  width: 100%;
  height: 460px;
  background: url(../../assets/images/hybrid-online/img_merit_online_bg_pc.svg) center bottom no-repeat;
}

@media screen and (max-width: 480px) {
  #kouza-merit .merit-area {
    margin-top: 24px;
    width: 90%;
    height: 760px;
    background: url(../../assets/images/hybrid-online/img_merit_online_bg_sp.svg) center bottom no-repeat;
  }
}

#kouza-merit .merit-area .merit {
  margin: 0;
  padding: 0.5em 1em 1em 1em;
  width: 30%;
  background: #FBE797;
  border-radius: 10px;
}

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

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

#kouza-merit .merit-area .merit .merit-title {
  margin: 0 auto;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #D32424;
  text-align: center;
  border-bottom: 2px solid #FF9641;
}

#kouza-merit .merit-area .merit .merit-title::before {
  margin-right: 16px;
  font-size: 1.5rem;
  color: #000;
}

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

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

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

#kouza-merit .merit-area .merit .merit-sub-title {
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #A93D02;
  text-align: center;
}

#kouza-merit .merit-area .merit .merit-txt {
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
}

#kouza-merit .merit-area #merit-1 {
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-20%);
}

@media screen and (max-width: 480px) {
  #kouza-merit .merit-area #merit-1 {
    position: static;
    transform: none;
  }
}

#kouza-merit .merit-area #merit-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  #kouza-merit .merit-area #merit-2 {
    position: static;
    transform: none;
  }
}

#kouza-merit .merit-area #merit-3 {
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateY(-20%);
}

@media screen and (max-width: 480px) {
  #kouza-merit .merit-area #merit-3 {
    position: static;
    transform: none;
  }
}

/*
* 講座トップページ：資格取得のメリット
*-------------------------------*/
.get_shikaku_merit {
  margin: 64px auto 0 auto;
  padding: 0;
  width: 100%;
}

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

.get_shikaku_merit .merit_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  padding: 0 1em;
  width: 40%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  background: #2F7CB2;
}

@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 #2F7CB2;
}

.get_shikaku_merit .kouza_merit_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2F7CB2;
  border: 2px solid #2F7CB2;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .kouza_merit_title {
    height: 80px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.get_shikaku_merit .kouza_merit_title>br {
  display: none;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .kouza_merit_title>br {
    display: block;
  }
}

.get_shikaku_merit .merit_main_area {
  margin: 16px auto 0 auto;
  padding: 2em 0 1.5em 0;
  width: 100%;
  background: #f2f9fd;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_main_area {
    padding: 0.5em;
  }
}

.get_shikaku_merit .merit_main_area .merit_list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_main_area .merit_list_area {
    width: 100%;
  }
}

.get_shikaku_merit .merit_main_area .merit_list_area .list_contents {
  margin: 0 0 16px 0;
  padding: 0;
  width: 49%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .get_shikaku_merit .merit_main_area .merit_list_area .list_contents {
    margin-bottom: 8px;
    width: 100%;
  }
}

.get_shikaku_merit .merit_main_area .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: 100%;
  border: 2px solid #2F7CB2;
  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 #2F7CB2;
}

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

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