.commonConta {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.commonConta .commonTit {
    color: #00913A;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
}
.commonConta .commonTit + p{
    text-align: center;
    margin: 0 auto 30px;
    font-size: 18px;
}
.commonConta .commonTit + p span{
    color: #00913A;
    font-size: 18px;
}

/* --- 料金プランセクション --- */
.commonGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 10px auto 30px;
    align-items: stretch;
}

.commonCard {
    background: white;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.commonCard.commonSet01 {
    border: 2px solid #DCEFE3;
}

.commonCard.commonSet02 {
    border: 2px solid #D6E0EE;
}

.commonCard .set-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 15px 15px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 15px;
    line-height: 1.7;
}
.commonCard.commonSet01 .set-title {
    background: #00913A;
}
.commonCard.commonSet02 .set-title {
    background: #0D2B55;
}


.commonDet{
    padding: 30px 25px;
    flex-grow: 1;
}

.commonCard .commonSetName {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.commonCard.commonSet01 .commonSetName {
    color: #0A5A2A;
}
.commonCard.commonSet02 .commonSetName {
    color: #0D2B55;
}

.commonPrice {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    padding: 0.5em 0.2em 0.6em;
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.commonCard.commonSet01 .commonPrice {
    color: #0A5A2A;
    background: #F0FAF4;
}
.commonCard.commonSet02 .commonPrice {
    color: #0D2B55;
    background: #EEF3FA;
}

.commonCard .price-unit {
    font-size: 24px;
    font-weight: 600;
    padding: 0 4px;
}
.commonCard.commonSet01 .price-unit{
    color: #0A5A2A;
}
.commonCard.commonSet02 .price-unit {
    color: #0D2B55;
}

.commonCard .tax-note {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.commonCard.commonSet01 .tax-note{
    color: #0A5A2A;
}
.commonCard.commonSet02 .tax-note{
    color: #0D2B55;
}

.commonCard ul:not(.commonSet-details .set-items) {
    list-style: none;
    text-align: left;
    font-size: 12px;
    flex-grow: 1;
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid var(--border-light);
}

.commonCard li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.commonCard .commonAno{
    font-size: 14px;
}

.commonCard p {
    flex-grow: 1;
}

.cardImg {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.cardImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.commonSet-details {
    margin-top: 20px;
    text-align: left;
    border-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}



.commonSet-details .set-items {
    list-style: none;
    margin-bottom: 30px;
}

.commonSet-details .set-items li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.commonSet-details .set-items li:last-child {
    margin-bottom: 0;
}

.commonSet-details .set-items li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    /* Font Awesome check icon */
}

.commonCard.commonSet01 .commonSet-details .set-items li::before {
    color: #0A5A2A;
}
.commonCard.commonSet02 .commonSet-details .set-items li::before {
    color: #0D2B55;
}


.commonMini {
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.6;
}

.commonBtnBox .cta-button {
    display: inline-block;
    background: #00913A;
    color: white;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: unset;
    width: 60%;
    line-height: 1.7;
}
.commonBtnBox .cta-button i {
    padding-left: 0.8em;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}
.commonBtnBox .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 166, 81, 0.3);
}

.jichitaiOnly{
    display: none;
}

/* ===== ここまで ===== */

/* Responsive */
@media (max-width: 992px) {




}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1023px) {
    .commonConta .commonTit {
        font-size: 2.2rem;
    }}
@media (max-width: 767px) {
    .commonConta .commonTit {
        margin-bottom: 2rem;
        font-size: 7vw;
    }
    .commonConta .commonTit + p{
        text-align: center;
        margin: 0 auto 2rem;
        font-size: 3vw;
    }
    .commonConta .commonTit + p span{
        font-size: 3vw;
    }
    .commonGrid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .commonDet{
        padding: 20px;
    }
    .commonCard .commonSetName {
        font-size: 7vw;
    }
    .commonBtnBox .cta-button {
        width: 84%;
        padding: 18px;
    }
    .commonBtnBox .cta-button i{
        padding-left: 0.5em;
    }
    
}