@charset "utf-8";
/* CSS Document */

:root {
    --color_01: #fcda94;
    --color_02: #fce8d6;
    --color_03: #FEEDCA;
    --color_04: #FBCB67;
    --color_05: #FEEFD1;
    --color_06: #F7B649;
    --color_07: rgba(204, 222, 105, 0.00);
    --color_08: #f0f4f3;
    --color_09: #F8B862;
    --back_img: url(/department/bijutsu/images/bim_top_pc.webp);
}

/*学科トップページ（卒業生/在学生の声）*/
#body .voice ul li:nth-child(1) a .icon {
    color: #FFFFFF;
}

#body .voice ul li:nth-child(2) a .icon {
    /*color: #FFFFFF;*/
}
/************************************/

#body .info .area ul.license li:before {
    color: #fcda94;
}

#body .department_base>p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#body .department_base .area+h2 {
    margin-top: 40px;
}

#body .department_base .area ul {
    margin: 20px 0 0 0;
    padding: 0;
}
#body .department_base .area .list li {
    margin-left: 1em;
    text-indent: -1em;
}


#body .department_base .area ul li+li {
    margin-top: 0.5em;
}

/***********************************************************/
@media only screen and (min-width:640px) {

    #body .department_base {
        margin-top: 0px;
    }

    #body .department_base>p {
        width: 100%;
    }

    #body .department_base .area ul {
        margin-top: 40px;
    }
}

/***********************************************************/
@media only screen and (min-width:920px) {
    #body .info article.item h3 .table .cell:nth-child(1) {
        width: 17.7174%;
    }
}
/*2025******************************/
.presented_logo {
    background: url(../images/bi10_logo01.svg) center center / cover no-repeat;
}
.fudouin a.button01 {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    height: auto;
    font-size: 1.8rem;
    text-decoration: none;
    margin: 0;
    padding-left: 2.5em;
    aspect-ratio: 310/70;
    width: calc(310/353 * 100%);
}
.fudouin a.button01::before {
    font-size: 1.3rem;
}
.fudouin {
    width: 100%;
    margin: 15px auto 0 auto;
    padding: 30px 3% 0 3%;
    max-width: 1200px;
    border-top: 1px solid #C0C0C0;
}
.fudouin > section {
    margin-top: 40px;
    position: relative;
}
.fudouin > section > .anchor {
    position: absolute;
    left: 0;
    top: -80px;
}
.fudouin > section h2.title {
    display: inline-block;
    font-weight: normal;
    padding-bottom: 0.3em;
    border-bottom: 4px solid #000000;
}
.fudouin > section .body {
    margin-top: 40px;
}
.fudouin > section table.responsive {
    border-bottom: 1px solid #C0C0C0 !important;
    border-collapse: collapse !important;
    width: 100% !important;
}
.fudouin > section table.responsive tr {
    display: block !important;
}
.fudouin > section table.responsive tr>* {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    font-weight: normal !important;
    padding: 1em !important;
    border: 1px solid #C0C0C0 !important;
    border-bottom: 1px none #C0C0C0 !important;
}
.fudouin > section table.responsive tr>th {
    background-color: #F2F1EE !important;
}
.fudouin > section dl.atte {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    row-gap: 1em;
}
.fudouin > section dl.atte > dt::before {
    content: "<";
}
.fudouin > section dl.atte > dt::after {
    content: ">";
}
.fudouin > section dl.apply > dt::before {
    content: "【";
}
.fudouin > section dl.apply > dt::after {
    content: "】";
}
.fudouin > section ul.atte {
    font-size: 1.3rem !important;
}
#fudouin1 { 
    margin-top: 0;
}
#fudouin1 h2 {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
#fudouin1 h2 .forward {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#fudouin1 h2 .presented {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    row-gap: 10px;
    font-weight: normal;
    font-size: 1.3rem;
    margin-top: 20px;
    text-align: center;
}
#fudouin1 h2 .presented div {
    width: 100%;
}
#fudouin1 h2 .presented .presented_logo {
    width: calc(312/353 * 100%);
}
#fudouin2 .body .box {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    row-gap: 20px;
    background-color: #FEF5E1;
    padding: 20px 0 20px 0;
}
#fudouin2 .body .box p {
    width: 100%;
    text-align: center;
}
#fudouin2 .body .box a.button01 {
    background-color: var(--color_04);
}
#fudouin2 .body .box a.button01:hover {
    background-color: #FCDA94;
}
#fudouin3 .body dl {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}
#fudouin3 .body dl > .block {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    padding: 20px;
    background-color: #F4F4F2;
}
#fudouin3 .body dl > .block > dt {
    font-weight: bold;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    line-height: 1.3em;
    border-left: 4px solid var(--color_09);
}
#fudouin3 .body dl > .block > dd {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}
#fudouin4 .body .flex {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#fudouin4 .body .flex > * {
    width: auto;
}
#fudouin5 .body dl.accordion2 {
    margin-top: 40px;
}
#fudouin5 .body ul.pdf_link {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    row-gap: 10px;
}
#fudouin5 .body ul.pdf_link > li {
    display: block;
    width: 100%;
}
#fudouin5 .body dl.apply {
    margin-top: 30px;
}
.application {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
    margin-top: 30px;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}
.application a.button01 {
    background-color: #FFF000;
}
.application a.button01:hover {
    background-color: rgba(255, 240, 0, 0.70);
}
.application a.button01[href^="https://"]:after {
    display: none;
}
@media only screen and (min-width:640px) {
    .fudouin {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .fudouin > section > .anchor {
        top: 0;
    }
    .fudouin > section ul.atte {
        font-size: 1.4rem !important;
    }
    #fudouin5 .body ul.pdf_link {
        margin: 40px 0 0 0;
        row-gap: 20px;
    }
    #fudouin5 .body dl.apply {
        margin-top: 40px;
    }
    .application {
        padding: 50px 0 50px 0;
        margin-top: 50px;
    }
}
@media only screen and (min-width:800px) {
    .fudouin a.button01 {
        aspect-ratio: 480/75;
        width: calc(480/920 * 100%);
        width: 90%;
        max-width: 480px;
    }
    #fudouin1 h2 {
        margin-bottom: 35px;
    }
    #fudouin1 h2 .presented {
        margin-top: 30px;
    }
    #fudouin1 h2 .presented .presented_logo {
        width: calc(590/920 * 100%);
    }
    #fudouin2 .body .box {
        row-gap: 30px;
        padding: 30px 0 30px 0;
    }
    #fudouin4 .body .flex {
        justify-content: flex-start;
        align-items: center;
        column-gap: 20px;
    }
    #fudouin4 .body .flex > .presented_logo {
        width: calc(396/584 * 100%);
    }
}
@media only screen and (min-width:920px) {
    .fudouin > section table.responsive tr {
        display: table-row !important;
    }
    .fudouin > section table.responsive tr>* {
        display: table-cell !important;
    }
    .fudouin > section table.responsive tr>th {
        width: calc(100%/3) !important;
    }
    #fudouin3 .body dl > .block {
        padding: 30px;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    #fudouin3 .body dl > .block > dt {
        width: calc(320/920 * 100%);
    }
    #fudouin3 .body dl > .block > dd {
        width: calc((920 - 320 - 60)/920 * 100%);
    }
    #fudouin5 .body ul.pdf_link > li {
        width: calc(50% - 10px);
    }
}