@charset "utf-8";
/*========================================
TOP slider hover
=========================================*/
#slider a:hover img{
    opacity: 1;
}
/*========================================
トップページ　コンテンツ
=========================================*/
/*タイトル*/
#main-column > section h2 {
    border-top: none;
    background: #6a8533;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 500!important;
    letter-spacing: 2px;
    margin: 0 0 40px;
    box-sizing:border-box;
}
#main-column .news h2::before,
#main-column .newItem h2::before,
#main-column .pickup h2::before,
#main-column .ranking h2::before {
    content:none;
}
@media screen and (max-width:768px){
    #main-column > section h2 {
        padding: 2% 3%;
        font-size: 6vw;
        letter-spacing: 0;
        margin: 0 0 7%;
        line-height: 1;
        text-align: center;
    }
}

/*共通部分
===================*/
.top-sec-title{
    background:#6a8533;
    color:#fff;
    padding:15px;
    font-size:24px;
    font-weight:500;
    letter-spacing:2px;
    margin:0 0 40px;
}
.top-sec-cont{
    margin: 0 0 80px;
}

#section-contact .top-sec-cont,
#section-contents .top-sec-cont{
    padding: 0 25px;
    box-sizing:border-box;
}
@media screen and (max-width:768px){
    #main-column {
        padding:0;
        width: 100%;
    }
    .top-sec-title{
        padding: 2% 3%;
        font-size:5vw;
        font-weight:500;
        letter-spacing:0;
        margin:0 0 7%;
        line-height:1;
        text-align: center;
    }
    .top-sec-cont{
        margin: 0 0 10%;
    }

    #section-contact .top-sec-cont,
    #section-contents .top-sec-cont{
        padding: 0 3%;
    }
    .freeArea2 .free-contents .sec-main-text{
        font-size:2.5vw;
    }
}
@media screen and (max-width:480px){
    .top-sec-title{
        background:#6a8533;
        color:#fff;
        padding: 2% 3%;
        font-size: 6vw;
        font-weight:500;
        letter-spacing:0;
        margin:0 0 7%;
        line-height:1;
        text-align: center;
    }
    #section-contact .top-sec-cont,
    #section-contents .top-sec-cont{
        padding: 0 3%;
    }
    .freeArea2 .free-contents .sec-main-text{
        font-size: 3.5vw;
    }
}


/*セクション aboutボタン
===================*/
.btn-about-area{
    width: 170px;
    text-align: right;
    margin: 0 0 45px auto;
}
.btn-about-area a{
    position:relative;
    color:#fff;
    width:100%;
    padding: 7px 10px;
    display: block;
    background: #6a8632;
    box-sizing: border-box;
}
.btn-about-area a:hover{
    opacity:0.7;
}
.btn-about-area a span{
    width: 70%;
    display:block;
    margin: 0 auto 0 35px;
    text-align:center;
    font-size: 18px;
    letter-spacing: 2px;
}
.btn-about-area a:before{
    content:"";
    display:inline-block;
    width: 30px;
    height: 20px;
    background:url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/icon-zou-white.png)no-repeat;
    background-size:contain;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10px;
}
.btn-about-area a:after{
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background:url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-white.png)no-repeat;
    background-size:contain;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right: 5px;
}

@media screen and (max-width:768px){
    .btn-about-area{
        width: 70%;
        text-align: center;
        margin: 3vw auto;
    }
    .btn-about-area a{
        padding: 5% 10%;
    }
    .btn-about-area a:hover{
        opacity:0.7;
    }
    .btn-about-area a span{
        display: inline-block;
        margin: 0 auto;
        font-size: 4vw;
        vertical-align: middle;
    }
    .btn-about-area a:before{
        width: 35px;
        height: 25px;
        position: inherit;
        transform: inherit;
        vertical-align: middle;
    }
    .btn-about-area a:after{
        position: inherit;
        transform: inherit;
    }
}
@media screen and (max-width:480px){
    .btn-about-area a{
        padding: 4% 10%;
    }
    .btn-about-area a:hover{
        opacity:0.7;
    }
    .btn-about-area a span{
        font-size: 5.5vw;
    }
}


/*セクション what
===================*/
#section-what{
margin: 0 0 80px;
}
#section-what .what-title{
    display: inline-block;
    vertical-align: middle;
    padding: 40px;
    box-sizing: border-box;
    width: 245px;
}
#section-what .what-col2{
    display:inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0;
}
#section-what .what-col2 li{
    display:inline-block;
    margin: 0 40px 0 0;
}
#section-what .what-col2 li:last-child{
    margin: 0;
}
#section-what .what-col2 li a{
    padding: 30px 25px 10px;
    box-sizing: border-box;
    background: #e8f1e8;
    display: block;
    width: 305px;
    text-align: center;
}
#section-what .what-col2 li a figure img{
    margin: 0 0 25px;
    width: 50px;
}
#section-what .what-col2 li a figure figcaption{

font-size: 20px;

color: #6a8533;

font-weight: bold;
}
#section-what .what-col2 li a figure figcaption:after{
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    background: url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-green.png)no-repeat;
    background-size: contain;
    margin: 20px auto 0;
}
@media screen and (max-width:768px){
    #section-what{
     margin: 0 3% 13%;
    }
    #section-what .what-title{
        display: block;
        width: 45%;
        margin: 0 auto;
    }
    #section-what .what-title img{
        width: 100%;
    }
    #section-what .what-col2{
        width: 100%;
    }
    #section-what .what-col2 li{
        margin: 0 4% 0 0;
        width: 48%;
    }
    #section-what .what-col2 li a{
        padding: 10% 5% 5%;
        width: 100%;
    }
    #section-what .what-col2 li a figure img{
        margin: 0 0 4vw;
    }
    #section-what .what-col2 li a figure figcaption{
        font-size: 3vw;
    }
    #section-what .what-col2 li a figure figcaption:after{
        margin: 3vw auto 0;
    }
}

@media screen and (max-width:480px){
    #section-what .what-title{
        padding: 10% 10% 5%;
        width: 50%;
    }
    #section-what .what-col2 li{
        display:inline-block;
        margin: 0 4% 0 0;
        width: 48%;
    }
    #section-what .what-col2 li:last-child{
        margin: 0;
    }
    #section-what .what-col2 li a{
        padding: 15% 3% 5%;
        box-sizing: border-box;
        background: #e8f1e8;
        display: block;
        width: 100%;
        text-align: center;
    }
    #section-what .what-col2 li a figure img{
        margin: 0 0 4vw;
        width: 40px;
    }
    #section-what .what-col2 li a figure figcaption{
        font-size: 3vw;
    }
    #section-what .what-col2 li a figure figcaption:after{
        width: 7px;
        height: 10px;
        margin: 4vw auto 0;
    }
}


/*セクション lineup
===================*/
#section-lineup{
}
h4.section-subtitle{
    font-size:24px;
    text-align:center;
    margin:0 0 35px;
    line-height: 1.3;
    letter-spacing: 5px;
}
.top-lineup-single{
    margin:0 0 55px;
}

.top-lineup-single h5{
    color:#6a8533;
    margin:0 0 15px;
    font-size:20px;
    padding:10px 0;
    border-bottom:1px solid #d0c5c5;
}
.top-lineup-single p{
    margin:0 0 15px;
}
.free-contents ul.cbp-category{
    margin:0;
    font-size:0;
}
.free-contents ul.cbp-category li{
    list-style:none;
    display:inline-block;
    margin:0 20px 20px 0;
    width:206px;
    vertical-align:top;
}
.free-contents ul.cbp-category li:nth-child(4n){
    list-style:none;
    display:inline-block;
    margin:0 0 20px 0;
}
.free-contents ul.cbp-category li a{
    display:block;
    font-size:16px;
}
.free-contents ul.cbp-category li a figure img{
    margin:0 0 15px;
}
.free-contents ul.cbp-category li a figure figcaption{
    line-height:1.3;
    text-align:center;
    color:#6a8533;
    font-weight:bold;
}
.free-contents ul.cbp-category li a figure figcaption dl dt{
    margin:0 0 10px;
    height: 35px;
}
.free-contents ul.cbp-category li a figure figcaption dl dd{
    color:#444;
    font-weight: normal;
}

.bnr-area{
    margin:0 0 80px;
}

@media screen and (max-width:768px){
    h4.section-subtitle{
        font-size: 4vw;
        margin:0 0 35px;
    }
    .top-lineup-single{
        margin: 0 auto 55px;
        width: 85%;
    }
    .top-lineup-single h5{
        margin: 0 0 3%;
        font-size: 3.5vw;
        padding: 3% 0;
    }
    .top-lineup-single p{
        margin: 0 0 5%;
        font-size: 3vw;
    }
    .free-contents ul.cbp-category li{
        margin: 0 10% 10% 0;
        width: 45%;
    }
    .free-contents ul.cbp-category li:nth-child(4n){
        list-style:none;
        display:inline-block;
        margin: 0 0 10% 0;
    }
    .free-contents ul.cbp-category li:nth-child(2n){
        margin: 0 0 10% 0;
    }
    .free-contents ul.cbp-category li a figure img{
        margin: 0 0 10%;
        width: 100%;
    }
    .free-contents ul.cbp-category li a figure figcaption dl dt{
        margin: 0 0 5%;
        height: 8vw;
        font-size: 3vw;
    }
    .free-contents ul.cbp-category li a figure figcaption dl dd{
        font-size: 3vw;
    }
    .bnr-area{
        margin: 0 3% 10%;
    }
}
@media screen and (max-width:480px){
    h4.section-subtitle{
        font-size: 6vw;
        text-align:center;
        margin:0 0 35px;
        line-height: 1.3;
        letter-spacing: 3px;
    }
    .top-lineup-single{
        margin: 0 auto 55px;
        width: 90%;
    }
    .top-lineup-single h5{
        color:#6a8533;
        margin: 0 0 3%;
        font-size: 4.5vw;
        padding: 3% 0;
        border-bottom:1px solid #d0c5c5;
    }
    .top-lineup-single p{
        margin: 0 0 5%;
        font-size: 3.5vw;
    }
    .free-contents ul.cbp-category{
        margin:0;
        font-size:0;
    }
    .free-contents ul.cbp-category li{
        list-style:none;
        display:inline-block;
        margin: 0 10% 10% 0;
        width: 45%;
        vertical-align:top;
    }
    .free-contents ul.cbp-category li:nth-child(4n){
        list-style:none;
        display:inline-block;
        margin: 0 0 10% 0;
    }
    .free-contents ul.cbp-category li:nth-child(2n){
        margin: 0 0 10% 0;
    }
    .free-contents ul.cbp-category li a{
        display:block;
        font-size:16px;
    }
    .free-contents ul.cbp-category li a figure img{
        margin: 0 0 10%;
        width: 100%;
    }
    .free-contents ul.cbp-category li a figure figcaption{
        line-height:1.3;
        text-align:center;
        color:#6a8533;
        font-weight:bold;
    }
    .free-contents ul.cbp-category li a figure figcaption dl dt{
        margin: 0 0 7%;
        height: 10vw;
        font-size: 3.5vw;
    }
    .free-contents ul.cbp-category li a figure figcaption dl dd{
        color:#444;
        font-size: 4vw;
        font-weight: normal;
    }
    .bnr-area{
        margin: 0 3% 10%;
    }
}


/*セクション contact
===================*/
.color-sample-head{
     padding: 15px;
     position: relative;
     overflow: hidden;
     font-weight: bold;
     background: #f9f4f7;
     border: 1px solid #ddd;
     box-sizing: border-box;
     margin: 45px 0;
}
.color-sample-head .color-sample-title{
    font-size:20px;
    position: relative;
    text-align:center;
    font-weight:normal;
}
.color-sample-head .color-sample-title:before{
    content:"";
    display:inline-block;
    width: 10px;
    height: 17px;
    background:url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-gray.png)no-repeat;
    background-size:contain;
    margin:0 20px;
    vertical-align:middle;
}
/*タイトルベース調整*/
.color-sample-head .bg-float-fivemerit01{
    position:absolute;
    right: 20px;
    top: -70px;
}
.color-sample-head .bg-float-fivemerit01 img{
    width:150px;
}
.color-sample-head .bg-float-color{
    position:absolute;
    left: 43px;
    top: 65%;
    transform: translateY(-50%);
}
.color-sample-head .bg-float-color img{
    width: 110px;
}

@media screen and (max-width:768px){
    .color-sample-head{
         padding: 3%;
         margin: 5% 0;
    }
    .color-sample-head .color-sample-title{
        font-size: 3.5vw;
    }
    .color-sample-head .color-sample-title:before{
        width: 15px;
        height: 20px;
        margin: 0 3%;
    }
    /*タイトルベース調整*/
    .color-sample-head .bg-float-fivemerit01{
        position:absolute;
        right: 20px;
        top: -70px;
    }
    .color-sample-head .bg-float-fivemerit01 img{
        width:150px;
    }
    .color-sample-head .bg-float-color{
        left: 0;
        top: 65%;
    }
}
@media screen and (max-width:480px){
    .color-sample-head{
         padding: 3%;
         position: relative;
         overflow: hidden;
         font-weight: bold;
         background: #f9f4f7;
         border: 1px solid #ddd;
         box-sizing: border-box;
         margin: 5% 0;
    }
    .color-sample-head .color-sample-title{
        font-size: 4.5vw;
        position: relative;
        text-align:center;
        font-weight:normal;
    }
    .color-sample-head .color-sample-title:before{
        content:"";
        display:inline-block;
        width: 15px;
        height: 20px;
        background:url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-gray.png)no-repeat;
        background-size:contain;
        margin: 0 3%;
        vertical-align:middle;
    }
    /*タイトルベース調整*/
    .color-sample-head .bg-float-fivemerit01{
        position:absolute;
        right: 20px;
        top: -70px;
    }
    .color-sample-head .bg-float-fivemerit01 img{
        width:150px;
    }
    .color-sample-head .bg-float-color{
        position:absolute;
        left: -10px;
        top: 65%;
        transform: translateY(-50%);
    }
    .color-sample-head .bg-float-color img{
        width: 80px;
    }
}


/*セクション contact
===================*/
.bnr-contact{
    overflow:hidden;
}
.bnr-contact .contact-left{
    float:left;
}
.bnr-contact .contact-left figure{
    margin:0 0 20px;
}
.bnr-contact .contact-left figure img{
    vertical-align:bottom;
}
.bnr-contact .contact-right{
    float:right;
}
.bnr-contact .contact-right figure img{
    vertical-align:bottom;
}
@media screen and (max-width:768px){
    .bnr-contact{
    }
    .bnr-contact .contact-left{
        float: inherit;
    }
    .bnr-contact .contact-left figure{
        margin:0 0 5%;
    }
    .bnr-contact .contact-left figure img{
        width: 100%;
    }
    .bnr-contact .contact-right{
        float: inherit;
    }
    .bnr-contact .contact-right figure img{
        width: 100%;
    }
}

@media screen and (max-width:480px){
    .bnr-contact{
        overflow:hidden;
    }
    .bnr-contact .contact-left{
        float:left;
    }
    .bnr-contact .contact-left figure{
        margin:0 0 5%;
    }
    .bnr-contact .contact-left figure img{
        vertical-align:bottom;
    }
    .bnr-contact .contact-right{
        float:right;
    }
    .bnr-contact .contact-right figure img{
        vertical-align:bottom;
    }
}


/*セクション contents
===================*/
.contents-single:nth-of-type(2) .cont-int-detaile{
    border-bottom:none;
    margin: 0;
}
.contents-intro{
    width: fit-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    max-width: 370px;
    text-align:center;
    margin: 50px auto;
    padding: 10px 15px;
    border-top:10px solid #e3e8e1;
    border-bottom:10px solid #e3e8e1;
    font-size: 20px;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.cont-int-detaile{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 0 50px;
    border-bottom: 1px solid #eee7de;
}
.cont-int-detaile iframe{
    width:390px;
    height: 220px;
}
.movie-intro{
    background:#f7f2eb;
    padding: 45px;
    position:relative;
}
.movie-intro:before{
    content:"";
    position: absolute;
    top: 50%;
    right: 100%;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #f7f2ec transparent transparent;
    transform: translateY(-50%);
}
.movie-intro dl dt{
    font-weight:bold;
    margin:0 0 30px;
}
.movie-intro dl dd{
    margin:7px 0;
}
#section-contents .what-title{
    display: inline-block;
    vertical-align: middle;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 230px;
}
#section-contents .what-title img{
    width:100%;
}
#section-contents .what-col2{
    display:inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0;
}
#section-contents .what-col2 li{
    display:inline-block;
    margin: 0 40px 0 0;
}
#section-contents .what-col2 li:last-child{
    margin: 0;
}
#section-contents .what-col2 li a{
    padding: 30px 25px 10px;
    box-sizing: border-box;
    background: #e8f1e8;
    display: block;
    width: 290px;
    text-align: center;
}
#section-contents .what-col2 li a figure img{
    margin: 0 0 25px;
    width: 50px;
}
#section-contents .what-col2 li a figure figcaption{
    font-size: 20px;
    color: #6a8533;
    font-weight: bold;
}
#section-contents .what-col2 li a figure figcaption:after{
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    background: url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-green.png)no-repeat;
    background-size: contain;
    margin: 20px auto 0;
}
@media screen and (max-width:768px){
    .contents-intro{
        padding: 3%;
        font-size: 4vw;
        max-width: 100%;
    }
    .cont-int-detaile{
        display: inherit;
        padding: 0;
    }
    .cont-int-detaile iframe{
        width: 100%;
        height: 50vw;
    }
    .movie-intro{
        padding: 10% 17%;
        position:relative;
        display: block;
        margin: 5% auto 0;
    }
    .movie-intro:before{
        content: none;
        position: absolute;
        top: 50%;
        right: 100%;
        height: 0;
        border-style: solid;
        border-width: 15px 25px 15px 0;
        border-color: transparent #f7f2ec transparent transparent;
        transform: translateY(-50%);
    }

    .movie-intro dl dt{
        margin: 0 0 5%;
        font-size: 3.5vw;
    }
    .movie-intro dl dd{
        margin: 4% 0;
        font-size: 3vw;
    }
    #section-contents .what-title{
        display: block;
        padding: 0 40px 40px;
        width: 45%;
        margin: 0 auto;
    }
    #section-contents .what-col2{
        display: block;
    }
    #section-contents .what-col2 li{
        margin: 0 5% 0 0;
        width: 47.4%;
    }
    #section-contents .what-col2 li:last-child{
        margin: 0;
    }
    #section-contents .what-col2 li a{
        padding: 10% 5% 5%;
        width: 100%;
    }
    #section-contents .what-col2 li a figure figcaption{font-size: 3.2vw;color: #6a8533;font-weight: bold;}
    #section-contents .what-col2 li a figure figcaption:after{
        content: "";
        display: block;
        width: 10px;
        height: 20px;
        background: url(https://image1.shopserve.jp/greenelephantco.com/pic-labo/arrow-right-green.png)no-repeat;
        background-size: contain;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 480px){
    .contents-single:nth-of-type(2) .cont-int-detaile{
        border-bottom:none;
        margin: 0;
    }
    .contents-intro{
        text-align:center;
        margin: 50px auto;
        padding: 3%;
        border-top:10px solid #e3e8e1;
        border-bottom:10px solid #e3e8e1;
        font-size: 5vw;
        letter-spacing: 2px;
    }
    .cont-int-detaile{
        display: inherit;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee7de;
    }
    .cont-int-detaile iframe{
        width: 100%;
        height: 50vw;
    }
    .movie-intro{
        background:#f7f2eb;
        padding: 10%;
        position:relative;
        display: block;
        margin: 5% auto 0;
    }
    .movie-intro:before{
        content: none;
        position: absolute;
        top: 50%;
        right: 100%;
        height: 0;
        border-style: solid;
        border-width: 15px 25px 15px 0;
        border-color: transparent #f7f2ec transparent transparent;
        transform: translateY(-50%);
    }

    .movie-intro dl dt{
        font-weight:bold;
        margin: 0 0 5%;
        font-size: 4vw;
    }
    .movie-intro dl dd{
        margin: 4% 0;
        font-size: 4vw;
    }
    #section-contents .what-title{
        display: block;
        vertical-align: middle;
        padding: 0 10% 5%;
        box-sizing: border-box;
        width: 50%;
        margin: 0 auto;
    }
    #section-contents .what-col2{
        display: block;
        vertical-align: middle;
        margin: 0;
        font-size: 0;
    }
    #section-contents .what-col2 li{
        display:inline-block;
        margin: 0 5% 0 0;
        width: 47.4%;
    }
    #section-contents .what-col2 li:last-child{
        margin: 0;
    }
    #section-contents .what-col2 li a{
        padding: 15% 3% 5%;
        box-sizing: border-box;
        background: #e8f1e8;
        display: block;
        width: 100%;
        text-align: center;
    }
    #section-contents .what-col2 li a figure img{
        margin: 0 0 4vw;
        width: 40px;
    }
    #section-contents .what-col2 li a figure figcaption{font-size: 3vw;color: #6a8533;font-weight: bold;}
    #section-contents .what-col2 li a figure figcaption:after{
        width: 7px;
        height: 10px;
        margin: 4vw auto 0;
    }
}


/*お知らせ
===================*/
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    border:1px solid #eee;
}
::-webkit-scrollbar-thumb {
    background-color:#e8f1e8;
    border:1px solid #eee;
}
.news .news-contents {
    box-sizing: border-box;
    padding: 25px;
    margin: 0 auto;
    height: 240px;
    overflow: auto;
    width: 100%;
    border: 1px solid #d4ccd1;
}
.news-contents .news-box{
    font-size: 13px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.news-contents .news-box dd a:hover span{
    text-decoration:underline;
}
.news-contents dl.news-box{
    padding: 10px 0;
    border-top: none;
    border-bottom: 1px dotted #d4ccd1;
    width: 100%;
}
.news-contents dl.news-box:last-child{
    border-top: none;
    border-bottom: none;
}
.news-contents .news-box dd .list-news p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3% 0 0;
    font-size: 16px;
    background-color: #fff;
    padding: 5px 0;
    letter-spacing: 1px;
    width: 40px;
    vertical-align: top;
}
.news-contents .news-box dd .list-news span{
    display: inline-block;
    width: 90%;
    vertical-align:middle;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width:768px){
    /*お知らせ*/
    ::-webkit-scrollbar {
        width: 15px;
    }
    ::-webkit-scrollbar-track {
        border-radius: 0;
        border:1px solid #eee;
    }
    ::-webkit-scrollbar-thumb {
        background-color:#e8f1e8;
        border:1px solid #eee;
    }
    .news .news-contents {
        padding: 2% 5%;
        width: 95%;
    }
    .news-contents .news-box{
        font-size: 13px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .news-contents .news-box dd a:hover span{
        text-decoration:underline;
    }
    .news-contents dl.news-box{
        padding: 4% 0;
    }
    .news-contents .news-box dd .list-news p{
        font-size: 3.5vw;
        letter-spacing: 1px;
        width: 20%;
        vertical-align: top;
    }
    .news-contents .news-box dd .list-news span{
        width: 75%;
        font-size: 3.5vw;
        line-height: 1.5;
        margin: 0;
    }

    /*新着・ランキング・おすすめ*/
    .newItem .column-set,
    #itemList .column-set,
    .pickup .column-set,
    .ranking .column-set,
    .recommend .column-set {
        width: 95%;
        margin: 0 auto;
    }
}
