@charset "UTF-8";

.tabWrap .tabItemList .tabItem{
    border: none;
    padding: 0;
}
.tabWrap .table{
    margin: 0;
}
.table tr th{
    width: 300px;
}
.tabWrap .tabBtnList{
    justify-content: flex-end;
}
.tabWrap .tabBtnList .tabBtn {
    width: calc(100%/2.86 - 1px);
}
.buttonAccount p{
    font-weight: bold;
}
#contents .noteIndent_02 {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 750px){
    .table tr th{
        width: 30.5%;
    }
    .buttonAccount a{
        margin-top: 0;
    }
    #contents .section.floatingBtnSection .sectionInner .btnList .btnItem .btnBox a{
        font-size: 3.6333333vw;
    }
}


