@charset "utf-8";
/* h0002記事のキャッシュ対応用　本体ｃｓｓにも入っているクラスなので、削除ＯＫ */


.productsArea01{
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.productsArea01 div{
    width: 260px;
}
.productsArea01 div h4{
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #59a1d9;
    color: #FFFFFF;
    font-size: 14px!important;
    font-weight: 700;
}
.productsArea01 div img{
    width: 260px;
    height: auto;
    margin: 10px 0 0 0;
}


@media print, screen and (max-width: 900px) {
    .productsArea01{
        width: 100%;
        margin: 0 auto 20px auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .productsArea01 div{
        width: 100%;
    }
    .productsArea01 div h4{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #59a1d9;
        color: #FFFFFF;
        font-size: 14px!important;
        font-weight: 700;
    }
    .productsArea01 div img{
        width: 90%;
        display: block;
        height: auto;
        margin: 10px auto 0 auto;
    }
}



.productsArea02{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.productsArea02 h4{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #59a1d9;
    color: #FFFFFF;
    font-size: 14px!important;
    font-weight: 700;
}
.productsArea02 div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
}
.productsArea02 div img{
    width: 260px;
    height: auto;
    margin: 10px auto 0 auto;
}
.productsArea02 div .products4axisPc{
    width: 534px;
    height: auto;
    margin: 10px 0 0 0;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
}
.productsArea02 div .products4axisPc a:first-child{
    width: 204px;
    height: 201px;
    display: block;
}
.productsArea02 div .products4axisPc a:first-child img{
    width: 204px;
    height: 201px;
}
.productsArea02 div .products4axisPc a:nth-child(2) {
    width: 142px;
    height: 201px;
    display: block;
}
.productsArea02 div .products4axisPc a:nth-child(2) img{
    width: 142px;
    height: 201px;
}
.productsArea02 div .products4axisPc span:nth-child(3) {
    width: 36px;
    height: 201px;
    display: block;
}
.productsArea02 div .products4axisPc span:nth-child(3) img{
    width: 36px;
    height: 201px;
    display: block;
    margin: 7px 0 0 0;
}
.productsArea02 div .products4axisPc a:nth-child(4) img{
    width: 152px;
    height: 201px;
}
.productsArea02 div .products4axisPc a:nth-child(4) {
    width: 152px;
    height: 201px;
    display: block;
}
.productsArea02 div .products4axisSp{
    display: none;
}

.productsArea02 p{
    font-size: 12px!important;
    margin: 10px 0 0 0;
}

@media print, screen and (max-width: 900px) {
    .productsArea02{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .productsArea02 h4{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #59a1d9;
        color: #FFFFFF;
        font-size: 14px!important;
        font-weight: 700;
    }
    .productsArea02 div{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .productsArea02 div a{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 10px auto 0 auto;
    }
    .productsArea02 div img{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .productsArea02 div .products4axisSp{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .productsArea02 div .products4axisSp .s-and-w{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
        width: 100%;
    }
    .productsArea02 div .products4axisSp .s-and-w a:first-child{
        width: 52%;
        height: auto;
        display: block;
        margin: 0;
    }
    .productsArea02 div .products4axisSp .s-and-w a:nth-child(2){
        width: 38%;
        height: auto;
        display: block;
        margin: 0;
    }
    .productsArea02 div .products4axisSp .s-and-w a:first-child img{
        width: 100%;
        height: auto;
    }
    .productsArea02 div .products4axisSp .s-and-w a:nth-child(2) img{
        width: 100%;
        height: auto;
    }
    .productsArea02 div .products4axisPc{
        display: none;
    }
    .productsArea02 p{
        font-size: 12px!important;
        margin: 10px 0 0 0;
    }
}