@charset "UTF-8";

.p-section .c-title--02 span {
    display: inline-block;
    font-size: inherit;
}
.p-point {
    padding: 30px 10px;
}
a.p-point__item {
    max-width: 202px;
    margin: 0 auto;
    transition: 0.2s;
}
a.c-columns__col {
    max-width: 130px;
    transition: 0.2s;
}
@media screen and (min-width: 768px) {
    a.p-point__item:hover,
    a.c-columns__col:hover {
        opacity: 0.8;
        transition: 0.2s;
    }
}
@media screen and (max-width: 767.9px) {
    .p-point {
        flex-direction: column;
        align-items: center;
    }
    .p-lifestage {
        column-gap: 10px;
        justify-content: space-between;
    }
    .p-lifestage:after {
        display: block;
        content: "";
        width: 30%;
    }
    .p-hoken-banker__image {
        max-width: 334px;
    }
}