table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid black;
    /* width: 20%; */
    padding: 8px !important;
}

.course_system a {
    color: #000;
}

.btn {
    position: relative;
    /* display: block; */
    padding: 19px 40px;
    margin: 40px auto 0;
    max-width: 315px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url("../img/common/ico_arrow02.png") no-repeat right 20px center / 14px;
    background-color: #64ca81;
    box-shadow: 3px 3px #3b9d57;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 15px;
}

.btn:hover {
    background-color: #3b9d57;
    box-shadow: none;
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    .course_system dfn {
        font-style: italic;
        font-size: 11.5px;
    }
    .table-trainings{
        margin-top: -35px;
    }
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 0.4rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-0-5 {
    margin-bottom: 0.5rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-5 {
    margin-bottom: 5rem !important;
}

.mb90 {
    margin-bottom: 90px;
}

.px-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.info-link {
    margin: 45px 0 0 0;
    width: 100%;
}

.elearning .elearning-new {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 16px;
}

.elearning .elearning-new.elearning-new__column2,
.elearning .elearning-new.elearning-new__column3 {
    justify-content: start;
}

.elearning .elearning-new__item {
    width: calc((100% - 16px * 2) / 3);
    max-width: 680px;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.05),
        0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.elearning-new__head {
    padding: 16px 24px 8px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elearning-new__body {
    padding: 8px 24px 16px !important;
}

.elearning-new__foot {
    padding: 16px 24px !important;
    border-top: 1px solid #f1f5f9;
}

.elearning .elearning-new__date {
    color: #1f3784;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.elearning .elearning-new__actions {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.elearning .elearning-new__link {
    position: relative;
    display: block;
    width: fit-content;
    background-color: #e93223;
    border: 1px solid #e93223;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 18px;
}

.elearning .elearning-new__link:hover {
    background-color: #fff;
    color: #e93223;
}

.elearning .elearning-new__modal-button {
    font-size: 13px;
    position: relative;
    display: block;
    width: fit-content;
    background-color: #1f3784;
    border: 1px solid #1f3784;
    color: #fff;
    transition: all 200ms;
    padding: 10px 18px;
}

.elearning .elearning-new__modal-button:hover {
    color: #1f3784;
    background-color: #fff;
}

.elearning .elearning-new__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0f1729;
    display: flex;
    align-items: center;
}

.elearning .elearning-new__movie {
    border-radius: 0.375rem;
    overflow: hidden;
}

.elearning .elearning-new__movie img {
    width: 100%;
}

.float-left {
    float: left !important;
}


@media (max-width: 1240px) {
    .elearning .elearning-new {
        width: calc(309px + 16px + 309px);
        margin-inline: auto;
    }

    .elearning .elearning-new .elearning-new__item {
        width: 309px;
        margin-top: 0;
    }
}

@media (max-width: 660px) {
    .elearning .elearning-new.elearning-new__column2,
    .elearning .elearning-new.elearning-new__column3 {
        justify-content: center;
    }

    .elearning .elearning-new.elearning-new__column2 .elearning-new__item,
    .elearning .elearning-new.elearning-new__column3 .elearning-new__item {
        width: 100%;
        max-width: 310px;
    }

    .elearning .elearning-new__title {
        font-size: 14px;
    }

    .elearning .elearning-new__link,
    .elearning .elearning-new__modal-button {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .elearning .elearning-new {
        width: 100%;
    }

    .elearning .elearning-new__actions {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
@media (max-width:400px) {
    .manual-text {
        font-size: 14px !important;
    }
}
@media (max-width:376px) {
    .manual-text {
        font-size: 13px !important;
    }
}
.elearning .elearning-modal__comment {
    font-size: 12px;
    padding-top: 16px;
    position: relative;
    display: none;
}

.elearning .elearning-modal__comment > * + * {
    margin-top: 1em;
}

.elearning .elearning-modal__comment.is--hidden {
    overflow: hidden;
}

.elearning .elearning-modal__comment.is--hidden::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #fff);
}

.elearning .elearning-modal__files {
    padding-top: 32px;
    display: none;
}

.elearning .elearning-modal__files-list {
    padding: 18px 24px;
    font-size: 12px;
}

.elearning .elearning-archive__box {
    border-radius: 0.75rem;
    box-shadow: 0 0 0 1px rgb(15 23 42 / 5%), 0 20px 25px -5px rgb(0 0 0 / 10%),
        0 8px 10px -6px rgb(0 0 0 / 10%);
}

.elearning .elearning-archive__item.is--hidden {
    display: none;
}

.elearning .elearning-archive__item {
    padding: 40px;
}

.elearning .elearning-archive__item + .elearning-archive__item {
    border-top: 1px solid #e7e7e7;
}

.elearning .elearning-archive__item .scnd-contents-box-body-afterword {
    padding-top: 16px;
}

.elearning .elearning-archive__item .scnd-download-ul {
    padding: 8px 16px;
    font-size: 12px;
}

.elearning .elearning-archive__item .scnd-download-ul-li {
    padding: 10px 0 10px 2.5em;
}

.elearning .elearning-archive__body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.elearning .elearning-archive__detail p {
    text-indent: 0;
}

.elearning .elearning-archive__thumbnail {
    width: 240px;
}

.elearning .elearning-archive__thumbnail-inner {
    border-radius: 0.375rem;
    overflow: hidden;
}

.elearning .elearning-archive__thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.elearning .elearning-archive__link {
    position: relative;
    margin-top: -1.6em;
    display: block;
    width: fit-content;
    margin-inline: auto;
    background-color: #e93223;
    border: 1px solid #e93223;
    color: #fff;
    padding: 10px 18px;
    text-align: center;
}

.elearning .elearning-archive__link:hover {
    background-color: #fff;
    color: #e93223;
}

.elearning .elearning-archive__detail {
    width: calc(100% - 190px - 16px);
}

.elearning .elearning-archive__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0f1729;
    display: flex;
    align-items: center;
}

.elearning .elearning-archive__comment > * + * {
    margin-top: 1em;
}

.elearning .elearning-archive__detail {
    transition: all 200ms;
    display: block;
    overflow: hidden;
    position: relative;
}

.elearning .elearning-archive__detail.is--hidden {
    max-height: 200px;
}

.elearning .elearning-archive__detail .comment-readmore-overlay,
.elearning .elearning-archive__detail .comment-readmore-btn {
    display: none;
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-overlay {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to top,
        rgba(255 255 255 / 100%),
        rgba(255 255 255 / 60%) 30%,
        transparent
    );
}

.elearning .elearning-archive__detail.is--hidden .comment-readmore-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #1f3784;
    border: 1px solid #1f3784;
    border-radius: 0.375rem;
    padding: 0.7692307692em 1.3846153846em;
    transition: all 200ms;
    display: inline-block;
    width: fit-content;
    font-size: 11px;
    font-weight: bold;
}

.elearning .elearning-archive__files {
    border: 1px solid #e2e8ec;
    background-color: #f8fafc;
    border-radius: 0.375rem;
    padding: 24px;
}

.elearning .elearning-archive__files-item + .elearning-archive__files-item {
    margin-top: 0.25em;
}

.elearning .elearning-archive__files-item .pdf {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .pdf::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/icon_pdf.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__files-item .excel {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .excel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/icon-excel.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__files-item .word {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning .elearning-archive__files-item .word::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/icon-word.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-archive__pagination {
    border-top: 1px solid #e7e7e7;
    padding: 32px 40px;
}

@media (max-width: 768px) {
    .elearning-archive__box {
        max-width: 460px;
        margin-inline: auto;
    }

    .elearning .elearning-archive__list {
    }

    .elearning .elearning-archive__body {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .elearning .elearning-archive__item {
        padding: 24px;
    }

    .elearning .elearning-archive__item + .elearning-archive__item {
        margin-top: 16px;
    }

    .elearning .elearning-archive__body a {
        gap: 8px;
    }

    .elearning .elearning-archive__detail {
        width: 100%;
    }
}

.elearning.elearning-modal.is--hidden {
    display: none;
}

.elearning.elearning-modal {
    position: fixed;
    inset: 0;
    padding: 16px;
    z-index: 100000;
}

.elearning .elearning-modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.3);
}

.elearning .elearning-modal__item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    overflow: hidden;
    position: relative;
    top: 80px;
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 160px);
    max-width: 592px;
    margin-inline: auto;
    z-index: 1000000;
    transition: all 200ms;
    text-align: left;
    font-size: 14px;
}

.elearning .elearning-modal__header {
    padding: 16px 32px 16px;
    background-color: #3b82f1;
    font-size: 20px;
    color: #fff;
}

.elearning .elearning-modal__body {
    overflow: auto;
    max-height: calc(100vh - 160px);
}

.elearning.elearning-modal .elearning-new__head {
    padding: 48px 56px 8px !important;
}

.elearning.elearning-modal .elearning-new__body {
    padding: 8px 56px 16px !important;
}

.elearning.elearning-modal .elearning-new__foot {
    border-top: 0px;
}

.elearning.elearning-modal .elearning-modal__comment {
    padding: 16px 56px !important;
}

.elearning.elearning-modal .elearning-modal__files {
    display: block;
    padding: 0px 56px 16px !important;
}

.elearning.elearning-modal .elearning-modal__files-inner {
    border: 1px solid #e2e8ec;
    background-color: #f8fafc;
    border-radius: 0.375rem;
}

.elearning.elearning-modal
    .elearning-modal__files-item
    + .elearning-modal__files-item {
    margin-top: 0.25em;
}

.elearning.elearning-modal .elearning-modal__files-item .pdf {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .pdf::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon_pdf.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning.elearning-modal .elearning-modal__files-item .excel {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .excel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-excel.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning.elearning-modal .elearning-modal__files-item .word {
    display: flex;
    gap: 0.25em;
    font-weight: bold;
}

.elearning.elearning-modal .elearning-modal__files-item .word::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: url(../images/common/icon-word.png) no-repeat 0 0 / contain;
    flex-shrink: 0;
}

.elearning .elearning-modal__body .elearning-new__modal-button {
    display: none;
}

.elearning .elearning-modal__comment-inner {
    font-size: 14px;
    color: #0f1729;
    word-break: break-all;
}

.elearning .elearning-modal__footer {
    /* border-top: 1px solid #e7e7e7; */
    padding: 32px 32px 32px;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255 255 255 / 0.8);
}

.elearning .elearning-modal__closebtn {
    width: fit-content;
    background-color: #9e9e9e;
    border-radius: 0.375rem;
    padding: 10px 18px;
    display: block;
    color: #fff;
    margin-inline: auto;
    cursor: pointer;
    font-size: 13px;
}

.elearning.elearning-modal .elearning-modal__comment {
    display: block;
}

@media (max-width: 768px) {
    .elearning.elearning-modal .elearning-new__head {
        padding: 16px 24px 8px !important;
    }

    .elearning.elearning-modal .elearning-new__body {
        text-align: center;
        padding: 8px 24px 16px !important;
    }

    .elearning.elearning-modal .elearning-modal__comment {
        padding: 16px 24px !important;
    }

    .elearning .elearning-modal__footer {
        padding: 24px;
    }

    .elearning .elearning-modal__closebtn {
        font-size: 12px;
    }
}
.systemLink .manual-text {
    font-size: 15px;
}
/* ul.systemLink li a.manual-text:after {
    top: 2px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../../asset/front/img/common/ico_arrow01.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    right: -10px;
    padding-left: 10px;
} */
ul.systemLink li a.manual-text::before {
    top: 7px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 32px;
    background-image: url("../../../asset/front/img/common/PDF_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 8px;
}
.systemLink .member-list-text{
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* ul.systemLink li a.member-list-text::after {
    top: 7px;
    background-image: url("../../../asset/front/img/common/PDF_icon.png");
    width: 30px;
    height: 32px;
} */

.btn-download-success {
    white-space: nowrap;
    background-color: #64ca81;
    border: 1px solid #64ca81;
    border-radius: 30px;
    font-size: 11px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    color: #fff;
    padding: 3px 8px;
}

.btn-download-fail {
    white-space: nowrap;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    font-size: 11px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    color: #fff;
    padding: 3px 8px;
}

.white-space-nowrap {
    white-space: nowrap;
}
.min-w-200px {
    min-width: 200px;
}

@media only screen and (min-width: 320px) {
    .img-80 {
        width: 80% !important;
        margin-bottom: 0;
    }

    .section-pb0 {
        padding-bottom: 0 !important;
    }

    h3.ttlCenter {
        width: 100%;
        white-space: normal;
        line-height: 35px;
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 15px 5px !important;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 24px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1024px) {
    .img-80 {
        width: 80% !important;
        margin-bottom: 90px !important;
    }

    h3.ttlCenter {
        width: fit-content;
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px !important;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1023px) {
    .img-80 {
        width: 80% !important;
        margin-bottom: 90px !important;
    }

    h3.ttlCenter {
        width: fit-content;
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px !important;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1400px) {
    .img-80 {
        width: 80% !important;
        margin-bottom: 90px !important;
    }

    h3.ttlCenter {
        width: fit-content;
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px !important;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
    }
}

.application-bnr_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.application-bnr_item {
  text-align: center;
}

.application-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  margin: 0 auto;
}

.application-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.application-img-wrap::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.application-img-wrap:hover::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .btn {
    display: block;              
    width: 100%;                
    max-width: none;              
    margin: 10px 0 0 0;           
    padding: 12px 30px;           
    font-size: 13px;              
    background-position: right 12px center;
    background-size: 12px;
    border-radius: 25px;
    box-shadow: 2px 2px #3b9d57;
  }
}

/* スマホ画面で縦並びに変更 */
@media (max-width: 767px) {
  .application-bnr_list {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .application-img-wrap {
    max-width: 100%;
  }
  .btn {
    padding: 10px 16px;          
    font-size: 11px;
    background-position: right 10px center;
    border-radius: 20px;
    box-shadow: none;          
  }
}
