.button-v2 .button-v2__type {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.button-v2 .button-v2__type::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.bg-beige {
    background-color: #fef7ed;
    border-radius: 8px;
}
.button-wrap.bg-beige {
    padding: 2rem;
}
.chart-wrap.bg-beige {
    margin: 2rem auto;
    padding: 1rem 1rem 5rem 1rem;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .chart-wrap.bg-beige {
        width: 80%;
        padding: 3rem 5rem 5rem 5rem;
    }
}
.chart-wrap .chart-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3rem;
    margin-top: 0.5rem;
}
.chart-wrap > :first-child {
    border-bottom: 2px dashed #d32700;
}
.chart-wrap .block {
    width: 18%;
}
.chart-wrap .block-blue,
.chart-wrap .block-orange {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.chart-wrap .block-blue {
    background-color: #0b3190;
    height: 17rem;
    padding: 2rem;
}
.chart-wrap .block-orange {
    background-color: #ec6b15;
    height: 7rem;
    padding: 1rem 2rem;
}
.chart-inner > .block:last-child .block-orange {
    height: 14rem;
}
.chart-wrap .arrow{
    width: 13%;
}
.chart-wrap .arrow.bg-img {
    background-image: url("/products/foreign_deposit/structure/stardream/img/feature_im01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block p {
    text-align: center;
    font-weight: bold;
    margin: 0.3rem;
}
.arrow p {
    margin: 8.7rem 2rem;
    font-weight: bold;
}
.chart-inner02 {
    position: absolute;
    bottom: 2rem;
    right: 27rem;
}
.chart-inner02 p {
    margin: 0;
}
@media only screen and (max-width: 767.98px) {
    .chart-wrap .arrow.bg-img {
        background-position: top;
    }
    .chart-wrap .chart-inner {
        gap: 1rem;
    }
    .chart-wrap .block {
        width: 26%;
    }
    .chart-wrap .block-blue,
    .chart-wrap .block-orange {
        padding: 0.5rem;
    } 
    .chart-wrap .block-orange {
        height: 9rem;
    }
    .chart-inner > .block:last-child .block-orange {
        height: 18rem;
    }
    .chart-wrap .arrow{
        width: 10%;
    }
    .arrow p {
        margin: 4rem 0;
    }
    .chart-inner02 {
        bottom: 0;
        right: 18%;
    }
}
@media only screen and (min-width: 768px) {
    .feature-balloon {
        width: 70%;
        margin: 3rem auto;
    }
    .feature-balloon__image {
        width: 120px;
    }
}
.lifeplancoach-step__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .lifeplancoach-step__title {
        font-size: 1.8rem;
    }
    .features-layout-v2__item__num > span {
        font-size: 2.4rem;
    }
    .util-pc-width-50 {
        width: 50% !important;
    }
}
.features-layout-v2__item-wrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .features-layout-v2__item-wrap .animal {
        position: absolute;
        z-index: 1;
        top: 8.5rem;
        right: 0rem;
        top: -1rem;
        right: 3rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .features-layout-v2__item__image img {
        margin: auto 0.8rem;
    }
    .features-layout-v2__item-wrap .animal img {
        width: 85%;
    }
}