
html {
    scroll-padding-top: 60px;
}
* {
	float: none;
	position: static;
}

img {
	max-width: 95%;
	height: auto;
}

.pc { display: block !important; }
.sp { display: none !important; max-width: 100%;}

@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.c-eys-independence-kv {
    max-width: 1366px;
    margin: auto;
    > img {
        margin: auto;
    }
}

.c-step.pc {
    text-align: center;
    position: relative; /* relativeを指定 */
    bottom: 30px;
    border: 1px solid #666666;
    width: 370px;
    height: 54px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 18px 5px;
    > a {
        font-size: 14px;
        color: #666666;
        padding: 5px;
        font-weight: bold;
        > img {
            width: 14px;
            height: 14px;
            margin-left: 6px;
            margin-top: 2px;
        }
    }
}

.c-eys-independence {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 44px auto;
    line-height: 1.5;
}

.c-woman-independence img {
    margin: 0 auto;
}
.c-eys-3step img {
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
}
.c-eys-3step.pc {
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .c-eys-independence-kv {
        max-width: 500px;
        margin: auto;
        > img {
            width: 100%;
        }
    }

    .c-step.sp {
        position: relative;
        max-width: 500px;
        height: 46px;
        top: -46px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex !important;
        > div:nth-child(2) {
            border-left: 1px solid #fff;
        }
    }
    
    .c-step-tab {
        width: 50%;
        background-color: rgba(102, 102, 102, 0.7);
        padding: 15px;
        text-align: center;
        position: relative;
        > a {
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            font-family: 'YuGothic';
            > img {
                position: absolute;
                right: 8px;
                top: 12px;
            }
        }
    }

    .c-eys-independence {
        text-align: center;
        margin: 0 auto 30px auto;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 2px;
    }
    
    .c-eys-independence-1 {
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 2px;
        background-color: rgb(221, 221, 221, 0.6);
        padding: 20px;
    }

    .c-woman-independence img {
        margin: 0 auto;
    }
    .c-eys-3step img {
        margin: 0 auto;
        padding: 30px 0 20px 0;
    }
}
.step-pc {
    margin-bottom: 100px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.step-pc-2 {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-pc-1 {
    background-image: url('../../assets/images/classic/message/note_bg.png');
    background-repeat:repeat;
    height: 44px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-size: contain;
    align-items: center;
    display: flex;
}
.subtitle-step-pc {
    font-size: 14px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #222222;
    padding-left: 15px;
}
.subtitle-text-blue-pc {
    font-size: 30px;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color:#478BB5 ;
    padding-left: 20px;
}
.subtitle-text-green-pc {
    font-size: 30px;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color:#6C936C ;
    padding-left: 20px;
}
.subtitle-text-purple-pc {
    font-size: 30px;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color: #7A6C93;
    padding-left: 20px;
}
.step-text-pc-1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 40px;
}
.step-text-pc-2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    margin-right: 44px;
    width: 466px;
    margin-top: 40px;
}
.card-pc-1 {
    display: flex; margin-top: 40px;
}
.card-left-pc-1 {
    margin-left: auto;
    margin-right:30px;
    width: 250px;
    height: 346px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: #DAE0DA solid 1px;
}
.card-right-pc-1 {
    margin-right:auto;
    width: 250px;
    height: 346px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: #DAE0DA solid 1px;
}
.card-center-pc-1 {
    margin-right:30px;
    width: 250px;
    height: 346px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: #DAE0DA solid 1px;
}
.card-title-blue-pc {
    height: 80px;
    background-color: #478BB5;
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:16px;
    line-height: 1.45;
}
.card-title-green-pc {
    height: 80px;
    background-color: #6C936C;
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:16px;
    line-height: 1.45;
}
.card-title-purple-pc {
    height: 80px;
    background-color: #7A6C93;
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:16px;
    line-height: 1.45
}
.card-text-blue-pc {
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #478BB5;
}
.step-image {
    margin-right: auto;
}
.card-text-green-pc {
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #6C936C;
}
.card-text-purple-pc {
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #7A6C93;
}
.card-desc-pc {
    padding: 0 20px 0 20px;
    font-size: 12px;
}
.step-sp {
    margin-bottom: 20px;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.subtitle-sp {
    background-image: url('../../assets/images/classic/message/note_bg.png');
    background-repeat:repeat;
    height: 44px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-size: contain;
    align-items: center;
    display: flex;
    justify-content: center;
}
.subtitle-step-sp {
    font-size: 12px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #222222;
}
.subtitle-text-blue-sp {
    font-size: auto;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color:#478BB5 ;
    padding-left: 20px;
}
.subtitle-text-green-sp {
    font-size: 20px;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color:#6C936C;
    padding-left: 10px;
}
.step-text-sp {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-top: 10px;
    text-align: left;
    padding: 0 20px 20px 20px;
}
.card-sp {
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    width: 90%;
    height: 238px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: #DAE0DA solid 1px;
    margin-top: 20px;
}
.card-title-blue-sp {
    height: 64px;
    background-color: #478BB5;
    font-size: 16px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:10px;
    line-height: 1.45;
    border-radius: 10px 10px 0 0;
}
.card-title-green-sp {
    height: 64px;
    background-color: #6C936C;
    font-size: 16x;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:10px;
    line-height: 1.45;
    border-radius: 10px 10px 0 0;
}
.card-title-purple-sp {
    height: 64px;
    background-color: #7A6C93;
    font-size: 16px;
    font-weight: bold;
    font-family: 'YuGothic';
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding-top:10px;
    line-height: 1.45;
    border-radius: 10px 10px 0 0;
}
.subtitle-text-purple-sp {
    font-size: 20px;
    font-family: 'A P-OTF Shuei NGo Gin StdN';
    color: #7A6C93;
    padding-left: 20px;
}
.card-text-blue-sp {
    padding: 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #478BB5;
    text-align: left;
}
.card-text-green-sp {
    padding: 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #6C936C;
    text-align: left;
}
.card-text-purple-sp {
    padding: 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #7A6C93;
    text-align: left;
}
.card-desc-sp {
    padding: 0 15px 0 15px;
    font-size: 10px;
    text-align: left;
}
.support-items-pc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 60px;
}
.support-item-pc {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    border: #C65A5A solid 1px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}
.support-title-pc {
    text-align: center;
    color: #C65A5A;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 15px;
    line-height: 1.5;
}
.support-text-pc {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
    line-height: 2;
    text-align: left;
}
.support-label-pc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 330px;
}
.support-items-sp {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.support-item-sp {
    height: auto;
    margin-right: 20px;
    margin-bottom: 40px;
}
.support-title-sp {
    text-align: center;
    color: #C65A5A;
    font-size: 20px;
    font-weight: bold;
}
.support-text-sp {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    position: relative;
}
.support-text-sp p {
    display: inline-block;
    text-align: left;
}
.support-text-sp-last {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    position: relative;
}
.support-text-sp-last p {
    display: inline-block;
    text-align: left;
}
.support-text-sp::before {
    background-color: #DDDDDD;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
}
.support-label-sp {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 92px;
    background-color: #DDDDDD;
    padding-top: 35px;
    margin-top: 40px;
}
.c-popup {
    position: absolute;
    top: 250px;
    right: 40px;
    background-image: url('/assets/images/classic/bg_popup.png');
    width: 160px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    .c-popup-text {
        position: absolute;
        top: 15px;
        left: 25px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 1.3;
    }
    .c-popup-close {
        position: absolute;
        top: -20px;
        right: -10px;
    }
}