@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.editor{
        background: url(../img/common/bg/bg5.png), linear-gradient(to bottom, #42dde1, #42dde1);
        overflow: hidden;
}
.contents-wrapper-right.editor .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.editor {
    background-color:#42dde1;
    color: #5f5f5f;
}
.editor-contents-section{
    margin-bottom:60px;
}
.editor-contents-section{
    margin-top:80px;
}
.editor-shocomi-section,
.editor-pucchi-section{
    margin-top: 120px;
}
.editor-contents-frame{
  background-image: repeating-linear-gradient(-40deg, #ffadd1, #ffadd1 5px, #ffc8f2 5px, #ffc8f2 10px);
    border-radius: 60px;
    border: 10px solid #ba65fc;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.30);
    padding: 10px 40px 40px;
    text-align: center;
    position: relative;
}
.editor-contents-frame.shocomi{
  background-image: repeating-linear-gradient(-40deg, #ADEEFF, #ADEEFF 5px, #9feafe 5px, #9feafe 10px);
    border: 10px solid #ff5fac;
}
.editor-contents-frame.pucchi{
  background-image: repeating-linear-gradient(-40deg, #FFFCAD, #FFFCAD 5px, #FFF96B 5px, #FFF96B 10px);
    border: 10px solid #44e0a0;
}
.editor-contents-heading{
    position: absolute;
    width: 50%;
    left: -50px;
    top: -80px;
    transform:rotate(-10deg);
}
.editor-contents-lead{
    position:relative;
}
.editor-contents-image{
    margin-bottom:10px;
}
.editor-contents-x-lead{
    width: 80%;
    margin: 0 auto 30px;
}
@media only screen and (max-width: 600px) {
    .editor-contents-section{
    margin-top:60px;
}
.editor-shocomi-section,
.editor-pucchi-section{
    margin-top: 80px;
}
    .editor-contents-frame{
    box-shadow: 4px 4px 4px rgba(0,0,0,0.30);
    padding: 10px 20px 30px;
}
    .editor-contents-heading{
    width: 50%;
    left: -20px;
    top: -40px;
    transform:rotate(-10deg);
}
    .editor-contents-image{
    margin-bottom:0;
}
.editor-contents-x-lead{
    width: 100%;
    margin: 0 auto 15px;
}
}
@media only screen and (max-width: 500px) {
    .editor-apply-step-list {
    font-size: 16px;
    }
}
/*
.editor-apply-step-list span{
    display: inline-block;
    background-color:#d871f1;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}*/
