.author{
  font-size: 14px;
}
.author .mgt150 h2 {
  background-color: #E2E1DE;
  font-size: 18px;
  width: 100%;
  padding: 16px 30px;
  box-shadow: 0px 5px 3px -3px rgb(0 0 0 / 20%);
  font-weight: 500;
  vertical-align: bottom;
  color: #000;
  text-align: left;
}
.author h3{
  font-size: 22px;
  border-bottom: 1px solid;
}
.author h4 {
  font-size: 16px;
  border: 1px solid;
  display: inline-block;
  padding: 2px 5px;
}

/*経歴*/

.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 {
    clear: both;
    margin: 2em -10px;
    display: block;
    overflow: hidden;
    padding: 20px 15px 15px;
    border: 1px solid #999;
    font-size: 14px;
}
.author_c dl dd {
    margin: 10px auto 0;
}
.author_c h3.ttl {
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #333 !important;
    font-size: 18px !important;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
}
.author_c .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.author_c .text a.link {
    position: relative;
}
.author_c .text a.link:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    right: -8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--vk-color-text-link);
    border-right: 2px solid var(--vk-color-text-link);
    transform: rotate(45deg);
}
.author_c .text a.link:hover,
.author_c .text a.link:hover:after {
    color: var(--vk-color-text-link);
    opacity: 0.7;
}
.author_c .name {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.author_c .thumb img {
    width: 100%;
}
.author_c h4 {
    font-size: 18px;
    border-bottom: 1px solid;
    margin: 15px 0;
}
.author_c h5 {
    font-size: 14px;
    border: 1px solid;
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 5px;
}
.author_c .msg .sns,
.profile-box .sns {
    margin-top: 1em;
}
.author_c .msg .sns a,
.profile-box .sns a {
    margin-right: 5px;
}
.author_c .msg .sns a img,
.profile-box .sns a img {
    width: 30px;
    height: auto;
}
.author_c ul {
    margin: 0 auto 15px;
}
.author_c .sns_i ul {
    display: flex;
	gap: 15px;
	padding-top: 5px;
}
.author_c .sns_i ul li img {
    width: auto;
	height: 25px;
}
.profile-box ul {
    padding-left: 15px;
}
.profile-box ul li {
    list-style: none;
}
.profile-box p {
    margin-bottom: 0;
}
.profile-box .sns p {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 4px;
}
.profile-box h2 {
    -webkit-font-smoothing: antialiased;
}
.profile-box h3 {
    margin-top: 2em;
    -webkit-font-smoothing: antialiased;
}
.profile-box h4 {
    border-radius: 0;
    background-color: var(--vk-color-border-hr);
    font-weight: bold;
    border-left: 3px solid var(--vk-color-primary);
    padding: 0 10px 4px;
    -webkit-font-smoothing: antialiased;
}
.prof-table tr p {
    margin: 0;
}
@media (max-width: 767px) {
    .author_c .name {
        font-size: 18px;
    }
    .author_c .thumb,
    .author_c .text {
        width: 100%;
    }
}