@media screen and (max-width: 767px)
{
    .u-pc
    {
        display: none !important;
    }
}

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

@media screen and (min-width: 1024px)
{
    .u-tb
    {
        display: none !important;
    }
}

@media screen and (min-width: 1024px)
{
    .u-tb-only
    {
        display: none !important;
    }
}

@media screen and (max-width: 767px)
{
    .u-tb-only
    {
        display: none !important;
    }
}

@media screen and (max-width: 1023px)
{
    .u-pc-only
    {
        display: none !important;
    }
}

/* ==========================================================================
bodyPage
========================================================================== */
.bodyZero
{
    padding-top: 100px;
    padding-bottom: 100px; 

    background: transparent url(../images/common/bg-blue.png) repeat top center/100%;
}

@media screen and (max-width: 767px)
{
    .bodyZero
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bodyZero__heading
{
    position: relative; 

    margin-bottom: 50px;

    text-align: center;
}

.bodyZero__heading::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 60px;
    height: 63px;

    content: '';

    background: transparent url(../images/body/zero-object.png) no-repeat top center/cover;
}

@media screen and (max-width: 1023px)
{
    .bodyZero__heading::before
    {
        display: none;
    }
}

.bodyZero__text
{
    margin-bottom: 80px; 

    text-align: center;
}

.bodyZero__check-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 50px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px)
{
    .bodyZero__check-box
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.bodyZero__check-img
{
    width: 210px;
}

.bodyZero__check-box-text
{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}

@media screen and (max-width: 767px)
{
    .bodyZero__check-box-text
    {
        width: 100%;
        margin-top: 10px;
    }
}

.bodyZero__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1023px)
{
    .bodyZero__wrapper
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.bodyZero__wrapper-img-box
{
    width: 19%;
}

@media screen and (max-width: 1023px)
{
    .bodyZero__wrapper-img-box
    {
        text-align: center;
    }
    .bodyZero__wrapper-img-box:nth-of-type(-n + 3)
    {
        width: 31%;
    }
    .bodyZero__wrapper-img-box:nth-of-type(n + 4)
    {
        width: 50%; 
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .bodyZero__wrapper-img-box
    {
        margin-right: auto;
        margin-left: auto;
    }
    .bodyZero__wrapper-img-box img
    {
        width: 100%;
    }
    .bodyZero__wrapper-img-box:nth-of-type(-n + 3)
    {
        width: 150px;
    }
    .bodyZero__wrapper-img-box:nth-of-type(n + 4)
    {
        width: 150px;
    }
    .bodyZero__wrapper-img-box:nth-of-type(n + 3)
    {
        margin-top: 20px;
    }
}

.bodyZero__type-container
{
    padding: 60px 40px 30px;

    border-radius: 10px; 
    background-color: #f7f7c9;
}

.bodyZero__type-title
{
    margin-bottom: 30px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-title img
    {
        width: 100%;
    }
}

.bodyZero__type-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-wrapper
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.bodyZero__type-wrapper--left
{
    width: 32%;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-wrapper--left
    {
        width: 100%;
    }
}

.bodyZero__type-wrapper--center
{
    width: 32%;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-wrapper--center
    {
        width: 100%;
        margin-top: 40px;
    }
}

.bodyZero__type-wrapper--right
{
    width: 32%;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-wrapper--right
    {
        width: 100%;
        margin-top: 40px;
    }
}

.bodyZero__type-wrapper-title
{
    font-size: 20px;
    font-weight: 600; 

    margin-bottom: 10px;

    text-align: center;

    color: #ea2262;
}

.bodyZero__type-wrapper-text
{
    margin-bottom: 10px; 

    text-align: center;
}

.bodyZero__type-wrapper-img-box
{
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyZero__type-wrapper-img-box
    {
        width: 80px;
        margin-right: auto; 
        margin-left: auto;
    }
    .bodyZero__type-wrapper-img-box img
    {
        width: 100%;
    }
    .bodyZero__type-wrapper-img-box.sp-width
    {
        width: 140px;
    }
}

.bodySalon
{
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px)
{
    .bodySalon
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bodySalon__heading
{
    margin-bottom: 50px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodySalon__heading
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
}

.bodySalon__big-img-box
{
    margin-bottom: 50px; 

    text-align: center;
}

@media screen and (max-width: 1023px)
{
    .bodySalon__big-img-box img
    {
        width: 100%;
    }
}

.bodySalon__container:nth-of-type(n + 2)
{
    margin-top: 60px;
}

.bodySalon__container.foot
{
    position: relative;
}

.bodySalon__container.foot::before
{
    position: absolute;
    right: -140px;
    bottom: -140px;

    width: 210px;
    height: 442px;

    content: '';

    background: transparent url(../images/css/machine.png) no-repeat top center/cover;
}

@media screen and (max-width: 1023px)
{
    .bodySalon__container.foot::before
    {
        right: 70px;
    }
}

@media screen and (max-width: 767px)
{
    .bodySalon__container.foot::before
    {
        display: none;
    }
}

.bodySalon__title
{
    font-size: 20px;

    width: 200px;
    margin: 0 auto 40px;
    padding: 10px 0;

    text-align: center; 

    color: #fff;
}

.bodySalon__title--01
{
    background-color: #975072;
}

.bodySalon__title--02
{
    background-color: #a84422;
}

.bodySalon__lead
{
    font-size: 20px; 

    margin-bottom: 40px;

    text-align: center;
}

.bodySalon__cards
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 1023px)
{
    .bodySalon__cards
    {
        width: 500px;
        margin-right: auto; 
        margin-left: auto;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px)
{
    .bodySalon__cards
    {
        width: 100%;
    }
}

.bodySalon__cards--foot
{
    width: 740px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px)
{
    .bodySalon__cards--foot
    {
        width: 500px; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px)
{
    .bodySalon__cards--foot
    {
        width: 100%;
    }
}

.bodySalon__card
{
    width: 210px;
}

@media screen and (max-width: 1023px)
{
    .bodySalon__card:nth-of-type(n + 3)
    {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .bodySalon__card
    {
        width: 100%;
    }
    .bodySalon__card:nth-of-type(n + 2)
    {
        margin-top: 50px;
    }
}

.bodySalon__card-img
{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px)
{
    .bodySalon__card-img
    {
        text-align: center;
    }
    .bodySalon__card-img img
    {
        width: 100%;
    }
}

.bodySalon__card-title
{
    font-size: 20px; 

    margin-bottom: 10px;
}

.bodyMenu
{
    position: relative; 

    padding-top: 100px;
    padding-bottom: 100px;

    background: transparent url(../images/common/bg-blue.png) repeat top center/100%;
}

@media screen and (max-width: 767px)
{
    .bodyMenu
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bodyMenu__heading
{
    margin-bottom: 50px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyMenu__heading
    {
        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
}

.bodyMenu__lead-box
{
    width: 100%;
    margin-bottom: 50px; 
    padding: 20px 0;

    text-align: center;

    border-radius: 10px;
    background-color: #f2d8db;
}

.bodyMenu__lead
{
    font-size: 26px;
    line-height: 1.8;
}

@media screen and (max-width: 767px)
{
    .bodyMenu__lead
    {
        font-size: 20px;
    }
}

.bodyMenu__color
{
    color: #f27aa1;
}

.bodyMenu__small
{
    font-size: 14px;

    vertical-align: middle;
}

.bodyMenu__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 670px;
    margin: 0 auto 50px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}

@media screen and (max-width: 767px)
{
    .bodyMenu__wrapper
    {
        width: 100%; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px)
{
    .bodyMenu__img-box
    {
        width: 100%;
    }
    .bodyMenu__img-box img
    {
        width: 100%;
    }
    .bodyMenu__img-box:nth-of-type(n + 2)
    {
        width: 93%;
        margin-top: 20px; 
        margin-left: auto;
    }
}

.bodyMenu__text
{
    max-width: 650px;
    margin: 0 auto 50px; 

    text-align: center;
}

.bodyMenu__object
{
    position: absolute;
    z-index: 1; 
    bottom: -100px;
}

.bodyMenu__object--left
{
    left: -290px; 

    width: 310px;
    height: 283px;

    background: transparent url(../images/body/menu-object_1.png) no-repeat top center/cover;
}

@media screen and (max-width: 1023px)
{
    .bodyMenu__object--left
    {
        display: none;
    }
}

.bodyMenu__object--right
{
    right: -210px; 

    width: 156px;
    height: 260px;

    background: transparent url(../images/body/menu-object_2.png) no-repeat top center/cover;
}

@media screen and (max-width: 1023px)
{
    .bodyMenu__object--right
    {
        display: none;
    }
}

.bodyMenuhead
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-bottom: 50px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bodyMenuhead::before
{
    position: absolute;
    top: 38%;
    left: -200px;

    width: 120px;
    height: 108px; 

    content: '';

    background: transparent url(../images/body/selzero-object.png) no-repeat top center/cover;
}

.bodyMenuhead__container:nth-of-type(-n + 2)
{
    width: 100%;
}

.bodyMenuhead__container:nth-of-type(n + 3)
{
    width: 48%;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__container:nth-of-type(n + 3)
    {
        width: 100%;
    }
}

.bodyMenuhead__title
{
    font-size: 30px;

    position: relative;

    margin-bottom: 30px; 
    padding-bottom: 30px;

    text-align: center;

    background: transparent url(../images/body/menu-heading-border.png) no-repeat bottom center/100%;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__title
    {
        font-size: 20px;
    }
}

.bodyMenuhead__title--head::after
{
    position: relative;
    top: 20px;
    right: -20px;

    display: inline-block;

    width: 80px;
    height: 100px;

    content: '';

    background: transparent url(../images/body/menu-heading-object_1.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__title--head::after
    {
        width: 60px;
        height: 71px;
    }
}

.bodyMenuhead__title--foot::after
{
    position: relative;
    top: 20px;
    right: -20px;

    display: inline-block;

    width: 44px;
    height: 100px;

    content: '';

    background: transparent url(../images/body/menu-heading-object_2.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__title--foot::after
    {
        width: 35px;
        height: 80px;
    }
}

.bodyMenuhead__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__wrapper.reverse
    {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
}

.bodyMenuhead__textarea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 46%;
    height: 250px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__textarea
    {
        width: 100%;
        height: 230px;
    }
}

.bodyMenuhead__textarea.foot
{
    width: 100%;
}

.bodyMenuhead__wrapper-title
{
    font-size: 18px;
    line-height: 1.3; 

    height: 50px;

    color: #3878c8;
}

.bodyMenuhead__lists
{
    height: 120px;
}

.bodyMenuhead__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

.bodyMenuhead__list:nth-of-type(n + 2)
{
    margin-top: 20px;
}

.bodyMenuhead__dt
{
    width: 75px;
    margin-right: 20px;

    vertical-align: top;
}

.bodyMenuhead__meta
{
    display: block;

    text-align: center;

    color: #fff;
    background-color: #80c269;
}

.bodyMenuhead__dd
{
    width: calc(100% - 95px);
}

.bodyMenuhead__dd--green
{
    width: calc(100% - 95px);

    color: #80c269;
}

.bodyMenuhead__link
{
    width: 161px;
    height: 30px;
}

.bodyMenuhead__link.right
{
    margin-left: auto;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__link.right
    {
        margin-right: auto; 
        margin-left: 0;
    }
}

.bodyMenuhead__img-box
{
    height: 250px;
}

.bodyMenuhead__img-box--01
{
    width: 46%; 

    background: transparent url(../images/body/selzero-img_1.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__img-box--01
    {
        width: 100%;
        margin-top: 40px;
    }
}

.bodyMenuhead__img-box--02
{
    width: 46%; 

    background: transparent url(../images/body/selzero-img_2.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px)
{
    .bodyMenuhead__img-box--02
    {
        width: 100%;
        margin-top: 40px;
    }
}

.bodyMenuhead__img-box--03
{
    width: 100%;
    margin-top: 40px; 

    background: transparent url(../images/body/selzero-img_3.jpg) no-repeat top center/cover;
}

.bodyMenuhead__img-box--04
{
    width: 100%;
    margin-top: 40px; 

    background: transparent url(../images/body/selzero-img_4.jpg) no-repeat top center/cover;
}

.bodyMenucenter
{
    margin-bottom: 50px;
    padding: 40px; 

    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 767px)
{
    .bodyMenucenter
    {
        padding: 30px;
    }
}

.bodyMenucenter__heading
{
    font-size: 30px;
    line-height: 1.3; 

    position: relative;

    margin-bottom: 20px;
    padding-bottom: 20px;

    text-align: center;

    background: transparent url(../images/body/menu-heading-border.png) no-repeat bottom center/100%;
}

@media screen and (max-width: 767px)
{
    .bodyMenucenter__heading
    {
        font-size: 24px;
    }
}

.bodyMenucenter__small
{
    font-size: 14px;

    vertical-align: middle;
}

.bodyMenucenter__lead
{
    font-size: 14px;

    margin-bottom: 40px; 

    text-align: center;

    color: #d65a70;
}

.bodyMenucenter__cards
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bodyMenucenter__card
{
    width: 48%;
}

.bodyMenucenter__card:nth-of-type(n + 3)
{
    margin-top: 60px;
}

@media screen and (max-width: 767px)
{
    .bodyMenucenter__card
    {
        width: 100%;
    }
    .bodyMenucenter__card:nth-of-type(n + 2)
    {
        margin-top: 60px;
    }
}

.bodyMenucenter__card-title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3; 

    margin-bottom: 10px;

    color: #3878c8;
}

.bodyMenucenter__big
{
    font-size: 22px;
}

.bodyMenucenter__card-text
{
    height: 83px;
}

.bodyMenucenter__parts-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;
}

@media screen and (max-width: 1023px)
{
    .bodyMenucenter__parts-box
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.bodyMenucenter__parts-box--left
{
    line-height: 2; 

    display: block;

    width: 75px;
    margin-right: 10px;

    text-align: center;

    color: #fff;
    background-color: #80c269;
}

.bodyMenucenter__parts-box--center
{
    line-height: 2; 

    color: #80c269;
}

@media screen and (max-width: 1023px)
{
    .bodyMenucenter__parts-box--center
    {
        width: 220px;
    }
}

.bodyMenucenter__parts-box--right
{
    width: 161px;
    margin-left: auto;
}

@media screen and (max-width: 1023px)
{
    .bodyMenucenter__parts-box--right
    {
        margin-top: 10px; 
        margin-right: auto;
        margin-left: 0;
    }
}

.bodyMenucenter__img-box
{
    height: 163px;
}

@media screen and (max-width: 1023px)
{
    .bodyMenucenter__img-box
    {
        height: 15.8vw;
    }
}

@media screen and (max-width: 767px)
{
    .bodyMenucenter__img-box
    {
        width: 256px;
        height: 100px;
        margin-right: auto; 
        margin-left: auto;
    }
}

.bodyMenucenter__img-box--01
{
    background: transparent url(../images/body/parts-img_1.png) no-repeat top center/cover;
}

.bodyMenucenter__img-box--02
{
    background: transparent url(../images/body/parts-img_2.png) no-repeat top center/cover;
}

.bodyMenucenter__img-box--03
{
    background: transparent url(../images/body/parts-img_3.png) no-repeat top center/cover;
}

.bodyMenucenter__img-box--04
{
    background: transparent url(../images/body/parts-img_4.png) no-repeat top center/cover;
}

.bodyMenucenter__img-box--05
{
    background: transparent url(../images/body/parts-img_5.png) no-repeat top center/cover;
}

.bodyMenucenter__img-box--06
{
    background: transparent url(../images/body/parts-img_6.png) no-repeat top center/cover;
}

.bodyMenucenter__caption
{
    line-height: 1.2;

    margin-top: 20px; 

    text-align: right;
}

.bodyMenucenter__maru
{
    font-size: 26px;
    font-weight: 600;

    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 13px;

    vertical-align: middle; 

    border: 1px solid #595757;
    border-radius: 50%;
}

@media screen and (max-width: 767px)
{
    .bodyMenucenter__maru
    {
        font-size: 20px; 

        padding: 7px 10px;
    }
}

.bodyMenufoot
{
    position: relative;
    z-index: 2; 

    padding: 40px;

    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 767px)
{
    .bodyMenufoot
    {
        padding: 30px;
    }
}

.bodyMenufoot__heading
{
    margin-bottom: 30px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyMenufoot__heading img
    {
        width: 100%;
    }
}

.bodyMenufoot__lead
{
    margin-bottom: 30px; 

    text-align: center;
}

.bodyMenufoot__course
{
    font-size: 20px; 

    margin-bottom: 50px;

    text-align: center;

    color: #ebaea7;
}

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

.bodyMenufoot__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px;
}

@media screen and (max-width: 767px)
{
    .bodyMenufoot__wrapper
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.bodyMenufoot__img-box
{
    margin-right: 20px;
}

@media screen and (max-width: 767px)
{
    .bodyMenufoot__img-box
    {
        margin-bottom: 30px;
    }
    .bodyMenufoot__img-box img
    {
        width: 100%;
    }
}

.bodyMenufoot__list
{
    font-size: 26px;

    padding: 10px 0;

    text-align: center;

    color: #3878c8;
    border-radius: 10px; 
    background-color: #d8eaf4;
}

.bodyMenufoot__list:nth-of-type(n + 2)
{
    margin-top: 10px;
}

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

.bodyMenufoot__small
{
    font-size: 14px;

    vertical-align: middle;
}

.bodyAfter
{
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px)
{
    .bodyAfter
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bodyAfter__heading
{
    margin-bottom: 100px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__heading
    {
        margin-bottom: 80px;

        -webkit-transform: scale(.5);

                transform: scale(.5);
    }
}

.bodyAfter__container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px;

    background-color: #d3e6ef;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__container
    {
        padding: 30px; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
    }
}

.bodyAfter__container--left
{
    width: 25%;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__container--left
    {
        width: 48%;
    }
}

.bodyAfter__container--center
{
    width: 25%;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__container--center
    {
        width: 48%;
    }
}

.bodyAfter__container--right
{
    width: 43%;
    margin-top: 23px;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__container--right
    {
        width: 100%;
    }
}

.bodyAfter__container:nth-of-type(n + 2)
{
    margin-top: 40px;
}

.bodyAfter__caption
{
    font-size: 16px;
}

.bodyAfter__img-box img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bodyAfter__title
{
    font-size: 30px;

    margin-bottom: 5px;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__title
    {
        font-size: 24px;
    }
}

.bodyAfter__small
{
    font-size: 16px;
}

.bodyAfter__lead
{
    font-size: 16px;
    line-height: 1.5; 

    color: #3878c8;
}

.bodyAfter__lead-indent
{
    font-size: 16px;
    line-height: 1.5; 

    margin-bottom: 5px;

    color: #3878c8;
}

.bodyAfter__lead-indent.head
{
    margin-left: 2.9em; 

    text-indent: -2.77em;
}

.bodyAfter__lead-indent.foot
{
    margin-left: 2.9em; 

    text-indent: -2.9em;
}

@media screen and (max-width: 767px)
{
    .bodyAfter__lead-indent
    {
        margin-bottom: 20px;
    }
}

.bodyHome
{
    padding-top: 100px;
    padding-bottom: 100px;

    background-color: #ccddab;
}

@media screen and (max-width: 767px)
{
    .bodyHome
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bodyHome__heading
{
    margin-bottom: 100px; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .bodyHome__heading
    {
        margin-bottom: 80px;

        -webkit-transform: scale(.5);

                transform: scale(.5);
    }
}

.bodyHome__cards
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bodyHome__card
{
    width: 48%;
    padding: 20px 40px; 

    background-color: #fff;
}

.bodyHome__card:nth-of-type(n + 3)
{
    margin-top: 30px;
}

@media screen and (max-width: 767px)
{
    .bodyHome__card
    {
        width: 100%;
        padding: 15px 30px;
    }
    .bodyHome__card:nth-of-type(n + 2)
    {
        margin-top: 30px;
    }
}

.bodyHome__img-box
{
    height: 240px; 
    margin-bottom: 20px;

    text-align: center;
}

.bodyHome__card-title
{
    font-size: 20px;
}

.bodyHome__price
{
    font-size: 20px;
    line-height: 1.3; 

    margin-bottom: 20px;
}

.bodyHome__small
{
    font-size: 14px;
}

.bodyHome__object
{
    position: absolute;
    z-index: 1;
    right: -260px;
    bottom: -100px;

    width: 249px;
    height: 243px; 

    background: transparent url(../images/body/home-object.png) no-repeat top center/cover;
}

/*
     FILE ARCHIVED ON 09:35:22 Jul 15, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:44 Jan 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 4.279
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 43.106
  LoadShardBlock: 239.293 (3)
  PetaboxLoader3.datanode: 269.14 (5)
  load_resource: 179.796
  PetaboxLoader3.resolve: 82.004
  loaddict: 53.302
*/