@charset "utf-8";


/* tabs 01 */
.tab.type_01{width: 100%;}
.tab.type_01>ul{width: 100%;margin-bottom: 30px;}
.tab.type_01.two>ul>li{float: left;margin:0; width: 50%;}
.tab.type_01>ul>li:last-of-type{float: right;margin-right: 0px;}
.tab.type_01>ul>li>a{display: block;width: 100%;text-align: center;height: 60px;line-height: 62px;background-color: #f7f7f7;color:#999;font-size: 1.25rem;}
.tab>ul>li.ui-tabs-active a{background-color: #163381;color: #fff;}
.tab>ul>li .list_count_box{display: inline-block;vertical-align: middle;margin-left: 4px;width: 34px;line-height: 20px;height: 18px; text-align: center;background-color: #6d7c9a;color: #fff;border-radius: 20px;font-size: 12px;}
.tab.type_01>ul>li .point_box_mob{display: none;}
.tab>ul>li.ui-tabs-active .list_count_box{background-color: #fff;color: #1a54cb;font-weight: bold;}



/* media */
@media screen and (max-width: 800px) {
        /* tabs 01 */
        .tab.type_01{width: 100%;}
	.tab.type_01>ul{width: 100%;margin-bottom: 30px;}
	.tab.type_01.two>ul>li{float: left;margin:0; width: 50%;}
	.tab.type_01>ul>li:last-of-type{float: right;margin-right: 0px;}
	.tab.type_01>ul>li>a{display: block;width: 100%;text-align: center;height: 50px;line-height: 50px;background-color: #f7f7f7;color:#999;font-size: 1.125rem;}
	.tab>ul>li.ui-tabs-active a{background-color: #1a54cb;color: #fff;}
	.tab>ul>li .list_count_box{display: inline-block;vertical-align: middle;margin-left: 4px;width: 34px;line-height: 20px;height: 18px; text-align: center;background-color: #6d7c9a;color: #fff;border-radius: 20px;font-size: 12px;}
	.tab.type_01>ul>li .point_box_mob{display: none;}
	.tab>ul>li.ui-tabs-active .list_count_box{background-color: #fff;color: #1a54cb;font-weight: bold;}
   
}