@charset "utf-8";

.p-mb-all--15 {
    margin-bottom: 15px;
}

.p-point {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}
.p-point .c-box--point {
    width: calc((100% - 40px) / 3);
    padding: 25px 10px 26px;
}
.p-box--point-img {
    display: block;
    margin: 0 auto 10px;
}
.p-box--point-text {
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 767.9px){
    .p-point {
        flex-direction: column;
    }
    .p-point .c-box--point {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin: 0 auto 30px;
        max-width: 335px;
    }
    .p-box--point-img {
        width: 90px;
        height: 72px;
        margin: 0;
    }
    .p-box--point-text {
        text-align: left;
    }
}
.p-box-app__wrap .c-text--copy01-l {
    margin-bottom: 15px;
}
.c-box-app__inner {
    flex-direction: column;
    align-items: center;
}
.c-box-app__inner img {
    width: 70px;
    height: 70px;
}
.p-anchor-list {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-bottom: 30px;
}
#step02 .p-anchor-list {
    column-gap: 5px;
}
.p-anchor-list__num {
    color: var(--ncb-orange);
    border: 1px solid var(--ncb-orange);
    border-radius: 99px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 767.9px){
    .p-anchor-list {
        flex-direction: column;
        row-gap: 8px;
    }
}
.p-carousel__title {
    width: fit-content;
    position: relative;
    margin: 0 auto 30px;
    padding-left: 40px;
}
.p-carousel--num {
    color: var(--ncb-orange);
    border: 1px solid var(--ncb-orange);
    background: var(--white);
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 99px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-carousel-ui__image {
    width: auto;
    height: 500px;
}
.c-carousel-ui__image img {
    width: auto;
    max-height: 500px;
    margin: auto;
}
@media screen and (max-width: 767.9px){
    .c-carousel {
        margin-bottom: 0;
    }
    .c-carousel__slide--next.c-carousel-ui__slide--next {
        right: -30px;
    }
    .c-carousel__slide--prev.c-carousel-ui__slide--prev {
        left: -30px;
    }
}