@font-face {
    src: url(../font/FuturaMedium.ttf);
    font-family: "futura";
}

body {
    font-family: zen-maru-gothic, sans-serif;
}

body {
    font-weight: 500;
}

.u-desktop {
    display: none;
}

html.is-fixed {
    overflow: hidden;
}

.l-expense {
    margin-top: 42px;
    margin-top: 2.625rem;
}


/* ============================================================================
料金表
============================================================================== */

.p-expense-list__items {
    background-color: #fff;
    border-radius: 0.3125rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
    padding: 18px;
    padding: 1.125rem;
}

.p-expense-list__item {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 28px;
    padding-top: 1.75rem;
}

.p-expense-list__item+.p-expense-list__item {
    background: url(../images/common/dots_black.png) top left/660px repeat-x;
    background: url(../images/common/dots_black.png) top left/41.25rem repeat-x;
}

.p-expense-list__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.p-expense-list__subtitle {
    border: 1px solid #000000;
    border: 0.0625rem solid #000000;
    border-radius: 0.75rem;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    line-height: 23px;
    line-height: 1.4375rem;
    margin: 0 auto;
    min-width: 85px;
    min-width: 5.3125rem;
    padding: 0 18px;
    padding: 0 1.125rem;
    text-align: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.p-expense-list__img {
    aspect-ratio: 150/100;
    border-radius: 0.3125rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.p-expense-list__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.p-expense-list__item-title {
    font-size: max(15px, 14px);
    font-size: max(0.9375rem, 14px);
    line-height: 1.5;
    margin-top: 5px;
    margin-top: 0.3125rem;
    text-align: center;
}

.p-expense-list__desc {
    padding-left: 22px;
    padding-left: 1.375rem;
}

.p-expense-list__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 18px;
    margin-top: 1.125rem;
}

.p-expense-list__feature img {
    margin: 0 auto;
    width: 33px;
    width: 2.0625rem;
}

.p-expense-list__feature img.batsu {
    width: 29px;
    width: 1.8125rem;
}

.p-expense-list__feature span {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-top: 4px;
    margin-top: 0.25rem;
    text-align: center;
}

.p-expense-list__price {
    margin-top: 17px;
    margin-top: 1.0625rem;
}

.p-expense-list__care {
    border-radius: 0.625rem;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 4px 7px;
    padding: 0.25rem 0.4375rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.p-expense-list__care--jihi {
    background-color: #FFECCB;
}

.p-expense-list__care--hoken {
    background-color: #B9E4F8;
}

.p-expense-list__number {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-top: 4px;
    margin-top: 0.25rem;
}

.p-expense-list__number span {
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: 4px;
    margin-left: 0.25rem;
}

.p-expense-list__advantages {
    display: none;
    padding-top: 20px;
    padding-top: 1.25rem;
}

.p-expense-list__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-expense-list__advantage+.p-expense-list__advantage {
    margin-top: 11px;
    margin-top: 0.6875rem;
}

.p-expense-list__advantage span {
    display: inline-block;
    margin-left: 15px;
    margin-left: 0.9375rem;
}

.p-expense-list__advantage2 span {
    display: inline-block;
    margin: 0;
}

.p-expense-list__more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E4E4E4;
    border-radius: 0.6875rem;
    color: #666666;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
    height: 22px;
    height: 1.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    margin-top: 15px;
    margin-top: 0.9375rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 155px;
    width: 9.6875rem;
}

.p-expense-list__more::before {
    -webkit-mask: url(../images/common/arrow_bottom.svg) center center/contain no-repeat;
    background: #666666;
    content: "";
    cursor: pointer;
    height: 4px;
    height: 0.25rem;
    mask: url(../images/common/arrow_bottom.svg) center center/contain no-repeat;
    position: absolute;
    right: 12px;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 8px;
    width: 0.5rem;
}

.p-expense-list__more.is-active {
    background-color: #666666;
    color: #fff;
}

.p-expense-list__more.is-active::before {
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.p-expense-list__more:hover {
    opacity: 0.8;
}


/* ============================================================================
料金表
============================================================================== */

.p-expense {
    background-color: #EDEDED;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 32px;
    padding-top: 2rem;
}

.p-expense__lists {
    gap: 153px;
    gap: 5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.text-left {
    text-align: left;
}

.m-0 {
    margin: 0!important;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }
    .u-mobile {
        display: none;
    }
    .l-expense {
        margin-top: 6.3125rem;
    }
    .p-expense-list__items {
        border-radius: 0.75rem;
        margin-top: 4.5rem;
        padding: 4.25rem 5rem 1.375rem;
    }
    .p-expense-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 2.0625rem;
        padding-top: 1.25rem;
    }
    .p-expense-list__item+.p-expense-list__item {
        background: url(../images/common/dots_black.png) top left/71.75rem repeat-x;
    }
    .p-expense-list__item+.p-expense-list__item .p-expense-list__subtitle {
        display: none;
    }
    .p-expense-list__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 58%;
    }
    .p-expense-list__sozai {
        width: 32.5%;
        white-space: nowrap;
    }
    .p-expense-list__subtitle {
        border-radius: 1.625rem;
        border-width: 0.125rem;
        font-size: 1.4375rem;
        line-height: 2.875rem;
        margin: 0 auto;
        min-width: 12.25rem;
        padding: 0 3.375rem;
    }
    .p-expense-list__img {
        border-radius: 0.625rem;
        margin-top: 2.5rem;
    }
    .p-expense-list__item-title {
		font-size:max(1.25rem,16px);
    }
    .p-expense-list__desc {
        padding: 0;
        padding-left: 7.0625rem;
        width: 67.5%;
    }
    .p-expense-list__features {
        gap: 2.5625rem;
        margin-top: 3.4375rem;
        max-width: 14.8125rem;
        min-width: 160px;
    }
    .p-expense-list__feature img {
        width: 3rem;
    }
    .p-expense-list__feature img.batsu {
        width: 2.5625rem;
    }
    .p-expense-list__feature span {
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }
    .p-expense-list__care {
        border-radius: 0.875rem;
        font-size: max(0.9375rem, 14px);
        margin-top: 1.6875rem;
        padding: 0.4375rem 0.875rem;
    }
    .p-expense-list__number {
        font-size: 1.55rem;
        margin-left: 0rem;
        margin-top: 0.625rem;
    }
    .p-expense-list__number span {
        font-size: 1rem;
        margin-left: 0.4375rem;
    }
    .p-expense-list__advantages {
        display: block;
        padding-left: 1.875rem;
        padding-top: 0;
        width: 42%;
    }
    .p-expense-list__advantage {
        font-size: max(0.9375rem, 14px);
    }
    .p-expense-list__advantage:nth-child(2) {
        margin-top: 2.5rem;
    }
    .p-expense-list__advantage+.p-expense-list__advantage {
        margin-top: 0.3125rem;
    }
    .p-expense-list__advantage span {
        margin-left: 0.75rem;
    }
    .p-expense-list__more {
        display: none;
    }
    .p-expense {
        padding-bottom: 10.8125rem;
        padding-top: 6.3125rem;
    }
    .p-expense__inner.l-inner {
        max-width: 1470px;
    }
    .p-expense__lists {
        gap: 10.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .p-expense-list__desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}