@charset "UTF-8";
main{
    margin: 0 16%;
}
p.sub-ttl{
    font-size: 2.4rem;
    color: #D12727;
    margin: 50px 0px 20px;
    font-weight: bold;
}
img.ses-fv{
    width: 100%;
}
p.about-ses-inner{
    font-size: 1.6rem;
    color: #707070;
    line-height: 1.7;
    margin: 60px 0 139px;
    font-weight: bold;
}
img.rogo-ses{
    max-width: 86px;
    width: 100%;
    margin-top: 8px;
    margin-left: 50%;
    transform: translateX(-50%);
}
ul li p.no{
    margin-top: -92px;
    max-width: 35px;
    max-height: 35px;
    font-size: 2.4rem;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 6px 0;
    background-color: #D12727;
}
ul li p.tsuyomi{
    font-size: 1.75vw;
    margin-top: 120px;
    margin-right: 18px;
    color: #D12727;
    font-weight: bold;
    text-align: center;
    background-color: white;
    border: #CECECE 2px solid;
    border-radius: 6px;
    padding: 25px 0;
    box-shadow: #CECECE 18px 13px;
}
.hr-decoration{
    margin: 180px 0 60px;
}

@media screen and (max-width: 768px){
    main{
        margin: 0 6%;
    }
    p.sub-ttl{
        font-size: 1.4rem;
        color: #D12727;
        margin: 35px 0px 20px;
        font-weight: bold;
    }
    p.about-ses-inner{
        font-size: 2.6vw;
        color: #707070;
        line-height: 1.5;
        margin: 30px 0;
    }
    ul li p.no{
        margin-top: -70px;
        max-width: 25px;
        max-height: 25px;
        font-size: 2rem;
        text-align: center;
        color: white;
        font-weight: bold;
        padding: 3px 0;
        background-color: #D12727;
    }
    ul li p.tsuyomi{
        font-size: 2.6vw;
        margin-top: 80px;
        color: #D12727;
        font-weight: bold;
        text-align: center;
        background-color: white;
        border: #CECECE 2px solid;
        border-radius: 6px;
        padding: 20px 0;
        box-shadow: #CECECE 18px 13px;
    }
    .hr-decoration{
        margin: 100px 0 0;
    }
}