@charset "utf-8";



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


@media print,
screen and (min-width:769px) {

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

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

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

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

    #shouhin h2 {
        font-size:30px;
        padding: 36px 0 ;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center; 
    }
    
    #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 {
        font-size: 27px;
        line-height: 1.8em;
        color: #006bde;
    }

    #shouhin li {
        font-size: 27px;
        line-height: 1.3em;
        display: flex;
        padding: 10px;
    }

    #shouhin p {
        font-size: 18px
    }

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

    .fl {
        display: flex;
        margin: auto;
    }

    .fl img {
        width: 50%;
    }

    .comment {
        width: 50%;
        text-align: left;
        padding: 0 0 0 80px;
        margin: auto;
    }

    
    

/* item_img
====================================== */
    ul.item4 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li{
        width: 25%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item4 li img{
        margin:5px;
    }

 /* item_point
====================================== */   
    .point_icon {
        display: flex;
        justify-content: center;
    }
    ul.item3 {
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
    }
    .item3 li {
        font-size: 27px;
        line-height: 1.8em;
        display: flex;
    }

    .item3 a {
        text-decoration: solid;
        color: #006bde;
        border-bottom: dotted 2px #438ede;
        display: inline-block;
    }

/* howto
====================================== */   
    section.sec.contents.howto img{
        width: 60%;
        margin: auto;
        margin-top: 50px;
    }
    section.sec.contents.howto li {
        font-size: 27px;
        line-height: 1.3em;
        padding: 10px;
    }

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

/* icon
====================================== */  
 .icon_ear {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(/goods/3d_diamond/img/icon_ear.png) no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 90px
}
.icon_mask {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(/goods/3d_diamond/img/icon_mask.png) no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 90px
}
.icon_lip {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(/goods/3d_diamond/img/icon_lip.png) no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 90px
}
.icon_glass {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(/goods/3d_diamond/img/icon_glass.png) no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 90px
}
.icon_maskura {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(/goods/3d_diamond/img/icon_maskura.png) no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 90px
}
}