@charset "utf-8";
/* CSS Document */

/*------------------------

メイン

------------------------*/
.main{
    color: #fff;
    background-color: #0160b0;
    background-image: url(../img/slider-back.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 24px;
}

@media only screen and (min-width: 1280px){
    .main{
        height: 385px;
    }
}
.main .wrap{
    background-color: rgba(5, 26, 79, 0.5);
}
.main .main-text{
    padding-top: 124px;
    padding-left: 34px;
}

@media only screen and (max-width: 1023px){
    .main .main-text{
        padding: 20px;
    }
    .main .main-text br{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .main .wrap{
        width: 320px;
    }
    .main{
        padding-bottom: 0;
        font-size: 16px;
    }
    .main .main-text br.both{
        display: block;
    }
}
/*------------------------

イベントカレンダー・新着情報

------------------------*/

.event .title-wrap,
.news .title-wrap{
    padding-bottom: 20px;
    text-align: center;
    color: #181818;
    background-image: url(../img/title-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 767px){
    .event .title-wrap,
    .news .title-wrap{
        margin-bottom: 0;
        text-align: left;
        background-image: none;
    }
}
.event .title span,
.news .title span{
    display: block;
    margin-top: 5px;
    color: #0053bf;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (max-width: 767px){
    .event .title,
    .news .title{
        float: left;
    }
    .event .title span,
    .news .title span{
        margin-top: 0;
    }
}
.event .title-wrap .list,
.news .title-wrap .list{
    margin-top: -10px;
    margin-right: 15px;
    text-align: right;
}

@media only screen and (max-width: 767px){
    .event .title-wrap .list,
    .news .title-wrap .list{
        margin-right: 0;
        padding-top: 10px;
    }
}
.event .title-wrap .list a,
.news .title-wrap .list a{
    padding: 8px 10px;
    color: #033d7f;
    border-width: 1px;
    border-style: solid;
    border-color: #033d7f;
    border-radius: 14px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .event .title-wrap .list a:hover,
    .news .title-wrap .list a:hover,
    .event .title-wrap .list a:hover i,
    .news .title-wrap .list a:hover i{
        color: #fff;
        background-color: #033d7f;
    }
}
.event .title-wrap .list a i,
.news .title-wrap .list a i{
    margin-left: 5px;
    color: #033d7f;
}
.event .inner,
.news .inner{
    background: #fff;
}
.event .label,
.news .label{
    margin-right: 10px;
    padding: 3px 10px 4px 10px;
    vertical-align: 2px;
    color: #fff;
    border-radius: 0;
    background-color: #c20029;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

/*------------------------

イベントカレンダー

------------------------*/

@media only screen and (max-width: 767px){
    .event{
        margin-bottom: 20px;
    }
}
.month-title{
    padding: 7px 15px;
    color: #0053bf;
    border-left: 4px solid #0053bf;
    background-color: #edeff1;
    font-size: 18px;
    font-weight: 700;
}
.event .table-wrap{
    padding: 20px;
}
.event table{
    margin-bottom: 0;
}
.event table th,
.event table td{
    border-top: 1px solid #d7d9db;
    border-bottom: 1px solid #d7d9db;
}

@media only screen and (max-width: 767px){
    .event table th{
        border-top: 1px solid #d7d9db;
        border-bottom: 1px solid #d7d9db;
    }
    .event table td{
        border-top: 0;
        border-bottom: 0;
    }
}
.event table th{
    width: 85px;
    padding: 10px 0 15px;
    text-align: center;
    border-right: 1px dotted #d7d9db;
}

@media only screen and (max-width: 767px){
    .event table th{
        width: 100%;
        padding: 10px 0;
        border-right: 0;
    }
}
.event table th .year,
.event table th .day,
.event table th .week{
    display: block;
    ;
}
.event table th .year{
    margin-bottom: 0;
    color: #181818;
    font-size: 12px;
}
.event table th .day{
    margin-bottom: 5px;
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}
.event table th .week{
    margin-bottom: 0;
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 767px){
    .event table th .year,
    .event table th .day,
    .event table th .week{
        display: table-cell;
        padding-right: 5px;
    }
}
.event table td{
    padding: 15px 0 15px 20px;
}

@media only screen and (max-width: 767px){
    .event table td{
        padding: 15px 0;
    }
}
.event table td p{
    margin-bottom: 5px;
    color: #c20029;
    font-size: 14px;
    font-weight: 500;
}
.event table td .name{
    margin-bottom: 5px;
    color: #033d7f;
    font-size: 18px;
    font-weight: 700;
}
.event table td .name a{
    color: #033d7f;
}

@media only screen and (min-width: 1025px){
    .event table td .name a:hover{
        color: #c20029;
    }
}
.event table td .date,
.event table td .sponsorship{
    float: left;
}

@media only screen and (max-width: 767px){
    .event table td .date,
    .event table td .sponsorship{
        float: none;
    }
}
.event table td .date,
.event table td .date i{
    color: #565656;
    font-size: 14px;
    font-weight: 700;
}
.event table td .date{
    margin-right: 10px;
}
.event table td .sponsorship{
    color: #565656;
    font-size: 14px;
    font-weight: 700;
}
.event table td .posting-date{
    float: right;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 767px){
    .event table td .posting-date{
        margin-bottom: 10px;
    }
}
/*------------------------

新着情報

------------------------*/
.news .inner{
    padding: 15px;
}
.news ul{
    margin: 0;
}
.news ul li{
    float: left;
    width: 100%;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px dotted #d7d9db;
}
.news .date{
    color: #181818;
    font-size: 14px;
    font-weight: 400;
}
.news .label{
    margin-left: 10px;
    vertical-align: 1px;
}
.news a{
    color: #033d7f;
}

@media only screen and (min-width: 1025px){
    .news a:hover{
        color: #c20029;
    }
}
.news .article-title{
    float: left;
    padding-top: 6px;
}
