@media(min-width:750px){
    .sqc {
            box-shadow: 0px 0px 15px -5px #777777;
            margin: 0 auto 50px;
            padding: 0 0 50px;
            width: 750px;
    }  
}   
 
.desc{
    text-align: left;
    margin:0 0 16px 0;
    font-size: 16px;
    line-height: 1.9;
}
.pink{
    color: #fdbfc5;
}
.brown{
    color: #786062;
}
.sec01{
    position: relative;

}
.sec01 .prd{
    position: absolute;
    bottom: -30vw;
    left: 0;
    right: 0;
    margin: auto;
}
.sec02{
    background:#28221e url(/template/default/img/bstory/SQC/bg01.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 140px 0 30px;
    
}
.sec02 .desc{
    color: #fff;
}
.sec02 .content{
    width: 88%;
    margin: auto;
}
.sec02 .list{
    color: #827972;
}
.sec-index{
    background: #28221e;
    margin-top: -1px;
    padding: 0 0 40px;
}
.sec-index .content{
    background: rgb(219,176,125);
    background: linear-gradient(130deg, rgba(219,176,125,1) 0%, rgba(244,222,201,1) 49%, rgba(219,176,125,1) 100%);
    width: 88%;
    margin: auto;
    padding: 4px;
}
.sec-index .inner{
    background: #fff url(/template/default/img/bstory/SQC/bg00.jpg) no-repeat top right;
    background-size: 40% auto;
    padding: 25px 20px;
}
.sec-index .title{
    text-align: center;
    font-family: Arial;
    color: #664b36;
    font-size: 4rem;
}

.sec-index .item a{
    text-decoration: none;
    border-bottom:1px solid #eee;
    display: flex;
    font-size: 1.7rem;
    padding: 15px 0;
    line-height: 1.4;
}
.sec-index .num{
    color: #664b36;
    padding-right: 9px;
}
.sec03{
    background: url(/template/default/img/bstory/SQC/bg02.jpg) no-repeat center top;
    padding: 30px 0;
}
.sec03 .box{
    background: #fff;
    border-radius: 15px;
    padding: 130px 20px 20px;
    width: 88%;
    margin: -115px auto 0;
}
.sec03 .text01{
    text-align: center;
    margin: 0;
    font-size: 16px;
}
.sec03 .name{
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    font-size: 2.8rem;
}
.sec03 .note{
    color: #888;
}
.sec03 .img{
    margin-top: -10px;
}

article {
    padding: 0 0 40px;
}
article .content{
    width: 88%;
    margin: auto;
}
article .title{
    margin: 0 0 20px;
}
article .float{
    float: right;
    max-width: 45%;
    padding: 0 0 10px 15px;
}
.article01 .title{
    margin: -16px 0 20px;
}
article.article01 {
    padding: 0 0 20px;
}
article.article02 {
    padding: 0;
}
.article02 .content{
    margin-top: -80px;
}

.article02 .img{
    margin: 30px 0 0;
}
.article03 .img{
    margin: 30px 0 0;
}
article.article04 {
    padding: 0 0 20px;
}
.article06 .float{
    margin-right: -6.5%;
}
.sec-message .content{
    background: url(/template/default/img/bstory/SQC/bg03.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 0 20px;
}
.sec-message .img2{
    padding: 20px 0;
}
.sec-message .inner{
    width: 88%;
    margin: auto;
}
.cta .button{
    width: 80%;
    margin: -110px auto 0;
}
@media (min-width: 750px) {
    .desc {
        margin: 40px 0;
        font-size: 18px;
    }
    .sec01 .prd {
        bottom: -250px;

    }
    .sec02 {
        padding: 260px 0 60px;
    }
    .sec03 {
        padding: 60px 0;
    }
    .sec-index .item a {
        font-size: 2.2rem;
    }
    .sec-message .img2 {
        padding: 0;
    }
    .cta .button {
        width: 80%;
        margin: -169px auto 0;
    }
    .article01 .title {
        margin: -31px 0 20px;
    }
    .article02 .content {
        margin-top: -150px;
    }
}