@charset "utf-8";
.purple_list span {
    color: #b291c2;
    padding-right: 10px;
}

.purple_list li {
    text-indent: -1.8em;
    padding-left: 1.8em;
}


.big_center_txt {
    color: #663768;
    font-size: clamp(22px, 20 / 524* 70vw, 30px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}

.features_link_box {
    background-color: #fff;
    border: solid 1px #b291c2;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 45px;
    margin-bottom: 80px;
}

.features_link_flex {
    display: flex;
    justify-content: space-between;
    gap: 20px 10px;
}
.features_link_item {
    max-width: 290px;
    width: 100%;
}
.features_link_ttl {
    background-color: #ebd5f6;
    border-radius: 2px;
    color: #663768;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.features_link_pointer {
    position: relative;
    height: 55px;
}
.features_link_pointer::before,
.features_link_pointer::after {
    content: "";
    border-radius: 50%;
    background-color: #ebd5f6;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 7px;
    width: 7px;
}

.features_link_pointer::after {
    top: 24px;
}

.features_flex2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.features_flex2_item {
    max-width: 220px;
    width: 100%;
}
.features_flex2_img img {
    margin: 0 auto 20px;
}

.features_flex2_ttl {
    color: #663768;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.p-w-box01 .lower_flex02_txt{
    flex: 1;
}
.mini_txt {
    color: #d64dce;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {
}


/*================================

　ここから1560px以下

================================*/

@media screen and (max-width: 1560px) {

}
/*================================

　ここから1200px以下

================================*/
@media screen and (max-width: 1200px) {


}
/*================================

　ここからTABLET適用

================================*/
@media screen and (max-width: 1023px) {
    .features_link_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .features_link_pointer {
        height: 40px;
    }

    .features_flex2 {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
    }

}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {
}


/*================================

　ここからSP適用

================================*/
@media(max-width: 700px) {
    .features_link_box {
        padding-inline: 20PX;
    }
    .p-w-box01 .lower_flex02_txt {
        flex: unset;
    }

    #features_img05 {
        margin-bottom: 30px;
    }

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {
}