@charset "UTF-8";

/*コース詳細（上部写真付）*/
.course-detail-item {
  display: flex;
  gap:2rem;
  padding: 2rem 2rem;
  /*margin-top: 4rem;*/
  background-color: #ECF0F1;
}

/*画像・サンプル類*/
.course-detail-media {
  /*width: 100%;
  max-width: 450px;*/
  width:35%;
  /*padding-right: 20px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.course-detail-item img{
  display: block;
  border-radius: 5px;
  max-width: 375px;
  width: 100%;
  margin: /*0 auto*/ 2rem auto;
}

.course-detail-item .sample{
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 2rem auto 1rem auto;*/
  margin-bottom: 1.5rem;
}

.course-detail-item .sample li{
  display: inline-block;
  margin: 0 1.5rem;
  font-size: 1.6rem;
  color: #209244;
}

/*.course-detail-media .sample a:hover{
  color: #209244;
  font-weight: bold;
  border-bottom: 1px solid #209244;
}*/

.course-detail-media .sample .sample-movie::before {
  content: "";
  display: inline-block;
  background-image: url(https://gigaplus.makeshop.jp/TOASUBASE/assets/images/course-detail/sample-movie-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.course-detail-media .sample .sample-dl::before {
  content: "";
  display: inline-block;
  background-image: url(https://gigaplus.makeshop.jp/TOASUBASE/assets/images/course-detail/dl-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.course-detail-content {
  width:65%;
  /*max-width: 750px;*/
  border-left: 1px solid #333333;
  padding-left: 2rem;
  align-content: center;
}

/*コースコード～オープンバッジまでの情報*/
.course-detail-content .course-detail-info .item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4rem;
  row-gap: 0.4rem;
  margin-bottom: 1rem;
}

.course-detail-content .course-detail-info .item li {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.8;
  letter-spacing: -0.8px;
}

.course-detail-content .course-detail-info .item li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #333333;
  margin-left: 1.4rem;
}

.course-detail-content .course-detail-info .item li:last-child::after {
  display: none;
}

.course-detail-content .course-detail-info .detail-label{
  font-weight: bold;
  color: #209244;
}

/*価格とアイコン*/
.price-icon-wrapper {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-items: center;
    margin-bottom: 1rem;
}

.price {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-weight: bold;
}

.feature-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    list-style: none;
}

.feature-icon li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    background-color: #ffffff/*rgba(32, 146, 68, 0.15)*/;
    line-height: 1.2;
}

.partnership,
.subsidy {
    font-weight: 500;
    white-space: nowrap;
}

.feature-icon .toasu-original {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-weight: bold;
}

.feature-icon .toasu-original::before {
    content: "";
    display: inline-block;
    width: 92px;
    height: 24px;
    margin-right: 8px;
    background-image: url("https://gigaplus.makeshop.jp/TOASUBASE/assets/images/common/toasu_logo2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.feature-icon .asubeto {
    display: inline-block;
    width: 130px;
    height: 36px;
    padding: 6px 14px;
    background-image: url("https://gigaplus.makeshop.jp/TOASUBASE/assets/images/common/asubeto_logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65% auto;
}

/*コース概要*/
.course-detail-content .course-introduction {
  margin-bottom: 2rem;
}

/*アンカーリンクボタン＆問い合わせボタン＆お気に入りボタン*/
.course-detail-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.course-detail-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  text-align: center;
  text-decoration: none;
}

.course-detail-buttons .course-detail-anchor-link,
.course-detail-buttons .inquiry {
  width: 20rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.5rem;
}

.course-detail-buttons .course-detail-anchor-link {
  background-color: #209244;
  font-weight: bold;
}

.course-detail-buttons .course-detail-anchor-link:hover,
.course-detail-buttons .inquiry:hover {
  opacity:0.8;
}

/*以下のソースは初期のCSSに影響されているため、直接HTMLに記述している。
初期のCSSを使用しなくなった際はHTML上からも削除すること。
.course-detail-buttons.inquiry {
  margin-top: unset !important; 
}*/

/* お気に入り */
.course-detail-buttons .favorite-link {
  color: #333333;
  font-weight: normal;
}

/*矢印*/
.detail-anchor-wrapper .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: relative;
  left: 8px;
  color: #209244;
}


/*////////////コース情報///////////*/
/*共通*/

.course-syllabus-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

/*20260408まで使用。以降、gridで整え
.course-syllabus-wrapper {
  display: flex;
  justify-content:  flex-start;
  gap: 50px;
}

.course-syllabus {
  max-width: 50%;
}*/

.course-syllabus-wrapper,
.open-training-schedule,
.important-information {
margin: 0 auto 4rem auto;
}

.instructor-name,
.note-head {
  font-weight: bold;
}

.course-syllabus p,
.important-information p {
  margin-bottom: 0.8rem;
}



/*オープン研修用スケジュール*/
.open-training-schedule-table-wrapper .table02 td, th {
  width: 33.3%;
}

.open-training-schedule p {
  margin-bottom: 1.5rem;
}

/*カリキュラム*/
/*.curriculum {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 2rem 0 3rem;
}*/

.curriculum .curriculum-list {
  padding-left: 4rem;
  padding-bottom: 0.5rem;
  counter-increment: section;
  position: relative;
}

.curriculum .curriculum-list:last-child {
  padding-bottom: 0.5rem;
}

.curriculum .curriculum-list::before {
  content:"";
  width: 1px;
  height: 100%;
  background-color: #209244;
  position: absolute;
  top: 10px;
  left:/*0*/ 14px;
}

.curriculum .curriculum-list::after {
  /*content: counter(section, decimal-leading-zero);*/
  content: "";
  font-size: 0.8rem;
  font-weight: bold;
  /*background-color: #209244;*/
  background:linear-gradient(to right, #14431C, #33A947);
  color: #ffffff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: /*-0.8*/ 0.5rem;
}

.curriculum .curriculum-list:last-of-type::before {
  content: none;
}

.curriculum .curriculum-title {
  color: #209244;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

li.curriculum-content {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2.4rem;
  margin-bottom: 0.4rem;
}

li.curriculum-content::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #209244;
  left: 0.6rem;
  top: 1rem;
}

li.curriculum-content strong {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}

li.curriculum-content:has(strong) {
  font-size: 1.4rem;
}

li.curriculum-content:not(:has(strong)) {
  font-weight: bold;
}

li.curriculum-content p.note {
  font-size: 1.6rem;
  font-weight: bold;
}


/*講師情報*/
.instructor .instructor-wrapper {
  display: flex;
  gap: 10px;
}

.instructor img {
  width: auto;
  height: 150px;
  padding: 0 3rem;
}

/*.instructor .instructor-info {
  padding: 0 1rem;
}*/

/* 重要事項・備考 */
.important-information li.liststyle01 p {
  margin-bottom: 1.2rem;
}


/* お客様の声 */
/*.user-voice-wrapper {
    display: flex;
    flex-direction: column;
}*/

.user-voice-wrapper {
  width: 100%;
}

/*.user-voice-list {
    display: flex;
    gap: 40px;
}*/

.user-voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
    
}

.user-voice-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /*max-width: 50%;*/
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.user-voice-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.user-voice-icon {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-voice-icon img {
    width: 60px;
    height: 60px;
}

.user-voice-info {
    flex: 1;
    min-width: 0;
}

.user-voice-title,
.user-voice-individual,
.user-voice-text {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.user-voice-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
}

.user-voice-individual {
    font-size: 1.6rem;
    margin: 0;
}

.user-voice-text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}


/* 関連コース */
.related-courses-wrapper {
    width: 100%;
}

.related-courses-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-course-item {
    width: 100%;
}

.related-course-image {
    width: 100%;
    line-height: 0;
}

.related-course-image img {
    display: block;
    width: 100%;
    height: auto;
}

.hidden {
  display: none;
}

/*////////////申込セクション///////////*/
.apply-contents {
  margin: 0 auto !important;
  padding: 2rem !important;
}

.apply-actions-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.apply-contents-explanation {
    margin: 2rem 0;
}


.how-to-apply {
    width: calc(60% - 1.5rem);
    align-content: center;
    padding: 2rem 0;
}

.apply-options {
    width: calc(40% - 1.5rem);
    padding: 2rem;
    background-color: #ffffff;
    font-weight: bold;

}

  .makeshop-option-label,
  .quantity-label {
  font-size: 1.6rem;
  min-width: 100px;
  margin-right: 1rem;
}

.corporate-apply-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3rem;
}

.explanation-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #209244;
  font-weight: bold;
  margin: 0;
}

.explanation-title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #209244;
  border-radius: 50%;
  flex-shrink: 0;
}


.explanation {
    width: calc(60% - 1.5rem);
    border: 1px solid #209244;
    background-color: #ffffff;
    padding: 2rem;
}


.form-area {
  width: calc(40% - 1.5rem);
}



.myself-apply-wrapper .explanation {
    width: 100%;
}

.cart-button-wrapper {
    text-align: center;
}

.corporate,
.myself {
  display: none;
}

#corporate-type,
#myself-type {
  font-size: 2rem;
}


.area:has(#corporate-type:checked) .corporate {
  display: block;
}

.area:has(#myself-type:checked) .myself {
  display: block;
}

/*3/16以降追加*/
.nameprint-wrap {
    background-color: #ffffff;
    padding: 2rem;
}

.nameprint-text input {
  margin: 1rem auto;
  letter-spacing: unset;
}

.nameprint-title {
  color:#209244;
  font-size:1.6rem;
}

.nameprint-total annotation,
.nameprint-wrap span.annotation {
  font-size:1.4rem;
}

/*3/16以降追加*/



/*////////////レスポンシブ対応///////////*/
@media print, screen and (max-width: 930px) {

    .course-detail-item .sample{
        gap:20px;
        align-items: unset;
        justify-items: left;
    }

    .course-detail-item .sample li{
        margin-bottom: 1rem;
    }

    .price-icon-wrapper {
        display: block;
        align-items: unset;
        justify-items: left;
    }

    .price {
        margin-bottom: 1rem;   
    }

    .feature-icon {
        flex-wrap: wrap;
        justify-content: center;
}

    .price-icon-wrapper .feature-icon li {
        margin-bottom: 0.5rem;
} 






}/*@media print, screen and (max-width: 930px) END*/


@media print, screen and (min-width: 929px) {
    .apply-contents {
    max-width: 1240px;
  }
}/*@media print, screen and (min-width: 929px) END*/


@media (max-width: 768px) {
    /*.testimonial-row {
        flex-direction: column;
    }
    
    .half-width {
        width: 100%;
    }
    
    .related-course-item {
        width: calc(50% - 10px);
    }*/

   /*コース詳細（上部写真付）*/
    .course-detail-item-wrapper {
    width: 100%;
  }

    .course-detail-item {
        display: block;
        width: 100%;
        /*box-sizing: border-box;*/
    }

    .course-detail-media {
        display: block;
        width: 100%;        
    }

    .course-detail-item .sample{
        margin-bottom: 1rem;
        text-align: center;
    }

    .course-detail-content {
        width: 100%;
        /*box-sizing: border-box;*/
        padding-left: unset;
        border-left: none;
    }

    .course-detail-content .course-detail-info .item {
      justify-content: flex-start;
      font-size: 1.4rem;
    }

    .price-icon-wrapper {
      justify-items: center;
    }
  
    .feature-icon {
      margin-bottom: 1.5rem;
    }

  .course-detail-buttons {
    display: block;
    align-items: center;
    justify-items: center;
  }

  .course-detail-buttons .course-detail-anchor-link,
  .course-detail-buttons .inquiry {
    width: 80%;
    margin-bottom: 2rem;
  }

     /*コース情報*/
    .course-syllabus-wrapper {
        display: block;
    }

    .course-syllabus {
        max-width: 100%;
    }

    .instructor .instructor-wrapper {
        display: block;
    }

    .instructor-wrapper img{
        margin-bottom: 1rem;
    }

    .curriculum {
        max-width: 100%;
    }

    /*カリキュラム*/
    .curriculum .curriculum-list::after {
      top:6px;
    }

    /*お客様の声*/
    .user-voice-wrapper {
        display: flex;
        flex-direction: column;
    }

    .user-voice-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .user-voice-card {
        /*display: flex;
        flex-direction: column;*/
        width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .user-voice-header {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        align-items: center;
        margin-bottom: 4px;
    }

    .user-voice-icon {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .user-voice-icon img {
        width: 60px;
        height: 60px;
        display: block;
    }

    .user-voice-info {
        width: 100%;
        min-width: 0;
    }

    .user-voice-title {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 0 0 8px;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .user-voice-individual {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .user-voice-text {
        font-size: 1.6rem;
        line-height: 1.7;
        margin: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /*関連コース*/
        .related-courses-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /*お申込み*/
    .apply-actions-wrapper {
        display: block;
        margin-bottom: 5rem;
    }

    .apply-contents-explanation {
        margin-bottom: 2rem;
    }

    .how-to-apply {
        width: 100%;
        margin-bottom: 2rem;       
    }

    .apply-options {
        width: 100%;       
    }

    .corporate,
    .myself {
      margin-bottom: 2.5rem;
    }

    .corporate-apply-wrapper {
      display: block;
    }

    .explanation {
      width: 100%;
      margin-bottom: 5rem;
    }

    .form-area {
      width: 100%;
    }


}/*@media (max-width: 768px) END*/

@media (max-width: 480px) {
    .testimonial {
        flex-direction: column;
    }
    
    .testimonial-icon {
        margin-bottom: 15px;
    }
    
    .related-course-item {
        width: 100%;
    }
}