/* ---------------------------------------------
*     p-price-block
--------------------------------------------- */
.page-plan #license .p-price-block {
    padding: 80px 20px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block {
        margin-inline: 0;
        padding-block: 40px 60px;
    }
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block div {
        margin-inline: 0;
    }
}
.page-plan #license .p-price-block__top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__top {
        gap: 22px;
    }
}
.page-plan #license .p-price-block__item {
    max-width: 248px;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__item {
        width: min(40.8955223881%, 137px);
    }
}
.page-plan #license .p-price-block__item img {
    width: 100%;
    height: auto;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__item img {
        filter: drop-shadow(2.709px 2.709px 10.836px rgba(0, 0, 0, 0.2));
    }
}
.page-plan #license .p-price-block__plus {
    width: 30px;
    aspect-ratio: 1/1;
    position: relative;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__plus {
        width: min(5.0746268657%, 17px);
    }
}
.page-plan #license .p-price-block__plus::before, .page-plan #license .p-price-block__plus::after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-plan #license .p-price-block__plus::before {
    width: 100%;
    height: 2px;
}
.page-plan #license .p-price-block__plus::after {
    width: 2px;
    height: 100%;
}
.page-plan #license .p-price-block__txt {
    margin-top: 32px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__txt {
        margin-top: 20px;
        font-size: 18px;
    }
}
.page-plan #license .p-price-block__btn-wrap {
    margin-top: 40px;
    text-align: center;
}
.page-plan #license .p-price-block__btn-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-block__btn-desc {
        gap: 12px;
    }
}
.page-plan #license .p-price-block__btn-desc::before, .page-plan #license .p-price-block__btn-desc::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 5px;
    background-color: #333;
}
.page-plan #license .p-price-block__btn-desc::before {
    transform: rotate(155deg);
}
.page-plan #license .p-price-block__btn-desc::after {
    transform: rotate(25deg);
}
.page-plan #license .p-price-block__btn {
    display: inline-block;
    min-width: 250px;
    margin-top: 10px;
    padding: 20px 0.5em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 6px;
    background-color: #FD9A00;
    box-sizing: border-box;
}

/* ---------------------------------------------
*   p-price-cassette
--------------------------------------------- */
.page-plan #license .p-price-cassette {
    padding: 70px 20px 80px;
    background-color: #EDF0F2;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-cassette {
        padding-block: 72px 60px;
    }
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-cassette div {
        margin-inline: 0;
    }
}
.page-plan #license .p-price-cassette__ttl {
    margin-bottom: 0 !important;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    background-color: transparent;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-cassette__ttl {
        font-size: 26px;
    }
}
.page-plan #license .p-price-cassette__desc {
    margin-top: 8px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-cassette__desc {
        margin-top: 11px;
        font-size: 14px;
    }
}

/* ---------------------------------------------
*   p-price-list
--------------------------------------------- */
.page-plan #license .p-price-list {
    max-width: 1200px;
    margin-top: 60px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list {
        margin-top: 40px;
    }
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list div {
        margin-inline: 0;
    }
}
.page-plan #license .p-price-list__item {
    padding: 40px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 44.6428571429% 1fr;
    gap: 5.3571428571%;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list__item {
        padding: 30px 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
.page-plan #license .p-price-list__item:not(:first-of-type) {
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list__item:not(:first-of-type) {
        margin-top: 30px;
    }
}
.page-plan #license .p-price-list__img img {
    width: 100%;
    height: auto;
}
.page-plan #license .p-price-list__ttl {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list__ttl {
        font-size: 20px;
    }
}
.page-plan #license .p-price-list__txt {
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .page-plan #license .p-price-list__txt {
        margin-top: 19px;
    }
}

/* ---------------------------------------------
*   form-wrapper
--------------------------------------------- */
.form-wrapper {
    padding-top: 50px !important;
}
@media screen and (max-width: 750px) {
    .form-wrapper {
        padding-top: 30px !important;
    }
}