@charset "utf-8";
/* CSS Document */
.subpage_title_area {
    background-color: #e5f1e3;
    color: #2e8b57;
}
.counselor_wrap {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 0 10px;
}
.counselor_wrap a {
    color: #2e8b57;
    font-weight: bold;
    border-bottom: 2px dotted #2e8b57;
}
.counselor_wrap a:hover {
    opacity: 0.5;
}
.counselor_area {
    max-width: 850px;
    margin: 0 auto;
    padding: 10% 0;
}
.counselor_box {
    width: 100%;
    height: auto;
    background-color: #fcf8e8;
    border: 4px solid #b4cfb0;
    border-radius: 50px;
    padding: 40px 5%;
    margin-bottom: 10%;
}
.counselor_faceimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.counselor_faceimg img {
    width: 250px;
    height: auto;
}
.counselor_name {
    width: 350px;
    text-align: center;
}
.counselor_name span {
    color: 000000;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.3em;
}
.counselor_profile {
    list-style: none;
    margin: 0;
    padding: 0;
}
.counselor_profile_list::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.counselor_profile li {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
}
.counselor_profile li ul li {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 15px;
}
.counselor_comment {
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 2px dotted #000000;
}
.counselor_comment p {
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}
.counselor_comment span {
    line-height: 1.3em;
}
.counselor_link {
    padding: 20px 0;
}
rt {
    position: relative;
    top: -.5em;
    transform: translateY(-.5em);
    font-size: 12px;
    text-align: center;
    ruby-align: center;
}
#counselor_01 {}
#counselor_02 {}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:712px) {
    .counselor_name {
        padding-bottom: 50px;
    }
}