/* トレーナー紹介 */

#trainer-introduction .trainer {
    border-bottom: solid 3px #ddd;
}

#trainer-introduction .description {
    margin-top: 15px;
    margin-left: 1em;
    line-break: strict;
}

.trainer iframe.reservation {
    margin-top: 10px;
    width: 100%;
    height: 540px;
}

.profile-image {
    width: 70%;
    border: 5px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}
