/*/////////////////////コンテンツ////////////////////////////*/
.st-ttl {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}
.st-ttl-sub {
    text-align: center;
    font-size: 21px;
}
.sec2 {
    background-color: #E6E8EE;
}

@media screen and (max-width: 1000px) {
    .st-ttl {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .st-ttl {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .st-ttl-sub {
        font-size: 18px;
    }
    .sec2 .text.big {
        font-size: 18px;
    }
}