@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-list {
    padding: 40px 0 80px
}

.p-list__title {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.5
}

.p-list__title .num {
    margin-left: 10px;
    font-size: 15px
}

.p-list__title .num .red {
    color: red
}

.p-list-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #e5e5e5
}

.p-list-item+.p-list-item {
    margin-top: 40px
}

.p-list-check {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 55px;
    background-color: #eee
}

.p-list-check input {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.p-list-check input:checked+.p-list-check__parts {
    background: url(../../img/common/icon_check02.png) 50% no-repeat #fff;
    background-size: 21px auto
}

.p-list-check__parts {
    position: relative;
    width: 27px;
    height: 27px;
    border: 2px solid #bfbfbf;
    background-color: #fff
}

.p-list-detail {
    width: 100%;
    padding: 45px 70px 20px 20px
}

.p-list-detail__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.p-list-detail__main .image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    margin-right: 35px
}

.p-list-detail__main .image img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-list-detail__main .textarea {
    position: relative;
    width: 100%
}

.p-list-detail__main .textarea__fav {
    position: absolute;
    top: 0;
    right: 0;
    color: #007bf5;
    font-size: 12px
}

.p-list-detail__main .textarea__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.p-list-detail__main .textarea__access {
    margin-bottom: 20px;
    color: grey;
    font-size: 12px;
    line-height: 1.5
}

.p-list-detail__main .textarea__detail {
    padding: 20px 15px;
    background-color: #fafafa
}

.p-list-detail__main .textarea__detail p {
    font-size: 14px;
    line-height: 1.78571
}

.p-list-detail .c-menu li:nth-child(n+4) {
    display: none
}

.p-list-detail__btn {
    margin-top: 20px;
    text-align: center
}

.p-list-detail__btn a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 41px;
    border-radius: 5px;
    background-color: #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78571
}

.p-popup {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .24);
    display: none;
    z-index: 99;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .24)
}

.p-popup__women {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0
}

.p-popup__text01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px
}

.p-popup__text01 img {
    margin-right: 5px
}

.p-popup__btns,
.p-popup__btns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-popup__btns a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38462
}

.p-popup__btns a+a {
    margin-left: 5px
}

.p-popup__btns a.orange {
    background-color: #ff6e20;
    color: #fff
}

.p-popup__btns a.green {
    border: 2px solid #32c1b2;
    background-color: #fff;
    color: #32c1b2
}

.p-popup__text02 {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.38462
}

@media screen and (max-width:767px) {
    .p-list__title {
        font-size: 18px
    }

    .p-list__title .num {
        font-size: 13px
    }

    .p-list__items {
        margin-right: -20px;
        margin-left: -20px
    }

    .p-list-check {
        width: 35px
    }

    .p-list-check__parts {
        width: 24px;
        height: 24px
    }

    .p-list-detail {
        padding: 20px
    }

    .p-list-detail__main {
        display: block;
        margin-bottom: 10px
    }

    .p-list-detail__main .image {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        overflow: hidden;
        max-height: 380px;
    }

    .p-list-detail__main .image img {
        -o-object-fit: cover;
        width: 100%;
        height: auto;
        object-fit: unset;
        /* max-height: 380px; */
    }
    
    .p-list-detail__main .textarea__fav {
        display: inline-block;
        position: static;
        margin-bottom: 15px;
        font-size: 13px
    }

    .p-list-detail__main .textarea__title {
        margin-bottom: 5px
    }

    .p-list-detail__main .textarea__access {
        margin-bottom: 10px
    }

    .p-list-detail__main .textarea__detail {
        padding: 10px
    }

    .p-list-detail__btn a {
        width: 100%;
        padding: 5px
    }

    body {
        padding-bottom: 80px
    }

    .p-popup {
        right: 0;
        bottom: 0;
        left: 0
    }

    .p-popup__btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .p-popup__btns a {
        width: 32%;
        height: 40px
    }

    .p-popup__btns a+a {
        margin-left: 0
    }
}

/*# sourceMappingURL=../map/page/service.css.map */
