.common-title__h2 {
	padding-left: 15px;
    color: #fff;
    font-size: 2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.common-title__h2--roma {
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    margin-top: 0.2604166667vw;
    text-align: center;
}
.common-title {
    margin-bottom: 20px;
}
a:hover .title{
    color: #1cb5da !important;
}
@media screen and (max-width: 767px) {
    #schedule{
        padding-top: 204px;
    }
    #time_head{
        top: 75px !important;    
    }
    .common-title__h2{
        font-size: 18px;
    }
    .common-title__h2--roma{
        font-size: 15px !important;
    }
}