@charset "UTF-8";

.profile_text {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.txt{
    display: inline-block;
    text-align: left;
    color: #434242;
    line-height: 35px;
    font-size: 1em;
}

h3 {
    font-family: "memimas-pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin: 50px 0 50px;
    letter-spacing: 2px;
    color: #434242;
}


@media screen and (max-width: 768px) {

    .txt{
        font-size: 15px;
    }

}

@media screen and (max-width: 430px) {

    h3 {
        font-size: 30px;
    }

    .profile_text {
        margin-bottom: 80px;
    }

    .txt{
        line-height: 30px;
        font-size: 14px;
    }

    .sp_line_change-profile {
        display: none;
    }

}