.ttl-sub{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.info_text{
    margin-bottom: 15px;
}
.programs_block{
    border-radius: 10px;
    background: #F8F0DA;
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 35px 35px;
    box-sizing: border-box;
}
.programsBox table{
    width: 100%;
}
.programsBox table th,
.programsBox table td{
    border: 5px solid #F8F0DA;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
}
.programsBox table thead th{
    background: #F3CE44;
}
.programsBox table tbody th,
.programsBox table tbody td{
    text-align: center;
    vertical-align: middle;
}
.programsBox table tbody th{
    background: #FFFBF0;
}
.programsBox table tbody td{
    background: #fff;
}
.programsBox table thead th:nth-child(1){
    width: 28.5%;
}
.programsBox table thead th:nth-child(2){
    width: 45.5%;
}
.programsBox .text-vertical {
    line-height: 1.35;
}
.programsBox .text-vertical .jp{
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    -o-writing-mode:vertical-rl;
    -ms-writing-mode:vertical-rl;
    -ms-writing-mode:tb-rl;
    -moz-writing-mode:vertical-rl;
    -webkit-writing-mode:vertical-rl;
    text-orientation:upright;
    word-wrap:break-word;
}
.programsBox .text-vertical_sp br{
    display: none;
}
.programsBox .text-vertical .trf{
    display: inline-block;
    transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
    .ttl-sub{
        font-size: 16px;
    }
    .info_text{
        margin-bottom: 10px;
    }
    .programs_block{
        margin: 0 auto 40px;
        padding: 15px 5px;
    }
    .programsBox table th,
    .programsBox table td{
        padding: 4px 3px;
        font-size: 14px;
    }
    .programsBox table thead th:nth-child(1){
        width: 16.3%;
    }
    .programsBox table thead th:nth-child(2){
        width: 52.3%;
    }
    .programsBox .text-vertical,
    .programsBox .text-vertical_sp{
       line-height: 1.2;
    }
    .programsBox .text-vertical_sp br{
        display: block;
    }
    .programsBox .text-vertical_sp .jp{
        writing-mode: vertical-rl;
        letter-spacing: 0.25em;
        -o-writing-mode:vertical-rl;
        -ms-writing-mode:vertical-rl;
        -ms-writing-mode:tb-rl;
        -moz-writing-mode:vertical-rl;
        -webkit-writing-mode:vertical-rl;
        text-orientation:upright;
        word-wrap:break-word;
    }
    .programsBox .text-vertical .jp{
        letter-spacing: 0.25em;
    }
}