#servicePlan {
    padding: 128px 32px; 
    background-image: url(../asset/images/background5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#servicePlan .general {
    padding: 45px 63px;
}

#servicePlan .card {
    padding: 1em 2em 1em 1em;
    border:2px solid #3f3f44; 
    border-radius: 0.125em;
}

/* 上2つのカードを横並びにするためのラッパー */
#servicePlan .plan-row {
    display: flex;
    gap: 1em;
}

#servicePlan .plan-row .card {
    flex: 1;
}

#servicePlan .card .title {
    font-family: "Sora";
    font-size: 22.5px;
}

#servicePlan .card .white {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}

#servicePlan .card .discription {
    font-size: 1em;
    line-height: 1.5;
}
