@charset "UTF-8";
/* 安心保証 */

.p-safety-detail-info.f-red {
    padding: 50px 30px 25px 30px;
}

.p-safety-detail-info__body-sub.sm {
    font-size: 13px;
    text-align: center;
}

.p-safety-list__title.is-01 {
    padding-top: 35px;
}

.p-safety-list__title.is-02 {
    padding-top: 35px;
}

@media screen and (max-width: 750px) {
    .p-safety-list__title.is-01 {
        padding-top: 25px;
    }
    .p-safety-list__title.is-02 {
        padding-top: 27px;
    }
}

.p-guarantee-promise__title {
    padding-left: 0;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .p-guarantee-promise__title {
        padding-left: 124px;
        text-align: center;
    }
}

/* クリーニングモンスターとは */

.p-about-feature-list-detail {
    width: 100%;
    margin-top: 24px;
    padding: 35px 50px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.p-about-feature-list-detail__title {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1.9;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: #b72424;
}

.p-about-feature-list-detail__body {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.67;
}

@media screen and (max-width: 750px) {
    .p-about-feature-list-detail {
        width: 100%;
        margin-top: 24px;
        padding: 15px 25px;
        box-sizing: border-box;
        background: #f6f6f6;
    }
    .p-about-feature-list-detail__title {
        margin: 0 0 8px 0;
        font-size: 18px;
        line-height: 1.9;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
        color: #b72424;
    }
    .p-about-feature-list-detail__body {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.67;
    }
}

/* 工程 */

.p-process .c-title-main__main {
    line-height: 1.53;
}

.p-process-list__monstar.is-02-1 {
    top: -43px;
    right: calc(50% + 36px);
    transform: translateX(-50%);
    width: 109px;
}

@media screen and (max-width: 750px) {
    .p-process-list__monstar.is-02-1 {
        top: -31px;
        left: calc(50% - 114px);
        right: 0;
        width: 76px;
    }
}

.p-process-list__monstar.is-02-2 {
    top: -90px;
    left: calc(50% + 159px);
    right: 0;
    transform: translateX(-50%);
    width: 136px;
}

@media screen and (max-width: 750px) {
    .p-process-list__monstar.is-02-2 {
        top: -61px;
        left: calc(50% + 104px);
        right: 0;
        width: 95px;
    }
}

.p-process-list__monstar.is-03 {
    top: -42px;
    right: calc(50% + 143px);
    transform: translateX(50%);
    width: 122px;
}

@media screen and (max-width: 750px) {
    .p-process-list__monstar.is-03 {
        top: -16px;
        left: calc(50% - 175px);
        right: 0;
        width: 70px;
    }
}

.p-process-list__monstar.is-04 {
    top: -45px;
    right: calc(50% - 143px);
    transform: translateX(50%);
    width: 121px;
}

@media screen and (max-width: 750px) {
    .p-process-list__monstar.is-04 {
        top: -18px;
        right: calc(50% - 105px);
        width: 70px;
    }
}

.p-process-list__monstar.is-05 {
    top: -32px;
    right: calc(50% - 120px);
    transform: translateX(50%);
    width: 105px;
}

@media screen and (max-width: 750px) {
    .p-process-list__monstar.is-05 {
        top: -20px;
        right: calc(50% - 111px);
        width: 73px;
    }
}

/* よくあるご質問 */

.p-question-link {
    margin: 70px auto 140px;
}

@media screen and (max-width: 750px) {
    .p-question-link {
        margin: 50px auto;
    }
}

.p-question-link .is-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .p-question-link .is-sp {
        display: inherit;
    }
}

.p-question-link .p-qa-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.p-question-link .p-qa-cont li {
    width: 333px;
    padding: 0 5px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li {
        width: 50%;
        padding: 0 5px;
        border: solid #000;
        border-width: 0 1px;
        box-sizing: border-box;
        text-align: center;
    }
}

.p-question-link .p-qa-cont li:nth-child(n+4) {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li:nth-child(n+4) {
        margin-top: 0;
    }
    .p-question-link .p-qa-cont li:nth-child(n+3) {
        margin-top: 10px;
    }
}

.p-question-link .p-qa-cont li:nth-child(3n) {
    width: 334px;
    border-right: 1px solid #000;
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li:nth-child(3n) {
        width: 50%;
        border: solid #000;
        border-width: 0 1px;
    }
    .p-question-link .p-qa-cont li:nth-child(even) {
        width: 50%;
        border-width: 0 1px 0 0;
    }
}

.p-question-link .p-qa-cont li a {
    padding: 15px 0 30px;
    display: block;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li a {
        padding: 11px 0 20px;
        font-size: 15px;
    }
}

.p-question-link .p-qa-cont li a:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.2s ease;
}

.p-question-link .p-qa-cont li a:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 7px);
    background: no-repeat url(../images/question-menu-arrow1.png);
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li a:after {
        content: "";
        width: 10px;
        height: 5.7px;
        position: absolute;
        bottom: 10px;
        left: calc(50% - 5px);
        background: no-repeat center / cover url(../images/question-menu-arrow1.png);
    }
}

.p-question-link .p-qa-cont li a:hover:after {
    background: no-repeat url(../images/question-menu-arrow2.png);
}

@media screen and (max-width: 750px) {
    .p-question-link .p-qa-cont li a:hover:after {
        background: no-repeat center / cover url(../images/question-menu-arrow2.png);
    }
}

.p-qa-list__item .p-qa-list__head {
    background-color: #666666;
}

.p-qa-list__item .p-qa-list__head:hover {
    background-color: #888888;
}

.p-question-wrap {
    margin-bottom: 0;
}

section.p-question-wrap:nth-of-type(n+3) {
    padding-top: 90px;
}

section.p-question-wrap:nth-of-type(n+3) .p-question-list li:last-child {
    margin-bottom: 0;
}

/* ご利用ガイド */

.c-header-title__sub {
    margin-top: 24px;
}

@media screen and (max-width: 750px) {
    .c-header-title__sub {
        margin-top: 10px;
    }
}

.p-order-link {
    margin: 70px auto 100px;
}

@media screen and (max-width: 750px) {
    .p-order-link {
        margin: 50px auto;
    }
}

.p-order-link .is-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .p-order-link .is-sp {
        display: inherit;
    }
}

.p-order-link .p-order-cont, .p-order-link .p-order-cont-lg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.p-order-link .p-order-cont li, .p-order-link .p-order-cont-lg li {
    padding: 0 5px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    text-align: center;
}

.p-order-link .p-order-cont li {
    width: 333px;
    padding: 0 5px;
}

.p-order-link .p-order-cont-lg li {
    width: 498px;
}

.p-order-link .p-order-cont li {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .p-order-link .p-order-cont li {
        width: 50%;
        margin-top: 10px;
        border: solid #000;
        border-width: 0 1px;
        box-sizing: border-box;
        text-align: center;
    }
    .p-order-link .p-order-cont-lg li {
        width: 100%;
        border: solid #000;
        border-width: 0 1px;
        box-sizing: border-box;
        text-align: center;
    }
    .p-order-link .p-order-cont-lg li:nth-child(n+2) {
        margin-top: 10px;
    }
}

.p-order-link .p-order-cont li:nth-child(3n) {
    width: 334px;
    border-right: 1px solid #000;
}

.p-order-link .p-order-cont-lg li:nth-child(even) {
    width: 502px;
    border-right: 1px solid #000;
}

@media screen and (max-width: 750px) {
    .p-order-link .p-order-cont li:nth-child(3n) {
        width: 50%;
        border: solid #000;
        border-width: 0 1px;
    }
    .p-order-link .p-order-cont li:nth-child(6n) {
        width: 50%;
    }
    .p-order-link .p-order-cont li:nth-child(even) {
        width: 50%;
        border-width: 0 1px 0 0;
    }
}

.p-order-link .p-order-cont li a, .p-order-link .p-order-cont-lg li a {
    padding: 15px 0 30px;
    display: block;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .p-order-link .p-order-cont li a, .p-order-link .p-order-cont-lg li a {
        padding: 11px 0 20px;
        font-size: 15px;
    }
}

.p-order-link .p-order-cont li a:hover, .p-order-link .p-order-cont-lg li a:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.2s ease;
}

.p-order-link .p-order-cont li a:after, .p-order-link .p-order-cont-lg li a:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 7px);
    background: no-repeat url(../images/order-menu-arrow1.png);
}

@media screen and (max-width: 750px) {
    .p-order-link .p-order-cont li a:after, .p-order-link .p-order-cont-lg li a:after {
        content: "";
        width: 10px;
        height: 5.7px;
        position: absolute;
        bottom: 10px;
        left: calc(50% - 5px);
        background: no-repeat center / cover url(../images/order-menu-arrow1.png);
    }
}

.p-order-link .p-order-cont li a:hover:after, .p-order-link .p-order-cont-lg li a:hover:after {
    background: no-repeat url(../images/order-menu-arrow2.png);
}

@media screen and (max-width: 750px) {
    .p-order-link .p-order-cont li a:hover:after, .p-order-link .p-order-cont-lg li a:hover:after {
        background: no-repeat center / cover url(../images/order-menu-arrow2.png);
    }
}

section.p-order:nth-of-type(2) {
    padding: 40px 0 120px;
}

@media screen and (max-width: 750px) {
    section.p-order:nth-of-type(2) {
        padding: 0 0 30px;
    }
}

section.p-order:nth-of-type(3) {
    padding: 40px 0 160px;
}

@media screen and (max-width: 750px) {
    section.p-order:nth-of-type(3) {
        padding: 40px 0 48px;
    }
}

.p-order-sm {
    padding: 40px 0;
    background: #f6f6f5;
}

@media screen and (max-width: 750px) {
    .p-order-sm {
        padding: 40px 0 0;
    }
}

section.p-order-sm:last-child {
    padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
    section.p-order-sm:last-child {
        padding-bottom: 35px;
    }
}

.p-order-list .p-order-list__item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .p-order-list .p-order-list__image img {
        width: 100%;
    }
}

.p-order-all .c-title-main {
    width: 100%;
    margin-bottom: 110px;
    padding: 24px 0;
    line-height: 1;
    background: #b72424;
}

@media screen and (max-width: 750px) {
    .p-order-all .c-title-main {
        margin-bottom: 52px;
        padding: 15px 0;
    }
}

#p-order-bedding .c-title-main {
    background: #de812f;
}

#p-order-bedding .p-order-list__item:not(:last-child)::before{
    background: #de812f;
}

.p-order-all .c-title-main.is-other {
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .p-order-all .c-title-main.is-other {
        margin-bottom: 45px;
    }
}

.p-order-all .c-title-main__main {
    color: #ffffff;
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .p-order-all .c-title-main__main {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 1.5;
    }
}

.p-order-all .c-title-main__sub {
    color: #ffffff;
}

@media screen and (max-width: 750px) {
    .p-order-all .c-title-main__sub {
        font-size: 11px;
        line-height: 1;
    }
}

.p-order-all .c-title-sub {
    margin: 26px 0 20px;
    font-size: 26px;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    line-height: 1;
    color: #b72424;
}

@media screen and (max-width: 750px) {
    .p-order-all .c-title-sub {
        margin: 26px 0 8px;
        font-size: 20px;
    }
}

.p-order-sm .c-title-main {
    margin-bottom: 40px;
    padding: 20px 0;
}

@media screen and (max-width: 750px) {
    .p-order-sm .c-title-main {
        margin-bottom: 26px;
        padding: 12px 0;
    }
}

.p-order-sm .c-title-main__main {
    font-size: 35px;
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .p-order-sm .c-title-main__main {
        font-size: 25px;
        line-height: 1;
    }
}

.p-order-sm .c-title-main__sub {
    color: #ffffff;
}

#p-order-order.p-order-sm {
    padding-top: 75px;
}

@media screen and (max-width: 750px) {
    #p-order-order.p-order-sm {
        padding-top: 48px;
    }
}

.p-order-list__title {
    margin-top: 0;
    margin-bottom: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1.33;
}

@media screen and (max-width: 750px) {
    .p-order-list__title {
        font-size: 25px;
    }
}

.p-order-list__body {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}

@media screen and (max-width: 750px) {
    .p-order-list__body {
        font-size: 14px;
        line-height: 1.53;
    }
}

.p-order-list__body .sm {
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .p-order-list__body .sm {
        font-size: 14px;
        line-height: 1.53;
    }
}

.p-order-list__body .f-red {
    color: #b72424;
}

.p-order-list__body:not(:nth-of-type(2)) {
    margin-top: 22px;
    line-height: 1.62;
}

.p-order-list__table tr td {
    vertical-align: top;
    font-size: 15px;
    line-height: 1.53;
    font-feature-settings: "palt";
}

.p-order-list__table tr td:first-child {
    width: 172px;
}

@media screen and (max-width: 750px) {
    .p-order-list__table tr td:nth-child(odd) {
        display: flex;
        flex-direction: column;
    }
}

.p-order-list__button-link {
    margin-top: 22px;
}

.p-order-list__button-link {
    display: block;
    width: 286px;
    margin-left: 42px;
    padding: 22px 0 18px 22px;
    border: none;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    background: #000000;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    transition: all 0.1s ease;
}

.p-order-list__button-link::before {
    content: "";
    width: 40px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -41px;
    background: no-repeat center #e78e24 url(../images/order/order-button-link-arrow.png);
}

@media screen and (max-width: 750px) {
    .p-order-list__button-link {
        width: auto;
    }
}

.p-order-list__button-link:hover {
    background: #000000;
    color: #ea970a;
}

.p-order-acc-list__item {
    margin-bottom: 0px;
}

.p-order-acc-list__item:last-child {
    border-bottom: 2px solid #cccccc;
}

.p-order-acc-list__head {
    position: relative;
    margin: 0;
    padding: 28px 75px 28px 9px;
    border-top: 2px solid #cccccc;
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: #b72424;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.1s ease;
}

@media screen and (max-width: 750px) {
    .p-order-acc-list__head {
        padding: 23px 60px 23px 0;
        min-height: 65px;
        font-size: 20px;
    }
}

.p-order-acc-list__title {
    margin: 0;
    font-weight: normal;
}

.js-toggle-contents {
    display: none;
}

.p-order-acc-list__body {
    margin: 0;
    padding: 0px 40px 35px 50px;
    letter-spacing: 0;
}

@media screen and (max-width: 750px) {
    .p-order-acc-list__body {
        padding: 0 0 12px;
    }
}

.p-order-acc-list__body:last-child {
    margin-bottom: 0;
}

.p-order-acc-list__button {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 66px;
    height: 80px;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: all 0.1s ease;
    outline: none;
}

@media screen and (max-width: 750px) {
    .p-order-acc-list__button {
        width: 60px;
        height: 65px;
    }
}

.p-order-acc-list__button.is-open .p-order-acc-list__button-line1 {
    transform: rotate(0deg);
}

.p-order-acc-list__button-line1 {
    position: absolute;
    top: 40px;
    left: 20px;
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
    transition: all 0.2s ease;
    transform: rotate(-90deg);
}

@media screen and (max-width: 750px) {
    .p-order-acc-list__button-line1 {
        top: 50%;
        left: 20px;
        width: 18px;
        height: 2px;
    }
}

.p-order-acc-list__button-line2 {
    position: absolute;
    top: 40px;
    left: 20px;
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
}

@media screen and (max-width: 750px) {
    .p-order-acc-list__button-line2 {
        top: 50%;
        left: 20px;
        width: 18px;
        height: 2px;
    }
}

.p-order-textbox {
    margin: 0;
    font-size: 18px;
    line-height: 1.625;
}

@media screen and (max-width: 750px) {
    .p-order-textbox {
        font-size: 14px;
        line-height: 1.53;
    }
}

.p-order-textbox .sm {
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .p-order-textbox .sm {
        font-size: 14px;
        line-height: 1.53;
    }
}

.p-order-textbox .f-red {
    color: #b72424;
}

@media screen and (max-width: 750px) {
    .p-order-textbox .sp-lg {
        font-size: 16px;
        line-height: 2;
    }
    .p-order-textbox .sp-lg2 {
        font-size: 16px;
        line-height: 1.53;
    }
}

#p-order-packing .p-order-textbox .textbox-inner:not(:nth-child(2)) {
    margin-top: 8px;
}

@media screen and (max-width: 750px) {
    #p-order-packing .p-order-textbox .textbox-inner:not(:nth-child(2)) {
        margin-top: 0;
    }
}

.tableWrapper {
    margin: 0 auto;
}

.tableWrapper .table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tableWrapper .table .tableLabels>div, .tableWrapper .table .tableColumn>div {
    display: table-cell;
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .tableWrapper .table .tableLabels>div, .tableWrapper .table .tableColumn>div {
        font-size: 14px;
    }
}

.tableWrapper .table .tableColumn>div {
    background: #ffffff;
}

#p-order-packing .tableWrapper {
    width: 700px;
    margin-bottom: 18px;
}

@media screen and (max-width: 750px) {
    #p-order-packing .tableWrapper {
        width: 100%;
    }
}

#p-order-packing .tableWrapper .table .tableLabels>div, #p-order-packing .tableWrapper .table .tableColumn>div {
    width: 350px;
    padding: 10px 0;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    #p-order-packing .tableWrapper .table .tableLabels>div, #p-order-packing .tableWrapper .table .tableColumn>div {
        padding: 12px 0;
    }
}

#p-order-packing .tableWrapper .table .tableLabels>div:nth-child(odd) {
    background: #ededed;
}

@media screen and (max-width: 750px) {
    #p-order-packing .tableWrapper .table .tableLabels>div:nth-child(odd) {
        width: 37%;
    }
}

#p-order-packing .tableWrapper .table .tableLabels>div:nth-child(even) {
    background: #f3e7e7;
    color: #b72424;
}

#p-order-packing .tableWrapper .table .tableColumn>div:nth-child(even) {
    font-weight: bold;
    color: #b72424;
}

@media screen and (max-width: 750px) {
    #p-order-packing .tableWrapper .table .tableColumn>div:nth-child(odd) {
        width: 37%;
    }
}

#p-order-packing .packing-kitdetail {
    width: 1000px;
    margin-top: 16px;
    background: #ffffff;
}

@media screen and (max-width: 750px) {
    #p-order-packing .packing-kitdetail {
        width: 100%;
        margin-top: 4px;
    }
}

#p-order-packing .packing-caution {
    width: 1000px;
    margin: 20px 0 28px;
    padding: 28px 40px;
    box-sizing: border-box;
    background: #ededed;
}

@media screen and (max-width: 750px) {
    #p-order-packing .packing-caution {
        width: 100%;
        margin: 30px 0 36px;
    }
}

#p-order-packing .packing-caution .packing-caution-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #b72424;
    line-height: 1.55;
}

#p-order-packing .packing-caution .packing-caution-text {
    font-size: 16px;
    line-height: 1.625;
}

@media screen and (max-width: 750px) {
    #p-order-packing .packing-caution .packing-caution-text {
        margin-bottom: 0;
    }
}

#p-order-payment .payment-cardlist {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    #p-order-payment .payment-cardlist {
        flex-direction: column;
    }
}

#p-order-payment .payment-cardlist .text {
    width: 685px;
}

@media screen and (max-width: 750px) {
    #p-order-payment .payment-cardlist .text {
        width: 100%;
    }
}

#p-order-payment .payment-cardlist .img {
    width: 303px;
}

@media screen and (max-width: 750px) {
    #p-order-payment .payment-cardlist .img {
        width: 100%;
        margin-top: 14px;
    }
}

#p-order-delivery .tableWrapper.delivery-table1 {
    width: 1000px;
    margin: 15px 0 10px;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 {
        width: 100%;
        margin: 10px 0 25px;
    }
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels {
        width: 100%;
    }
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels>div, #p-order-delivery .tableWrapper.delivery-table1 .table .tableColumn>div {
    width: 332px;
    padding: 10px 0;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels>div:first-child {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2QxZDFkMTtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+'), linear-gradient(5.9deg, #f4f4f4, #f4f4f4 49%, #f7ebeb 50%, #f7ebeb);
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels>div:first-child {
        width: 22%;
        background: url('../images/order/order-delivery-table1_column1.png'), linear-gradient(35deg, #f4f4f4, #f4f4f4 49%, #f7ebeb 50%, #f7ebeb);
    }
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels>div:not(:first-child) {
    font-weight: bold;
    color: #595656;
    background: #f7ebeb;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableLabels>div:nth-child(2) {
        width: 51%;
    }
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableColumn>div:first-child {
    background: #f4f4f4;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableColumn>div:first-child {
        width: 22%;
    }
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableColumn>div:not(:first-child) {
    font-weight: bold;
    color: #b72424;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableColumn>div:nth-child(2) {
        width: 51%;
    }
}

#p-order-delivery .tableWrapper.delivery-table1 .table .tableAside {
    margin: 5px 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table1 .table .tableAside {
        margin: 13px 0 0 auto;
        font-size: 12px;
        line-height: 1;
    }
}

#p-order-delivery .tableWrapper.delivery-table2 {
    width: 700px;
    margin: 20px auto 16px;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table2 {
        width: 100%;
        margin: 35px auto;
    }
}

#p-order-delivery .tableWrapper.delivery-table2 .table .tableColumn div {
    width: 348px;
    padding: 10px 0;
    border: 1px solid #d1d1d1;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .tableWrapper.delivery-table2 .table .tableColumn {
        width: 100%;
    }
    #p-order-delivery .tableWrapper.delivery-table2 .table .tableColumn div:first-child {
        width: 50%;
    }
}

#p-order-delivery .tableWrapper.delivery-table2 .table .tableColumn>div:nth-child(even) {
    font-weight: bold;
    color: #b72424;
}

#p-order-delivery .p-order-textbox div.textbox-inner:not(:first-of-type) {
    margin-top: 8px;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .p-order-textbox div.textbox-inner:not(:first-of-type) {
        margin-top: 0;
    }
}

#p-order-delivery .delivery-appoint {
    width: 816px;
    margin: 36px auto 0;
}

@media screen and (max-width: 750px) {
    #p-order-delivery .delivery-appoint {
        width: 100%;
        margin: 50px auto 0;
    }
}

/* コース案内 */

.p-course-link {
    margin: 70px auto 100px;
}

@media screen and (max-width: 750px) {
    .p-course-link {
        margin: 50px auto;
    }
}

.p-course-link .is-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .p-course-link .is-sp {
        display: inherit;
    }
}

.p-course-link .p-course-cont, .p-course-link .p-course-cont-lg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.p-course-link .p-course-cont li, .p-course-link .p-course-cont-lg li {
    padding: 0 5px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    text-align: center;
}

.p-course-link .p-course-cont-lg li {
    width: 498px;
}

.p-course-link .p-course-cont-lg li:nth-child(n+2) {
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .p-course-link .p-course-cont-lg li {
        width: 100%;
        border: solid #000;
        border-width: 0 1px;
        box-sizing: border-box;
        text-align: center;
    }
    .p-course-link .p-course-cont-lg li:nth-child(n+2) {
        margin-top: 10px;
    }
}

.p-course-link .p-course-cont-lg li:nth-child(even) {
    width: 502px;
    border-right: 1px solid #000;
}

.p-course-link .p-course-cont-lg li a {
    padding: 15px 0 30px;
    display: block;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .p-course-link .p-course-cont-lg li a {
        padding: 11px 0 20px;
        font-size: 15px;
    }
}

.p-course-link .p-course-cont-lg li a:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.2s ease;
}

.p-course-link .p-course-cont-lg li a:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 7px);
    background: no-repeat url(../images/order-menu-arrow1.png);
}

@media screen and (max-width: 750px) {
    .p-course-link .p-course-cont-lg li a:after {
        content: "";
        width: 10px;
        height: 5.7px;
        position: absolute;
        bottom: 10px;
        left: calc(50% - 5px);
        background: no-repeat center / cover url(../images/order-menu-arrow1.png);
    }
}

.p-course-link .p-course-cont-lg li a:hover:after {
    background: no-repeat url(../images/order-menu-arrow2.png);
}

.p-course-list__button {
    width: 880px;
}

#p-course-dx .p-course-list__button {
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .p-course-list__button, #p-course-dx .p-course-list__button {
        width: 100%;
        position: relative;
        margin-left: 30px;
    }
    .p-course-list__button > a{
        width: calc(100% - 40px);
    }
    .p-course-list__button-link {
        position: absolute;
        top: 0;
        left: calc(50% - 30px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.p-course-list__button-link {
    margin: 22px auto 0;
}

.p-course-list__button-link {
    display: block;
    width: 286px;
    padding: 22px 22px 18px 22px;
    border: none;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    background: #000000;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease;
}

.p-course-list__button-link::before {
    content: "";
    width: 40px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -41px;
    background: no-repeat center #e78e24 url(../images/order/order-button-link-arrow.png);
}

.p-course-list__button-link:hover {
    background: #000000;
    color: #ea970a;
}

@media screen and (max-width: 750px) {
    .p-course-link .p-course-cont-lg li,
    .p-course-link .p-course-cont-lg li:nth-child(2n){
        width: 100%;
    }
    .p-course-link .p-course-cont-lg li a:hover:after {
        background: no-repeat center / cover url(../images/order-menu-arrow2.png);
    }
}

.p-course-all .course-box .text,
.p-course-all .course-box .sub
{
    text-align: left;
}

.p-course-all .c-header-title__main, .p-course-all .maintext, .p-course-all .course-box {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-feature-settings: normal;
    text-align: center;
}

.p-course-all .course-box .title{
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-feature-settings: normal;
    text-align: left;
}

.p-course-all .f-red {
    color: #b82423;
}

.p-course-all .lg {
    font-size: 20px;
}

.p-course-all .course-box .title .sm {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .p-course-all .course-box .title .sm {
        font-size: 14px;
    }
}

.p-course-all .course-box .sub a {
    color: #7ab1c3 !important;
}

.p-course-all .course-box .sub a:hover {
    color: #000000 !important;
}

@media screen and (max-width: 750px) {
    #p-course-bedding .p-course-title-in h3 {
        margin-bottom: 25px;
    }
    #p-course-bedding .p-course-futon-in .maintext {
        margin-top: 25px;
    }
    #p-course-bedding .p-course-futon-in .maintext .main {
        font-size: 23px;
        line-height: 1.44;
    }
    #p-course-bedding .p-course-futon-in .maintext .text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.375;
    }
    #p-course-bedding .course-box .title {
        font-size: 20px;
        line-height: 1.5;
        font-feature-settings: "palt";
    }
    #p-course-bedding .course-box .text {
        font-size: 14px;
        line-height: 1.53;
    }
}

#p-course-bedding .price_f09_futonPrice {
	margin-top: 0;
	width:98vw;
	position:relative;
	left:calc(13vw / -2 + 1vw);
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableLabels {
    width: 190px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.05em;
    font-weight: bold;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableLabels *:first-child {
    height: 45px;
}

#p-course-bedding .price_f09_futonPrice .price_f09_futonPrice {
    width: 880px;
    margin-top: 50px;
}

#p-course-bedding .price_f09_caution {
    width: 880px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1;
    text-align: right;
}

#p-course-bedding .price_f09_table {
    width: 880px;
}

#p-course-bedding .price_f09_table>div>* {
    height: 73px;
    background: #e8e8e8;
}

#p-course-bedding .price_f09_table>div> :nth-child(2n+1) {
    background: #f8f8f8;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableColumn {
    width: 225px;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableColumn>*:first-child {
    height: 45px;
    background: #3393c0;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableColumn>*:not(:first-child) {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.05em;
    font-weight: normal;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableColumn div:nth-child(2){
    font-weight: bold;
}

#p-course-bedding .price_f09_futonPrice .price_f09_tableColumn > div.inPreparation{
    height: 80%;
    letter-spacing: -0.8px;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
}

#p-course-bedding .price_f09_table .sm, #p-course-bedding .price_f09_table .blue, #p-course-bedding .price_f09_table .red {
    font-size: 13px;
    display: inline;
}

@media screen and (max-width: 750px) {
    #p-course-bedding .price_f09_caution {
        width: 100%;
        display: none;
    }
    #p-course-bedding .price_f09_futonPrice .price_f09_table {
        width: calc(880px - 140px);
        padding: 0;
    }
    #p-course-bedding .price_f09_futonPrice .price_f09_table>div:last-child {
        display: block;
    }
    #p-course-bedding .price_f09_futonPrice {
        display: block;
        margin-top: 40px;
    }
    #p-course-bedding .price_f09_futonPrice .price_f09_tableLabels {
        width: 120px;
    }
    #p-course-bedding .price_f09_futonPrice .price_f09_tableColumn {
        width: 200px;
    }
}

#p-course-plush .p-course-toy-in .maintext .main {
    font-size: 26px;
}

#p-course-plush .p-course-toy-in .maintext .main span {
    font-size: 28px;
}

@media screen and (max-width: 750px){
    #p-course-plush .p-course-toy-in .maintext .main {
        font-size: 23px;
    }
    
    #p-course-plush .p-course-toy-in .maintext .main span {
        font-size: 25px;
    }
}

@media screen and (max-width: 750px) {
    .p-course-toy .p-course-title-in h3 {
        margin-bottom: 25px;
    }
    .p-course-toy .p-course-toy-in .maintext {
        margin-top: 25px;
    }
    .p-course-toy .p-course-toy-in .maintext .main {
        font-size: 23px;
        line-height: 1.44;
    }
    .p-course-toy .p-course-toy-in .maintext .main span {
        font-size: 23px;
    }
    .p-course-toy .p-course-toy-in .maintext .text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.375;
    }
    .p-course-toy .course-box .title {
        font-size: 20px;
        font-feature-settings: "palt";
    }
    .p-course-toy .course-box .text {
        font-size: 14px;
        line-height: 1.53;
    }
}

#p-course-plush .course-size-box {
    width: 880px;
    margin: 92px 0 54px;
    padding: 54px;
    border: 3px solid #545454;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}

#p-course-plush .course-size-box .course-size-inner {
    display: flex;
    justify-content: space-between;
}

#p-course-plush .course-size-box .img {
    width: 165px;
    height: 209px;
    margin-left: 70px;
}

#p-course-plush .course-size-box .textbox {
    width: 475px;
}

#p-course-plush .course-size-box .title {
    margin: 18px 0 0;
    font-size: 30px;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
    font-feature-settings: normal;
}

#p-course-plush .course-size-box .sub {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1;
    font-feature-settings: normal;
}

#p-course-plush .course-size-box .text {
    position: absolute;
    top: 160px;
    left: 345px;
    width: 475px;
    font-size: 14px;
    line-height: 1.7;
    color: #b82423;
}

@media screen and (max-width: 750px) {
    #p-course-plush .course-size-box {
        width: 100%;
        margin: 48px 0 45px;
        padding: 34px 14px;
    }
    #p-course-plush .course-size-box .course-size-inner {
        justify-content: start;
    }
    #p-course-plush .course-size-box .img {
        width: 110px;
        height: 140px;
        margin: 0 0 0 18px;
    }
    #p-course-plush .course-size-box .textbox {
        width: 48%;
        margin-left: 18px;
    }
    #p-course-plush .course-size-box .title {
        margin: 1.84% 0 0;
        font-size: 20px;
        line-height: 1.375;
        font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
    }
    #p-course-plush .course-size-box .sub {
        margin: 7px 0 0;
        font-size: 14px;
        line-height: 1.53;
        font-feature-settings: normal;
    }
    #p-course-plush .course-size-box .text {
        position: static;
        margin-top: 21px;
        width: 100%;
        font-size: 12px;
        line-height: 1.66;
        color: #b82423;
    }
}

#p-course-plush .price_f09_nuiprice .price_f09_tableLabels {
    width: 190px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.05em;
    font-weight: bold;
}

#p-course-plush .price_f09_nuiprice .price_f09_tableLabels *:first-child {
    height: 45px;
}

#p-course-plush .price_f09_nuiprice .price_f09_nuiprice {
    width: 880px;
    margin-top: 50px;
}

#p-course-plush .price_f09_caution {
    width: 880px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1;
    text-align: right;
}

#p-course-plush .price_f09_table {
    width: 880px;
}

#p-course-plush .price_f09_table>div>* {
    height: 73px;
    background: #e8e8e8;
}

#p-course-plush .price_f09_table>div> :nth-child(2n+1) {
    background: #f8f8f8;
}

#p-course-plush .price_f09_nuiprice .price_f09_tableColumn {
    width: 110px;
}

#p-course-plush .price_f09_nuiprice .price_f09_tableColumn>*:first-child {
    height: 45px;
    background: #de812f;
}

#p-course-plush .price_f09_nuiprice .price_f09_tableColumn>*:not(:first-child) {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.05em;
    font-weight: normal;
}


#p-course-plush .price_f09_nuiprice .price_f09_tableColumn div:nth-child(2){
    font-weight: bold;
}

#p-course-plush .price_f09_table .sm, #p-course-plush .price_f09_table .blue, #p-course-plush .price_f09_table .red {
    font-size: 13px;
    display: inline;
}

@media screen and (max-width: 750px) {
    #p-course-plush .price_f09_caution {
        width: 100%;
        display: none;
    }
    #p-course-plush .price_f09_nuiprice .price_f09_table {
        width: calc(880px - 65px);
        padding: 0;
    }
    #p-course-plush .price_f09_nuiprice .price_f09_table>div:last-child {
        display: block;
    }
    #p-course-plush .price_f09_nuiprice {
        display: block;
        margin-top: 40px;
    }
    #p-course-plush .price_f09_nuiprice .price_f09_tableLabels {
        width: 120px;
    }
    #p-course-plush .price_f09_nuiprice .price_f09_tableColumn {
        width: 110px;
    }
}

.p-course-dx {
    padding: 100px 0;
}

.p-course-dx .p-course-title-in p {
    margin: 0;
}

.p-course-dx .p-course-dx-in {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 52px;
    background: repeat url(../images/course/course-dx-bg.jpg);
}

.p-course-dx .maintext {
    text-align: center;
    margin: 0;
}

.p-course-dx .maintext .main {
    font-size: 35px;
    line-height: 1.285;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
    font-feature-settings: normal;
}

.p-course-dx .maintext .text {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

.p-course-dx .p-dx-point {
    width: 880px;
    margin: 56px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-course-dx .p-dx-point .p-dx-point-cont {
    width: 246px;
    text-align: center;
}

.p-course-dx .p-dx-point .p-dx-point-cont:nth-child(n+4) {
    margin-top: 64px;
}

.p-course-dx .p-dx-point .p-dx-point-cont .img {
    width: 100%;
}

.p-course-dx .p-dx-point .p-dx-point-cont .title {
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #b72424;
}

.p-course-dx .p-dx-point .p-dx-point-cont .text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.625;
}

@media screen and (max-width: 750px) {
    .p-course-dx .p-course-dx-in {
        width: 86.66%;
        margin: 0 auto;
        padding: 50px 0 38px;
        background: repeat url(../images/course/course-dx-bg.jpg);
    }
    .p-course-dx .maintext .main {
        font-size: 23px;
        line-height: 1.22;
        font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
        font-feature-settings: normal;
    }
    .p-course-dx .maintext .text {
        margin: 0;
        font-size: 15px;
        line-height: 1.5;
    }
    .p-course-dx .p-dx-point {
        width: 90%;
        margin: 28px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .p-course-dx .p-dx-point .p-dx-point-cont {
        width: 48%;
        text-align: center;
    }
    .p-course-dx .p-dx-point .p-dx-point-cont:nth-child(n+3) {
        margin-top: 34px;
    }
    .p-course-dx .p-dx-point .p-dx-point-cont .img {
        width: 100%;
    }
    .p-course-dx .p-dx-point .p-dx-point-cont .title {
        border: none;
        font-size: 16px;
        line-height: 1;
        color: #b72424;
    }
    .p-course-dx .p-dx-point .p-dx-point-cont .text {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.535;
    }
}

.p-course-price {
    width: 800px;
    margin: 80px auto 0;
}

@media screen and (max-width: 750px) {
    .p-course-price {
        width: 86.66%;
        margin: 40px auto 0;
    }
}

.p-price-list__item:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .p-price-list__item:last-child {
        margin-bottom: 20px;
    }
}

.p-price-list__head {
    position: relative;
    margin: 0¥;
    padding: 20px 40px 20px 10px;
    min-height: 64px;
    font-size: 22px;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    background: #f6f6f6;
    color: #000000;
    font-feature-settings: "palt";
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.1s ease;
}

@media screen and (max-width: 750px) {
    .p-price-list__head {
        padding: 0 65px 0 12px;
        min-height: 40px;
        font-size: 17px;
        display: flex;
        align-items: center;
        background-position: left 22px top 10px;
        background-size: 13px 19px;
    }
}

.p-price-list__head:hover {
    background-color: #e6a92b;
}

.p-price-list__head::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(#e5bb25, #ea5048);
}

.p-price-list__head.is-open::after {
    height: 0;
}

.p-price-list__title {
    margin: 0;
}

.js-toggle-contents {
    display: none;
}

.p-price-list__body {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    position: relative;
    background: #ffffff;
}

@media screen and (max-width: 750px) {
    .p-price-list__body {
        padding: 0;
        background-position: left 18px top 25px;
        background-size: 18px 16px;
    }
}

.p-price-list__body::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(#e5b726, #e78a35);
}

.p-price-list__body:last-child {
    margin-bottom: 0;
}

.p-price-list__body li {
    display: flex;
    justify-content: space-between;
    padding: 16px 46px;
}

@media screen and (max-width: 750px) {
    .p-price-list__body li {
        padding: 16px 24px;
    }
}

.p-price-list__body li:not(:last-child) {
    border-bottom: 1px dotted #c0c0c0;
}

.p-price-list__body li div {
    line-height: 1.5;
}

.p-price-list__body li:first-child div {
    font-size: 16px;
    font-weight: bold;
}

.p-price-list__body li>div:first-child {
    width: 492px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .p-price-list__body li>div:first-child {
        width: calc(100% - 128px);
        text-align: left;
    }
}

.p-price-list__body li>div:not(:first-child) {
    width: 64px;
    text-align: right;
}

.p-price-list__button {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 66px;
    height: 60px;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: all 0.1s ease;
    outline: none;
}

@media screen and (max-width: 750px) {
    .p-price-list__button {
        width: 60px;
        height: 40px;
        top: calc(50% - 20px - 3px);
    }
}

.p-price-list__button-line1 {
    position: absolute;
    top: 29px;
    left: 20px;
    display: block;
    width: 25px;
    height: 2px;
    background: linear-gradient(#ea5048, #ea5048);
    transition: all 0.2s ease;
    transform: rotate(-90deg);
}

@media screen and (max-width: 750px) {
    .p-price-list__button-line1 {
        top: 50%;
        left: 20px;
        width: 18px;
        height: 2px;
    }
}

.p-price-list__button-line2 {
    position: absolute;
    top: 29px;
    left: 20px;
    display: block;
    width: 25px;
    height: 2px;
    background: linear-gradient(#ea5048, #ea5048);
}

@media screen and (max-width: 750px) {
    .p-price-list__button-line2 {
        top: 50%;
        left: 20px;
        width: 18px;
        height: 2px;
    }
}

.p-price-list__button.is-open .p-price-list__button-line1 {
    transform: rotate(0deg);
}

.p-price-list__button.is-open .p-price-list__button-line2 {
    transform: rotate(0deg);
    background: linear-gradient(#e78c34, #e78b35);
}

.p-course-option {
    padding: 100px 0;
    background: #f6f6f6;
}

.p-course-option .p-option-heading {
    width: 100%;
    margin: 0;
    padding: 24px 0;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
    color: #ffffff
}

.p-course-option .heading-blue {
    background: #3393c0;
}

.p-course-option .heading-red {
    background: #b82423;
}

.p-course-option .p-option-cont {
    margin-bottom: 78px;
}

.p-course-option .p-option-cont li {
    margin-top: 48px;
    text-align: left;
    font-feature-settings: normal;
}

.p-course-option .p-option-cont li .title {
    border: none;
    font-size: 22px;
    line-height: 1;
}

.p-course-option .p-option-cont li .text {
    font-size: 16px;
    line-height: 1.625;
}

.p-course-option .p-option-cont li .sm {
    display: inline;
    font-size: 15px;
}

@media screen and (max-width: 750px) {
    .p-course-option .p-course-title-in h3 {
        margin: 0 auto 30px;
    }
    .p-course-option .p-option-heading {
        width: 100%;
        padding: 12px 0;
        font-size: 25px;
    }
    .p-course-option .p-option-cont {
        margin-bottom: 38px;
    }
    .p-course-option .p-option-cont li {
        margin-top: 30px;
    }
    .p-course-option .p-option-cont li .title {
        font-size: 16px;
    }
    .p-course-option .p-option-cont li .text {
        font-size: 13px;
        line-height: 1.53;
    }
    .p-course-option .p-option-cont li .sm {
        display: inline;
        font-size: 12px;
    }
}