/* mypage > lessonDetail.html */

.lessonDetail {

}


/* mypage > user_info.html */

.netchina_contents .userInfoMenu {
    background-color: #F2B705;
    height: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    padding: 0px 32px 0px 32px;
}

.netchina_contents .userInfoMenu li {
    width: 20%;
    text-align: center;
    font-size: 14.8px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-top: 22px;
    cursor: pointer;
    transition: .2s ease;
}

.netchina_contents .userInfoMenu a {
    display: contents;
}

.netchina_contents .userInfoMenu li:hover {
    background-color: #fff;
    color: #333;
}

.netchina_contents .userInfoMenu .selected {
    background-color: #fff;
    color: #333;
}

.userInfoContents {
    background-color: #fff;
    height: auto;
}

.userInfoColumn {
    padding: 32px;
    line-height: 32px;
}

.userInfoColumnGrid {
    padding: 32px;
    line-height: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.userBorder {
    height: 1px;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #333;
}

dt {
    font-weight: normal;
}



.userInfoContents .teacherInfo {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: 4fr 1.4fr;
}

.userInfoContents .teacherInfo>a>img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #F2D338;
    object-fit: cover;
    margin: 8px 8px 8px 24px;
}

.userInfoContents .teacherInfo ul {
    display: flex;
    flex-direction: column;
    padding: 18px 8px;
}

.userInfoContents .teacherInfo ul li {
    padding-bottom: 4px;
}

.userInfoContents .teacherInfo ul .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.userInfoContents .teacherInfo ul .name::after {
    content: '先生';
    font-size: 16px;
}

.userInfoContents .teacherInfo .favorite {
    border: 1px solid #ff7f00;
    width: 115px;
    height: 28px;
    margin-left: 24px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

.userInfoContents .teacherInfo .favorite:hover {
    background-color: #ff7f00;
    color: #fff;
}

.userInfoContents .teacherInfo .favorite img {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 1.2px;
    vertical-align: text-top;
}

.userInfoContents .teacherInfo .teacherLabels {
    display: flex;
}