@import "main.css";

.heading-about {
    background-color: #f701b5;
    background-image:url(//cdn.radishfiction.com/static/landing/covers/cover_about_under.png);
}
.heading-about-new img {
    width: 100%;
}
.section-contents.about-section {
    font-family: "Roboto, sans-serif";
    max-width: 700px;
}
.medium-style p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 60px;
}
.medium-style a {
    color: inherit; text-decoration: underline;
}
.medium-style img {
    max-width: 100%;
}
.medium-style h3 {
    margin-bottom: 20px;
    font-size: 29px; font-weight: normal; font-family: "Roboto-Bold, sans-serif"
}
.medium-style figure {
    margin-bottom: 60px;
}
.medium-style figure figcaption {
    margin-top: 14px;
    text-align: center; font-size: 14px; color: #444;
}
.medium-style blockquote {
    font-family: "Georgia"; font-size: 18px; line-height: 1.83; color: #444;
    margin-left: -20px;
    border-left: 3px solid #222;
}
.medium-layout-centered * {
    margin: 0 auto;
}
.medium-layout-left {
    width: 75%; float: left; margin-right: 32px; margin-left: -100px;
}
.medium-layout-left figure {
    margin-bottom: 0 !important;
}
.medium-layout-fullwidth * {
    margin: auto; text-align: center;
}
.medium-layout-fullwidth img {
    width: 100%;
}

.gnb {background: none;}
.okayNav__nav--visible a:hover {
    background: none;
    text-decoration: underline;
}
.ex-team-member .profile-card .profile-picture {
    width: 18%;
}
.ex-team-member .profile-card .profile-picture .photo-area .picture {
    max-width: 140px;
}
.team-member .row-item .item .member-img {
    margin-bottom: 22px;
}
.team-member .row-item .item .member-img .profile {
    max-width: 140px;
}
.team-member .row-item .item .member-bio {
    color: #888;
}
.team-member .row-item .item .member-img .blank {
    width: 140px; height: 140px; margin: 0 auto;
}
.writerSection-group .cell .buttonContainer {
    padding-top: 2rem;
}
.writerSection-group .cell .buttonContainer .link {
    display: inline-block;
    border-radius: 32px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #ff008a;
    transition: background-color .1s,color .3s,border-color .1s,transform .1s;
    transform: scale(1);
    padding: 1rem 3.5rem 1.1rem;
}
.writerSection-group .cell .buttonContainer .link:hover {
    background: #ff008a;
    transform: scale(1.1);
}

@media (max-width: 890px) {
    .medium-layout-left {
        float: none; width: auto; margin-left: 0; margin-right: 0;
        margin-bottom: 60px;
    }
    .medium-layout-left div {
        margin: auto;
    }
    .medium-style blockquote {
        margin-left: 0;
        border-left: 3px solid #222;
    }
}
@media screen and (max-width: 767px) {
    .ex-team-member .profile-card .profile-picture {
        width: 100%;
    }
}