/* author/ */
.author_p h2 {
    padding-right: 0;
    padding-left: 0;
}
.author_p h4 {
    color: #000;
}
.author_p a {
    color: #fff;
}

/* コラム */
.author_c p {
    color: #000 !important;
}
.author_c .text .small {
    padding-left: .5em;
}

/*経歴*/
.prof-table{
    border-top: none;
    font-size: 13px;
}
.prof-table th{
    white-space: nowrap;
    vertical-align: text-top;
}
.prof-table th,
.prof-table td{
    padding: 4px;
    border: none;
}

/* 著者情報 */
.author_c {
    background: #f8f8f8;
    padding: 3rem 3rem;
    margin: 3em 0 2em;
}
.author_c .ttl {
    display: inline-block;
    border-bottom: 1px solid #B58D51;
}
.author_c .flex {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.author_c .thumb {
    width: 30%;
}
.author_c .text {
    width: 65%;
}
.author_c .text.w-100 {
    width: 100%;
}
.author_c .name {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.author_c .thumb img {
    width: 100%;
}
.author_c .msg .fb,
.at_page .fb {
    color: #3b5998;
}
.author_c .msg .tw,
.at_page .tw {
    color: #00acee;
}
.author_c .msg .sns,
.at_page .sns {
    margin-top: 1em;
}
.author_c .msg .sns a,
.at_page .sns a {
    font-size: 1.8em;
}
.author_c .msg .sns .mr-1,
.at_page .sns .mr-1 {
    margin-right: .5em;
}
.at_page li {
    list-style: disc;
}
.at_page li p {
    margin-bottom: 0;
}
.at_page h4 {
    border-radius: 0;
    background-color: transparent;
    font-weight: bold;
    border-left: 3px solid #171c60;
    padding: 0 15px;
}
.prof-table tr p {
    margin: 0;
}

@media (max-width: 767px) {
    .author_c .name {
        font-size: 18px;
    }
    .author_c .thumb, .author_c .text {
        width: 100%;
    }
}
