@media screen and (min-width: 551px) {
    .p-index-kv .p-index-kv_slider {
        border-radius: 0 0 0 50px;
        overflow: hidden;
    }

    .p-greeting .p-greeting_history .p-greeting_history-block{
        max-width:700px;
    }
    .p-greeting .p-greeting_history .p-greeting_history-block .p-greeting_history-list dl{
        gap:90px;
    }
    .p-greeting .p-greeting_history .p-greeting_history-block .p-greeting_history-list dl dt{
        width:190px;
    }
    .p-greeting .p-greeting_history .p-greeting_history-block .p-greeting_history-list dl dd{
        width:calc(100% - 190px - 90px);
        max-width: none;
    }

    .p-greeting.rijicho .p-greeting_kv .p-greeting_heading h2{
        margin-top: 60px;
    }
}

.p-greeting .p-greeting_concept .p-greeting_concept-right .p-greeting_concept-description{
    text-align: justify;
}