/*======
** 概要
**======
*/

.section-about {
    margin-bottom: 5vh;
    text-align: center;
}

.section-about .h1 {
    height: 60px;
}

.section-about .description {
    margin: 10px 21px 30px 21px;
    text-align: center;
    word-break: break-all;
    line-height: 20px;
    font-size: 12px;
}
