body{
    font-family: "meiryo ui"!important;
}
body img{
    max-width: 100%;
}
.w1000{
    width: 1000px;
    margin: auto;
}
.tc{
    text-align: center;
}
.tiktok .banner{
    max-width: 100%;
}
.tiktok .t_part{
    background-color: #f8f9f9;
    padding-bottom: 20px;
}
.tiktok .t_title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 40px 30px;
}
.tiktok .t_cont{
    color: #333333;
    font-size: 14px;
    line-height: 42px;
}
.tiktok .t_part2{
    text-align: center;
}
.tiktok .t_part2 img{
    max-width: 80%;
}
.tiktok .t_part3{
    background-color: #f8f9f9;
    padding: 10px 0 50px;
}
.tiktok .title_red{
    font-weight: bold;
    color: #ef044d;
    font-size: 16px;
    margin-bottom: 5px;
}
.tiktok .item span{
    font-size: 14px;
    line-height: 22px;
}
.tiktok .item img{
    width: 14px;
}
.tiktok .t_part4 .table{
    box-shadow: 0px 0px 5px #e2e2e2;
    border-radius: 15px;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.tiktok .t_part4 .table .tr_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #eeeeee;
    line-height: 66px;
    border-radius: 15px 15px 0 0;
}
.tiktok .t_part4 .table .tr{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tiktok .t_part4 .table .tr .th{
    text-align: center;
}
.tiktok .t_part4 .table .tr .td{
    border-left: 1px solid #E2E2E2;
    text-align: center;
}
.tiktok .t_part4 .table .tr .th:nth-child(1),.tiktok .t_part4 .table .tr .td:nth-child(1){
    width: 15%;
}
.tiktok .t_part4 .table .tr .th:nth-child(2),.tiktok .t_part4 .table .tr .td:nth-child(2){
    width: 15%;
}
.tiktok .t_part4 .table .tr .th:nth-child(3),.tiktok .t_part4 .table .tr .td:nth-child(3){
    width: 20%;
}
.tiktok .t_part4 .table .tr .th:nth-child(4),.tiktok .t_part4 .table .tr .td:nth-child(4){
    width: 25%;
}
.tiktok .t_part4 .table .tr .th:nth-child(5),.tiktok .t_part4 .table .tr .td:nth-child(5){
    width: 25%;
}
.tiktok .t_part4 .table .tr .tt{
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 10px;
    line-height: 20px;
    box-sizing: border-box;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(1){
    height: 100px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(2){
    height: 70px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(3){
    height: 120px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(4){
    height: 120px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(5){
    height: 100px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(6){
    height: 100px;
}
.tiktok .t_part4 .table .tr1 .tt:nth-child(7){
    height: 100px;
}
.tiktok .t_part4 .table .tr2 .tt:nth-child(1){
    height: 120px;
}
.tiktok .t_part4 .table .tr2 .tt:nth-child(2){
    height: 60px;
}
.tiktok .t_part4 .table .tr2 .tt:nth-child(3){
    height: 120px;
}
.tiktok .t_part4 .table .tr2 .tt:last-child{
    border-bottom: none;
}
.tiktok .t_part4 .table .tr3 .tt:nth-child(1){
    height: 100px;
}
.tiktok .t_part4 .table .tr3 .tt:nth-child(2){
    height: 120px;
}
.tiktok .t_part4 .table .tr4 .tt:nth-child(1){
    height: 100px;
}
.tiktok .t_part4 .table .tr4 .tt:nth-child(2){
    height: 200px;
}
.tiktok .t_part4 .table .tr4 .tt:nth-child(3){
    height: 100px;
}
.tiktok .t_part4 .table .tr4 .tt:last-child{
    border-bottom: none;
}
.tiktok .t_part5{
    background-color: #f8f9f9;
    padding-bottom: 50px;
}
.tiktok .t_part5 .t_note{
    font-size: 14px;
    color: #333333;
    margin-bottom: 25px;
}
.tiktok .t_part5 .table{
    box-shadow: 0px 0px 5px #e2e2e2;
    border-radius: 15px;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.tiktok .t_part5 .table .tr_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #eeeeee;
    line-height: 66px;
    border-radius: 15px 15px 0 0;
}
.tiktok .t_part5 .table .tr{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tiktok .t_part5 .table .tr .th{
    width: 28%;
    text-align: center;
}
.tiktok .t_part5 .table .tr .td{
    width: 28%;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    text-align: center;
    line-height: 44px;
    background-color: #ffffff;
}
.tiktok .t_part5 .table .tr .th:nth-child(1),.tiktok .t_part5 .table .tr .td:nth-child(1){
    width: 44%;
}
.tiktok .t_part6{
    margin-bottom: 70px;
}
.tiktok .t_part6 .info_box{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: -80px;
}
.tiktok .t_part6 .info_box .info{
    box-shadow: 0 0 5px #E2E2E2;
    background-color: #fff6f9;
    border-radius: 15px;
    padding: 40px;
    line-height: 28px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.tiktok .t_part6 .info_box .info span{
    color: #ef044d;
    font-weight: bold;
}
.tiktok .t_part7{
    background-color: #f8f9f9;
    padding-bottom: 50px;
}
.tiktok .t_part7 .table{
    box-shadow: 0px 0px 5px #e2e2e2;
    border-radius: 15px;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.tiktok .t_part7 .table .tr_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #eeeeee;
    line-height: 66px;
    border-radius: 15px 15px 0 0;
}
.tiktok .t_part7 .table .tr{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tiktok .t_part7 .table .tr .th{
    width: 28%;
    text-align: center;
}
.tiktok .t_part7 .table .tr .td{
    width: 25%;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    text-align: center;
    line-height: 22px;
    background-color: #ffffff;
    color: #666666;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tiktok .t_part7 .other_info{
    color: #333333;
    margin-top: 20px;
    line-height: 22px;
    font-size: 12px;
    display: flex;
    justify-content: right;
}
