@charset "UTF-8";
/* CSS Document */

.contents-frame-star{
        background-color: #fff;
    background-image: url(../img/common/bg-check-pink.png);
    box-shadow: 0 0 8px 8px #fdbdd9, inset 0 0 2px 2px #fff;
    border-radius: 50px;
    position: relative;
    padding: 40px;
        width: 96%;
    margin: 0 auto;
}
.contents-frame-star-inner{
    position:relative;
    z-index: 10;
}
.contents-frame-star:before{
    position:absolute;
    content: "";
    width: 240px;
    height: 240px;
    background: url(../img/common/frame-star-icon-top.webp);
    left: -60px;
    top: -80px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 240px;
    height: 240px;
    background: url(../img/common/frame-star-icon-bottom.webp);
    right: -60px;
    bottom: -60px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .contents-frame-star {
    padding: 20px;
        border-radius: 25px;
    }
    .contents-frame-star:before{
    width: 180px;
    height: 180px;
    left: -40px;
    top: -60px;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 180px;
    height: 180px;
    right: -40px;
    bottom: -40px;
}
}
@media only screen and (max-width: 400px) {
    .contents-frame-star {
    padding: 15px;
    }
    .contents-frame-star:before{
    width: 120px;
    height: 120px;
    left: -30px;
    top: -40px;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -20px;
}
}
.contents-wrapper-right.goods{
        background: url(../img/common/bg/bg5.png), linear-gradient(to bottom, #BCFF7A, #83ffc9);
        overflow: hidden;
}
.contents-wrapper-right.goods .contents-wrapper-right-inner{
    background: url(../img/common/bg-star-blue-yellow.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
        background-position: 50% 0;
}
.footer-copyright.goods {
    background-color:#83ffc9;
    color: #5f5f5f;
}
.goods-section{
    margin-bottom:60px;
}
.goods-image-container{
    margin-bottom:60px;
}
.goods-present1{
    margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
.goods-present1{
    margin-bottom: 60px;
}
}
@media only screen and (max-width: 500px) {
    .goods-apply-step-list {
    font-size: 16px;
    }
}
/*
.goods-apply-step-list span{
    display: inline-block;
    background-color:#d871f1;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}*/
