.mt-10{
    margin-top: 10px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-bg-color-ffffff {
    background-color: #ffffff;
}

.u-bg-color-f4f4f4 {
    background-color: #F4F4F4;
}

.p-price-card-container--typeD {
    display: flex;
    justify-content: center;
    height: 280px;
}

.p-price-card__caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 7px 0;
    font-weight: 900;
    font-style: normal;
    color: white;
    border-radius: 16px;
}

.p-price-card__head {
    color: #ffffff;
    /* background-color: #1A9257; */
    text-align: center;
    padding: 16px 0 13px;
    font-weight: 900;
}

.p-price-card__price {
    display: inline-flex;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.01px;
}

.p-price-card__description {
    border-radius: 5px;
}

.p-price-card__price__num {
    margin-left: 8px;
}

.p-price-card__price__sub {
    font-weight: 900;
    font-style: normal;
    margin: 5px 0 0 3px;
}

.p-price-card__remark {
    font-weight: 700;
    font-style: normal;
    color: #8B939D;
}

.p-price-card--typeD {
    position: relative;
    box-shadow: 0 24px 66px #0000000F;
    background-color: #ffffff;
    border-radius: 20px;
    height: 280px;
}

.p-price-card--typeD:nth-child(1) {
    width: 100%;
    max-width: 50%;
}
.p-price-card--typeD:nth-child(2) {
    width: 100%;
    max-width: 50%;
    margin-left: 30px;
}

.p-price-card--typeD .p-price-card__caption {
    width: 65.7%;
    top: -25px;
    /*font: normal normal 900 15px/22px 'Noto Sans JP';*/
    box-shadow: 0 0 10px #12776043;
}

.p-price-card--typeD .p-price-card__head {
    /*font: normal normal 900 21px/36px 'Noto Sans JP';*/
    letter-spacing: 1.89px;
    border-radius: 20px 20px 0 0;
    font-size: 21px;
}

.p-price-card--typeD .p-price-card__body {
    padding: 23px 32px 28px;
    border-radius: 0 0 20px 20px;
}
.p-price-card__body {
    color: #2B3E57;
    background-color: #ffffff;
    text-align: center;
}

.p-price-card--typeD .p-price-card__price-type {
    /*font: normal normal bold 14px/20px 'Noto Sans JP';*/
    letter-spacing: 0.7px;
    display: inline;
}

.p-price-card--typeD .p-price-card__price {
    align-items: center;
}

.p-price-card--typeD .p-price-card__description {
    padding: 13px;
    /*font: normal normal bold 14px/20px 'Noto Sans JP';*/
    margin-top: 19px;
}


.p-price-card--typeD .p-price-card__price__num {
    font: normal normal bold 38px/44px Futura PT;
    letter-spacing: 0.91px;
}

.p-price-card--typeD .p-price-card__price__sub {
    margin: 13px 0 0 3px;
}

.p-price-card--typeD .p-price-card__remark {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 768px){
    .p-price-card-container--typeD {
        flex-wrap: wrap;
        height: unset;
    }

    .p-price-card-container--typeD .p-price-card--typeD {
        width: 100%;
    }

    .sp-align-center{
        text-align: center;
    }
    
    .p-price-card--typeD:nth-child(1) {
        border-radius: 20px;
        height: 300px;
        max-width: unset;
    }

    .p-price-card-container--typeD .p-price-card--typeD:nth-child(2) {
        margin-top: 20px;
        margin-left: 0;
        max-width: unset;
        height: 300px;
    }
}