*,
:after,
:before{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
html,
body {
    height:100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none;
}
body {
    height:auto;
    background-color: #fff;
    margin: 0;
    padding:0;
    font-size:16px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho", serif;
    color:rgb(56,90,63);
    text-rendering: auto;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}
h1,h2,h3,h4,h5{
    font-size:16px;
    font-weight:normal;
}
input,textarea,select{
    color:rgb(50,50,50);
    vertical-align:baseline;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho", serif;
}
input:focus,textarea:focus{
    outline:0;
}
input[type="submit"]{
    font-size:15px;
}
textarea{
    overflow:auto;
}
@font-face{
    font-family:"Sawarabi Mincho";
}
ul,li{
    list-style-type:none;
}
a{
    text-decoration:none;
    color:rgb(113,112,113);
}
.access_checker{
    display:none;
    height:0;
}
.header.center{
    overflow:hidden;
    height:auto;
    width:100%;
    min-width:1024px;
}
.header_logo_text{
    letter-spacing:0.3em;
    font-size:13px;
    font-weight:600;
    display:inline-block;
    padding-left:0.5em;
    opacity:0.8
}
.footer{
    width:100%;
    min-width:1024px;
    padding:25px 0;
    background-color:rgb(239,245,233);
    text-align:center;
    font-size:12px;
}
.copy_right{
    font-style: italic;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .header.center{
        height:0;
    }
    .header_logo_text{
        letter-spacing:0.1em;
        padding:0;
    }
    .footer{
        min-width:1px;
    }
}
.sticky_footer{
    position:sticky;
    left:0;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:1024px;
    gap: 0 20px;
    background-color:rgba(77,102,80,.8);
    z-index: 10;
}
.sticky_footer_icon_view{
    display:inline-block;
    height: 50px;
    width: 50px;
    padding:10px;
    flex-basis: 50px;
}
.sticky_footer_link{
    position:relative;
    display:inline-block;
    height: 30px;
    width: 30px;
}
.sticky_footer_link.line{
    background-position: 35px -5px;
}
.sticky_footer_link.instagram{
    background-size:auto 40px;
    background-image:url("./img/sns_icon.png");
    background-position: -5px -5px;
}
.sticky_footer_icon_view:hover .sticky_footer_link:before{
    content:"";
    position:absolute;
    display:block;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.1);
    border-radius:5px;
}
.stem_cells_icon{
    height:30px;
    width:30px;
    enable-background:new 0 0 30 30;
}
.stem_cells_icon .st0{
    fill:#FFFFFF;
}
.blog_icon{
    height:30px;
    width:30px;
    enable-background:new 0 0 30 30;
}
.blog_icon .st0{
    fill:none;
}
.blog_icon .st1{
    fill:#FFFFFF;
}

@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .sticky_footer{
        min-width:1px;
    }
}
.display_none{
    display: none;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}
.m_l_center{
    text-align:center;
}
.w1024{
    margin:0 auto;
    padding:0;
    width:1024px;
}
.w768{
    max-width:768px;
    margin:0 auto;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .w1024{
        width:100%;
    }
    .w768{
        width:82%;
    }
    .m_l_center{
        text-align:left;
    }
    .mobile_block{
        display:block;
        margin-bottom:-1.7em;
    }
}
.bg_white{
    background:#fff;
}
.over_scroll{
    overflow:scroll;
}
.mh100{
    min-height:calc(100vh - 72px);
}
.pb100{
    padding-bottom:100px;
}
hr{
    height:0;
    width:100%;
    border:0;
    border-top: 1px solid rgba(106,138,109,.5);
}
hr.design_hr {
    position:relative;
    border-top: 1px solid rgba(106,138,109,.5);
    text-align: center;
}
hr.design_hr:before {
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 2px;
    background: #fff;
    color: rgba(106,138,109,.5);
    font-size:22px;
}
hr.design_hr.w768:before {
    top:-24px;
    font-size:40px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .mh100{
        min-height:1px;
    }
    hr.design_hr {
        width:80%;
    }
}
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?2qsaxg');
    src:  url('fonts/icomoon.eot?2qsaxg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2qsaxg') format('truetype'),
    url('fonts/icomoon.woff?2qsaxg') format('woff'),
    url('fonts/icomoon.svg?2qsaxg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
    content: "\e900";
}
.icon-check:before {
    content: "\e901";
}
.icon-check2:before {
    content: "\e902";
}
.icon-deco1:before {
    content: "\e903";
}
.icon-deco2:before {
    content: "\e904";
}
.error_box{
    margin:10px 0 0 0;
    padding:5px 0;
    background:rgb(248,231,231);
    color:rgb(191,13,35);
}
.logo_img{
    width:120px;
    height:auto;
    margin-top:30px;
}
.header_attention{
    width:1024px;
    line-height:1.6em;
    margin:20px auto 0 auto;
    padding:10px 20px;
    border:1px solid #e4e4e4;
    background:#f9f9f9;
    font-size:12px;
}
.top_bread_list{
    padding:10px 10px;
}
.bread_list_base{
    display:inline-block;
}
.bread_list_li{
    display:inline-block;
    font-size:12px;
    color: rgb(113,112,113);
}
.bread_list_li:hover,
.bread_list_li a:hover{
    text-decoration:underline;
}
.bread_list_li:before{
    content:"";
    display:inline-block;
    height:8px;
    width:8px;
    margin-left:0;
    margin-right: 8px;
    border:1px solid #b5b5b5;
    border-left:0;
    border-bottom:0;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.bread_list_li:first-child:before{
    border:0;
}
.menu{
    position:sticky;
    top:0;
    text-align:center;
    width:100%;
    min-width:1024px;
    background:#fff;
    box-shadow:0 10px 12px -10px  rgba(0,0,0,.2);
    z-index:40;
}
.menu.fixed {
    position: fixed;
    top:0;
}
.page_top{
    position:fixed;
    bottom:75px;
    right:20px;
    height:50px;
    width:50px;
    background: rgba(77,102,80,.2);
    border-radius:50%;
    z-index:41;
}
.page_top:hover{
    background: rgba(77,102,80,.5);
}
.page_top:before{
    content: "";
    position:absolute;
    left:16px;
    top:20px;
    display: inline-block;
    height: 18px;
    width: 18px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 5px solid rgba(255,255,255,.8);
    border-top: 5px solid rgba(255,255,255,.8);
}
.mobile_menu_button{
    height:0;
    width:0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .header_attention{
        width: auto;
        margin:10px 20px;
    }
    .mobile_menu_button{
        position:fixed;
        bottom:75px;
        left:20px;
        height:50px;
        width:50px;
        background: rgba(77,102,80,.2);
        border-radius:50%;
        z-index:42;
    }
    .mobile_menu_button:before,
    .mobile_menu_button:after{
        content:"";
        position:absolute;
        display:inline-block;
        left: 12px;
        -moz-transition-property:all;
        -moz-transition-duration:0.2s;
        -webkit-transition-property:all;
        -webkit-transition-duration:0.2s;
        -o-transition-property:all;
        -o-transition-duration:0.2s;
        -ms-transition-property:all;
        -ms-transition-duration:0.2s;
        transition-property:all;
        transition-duration:0.2s;
    }
    .mobile_menu_button:before{
        top:15px;
        height:22px;
        width:25px;
        border:4px solid rgba(255,255,255,.8);
        border-right:0;
        border-left:0;
    }
    .mobile_menu_button:after{
        top:24px;
        height:2px;
        width:25px;
        border-top:4px solid rgba(255,255,255,.8);
    }
    .mobile_menu_button.open:before{
        -ms-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
        top: 21px;
        left: 6px;
        border-bottom: 0;
    }
    .mobile_menu_button.open:after{
        -ms-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
}
.menu_button{
    display:inline-block;
}
.menu_button a{
    cursor:pointer;
    display:inline-block;
    padding:30px 10px 10px 10px;
    font-size:13px;
}
.menu_button:hover,
.menu_button.selected{
    margin-bottom:-2px;
    border-bottom:2px solid rgb(106,136,109);
}
.menu_button:hover a,
.menu_button.selected a {
    color:rgb(56,90,63);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    #menu{
        position:fixed;
        top:0;
        left:0;
        height:100%;
        width:100%;
        min-width:1px;
        background:rgba(106,138,109,.7);
        opacity:0;
        pointer-events:none;
        -moz-transition-property:opacity;
        -moz-transition-duration:0.2s;
        -webkit-transition-property:opacity;
        -webkit-transition-duration:0.2s;
        -o-transition-property:opacity;
        -o-transition-duration:0.2s;
        -ms-transition-property:opacity;
        -ms-transition-duration:0.2s;
        transition-property:opacity;
        transition-duration:0.2s;
    }
    #menu.view{
        opacity:1;
        pointer-events:auto;
        -webkit-overflow-scrolling:touch;
    }
    .menu_button_ul{
        background:#fff;
        height:auto;
        max-height:60%;
        max-height:calc(100% - 100px);
        width:80%;
        margin: 10% auto 0 auto;
        padding:10px 5%;
        overflow-y:scroll;
        box-shadow: 0 0px 12px 0px rgba(0,0,0,.2);
        -moz-transition-property:opacity;
        -moz-transition-duration:0.2s;
        -webkit-transition-property:opacity;
        -webkit-transition-duration:0.2s;
        -o-transition-property:opacity;
        -o-transition-duration:0.2s;
        -ms-transition-property:opacity;
        -ms-transition-duration:0.2s;
        transition-property:opacity;
        transition-duration:0.2s;
    }
    .menu_button{
        display:block;
    }
    .menu_button a{
        display:block;
        position:relative;
        width:100%;
        padding:0 15px;
        font-size:16px;
        -moz-transition-property:all;
        -moz-transition-duration:0.2s;
        -webkit-transition-property:all;
        -webkit-transition-duration:0.2s;
        -o-transition-property:all;
        -o-transition-duration:0.2s;
        -ms-transition-property:all;
        -ms-transition-duration:0.2s;
        transition-property:all;
        transition-duration:0.2s;
        cursor: default;
    }
    .menu_button a:after{
        display:inline-block;
        position:absolute;
        content:"";
        top:0;
        left:0;
        height:100%;
        width:100%;
        background:rgba(0,0,0,0);
    }
    .view .menu_button a{
        padding: 10px 0;
        cursor: auto;
    }
    .view .menu_button a:after{
        display:none;
    }
}
@media (min-width:1365px) {
    .main_page_center {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        height: 100%;
        width: 100%;
        max-width: 1348px;
        margin: 0 auto;
    }
}
.over_left{
    min-height:100%;
}
.over_right .w1024{
    padding-bottom:20px;
}
@media (min-width:1365px){
    .over_left{
        display:inline-block;
        vertical-align:top;
        width:1024px;
    }
    .over_right{
        display:inline-block;
        vertical-align:top;
        min-height:100%;
        width:320px;
        /* background:#fff; */
        margin-left:2px;
    }
    .over_right .w1024{
        width:100%;
    }
}
.subscription{
    width:100%;
    max-width:768px;
    margin:0 auto;
    padding:30px;
    background-color:rgb(239,245,233);
}
@media (min-width:1365px){
    .subscription{
        margin:0 auto;
        width:90%;
    }
}
@media (max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .subscription{
        padding:30px 10%;
    }
    .over_right .w1024{
        padding-bottom:0;
    }
}
.top_attention{
    padding-bottom:35px;
}
.design_line{
    display:table;
    width:100%;
}
.design_line_td{
    display:table-cell;
}
.design_line_icon{
    display:inline-block;
    width:40px;
}
.top_head_information_area{
    display:flex;
    justify-content:space-between;
    padding:2em 30px;
    background:#ecf7f9;
}
.top_head_information_flex_box{
    margin:0 30px;
    color:#076a8f;
    font-size:13px;
    line-height:1.8em;
}
.top_head_information_title{
    min-width:200px;
    max-width:210px;
    padding:0.5em 1em;
    text-align:center;
    background:#076a8f;
    color:#fff;
    font-size:16px;
    font-weight:600;
}
.top_head_information_check{
    display:inline-block;
    padding:0.5em 1.5em;
    margin:1em 0;
    border:1px solid rgba(7,106,143,0.15);
    background:#fff;
    font-size:14px;
    font-weight:600;
    border-radius:5px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_head_information_area{
        flex-direction:column;
        padding:2em calc(30px + 1.5vw);
    }
    .top_head_information_flex_box{
        margin:0;
        text-align:center;
    }
    .top_head_information_title{
        width:100%;
        max-width:none;
        margin:0 0 1em 0;
    }
    .top_head_information_text{
        text-align:left;
        font-size:15px;
    }
    .top_head_information_check{
        margin:1em auto;
    }
}
.top_firest_word{
    max-width:768px;
    margin:0 auto;
    padding:70px 0;
    line-height:1.7em;
    font-size:28px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_firest_word{
        width:82%;
        font-size:23px;
    }
}
.top_title_box_out{
    border:2px solid #fff;
    padding:2px;
}
.top_title_box_in{
    background:#fff;
    padding:10px 0;
}
.top_bg_img{
    min-height:100vh;
    width:100%;
    min-width:1024px;
    padding:0;
    background:url("img/bg2.png") repeat;
}
.top_bg_img.contact_page{
    min-height:1px;
}
.white_bg{
    background:#fff;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_bg_img{
        min-height:1px;
        min-width:1px;
    }
}
.green_peel_back{
    background-image: linear-gradient(to right , rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 95%), url(img/scene.jpg);
    background-image: -webkit-gradient(linear,left top, right top, from(rgba(255,255,255,1)), color-stop(0.55, rgba(255,255,255,1)), color-stop(0.95, rgba(255,255,255,0)), to(rgba(255,255,255,0))), url(img/scene.jpg);
    background-image: -webkit-linear-gradient(to right , rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 95%), url(img/scene.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
    height:680px;
}
.mobile_img,
.green_peel_mobile_img{
    display:none;
}
.green_peel_top{
    font-size:36px;
    line-height:1.4em;
    padding-top:90px;
    padding-bottom:50px;
}
.green_peel_block{
    padding:20px 0;
    font-size:14px;
    line-height:2em;
}
.green_peel_block._ll{
    line-height:2.5em;
}
.green_peel_block .large_word{
    font-size: 18px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .green_peel_back{
        height:auto;
        background:#fff;
    }
    .mobile_img{
        display:block;
        width:100%;
    }
    .green_peel_mobile_img{
        display:block;
        width:70%;
        margin:0 auto 30px auto;
    }
    .green_peel_top{
        line-height:2em;
        width:82%;
        text-align:center;
        padding-top:60px;
        font-size:23px;
    }
    .green_peel_block{
        font-size:15px;
    }
    .green_peel_block .large_word{
        font-size: 20px;
    }
}
.GP_background{
    position:relative;
    width:1024px;
    overflow-x:hidden;
    overflow-y:visible;
    margin:-45px auto 0 auto;
    padding:0 60px 20px 60px;
    background-color:rgba(255,255,255,.3);
}
.GP_slide{
    overflow:hidden;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .GP_background{
        width:100%;
        padding:0 0 20px 0;
    }
    .GP_slide .slick-list{
        overflow:hidden;
    }
}
.slick-prev{
    left:15px;
    height:30px;
    width:30px;
    background:rgb(77,102,80);
    border-radius:50%;
}
.slick-prev:before{
    content:"";
    display:inline-block;
    height:10px;
    width:10px;
    margin-left: 4px;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-left:3px solid rgb(178, 209, 168);
    border-bottom:3px solid rgb(178, 209, 168);
}
.slick-next{
    right:15px;
    height:30px;
    width:30px;
    background:rgb(77,102,80);
    border-radius:50%;
}
.slick-next:before{
    content:"";
    display:inline-block;
    height:10px;
    width:10px;
    margin-right: 4px;
    border-right: 3px solid rgb(178, 209, 168);
    border-bottom: 3px solid rgb(178, 209, 168);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.GP_slide .slick-dots{
    margin-left:-60px;
    bottom:0;
}
.GP_slide .slick-dots li button:before{
    content:"";
    height:7px;
    width:7px;
    margin-top:5px;
    background-color:rgb(89,116,91);
    border-radius:50%;
    opacity: 0.6;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .GP_slide .slick-dots{
        margin:0;
    }
}
.slick-dots li button:before{
    color:rgb(89, 116, 91);
}

.slick-dots li.slick-active button:before {
    opacity:1;
    color:rgb(56,90,63);
}
.slick-prev:hover,
.slick-prev:focus{
    background: rgb(77,102,80);
}
.slick-next:hover,
.slick-next:focus{
    background: rgb(77,102,80);
}
.Gp_box_out{
    position:relative;
    display:inline-block;
    width:228px;
    margin:5px 3px 15px 3px;
    border:2px solid #fff;
    padding:3px;
    box-shadow:0 1px 4px 0 rgba(0,0,0,0.3);
}
.Gp_box_in{
    position:relative;
    padding:40px 10px 0 10px;
    background: linear-gradient(to bottom , rgba(254,255,255,1) 0%, rgba(254,255,255,1) 50%, rgba(244,246,246,1) 100%) ;
    background: -webkit-linear-gradient(to bottom , rgba(254,255,255,1) 0%, rgba(254,255,255,1) 50%, rgba(244,246,246,1) 100%) ;
    background: -webkit-gradient(linear,left top, left bottom, from(rgba(254,255,255,1)), color-stop(0.5, rgba(254,255,255,1)), to(rgba(244,246,246,1)));
    text-align:center;
    box-shadow:0 1px 4px 0 rgba(0,0,0,0.3);
}
.green_jp{
    font-size:20px;
    padding:34px 0 70px 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .Gp_box_in hr.design_hr {
        width:100%;
    }
    .green_jp{
        font-size:19px;
    }
}
.contest_number{
    font-size:13px;
    margin-bottom:10px;
}
.GP_grandprix{
    font-size:24px;
    margin:20px 0 10px 0;
}
.GP_award_word{
    margin-top:5px;
    font-size:16px;
}
.GP_category{
    font-size:15px;
    padding:20px 0 25px 0;
}
.slick-dotted.slick-slider{
    margin-bottom:0;
}
.Gp_background .slick-dots{
    bottom:0;
}
.top_infomation_area{
    background:rgb(251,244,229);
    padding:60px 0 65px 0;
}
.top_infomation_title{
    font-size:13px;
    font-weight:bold;
    padding-bottom:35px;
}
.top_infomation_elements{
    font-size:14px;
    line-height:2em;
}
.top_infomation_middle_text{
    padding:20px 0 0 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_infomation_area{
        padding:60px 10% 45px 10%;
    }
    .top_infomation_middle_text{
        padding:20px 0;
    }
}
.grand_prix_back .w1024{
    height:530px;
    background-color:#fff;
    background-image:url("img/trophy.jpg");
    background-repeat:no-repeat;
    background-size:400px 400px;
    background-position:left center;
}
.grand_prix_back .w768{
    padding-left: 305px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .grand_prix_back .w768{
        padding-left: 0;
    }
}
.grand_prix_top{
    padding-top:90px;
    padding-bottom:40px;
    font-size:36px;
    letter-spacing:1px;
    line-height:1.4em;
}
.grand_prix_block{
    padding:20px 0;
    font-size:14px;
    line-height:2.5em;
}
.grand_prix_block._ll{
    line-height:2.5em;
}
.grand_prix_block .large_word{
    font-size: 18px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .grand_prix_back .w1024{
        height:auto;
        background:#fff;
    }
    .grand_prix_top{
        line-height:2em;
        width:82%;
        text-align:center;
        padding-top:60px;
        font-size:23px;
    }
    .grand_prix_block{
        font-size:15px;
    }
    .grand_prix_block .large_word{
        font-size:20px;
    }
}
.policy_area{
    padding: 30px 0;
    background-color:rgba(255,255,255,.3);
}
.policy_block_shadow{
    position:relative;
    margin:0 auto;
    max-width:700px;
    z-index:1;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .policy_block_shadow{
        width:96%;
    }
}
.policy_block_out{
    border:2px solid #fff;
    padding:2px;
    z-index:2;
}
.policy_block_middle{
    border:8px solid #fff;
    padding:2px;
}
.policy_block_in{
    position:relative;
    padding: 90px 171px 0 171px;
    background:#FFF;
    text-align:center;
    letter-spacing:1.5px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .policy_block_in{
        padding: 90px 10% 0 10%;
    }
}
.policy_block_shadow:before,
.policy_block_shadow:after {
    position: absolute;
    content: "";
    bottom:10px;
    left:0;
    width: 50%;
    top: 80%;
    background: rgba(0,0,0,0);
    -webkit-box-shadow: 5px 20px 15px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 20px 15px rgba(0,0,0,.3);
    box-shadow: 5px 20px 15px rgba(0,0,0,.3);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index:-1;
}
.policy_block_shadow:after{
    right: 0;
    left: auto;
    -webkit-box-shadow: -5px 20px 15px rgba(0,0,0,.3);
    -moz-box-shadow: -5px 20px 15px rgba(0,0,0,.3);
    box-shadow: -5px 20px 15px rgba(0,0,0,.3);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.policy_text{
    padding-bottom:20px;
    line-height:2em;
    font-size:18px;
}
.policy_block_in .right{
    margin-right:-111px;
    padding-bottom:50px;
    color:rgb(109,109,109);
    font-size:20px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .policy_text{
        font-size:16px;
    }
    .policy_block_in .right{
        margin:0;
    }
}
.policy_sign{
    width:auto;
    height:50px;
    margin-left:5px;
    vertical-align:bottom;
}
.forte_title{
    padding:130px 0 70px 0;
    font-size:36px;
    line-height:1em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .forte_title{
        font-size:28px;
        padding-top:90px;
    }
}
.forte_table{
    width:768px;
    margin:0 auto;
    padding-bottom:100px;
    font-size:0;
}
.forte_table_td{
    display:inline-block;
    vertical-align:top;
    width:33%;
    width:calc(100% / 3);
    padding:0 19px;
    font-size:18px;
}
.forte_table_td:first-child{
    width:34%;
    width:calc(100% / 3);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .forte_table{
        display:inline-block;
        width:86%;
        margin-bottom:60px;
    }
    .forte_table_td,
    .forte_table_td:first-child{
        display:block;
        width:100%;
        padding:0 2%;
        margin-bottom:30px;
    }
}
.forte_subtitle{
    font-size:13px;
    margin-bottom:5px;
}
.forte_table_td hr{
    margin:20px 0;
}
.forte_middle_text{
    height:3.6em;
    line-height:1.8em;
    vertical-align:middle;
}
.forte_middle_text.one_line{
    line-height:3.6em;
}
.forte_middle_text.three_lines{
    height:calc(18px * 3.6);
    line-height:calc(18px * 1.8);
    font-size:16px;
}
.forte_under_text{
    margin-top:20px;
    border-top:1px solid rgba(106,138,109,.5);
    padding:20px 10px 20px 10px;
    font-size:14px;
    letter-spacing: 1.2px;
    text-align: left;
    line-height: 1.8em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .forte_table_td hr{
        width:100%;
    }
    .forte_middle_text{
        font-size:20px;
    }
    .forte_under_text{
        font-size:15px;
    }
}
.certification_area{
    padding:20px;
    background-color:rgba(255,255,255,.3);
}
.certification_block_out{
    position:relative;
    border:2px solid #fff;
    padding:2px;
}
.certification_block_middle{
    border:8px solid #fff;
    padding:2px;
}
.certification_block_in{
    position:relative;
    background:rgb(239,245,233);
    text-align:center;
    padding-top:55px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .certification_area{
        padding:20px 0;
    }
    .certification_block_out{
        width:96%;
    }
    .certification_block_in{
        padding:55px 2% 0 2%;
    }
}
.certification_table{
    display:inline-table;
    width:90%;
    margin:20px auto 60px auto;
}
.certification_table_cell{
    display:table-cell;
    width:50%;
    padding:0 18px;
    font-size:21px;
    line-height: 1.5em;
    letter-spacing: 0.2px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .certification_table{
        display:inline-block;
        margin:20px auto;
    }
    .certification_table_cell{
        display:block;
        width:100%;
        padding:0;
    }
}
.certification_image{
    margin:50px 0 10px 0;
    width:260px;
}
.certification2_image{
    margin:0 0 20px 0;
    width:260px;
}
.certification_logo{
    width:140px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .certification_image,
    .certification2_image{
        width:100%;
    }
    .certification_logo{
        margin-bottom:50px;
    }
}
.certification_table_block_out{
    width:100%;
    padding:2px;
    border:2px solid #fff;
    font-size:14px;
}
.certification_table_block_in{
    background:#fff;
    padding:12px 0;
    line-height:1em;
}
.certification_check_area{
    padding:20px 0;
}
.certification_low_text{
    font-size:14px;
    line-height:0;
}
.certification_check{
    font-size:18px;
    line-height: 2.1em;
}
.certification_check:before{
    font-size:16px;
}
.top_medias{
    font-size: 0;
}
.top_medias_magazine{
    display:inline-block;
    vertical-align:top;
    width:348px;
    margin-right:70px;
    text-align:center;
}
.top_many_medias{
    display:inline-block;
    vertical-align:top;
    width:350px;
    text-align:center;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_medias_magazine,
    .top_many_medias{
        width:100%;
        margin:0;
    }
    .top_medias_magazine hr.design_hr,
    .top_many_medias hr.design_hr{
        width:100%;
    }
}
.top_medias_subtitle{
    padding:90px 0 30px 0;
    font-size:28px;
    line-height:1.6em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_medias_subtitle{
        font-size:24px;
        padding-top:60px;
    }
}
.top_many_medias{
    padding-bottom:54px;
}
.top_medias_beauty{
    font-size:19px;
 }
.top_medias_years{
    display:inline-block;
    margin-bottom:24px;
    font-size:14px;
}
.top_medias_mediaum{
    padding:24px 0;
    font-size:21px;
    line-height:1.6em;
}
.top_medias_eu_logo{
    margin:0 0 40px 40px;
}
.top_medias_eu_magazin{
    width:320px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_medias_beauty{
        font-size:18px;
    }
    .top_medias_eu_logo{
        margin:0;
        width:100%;
    }
    .top_medias_eu_magazin{
        width:100%;
    }
}
.reason_padding{
    padding-bottom:50px;
}
.reason_area{
    padding:0;
    /* background-image: linear-gradient(to right , rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("img/scene1.jpg"); */
    background-image: linear-gradient(to right , rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(to right , rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top, right top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size:450px 450px;
    font-size:0;
}
.reason_block{
    display:inline-block;
    vertical-align:top;
    width:calc(100% / 2 - 35px);
    margin-bottom:65px;
    font-size: 14px;
    line-height:1.6em;
}
.reason_block:last-child{
    margin-bottom:0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reason_area .forte_title{
        font-size:23px;
        padding-top:60px;
    }
    .reason_block{
        margin:0 -1%;
        width:100%;
    }
    .reason_block hr.design_hr{
        width:100%;
    }
}
.reason_spacer{
    display:inline-block;
    width:70px;
}
.reason_block .center{
    padding:24px 0;
    font-size:21px;
    line-height:1em;
}
.reason_under_text{
    padding: 20px 10px;
    font-size: 14px;
    line-height:1.9em;
    letter-spacing: 1px;
}
.from_distance_box_out{
    width:768px;
    margin:0 auto;
    padding:2px;
    border:2px solid rgb(239,245,233);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .from_distance_box_out{
        width:100%;
    }
    .reason_under_text{
        font-size: 15px;
    }
}
.from_distance_box{
    text-align:center;
    background:rgb(239,245,233);
    padding:20px 25px 25px 25px;
    font-size:18px;
    line-height:1.4em;
}
.from_distance_box_in{
    margin-top:20px;
    padding:20px 40px;
    background:#fff;
    font-size:14px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .from_distance_box{
        padding:20px 5% 25px 5%;
    }
    .from_distance_box_in{
        padding:20px;
    }
}
.infomation_area{
    font-size:0;
    padding:50px 0 40px 0;
}
.infomation_area .w768{
    border-bottom:1px solid rgba(106,138,109,.5);
}
.infomation_title{
    padding-left:10px;
    border-bottom:1px solid rgba(106,138,109,.5);
    font-size:16px;
    font-family:"Dynalight",cursive;
}
.infomation_days{
    display:inline-block;
    vertical-align:top;
    width:185px;
    padding:25px 0 0 20px;
    font-size:13px;
}
.infomataion_item{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 185px);
    padding:0 20px 30px 20px;
    font-size:14px;
}
.infomation_item_title{
    font-size:21px;
    padding:25px 0 15px 0;
}
.infomation_view_area{
    height:220px;
    overflow:auto;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .infomation_days{
        width:100%;
        padding:20px 0 0 2%;
    }
    .infomataion_item{
        width:100%;
        padding:0 0 30px 2%;
    }
    .infomation_view_area{
        -webkit-overflow-scrolling:touch;
    }
}
.about_geenpeal_top_area{
    background-image:url("img/gp/greenpeel.jpg");
    background-repeat:no-repeat;
    background-position: 600px bottom;
    font-size:13px;
    line-height:1.8em;
}
.about_geenpeal_top_area .w768{
    padding-right:314px;
}
.about_greenpeal_top{
    padding: 90px 0 60px 0;
    font-size:35px;
    line-height: 1.7em;
}
.about_greenpeal_space{
    font-size:14px;
    padding-bottom:20px;
}
.about_greenpeal_top_img{
    height:50px;
    margin-bottom:84px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_geenpeal_top_area .w768{
        padding:0;
    }
    .about_geenpeal_top_area{
        background:#fff;
        background-position:right bottom;
    }
    .about_greenpeal_top{
        padding:50px 0 30px 0;
        font-size:26px;
        text-align:center;
    }
    .about_greenpeal_space{
        font-size:15px;
    }
    .about_greenpeal_top_img{
        height:auto;
        width:50%;
        max-width:130px;
    }
}
.about_greenpeal_trabel_slide{
    display:block;
    position:relative;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
}
.about_greenpeal_trabel_slide.slick-dotted.slick-slider{
    margin:30px 0 50px 0;
}
.about_greenpeal_trabel_slide:before{
    content:"";
    position:absolute;
    pointer-events:none;
    top:0;
    left:0;
    display:inline-block;
    width:100%;
    height:100%;
    background-image: linear-gradient(to right , rgba(216,221,210,1) 0%, rgba(216,221,210,0) 10%, rgba(216,221,210,0) 90%, rgba(216,221,210,1) 100%);
    background-image: -webkit-linear-gradient(to right , rgba(216,221,210,1) 0%, rgba(216,221,210,0) 10%, rgba(216,221,210,0) 90%, rgba(216,221,210,1) 100%);
    background-image: -webkit-gradient(linear,left top, right top, from(rgba(216,221,210,1)), color-stop(0.1, rgba(216,221,210,0)), color-stop(0.9, rgba(216,221,210,0)), to(rgba(216,221,210,1)));
    z-index:2;
}
.about_greenpeal_trabel_slide .slick-list{
    height: 197px;
    padding:0 0 0 30px;
    background-color:rgba(0,0,0,.1);
}
.about_greenpeal_trabel_slide .slick-prev,
.about_greenpeal_trabel_slide .slick-next{
    z-index:3;
}
.about_greenpeal_trabel_slide .slick-dots{
    bottom:0;
    padding:0 20px;
}
.about_greenpeal_trabel_slide .slick-dots li{
    margin:0 2% 0 0;
    width:10px;
}
.about_greenpeal_trabel_slide .slick-dots li button{
    width:10px;
    padding:5px 0;
}
.about_greenpeal_trabel_slide_li{
    display:inline-block;
    height:157px;
    width:157px;
    margin:10px 0 0 8px;
    border:6px solid #fff;
    border-radius:50%;
}
.about_greenpeal_trabel_block_image{
    height:145px;
    width:145px;
    border-radius:50%;
    box-shadow:0 0 10px -4px rgba(0,0,0,1);
}
.about_greenpeal_trabel_area{
    background:rgba(255,255,255,.3);
    padding:30px 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_trabel_area .w768{
        width:96%;
    }
}
.about_greenpeal_trouble_block_out{
    position: relative;
    border: 2px solid rgb(239, 245, 233);
    padding: 2px;
}
.about_greenpeal_trouble_block_middle{
    border: 8px solid rgb(239, 245, 233);
    padding: 2px;
}
.about_greenpeal_trouble_block_in {
    position: relative;
    background: rgb(239, 245, 233);
    text-align: center;
    padding: 55px 0 90px 0;
    font-size:14px;
}
.about_greenpeal_trabel_block_space{
    padding:0 100px;
}
.about_greenpeal_trabel_block_subtitle{
    display:block;
    padding:40px 0 0 0;
    line-height:1.4em;
    font-size:34px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_trabel_block_space{
        padding:0 7% 0 5%;
    }
    .about_greenpeal_trabel_block_subtitle{
        padding-top:40px;
        font-size:21px;
    }
}
.about_greenpeal_trabel_block_ul{
    margin-top:50px;
}
.about_greenpeal_trabel_block_li{
    display:inline-block;
    line-height:1.5em;
    margin-bottom:30px;
    font-size:16px;
}
@media (max-width:640px),(max-device-width:640px){
    .about_greenpeal_trabel_block_li{
        padding-left:1.5em;
    }
    .about_greenpeal_trabel_block_li:before{
        content:"";
        margin-left:-1.5em;
    }
}
.about_greenpeal_trabel_block_middle_text{
    margin:25px 0;
    padding:0 20px;
    line-height:2em;
    font-size:16px;
}
.about_greenpeal_trabel_block_hr_area{
    margin:4px 0;
    border-top: 1px solid rgba(106,138,109,.5);
    border-bottom: 1px solid rgba(106,138,109,.5);
    font-size:21px;
    line-height:60px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_trabel_block_middle_text{
        padding:0 10px;
    }
    .about_greenpeal_trabel_block_hr_area{
        padding:10px 0;
        line-height:1.4em;
    }
}
.about_greenpeal_trabel_block_bold{
    margin:40px 0 50px 0;
    font-size:16px;
    line-height:2em;
}
.about_greenpeal_trabel_block_bottom_text{
    padding:0 20px;
    line-height:2em;
    letter-spacing:1px;
}

@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_trabel_block_bottom_text{
        padding:0 10px;
        font-size:15px;
    }
    .about_greenpeal_trouble_block_in{
        padding-bottom:40px;
    }
}
.about_greenpeal_attention{
    padding:55px 0 65px 0;
    font-size:13px;
}
.about_greenpeal_attention_title{
    line-height:60px;
    border-top:1px solid rgb(134,163,137);
    border-bottom:1px solid rgb(134,163,137);
    background:rgb(134,163,137);
    color:#fff;
    font-size:21px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_attention{
        width:90%;
    }
    .about_greenpeal_attention_title{
        font-size:18px;
    }
    .about_greenpeal_attention_title_text{
        line-height:1.5em;
        padding:20px 5%;
    }
}
.about_greenpeal_attention_title_hr{
    margin:1px 0;
    border-top:2px solid rgb(195,209,196);
}

.about_greenpeal_attention_subtitile{
    margin-bottom:30px;
    padding:58px 0 17px 20px;
    border-bottom:2px solid rgba(106,138,109,.5);
    font-size:18px;
}
.about_greenpeal_attention_ul{
    display:inline-block;
    vertical-align:top;
    min-width:50%;
}
.about_greenpeal_attention_li{
    width: calc(100% + 1em);
    line-height:1em;
    padding-left:1em;
    margin-bottom:16px;
}
.about_greenpeal_attention_li:before{
    content:"";
    margin-left:-1em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .about_greenpeal_attention_subtitile{
        padding: 58px 20px 17px 20px;
    }
    .about_greenpeal_attention_ul{
        font-size:15px;
        padding:0 10px;
    }
    .about_greenpeal_attention_li{
        display:block;
        padding-right:10px;
        line-height:1.4em;
    }
    .about_greenpeal_attention_bottom_text{
        line-height:1.6em;
        padding:0 10px 0 25px;
        font-size:15px;
    }
}
.service_short_cut{
    padding:50px 0 60px 0;
}
.service_short_cut_li{
    display:inline-block;
    padding:0 17px;
}
.service_short_cut_text{
    color:rgb(56,90,63);
}
.service_short_cut_text:hover{
    color:rgb(21,149,243)
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_short_cut_li{
        display:block;
        margin-bottom:15px;
    }
    .service_short_cut_text{
        font-size:18px;
    }
}
.service_top_title{
    padding-top:130px;
    margin-bottom:50px;
    font-size:34px;
}
.service_top_text{
    padding:0 104px 20px 104px;
    font-size:14px;
    line-height:2em;
}
.service_top_bold{
    font-size:18px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_top_title{
        font-size:25px;
        line-height:1.5em;
    }
    .service_top_text{
        padding:0;
    }
}
.service_course_title{
    padding:60px 0 50px 0;
    font-size:30px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course_list{
        width:90%;
        padding-top: 152px;
        margin-top: -152px;
    }
}
.service_course{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom:2px;
}
.service_course_name {
    position:relative;
    display:inline-block;
    vertical-align:top;
    min-height:78px;
    max-height:100%;
    width:250px;
    padding-top:27px;
    margin-right:10px;
    background-image: linear-gradient(to bottom , rgb(157,179,159) 0%, rgb(135,163,137) 100%);
    background-image: -webkit-linear-gradient(to bottom , rgb(157,179,159) 0%, rgb(135,163,137) 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(rgb(157,179,159)), to(rgb(135,163,137)));
    color:#fff;
    font-size:16px;
    font-weight:bold;
    line-height:1.3em;
    -moz-transition-property:all;
    -moz-transition-duration:0.2s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.2s;
    -o-transition-property:all;
    -o-transition-duration:0.2s;
    -ms-transition-property:all;
    -ms-transition-duration:0.2s;
    transition-property:all;
    transition-duration:0.2s;
    text-shadow:0 1px 4px rgba(0,0,0,.4);
}
.service_course_name_little{
    font-size:13px;
}
.service_course_name.re_vital_life_service{
    background-image: linear-gradient(to bottom , rgb(89,157,179) 0%, rgb(90,179,164) 100%);
    background-image: -webkit-linear-gradient(to bottom , rgb(89,157,179) 0%, rgb(90,179,164) 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(rgb(89,157,179)), to(rgb(90,179,164)));
}
.service_coursc_name_ribbon {
    position:absolute;
    top:-10px;
    left:-10px;
    padding:5px 0 5px 15px;
    margin-right:20px;
    background: rgb(92,198,149);
    font-size:13px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho", serif;
    text-shadow:0 0 0;
    box-shadow:10px 1px 5px rgba(0,0,0,.4);
}
.service_coursc_name_ribbon:before {
    content: " ";
    position: absolute;
    top: 100%;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent;
    border-right-color: rgb(67,149,112);
}
.service_coursc_name_ribbon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-width: 15px 10px;
    border-style: solid;
    border-color: rgb(92,198,149);
    border-right-color: transparent;
}
.service_course_explanation{
    display:inline-block;
    max-height:2000em;
    width:505px;
    vertical-align:top;
}
.service_course_explanation.re_vital_life_service{
    color:rgb(46,106,142);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course{
        display: block;
    }
    .service_course_name,
    .service_course_explanation{
        width:100%;
        padding:0;
    }
    .service_course_name{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height:77px;
        font-size:19px;
        line-height:1.1em;
        vertical-align:middle;
    }
    .service_course_name_staff{
        font-size:16px;
    }
}
.service_course:last-child .service_course_explanation{
    border-bottom:1px solid rgba(106,138,109,.5);
}
.service_course_explanation_title{
    position:relative;
    display: inline-block;
    width:100%;
    padding:30px 60px 24px 40px;
    line-height:1.4em;
    border-top:1px solid rgba(106,138,109,.5);
    font-size:18px;
}
.service_course_explanation_title_text{
    display:inline-block;
    /* margin:-9px 0; */
}
.service_course_explanation_title:hover{
    background:rgba(106,138,109,.05);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course_explanation_title{
        height:auto;
        min-height:77px;
        padding:15px 60px 15px 25px;
    }
    .service_course_explanation_title_text{
        margin:0 0 5px 0;
    }
}
.service_course_explanation_title:before{
    content:"詳細";
    position:absolute;
    right:10px;
    color:rgb(21,149,243);
    font-size:13px;
    font-family:serif;
}
.service_course_explanation_only{
    display:inline-block;
    margin-bottom:10px;
    padding:5px 10px 3px 10px;
    line-height:1em;
    background:rgb(21,149,243);
    color:#fff;
    font-size:12px;
    font-weight:700;
    border-radius:4px;
}
.service_course_explanation_check{
    display:none;
}
.service_course_explanation_check:checked + .service_course_explanation_title:before{
    content:"閉じる";
}
.service_course_explanation_detail{
    overflow:hidden;
    max-height:0;
    padding:0 40px;
    margin:0;
    background:rgb(237,243,231);
    font-size:14px;
    line-height:2em;
    border-radius:3px;
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.re_vital_life_service .service_course_explanation_detail{
    background:rgb(236,247,249);
}
.service_course_explanation_check:checked ~ .service_course_explanation_detail {
    max-height:100em;
    padding:40px;
    margin-bottom:13px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course_explanation_detail{
        padding:0 5%;
    }
    .service_course_explanation_check:checked ~ .service_course_explanation_detail {
        padding:20px 5%;
    }
}
.service_course_explanation_plan{
    padding:15px;
    margin-top:20px;
    background:#fff;
    font-size:16px;
    line-height:1.8em;
    border-radius:3px;
}
.herbal_mask{
    margin-bottom:20px;
}
.s_c_e_p_category{
    display:inline-block;
    width:90px;
    margin:0 10px 10px 0;
    background: rgb(106,137,108);
    text-align:center;
    color:#fff;
    font-size:13px;
    line-height:2.4em;
    border-radius:3px;
}
.s_c_e_p_category:last-child{
    margin-bottom:0;
}
.re_vital_life_service .s_c_e_p_category{
    background: rgb(61,136,156);
}
.s_c_e_p_herb{
    display:inline-block;
    vertical-align:top;
}
.service_course_price{
    margin:20px 0 10px 0;
    overflow: hidden;
}
.service_course_price_text{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: left;
    font-size: 14px;
}
.service_course_price_text:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 800%;
    height: 1px;
    border-bottom:1px dotted rgba(106,138,109,.3);
}
.service_course_price_text:after {
    left: 100%;
}
.service_course_price_one{
    font-size:15px;
}
.service_course_price_rate{
    display:inline-table;
    width:100%;
    font-size:0;
}
.service_course_price_rate.herbal_mask{
    margin-top:20px;
}
.service_course_price_rate_row{
    display:table-row;
}
.service_course_price_rate .left,
.service_course_price_rate .right{
    display:table-cell;
    font-size:15px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course_price_rate,
    .service_course_price_rate_row{
        display:inline-block;
        width: 100%;
    }
    .service_course_price_rate .left,
    .service_course_price_rate .right{
        display:inline-block;
    }
    .service_course_price_rate .left{
        min-width:50%;
    }
    .service_course_price_rate .right{
        float:right;
    }
    .service_course_price_rate_row:after{
        content: " ";
        display: table;
        clear: both;
        *zoom: 1;
    }
    .service_course_price_rate .long{
        width:100%;
    }
}
.service_course_green_peal_subtitle{
    font-size:16px;
    margin:35px 0 30px 0;
}
.service_course_green_peal_under_text{
    margin-top:35px;
    font-size:0;
}
.service_course_green_peal_i_block{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 180px);
    min-width:50%;
    font-size:14px;
}
.service_course_green_peal_image{
    width:180px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_course_green_peal_image{
        width:50%;
        max-width:180px;
    }
}
.fivedays{
    font-size:0;
}
.fivedays_title{
    padding:190px 0 50px 0;
    font-size:34px;
    line-height:1.2em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .fivedays{
        margin-top: -152px;
        padding-top: 152px;
    }
    .fivedays_title{
        padding:60px 0 50px 0;
        font-size:26px;
    }
}
.fivedays_category{
    display:inline-block;
    width:50%;
    padding-left:35px;
    vertical-align:top;
    font-size:14px;
}
.fivedays_category:nth-child(2n){
    padding:0 35px 0 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .fivedays_category{
        width:100%;
        padding:0;
    }
    .fivedays_category:nth-child(2n){
        padding:0;
    }
}
.fivedays_category_title{
    overflow: hidden;
    text-align: center;
}
.f_d_c_t_text{
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 30px;
    text-align: left;
    font-size:16px;
}
.f_d_c_t_text:before,
.f_d_c_t_text:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color:rgba(106,138,109,.5);
}
.f_d_c_t_text:before {
    right: 100%;
}
.f_d_c_t_text:after {
    left: 100%;
}
.fivedays_category_subtitle{
    padding:12px 0 18px 0;
    border-bottom:1px solid rgba(106,138,109,.5);
    font-size:21px;
}
.fivedays_category_bottom_text{
    padding:0 12px 50px 12px;
    line-height: 2em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .fivedays_category_bottom_text{
        font-size:15px;
    }
}
.fivedays_category_image{
    display:block;
    margin:20px auto;
    height:160px;
}
.service_home_care{
    font-size:0;
}
.service_home_care_title{
    padding:70px 0 50px 0;
    font-size: 34px;
    line-height:1em;
}
.service_home_care_title_text{
    font-size:12px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_home_care{
        margin-top: -152px;
        padding-top: 152px;
    }
    .service_home_care_title{
        font-size:26px;
    }
    .service_home_care_title_text{
        font-size:14px;
    }
}
.service_home_care_middle_text{
    margin-bottom:40px;
    font-size:18px;
    line-height:2em;
}
.service_home_care_step{
    display:flex;
    flex-direction:row;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_home_care_step{
        flex-direction:column;
    }
}
.service_home_care_steps{
    display:inline-block;
    flex:0 0 calc(100% / 3);
    vertical-align:top;
    padding:0 12px;
    margin-bottom:55px;
    font-size:14px;
    line-height:2em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_home_care_steps{
        flex:0 0 100%;
        padding:0;
    }
}
.service_home_care_product{
    height:7.8em;
    padding-bottom:1em;
    text-align:center;
    font-size:11px;
    line-height:1.7em;
}

.service_home_care_steps_text{
    padding:0 10px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_home_care_steps_text{
        font-size:15px;
    }
}
.service_home_care_steps:last-child{
    margin-right:0;
}
.service_home_care_step_img{
    width:100%;
}
.service_attention {
    padding: 55px 0 65px 0;
    font-size: 13px;
}
.service_attention_title{
    border-top:1px solid rgb(134,163,137);
    border-bottom:1px solid rgb(134,163,137);
    background:rgb(134,163,137);
    color:#fff;
    font-size:21px;
    line-height:60px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_attention{
        width:90%;
    }
    .service_attention_title{
        padding:0;
    }
    .service_attention_title_text{
        line-height:1.5em;
        padding:20px 5%;
    }
}
.service_attention_title_hr{
    border-top:2px solid rgb(195,209,196);
    margin:1px 0;
}
.service_attention_subtitle{
    margin-bottom:30px;
    padding:58px 0 17px 20px;
    border-bottom:2px solid rgba(106,138,109,.5);
    font-size:18px;
}
.service_attention_ul{
    display:inline-block;
    vertical-align:top;
    min-width:50%;
}
.service_attention_li{
    line-height:1em;
    padding-left:1em;
    margin-bottom:16px;
}
.service_attention_li:before{
    content:"";
    margin-left:-1em;
}
.service_attention_li_bottom{
    margin-top:10px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .service_attention_subtitle{
        padding:58px 20px 17px 20px;
    }
    .service_attention_ul{
        padding:0 10px;
    }
    .service_attention_li{
        font-size:15px;
        line-height:1.4em;
    }
}
.customers_voice_top {
    font-size: 34px;
    padding:90px 0 55px 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .customers_voice_top{
        font-size:26px;
        margin:0 -5%;
        padding-top:50px;
    }
}
.customers_voice_top_subtitle{
    margin-top:12px;
    font-size:15px;
}
.customer_open_box{
    display:none;
}
.customer_voice_list{
    padding-bottom:35px;
}
@media (min-width:1365px){
    .customer_voice_list{
        padding-bottom:200px;
    }
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .customer_voice_list{
        margin:0 -5%;
    }
}
.customer_comments{
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
    overflow: hidden;
}
.customer_comments:last-child{
    border-bottom: 1px solid rgba(106,138,109,.5);
}
.customer_voice_head{
    display:table;
    position:relative;
    width:100%;
    border-top: 1px solid rgba(106,138,109,.5);
    padding:20px 60px 20px 30px;
}
.customer_voice_head:hover{
    background:rgba(106,138,109,.05);
}
.customer_voice_head:before{
    content:"詳細";
    position:absolute;
    top:48px;
    right:10px;
    color:rgb(21,149,243);
    font-size:13px;
    font-family:serif;
}
.customer_open_box:checked + .customer_voice_head:before{
    content:"閉じる";
}
.customer_voice_head_cell{
    display:table-cell;
    vertical-align:middle;
}
.customer_voice_head_cell.user_name{
    width:57%;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .customer_voice_head,
    .customer_voice_head_cell{
        display:block;
        text-align:center;
        width:100%;
    }
    .customer_voice_head_cell.user_name{
        width:auto;
    }
}
.customer_image{
    height:64px;
    vertical-align:middle;
    margin-right:30px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .customer_image{
        display:block;
        margin:0 auto 20px auto;
    }
}
.customer_name{
    font-size:20px;
}
.customer_menu{
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    font-size:13px;
}
.custom_sets{
    font-size:20px;
    line-height:2em;
}
.custom_set_menu{
    display:inline-block;
    margin-top:8px;
    padding:0 15px;
    background:rgb(106,138,109);
    color:#fff;
    border-radius:3px;
}
.customer_voice_main{
    max-height:0;
    overflow:hidden;
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.customer_voice_main *{
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.customer_open_box:checked  ~ .customer_voice_main{
    max-height:150em;
}
.customer_voice_main .customer_voice_q_and_a:last-child{
    margin-bottom:35px;
}
.customer_voice_quastion{
    padding:30px 0 30px 15px;
}
.customer_voice_answer{
    padding:40px 70px 40px 50px;
    background:rgb(241,246,236);
    font-size:15px;
    border-radius:3px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .customer_voice_quastion{
        font-size:17px;
        padding:20px 5%;
    }
    .customer_voice_answer{
        padding:20px 5% 20px 10%;
    }
}
.customer_voice_answer_ul,
.customer_voice_answer_li{
    list-style-type:disc;
}
.customer_voice_answer_li{
    padding-bottom:1em;
    line-height:1.8em;
}
.customer_voice_answer_li:last-child{
    padding-bottom:0;
}
.faq_main{
    padding-bottom:35px;
}
.faq_top{
    font-size: 34px;
    padding: 90px 0 55px 0;
}
@media (min-width:1365px) {
    .faq_main {
        height: 100%;
    }
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .faq_main .w768{
        width:90%;
    }
    .faq_top{
        font-size:26px;
        padding-top:50px;
    }
}
.question_and_answer{
    overflow: hidden;
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.question_text{
    display:inline-block;
    padding-left: 1.4em;
    text-indent:-1.4em;
}
.open_answer_box{
    display:none;
}
.question_and_answer:last-child{
    border-bottom: 1px solid rgba(106,138,109,.5);
}
.question_area{
    display:inline-block;
    position:relative;
    width:100%;
    padding:20px 60px 20px 30px;
    border-top: 1px solid rgba(106,138,109,.5);
}
.question_area:hover{
    background:rgba(106,138,109,.05);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .question_area{
        padding:20px 40px 20px 10px;
    }
}
.question_area:before{
    content:"詳細";
    position:absolute;
    top:17px;
    right:10px;
    color:rgb(21,149,243);
    font-size:13px;
    font-family:serif;
}
.open_answer_box:checked + .question_area:before{
    content:"閉じる";
}
.answer_area{
    max-height:0;
    overflow:hidden;
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.open_answer_box:checked ~ .answer_area{
    max-height:100em;
}
.answer_box{
    max-height:0;
    padding:40px 50px;
    margin-bottom: 35px;
    background: rgb(241,246,236);
    font-size: 15px;
    line-height:1.8em;
    border-radius: 3px;
    -moz-transition-property:all;
    -moz-transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-duration:0.5s;
    -o-transition-property:all;
    -o-transition-duration:0.5s;
    -ms-transition-property:all;
    -ms-transition-duration:0.5s;
    transition-property:all;
    transition-duration:0.5s;
}
.open_answer_box:checked ~ .answer_area .answer_box{
    max-height:100em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .answer_box{
        padding: 0 7%;
    }
    .open_answer_box:checked ~ .answer_area .answer_box{
        padding:20px 7%;
    }
}
.answer_list,
.answer_list_li{
    list-style-type:disc;
}
.answer_list{
    padding-bottom:1.5em;
}
.answer_list_li{
    padding-bottom:1em;
}
.answer_list_li:last-child{
    padding-bottom:0;
}
.contact_main{
    min-height: 100%;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .contact_main{
        width:90%;
    }
}
.contact_tab_table{
    width:100%;
    padding-top:40px;
    margin-bottom:60px;
    border-bottom:1px solid rgba(106,138,109,.5);
    font-size:0;
    line-height:1em;
}
.contact_tab{
    display:inline-block;
    line-height:60px;
    margin-bottom:-1px;
    padding:0 20px;
    background:rgba(239,245,233,.5);
    vertical-align:middle;
    font-size:20px;
    color:rgb(106, 138, 109);
}
.contact_tab:hover{
    background:rgb(239,245,233);
}
.contact_tab.selected{
    background:#fff;
    border:1px solid rgba(106,138,109,.5);
    border-bottom:1px solid rgba(255,255,255,1);
}
.contact_form_area{
    width: 100%;
    margin-top:30px;
    padding:40px 100px 30px 100px;
    background-color: rgb(244,248,240);
    font-size:14px;
    border-radius:3px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .contact_form_area{
        padding:40px 5% 30px 5%;
    }
}
.contact_name,
.contact_title_text,
.contact_email{
    width:100%;
    height:40px;
    margin:10px 0;
    padding:5px 10px;
    border:1px solid rgba(106,138,109,.3);
    font-size: 16px;
}
.contact_textarea{
    resize: none;
    width:100%;
    margin:10px 0;
    padding:10px;
    border:1px solid rgba(106,138,109,.3);
    font-size: 16px;
}
.contact_subimit{
    display:block;
    width:190px;
    margin:40px auto 60px auto;
    background:rgba(106,136,109,.8);
    text-align:center;
    color:#fff;
    line-height:50px;
    border-radius:25px;
    box-shadow:0 0 0 0;
    border:0;
}
.contact_subimit:hover{
    background:rgba(106,136,109,1);
}
.contact_subimit{
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
}
.contact_error{
    margin:-10px 0 0 0;
    background:transparent;
    font-size:13px;
}
.contact_centence_confirm{
    width:100%;
    margin:10px 0;
    padding:10px;
    background:#fff;
    color:#000;
    font-size:16px;
}
.contact_confirm_name,
.contact_confirm_title_text,
.contact_confirm_email{
    width:100%;
    line-height:30px;
    margin:10px 0;
    padding:5px 10px;
    background:#fff;
    color:#000;
    font-size:16px;
}
.contact_title{
    padding: 90px 0 55px 0;
    font-size: 34px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .contact_title{
        padding-top:50px;
        font-size:26px;
    }
}
.contact_subtext{
    /* margin-bottom:25px; */
}
.contact_form_confirm_button{
    margin:40px auto 60px auto;
}
.contact_confirm_back{
    display:inline-block;
    width:90px;
    background:rgba(106,136,109,.8);
    text-align:center;
    color:#fff;
    font-size:15px;
    line-height:50px;
    border-radius:25px;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
    border:0;
}
.contact_confirm_back:hover{
    background:rgba(106,136,109,1);
}
.contact_form_confirm_button .contact_subimit{
    display:inline-block;
    width:130px;
    margin:0 0 0 25px;
}
.contact_comptext{
    line-height:2em;
    margin-bottom:85px;
}
.contact_tohome_button{
    display:inline-block;
    width:190px;
    background:rgba(106,136,109,.8);
    text-align:center;
    color:#fff;
    font-size:15px;
    line-height:50px;
    border-radius:25px;
}
.contact_tohome_button:hover{
    background:rgba(106,136,109,1);
}
.contact_telephone_information{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:100px auto 0;
}
.contact_telephone{
    font-size:24px;
    color: rgb(56, 90, 63);
}
.reservation_main{
    min-height: 100%;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reservation_main{
        width:90%;
    }
}
.reservation_form_area{
    width: 100%;
    margin-top: 30px;
    padding: 40px 100px 30px 100px;
    background-color: rgb(244,248,240);
    font-size: 14px;
    border-radius: 3px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reservation_form_area{
        padding:40px 5% 30px 5%;
    }
}
.reservation_form_title_out{
    margin-bottom:30px;
    padding:2px;
    border:2px solid #fff;
}
.reservation_form_title_in{
    padding:10px 0;
    background:#fff;
    text-align:center;
}
.reservation_checkbox_side{
    display:inline-block;
    vertical-align:top;
    width:50%;
    padding-right:20px;
}
.reservation_checkbox_side_title{
    margin-bottom:20px;
    padding:0 0 5px 0;
    border-bottom: 1px solid rgba(106,138,109,.5);
    font-size: 14px;
}
.reservation_checkbox_side_title.repeater{
    padding-top:30px;
 }
.reservation_checkbox_side_error{
    margin-top:0;
    background: transparent;
    font-size: 13px;
}
.reservation_checkbox{
    display:none;
}
.check_category{
    display:inline-block;
    margin-bottom:10px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .check_category{
        font-size:16px;
    }
}
.check_category:before{
    display:inline-block;
    vertical-align:text-bottom;
    width:17px;
    height:17px;
    margin-right:10px;
    border:1px solid rgba(106,136,109,.8);
    color:transparent;
    font-size:16px;
    font-weight:bold;
}
.reservation_checkbox:checked + .check_category:before{
    color:rgba(106,136,109,1);
}
.reservation_form_side{
    display:inline-block;
    width:50%;
    padding-left:20px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reservation_checkbox_side,
    .reservation_form_side{
        width:100%;
        padding:0;
    }
}
.treatment_display{
    display:inline-block;
    padding:0 10px;
    margin-left:27px;
    color: #fff;
    font-size:10px;
    line-height: 1.8em;
    font-weight:600;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius:12px;
}
.owner{
    background:rgb(169, 106, 157);
}
.staff{
    background:rgb(92,198,149);
}
.reservation_confirm_table_cell .treatment_display{
    vertical-align:top;
    margin:0;
}
.reservation_important_area{
    padding: 20px;
    margin: 20px 0;
    border: dotted 1px rgb(191,13,35);
    color: rgb(191,13,35);
    border-radius: 6px;
}
.reservation_input{
    line-height:1.8em;
    margin:0 0 10px 0;
    padding: 5px 10px;
    border: 1px solid rgba(106,138,109,.3);
    font-size: 16px;
}
.reservation_name,
.reservation_phone,
.reservation_email{
    width: 100%;
    height:40px;
}
.reservation_ages{
    padding-right:20px;
    background:#fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius:0;
    overflow:hidden;
}
.reservation_mail_popup{
    position: absolute;
    display:none;
    line-height:1.4em;
}
.contact_email:focus + .reservation_mail_popup,
.reservation_email:focus + .reservation_mail_popup {
    display:block;
    padding: 15px;
    max-width:568px;
    background-color: rgb(248,231,231);
    color: rgb(191,13,35);
    font-size: 14px;
    border-radius:5px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
    z-index:10;
}
.reservation_mail_popup_black{
    color:#000;
}
.reservation_input_arrow{
    position:relative;
}
.reservation_input_arrow:before{
    position:absolute;
    display:inline-block;
    top:0;
    left:-17px;
    pointer-events: none;
}
.reservation_days1,
.reservation_days2,
.reservation_days3{
    display:inline-block;
    width:115px;
    height:40px;
}
.reservation_days1.mobile,
.reservation_days2.mobile,
.reservation_days3.mobile{
    display:none;
    vertical-align:top;
    width:140px;
    background:#fff;
    border-radius:0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.reservation_days1.pmcheck,
.reservation_days2.pmcheck,
.reservation_days3.pmcheck{
    display:none;
}
.reservation_days1.pmcheck.mobile,
.reservation_days2.pmcheck.mobile,
.reservation_days3.pmcheck.mobile{
    display:inline-block;
}
.reservation_times1,
.reservation_times2,
.reservation_times3{
    display:inline-block;
    height:40px;
    padding-right:20px;
    background:#fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius:0;
}
.reservation_form_request_title{
    padding:20px 0 15px 10px;
    border-bottom: 1px solid rgba(106,138,109,.5);
    font-size: 18px;
}
.reservation_form_request{
    padding:25px 0 10px 0;
    border-bottom: 1px solid rgba(106,138,109,.5);
}
.reservation_form_request_title.confirm_area{
    color:rgb(191,13,35);
    border-bottom-color: rgba(191,13,35,.5);
}
.reservation_form_request.confirm_area{
    color:rgb(191,13,35);
    border-bottom-color: rgba(191,13,35,.5);
}
.reservation_form_request_ul{
    padding-left:20px;
}
.reservation_form_request_li{
    list-style-type: disc;
    padding-bottom:1em;
}
.reservation_form_request_li.numberd{
    list-style-type:decimal;
}
.reservation_form_request_bold{
    font-weight:bold;
}
.reservation_subimit{
    display:block;
    width:190px;
    margin:40px auto 60px auto;
    text-align:center;
    line-height:50px;
    background:rgba(106,136,109,.8);
    color:#fff;
    border-radius:25px;
    box-shadow:0 0 0 0;
    border:0;
}
.reservation_subimit:hover{
    background:rgba(106,136,109,1);
}
.reservation_subimit{
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
}
.reservation_title{
    font-size: 34px;
    padding: 90px 0 55px 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reservation_title{
        font-size:26px;
        padding-top:50px;
    }
}
.reservation_confirm_table{
    display:table;
    width:100%;
    margin-bottom:20px;
}
.reservation_confirm_table_row{
    display:table-row;
}
.reservation_confirm_table_cell{
    display:table-cell;
    vertical-align:middle;
}
.reservation_confirm_table_cell.inputed{
    width:440px;
    line-height:2em;
    padding:10px 0 10px 35px;
    border-top:1px solid rgba(106,138,109,.5);
    font-size:16px;
    color:rgb(50,50,50);
}
.reservation_confirm_table_row:last-child .reservation_confirm_table_cell.inputed{
    border-bottom:1px solid rgba(106,138,109,.5);
}
.reservation_centence_confirm{
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    color: #000;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .reservation_confirm_table,
    .reservation_confirm_table_row,
    .reservation_confirm_table_cell,
    .reservation_confirm_table_cell.inputed {
        display: block;
        width: 100%;
    }
    .reservation_confirm_table_row:last-child .reservation_confirm_table_cell.inputed{
        border-bottom:0;
    }
    .reservation_centence_confirm{
        font-size:16px;
    }
}
.reservation_form_confirm_button{
    margin: 40px auto 60px auto;
}
.reservation_confirm_back{
    display:inline-block;
    font-size:15px;
    background:rgba(106,136,109,.8);
    color:#fff;
    text-align:center;
    width:90px;
    line-height:50px;
    border-radius:25px;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
    border:0;
}
.reservation_confirm_back:hover{
    background:rgba(106,136,109,1);
}
.reservation_form_confirm_button .reservation_subimit{
    display:inline-block;
    width:130px;
    margin:0 0 0 25px;
}
.box_ribbon{
    position: absolute;
    display:inline-block;
    top:-15px;
    left:50%;
    height:55px;
    width:180px;
    margin-left:-90px;
    padding:0 2px 1px 2px;
    border: 1px solid rgba(106,138,109,.5);
    background-color: #fff;
    text-align:center;
}
.box_ribbon_in{
    position:relative;
    padding-top:5px;
    width:100%;
    height:100%;
    background:rgb(106,138,109);
    color:#fff;
    font-size:18px;
    font-family:"Dynalight",cursive;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .box_ribbon_in{
        background:linear-gradient(rgb(126,156,128), rgb(92,121,95));
        background:-webkit-linear-gradient(rgb(126,156,128), rgb(92,121,95));
        background:-webkit-gradient(linear,left top, left bottom, from(rgb(126,156,128)), to(rgb(92,121,95)));
    }
}
.box_ribbon_bottom{
    position: absolute;
    bottom:0;
    height: 0;
    width: 0;
    border: 90px solid transparent;
    border-top:0;
    border-bottom: 15px solid #fff;
}
.box_ribbon_bottom:before,
.box_ribbon_bottom:after {
    position: absolute;
    display:block;
    top:1px;
    left:-90px;
    content: '';
    height: 0;
    width: 0;
    border: 90px solid transparent;
    border-top:0;
}
.box_ribbon_bottom:before {
    border-bottom: 15px solid rgba(106,138,109,.5);
}
.box_ribbon_bottom:after {
    top:2px;
    border-bottom: 15px solid rgb(239,245,233);
}
.policy_block_in .box_ribbon_bottom:after {
    border-bottom-color:#fff;
}
.gradiation_ribbon{
    position:absolute;
    top:-5px;
    left:50%;
    margin-left:-40px;
    padding-top:5px;
    height:45px;
    width:80px;
    font-family:"Dynalight",cursive;
    font-size:18px;
    text-align:center;
    color:#fff;
    background:linear-gradient(rgb(126,156,128), rgb(92,121,95));
    background:-webkit-linear-gradient(rgb(126,156,128), rgb(92,121,95));
    background: -webkit-gradient(linear,left top, left bottom, from(rgb(126,156,128)), to(rgb(92,121,95)));
}
.gradiation_ribbon:before{
    position: absolute;
    content: '';
    left:0;
    bottom:0;
    height: 0;
    width: 0;
    border: 40px solid transparent;
    border-top:0;
    border-bottom: 15px solid #fff;
}
.top_title_box_middle_text{
    font-size:12px;
    padding:20px 0 40px 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_title_box_middle_text{
        font-size:14px;
    }
}
.subscription_main{
    font-size:0;
}
.subscription_category{
    display:inline-block;
    vertical-align:top;
    margin:0 29px 0 0;
    width:210px;
    font-size:16px;
}
.subscription_main .subscription_category:first-child{
    margin-left:10px;
}
.subscription_main .subscription_category:last-child{
    margin:0;
}
.s_c_title{
    padding-left:10px;
    border-bottom:1px solid rgba(106,138,109,.5);
    font-family:"Dynalight",cursive;
    font-size: 16px;
}
.s_c_text{
    padding: 20px 0 0 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
}
.s_c_bold{
    display:inline-block;
    margin-top:5px;
    margin-bottom:15px;
    font-size:21px;
}
.s_c_bold.no_alpha{
    font-size:16px;
}
.s_c_bold.tell{
    letter-spacing:2px;
    color:rgb(56,90,63)
}
.s_c_bottom_text{
    font-size:13px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .s_c_bold.no_alpha{
        font-size:18px;
    }
    .s_c_bottom_text{
        font-size:14px;
    }
}
#map{
    width:100%;
    height:420px;
    margin-top:20px;
}
.contact_button{
    display:block;
    width:100%;
    margin-top:30px;
    padding:15px 20px;
    text-align:center;
    background:rgba(106,138,109,.8);
    color:#fff;
    font-size:14px;
    border-radius:25px;
}
.contact_button:hover{
    background:rgba(106,138,109,1);
}
.top_attention_text{
    display:inline-block;
    font-size:13px;
    padding:10px 0;
}
.footer_card_logo{
    display:block;
    margin:30px 0 0 auto;
    height:44px;
    width:auto;
}
.banner_link_block{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:20px 0;
}
.banner_link{
    height:88px;
    width:256px;
    border-radius:8px;
}
@media (min-width:1365px) , (max-width:500px) and (orientation: portrait) {
    .top_attention_text{
        display:block;
        margin:0 auto;
        width:80%;
    }
    .subscription_category,
    .subscription_main .subscription_category:last-child {
        width:100%;
        margin: 30px 0 0 0;
    }
    .subscription_main .subscription_category:first-child{
        margin:0;
    }
    .banner_link_block{
        position:sticky;
        top:63px;
    }
    .banner_link_area{
        display:block;
        text-align:center;
        margin:0 auto;
        width:fit-content;
    }
    .footer_card_logo{
        margin-right:auto;
        height: 30px;
    }
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .top_attention_text{
        width:100%;
    }
    .banner_link_block{
        position: relative;
        top:0;
        width:100%;
    }
    .banner_link_area{
        display:block;
        text-align:center;
        width:100%;
    }
}
.mobile_menu_description{
    overflow:hidden;
    height:0;
    font-size:13px;
    line-height:1.2em;
    color:#fff;
    background:rgba(106,138,109,1);
    text-align:center;
}
.mobile_top_address{
    overflow:hidden;
    height:0;
    font-size:13px;
    background-color:rgb(239,245,233);
}
.mobile_top_scroll{
    position:relative;
    overflow:hidden;
    height:0;
}
.mobile_top_logo{
    height:60px;
    width:auto;
}
.mobile_top_contact_table{
    display:table;
    overflow:hidden;
    height:0;
    width:100%;
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.mobile_top_contact_table_cell{
    vertical-align:middle;
    display:table-cell;
    font-size:15px;
    padding:10px 20px 20px 20px;
    text-align:center;
}
.mobile_top_telephone{
    color:rgb(56,90,63);
}
.mobile_top_address_text{
    line-height:1.3em;
    margin-top:10px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .mobile_menu_description,
    .mobile_top_address {
        height: auto;
        padding: 8px 20px;
    }
    .mobile_top_address{
        padding:10px 20px;
    }
    .mobile_top_scroll {
        position:sticky;
        top:0;
        overflow:visible;
        height: auto;
        -webkit-transition:-webkit-transform 500ms ease 0s;
        -moz-transition:-moz-transform 500ms ease 0s;
        -o-transition:-o-transform 500ms ease 0s;
        transition:transform 500ms ease 0s;
    }
    .mobile_top_scroll.fixed{
        /*
        position:fixed;
        top:0;
        width:100vw;
         */
        z-index:30;
        -webkit-transform:translate3d(0, 0, 0);
        -moz-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
    .mobile_top_logo,
    .mobile_top_contact_area {
        display: inline-block;
    }
    .mobile_top_contact_table{
        height:auto;
    }
    .mobile_top_contact_link{
        display: block;
        width: 100%;
        margin-top:10px;
        padding: 5px 20px;
        text-align: center;
        background: rgba(106,138,109,.8);
        color: #fff;
        font-size: 14px;
        border-radius: 25px;
    }
    .mobile_top_link_area{
        position:relative;
        text-align: center;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 12px -10px rgba(0,0,0,.2);
        z-index: 30;
        overflow-x:scroll;
        -webkit-overflow-scrolling:touch;
    }
    .mobile_link_menu_ul{
        position:relative;
        white-space:nowrap;
        margin:0 20px;
    }
    .mobile_link_menu_li{
        display:inline-block;
        vertical-align:middle;
        border-bottom:2px solid transparent;
    }
    .mobile_link_menu_li a{
        cursor:pointer;
        display:inline-block;
        font-size:15px;
        padding:10px;
    }
    .mobile_link_menu_li:hover,
    .mobile_link_menu_li.selected{
        border-bottom:2px solid rgb(106,136,109);
    }
    .mobile_link_menu_li:hover a,
    .mobile_link_menu_li.selected a {
        color:rgb(56,90,63);
    }
}
.price_title{
    font-size: 34px;
    padding: 90px 0 55px 0;
}
.price_course {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.price_course.revital_life{
    color:rgb(7,106,143);
}
.price_list{
    padding-bottom:60px;
}
.price_table{
    border-top:1px solid rgba(0,0,0,.1);
}
.price_course_name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 60px;
    max-height: 100%;
    width: 250px;
    padding:27px 0 20px 0;
    border:1px solid rgba(0,0,0,.1);
    border-left:0;
    border-top:0;
    background-color: rgb(239,245,233);
    font-size: 16px;
    line-height: 1.3em;
}
.revital_life .price_course_name{
    background:rgb(236,247,249);
}
.price_table .price_course:nth-child(2n) .price_course_name{
    background-color: rgba(239,245,233,.5);
}
.price_course_explanation {
    display: inline-block;
    padding:20px 40px;
    border-bottom:1px solid rgba(0,0,0,.1);
    max-height: 2000em;
    width: 505px;
    vertical-align: top;
}
.price_coursc_name_ribbon {
    position:absolute;
    top:-10px;
    left:-10px;
    margin-right:20px;
    padding:5px 0 5px 15px;
    background: rgb(92,198,149);
    color:#fff;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho", serif;
    font-size:13px;
    text-shadow:0 0 0;
    box-shadow:10px 1px 5px rgba(0,0,0,.4);
}
.price_coursc_name_ribbon:before {
    content: " ";
    position: absolute;
    top: 100%;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent;
    border-right-color: rgb(67,149,112);
}
.price_coursc_name_ribbon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-width: 15px 10px;
    border-style: solid;
    border-color: rgb(92,198,149);
    border-right-color: transparent;
}
.first_price{
    color:rgb(237,115,172);
}
.price_course_price_rate{
    display:inline-table;
    width:100%;
    font-size:0;
}
.price_course_price_rate.herbal_mask{
    margin-top:20px;
}
.price_course_price_rate_row{
    display:table-row;
}
.price_course_price_rate .left,
.price_course_price_rate .right{
    display:table-cell;
    font-size:15px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .price_list{
        width:90%;
    }
    .price_title {
        font-size: 26px;
        margin: 0 -5%;
        padding-top: 50px;
    }
    .price_course {
        display: block;
    }
    .price_table .price_course:nth-child(2n) .price_course_name{
        background-color: rgba(239,245,233,1);
    }
    .price_course_name,
    .price_course_explanation {
        width: 100%;
        padding:20px 15px;
        border:0;
    }
    .price_course_name {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 77px;
        font-size: 19px;
        line-height: 1.1em;
        vertical-align: middle;
    }
    .price_course_price_rate,
    .price_course_price_rate_row{
        display:inline-block;
        width: 100%;
    }
    .price_course_price_rate .left,
    .price_course_price_rate .right{
        display:inline-block;
    }
    .price_course_price_rate .left{
        min-width:50%;
    }
    .price_course_price_rate .right{
        float:right;
    }
    .price_course_price_rate_row:after{
        content: " ";
        display: table;
        clear: both;
        *zoom: 1;
    }
    .price_course_price_rate .long{
        width:100%;
    }
}
.beaf_title{
    font-size: 34px;
    padding: 90px 0 55px 0;
}
.beaf_category{
    display:inline-block;
    vertical-align:top;
    margin-top:35px;
    width:calc(50% - 33px);
    margin-right:60px;
}
.beaf_category:nth-child(2n){
    margin-right:0;
}
.beaf_category_title{
    font-size:18px;
    margin:0;
    padding:15px 0;
    border-top:2px solid rgb(106, 138, 109);
    border-bottom:2px solid rgb(106, 138, 109);
}
.beaf_status{
    font-size:14px;
    padding:15px 0;
}
.before_after_image{
    width:100%;
}
.before_after_area{
    padding-bottom:50px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .beaf_title{
        font-size: 26px;
        margin: 0;
        padding-top: 50px;
    }
    .beaf_category{
        margin-right:0;
        width:100%;
    }
}
.access_back{
    margin:0 auto;
    width:100%;
    max-width: 1024px;
    min-height: 100%;
}
.access_category{
    display:inline-block;
    vertical-align:top;
    width:calc(50% - 33px);
    margin:35px 60px 0 0;
    padding-bottom:50px;
}
.access_category:nth-child(2n - 1){
    margin-right:0;
}
.access_category_title{
    font-size:18px;
    margin:0;
    padding:15px 0;
    border-top:1px solid rgb(106, 138, 109);
    border-bottom:1px solid rgb(106, 138, 109);
}
.access_area{
    font-size:14px;
    padding:30px 20px 0 20px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .access_back{
        width:100%;
    }
    .access_category{
        margin-right:0;
        width:100%;
    }
}
.stem_cell_pages{
    color:rgb(7,106,143);
}
.stem_cell_pages hr.design_hr:before{
    padding: 0;
    font-size:0;
}
.stem_cells_bg{
    background:linear-gradient(rgb(225,230,235), rgba(225,230,235,0));
    background:-webkit-linear-gradient(rgb(225,230,235), rgba(225,230,235,0));
    background: -webkit-gradient(linear,left top, left bottom, from(rgb(225,230,235)), to(rgba(225,230,235,0)));
    background-color:#fff;
}
.stem_cell_title{
    line-height:1.4em;
    padding:100px 0 70px 0;
    font-size:50px;
}
.stem_cell_text{
    font-size:24px;
    line-height:1.9em;
    transition-delay: 1s;
}
.stem_cell_large_text{
    font-size:28px;
}
.stem_cell_top_image_bg{
    position:relative;
    top:-50px;
    padding-top:390px;
    background-color:rgba(255,255,255,0);
    background-image:url("img/stem_cell/bg1.png");
    background-repeat:no-repeat;
    background-size: 126%;
    background-position: 0 -80px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_title{
        font-size:43px;
    }
    .stem_cell_large_text{
        font-size:26px;
    }
    .stem_cell_top_image_bg{
        padding-top:355px;
        background-size: 200%;
        background-position: center top;
    }
    .stem_cell_text{
        transition-delay:0s;
    }
}
.stem_cell_top{
    font-size:50px;
    padding: 0 0 40px 0;
    line-height: 1.7em;
}
.stem_cell_top_sub{
    font-size:28px;
    padding: 0 0 50px 0;
    line-height: 1.7em;
}
.stem_cell_top_sub_text{
    font-size:24px;
}
.stem_cell_space {
    position:relative;
    padding-bottom:170px;
    font-size:14px;
    line-height:1.9em;
}
.stem_cell_space:after{
    content:"";
    display:block;
    height:0;
    width:0;
    clear:both;
}
.stem_cell_space .stem_cell_fade{
    max-width:460px;
}
.stem_cell_top_img{
    position:absolute;
    top: -180px;
    right:60px;
    width:140px;
}
.stem_cell_boreder{
    margin-bottom:15px;
    padding:0 15px 15px 15px;
    border-bottom: 1px solid rgba(77,134,153,0.5);
    font-size:16px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_top{
        font-size:43px;
        line-height:1.4em;
    }
    .stem_cell_top,
    .stem_cell_top_sub{
        text-align:center;
    }
    .stem_cell_top_img{
        display:block;
        position:relative;
        top:0;
        right:0;
        margin: 20px auto;
    }
    .stem_cell_boreder{
        text-align:center;
    }
    .stem_sell_boreder_in_block{
        display:inline-block;
    }
}
.stem_cell_bg{
    background: url("img/stem_cell/bg1.png") -410px 500px no-repeat, -webkit-gradient(linear, left top, right bottom, from(rgb(90,157,179)), to(rgb(90,179,164)));
    background: url("img/stem_cell/bg1.png") -410px 500px no-repeat, -webkit-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -410px 500px no-repeat, -moz-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -410px 500px no-repeat, -o-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -410px 500px no-repeat, linear-gradient(to right bottom, rgb(90,157,179), rgb(90,179,164));
    background-blend-mode:color-burn;
    background-size:200%,auto;
    color:#fff;
}
_:-ms-lang(x), .stem_cell_bg{
        background:-webkit-gradient(linear, left top, right bottom, from(rgb(90,157,179)), to(rgb(90,179,164)));
        background: -webkit-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
        background:-moz-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
        background:-o-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
        background: linear-gradient(to right bottom, rgb(90,157,179), rgb(90,179,164));
    }
.stem_cell_middle_img{
    height:320px;
    width:auto;
    margin:-160px auto 0 auto;
}
.stem_cell_bg hr.design_hr{
    border-top: 1px solid #fff;
}
.stem_cell_forte_list{
    padding-left:1em;
}
.stem_cell_forte_list li {
    list-style:disc;
}
.stem_cell_bg .forte_middle_text{
    height:auto;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_bg{
        background-position:-400px 1020px,left top;
        background-size:400%,auto;
    }
    .stem_cells_image_left{
        margin-right:0;
        margin-bottom: 40px;
    }
    hr.stem_cell_bar{
        width:100%;
    }
}
.stem_cell_forte_title{
    font-size:50px;
    line-height:1em;
    padding:70px 0;
}
.stem_cell_forte_title_text{
    line-height:1.7em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_forte_title{
        font-size:28px;
        padding-top:90px;
    }
    .stem_cell_forte_title_text{
        width: 86%;
        margin:0 auto;
    }
}
.stem_cell_forte_table{
    width:768px;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:100px;
    font-size:0;
}
.stem_cell_forte_table_td{
    display:inline-block;
    vertical-align:top;
    width:33%;
    width:calc(100% / 3);
    padding:0 19px;
    font-size:18px;
}
.stem_cell_forte_table_td:first-child{
    width:34%;
    width:calc(100% / 3);
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_forte_table{
        display:inline-block;
        width:86%;
        margin-bottom:60px;
    }
    .stem_cell_forte_table_td,
    .stem_cell_forte_table_td:first-child{
        display:block;
        width:100%;
        padding:0 2%;
        margin-bottom:30px;
    }
}
.stem_cell_forte_subtitle{
    font-size:13px;
    margin-bottom:5px;
}
.stem_cell_forte_table_td hr{
    margin:20px 0;
}
.stem_cell_forte_middle_text{
    line-height:1.8em;
    vertical-align:middle;
}
.stem_cell_forte_under_text{
    margin-top:20px;
    border-top: 1px solid #fff;
    padding:20px 10px;
    font-size:14px;
    letter-spacing: 1.2px;
    text-align: left;
    line-height: 1.8em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .stem_cell_forte_table_td hr{
        width:100%;
    }
    .stem_cell_forte_middle_text{
        font-size:20px;
    }
    .stem_cell_forte_under_text{
        font-size:15px;
    }
}
.stem_cell_pages .subscription{
    background:transparent;
}
.stem_cell_pages .top_title_box_out{
    border-color:rgb(61,136,155);
}
.stem_cell_pages .top_title_box_in{
    background:rgb(61,136,155);
    color:#fff;
}
.stem_cell_pages .s_c_title{
    border-color:rgb(61,136,155);
}
.stem_cell_pages .s_c_bold.tell{
    color:rgb(7,106,143);
}
.stem_cell_pages .contact_button{
    background:rgba(61,136,155,.8);
}
.stem_cell_pages .contact_button:hover{
    background:rgba(61,136,155,1);
}
.vital_life{
    font-size:0;
    background:rgb(241,253,255);
    padding-bottom:30px;
}
.vital_back{
    margin:0 auto;
    width:calc(100% - 60px);
    box-shadow:0 0 6px 0 rgba(0,0,0,0.1);
    padding-bottom:70px;
}
.vital_life_marker{
    background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69% transparent), color-stop(70% rgb(138,222,230)), to(rgb(138,222,230)));
    background:-webkit-linear-gradient( top, transparent, transparent 69%, rgb(138,222,230) 70%, rgb(138,222,230));
    background: -moz-linear-gradient( top, transparent, transparent 69%, rgb(138,222,230) 70%, rgb(138,222,230));
    background: -o-linear-gradient( top, transparent, transparent 69%, rgb(138,222,230) 70%, rgb(138,222,230));
    background: linear-gradient(to  bottom, transparent, transparent 69%, rgb(138,222,230) 70%, rgb(138,222,230));
}
.vital_life hr{
    border-top:1px solid rgba(77,134,153,0.5);
}
.vital_life_title{
    font-size: 34px;
    padding: 90px 0 50px 0;
    line-height: 1.7em;
}
.vital_life_title_text{
    font-size:14px;
    line-height:1.9em;
    padding-bottom:40px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .vital_life{
        margin-top: -152px;
    }
    .not_the_same.vital_life{
        margin-top:0;
    }
    .vital_life_category_subtitle{
        line-height:1.4em;
    }
    .vital_back{
        width: calc(100% - 30px);
        padding-bottom:20px;
    }
    .vital_life_title{
        padding:60px 0 50px 0;
        font-size:26px;
    }
    .vital_life hr{
        width:100%;
    }
}
.vital_life_category{
    display:inline-block;
    width:50%;
    vertical-align:top;
    padding-left:35px;
    font-size:14px;
}
.vital_life_category:nth-child(2n-1){
    padding:0 35px 0 0;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .vital_life_category{
        width:100%;
        padding:0;
    }
    .vital_life_category:nth-child(2n-1){
        padding:0;
    }
}
.vital_life_category_subtitle{
    padding:24px 0;
    border-bottom:1px solid rgba(77,134,153,0.5);
    font-size:19px;
}
.vital_life_category_image{
    display:block;
    margin:20px auto;
    width:86%;
    border-radius:7px;
}
.vital_life_category_bottom_text{
    padding:20px 12px 30px 12px;
    line-height: 2em;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .vital_life_category_bottom_text{
        font-size:15px;
    }
}
.culture_technology{
    padding:40px 0;
    background-image:url(/img/stem_cell/dot.png), url(/img/stem_cell/team1.jpg), url(/img/stem_cell/team1.jpg);
    background-repeat:repeat,no-repeat,no-repeat;
    background-size:auto,cover,cover;
}
.culture_technology_table{
    display:table;
    width:100%;
}
.culture_technology_table_tr{
    display:table-row;
}
.culture_technology_table_td{
    display:table-cell;
    width:46%;
    padding:40px 90px;
    color:#fff;
    font-size:16px;
    line-height:2em;
    vertical-align: top;
}
.culture_technology_table_td.white_bg{
    width:54%;
    padding:70px 90px;
    color:rgb(7,106,143);
}
.culture_tecnology_title{
    margin:170px 0 30px 0;
    text-align:center;
    line-height:1.6em;
    font-size:34px;
}
.culture_tecnology_sub_title{
    margin:0 0 30px 14px;
    font-size:22px;
    text-indent:-14px;
}
.culture_tecnology_sub_title:before{
    content:"";
    display:inline-block;
    vertical-align:text-top;
    margin-right:4px;
    height:1em;
    width:5px;
    background:rgb(77,134,153);
}
.culture_tecnology_sub_text{
    font-size:14px;
    line-height:2em;
    margin-bottom:60px;
}
.culture_tecnology_plice {
    line-height:0;
    vertical-align:middle;
}
.culture_tecnology_sub_plice{
    display: inline-block;
    padding: 12px 10px 10px 10px;
    background: rgb(77,134,153);
    color: #fff;
    font-size: 12px;
}
.culture_tecnology_plice_text{
    display:inline-block;
    vertical-align:middle;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .culture_technology{
        background-size:auto,200%,cover;
    }
    .culture_tecnology_title{
        margin-top:0;
    }
    .culture_technology_table,
    .culture_technology_table_tr,
    .culture_technology_table_td,
    .culture_technology_table_td.white_bg{
        display:block;
        width:100%;
    }
    .culture_technology_table_td,
    .culture_technology_table_td.white_bg{
        padding:40px 30px 80px 30px;
    }
    .culture_tecnology_plice{
        line-height:1.4em;
    }
    .culture_tecnology_sub_plice{
        line-height:0;
    }
}
.growth_factor_title{
    overflow: hidden;
    text-align: center;
    margin-top:-70px;
}
.g_f_t_text{
    position: relative;
    display: inline-block;
    margin: 2.5em 0 2.5em;
    padding: 0 30px;
    text-align: left;
    font-size:16px;
}
.g_f_t_text:before,
.g_f_t_text:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color:rgba(106,138,109,.5);
}
.g_f_t_text:before {
    right: 100%;
}
.g_f_t_text:after {
    left: 100%;
}
.growth_factor_area{
    display:inline-block;
    width:50%;
    padding-bottom:20px;
    font-size:12px;
}
.growth_factor_area:last-child{
    margin-bottom:90px;
}
.growth_factor_category{
    font-size:24px;
    margin-top:30px;
}
.growth_factor_text{
    display:inline-block;
    padding-right:20px;
    vertical-align:middle;
}
.growth_factor_description{
    margin-bottom:10px;
    font-size:14px;
}
.growth_factor_description_text{
    font-size:21px;
}
.growth_factor_image{
    width:100%;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .growth_factor_area {
        display: block;
        width: 100%;
    }
    .growth_factor_area:last-child {
        margin-bottom: 0;
        padding-bottom: 110px;
    }
    .growth_factor_area.low_table {
        display: table;
    }
    .low_table .growth_factor_category {
        display: table-row;
        margin: 0;
    }
    .growth_factor_text {
        display: table-cell;
        padding-top: 30px;
        padding-right: 0;
        margin: 0;
        line-height: 1.4em;
    }
    .growth_factor_text:nth-child(2n-1) {
        padding-right: 20px;
    }
    .growth_factor_text:nth-child(2n) {
        padding-right: 0;
    }
    .growth_factor_description {
        line-height:1.2em;
    }
    .growth_factor_under_text{
        font-size:13px;
    }
}
.revitala_life_consideration{
    padding:40px;
    background: url("img/stem_cell/bg1.png") -730px -680px no-repeat, -webkit-gradient(linear, left top, right bottom, from(rgb(90,157,179)), to(rgb(90,179,164)));
    background: url("img/stem_cell/bg1.png") -730px -680px no-repeat, -webkit-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -730px -680px no-repeat, -moz-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -730px -680px no-repeat, -o-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: url("img/stem_cell/bg1.png") -730px -680px no-repeat, linear-gradient(to right bottom, rgb(90,157,179), rgb(90,179,164));
    background-blend-mode:color-burn;
    background-size:200%,auto;
    color:#fff;
}
_:-ms-lang(x), .revitala_life_consideration{
    background:-webkit-gradient(linear, left top, right bottom, from(rgb(90,157,179)), to(rgb(90,179,164)));
    background: -webkit-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background:-moz-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background:-o-linear-gradient(left top, rgb(90,157,179), rgb(90,179,164));
    background: linear-gradient(to right bottom, rgb(90,157,179), rgb(90,179,164));
}
.revitala_life_consideration_box{
    display:table;
    padding:40px 0;
    background:rgba(0,53,95,0.5);
    border:1px solid rgba(255,255,255,0.3);
}
.revitala_life_consideration_title{
    display:table-cell;
    width:50%;
    padding:0 40px;
    border-right:1px solid rgba(255,255,255,0.3);
    text-align:center;
    font-size:18px;
    vertical-align:middle;
}
.revitala_life_consideration_text{
    display:table-cell;
    width:50%;
    padding:0 40px;
    font-size:13px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .revitala_life_consideration{
        background-position:-570px -400px,top left;
        background-size:400%,auto;
        padding:20px;
    }
    .revitala_life_consideration_box,
    .revitala_life_consideration_title,
    .revitala_life_consideration_text{
        display:block;
        width:100%;
    }
    .revitala_life_consideration_title{
        border:0;
        padding:0 10%;
    }
    .revitala_life_consideration_text{
        padding:30px 10% 0 10%;
        line-height:2em;
        font-size:14px;
    }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
}
.ranko_link{
    max-width: 768px;
    margin: 0 auto;
    padding:20px 0;
}
@media (min-width:1365px) , (max-width:500px) and (orientation: portrait) {
    .ranko_link .banner_link_area{
        display:inline-block;
        width:auto;
        padding: 0 60px;
    }
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .ranko_link {
        width:82%;
        max-width: initial;
    }
    .ranko_link .banner_link_area{
        width:100%;
    }
}
.ri-grid-size-1{
    width:100%;
    margin-bottom:0;
    padding-bottom:100px;
}
@media(max-width:500px),(max-device-width:500px) and (orientation: portrait) {
    .ri-grid-size-1{
        margin-top:0;
    }
}
.Zebra_DatePicker{
    background:rgb(106,138,109);
    border-color:rgb(106,138,109);
    box-shadow:0  2px 10px -1px rgba(0,0,0,.5);
    z-index:2;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td{
    border-color:rgb(106,138,109);
}
.Zebra_DatePicker td,
.Zebra_DatePicker th{
    color:rgb(74,96,76);
}
.Zebra_DatePicker .dp_daypicker th{
    background:rgb(226,239,181);
}
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover{
    background:rgb(74,96,76);
}
select::-ms-expand {
    display:none;
}

/* line */
.top_line_link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    position:relative;
    background: rgba(77,102,80,.1);
    padding: 10px 5%;
    color: #273328;
    font-size: 14px;
    line-height: 1.4em;
}
.top_line_link:hover:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
}
.top_line_link_icon{
    display:inline-block;
    height:40px;
    width:40px;
    flex-basis:40px;
    background-size:auto 40px;
    background-image:url("./img/sns_icon.png");
    background-position:40px 0;
}
.top_line_link_text{
    flex-shrink:4;
}