@charset "UTF-8";
/*============================================================
guide wrap
==============================================================*/

.l-content_category {
    width: 100%
}

.l-category {
    padding: 50px 0 0;
}

.l-container_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    padding: 0 30px;
    margin: auto;
}

.l-category_head {
    text-align: center;
    width: 100%;
}
.c-title_cate{
    font-size: 2.2rem;
}
.c-title_cate span {
    display: block;
    font-size: 6.4rem;
    line-height: 1;
}

.l-category_head .p-catehead_text {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: 25px;
}

.l-category_head .p-main_img {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.l-category_head .p-catehead_text::before, .l-category_head .p-catehead_text::after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 60px;
    background-image: url(../../assets/images/guide/bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    content: "";
}

.l-category_head .p-catehead_text::after {
    top: inherit;
    bottom: 0;
}

.l-category_head .p-main_title {
    color: #FF758B;
    margin-top: 20px;
    margin-bottom: 10px;
}

.l-detail-case_slider_container {
    align-items: unset;
}

.l-detail-guide {
    padding: 40px 0;
}

.l-detail-guide .p-guide_title {
    font-size: 2rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
    margin-bottom: 24px;
    font-weight: 700;
}

.l-detail-guide .l-detail-guide_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-detail-guide .l-detail-guide_list_item {
    display: flex;
    justify-content: space-between;
    width: 49%;
    margin-bottom: 2%;
    background: #fff;
    padding: 20px 16px;
}

.l-detail-guide .p-guide_list_img {
    width: 81px;
}

.l-detail-guide .p-guide_list_text {
    width: 270px;
}

.l-detail-guide .p-guide_list_title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.l-detail-guide .p-guide_list_sub {}

.l-detail-guide .p-guide_list_arrow {
    width: 16px;
    margin-top: 3px;
}

.l-detail-order {
    background: #FFE000;
}

.l-detail-production {
    background: #FF758B;
}

.l-detail-production .p-guide_title {
    color: #fff;
    border-color: #fff;
}

.l-detail-other {
    background: #EBEBEB;
}

/*============================================================
aside
==============================================================*/

.l-aside-category {
    width: 200px;
    position: relative;
    margin-bottom: 50px;
}

.p-aside_search {
    margin-bottom: 30px;
    border: 2px solid #808080;
    position: relative;
}

.p-aside_search_input {
    width: calc(100% - 44px);
    height: 34px;
    padding: 10px;
    border: medium none;
}

.p-aside_search_btn {
    width: 44px;
    vertical-align: bottom;
    height: 34px;
    background: #000 url(../images/common/header-search.png) no-repeat center / 26px;
    cursor: pointer;
}

.p-title_aside {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.6rem;
}

.p-section_aside_cate {
    border-top: 2px solid #C4C4C4;
    padding: 16px 0;
}

.p-title_aside_section {
    font-weight: 700;
    font-size: 1.4rem;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    transition: .2s ease;
}

.p-title_aside_section:hover {
    opacity: .5;
}

.p-title_aside_section span {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    display: block;
}

.p-title_aside_section span::before, .p-title_aside_section span::after {
    display: block;
    position: absolute;
    content: "";
    background: #000;
    border-radius: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s ease;
}

.p-title_aside_section span::before {
    width: 100%;
    height: 4px;
}

.p-title_aside_section span::after {
    height: 0;
    width: 4px;
    transition: .2s ease;
}

.p-title_aside_section.is-active span::after {
    height: 100%;
}

.p-section_aside_cate ul.p-list_catecheck {
    margin-top: 5px;
}

.p-section_aside_cate ul.p-list_catecheck li {
    position: relative;
    margin-top: 15px;
}

.p-section_aside_cate ul.p-list_catecheck>li:hover .l-list_pop_menu {
    display: block;
}

.l-list_pop_menu {
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 100;
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li {
    margin: 0;
    padding: 10px;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li:hover {
    background: #EBEBEB;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li span {
    display: none;
}

.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li .p-check_cate {
    padding: 0;
}

.p-check_cate {
    box-sizing: border-box;
    transition: .2s ease;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    font-size: 1.2rem;
}

.p-radio_cate {
    box-sizing: border-box;
    transition: .2s ease;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    font-size: 1.2rem;
}

.p-section_aside_cate ul li input[type=checkbox] {
    display: none;
}

.p-check_cate span {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c4c4c4;
    content: '';
}

.p-radio_cate span {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c4c4c4;
    content: '';
}

.p-detail-case_slider_txt {
    margin-bottom: 12px;
}

.p-check_cate span:before, .p-check_cate span:after {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    background: #000;
}

.p-radio_cate span:before {
    transition: .2s ease;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.p-list-sort li input[type=radio]:checked+.p-radio_cate span:before {
    opacity: 1;
}

.p-check_cate span:before {
    width: 2px;
    height: 8px;
}

.p-check_cate span:after {
    width: 8px;
    height: 2px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate {
    background: #ebebeb;
    padding: 13px 10px 13px 30px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span {
    border: none;
    border-radius: 50%;
    background: #fff;
    left: 4px;
    width: 18px;
    height: 18px;
}

.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span:before, .p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked+.p-check_cate span:after {
    opacity: 1;
}

.l-list_sub_cate .sub_cate {
    display: none;
}

.l-list_sub_cate input[type=checkbox]:checked+.sub_cate {
    display: block;
}

.p-section_aside_cate ul.p-list_catecolor {
    margin-top: 10px;
}

.p-list_catecolor_inner {
    display: flex;
    flex-wrap: wrap;
}

.p-section_aside_cate ul.p-list_catecolor li {
    width: 25%;
    text-align: center;
    font-size: 1rem;
}

.p-section_aside_cate ul.p-list_catecolor li span {
    transition: .2s ease;
    display: block;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto 5px;
    cursor: pointer;
}

.p-coloricon_01 {
    border: 1px solid #ddd;
}

.p-coloricon_02 {
    background: #000;
}

.p-coloricon_03 {
    background: #EBEBEB;
}

.p-coloricon_04 {
    background: #9A5B3F;
}

.p-coloricon_05 {
    background: #F4E8C8;
}

.p-coloricon_06 {
    background: #00B300;
}

.p-coloricon_07 {
    background: #008FFF;
}

.p-coloricon_08 {
    background: #9253D1;
}

.p-coloricon_09 {
    background: #FFDE00;
}

.p-coloricon_10 {
    background: #FF758B;
}

.p-coloricon_11 {
    background: #EF2E44;
}

.p-coloricon_12 {
    background: #FF8210;
}

.p-coloricon_13 {
    background: url(../images/category/bg_color_other.png);
}

.p-section_aside_cate ul.p-list_catecolor li input[type=checkbox]:checked+.p-check_cate_color span {
    border: 3px solid #888;
}

.p-list_catebland {
    margin-top: 12px;
}

.p-list_catebland_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-list_catebland_inner li {
    width: 48%;
    margin-top: 8px;
}

.p-list_catebland_inner li input[type=checkbox] {
    display: none;
}

.p-list_catebland_inner li .p-check_cate_bland {
    border: 1px solid #EBEBEB;
    transition: .2s ease;
    display: block;
    cursor: pointer;
}

.p-list_catebland_inner li input[type=checkbox]:checked+.p-check_cate_bland {
    border-color: #000;
}

.p-aside_btn_area {
    position: relative;
    height: 126px;
}

.p-inner_asidebtn {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 200px;
    z-index: 10;
}

.p-inner_asidebtn.is-fit {
    position: relative;
}

.p-aside_btn_area a {
    transition: .2s ease;
}

.p-aside_btn_area a:hover {
    opacity: .5;
}

.p-submit_aside a {
    text-align: center;
    box-sizing: border-box;
    background: #FFDE00;
    border: 3px solid #000;
    display: block;
    font-size: 1rem;
    height: 56px;
    border-radius: 28px;
}

.p-submit_aside {
    margin-bottom: 10px;
}

.p-submit_aside a span.p-text_count {
    display: block;
    font-size: 2rem;
}

.p-submit_aside a span.p-text_count .p-text_count_s {
    font-size: 1.2rem;
}

.p-clear_aside a {
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #000;
    background: #fff;
    display: block;
    font-size: 1rem;
    height: 40px;
    line-height: 34px;
    border-radius: 20px;
}

/*============================================================
CSS for case study
==============================================================*/

.l-content_category_cs {
    width: 100%;
}

.l-container_cs {
    max-width: auto;
}

.c-title_cate_cs {
    font-weight: 700;
    padding: 0vw 10vw 5vw 10vw;
    font-size: 2.2rem;
}

.l-flex-circle-box-cs {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    margin-bottom: 30px;
}

.p-circle-cs_pink {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: hsl(350, 100%, 73%);
    border: solid 5px black;
}

.p-circle-cs_yellow {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #FFDE00;
    border: solid 5px black;
}

.p-circle-cs_green {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #01B300;
    border: solid 5px black;
}

.p-circle-inner-cs {
    position: relative;
    display: inline-block;
    left: -0px;
    top: 58px;
    width: 220px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
}

.p-green_circle-inner-cs {
    position: relative;
    display: inline-block;
    left: -0px;
    top: 77px;
    width: 220px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
}
.p-yellow_circle-inner-cs {
    position: relative;
    display: inline-block;
    left: -0px;
    top: 77px;
    width: 220px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
}
.c-margin-bottom-10 {
    margin-bottom: 50px;
    padding: 0 160px;
}

.l-flex-images-3-cs {
    padding-bottom: 50px;
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(3, 1fr);
}

.l-flex-images-4-cs {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(4, 1fr);
}

.l-company-list-cs {
    margin: 50px 20px 50px 20px;
}

.l-intro-cont-cs {
    background-color: #FFDE00;
    padding: 50px 150px;
}
.c-page-slider .slick-next{
    right: -20px;
}
.c-intro-cont-title-cs {
    padding: 5% 2vw 0 2vw;
    margin-bottom: 0;
    font-size: 2.2rem;
}

.c-detail-case-image-cs {
    width: 48%;
    margin-right: 4%;
}

.l-detail-case_slider_content_cs {
    padding-bottom: 5%;
    /*width: 100%;*/
}

.p-detail-case_slider_title_cs {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    color: black;
    font-size: 1.6rem;
    text-align: left;
}

.p-detail-case_slider_txt_cs {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    line-height: 21px;
}

.c-detail-case-button-cs {
    width: 40%;
    font-weight: 900;
}

.l-content-gallery_cs {
    padding: 5rem 150px 5rem;
    background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -51px;
    /* margin: -19px 24px 0 26px; */
    margin: 0 auto;
}

.l-content-gallery-background2-cs {
    background: #FFF url(../images/results/history-bg.png) no-repeat center top -47px;
    /* margin: -26px 24px 0 26px; */
    padding: 70px 170px 0;
    margin: 0 auto;
}

.l-content-result-list-title {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0 0 1vw 0;
    text-align: center;
}

.l-content-result-list-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 1vw;
    text-align: center;
}

/*============================================================
toggle
==============================================================*/

.l-detail-customer_list {
    margin-bottom: 20px;
}

.l-detail-customer_list .p-customer_title {
    position: relative;
    border: 4px solid #EBEBEB;
    padding: 24px;
    margin-bottom: 0;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

.l-detail-customer_list .p-customer_title:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/payment/icon-plus.png) 0 0 no-repeat;
    top: 30px;
    right: 25px;
    background-size: contain;
}

.l-detail-customer_list .p-customer_title.is-active:before {
    background-image: url(../images/payment/icon-minus.png);
    top: 40px;
}

.l-detail-customer_list_item {
    border: 4px solid #EBEBEB;
    padding: 24px 24px 40px;
    margin-bottom: 30px;
    border-top: none;
    display: none;
}

.l-customer-order_list_item01 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item01 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item02 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item02 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item03 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item03 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.l-customer-order_list_item04 .p-detail-customer_table {
    margin-bottom: 30px;
}

.l-custome-order_list_item04 .l-detail-customer_subtitle {
    margin-bottom: 15px;
}

.c-close-btn {
    background: #EBEBEB;
    color: #000;
    margin-top: 30px;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.p-close_btn {
    display: block;
    padding: 0 60px;
}

.p-btn-gallery-cs {
    max-width: 200px;
    margin: 20px auto 0;
    width: 82%;
    padding: 1vw 0 2vw;
}

.c-btn-gallery-font-cs {
    display: block;
    height: 48px;
    line-height: 42px;
    width: 100%;
    text-align: center;
    border: 3px solid #000;
    background: #FFDE00;
    border-radius: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .2s ease;
    background: #000;
    color: #fff;
}

.l-btn-cs {
    text-align: center;
    padding-bottom: 4vw;
    padding-top: 4vw;
    margin: 2vw;
}

.c-page-btn_cs {
    font-size: 2rem;
    width: 70%;
}
.l-company-image-list-cs{
    padding: 0 100px
}
.l-intro-cont-cs .l-detail-recommend_slider .slick-prev{
    left: -20px;
}
/*============================================================
breakpoint 761px
==============================================================*/

@media screen and (min-width: 761px) {
    .sp {
        display: none!important;
    }
}

/*============================================================
breakpoint 1024px
==============================================================*/

@media screen and (max-width: 1024px) {
    .l-content_category {
        margin-top: 50px;
    }
}

/*============================================================
breakpoint 1100px
==============================================================*/

@media screen and (max-width: 1100px) {
    .l-aside-category {
        width: 100%;
        order: 2;
        padding: 0 30px;
    }
    .l-content_category {
        width: 100%;
        order: 1;
        margin-bottom: 60px;
    }
    .p-list_catebland_inner li .p-check_cate_bland {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .l-category {
        padding: 0;
    }
    .l-container_category {
        padding: 0;
    }
    .l-container_cs {
        max-width: 100vw;
    }
    .l-content-gallery_cs {
        padding: 160px 0 0;
        background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -66px;
    }
    .l-content-gallery-background2-cs {
        background: #FFF url(../images/results/history-bg.png) no-repeat center top -52px;
    }
    .l-content-result-list-title {
        font-size: 2.2rem;
        font-weight: 600;
        padding: 200px 0 1vw 0;
        text-align: center;
    }
}
/*============================================================
breakpoint 768px
==============================================================*/

@media screen and (max-width:768px) {
    .l-company-image-list-cs{
        padding: 0;
    }
    .c-title_cate{
        font-size: 1.4rem;
    }
    .c-title_cate span {
        display: block;
        font-size: 3.6rem;
        line-height: 1;
    }
    .c-title_cate_cs {
        font-weight: 700;
        padding: 0vw 10vw 7vw 10vw;
        font-size: 1.6rem;
    }
    .l-flex-circle-box-cs {
        padding: 0;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 8vw;
    }
    .p-circle-cs_pink {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #FF758B;
        border: solid 1vw black;
    }
    .p-circle-cs_yellow {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #FFDE00;
        border: solid 1vw black;
    }
    .p-circle-cs_green {
        position: relative;
        display: inline-block;
        width: 28vw;
        height: 28vw;
        border-radius: 50%;
        background: #01B300;
        border: solid 1vw black;
    }
    .p-circle-inner-cs {
        position: absolute;
        display: inline-block;
        left: -4%;
        top: 20%;
        width: 28vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .p-green_circle-inner-cs {
        position: absolute;
        display: inline-block;
        left: -4%;
        top: 30%;
        width: 28vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .p-yellow_circle-inner-cs {
        position: absolute;
        display: inline-block;
        left: -4%;
        top: 30%;
        width: 28vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 800;
    }
    .c-margin-bottom-10 {
        margin-bottom: 10vw;
        padding: 0 20px;
    }
    .l-company-image-list-cs {
        margin: 0 5vw 0;
    }
    .l-flex-images-3-cs {
        padding-bottom: 10vw;
        display: grid;
        grid-gap: 10vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .l-flex-images-4-cs {
        display: grid;
        grid-gap: 15vw;
        grid-template-columns: repeat(4, 1fr);
    }
    .l-company-list-cs {
        margin: 10% 1vw 10% 1vw;
    }
    .l-intro-cont-cs {
        background-color: #FFDE00;
        width: 100%;
        padding: 10% 0;
    }
    .c-intro-cont-title-cs {
        padding: 5% 2vw 2% 2vw;
        font-size: 1.6rem;
    }
    .c-detail-case-image-cs {
        width: 100%;
        padding: 2vw 0 5vw 0;
    }
    .p-detail-case_slider_title_cs {
        color: black;
        font-size: 1.4rem;
    }
    .p-detail-case_slider_txt_cs {
        display: none;
        font-size: 3vw;
    }
    .l-detail-case_slider_container{
        padding: 0 55px
    }
    .l-intro-cont-cs .l-detail-recommend_slider .slick-prev{
        left: 10px;
    }
    .c-page-slider .slick-next {
        right: 10px;
    }
    .c-detail-case-button-cs {
        min-width: 100px;
        width: 40%;
        font-weight: 900;
    }
    .l-content-gallery_cs {
        padding: 10% 0 0;
        background: #FF758B url(../images/results/relate-bg.png) no-repeat center top -83px;
        margin: 0 0 0 0;
        width: 100%;
    }
    .l-content-gallery-background2-cs {
        padding: 5rem 0 0 0;
        background: #FFF url(../images/results/history-bg.png) no-repeat center top -92px;
        margin: 0 0 0 0;
        width: 100%;
    }
    .l-content-result-list-title {
        font-size: 5vw;
        font-weight: 600;
        padding: 0 0 1rem 0;
        text-align: center;
    }
    .l-content-result-list-subtitle {
        font-size: 3vw;
        font-weight: 400;
        padding-bottom: 5vw;
        text-align: center;
    }
    /*============================================================
    toggle
    ==============================================================*/
    .l-detail-customer_list {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .l-detail-customer_list .p-customer_title {
        border: 4px solid #EBEBEB;
        padding: 15px;
        margin-bottom: 0;
        font-size: 1.6rem;
        position: relative;
        cursor: pointer;
    }
    .l-detail-customer_list .p-customer_title:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: url(../images/payment/icon-plus.png) 0 0 no-repeat;
        top: 20px;
        right: 25px;
        background-size: contain;
    }
    .l-detail-customer_list .p-customer_title.is-active:before {
        background-image: url(../images/payment/icon-minus.png);
        top: 27px;
    }
    .l-detail-customer_list_item {
        border: 4px solid #EBEBEB;
        padding: 24px 24px 40px;
        margin-bottom: 30px;
        border-top: none;
        display: none;
    }
    .l-customer-order_list_item01 .p-detail-customer_table {
        margin-bottom: 30px;
    }
    .l-custome-order_list_item01 .l-detail-customer_subtitle {
        margin-bottom: 15px;
    }
    .l-customer-order_list_item02 .p-detail-customer_table {
        margin-bottom: 30px;
    }
    .l-custome-order_list_item02 .l-detail-customer_subtitle {
        margin-bottom: 15px;
    }
    .l-customer-order_list_item03 .p-detail-customer_table {
        margin-bottom: 30px;
    }
    .l-custome-order_list_item03 .l-detail-customer_subtitle {
        margin-bottom: 15px;
    }
    .l-customer-order_list_item04 .p-detail-customer_table {
        margin-bottom: 30px;
    }
    .l-custome-order_list_item04 .l-detail-customer_subtitle {
        margin-bottom: 15px;
    }
    .c-close-btn {
        background: #EBEBEB;
        color: #000;
        margin-top: 30px;
        font-size: 1.6rem;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .p-close_btn {
        display: block;
        padding: 0 60px;
    }
    .p-btn-gallery-cs {
        max-width: 200px;
        margin: 20px auto 0;
        width: 82%;
        padding: 10vw 0 14vw;
    }
    .c-btn-gallery-font-cs {
        display: block;
        height: 48px;
        line-height: 42px;
        width: 100%;
        text-align: center;
        border: 3px solid #000;
        background: #FFDE00;
        border-radius: 24px;
        font-size: 1.4rem;
        font-weight: 700;
        transition: .2s ease;
        background: #000;
        color: #fff;
    }
    .l-btn-cs {
        text-align: center;
        padding-bottom: 5vw;
        padding-top: 10vw
    }
    .c-page-btn_cs {
        font-size: 4vw;
        width: 90vw;
    }
}