@charset "utf-8";



/* 【PC】ウィンドウ幅が768px以下の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #shouhin {
        margin: auto;
        margin-top: 100px;
        text-align: center;
    }

    li {
        list-style: none;
    }
    .br-pc {
        display: none;
    }

    /* common
====================================== */
#shouhin .sec {
        margin-bottom: 60px;
    }

    #shouhin h1 {
        padding: 65px 0 0;
        line-height: 1.3em;
    }

    #shouhin h2 {
        padding: 36px 0 ;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: transparent;
    }
    
    #shouhin h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #shouhin h2:before {
        margin-right: 1em; 
    }
    #shouhin h2:after {
        margin-left: 1em; 
    }


    #shouhin h3 {
        line-height: 1.8em;
        color: #006bde;
        padding: 10px;
        display: flex;
    }

    #shouhin li {
        padding: 10px 0;
        margin: 5px;
    }

    #shouhin p {
    }

    #shouhin .mini {
        font-size: 10px;
    }
   

    .fl {
        margin: auto;
    }

    .fl img {
    }

    .comment {
        text-align: left;
    }

    
    

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
    }
    .item4 li{
        padding: 10px 0;
        margin: 5px;
        display: inline-block;
        width: 45%;
    }
    .item4 li img{
        margin:5px;
    }

 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
        padding: 5px;
    }
    .item3 li {
        display: flex;
    }
    .item3 a {
        color: #006bde;
        border-bottom: dotted 2px #438ede;
        display: inline-block;
        width: 90%;
    }

/* howto
====================================== */   
    section.sec.contents.howto h3 {
        color: #484343;
        text-align: left;
    }    
    section.sec.contents.howto img{
        margin: auto;
        margin-bottom: 10px;
    }
    section.sec.contents.howto li {
        line-height: 1.3em;
        padding: 10px;
    }
    section.sec.contents.howto p {
        text-align: left;
    }

/* background
====================================== */   
section.sec.icon {
    border-radius: 10px;
    background-color: #f2f6fb;
    padding: 0 20px;
} 
section.sec.contents.kinou {
    background-color: #f1f3f3;
 }

/* icon
====================================== */  
 .icon_ear {
    width: 15%;
    background: url(/goods/3d_diamond/img/icon_ear.png) no-repeat;
    background-size: contain;
    margin: 0 20px 0 0;
}
.icon_mask {
    width: 15%;
    background: url(/goods/3d_diamond/img/icon_mask.png) no-repeat;
    background-size: contain;
    margin: 0 20px 0 0;
}
.icon_lip {
    width: 15%;
    background: url(/goods/3d_diamond/img/icon_lip.png) no-repeat;
    background-size: contain;
    margin: 0 20px 0 0;
}
.icon_glass {
    width: 15%;
    background: url(/goods/3d_diamond/img/icon_glass.png) no-repeat;
    background-size: contain;
    margin: 0 20px 0 0;
}
.icon_maskura {
    width: 15%;
    background: url(/goods/3d_diamond/img/icon_maskura.png) no-repeat;
    background-size: contain;
    margin: 0 20px 0 0;
}
}