
/* 監修者ブロック フロントエンド用スタイル */

.wrm-reviewer-block {
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    margin-bottom: 1.5em;
    padding: 1em;
}

.wrm-reviewer-flex-container {
    display: flex;
    align-items: flex-start;
    

}

.wrm-reviewer-header {
    flex: 1;
    margin-right: 20px;
    position: relative;
    text-align: center;
    
}

.wrm-reviewer-header img {
    border-radius: 50%;
    height: auto;
    width: 50%;
    border: 1px solid #DBDBDB;
    margin: 0 auto;
}

.wrm-reviewer-info {
    flex: 3;
    font-size: .85em;
    
    max-height: 148px;
    overflow: hidden;
    position: relative;
    
}

.wrm-reviewer-label {
    background: #F46B69;
    border-radius: 3px;
    color: #fff;
    max-width: 100px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}

.wrm-reviewer-job-title {
    color: #F46B69;
    font-weight: bold;
    font-size: 1.1em;
}

.wrm-reviewer-job-title a {
    color: #F46B69;
}

.wrm-reviewer-name {
    color: #727272;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
}

.wrm-reviewer-name span {
    margin-right: 5px;
}

.wrm-reviewer-name a {
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.wrm-reviewer-name a svg {
    margin-right: 5px;
}


.wrm-reviewer-credentials div,
.wrm-reviewer-links div {
    margin: 0 0 3px 0;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.wrm-reviewer-links-list li svg {
    margin-left: 5px;
    vertical-align: -0.2em;
}


.more_plof {
    font-size: 13.5px;
    line-height: 1em;
    text-align: right;
    overflow-y: hidden;
    bottom: 0;
    color: #F46B69;
    cursor: pointer;
    padding-left: 10px;
    position: absolute;
    right: 0;
    background-color: #fff;
    text-decoration: underline;
}



.wrm-reviewer-credentials ul,
.wrm-reviewer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrm-reviewer-credentials li {
    margin-bottom: 2px;
    font-size: 12px;
    position: relative;
    padding-left: 16px;
    line-height: 1.5;
    
    /*
    width: 100%;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    */
}

.wrm-reviewer-links ul li {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 2px;

}

.wrm-reviewer-credentials li::before {
    /*
    content: "\f147";
    font-family: dashicons;
    content: "・";
    position: absolute;
    left: -2px;
    top: -2px;
    font-size: 14px;
    color: #F46B69;
    */

    content: "　";
    position: absolute;
    left: 4px;
    top: 6px;
    height: 4px;
    width: 4px;
    background: #F46B69;
    border-radius: 50%;
    
}


.wrm-reviewer-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13.5px;
    position: relative;
}

.wrm-reviewer-description.text-hidden {
  height: calc(1.5em * 2);
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
    
.wrm-reviewer-credentials,
.wrm-reviewer-links {
    margin-top: 12px;
}

.wrm-single-reviewer {
    padding-top: 20px;
    margin-top: 15px; 
    border-top: 1px solid #eee;
}

.wrm-single-reviewer:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.supervision-text {
    overflow: hidden;
}

.writer-in.supervisor-in:before {
    content: "監修者";
}

.supervisor-in .writer-img a {
    color: #2b2827;
    /*text-decoration: underline;*/
}

/*
.supervisor-in .writer-img a:hover {
    text-decoration: underline;
}
*/

.reviewer-credentials,
.reviewer-same-as {
    font-weight: bold;
    margin-top: 20px;
}

ul.reviewer-credentials-list li,
ul.reviewer-same-as-list li {
    font-size: 12px;
}

.attention_msg {
    margin-top: 20px;
    font-size: 11px;
}


@media (max-width: 768px) {
    
    .wrm-reviewer-header img {
        width: 85%;
    }

    .wrm-reviewer-label {
        font-size: 11px;
    }
    
    .wrm-reviewer-info {
        max-height: 135px;

    }
    
    .wrm-reviewer-description {
        font-size: 12px;
    }
    
    .more_plof {
        font-size: 12px;
    }
    
    footer div.supervisor-in .writer-text-in a {
        color: #428bca !important;
    }

}

