@charset "utf-8";



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


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

    #teiki {
        margin: auto;
        text-align: center;
    }

    li {
        list-style: none;
    }

    h2 {
        background: none;
    }

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

    #teiki h1 {
        font-size:28px;
        padding: 30px 0 0;
        line-height: 1.3em;
    }

    #teiki h2 {
        font-size:16px;
        padding: 20px 0 ;
        margin: 20px 0px;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center; 
    }
    
    #teiki h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #teiki h2:before {
        margin-right: 1em; 
    }
    #teiki h2:after {
        margin-left: 1em; 
    }


    #teiki h3 {
        font-size: 16px;
        line-height: 1.8em;
        color: #006bde;
    }

    #teiki p {
        font-size: 16px
    }

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

	
 /* teiki
====================================== */   
ul.teiki {
    margin-bottom: 15px;
}
    .teiki li{
}
.teiki1 img{
    width: 120px;
}
.teiki2{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.teiki3{
    font-size: 0.8rem;
}

/* cycle4
====================================== */
.cycle4 li{
    border: 1px solid;
    padding: 20px;
    margin: 25px;
}
.cycle4 li span{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 60px;
}


 /* size3
====================================== */   
.size3 li{
    margin: 10px;
    display: inline-block;
    margin-bottom: 35px;
}
.size3 li span{
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
}
 /*
.icon1::before{
    content: url(/stg/goods/70010374/MM.png);
    position: absolute;
    display: block;
}
.icon2::before{
    content: url(/stg/goods/70010374/MS.png);
    position: absolute;
    display: block;
}
.icon3::before{
    content: url(/stg/goods/70010374/SS.png);
    position: absolute;
    display: block;
}

/* change3
====================================== */  
 Ul.change3 {
width: 90%;
    margin: auto;
    text-align: left;
}
 /* mask
====================================== */   
.mask p{
    text-align: left;
}
.mask img{
    width: 90%;
    margin-bottom: 40px;
}
.inner p{
    text-align: left;
    margin-bottom: 30px;
}
}