@charset "utf-8";
#pub_1 h3 {
    color: #275AF2;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.6em;
}

#pub_1 p {
    line-height: 1.7em;
    font-size: 16px;
}
#pub_1 ul {
    margin-bottom: 24px;
}
#pub_1 ul li {
    line-height: 1.6em;
}
#pub_1 ul:last-of-type {
    margin-bottom: 0px;
}

.CIEA_2_secound {
    margin-top: 5.38%;
    padding-top: 5.38%;
    border-top: 1px solid #D9D9D9;
}
.pub2_UL1 {
    margin-bottom: 32px;
}

.pub2_UL1 li {
    line-height: 1.6em;
    margin-bottom: 8px;
}
.pub2 .pub2_p1 {
    line-height: 1.7em;
}
.pub2 h3 {
    color: #275AF2;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 24px;
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 10px;
}
.prglm_table_wrap table tbody tr th {
    padding: 16px;
    background-color: #EAEFFD;
    width: 256px;
}
.prglm_table_wrap table tbody tr td {
    padding: 16px;
    background-color: #FFFFFF;
}
.prglm_table_wrap table tbody tr td p {
    line-height: 1.5em;
}

.prglm_table_wrap table tbody tr th p {
    line-height: 1.5em;
}
.prglm_table_wrap table tbody tr th .pub2_sm {
    font-size: 13px;
    text-align: left;
    margin-top: 8px;
    font-weight: 500;
}
.pub2 .prglm_table_wrap table {
    background-color: #D2D2D2;
}
.prgrm_PDF_a {
    display: block;
    width: fit-content;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    background-color: #E7E7E7;
    text-decoration: none;
    /* [disabled]-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.19); */
    /* [disabled]box-shadow: 2px 2px 2px rgba(0,0,0,0.19); */
    border: 3px solid #275AF2;
    margin-top: 24px;
    color: #275AF2;
    font-weight: 600;
}
.pub2 p {
    line-height: 1.7em;
}
.pub2 address p {
    font-style: normal;
    line-height: 2em;
}
.pub2 address {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #DFDFDF;
}
.prgrm_wrap {
    max-width: 1200px;
    margin-left: auto;
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-right: auto;
    background-image: url(../images/usu_blue_sankaku_L_T.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 23.2% auto;
}
.prgrm_wrap ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prgrm_wrap ul li {
    width: 17.54%;
    margin-bottom: 3.07%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3.07%;
}
.prgrm_wrap ul li:nth-child(5n){
    margin-right: 0px;
}
.prgrm_wrap ul li h3 {
    margin-top: 16px;
    color: #275AF2;
    padding-left: 8px;
    border-left-width: 4px;
    border-left-style: solid;

}

.prgrm_wrap ul li img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.21);
    cursor: pointer;
}


/* 🎨 ライトボックスのスタイル（フェードイン対応） */
        .lightbox {
            display: flex;
            opacity: 0;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            text-align: center;
            z-index: 1000;
            pointer-events: none;
            transition: opacity 0.5s ease-in-out;
        }
        .lightbox.show {
            opacity: 1;
            pointer-events: auto;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 80vh;
            border: 5px solid #fff;
            transform: scale(0.8);
            transition: transform 0.4s ease-in-out;
        }
        .lightbox.show img {
            transform: scale(1);
        }
        .lightbox .close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 30px;
            color: white;
            cursor: pointer;
            transition: 0.3s;
        }
        .lightbox .close:hover {
            opacity: 0.7;
        }
