<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.main_wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.main_wrapper .normal_txt {
    font-size: 16px;
    color:  #444;
    line-height: 1.6;
}

.mt_20 {
    margin-top: 20px!important;
}
a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover {
    opacity: .8;
}
/*================================================
トップコンテンツ　end
 ================================================*/
.top_con {
    padding: 120px 0 40px;
    text-align: center;
    box-sizing: border-box;
}
.top_con img {
    width: 100%;
    margin-bottom: 40px;
}
.top_con h2 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
}
/*large*/
@media (min-width: 600px) {
.top_con {
    padding: 120px 0 60px;
}
.top_con h2 {
    font-size: 22px;
}
    }
/*large end*/

/*================================================
トップコンテンツ　end
 ================================================*/

/*================================================
概要
 ================================================*/
.tougaku_conA {
    text-align: center;
    padding: 40px 0;
}
.tougaku_conA h3 {
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    padding: 15px;
    background: #00A9E4;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
    width: 80%;
    max-width: 340px;
    letter-spacing: .15em;
}
.tougaku_conA .main_ttl {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.8;
}
.tougaku_conA a.link_txt {
    color: #29ABE2;
    text-decoration: underline;
}
.tougaku_conA a.link_txt:hover {
    text-decoration: none;
}
/*large*/
@media (min-width: 600px) {
.tougaku_conA {
    padding: 80px 0;
    }
.tougaku_conA h3 {
    font-size: 34px;
    }
.tougaku_conA .main_ttl {
    font-size: 22px;
    }
}
/*large end*/

/*================================================
概要　end
 ================================================*/

/*================================================
上映作品
 ================================================*/
.tougaku_conB {
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
}
.tougaku_conB h3 {
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    padding: 15px;
    background: #00A9E4;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
    width: 80%;
    max-width: 340px;
    letter-spacing: .15em;
}
.tougaku_conB .sub_ttl {
    font-size: 5vw;
    color:  #00A9E4;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #00A9E4;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
}
.tougaku_conB .contest_ttl {
    font-size: 18px;
    color: #00A9E4;
    line-height: 1;
    padding: 10px;
    border: 1px solid #00A9E4;
    margin-bottom: 40px;
    letter-spacing: .15em;
    text-align: left;
/*    background: #CCEDF9;*/
}
.tougaku_conB .contest_ttl.tougaku_sub_ttl {
    color:  #1EB0BC;
    border: 1px solid #00A9E4;
}
.tougaku_conB .work_flex {
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin: 40px 0;
}
.tougaku_conB .work_tmb {
    margin-bottom: 20px;
}
.tougaku_conB .work_tmb img {
    width: 100%;
}
.tougaku_conB .work_award {
    color: #333;
    font-size: 16px;
    /*background: #FFF2CC;*/
    background: #CCEDF9;
    padding: 6px 10px;
    margin-bottom: 10px;
/*    border: 1px solid #00A9E4;*/
}
.tougaku_conB .work_ttl {
    font-size: 20px;
    color: #00A9E4;
    font-weight: bold;
    margin-bottom: 4px;
}
.tougaku_conB .work_name {
    font-size: 16px;
    color: #00A9E4;
    margin-bottom: 4px;
}
.tougaku_conB .work_explanation {
    font-size: 14px;
    color: #00A9E4;
    margin-bottom: 30px;
}
.tougaku_conB .work_dec {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tougaku_conB .work_synopsis {
    width: 65%;
    margin-right: 5%;
    text-align: left;
}
.tougaku_conB .work_director {
    width: 30%;
}
.tougaku_conB .work_director img {
    width: 100%;
}
/*東学祭セレクト*/
.tougaku_conB .sub_ttl.tougaku {
    color: #1EB0BC;
    border-bottom: 3px solid #1EB0BC;
}
.tougaku_conB .tougaku .work_award {
    background: #FFD9A0;
}
.tougaku_conB .tougaku .work_ttl {
    color: #1EB0BC;
}
.tougaku_conB .tougaku .work_name {
    color: #1EB0BC;
}
.tougaku_conB .tougaku .work_explanation {
    color: #1EB0BC;
}
.tougaku_conB .work_flex.tougaku.last{
    padding-bottom: 0;
    border-bottom: none;
    margin: 40px 0;
}

/*large*/
@media (min-width: 600px) {
.tougaku_conB {
    padding: 80px 0;
    }
.tougaku_conB h3 {
    font-size: 34px;
    }
.tougaku_conB .sub_ttl {
    font-size: 22px;
    }
.tougaku_conB .contest_ttl {
    font-size: 18px;
    }
.tougaku_conB .work_flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.tougaku_conB .work_tmb {
    width: 45%;
    margin-right: 4%;
    }
.tougaku_conB .work_box {
    width: 51%;
    text-align: left;
    }
.tougaku_conB .work_synopsis {
    width: 75%;
    margin-right: 3%;
    }
.tougaku_conB .work_director {
    width: 22%;
    }

}
/*large end*/

/*================================================
上映作品　end
 ================================================*/

/*================================================
誘導
 ================================================*/
.tougaku_conE {
    background: #F0F2F6;
    text-align: center;
    padding: 80px 0;
}
.tougaku_conE .large_txt {
    font-size: 4vw;
    color:  #444;
    margin-bottom: 40px;
}
.tougaku_conE .link_btn {
    width: 100%;
    max-width: 400px;
}
.tougaku_conE .link_btn a {
    width: 90%;
    background: #12336E;
    height: 50px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    box-shadow: 5px 9px 8px -6px rgba(0,0,0,0.6);
    box-sizing: border-box;
    margin-bottom: 30px;
}
.tougaku_conE .link_btn.fff_btn a {
   background: #00A9E4;
}
.tougaku_conE .link_btn.tougaku_btn a {
   background: #1EB0BC;
}
/*large*/
@media (min-width: 600px) {
.tougaku_conE {
    padding: 100px 0;
}
.tougaku_conE .large_txt {
    font-size: 24px;
    margin-bottom: 40px;
}
.tougaku_conE .btn_flex_area {
    display: flex;
    justify-content: center;
    }

}
/*large end*/

/*================================================
誘導　end
 ================================================*/


/*================================================
フッター
 ================================================*/
footer {
    background: #00A9E4;
    text-align: center;
    padding: 80px 0;
}
footer h2 {
    font-size: 6vw;
    color:  #fff;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: bold;
}
footer p {
    color: #fff;
    font-size: 16px;
}
footer p a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.copyright {
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    background: #000;
    text-align: center;
}
/*large*/
@media (min-width: 600px) {
    footer h2 {
        font-size: 32px;
    }
}

/*司会者情報*/
.info_flex {
    margin-top: 40px;
}
.left_ph {
    width: 100%;
    margin-bottom: 20px;
}
.right_txt {
    width: 100%;
    text-align: left;
}
.right_txt &gt; .main_txt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}
.right_txt &gt; .main_txt span {
    font-weight: bold;
    font-size: 20px;
}
/*large*/
@media (min-width: 600px) {
.info_flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.left_ph {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 0;
}
.right_txt {
    width: calc(100% - 170px);
    text-align: left;
}
}
</pre></body></html>