.l-content .itemBox{
    margin: auto;
    width: 920px;
    display: flex;
    flex-wrap: wrap;
}

.l-content .item{
    margin-right: 10px;
    margin-bottom: 16px;
    width: 300px;
    border-top: 2px solid #00398c;
    text-align: center;
}

.l-content .item:nth-of-type(3n){
    margin-right: 0px;
}

.l-content .item .inner{
    border: 10px solid #e5ebf3;
}

.l-content .item .ttl{
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    background-color: #e5ebf3;
    color: #004098;
}

.l-content .item .image{
    margin-top: 14px;
    margin-bottom: 14px;
}

.l-content .item .m-btn--conversion{
    width: 180px;
}

.l-content .weight .table-wrapper{
    overflow-x: auto;
}

.l-content .weight .table-wrapper .tableStyleC{
    width: auto;
    white-space: nowrap;
}

.l-content .weight .table-wrapper .tableStyleC th {
    padding: 8px 15px;
}

.l-content .weight .calc{
    color: #004098;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.l-content .weight .calc .box{
    padding: 20px 19px;
    font-size: 14px;
    font-weight: bold;
    background-color: #e5ebf3;
    border-radius: 5px;
}

.l-content .weight .calc .box span{
    font-size: 10px;
}

.l-content .weight .calc .box span span{
    font-size: 12px;
}

.l-content .weight .calc p{
    font-size: 18px;
    font-weight: bold;
}