.kp-consultation {
    padding: 64px 24px;
    background: #f6f6f5;
    color: #1b1f26;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.kp-consultation,
.kp-consultation * {
    box-sizing: border-box;
}
.kp-consultation-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}
.kp-consultation h2,
.kp-consultation h3,
.kp-consultation p {
    margin: 0;
    padding: 0;
}
.kp-consultation h2 {
    color: #1b1f26;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
.kp-consultation-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
}
.kp-consultation-topics > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.kp-consultation-topics img {
    display: block;
    width: 220.14px;
    height: auto;
    max-width: 100%;
}
.kp-consultation-topics > div:nth-child(2) img {
    width: 221.13px;
}
.kp-consultation h3 {
    color: #1b1f26;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}
.kp-consultation-topics p {
    width: 100%;
    color: #5f646e;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.kp-consultation-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.kp-consultation-action p {
    width: 100%;
    color: #5f646e;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.kp-consultation-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 6px;
    background: #f16131;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.kp-consultation-action a:focus-visible {
    outline: 3px solid #1b1f26;
    outline-offset: 4px;
}
.kp-consultation-sp-break {
    display: none;
}
@media (max-width: 767px) {
    .kp-consultation {
        padding-block: 48px;
    }
    .kp-consultation h2 {
        font-size: 23px;
        line-height: 35px;
    }
    .kp-consultation-topics {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .kp-consultation h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .kp-consultation-action p {
        line-height: 1.45;
    }
    .kp-consultation-action a {
        width: 100%;
        max-width: 342px;
    }
    .kp-consultation-sp-break {
        display: initial;
    }
}
