@charset "UTF-8";
#msInfo .content__box{
    padding: 30px 0 0 0;
}

#msIngo .top-info .box{
    width: 50%;
}

#msInfo .top-info .left__box p{
    font-size: 3.0rem;
}

#msInfo .search-form input{
    width: 200px;
    padding: 10px 20px;
    font-size: 2.0rem;
    display: block;
    border-radius: 6px 0 0 6px;
    border: 1px solid #266db6;
}

#msInfo .search-form .search-btn{
    width: 100px;
    padding: 10px 20px;
    font-size: 2.0rem;
    display: block;
    border-radius: 0 6px 6px 0;
    background-color: #266db6;
    color: #ffffff;
}

#seminar{
    background-color: #e4e8f5;
}

#seminar .seminar-container{
    justify-content: flex-start;
}

#seminar .seminar__box{
    background-color: #ffffff;
    margin: 12px;
    max-width: 279px;
    padding: 10px 20px;
    border-radius: 8px;
}

#seminar .seminar__box .seminar__box__top .group-name{
    font-size: 1.8rem;
}

#seminar .seminar__box .topbox .topbox__left{
    width: 50%;
    padding: 10px 0;
}

#seminar .seminar__box .topbox .topbox__left .month{
    font-size: 2.4rem;
    position: relative;
    padding-left: 10px;
}

#seminar .seminar__box .topbox .topbox__left .month::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    background-color: #000000;
    transform: rotate(-24deg);
}

#seminar .seminar__box .topbox .topbox__left .day{
    font-size: 5.0rem;
    padding-right: 10px;
}

#seminar .seminar__box .topbox .topbox__left .time{
    font-size: 1.8rem;
}

#seminar .seminar__box .topbox .topbox__right{
    width: 50%;
}

#seminar .seminar__box .topbox .topbox__right img{
    padding: 6px;
}

#seminar .seminar__box .topbox .topbox__right img:nth-of-type(1){
    width: 70%;
}

#seminar .seminar__box .topbox .topbox__right img:nth-of-type(2){
    height: 110px;
    object-fit: contain;
}

#seminar .seminar__box .seminar-table{
    border-collapse: separate;
    border-spacing: 0px 8px;
}

#seminar .seminar__box .seminar__box__bottom{
    border-top: 1px solid #3e3a39;
}

#seminar .seminar__box__top .topbox__right .dp-flex{
    flex-direction: column;
}

#seminar .seminar__box .seminar-table th{
    color: #ffffff;
    background-color: #266db6;
    text-align: center;
    width: 66px;
}

#seminar .seminar__box .seminar-table td{
    padding: 0 0 0 6px;
}

#calendar{
    background-color: #e4e8f5;
    padding: 50px 0;
}

#calendar .content-wrapper-guest{
    max-width: 1020px;
}

#calendar .calendar__box{
    width: 48%;
    padding: 10px 0;
    background-color: #ffffff;
    border-radius: 10px;
}

#calendar .caption-top{
    font-size: 5.4rem;
    padding: 0 20px;
}

#calendar .caption-top span{
    font-size: 2.8rem;
}

#calendar .calendar-cell {
    /* border: 1px solid #ccc;  */
    text-align: center; 
}

#calendar .calendar-cell.day {
    color: #727171;
}

#calendar .highlighted_day{
    background-color: #edf0f8;
    border-radius: 50%;
}

#calendar .calendar-cell.sunday {
    /* background-color: #ffe0e0; */
}

#calendar .calendar-cell.saturday {
    /* background-color: #e0e0ff; */
}

#calendar .calendar-header {
    background-color: #8ca2d3;
    color: #ffffff;
}

#calendar .ms-table{
    /* table-layout: fixed;
    border-collapse: collapse;
    border: 3px solid #bababa; */
}

#calendar .calendar-table th{
    height: 35px;
}

#calendar .calendar-table td{
    height: 55px;
    min-height: 55px;
    vertical-align: middle;
}

#comMsg .content-wrapper-guest{
    height: 300px;
}

#comMsg p{
    font-size: 3.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 730px;
}

#comMsg p:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #797878;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#greeting{
    background-color: #e4e8f5;
    padding: 30px 10px;
}

#greeting .greeting-title{
    font-size: 2.8rem;
}

#greeting .greeting-text p{
    padding-bottom: 14px;
}

#greeting img{
    width: 220px;
}

#news{
    background-color: #e4e8f5;
    padding: 50px 10px;
}

#news h1{
    text-align: center;
    max-width: 100%;
    padding: 0 0 10px 0;
}

#news .title-en:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #266db6;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#news .news__box{
    max-width: 850px;
    margin: 60px auto 0 auto;
    width: 70%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 30px;
}

#news .news__box button{
    transition: .3s ease-in-out;
    border-radius: 6px;
}

#news .news__box button:hover{
    background-color: #e2e2e2;
}

#news .news__box p{
    font-size: 2.0rem;
    text-align: left;
}

#news .modal-header p{
    margin: 0 auto;
}

#news .modal .modal-body{
    padding: 20px;
    font-size: 2.0rem;
}

#news .modal .modal-footer button{
    font-size: 2.0rem;
}

@media screen and (max-width: 768px){
    #msInfo .content__box .left__box{
        margin: 0 auto;
    }

    #msInfo .content__box .left__box>p{
        font-size: 2.4rem;
        padding-bottom: 10px;
    }

    #msInfo .content__box .right__box{
        margin: 0 auto;
    }

    #seminar .seminar-container{
        justify-content: center;
    }

    #seminar .seminar__box{
        padding: 10px;
        margin: 10px 0;
        min-width: 350px;
        max-width: none;
        width: 75%;
    }

    #seminar .seminar__box .topbox{
        justify-content: center !important;
    }

    #seminar .seminar__box .topbox .topbox__left{
        width: 30%;
    }

    #seminar .seminar__box .topbox .topbox__left .month::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 75%;
        height: 1px;
        background-color: #000000;
        transform: rotate(-24deg);
    }

    #seminar .seminar__box .topbox .topbox__left .day{
        font-size: 4.2rem;
        padding-right: 0;
    }

    #seminar .seminar__box .topbox .topbox__right{
        width: 65%;
    }

    #seminar .seminar__box__top .topbox__right .dp-flex{
        flex-direction: row;
    }

    #seminar .seminar__box__top .topbox__right .dp-flex img:nth-of-type(1){
        width: 40%;
        align-self: flex-start;
    }

    #seminar .seminar__box__top .topbox__right .dp-flex img:nth-of-type(2){
        width: 60%;
    }

    #calendar .calendar__content{
        flex-direction: column;
        justify-content: center;
    }

    #calendar .calendar__content .calendar__box{
        width: 100%;
        margin: 6px 0;
    }

    #comMsg .content-wrapper-guest{
        height: auto;
    }

    #comMsg p{
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
        transform: none;
        padding: 50px 0;
        width: 100%;
    }

    #comMsg p::before{
        bottom: 30px;
    }

    #greeting{
        padding: 20px 0;
    }

    #greeting .greeting-title{
        font-size: 2.0rem;
    }

    #greeting .chairman-img__block{
        margin-top: 30px;
    }

    #greeting .chairman-info p{
        text-align: center;
    }

    #news{
        padding: 20px 0;
    }

    #news .news__box{
        margin: 30px auto 0 auto;
        width: 100%;
        padding: 20px 10px;
    }
    
    #news .news__box p{
        font-size: 1.6rem;
    }
}          