@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------

 muskcase　マスクケース制作
 
-----------------------------------------------*/

/*h3*/
.itemMaskcase .itemH3Box{
	border-bottom: 4px double #3891ca;
}
.itemMaskcase .itemH3Box h3{
	color: #3891ca;
}

/*----抗菌仕様----*/
.itemMaskcase .orderItemAnti .antiBox{
    width: 790px;
    margin: auto;
}
.itemMaskcase .orderItemAnti .antiBox img{
    margin-bottom: 10px;
}

/*----用途----*/
.itemMaskcase .orderItemUse .useBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemMaskcase .orderItemUse .useBox dl{
    width: 400px;
    margin: 0 20px 30px;
}
.itemMaskcase .orderItemUse .useBox dl dt{
    margin-bottom: 5px;
    border-bottom: none;
}

/*----種類----*/
.itemMaskcase .orderItemType{
    margin: 0 15px 50px;
}
.itemMaskcase .orderItemType .typeBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.itemMaskcase .orderItemType .typeBox > div{
    width: 420px;
    margin-bottom: 30px;
}
.itemMaskcase .orderItemType .typeBox h4{
    background-color: #4a3bd7;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 8px 5px;
    font-size: 21px;
}
.itemMaskcase .orderItemType .typeBox h4.txt2Line{
    font-size: 17px;
}

.itemMaskcase .orderItemType .typeBox .linkBtn{
    margin: 30px 0;
}
.itemMaskcase .orderItemType .typeBox .linkBtn a{
    display: block;
    width: 100%;
    background-color: #d93333;
    color: #fff;
    margin: auto;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}
.itemMaskcase .orderItemType .typeBox .linkBtn a:hover{
    opacity: 0.6;
}

/*----布マスクリンク----*/
.itemMaskcase .orderLinkBox {
    width: 790px;
    margin: 30px auto;
}
.itemMaskcase .orderLinkBox img{
    margin-bottom: 10px;
}

@media screen and ( max-width: 736px ){
    /*----抗菌仕様----*/
    .itemMaskcase .orderItemAnti .antiBox{
        width: 95%;
        margin: auto;
    }

    /*----用途----*/
    .itemMaskcase .orderItemUse .useBox{
        width: 95%;
        margin: auto;
    }
    .itemMaskcase .orderItemUse .useBox dl{
        width: 48%;
        margin: 0 0 30px;
    }

    /*----種類----*/
    .itemMaskcase .orderItemType{
        margin: 0 0 50px;
    }
    .itemMaskcase .orderItemType .typeBox{
        width: 95%;
        margin: 0 auto 15px;
    }
    .itemMaskcase .orderItemType .typeBox > div{
        width: 48%;
        margin-bottom: 30px;
    }
    .itemMaskcase .orderItemType .typeBox h4{
        padding: 4px;
        font-size: 17px;
        line-height: 1.3em;
    }
    .itemMaskcase .orderItemType .typeBox h4.txt2Line{
        font-size: 15px;
    }

    /*----布マスクリンク----*/
    .itemMaskcase .orderLinkBox {
        width: 95%;
        margin: 30px auto;
    }
}
@media screen and ( max-width: 380px ){
    /*----用途----*/
    .itemMaskcase .orderItemUse .useBox dl{
        width: 100%;
        margin: 0 0 30px;
    }

    /*----種類----*/
    .itemMaskcase .orderItemType{
        margin: 0 0 50px;
    }
    .itemMaskcase .orderItemType .typeBox > div{
        width: 100%;
        margin-bottom: 30px;
    }
}

