::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
#about section{
    margin-top: 0;
    margin-bottom: 50px;
}
#about .feature{
    margin-block: 50px;
}
#about .feature p{
    margin-bottom: 0;
}
#about.leaders_mg #headerPart .brandingArea {
    margin-bottom: 100px;
}
#about.leaders_mg section h2{
    margin-bottom: 50px;
}
#about.leaders_mg .memberList{
    position: relative;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}
#about.leaders_mg .memberList::before {
    content: '';
    display: block;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% - 50px);
    background: #f2f2f2;
    height: calc(100% - 130px);
    z-index: -1;
    padding-bottom: 200px;
}
#about.leaders_mg .memberList:last-of-type section{
    margin-top: 100px;
}
#about.leaders_mg .memberList:last-of-type::before{
    top: 240px;
}
#about.leaders_mg .memberList section{
    max-width: 1275px;
    padding-inline: 7%;
    background-color: #fff;
}
#about.leaders_mg .memberList .memberBox{
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #b2b2b2;
}
#about.leaders_mg .memberList .memberBox:last-child{
    border-bottom: none;
}

#about.leaders_mg .memberList .memberBox picture {
    min-width: 236px;
}
#about.leaders_mg .memberList .memberBox div p{
    font-size: 15px;
}
#about.leaders_mg .memberList .memberBox div p:last-child{
    margin-bottom: 0;
}
#about.leaders_mg .memberList .memberBox div p.text{
    font-size: 14px;
    line-height: 1.6;
}
#about.leaders_mg .buttonArea{
    margin-top: 100px;
}
#about.leaders_mg .buttonArea a.btnLinks{
    min-width: 260px;
    padding-block: 15px;

}

#about.leaders_mg .buttonArea a.btnLinks span{
    font-size: 16px;
}
#about.leaders_mg .buttonArea a.btnLinks span::after{
    width: 14px;
}
@media screen and (max-width: 767px) {
    #about.leaders_mg .memberList .memberBox{
        flex-direction: column;
        align-items: center;
    }
    #about.leaders_mg .memberList section{
        padding-inline: 15px;
    }
}






/* 领导团队 - 技术研发及设计团队 */
#about.leaders_td.detail .tabContents a:hover{
    text-decoration: underline;
}
#about.leaders_td.detail a:hover::after{
    margin-left: 5px;
}
#about.leaders_td #headerPart .brandingArea {
    margin-bottom: 100px;
}
#about.leaders_td .teamList{
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
    margin: 100px 0;
}
#about.leaders_td .teamList::before{
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% - 50px);
    background: #f2f2f2;
    height: calc(100% - 130px);
    z-index: -1;
    padding-bottom: 200px;
}
#about.leaders_td .teamList section{
    background-color: #fff;
    padding-inline: 5%;
    max-width: 1245px;
    padding-bottom: 5%;
    margin-top: unset
}
#about.leaders_td .teamList ul.cardList{
    gap: 50px;
}
#about.leaders_td .teamList ul.cardList li{
    display: flex;
    gap: 50px;
    align-items: flex-start;
    width: calc((100% - 50px) / 2);
    margin-bottom: 20px;
}
#about.leaders_td .teamList ul.cardList li picture{
    width: 45%;
}
#about.leaders_td .teamList ul.cardList li div{
    display: flex;
    flex-direction: column;
    flex: 1;
}
#about.leaders_td .teamList ul.cardList li div span{
    font-size: 14px;
    margin-bottom: 15px;
}
#about.leaders_td .teamList ul.cardList li div a {
    align-items: center;
}
#about.leaders_td .teamList ul.cardList li div a::after{
    display: block;
}
#about.leaders_td .teamList ul.cardList li div a >span{
    margin-bottom: 0;
    width: auto;
    color: #fff;
}
@media screen and (max-width: 1300px) {
    #about.leaders_td .teamList section {
        margin-inline: 15px;
    }
}
@media screen and (max-width: 767px) {
    #about.leaders_td .teamList section {
        padding-bottom: 0;
        padding-inline: 2%;
    }
    #about.leaders_td .teamList {
        padding-bottom: 30px;
    }
    #about.leaders_td .teamList ul.cardList {
        gap: 0;
    }
    #about.leaders_td .teamList ul.cardList li{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #b2b2b2;
    }
    #about.leaders_td .teamList ul.cardList li > div {
        width: 100%;
        max-width: 315px;
    }
    #about.leaders_td .teamList {
        margin: 50px 0;
    }
    #about.leaders_td #headerPart .brandingArea h1{
        margin-bottom: 0;
    }

    #about.leaders_td.detail .teamList ul.cardList li{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
}

/************************** detail page *************************/
#about.leaders_td.detail #headerPart .brandingArea {
    margin-bottom: 0;
}

#about.leaders_td.detail #headerPart h1 {
    display: flex;
    align-items: center;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    height: 190px;
    color: #575757;
    max-width: 1305px;
    padding-left: 15px;
    padding-right: 15px;
}

#about.leaders_td.detail .teamList{
    margin: 0 0 100px;
}
#about.leaders_td.detail .teamList ul.cardList {
    margin-bottom: 100px;
}
#about.leaders_td.detail .teamList ul.cardList li {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}
#about.leaders_td.detail .teamList ul.cardList li picture {
    width: 20%;
    min-width: 215px;
}
#tabApp .container{
    margin-bottom: 50px;
    padding-inline: 0;
}
#tabApp .tabNav_pc {
    display: flex;
    align-items: center;
    gap:2px;
    justify-content: space-between;
    border-bottom: 2px solid #b1000e;
}
#tabApp .tabNav_pc li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 83%;
    font-weight: 700;
    height: 50px;
    text-decoration: none;
    color: #000000;
    background: #f2f2f2;
    cursor: pointer;
    flex: 1;
}
#tabApp .tabNav_pc li.Current {
    background-color: #b1000e;
}
#tabApp .tabNav_pc li.Current a {
    color: #fff;
    cursor: default;
}
#tabApp .tabNav_pc li a {
    text-align: center;
    padding-inline: 3px;
    font-size: 18px;
}
#tabApp .tabNav_pc li a::after{
    display: none;
}
#tabApp .tabNav_sp{
    display: none;
}
#tabApp .tabContents .tab_column section {
    padding-bottom: unset;
    padding-inline: unset;
}
#tabApp .tabContents .tab_column section:last-of-type{
    padding-bottom: 50px;
}
#tabApp .tabContents ul.listStyle {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#tabApp .tabContents ul.listStyle > li {
    list-style: disc;
    gap:unset
}
#tabApp .tabContents ul.listStyle > li a span {
    color: var(--color-red-2);
}
#tabApp .tabContents ul.listStyle > li a:hover span {
    color: var(--color-red-1);
}
dl.DateListStyle2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
dl.DateListStyle2 dt {
    font-size: 16px;
    font-weight: 700;
    width: 170px;
    margin-bottom: 15px;
}
dl.DateListStyle2 dd {
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 170px);
    margin-bottom: 15px;
}
ol.listStyle1 {
    padding-left: 20px;
}
ol.listStyle1 li{
    list-style: block;
}







@media screen and (max-width: 767px) {
    #about.leaders_td.detail h2{
        font-size: 18px;
    }
    #about section h3{
        font-size: 20px;
    }
    #about.leaders_td.detail h3 {
        font-size: 16px;
    }
    dl.DateListStyle2 dt{
        margin-bottom: 5px;
        width: 100%;
    }
    dl.DateListStyle2 dd{
        width: 100%;
    }
    #tabApp .container{
        padding-inline: 0;
    }
    #tabApp .tabNav_pc{
        display: none;
    }
    #tabApp .tabNav_sp{
        display: block;
        position: relative;
    }
    #tabApp .tabNav_sp .tab_select{
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        padding: 10px;
        color: #fff;
        text-align: center;
        background-color: #b1000e;
        padding-right: 20px;
        background-size: 16px;
    }
    #tabApp .tabNav_sp select{
        padding-right: 20px;
    }
    #tabApp .tabNav_sp i{
        width: 14px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 50%;
        background-image: url(/hcrd/image/icon/icon_arrow-ltr-wh.png);
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(-50%) rotate(90deg);
    }
    #tabApp .tabNav_sp .tab_select option{
        font-size: 16px;
        padding: 10px;
        color: #fff;
        cursor: pointer;
    }
    #about.leaders_td.detail .teamList ul.cardList{
        margin-bottom: 20px;
    }
}
