.about-text h2,p {
    font-family: 'Tsukushi A Round Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    /* identical to box height, or 186% */

    /* idol/idol_Thema */
    color: #7EBBE6;
}

.about-contents {
    width: auto;

    margin: 50px 75px;

}

.about-content {
    background: #FFFFFF;

    margin-bottom: 20px;
}

.about-content h2{
    margin-bottom: 10px;
}

.about-text {
    padding: 12px;
    border: 1px solid #7dbbe6;
}

@media (max-width: 600px) {

    .about-contents {
        margin: 20px 20px;
    }
}

