@charset "UTF-8";
#fwCms_wrapper .tab_PC {
    display: none;
}
#fwCms_wrapper .tab_SP {
    display: flex;
}
#fwCms_wrapper .fmt_content_nav li a {
        padding: 0px;
        background: #fff;
		min-height:0px;
    }
@media screen and (min-width: 768px) {
    #fwCms_wrapper .tab_PC {
        display: flex;
        margin-top: 5px;
    }
    #fwCms_wrapper .tab_SP {
        display: none;
    }
    #fwCms_wrapper .tab_PC li {
        width: calc(100%/3 - 5px);
    }

    #fwCms_wrapper .tab_PC li:nth-of-type(n+3) {
        margin-top: 0px;
    }
    #fwCms_wrapper .tab_PC li:nth-of-type(n+4) {
        margin-top: 7px;
    }
}