@charset "utf-8";
/* CSS Document */
section{
    margin-bottom: 75px;
}

ul,
ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

table.correspondence{
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

table.correspondence th,
table.correspondence td{
    border: 1px solid #707070!important;
    padding: 10px 15px;
}

table.correspondence th{
    background-color: #F6F6F6;
}

h3{
    font-size: 21px;
    margin-bottom: 10px!important;
}

span.sfp-type{
    font-size: 18px;
    display: inline-flex;
    align-items: center!important;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}

span.sfp-type::before{
    content: '▶';
    font-size: 10px;
    color: #E60012;
    margin-right: 5px;
}

.product_name{
    width: 30%;
}

.change{
    width: 12%;
}

.price{
    width: 28%;
}

/*現行品置き換え対応表*/
.replace-wrapper:nth-of-type(n+2){
    margin-top: 15px;
}

#replace table.correspondence th{
    width: 25%;
}

/*セット型式廃止に伴う置き換え対応表*/
.sfp{
    margin-bottom: 30px;
}

.set_replace-wrapper{
    margin-bottom: 75px;
}



