/*　for smartphone & ALL　*/

.point{
    font-size: 1.3em;
    margin-right: 0.3em;
}
.kigou{
    font-size: 0.8em;
}

.six_schedule li{
    list-style: none;
}
.option{
    display: none;
}
.option2{
    display: none;
}


.six_schedule li:first-child{
    font-size: 2em;
}
.general,.student,.outside{
    display: inline-block;
    font-size: 0.4em;
    letter-spacing: 0.04em;
    margin-left: 1.3em;
    color: #ffffff;
    border-radius: 3px;
    padding: 0px 0.5em;
    /*
    width: 14em;
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
     */
}
.general{background-color: rgb(143, 160, 121);}
.student{background-color: rgb(173, 154, 121);}
.outside{background-color: rgb(121, 144, 160);}

.time span,.expenses span,.place span{
    display: inline-block;
    width: 7em;
    padding-right: 1em;
    font-size: 0.8em;
    /*
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
    */
    }

/*　for smartphone----------------------------------------------------------------------------------------　*/
@media screen and (max-width:767px) {

    h3{
        width: 60vw;
        text-align: center;
        margin-left: calc(20vw - 10px);
        margin-top: -10px;
    }

    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    .six_schedule{
        clear: both;
        margin-bottom:20px;
        padding-top: 10px;
    }
    .six_schedule ul{
        margin-bottom: 20px;
    }
    
    #info_load{
        margin-bottom: 40px;
     }

}

/* for pad-------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {


    .contents_grid section:last-child{
        border: none;
    }

    section{
        margin-bottom: 40px;
        border-bottom:dashed thin #999999;
    }

    

    .six_schedule{
        clear: both;
        margin-bottom:30px;
        padding-top: 25px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,auto);
        gap: 20px;
        row-gap: 20px;
    }

    #info_load{
       margin-bottom: 40px;
    }

 
}

/*　for PC---------------------------------------------------------------------------------------------------　*/
@media screen and (min-width:1025px) {

    .contents_grid{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 20px;
        row-gap: 30px;
    }
    .info{
        grid-column: 1/6;
        grid-row: 1;
    }
    .three{
        grid-column:6/11;
        grid-row: 1;
    }
    .schedule{
        grid-column: 1/11;
        grid-row: 2;
        border-top:dashed thin #999999;
        border-bottom:dashed thin #999999;
    }
    .six_schedule{
        clear: both;
        margin-bottom:30px;
        padding-top: 30px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(2,auto);
        gap: 20px;
        row-gap: 20px;
    }
    .greeting{
        grid-column: 1/7;
        grid-row: 3;
    }
    .cd_sale{
        grid-column: 7/11;
        grid-row: 3;
    }

    #info_load{
        display: block;
        width: 98%;
        height: 340px;
        overflow-x: hidden;
        overflow-y: auto;
    }

}