
.l-content .h2Ttl .jv{
    margin-right: 17px;
    width: 90px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
}

.l-content .h2Ttl .fs16{
    font-size: 16px;
}

.l-content .type .flex{
    display: flex;
    justify-content: space-between;
}

.l-content .type .box01,.l-content .type .box03{
    width: 590px;
}

.l-content .type .box02,.l-content .type .box04{
    width: 320px;
}

.l-content .type .box01 .ttl{
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #cccccc;
}

.l-content .type .box02 .ttl{
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #f5f5f5;
}

.l-content .type .box03 .ttl,.l-content .type .box04 .ttl{
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #333333;
}

.l-content .type .box01 .item{
    width: 190px;
}

.l-content .type .box02 .item{
    width: 154px;
}

.l-content .type .name{
    height: 53px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .guide .tableTtl{
    font-size: 14px;
    font-weight: bold;
}

.l-content .guide .flex{
    display: flex;
    justify-content: space-around;
}

.l-content .guide .note{
    font-size: 12px;
}

.l-content .guide .flex--between{
    display: flex;
    justify-content: space-between;
}