/*
Theme Name:oops_tcd048_child
Template:oops_tcd048
Version:1.00
*/
@import url("../oops_tcd048/style.css");

* {
    scroll-behavior: smooth;
}

.p-index-slider__item:nth-child(3) .p-index-slider__item-inner {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 500px) {
    .p-index-slider {
        height: 300px !important;
        min-height: none !important;
    }

    /*.p-index-slider__item-catch{*/
    /*    text-shadow:1px 1px 14px #fff, -1px 1px 14px #fff, 1px -1px 14px #fff, -1px -1px 14px #fff !important;*/
    /*}*/
    /*.p-index-slider__item-desc{*/
    /*text-shadow:1px 1px 7px #fff, -1px 1px 7px #fff, 1px -1px 7px #fff, -1px -1px 7px #fff !important;*/
    /*}*/
}

.p-faq {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /*             background-color: #fff5f7; */
    background-color: #d7eae3;
    background-image: url('http://yokumiru.grecre.net/wp-content/uploads/2019/11/contact-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.p-faq::before {
    content: '';
    display: block;
    background-color: #d7eae3;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.p-faq__catch {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    z-index: 10;
}

.p-faq__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 990px;
    position: relative;
    z-index: 10;
}

.p-faq .faqs {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
}

.p-faq .faqs > .faq-item {
    box-sizing: border-box;
    width: calc(50% - 20px);
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.p-faq .faqs > .faq-item:nth-child(3),
.p-faq .faqs > .faq-item:nth-child(4) {
    margin-top: 20px;
}

.p-faq .faqs > .faq-item h3 {
    font-weight: 700;
    font-size: 20px;
    color: #EF7320;
}

.p-faq .faqs > .faq-item p {
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.75em;
    text-align: justify;
    font-size: 14px;
}

.p-faq .faqs > .faq-item p a {
    /*             color: #F77795; */
    color: #50AD89;
    transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
    margin-top: 1em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (max-width: 640px) {
    .p-faq {
        background-image: none;
    }

    .p-faq .faqs > .faq-item {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

@media only screen and (max-width: 990px) {
    .p-faq .faqs > .faq-item {
        width: auto;
    }

    .p-faq .faqs > .faq-item + .faq-item {
        margin-top: 20px;
    }
}

.l-footer-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #ededed;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 1000;
}

.l-footer-btn-wrap p {
    color: rgba(74, 74, 74, 0.8);
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}

.l-footer-btn-wrap a.p-button {
    line-height: 40px;
    text-align: center;
    min-width: 220px;
    height: 40px;
    border-radius: 0;
    /*     border:solid 1px rgba(74,74,74,0.8); */
    padding: 0 15px;
    box-sizing: border-box;
    background: #f77795;
    color: #fff;
    margin: 0 10px;
}

.l-footer-btn-wrap a.p-button:hover {
    background: #f77795;
    color: #ffffff;
    opacity:0.9;
}

.l-footer-btn-wrap a.p-button.p-button--tel {
    background-color: #07a0c3;
}

.l-footer-btn-wrap a.p-button.p-button--tel:hover {
    background-color: #07a0c3;
}

@media only screen and (max-width: 640px) {

    .l-footer-btn-wrap {
        padding: 10px 20px;
    }

    .l-footer-btn-wrap .l-footer-btn-wrap__comment {
        display: none;
    }

    .l-footer-btn-wrap a.p-button {
        min-width: auto;
        width: 100%;
        margin: 0 5px;
        padding: 0 4px;
        font-size: 12px;
        max-width: 180px;
    }

    .l-footer-btn-wrap a.p-button span {
        display: block;
        width: 100%;
        position: relative;
    }

    .l-footer-btn-wrap a.p-button span i {
        margin-right: 3px !important;
    }

       .p-pagetop {
        line-height: 40px !important;
        bottom: 60px !important;
    }

    .p-pagetop a {
        width: 40px !important;
        height: 40px !important;
    }
}

.l-footer {
    margin-bottom: 60px;
}

.p-footer-blog {
    border-bottom: 1px solid rgba(74, 74, 74, 0.8);
}

.p-news-ticker {
    background-color: rgba(74,74,74,.8)!important;
}

/*.p-news-ticker a {*/
/*    color: rgba(74, 74, 74, 0.8) !important;*/
/*}*/

.p-news-ticker .p-news-ticker__item-date {
    color: #f77795 !important;
}

.p-news-ticker a:hover {
    color: #f77795 !important;
}

.c-heading {
    padding-top: 80px;
    padding-bottom: 30px;
}


.p-index-content02__item {
    pointer-events: none;
}

.p-footer-blog {
    display: none !important;
}

.flow-content {
    position: relative;
    padding: 0px 15px 80px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff6f8;
}

.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1008px;
}

.flow_item {
    -ms-flex-align: center;
    -ms-flex-flow: column nowrap;
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 160px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 160px;
    flex-flow: column nowrap;
    height: 160px;
    justify-content: center;
    margin: 0 4px;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.flow_item_num {
    color: #07a0c3;
    display: block;
    font-family: Arial;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    top: -0.5em;
    width: 100%;
}

.flow_item_text {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.9;
}

.flow_item:after {
    box-sizing: border-box;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #07a0c3;
    border-right: 14px solid transparent;
    border-top: 8px solid transparent;
    content: "";
    display: block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: -28px;
    top: 50%;
    width: 28px;
    z-index: 1;
}

.flow_item:last-of-type:after {
    content: none;
}

.flow_item:last-of-type{
    border-radius: 80px;
    width:160px;
    background-color: #f77795;
    background-image:url(https://ent.yokumiru.jp/wp-content/uploads/2020/06/happy-man3.png);
    background-position: center center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    color:#ffffff;
}
.flow_item:last-of-type .flow_item_text,
.flow_item:last-of-type .flow_item_text span{
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 900;
}

.flow_item:last-of-type .flow_item_text{
    text-shadow: 0px 0px 3px #f77795;
}

.break_pc {
    display: block;
}

.break {
    display: block;
}

@media screen and (max-width: 768px) {
    .flow {
        -ms-flex-flow: column nowrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        flex-flow: column nowrap;
        width: 82.13%;
    }

    .flow_item {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        height: 106px;
        margin: 0 0 30px;
        width: 100%;
    }

    .flow_item_text {
        font-size: 16px;
        line-height: 1.88;
    }

    .flow_item:after {
        border-bottom: 14px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 14px solid #07a0c3;
        bottom: -28px;
        height: 14px;
        margin-right: -8px;
        margin-top: 0;
        right: 50%;
        top: inherit;
        width: 16px;
    }

    .flow_item:last-of-type{
        width:100%;
    }

    .break_pc {
        display: inline;
    }
}


.p-news-ticker__item .p-news-ticker__item-date {
    color: #ffffff;
}

.p-index-slider__item-catch {
    font-weight: bold;
}

.p-index-slider__item-inner {
    height: auto;
}

.p-article01__date, .p-article01__category a, .p-article01__date + .p-article01__category::before {
    color: #fff;
}

.l-footer__logo a img {
    width: 210px;
    height: auto;
}

.l-header__logo--retina img,
.l-header__logo img {
    max-width: 240px;
    width: auto;
}

.p-article01__thumbnail {
    border-radius: 6px;
    overflow: hidden;
}

.p-global-nav .sub-menu li a:hover, .p-widget-search__submit:hover, .p-button, .p-review__button:hover, .p-pager__item a:hover, .c-comment__form-submit:hover {
    color: #333333;
}

.l-footer .p-hover-effect--type3 {
    background-color: #ffffff;
}

.l-footer .p-hover-effect--type3 img {
    opacity: 0.8;
}

.l-footer .p-hover-effect--type3:hover img {
    opacity: 0.5;
}

.p-footer-blog__list {
    padding-top: 20px;
}


.c-comment {
    display: none;
}

.p-contact-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto -100px;
}

.p-contact-menu .p-contact-menu__item {
    width: 48%;
}

.p-contact-menu .p-contact-menu__item .p-contact-menu__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b8bf;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    font-size: 18px;
}

.form-box {
    margin-bottom: 50px;
    padding: 30px;
    text-align: center;
    position: relative;
    background: #fff none repeat scroll 0% 0%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.form-box + .form-box {
    margin-bottom: 0;
}

.form-box h1 {
    font-size: 30px;
}

.form-box p {
    font-size: 1rem;
}

.form-box .telbox-num {
    font-size: calc(1rem + 3vw) !important;
    font-weight: bold;
    color: #00b8bf;
    letter-spacing: -0.2rem;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    margin: 3%;
}

/*.p-showcase{height:auto;padding:100px 0;}*/

.p-button--yokumiru {
    background-color: #f77795;
    color: #ffffff;
    box-sizing: border-box;
    border: solid 1px #f77795;
}

.p-button--yokumiru:hover {
    background-color: #ffffff;
    color: #f77795 !important;
    border: solid 1px #f77795;
}

.p-feature {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.p-feature .p-feature-item {
    position: relative;
    width: 30%;
}

.p-feature .p-feature-item .p-feature-img {
    position: relative;
    width: 40%;
    height: 0;
    padding-top: 40%;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 6px rgba(247, 119, 149, 0.2);
}

.p-feature .p-feature-item .p-feature-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    box-sizing: border-box;
}

.p-feature .p-feature-item .p-feature-content h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8em;
}

.p-feature .p-feature-item .p-feature-content p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
}

.p-nayami {
    position: relative;
    border: solid 1px #F77795;
    display: block;
    margin: 0 auto;
    padding: 30px 30px 0;
    border-radius: 9px;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-nayami .p-nayami-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 46%;
    box-sizing: border-box;
}

.p-nayami .p-nayami-item h3 {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    line-heght: 1.8em;
    font-weight: bold;
}

.p-nayami .p-nayami-item::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 4px solid #F77795;
    border-bottom: 4px solid #F77795;
    width: 12px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
    left: 3px;
}

.p-nayami .p-nayami-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-heght: 1.8em;
}

.p-nayami-wrap {
    position: relative;
    padding-bottom: 60px;
}

@media only screen and (max-width: 640px) {
    .p-nayami .p-nayami-item {
        width: 100%;
    }
}

.p-top-contact {
    position: relative;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
    background-image: url(https://yokumiru.jp/wp-content/uploads/2020/01/5d414dee0763ba8204057f2a882a6552_m.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.p-top-contact {
    position: relative;
}

.p-top-contact::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(25, 84, 87, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.p-top-contact .p-freespace__inner {
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.p-top-contact .p-button {
    margin: 0 10px;
}

.p-top-contact .p-showcase__desc {
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .p-top-contact .p-button {
        margin-bottom: 20px;
    }
}

.p-index-content07__catch {
    font-weight: bold;
}

.customize-support {
    background-color: #f5f6f8;
}

.tcd-pb-row {
    background-color: transparent !important;
}

#cb_1 .p-hover-effect--type3, #cb_1 .p-hover-effect--type3img {
    pointer-events: none !important;
}

.p-index-content03__image {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#cb_3 .p-showcase__catch,
#cb_4 .p-showcase__catch,
#cb_5 .p-showcase__catch,
#cb_6 .p-showcase__catch,
#cb_8 .p-showcase__catch,
#cb_9 .p-showcase__catch,
#cb_3 .p-showcase__desc,
#cb_4 .p-showcase__desc,
#cb_5 .p-showcase__desc,
#cb_6 .p-showcase__desc,
#cb_8 .p-showcase__desc,
#cb_9 .p-showcase__desc {
    color: #333333;
}

#cb_3 .p-showcase__catch,
#cb_4 .p-showcase__catch,
#cb_5 .p-showcase__catch,
#cb_6 .p-showcase__catch,
#cb_8 .p-showcase__catch,
#cb_9 .p-showcase__catch {
    font-weight: bold;
}

.p-news-list__item .p-article02__header .p-article02__thumbnail {
    display: none;
}

.p-blog-list .p-blog-list__item .p-article01__meta .p-article01__date,
.p-blog-list .p-blog-list__item .p-article01__meta .p-article01__category {
    color: #999;
}

.p-index-content02 .p-index-content02__item-desc {
    line-height: 1.8;
    font-size: 15px !important;
}

.l-link-header {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.l-link-header h1 {
    font-size: 11px;
    text-align: left;
}

.l-link-header a {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.l-link-header a img {
    position: relative;
    height: 16px;
    width: auto;
}

.l-link-header--sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .l-link-header {
        display: none;
    }

    .l-link-header--sp {
        right: 55px;
        top: 0;
        margin: 24px 0;
        position: absolute;
        display: block;
        height: 12px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.l-header--large,
    .l-header {
        line-height: 60px;
        height: 90px !important;
    }

    .l-header, .l-header--large.is-active {
        height: 70px !important;
    }

    .l-header.l-header--large .l-header__inner,
    .l-header .l-header__inner {
        height: 60px;
        margin-top: 30px;
    }

    .l-header.l-header--large.is-active .l-link-header,
    .l-header.is-active .l-link-header {
        top: -30px;
    }

    .l-header.l-header--large.is-active .l-header__inner,
    .l-header.is-active .l-header__inner {
        margin-top: 0;
    }
}

.l-header.is-fixed {
    position: absolute;
    top: 0
}

.l-header.is-active {
    height: 70px;
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: slideDown .5s ease;
    animation: slideDown .5s ease
}

* {
    font-family: Segoe UI, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


.p-tools {
    position: relative;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: inherit;

}

.p-tools .p-tool {
    position: relative;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    background-color:#ffffff;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}

/*
.p-tools .p-tool:hover{
box-shadow:1px 2px 6px 1px rgba(0,0,0,0.1);
}
*/
.p-tools .p-tool.p-tool--large {
    width: 30%;
    margin-left: 5%;
}

.p-tools .p-tool.p-tool--small {
    width: 22%;
    margin-left: 4%;
}

.p-tools .p-tool.p-tool--large:nth-child(3n-2),
.p-tools .p-tool.p-tool--small:nth-child(4n-3) {
    margin-left: 0;
}

.p-tools .p-tool .p-tool__img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}

.p-tools .p-tool .p-tool__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.p-tools .p-tool .p-tool__body {
    position: relative;
    padding: 15px;
    background-color: #ffffff;
}

.p-tools .p-tool .p-tool__body .p-tool__ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px;
}

.p-tools .p-tool .p-tool__body .p-tool__ttl.p-tool__ttl--only {
    margin-bottom: 0;
    font-weight: normal;
}

.p-tools .p-tool .p-tool__body .p-tool__txt {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .p-tools .p-tool.p-tool--large {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .p-tools .p-tool.p-tool--small {
        width: 48%;
        margin-left: 0;
    }

    .p-tools .p-tool.p-tool--small .p-tool__body .p-tool__ttl {
        font-size: 12px;
    }

    .p-tools .p-tool.p-tool--large:nth-child(3n-2),
    .p-tools .p-tool.p-tool--small:nth-child(4n-3) {
        margin-left: auto;
    }

    .p-tools .p-tool.p-tool--small:nth-child(even) {
        margin-left: 4%;
    }


    .p-showcase {
        height: auto;
    }

    .p-showcase .p-showcase__inner {
        position: relative;
        padding-bottom: 50px;
    }

    .p-showcase .p-showcase__inner .p-showcase__content {
        position: relative;
        top: auto;
        margin-bottom: 30px;
    }

    .p-showcase .p-showcase__inner .p-showcase__image {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: 90%;
        max-width: 565px;
        margin: 0 auto;
        transform: none;
    }

    .p-showcase .p-showcase__inner .p-showcase__image img {
        width: 100%;
        height: auto;
    }

    #cb_2 .p-showcase__inner {
        padding-bottom: 0;
    }
}


.p-index-content01__catch,
.p-showcase__catch {
    font-weight: bold;
}


/* トップページ料金表 */

.price-content {
    position: relative;
    padding: 0 15px 80px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.price-list {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.price-list dl {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);*/
    /*border: solid 1px #eeeeee;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: 2.1em;*/
    /*background-color: #f9f9f9;*/
    /*box-sizing: border-box;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1em;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.price-list dl dt {
    /*width: 30%;*/
    /*padding-bottom: 0;*/
    /*font-size: 1.3rem;*/
    /*box-sizing: border-box;*/
    /*min-height: 160px;*/
    /*background-color: #07a0c3;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*color: #ffffff;*/
    width: 30%;
    padding-bottom: 0;
    font-size: 1.3rem;
    box-sizing: border-box;
    height: 101px;
    background-color: #07a0c3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: solid 1px #aaa;
    border-right: none;
}
.price-list dl dt.one{
    height: 51px;
}

.price-list dl dd {
    /*position: relative;*/
    /*width: 68%;*/
    /*padding: 30px 20px;*/
    /*box-sizing: border-box;*/
    /*font-size: 1rem;*/
    position: relative;
    width: 70%;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
}

.price-list dl dd .price-detail {
    /*text-align: left;*/
    /*width: 100%;*/
    text-align: left;
    width: 100%;
    vertical-align: middle;
    border: solid 1px #aaa;
}

.price-list dl dd .price-detail tr {
    border-bottom: solid 1px #aaa;
}

.price-list dl dd .price-detail th {
    /*padding: 10px 5px;*/
    padding: 0 20px;
    height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
    border-right: solid 1px #aaa;
}

.price-list dl dd .price-detail td {
    /*padding: 10px 5px;*/
    /*text-align: right;*/
    /*font-weight: bold;*/
    padding: 0 20px;
    text-align: right;
    font-weight: bold;
    box-sizing: border-box;
    height: 50px;
    width: 200px;
    vertical-align: middle;
}

.price-list dl dd td {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
    .price-list dl dd,
    .price-list dl dt {
        width: 100% !important;
        box-sizing: border-box;
    }

    .price-list dl dt {
        padding: 10px !important;
        height: 60px !important;
        border-right: solid 1px #aaa;
        border-bottom: none;
    }

    .price-list dl dt {
        font-size: 1.3rem !important;
    }

    .price-list dl dd td {
        font-size: 1.3rem !important;
        padding: 20px 15px !important;
    }
}

@media only screen and (max-width: 639px) {
    .price-list dl dd .price-detail th {
        font-size: 0.8rem !important;
        padding: 0 10px;
    }

    .price-list dl dd .price-detail td {
        font-size: 0.9rem !important;
        width: 120px;
        padding: 0 10px;
    }
}


.kinou-content {
    position: relative;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.kinou-item {
    position: relative;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 45px;
}

.kinou-item .kinou-left {
    width: 50%;
}

.kinou-item .kinou-left .p-showcase__catch {
    font-weight: bold;
}

.kinou-item .kinou-right {
    width: 46%;
    position: relative;
}

.kinou-item .kinou-right img {
    position: relative;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .kinou-item {
        flex-direction: column;
    }

    .kinou-item .kinou-left, .kinou-item .kinou-right {
        width: 100%;
    }

    .kinou-item .kinou-right {
        margin-bottom: 20px;
    }

    .kinou-item .kinou-left .p-showcase__catch {
        text-align: center;
    }
}



.p-index-slider__item--type1 .p-index-slider__item-inner{
    align-items: flex-end;
}

.p-index-slider__item--type1 .p-index-slider__item-inner .p-index-slider__item-content{
    padding-bottom:100px;
}
.p-index-slider__item--type2 .p-index-slider__item-inner .p-index-slider__item-content{
    width:100%;
}
@media only screen and (max-width: 500px) {
    .p-index-slider__item--type1 .p-index-slider__item-inner{
        flex-direction: inherit !important;
    }
    .p-index-slider__item--type1 .p-index-slider__item-inner .p-index-slider__item-content{
        padding-bottom:40px;
    }
}
@media only screen and (min-width: 501px) {
    .p-index-slider__item--type1 .p-index-slider__item-inner .p-index-slider__item-content .p-index-slider__item-content-br {
        display: none;
    }
}


@media only screen and (min-width: 501px) {
    #cb_2 .p-showcase {
        height: 480px;
    }
}

.p-index-slider__item--type1 .p-index-slider__item-inner .p-index-slider__item-content{
    position:relative;
    width:96%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;}

.kiin-content {
    position: relative;
    padding: 0 15px 80px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    /*margin-bottom: 50px;*/
    text-align:center;
}
.kiin-content img{
    position:relative;
    margin:0 auto;
}



/* case
---------------------------------------------------------------------------*/
#list1 .box {padding: 20px 2% 50px;overflow: hidden;}
#list1.news2 .box + .box {margin-top: -65px;}
#list1.case1 .box + .box {margin-top: -50px;}
#list1 .box .fl {float: left;margin: 0 2% 0 0;}
#list1 .box .fr {float: right;margin: 0 0 0 2%;}


.p-global-nav > li > a{
	padding-left:10px;
	padding-right:10px;
}