<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#global-wrap .content-section.content-info .info-content{
    max-width: 60%;
}

/* PC繧ｿ繝悶Ξ繝�ヨ逕ｨ繧ｹ繧ｿ繧､繝ｫ */
@media screen and (min-width: 768px) {
    #global-wrap .content-section.content-info .info-image{
        max-width: 40%;
        margin-right: 2%;
    }
    #global-wrap .content-section .content-table tr.row td{
        width: 25%;
    }
}

/* 繧ｹ繝槭�逕ｨ繧ｹ繧ｿ繧､繝ｫ */
@media screen and (max-width: 767px) {
    #global-wrap .content-section.content-info .info-content{
        max-width: 100%;
    }
    /* 繧ｹ繝槭�縺ｮ縺ｿ霑ｽ蜉� */
    #global-wrap .content-section .content-table tr.row td.info:before{
        content:"莨∵･ｭ隕句ｭｦ��";
    }
    #global-wrap .content-section .content-table tr.row td.exp:before{
        content:"閨ｷ蝣ｴ菴馴ｨ難ｼ�";
    }
    #global-wrap .content-section .content-table tr.row td.lecture:before{
        content:"閨ｷ讌ｭ隰幄ｩｱ��";
    }
}


@media screen and (min-width: 768px) and (max-width: 911px) {
    #global-wrap .content-section .content-table tr.row.petition td {
        padding: 0 2px;
    }

    .request-button {
        width: 90%;
        text-align: left;
        padding-left: 0.5rem;
    }
}

@media screen and (min-width: 912px) and (max-width: 1023px) {
    #global-wrap .content-section .content-table tr.row.petition td {
        padding: 0 2px;
    }

    .request-button {
        width: 80%;
        text-align: left;
        padding-left: 10%;
    }
}

@media screen and (min-width: 1024px) {
    .request-button {
        width: 80%;
    }
}
</pre></body></html>