@charset "utf-8";



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


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

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

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

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

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

#teiki h2 {
    font-size:30px;
    padding: 32px 0 ;
    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: 27px;
    line-height: 1.8em;
    color: #006bde;
}

#teiki p {
    font-size: 18px
}

#teiki .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;
}	
 /* teiki
====================================== */   
.teiki li{
    display: inline-block !important;
    vertical-align: middle;
    text-align: left;
}
li.teiki1{
    margin: 0 40px;
}
.teiki1 img{
    width: 120px;
}
.teiki2{
    width: 27%;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
}
.teiki3{
    width: 40%;
    font-size: 1.2rem;
}

/* cycle4
====================================== */
ul.cycle4 {
    margin-top: 35px;
}

.cycle4 li{
    width: 20%;
    border: 1px solid;
    padding: 30px;
    margin: 25px;
    display: inline-block !important;
}
.cycle4 li span{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 60px;
}

.arrow{
  width: 10em;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 101%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 1.4em;
    height: 1.4em;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

 /* size3
====================================== */   
.size3 li{
    width: 25%;
    margin: 25px;
    display: inline-block;
}
.size3 li span{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
}

/* .icon1::before{
    content: url(/stg/goods/70010374/MM.png);
    display: block;
    position: absolute;
}
.icon2::before{
    content: url(/stg/goods/70010374/MS.png);
    display: block;
    position: absolute;
}
.icon3::before{
    content: url(/stg/goods/70010374/SS.png);
    display: block;
    position: absolute;
}

/* change3
====================================== */  
 Ul.change3 {
    width: 65%;
    margin: auto;
    text-align: left;
    font-size: 1.3em;
}

 /* mask
====================================== */   
.mask p{
    text-align: left;
    margin-bottom: 30px;
    margin-left: 25%;
    width: 50%;
}
.mask img{
    width: 50%;
    margin-bottom: 40px;
}
.inner p{
    text-align: left;
    margin-bottom: 30px;
    margin-left: 22%;
    width: 60%;
}

}