.fw .mainContents{
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {

}


/* flex */
.flex-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.flex-item:nth-child(1){
    max-width: 470px;
}
.flex-item:nth-child(2){
    max-width: 510px;
    text-align: center;
}
.flex-item.product_photo.pc{
    min-height: 200px;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.flex-item.product_photo.sp{
    display: none;
}
.flex-item{
    width: calc(100%/2);
}
@media screen and (max-width: 768px) {
    .flex-wrapper{
        gap: 40px;
        flex-direction: column;
        align-items: inherit;
    }
    .flex-item:nth-child(1){
        max-width: 100%;
    }
    .flex-item:nth-child(2){
        max-width: none;
        text-align: center;
        margin-bottom: 6.66vw;
    }
    .flex-item.product_photo.sp{
        border: 0.26vw solid #D3D3D3;
        width: 100%;
        min-height: 42.66vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5.33vw;
    }
    .flex-item.product_photo.pc{
        display: none;
    }
    .flex-item{
        width: 100%;
    }
}


/* 製品 対応表 */
table#list_tbl{
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
table#list_tbl tr.head td{
    background: #0099FF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
}
table#list_tbl tr.head td.na{
    width: 182px;
}
table#list_tbl tr td{
    background: #ECF3F8;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
table#list_tbl tr td.name{
    background: #CCEBFF;
    color: #0099FF;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 768px) {
    table#list_tbl{
        border-spacing: 0.53vw;
    }
    table#list_tbl tr.head td.na{
        width: 38.13vw;
    }
    table#list_tbl tr.head td{
        width: 12.26vw;
        padding: 1.06vw 2.66vw;
    }
    table#list_tbl tr td{
        font-size: 3.2vw;
        padding: 2.93vw 4vw;
    }
}


/* tplインクルード */
    /* リンク */
    #maker_tpl{
        margin-top: 25px;
    }
    #marker{
        display: inline-block;
    }
    #marker li:not(:last-child){
        margin-bottom: 15px;
    }
    #marker li a{
        font-size: 15px;
        line-height: 1.8;
    }
    #marker li a::after{
        content: '';
        position: relative;
        top: 3px;
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/global/assets/images/icon/icon_blank_blue.svg) no-repeat center center;
        background-size: 100% auto;
        margin-left: 5px;
    }
    @media screen and (max-width: 768px) {
        #maker_tpl{
            margin-top: 6.66vw;
        }
        #marker{
            display: inline-block;
            margin-left: 5.33vw;
        }
        #marker li:not(:last-child){
            margin-bottom: 4.53vw;
        }
        #marker li a{
            font-size: 3.46vw;
        }
        #marker li a::after{
            content: '';
            position: relative;
            top: 0.8vw;
            display: inline-block;
            width: 4.26vw;
            height: 4.26vw;
            background: url(/global/assets/images/icon/icon_blank_blue.svg) no-repeat center center;
            background-size: 100% auto;
            margin-left: 1.6vw;
        }
    }

    /* 問い合わせ先 */
    #maker_tpl .inquiry{
        max-width: 820px;
        width: 100%;
        border: 1px solid #D3D3D3;
        margin: 45px auto 0;
        padding: 27px 30px 30px;
        font-size: 15px;
        line-height: 1.8;
        font-weight: 400;
        text-align: center;
    }
    #maker_tpl .inquiry strong{
        text-align: center;
        display: block;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500;
    }
    #maker_tpl .inquiry strong span{
        font-size: 15px;
        margin-top: 15px;
    }
    #maker_tpl .inquiry strong b{
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    #maker_tpl .inquiry strong b::before{
        content: "";
        display: inline-block;
        background: url(/service/portal/enjoy/link/img/icon_tel.svg)no-repeat;
        background-size: contain;
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    #maker_tpl .inquiry .number{
        text-align: center;
        font-size: 52px;
        font-weight: 500;
        margin-top: 10px;
    }
    #maker_tpl .inquiry span.number-heading + .number{
        margin-top: 0;
    }
    #maker_tpl .inquiry span.number-heading{
        font-size: 22px;
    }
    #maker_tpl .inquiry .number span{
        display: inline-flex;
        margin-right: 9px;
    }
    .acceptance_tbl{
        text-align: center;
        margin: 10px auto 0;
    }
    .acceptance_tbl th,
    .acceptance_tbl td{
        padding: 0!important;
    }
    #listinfo_tpl{
        margin-top: 25px;
    }
    #list_tbl + #listinfo2_tpl,
    #bnr_tpl{
        margin-top: 25px;
    }
    .inquiry + .specsarea{
        max-width: 820px;
        width: 100%;
    }
    .specsarea{
        margin: 15px auto 0;
        text-align: left;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
    }
    @media screen and (max-width: 768px) {
        #maker_tpl .inquiry{
            max-width: none;
            border: 0.26vw solid #D3D3D3;
            margin: 8vw auto 0;
            padding: 7.46vw 5.33vw 6.66vw;
            font-size: 3.46vw;
        }
        #maker_tpl .inquiry strong{
            font-size: 4.26vw;
        }
        #maker_tpl .inquiry strong span{
            font-size: 3.46vw;
            margin-top: 5.33vw;
        }
        #maker_tpl .inquiry strong b::before{
            content: "";
            display: inline-block;
            background: url(/service/portal/enjoy/link/img/icon_tel.svg)no-repeat;
            background-size: contain;
            width: 7.46vw;
            height: 7.46vw;
            margin-right: 2.13vw;
        }
        #maker_tpl .inquiry .number{
            font-size: 8.53vw;
            line-height: normal;
            margin-top: 2.66vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #maker_tpl .inquiry span.number-heading{
            font-size: 4.46vw;
            line-height: normal;
        }
        #maker_tpl .inquiry span.number-heading + .number{
            margin-top: 0;
        }
        #maker_tpl .inquiry .number span.number-img{
            display: inline-flex;
            margin-right: 2.66vw;
            width: 10.66vw;
            height: auto;
            position: relative;
            top: 0.8vw;
        }
        #maker_tpl .inquiry span.number-text{
            display: block;
        }
        .acceptance_tbl{
            margin: 2.66vw auto 0;
        }
        #listinfo_tpl,
        #bnr_tpl{
            margin-top: 6.66vw;
        }
        #list_tbl + #listinfo2_tpl{
            margin-top: 6.66vw;
        }
        .specsarea{
            max-width: none;
            margin: 2.66vw auto 0;
            font-size: 3.2vw;
        }
    }