@charset "UTF-8";
.writer-box {
    width: 100%;
    display: inline-block;
    background: #f2f0f1;
    padding: 50px 80px;
    margin: 30px auto;
    clear: both;
}

/*監修者*/
.writer-box.supervisor {
    background: #ebf2f8;
}

/*ライター*/
.writer-box.writer {
    background: #f8f2d2;
}

/*スタイリスト*/
.writer-box.stylist {
    background: #f5ece2;
}

/*デザイナー*/
.writer-box.designer {
    background: #edf7f3;
}

figure.profile-image {
    width: 23%;
    margin-right: 35px;
    float: left;
}

figure.profile-image img {
    border-radius: 50%;
    margin: 0;
}

.profile {
    margin: 0 auto;
    font-size: 0.95rem;
    text-align: center;
    color: #333;
}

.profile a {
    color: #2a6598;
}

.profile span {
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.profile .profile-name {
    display: block;
    font-size: 1.5rem;
    margin: 10px auto 15px;
    line-height: 1;
    font-weight: bold;
}

.profile-box {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.65;
    word-break: break-all;
    line-break: normal;
    overflow: hidden;
}

@media screen and (max-width: 896px) {
.writer-box {
    width: auto;
    margin: 17% auto 20px;
    padding: 0 0 50px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    flex-direction: column;
}

/*.writer-box:nth-child(n+2),
.writer-box:nth-child(n+2) ~ .writer-box:not(:last-child) {
    margin-bottom: -24%;
}

.writer-box:last-child{
    margin-bottom: 40px;
}*/

figure.profile-image {
    width: 35%;
    margin: -10% auto 20px;
    float: none;
}

.profile {
    width: 75%;
}

.profile span {
    font-size: 0.75rem;
}

.profile a.profile-name {
    margin: 10px auto 20px;
    font-size: 1.4rem;
}

.profile .profile-name:after {
    content: "";
    border-bottom: 1px solid #666;
    width: 2.8rem;
    display: block;
    margin: 15px auto;
}

.profile-box {
    width: 75%;
    margin: 0 auto;
}

}
