@charset "utf-8";


/*------------------------------------------------------

	common

------------------------------------------------------*/
#page-title { }

/* .report-list article a { text-decoration: none; }
.report-list article .l_col-2-r > div:first-of-type { max-width: 360px; }
.report-list article .l_col-2-r > div:first-of-type .date { color: #fff; background: #665EC0; text-align: center; padding: 9px; font-size: 1.4rem; }
.report-list article .l_col-2-r > div:first-of-type figure { border: 1px solid #665EC0; }
.report-list article .l_col-2-r > div:last-of-type { padding-bottom: 20px; position: relative; }
.report-list article .l_col-2-r > div:last-of-type h3 { color: #665EC0; }
.report-list article .l_col-2-r > div:last-of-type .btn-c { position: absolute; bottom: 0; right: 0; }
.report-list article a:hover .btn-c span { background-color: #F0EAF5; color: #665EC0; } */


.report-list section {}
.report-list section a { text-decoration: none; }
.report-list section .date { color: #fff; background: #665EC0; text-align: center; padding: 9px; font-size: 1.4rem; }
.report-list section .thumbnail {}
.report-list section .thumbnail figure {}
.report-list section .thumbnail figure img {}
.report-list section .title { color: #665EC0; }


@media (min-width: 768px) {
    #page-title { background: url(/campusview/event/images/st_pagetitle.jpg) no-repeat center / cover; }

    /* .report-list article .l_col-2-r > div:last-of-type { padding-top: 40px; }
    .report-list article .l_col-2-r > div:last-of-type h3 { font-size: 2.4rem; margin-bottom: 20px; } */

    .report-list section {}
    .report-list section a {}
    .report-list section .date { margin-bottom: 20px;}
    .report-list section .thumbnail { margin-bottom: 25px;}
    .report-list section .thumbnail figure { margin-left: 20px; margin-right: 20px; }
    .report-list section .thumbnail figure img {}
    .report-list section .title { font-size: 2.4rem; padding: 12px 25px; border-top: 1px solid #665EC0; border-bottom: 1px solid #665EC0;}

}

@media (max-width: 767px) {
    #page-title { background: url(/campusview/event/images/st_pagetitle_sp.jpg) no-repeat center / cover; }

    /* .report-list article .l_col-2-r > div:first-of-type { margin: 0 auto; }
    .report-list article .l_col-2-r > div:last-of-type { padding-top: 20px; }
    .report-list article .l_col-2-r > div:last-of-type h3 { font-size: 1.8rem; margin-bottom: 10px; } */

    .report-list section { border-bottom: 1px solid #665EC0;}
    .report-list section a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 20px; }
    .report-list section a > div:first-child { width: calc(100% - 130px); padding-right: 20px;}
    .report-list section .date { display: inline-block; padding: 5px 10px; margin-bottom: 20px; font-weight: bold;}
    .report-list section .thumbnail { width: 130px;}
    .report-list section .thumbnail figure { height: auto !important;}
    .report-list section .thumbnail figure img {}
    .report-list section .title {}

}




/*------------------------------------------------------

	index

------------------------------------------------------*/

#index.event .contents {} 
#index.event .l_col-index:first-child { }
#index.event .title-f {  display: block; text-align: center; }

#index.event .bg-grad-left::before { background: rgb(163,209,245);
    background: linear-gradient(90deg, rgba(163,209,245,0.6) 0%, rgba(102,94,192,0.6) 100%);}

    #index.event .bg-grad-right::after { background: rgb(163,209,245);
        background: linear-gradient(270deg, rgba(163,209,245,0.6) 0%, rgba(102,94,192,0.6) 100%); }


@media (min-width: 768px) {

    #index.event .contents { /*padding-top: 70px;*/ padding-top: 140px; } 
    #index.event .bg-grad-left::before { top: -70px; }
    #index.event .bg-grad-right::after { bottom: -70px; }

    #index.event .title-f { margin: 0px auto 50px auto; }


}

@media (max-width: 767px) {

    #index.event .contents { /*padding-top: 40px;*/ padding-top: 80px; } 
    #index.event .bg-grad-left::before { top: -30px; }
    #index.event .bg-grad-right::after { top: -30px; }

    #index.event .l_col-index:first-child { margin-bottom: 50px; }
    #index.event .title-f { margin: 0px auto 20px auto;   }
}


/*------------------------------------------------------

	schedule

------------------------------------------------------*/
#event-schedule #oc-schedule > .l_col-2 > ul { border-top: 1px solid #D0D9E3; }
#event-schedule #oc-schedule > .l_col-2 > ul li { border-bottom: 1px solid #D0D9E3; }
#event-schedule #oc-schedule > .l_col-2 > ul li .title-e { border-color: #6FB5CC; margin-bottom: 10px; }
#event-schedule #oc-schedule > .l_col-2 > ul li .date { margin-bottom: 12px; }
#event-schedule #oc-schedule > .l_col-2 > ul li .program { color: #393472; }
#event-schedule #oc-schedule > .l_col-2 > ul li > div { padding: 0 20px; }

#event-schedule .btn-d a { margin: 0 auto; border-bottom: 5px solid #665EC0; text-align: center; }
#event-schedule .btn-d a:after { content: none; }

@media (min-width: 768px) {
    #event-schedule #oc-schedule > .l_col-2 > figure { width: 58.19%; max-width: 640px; }
    #event-schedule #oc-schedule > .l_col-2 > ul { width: calc((100% - 58.19%) - 40px); }
    #event-schedule #oc-schedule > .l_col-2 > ul li { padding: 25px 10px; }
    #event-schedule #oc-schedule > .l_col-2 > ul li .title-e { font-size: 2.2rem; font-size: clamp(2.0rem, 1.55vw, 2.2rem); }

    #event-schedule .btn-d a { max-width: 480px; min-height: 75px; }
}

@media (max-width: 767px) {
    #event-schedule #oc-schedule > .l_col-2 > ul li { padding: 15px 10px; }
    #event-schedule #oc-schedule > .l_col-2 > ul li .date { font-size: 1.4rem; }
    #event-schedule #oc-schedule > .l_col-2 > ul li .program { font-size: 1.4rem; }
}


/*------------------------------------------------------

	report

------------------------------------------------------*/
#event-report .contents > .container > .text { max-width: 720px; margin-right: auto; margin-left: auto; }

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}


/*------------------------------------------------------

	briefing

------------------------------------------------------*/
/* #event-briefing .select-place-wrap {}
#event-briefing .select-place-wrap select#place_id { margin-right: 20px; border: 1px solid #D0D9E3; width: 205px; color: #393472; font-size: 1.6rem; padding: 7px 10px; }
#event-briefing .select-place-wrap button { border: 1px solid #D0D9E3; background: none; color: #393472; font-size: 1.6rem; width: 80px; padding: 5px 10px; vertical-align: middle; }

@media (min-width: 768px) {
    #event-briefing #page-title { background: url(/campusview/event/images/st_pagetitle-briefing.jpg) no-repeat center / cover; }
}
@media (max-width: 767px) {
    #event-briefing #page-title { background: url(/campusview/event/images/st_pagetitle-briefing_sp.jpg) no-repeat center / cover; }
} */
