@charset "UTF-8";
body { font-size: 16px; }
.sp {display: none!important;}
.pc { display: block; }
.inner { width: 960px; }
.container { padding-top: 80px; }
.container_machine{ padding-top: 120px; }
.demo_container {padding-top:111px;}

/* common
----------------------------------------------- */
.button01,.button02,.button03 {width: 300px;padding: 24px 0 24px;font-size: 16px;}
.button01 .arrow,.button02 .arrow,.button03 .arrow { right: 20px; }

.midashi01 {margin-bottom: 80px;padding-bottom: 5px;}
.midashi01 .en {font-size: 16px;}
.midashi01 .jp {font-size: 26px;}
.midashi02 {margin-bottom: 12px;font-size: 20px;}
.midashi03 {margin-bottom: 12px;font-size: 20px}
.midashi04 {margin-bottom: 60px;padding-bottom: 5px;}
.midashi04 .en {font-size: 16px;}
.midashi04 .jp {font-size: 26px;}

.midashi07 {padding: 20px  40px;margin: 40px auto 20px;font-size: 25px;}


/* header
----------------------------------------------- */
.sp-header { display: none; }
.pc-header {width: 100%;height: 80px;background: #000000;-moz-box-shadow: 0 6px 15px -15px #555;-webkit-box-shadow: 0 6px 15px -15px #555;box-shadow: 0 6px 15px -15px #555;z-index: 10;position: fixed;top: 0;left: 0;display: block;}
.pc-header-navi { height: 100%; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.pc-header-logo { width: 140px; }
.pc-header-logo img{width: 100%; }
.pc-header-global-items {display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.pc-header-global-items>li { font-family: yu-mincho-pr6, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E; font-weight: 400; text-align: center; position: relative; }
.pc-header-global-items>li:hover:after, .pc-header-global-items li.current:after { height: 3px; }
.pc-header-global-items>li:before { content: ''; width: 1px; height: 100%; background: #d1c7bd; position: absolute; top: 0; left: 0; }
.pc-header-global-items>li:after { content: ''; width: calc(100% - 4px); height: 0; background: #e5d59f; position: absolute; left: 50%; bottom: -10px; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.pc-header-global-items a { height: 100%; padding: 2px 8px; }
.pc-header-global-items .small {margin-bottom: 4px;color: #e5d59f;font-size: 10px;display: block;}
.pc-header-global-items .big {color: #fff;font-size: 13px;line-height: 1.2;display: block;}

.pc-header-global-items li ul.menu_second-level,.pc-header-global-items li ul.menu_second-level02 {position: absolute;top: 60px;left: 0;width: 220px;padding: 0;background: #fff;-webkit-transition: all .2s ease;transition: all .2s ease;border:1px solid #ccc;border-width: 2px 0;}
.pc-header-global-items li:hover ul.menu_second-level,.pc-header-global-items li:hover ul.menu_second-level02 {visibility: visible;opacity: 1;}
.pc-header-global-items li ul.menu_second-level > li,.pc-header-global-items li ul.menu_second-level02 > li {width: 100%;text-align: left;border: none;position: relative;padding: 12px 10px 16px  16px;font-size: 14px;border-bottom: 1px dotted #ccc;line-height: 1.4;}
.pc-header-global-items li ul.menu_second-level > li:last-child{border-bottom:none;}
.pc-header-global-items li ul.menu_second-level > li:before,.pc-header-global-items li ul.menu_second-level02 > li:before{content: '\f105';font-family: FontAwesome;font-size: 16px;position: absolute;top: 10px;left: 10px;font-weight:bold;}
.pc-header-global-items li ul.menu_second-level > li a,.pc-header-global-items li ul.menu_second-level02 > li a{color:#333;}
.pc-header-global-items li ul.menu_second-level > li a:hover, .pc-header-global-items li ul.menu_second-level02 > li a:hover { opacity: 1; -moz-transform: scale(0.96); -ms-transform: scale(0.96); -webkit-transform: scale(0.96); transform: scale(0.96);}
.pc-header-global-items li ul.menu_second-level,.pc-header-global-items li ul.menu_second-level02 { visibility: hidden; opacity: 0; z-index: 1;}
ul.menu_second-level02 {left: 179%!important;width: 240px!important;border-left: 1px solid #ccc!important;}



.machine_container { padding-top: 120px; }
.machine_header .pc-header{background: #fff; height: 120px;}
.machine_header .pc-header h1{font-size: 10px;width: 60%;}
.machine_header .pc-header .pc-navi-menu{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;width: 900px;margin-bottom: 10px;}
.machine_header .pc-header-global-items{margin-left: 10px;height: 45px;}
.machine_header .pc-header-global-items li:after{background: #a7bfda;}
.machine_header .pc-header-global-items li{height: 100%;width: 18%;}
.machine_header .pc-header-global-items li a{display: table;width: 100%;}
.machine_header .pc-header-global-items .big{color: #333;font-size: 13px;display:table-cell;vertical-align:middle;text-align:center;}
.machine_header .pc-header-ttl{display: -webkit-box;display: -moz-box;display: -webkit-flex; display: box; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center;align-items: center;width: 900px;}
.machine_header .pc-header-ttl .pc-header-ttl-p {font-size: 10px;width: 60%;}
.machine_header .social-items ul{display: -webkit-box;display: -moz-box;display: -webkit-flex; display: box; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center;align-items: center;}
.machine_header .social-items img{width: 100%;}

.corporate_header .pc-header-ttl{width: 960px;margin: 0 auto -12px;padding: 10px 0 0;}
.corporate_header h1{font-size: 10px;color: #fff;}

.corporate .t-map{width: 100%;height: 300px; margin: 10px auto 20px;}
/* footer
----------------------------------------------- */
.corporate_footer .footer-content{width: 400px;}
.corporate_footer .footer-banner-items{display: block;width: 350px;}
.corporate_footer .footer_inn{padding: 90px 0 0!important;}


.footer .footer_inn{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;-webkit-flex-wrap: wrap;flex-wrap: wrap;width: 900px;padding: 90px 0;margin: auto;}
.footer-logo {width: 150px;margin: 0;}
.footer-content {width: 750px;margin: 0;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.footer-navi {width: 100%;margin-bottom: 55px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.footer-navi-items {width: 100%;display: block;margin-left: 40px;margin-top: 0;}
.footer-navi-items .footer-navi-item {padding-left: 18px;margin-bottom: 14px;font-size: 14px;border: none;}
.footer-navi-items .footer-navi-item:before {content: '';font-size: 12px;right: auto;left: 0;-moz-transform: translateY(0);-ms-transform: translateY(0);-webkit-transform: translateY(0);transform: translateY(0);display: inline-block;width: 12px;height: 1px;background: #bbb;top: 10px;}
.footer-navi-items .footer-navi-item ul {margin-top: 12px;margin-left: 0;}
.footer-navi-items .footer-navi-item li {margin-bottom: 14px;font-size: 14px;border: none;}
.footer-navi-items .footer-navi-item li:before { display: none; }
.footer-navi-items a {padding: 0;line-height: 1.7;}
.footer-banner-items {width: 100%;margin: 0;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.footer-banner-items li {margin-right: 30px;}
.footer-banner-items li:nth-child(2){margin-right: 0;}
.copyright {padding: 12px 0 10px;font-size: 10px;padding: 60px 0;}
.pagetop { width: 58px; right: 20px; bottom: 20px; }

.machine_footer .footer-content { width: 900px;}
.machine_footer .footer-navi{width: 650px;}
.footer_sns{width: 250px;height: 334px;overflow: hidden;}
.machine_footer .footer-logo{display:block;width: 20%;margin: 0 auto 35px;}
.machine_footer .copyright{background: #333;color: #fff;}

.footer_map{ width:280px; height: 200px;}

/* hero
----------------------------------------------- */
.hero { background: #979ea0; }
.hero-movie {min-width: 2000px;}
.hero-text {font-size: 28px;}
.hero-text-title { padding: 20px 25px 17px; margin-bottom: 20px; font-size: 30px; }
.hero-image { min-width: 2000px; }
.hero-contact-items { position: absolute; left: 50%; bottom: 0; -moz-transform: translateX(100px); -ms-transform: translateX(100px); -webkit-transform: translateX(100px); transform: translateX(100px); }
.hero-contact-items.pc { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; }
.hero-contact-items li { width: 190px; }
.hero-contact-items img { width: 100%; }

.menu_ttl{left: 50%;top: 55%;right: unset;text-align: center;-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.menu_ttl .hero-text-menu {padding: 0 15px 0 0;margin: 0 auto;font-size: 50px;}
.menu_ttl .hero-text-comment{padding: 0 15px 0 0;}

.machine_container .hero-inner { width: 100%;  }
.machine_container .hero{margin-bottom: 50px;}
.machine_container .hero .hero-image{ width: 100%; min-width: 2000px; position: relative; left: 50%; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

/* machine_container hero
----------------------------------------------- */

.machine_hero-top .bx-viewport { padding-bottom: 50px; }
.machine_hero-image { min-width: 960px; }
.machine_hero .machine_hero-img img {  width: 2000px; min-width: 2000px; }
.machine_hero .bx-wrapper .bx-prev {left: -22px;width: 50px;height: 50px;top: calc(50% - 50px);}
.machine_hero .bx-wrapper .bx-next {right: -22px;width: 50px;height: 50px;top: calc(50% - 50px);}


/* bread
----------------------------------------------- */
.breadcrumb-items { width: 900px; padding: 8px 0 7px; }
.breadcrumb-items li { font-size: 12px; }
.breadcrumb-items li:after { margin: 0 8px; }

/* second
----------------------------------------------- */
.sec-inner { width: 900px; margin: 0 auto; }
.sec-inner p {margin-bottom: 20px;font-size: 16px;line-height: 1.8;}

.sec-white, .sec-gray ,.sec-blue ,.sec-blueg{padding-top: 100px;padding-bottom: 100px;}

.arrow_gray:before,.arrow_white:before{border-width: 130px 400px 0 400px;}


/* first
----------------------------------------------- */
.reason {margin: 0 auto;}
.reason ul li {margin:0 auto 50px;background:#fff;box-shadow: 0px 0px 6px rgba(120,150,126,0.2);}
.reason ul li img {display: inline-block;margin-right: 20px;vertical-align: top;width: 350px;}
.reason ul li .txt {width: 500px;display: inline-block;padding: 11px 5px;}
.reason ul li .txt p:last-child { margin-bottom: 0;}
.reason ul li .txt p.explanation {font-size: 24px;line-height: 1.5;}

.reason ul li .txt a.column_more{margin-top: 30px;}
.reason ul li .txt a.column_more i{margin-left: 2%;}

.catalog_bnr{width: 370px;margin: 0 auto;}


/* menu
----------------------------------------------- */
.machine .intro{padding: 40px 20px 20px;}
.machine .intro .midashi01{margin-bottom: 20px}
.machine .message {padding: 0 0 0 90px;}
.machine .message img{margin: 0 auto 40px;width: 600px;}
.machine .message p {margin-bottom: 20px;font-size: 16px;padding-left: 0;}

.machine .case_story li .name{font-size: 16px;}
.machine .case_story li .name span{font-size: 16px;display: block;}
.machine .case_story ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;width: 900px;}
.machine .case_story li{width: 440px;margin-bottom: 30px;padding: 20px;height: auto;}
.machine .case_story img{width: 100%;margin: 0 auto 0px;}
.machine .case_story dl{padding: 20px 20px 0;height: auto;}
.machine .case_story dt{font-size: 18px;margin-bottom: 14px;}
.machine .case_story .text-more{width: 170px;padding: 12px 0;margin: 20px 0 0 230px;}


.success .case_story img{width: 70%;}


/* support
----------------------------------------------- */
.salon_support {margin: 0 auto;}
.salon_support ul li {margin:0 auto 50px;background:#fff;box-shadow: 0px 0px 6px rgba(120,150,126,0.2);}
.salon_support ul li img {display: inline-block;margin-left: 10px;margin-top: 30px;vertical-align: top;width: 310px;padding-bottom: 0;}
.salon_support ul li .txt {width: 545px;display: inline-block;padding: 26px 16px 30px;}
.salon_support ul li .txt p:last-child { margin-bottom: 0;}
.salon_support ul li .txt p.explanation {font-size: 20px;line-height: 1.5;}

.salon_support ul li .txt a.column_more{margin-top: 30px;}
.salon_support ul li .txt a.column_more i{margin-left: 2%;}



/*===========================
esthe-consulting
===========================- */
/* top
----------------------------------------------- */
.esthe-consulting .sec-top-about{padding-top: 210px;padding-bottom: 100px;height: auto;overflow: hidden;}
.esthe-consulting .sec-top-about:before{opacity: 0.3;background-size: cover;top: 150px;width: 100%;height: 100%;}
.esthe-consulting .sec-top-about .sec-inner{z-index: 2;position: relative;}
.esthe-consulting .sec-top-about .decoration{font-size: 60px;left: -100px;top: -130px;}
.esthe-consulting .sec-top-about .decoration_success{font-size: 50px;left: -100px;top: -189px;}
.esthe-consulting .sec-top-about .decoration_menu{font-size: 55px;left: -100px;top: -173px;}
.esthe-consulting .sec-top-about .midashi04{padding-left: 90px;}
.esthe-consulting .sec-top-about .top-about{padding-left: 90px;}
.esthe-consulting .top-about p {margin-bottom: 20px;font-size: 16px;font-family: yu-mincho-pr6, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;font-weight: 400;line-height: 1.8;letter-spacing: 0.05em;}

.esthe-consulting .top-menu-items { width: 900px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.esthe-consulting .top-menu-items li,.esthe-consulting .top-menu-items li:last-child {width: 420px;height: 400px;margin-bottom: 40px;}
.esthe-consulting .top-menu-item-image { width: 100%;  }
.esthe-consulting .top-menu-item-image img { width: 100%; }
.esthe-consulting .top-menu-item-text p {font-size: 15px;}

.esthe-consulting .top-menu-item-text-title {margin-bottom: 8px;font-size: 20px;}
.esthe-consulting .top-seminar .bx-prev { width: 18px; height: 34px; top: calc(50% - 17px); left: -34px; }
.esthe-consulting .top-seminar .bx-next { width: 18px; height: 34px; top: calc(50% - 17px); right: -34px; }

.esthe-consulting .top-success ul li {width: 900px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin: 0 auto 40px;}
.esthe-consulting .top-success img {width: 410px;margin: 0 30px 0 0;}
.esthe-consulting .top-success .text {-webkit-flex-grow: 1;flex-grow: 1; width: 460px; -webkit-box-sizing: border-box;  box-sizing: border-box;}
.esthe-consulting .top-success .text p { font-size: 15px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; display: -webkit-box; }
.esthe-consulting .top-success .text-more {width: 170px;padding: 18px 0;margin-top: 20px;margin-left: 0;}
.esthe-consulting .top-success .text-more .arrow { right: 10px; }

.esthe-consulting .top-column-items {  width: 900px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
.esthe-consulting .top-column-items li { width: 215px; margin-right: 10px;}
.esthe-consulting .top-column-items li:last-child{margin-right: 0;}
.esthe-consulting .top-column-item-image { width: 100%; margin-bottom: 20px; position: relative; }
.esthe-consulting .top-column-item-image:after { content: ''; -moz-box-shadow: 0 8px 10px -2px #bbb; -webkit-box-shadow: 0 8px 10px -2px #bbb; box-shadow: 0 8px 10px -2px #bbb; border-radius: 100px / 15px; z-index: -1; position: absolute; top: 0; bottom: 0; left: 10px; right: 10px; }
.esthe-consulting .top-column-item-image img { width: 100%; }
.esthe-consulting .top-column-item-text { text-align: center; }
.esthe-consulting .top-column-item-text p {font-size: 14px;line-height: 1.6;}
.esthe-consulting .top-column .text-more {width: 170px;padding: 18px 0;margin-top: 15px;font-size: 14px;}

.esthe-consulting .top-knowhow{width: 100%;padding: 100px 0 100px;}
.esthe-consulting .top-knowhow .knowhow-inner:before {top: 100px;bottom: 0;right: 0;width: 1000px;left: 50%;height: 520px;background-size: cover;}
.esthe-consulting .top-knowhow .knowhow-inner{ z-index: 1;}
.esthe-consulting .top-knowhow .knowhow-inner .knowhow-text{margin: 30px 0 30px 0;padding: 0;width: 520px;background: no-repeat;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.esthe-consulting .top-knowhow .knowhow-inner .knowhow-text .midashi04{margin-bottom: 20px;}
.esthe-consulting .top-knowhow .top-knowhow-item .text {padding: 30px;background: rgba(255,255,255,0.9);-moz-box-shadow: 0 0 12px -6px #555;-webkit-box-shadow: 0 0 12px -6px #555;box-shadow: 0 0 12px -6px #555;}
.esthe-consulting .top-knowhow .top-knowhow-item .text p { font-size: 15px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; display: -webkit-box; }
.esthe-consulting .top-knowhow .text-more { width: 170px; padding: 12px 0; margin-top: 20px; margin-left: 0; }
.esthe-consulting .top-knowhow .text-more .arrow { right: 10px; }

.esthe-consulting .top_slim_sys{padding: 100px 0; }
.esthe-consulting .top_slim_sys .sec-inner{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.esthe-consulting .top_slim_sys img{ width: 500px;margin: 0;}
.esthe-consulting .top_slim_sys .midashi{width: 100%;font-size: 28px;text-align: left;}
.esthe-consulting .top_slim_sys .midashi_en{font-size: 16px;text-align:left;}
.esthe-consulting .top_slim_sys .text{padding-left: 20px;}
.esthe-consulting .top_slim_sys .midashi03{text-align: left;}

.machine .top_slim_sys .text-more{margin: 0;background: #275589;}

.machine .newcolumn ul{padding: 20px;}
.machine .newcolumn li{padding: 40px 20px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;width: 100%;}
.machine .newcolumn li img{width: 260px;margin: 0 auto;}
.machine .newcolumn dl{width: 560px;padding-left: 50px;margin-top: 0;webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: border-box;box-sizing: border-box;}
.machine .newcolumn dt{margin-bottom: 14px;}
.machine .newcolumn dt span{font-size: 16px;margin-right: 10px;}
.machine .newcolumn dd h4{font-size: 24px;margin-bottom: 16px;}
.machine .newcolumn .column_more i{margin-left: 10px;}

.machine .ebook_menu ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;width: 900px;}
.machine .ebook_menu li{width: 440px;margin-bottom: 30px;padding-bottom: 20px;}
.machine .ebook_menu .ebook_img{width: 100%;padding: 30px;}
.machine .ebook_menu .ebook_img img{width: auto;margin: auto;}
.machine .ebook_menu dl{padding: 20px 20px 0;}
.machine .ebook_menu dt{font-size: 18px;margin-bottom: 14px;}
.machine .ebook_menu .text-more{width: 170px;padding: 12px 0;margin: 20px 0 0 250px;}
.machine .ebook_menu .text-more.ml10{margin-left:10px;}

.machine .top-news .top-news-items {width: 900px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: flex-start;align-items: flex-start;}
.machine .top-news .top-news-items li {width: 210px;margin: 0 20px 0 0;}
.machine .top-news .top-news-items li:nth-child(4n){margin: 0;}
.machine .top-news .top-news-item-image {width: 100%;margin-bottom: 15px;position: relative;}
.machine .top-news .top-news-item-image:after { content: ''; -moz-box-shadow: 0 8px 10px -2px #bbb; -webkit-box-shadow: 0 8px 10px -2px #bbb; box-shadow: 0 8px 10px -2px #bbb; border-radius: 100px / 15px; z-index: -1; position: absolute; top: 0; bottom: 0; left: 10px; right: 10px; }
.machine .top-news .top-news-item-image img { width: 100%; }
.machine .top-news .top-news-item-text dt{font-size: 14px;padding: 0 10px 5px;}
.machine .top-news .top-news-item-text dd{padding: 5px 10px 0;}
.machine .top-news .top-news-item-text p {font-size: 14px;line-height: 1.6;}

.machine .top-voice .top-voice-items {  width: 900px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
.machine .top-voice .top-voice-items li {width: 280px;margin: 10px 10px 0 0;}
.machine .top-voice .top-voice-items li:nth-child(4n){margin: 10px 0 0 0;}
.machine .top-voice .top-voice-item-image {width: 100%;margin-bottom: 0;position: relative;}
.machine .top-voice .top-voice-item-image:after { content: ''; -moz-box-shadow: 0 8px 10px -2px #bbb; -webkit-box-shadow: 0 8px 10px -2px #bbb; box-shadow: 0 8px 10px -2px #bbb; border-radius: 100px / 15px; z-index: -1; position: absolute; top: 0; bottom: 0; left: 10px; right: 10px; }
.machine .top-voice .top-voice-item-image img { width: 100%; }
.machine .top-voice .top-voice-item-text dt{font-size: 14px;}
.machine .top-voice .top-voice-item-text dd{padding-top:10px;}
.machine .top-voice .top-voice-item-text p {font-size: 14px;line-height: 1.6;}

.machine .top-menu-items { width: 900px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.machine .top-menu-items li,.machine .top-menu-items li:last-child {width: 422px;height: auto;margin-bottom: 40px;}
.machine .top-menu-item-image { width: 100%;  }
.machine .top-menu-item-image img { width: 100%;height:220px; }
.machine .top-menu-item-text{height: auto;}
.machine .top-menu-item-text p {font-size: 15px;}


.corporate .sec-top-about{padding-top: 80px;padding-bottom: 100px;height: auto;margin: 100px auto 0;}
.corporate .sec-top-about:before{opacity: 0.3;background-size: cover;top: 150px;width: 100%;height: 100%;}
.corporate .sec-top-about .sec-inner{z-index: 2;position: relative;}
.corporate .sec-top-about .decoration{font-size: 60px;left: -100px;top: -130px;}
.corporate .sec-top-about .decoration_success{font-size: 50px;left: -100px;top: -189px;}
.corporate .sec-top-about .decoration_menu{font-size: 55px;left: -100px;top: -173px;}
.corporate .sec-top-about .midashi04{padding-left: 90px;}
.corporate .sec-top-about .top-about{padding-left: 90px;}
.corporate .top-about p {margin-bottom: 20px;font-size: 16px;font-family: yu-mincho-pr6, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;font-weight: 400;line-height: 1.8;letter-spacing: 0.05em;}
.corporate .sec-top-about .decoration{font-size: 60px;left: -100px;top: -120px;}
.corporate .sec-top-about .about_cologo{padding-left: 0%;margin: 0 auto 30px;width: 150px;}

.corporate .sec-top-business{padding: 100px 0 80px;}
.corporate .sec-top-business .midashi01{margin-bottom: 60px;}
.corporate .business_item {display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.corporate .business_item li{width: 24.5%;margin-bottom: 0;}
.corporate .business_item p span.en{font-size: 30px;}
.corporate .business_item p span.jp{ font-size: 14px;}
.corporate .business_item p:after{font-size: 30px;}

.corporate .top-content{padding: 100px 0; }
.corporate .top-content .sec-inner{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.corporate .top-content .text_deco{-webkit-transform: none;transform: none;}
.corporate .top-content .deco_style,.corporate .top-content .deco_rec{width: auto;}
.corporate .top-content .deco_style{width: auto;top: -70px;left: 420px;}
.corporate .top-content .deco_rec{width: auto;top: -80px;left: -425px;}
.corporate .top-content .text{padding-left: 20px;}
.corporate .top-style .text{-webkit-order: -1; order: -1;  }
.corporate .top-content .midashi{width: 100%;font-size: 28px;text-align: left;}
.corporate .top-content .midashi_en{font-size: 16px;text-align:left;}
.corporate .top-content img{width: 500px;margin: 0;}
.corporate .top-content .text-more {width: 170px;padding: 18px 0;margin-top: 20px;margin-left: 0;}

.corporate .sec-inner{position:relative;}
.corporate .decoration_r{display: block;color: #a5955f;font-size: 60px;font-family: "trajan-pro-3",serif;font-weight: 500;position: absolute;top: -120px;left: 100%;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;}

.corporate .top_slim_sys{background: #f4f2ec;}
.corporate .top_slim_sys .midashi03{text-align: left;}

/* Concept
----------------------------------------------- */
.corporate .sec-concept {margin: 0 auto;padding: 100px 0;}
.concept_ttl .midashi{font-size: 40px;width: 800px;margin-bottom: 20px;}
.concept_ttl .midashi:before, .concept_ttl .midashi:after {width: 50px;height: 60px;}
.corporate .concept_content img{width: 80%;margin: 0 auto 70px;}
.concept_ttl p{font-size: 24px;}
.corporate .content_arrow {padding:60px 0 0;}
.corporate .content_arrow p{font-size:30px;padding-bottom:10px;}


/* Cosmetics
----------------------------------------------- */
.corporate .sec-cosmetic{margin: 0 auto;padding: 100px 0;}
.corporate .cosmetic_content{margin-bottom: 60px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.corporate .cosmetic_content img{height: auto;margin: 0 auto 0;object-fit: none;}
.corporate .cosmetic_content dl{padding-left: 40px;}
.corporate .cosmetic_content dt.midashi04{margin-bottom: 20px;}
.corporate .cosmetic_content dd{margin-bottom: 20px;font-size: 16px;line-height: 1.8;}
.corporate .cosmetic_content:nth-of-type(2) dl{ -webkit-order: -1; order: -1;  padding-left: 0; padding-right: 40px;}


/* company
----------------------------------------------- */
.corporate .sec-company{width: 100%;padding: 100px 0;background-size: cover;}
.corporate .sec-company .decoration{font-size: 60px; left: -100px; top: -100px;}
.corporate .company_content{padding-left: 90px;}
.corporate .company_content dl{margin-bottom: 70px;text-align: center;}
.corporate .company_content dt{font-size: 40px;margin-bottom: 20px;}
.corporate .company_content dd{font-size: 24px;}
.corporate .company_text{margin: 0 0 0 90px;padding: 60px;}
.corporate .company_text p{font-size: 16px;line-height: 1.8;padding-left: 0;}
.corporate .company_text .company_text_logo{background-size: contain;}

.corporate .company_text table{display:table;}
.corporate .company_text th,.corporate .company_text td{display:table-cell;padding: 16px;}
.corporate .company_text tr:last-child th,.corporate .company_text tr:last-child td{border-bottom:none;}
.corporate .company_text th{ width: 30%;border-bottom: 1px solid #fff;}
.corporate .company_text td{width: 70%;border-bottom: 1px solid #ccc;}

.corporate .company_prof{margin-bottom: 60px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin: 100px auto 0;width: 100%;padding-left: 90px;}
.corporate .company_prof img{width: 40%;margin: 0 auto 0 0;}
.corporate .company_prof .text{margin: 0 0 0 auto;width: 55%;}
.corporate .company_prof .text p{ font-size:16px;}
.corporate .company_prof .company_prof_ttl{font-size: 20px;margin-bottom: 10px;}


/* Recruit
----------------------------------------------- */
.corporate .sec-recruit{width: 100%;padding: 100px 0 80px 0;}
.corporate .sec-recruit .recruit_midashi_box{position: relative;}
.corporate .sec-recruit img{width: 370px;left: 715px;}

.corporate .recruit_midashi{position: absolute;top: 70%;left: 0px;-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.corporate .recruit_midashi .midashi{font-size: 66px;padding-bottom: 10px;margin-bottom: 20px;width: 100%;}
.corporate .recruit_midashi .midashi:after{width: 200%;right: 300px;}
.corporate .recruit_midashi .sub01{font-size: 28px;}
.corporate .recruit_midashi .sub02{font-size: 24px;}

.corporate .recruit_text{padding: 30px;margin: 40px auto 0;}
.corporate .recruit_text p{margin-bottom:1em;}

.corporate .recruit_style{padding: 80px 40px 40px;width: 900px;}

.corporate .style_deco{font-size: 70px;top: -34px;}
.corporate .style_text{font-size: 30px;margin-bottom: 40px;}
.corporate .recruit_style li{padding-bottom: 40px;margin-bottom: 40px;}
.corporate .recruit_style dt p{font-size: 26px;padding-left: 20px;}
.corporate .recruit_style dt span{font-size: 60px;}
.corporate .recruit_style dd{margin-top: 20px;}
.corporate .recruit_style dd p{margin-bottom: 0.6em;}
.corporate .recruit_style dd p:last-child{margin-bottom:0;}

.corporate .sec-job{width: 900px;padding: 100px 0 80px 0;margin: auto;}
.corporate .job_li li{margin-bottom: 50px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;padding: 30px;}
.corporate .job_li img{width: auto;}
.corporate .job_li .job_text{padding: 0 0 0 40px;-webkit-flex-grow: 1;flex-grow: 1;margin: 0;}
.corporate .job_li .job_text p{text-align: left;font-size: 26px;}
.corporate .job_li .job_text p span{font-size: 16px;display: block;}
.corporate .job_li .job_text .text-more{ margin: 0;  width: 170px; padding: 16px 0;}

.corporate .sec-job #l_1,#l_2,#l_3{padding-top: 90px;margin-top: -90px;}
.corporate .job_box .job_midashi{font-size: 22px;margin-bottom: 20px;padding: 4px 4px 4px 14px;}
.corporate .job_box .job_text b{font-size: 18px;margin-bottom: 10px;}
.corporate .job_box .job_text p{font-size: 16px;}

.corporate .job_box table{width: 100%;margin: 40px auto 100px;}
.corporate .job_box table tr{display: table;}
.corporate .job_box table th{width: 200px; padding: 16px; }
.corporate .job_box table td{width: 700px;padding: 16px; }
.corporate .job_box table th,.corporate .job_box table td{display: table-cell; font-size: 16px;vertical-align: top;}

.select_tb{margin: 0 auto 40px; }
.select_tb li{-webkit-flex-grow: 1;flex-grow: 1;width: 30%;padding: 10px;font-size: 16px;}
.select_tb li a:after{font-size: 16px;}

/* Contact
----------------------------------------------- */
.corporate .sec-contact{width: 100%;padding: 100px 0 80px 0;z-index: 1;}

.corporate .contact_tel_box{margin: 0 0 60px 0;width: 600px;position: relative;z-index: -1;}
.corporate .contact_tel_box .tel_text{font-size: 30px;margin-bottom: 10px;}
.corporate .contact_tel_box .tel_number{font-size: 70px;margin: 0 auto 15px;}
.corporate .contact_tel_box .tel_number img{width: 35px;margin-right: 2%;}
.corporate .contact_tel_box .tel_open{padding: 4px;width: 84%;}
.corporate .contact_line{width: 100%;z-index: 2;}
.corporate .contact_tel_box .tel_img{display: inline-block;position: absolute;bottom: -114px;right: -320px;z-index: 0;}

/* Contact machine
----------------------------------------------- */
.machine .sec-contact{width: 100%;padding: 100px 0 80px 0;z-index: 1;}

.machine .contact_tel_box{margin: 0 0 60px 0;width: 600px;position: relative;z-index: -1;}
.machine .contact_tel_box .tel_text{font-size: 30px;margin-bottom: 10px;}
.machine .contact_tel_box .tel_number{font-size: 70px;margin: 0 auto 15px;}
.machine .contact_tel_box .tel_number img{width: 35px;margin-right: 2%;}
.machine .contact_tel_box .tel_open{padding: 4px;width: 84%;}
.machine .contact_line{width: 100%;z-index: 2;}
.machine .contact_tel_box .tel_img{display: inline-block;position: absolute;bottom: -114px;right: -320px;z-index: 0;}


/* Recommended Contents
----------------------------------------------- */
.machine .recommend ul{ width: 900px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin: 0 auto ;}
.machine .recommend li{width: 280px;margin-bottom: 40px;position: relative;}
.machine .recommend img{width: 100%;margin-bottom: 10px;}
.machine .recommend li p{font-size: 18px;display: block;}

.machine .recommend ul.media{ width: 620px;}


/* onehundredmillion
----------------------------------------------- */
.esthe-consulting .sec-top-about:before{opacity: 0.2;}
.onehundredmillion .message{padding-left: 90px;}
.onehundredmillion .message p { margin-bottom: 20px;font-size: 16px;}

.consultingmap .consultingmap_img{width: 900px;padding: 40px;margin: 0 auto 40px;}
.consultingmap .consultingmap_img .graph{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin: 0 auto 40px;}
.consultingmap .consultingmap_img .graph li{width: 160px;-webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: border-box;box-sizing: border-box;}
.consultingmap .consultingmap_img .graph dt{font-size: 20px;padding: 5px;}
.consultingmap .consultingmap_img .graph dd p{text-align: center;margin-bottom: 18px;font-size: 16px;line-height: 1.2;font-weight: 500;}
.consultingmap .consultingmap_img .graph li:nth-of-type(1) dd p{margin-top: 157px;}
.consultingmap .consultingmap_img .graph li:nth-of-type(3) dd p{margin-top: 77px;}
.consultingmap .consultingmap_img .graph li:nth-of-type(5) dd p{ margin-top: 20px;}
.consultingmap .consultingmap_img .graph dd img{ margin: auto;}
.consultingmap .consultingmap_img .graph li.arrow{ width: 120px;  margin: 0 20px; padding-top: 230px; font-size: 16px;}
.consultingmap .consultingmap_img .graph li.arrow p{position: relative;background: #7a8a95;color: #fff;padding: 10px;text-align: left;line-height: 1.2;width: 100%;font-size: 14px;height: auto;}
.consultingmap .consultingmap_img .graph li.arrow p:after{content: "";position:absolute;top:0;right: 0;width:0;height:0;border-style: solid;border-color: transparent #fff rgba(255, 255, 255, 0) transparent;border-width: 0 24px 2.2em 0;}
.consultingmap .consultingmap_img .graph li.arrow p:before{content: "";position:absolute;bottom: 0;right: 0;width:0;left: unset;height:0;border-style: solid;border-color: transparent #fff rgba(255, 255, 255, 0) transparent;border-width: 2.2em 20px 0 0;}
.consultingmap .consultingmap_img .comment{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.consultingmap .consultingmap_img .comment li{padding: 20px;width: 380px;margin: 0 auto 0;}
.consultingmap .consultingmap_img .comment dl{margin-bottom: 40px;}
.consultingmap .consultingmap_img .comment dl:last-child{ margin-bottom: 0;}
.consultingmap .consultingmap_img .comment dt{font-size: 18px;margin-bottom: 18px;}
.consultingmap .consultingmap_img .comment dd{margin-bottom: 10px;font-size: 14px;line-height: 1.4;}
.consultingmap .consultingmap_img .comment dd:last-child{ margin-bottom: 0;}
.consultingmap p.text{font-size: 24px;text-align: center;}


.onehundredmillion .sec-consulting{padding-top: 140px;padding-bottom: 60px;}
.onehundredmillion .content_box{width: 900px;margin: auto;}
.onehundredmillion .content_box .midashi03 {font-size: 18px;margin-top: -0.3em;}
.onehundredmillion .content_box li{margin: 0 auto 90px;width: 1000px;position: relative;}
.onehundredmillion .content_box .consulting_img{width: 1000px;position: absolute;left: 50%;-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);height: 100%;overflow: hidden;}
.onehundredmillion .content_box li:nth-child(even) .consulting_img{width: 1000px;position: absolute;left: 50%;-moz-transform: none;-ms-transform: none;-webkit-transform: none;transform: none;height: 100%;overflow: hidden;}

.onehundredmillion .sec-style{padding-top: 140px;padding-bottom: 60px;}
.onehundredmillion .sec-style .content_box li{margin: 0 auto 90px;position: relative;width: 900px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.onehundredmillion .sec-style .content_box li:nth-child(even) .text{ margin: 0 ;padding: 0 40px 0 0; width: 450px; -webkit-order: -1;  order: -1;}
.onehundredmillion .sec-style .content_box .text{padding: 0 0 0;margin: 0 0 0 55%;}
.onehundredmillion .sec-style img{margin: 0;width: 450px;}

.onehundredmillion .content_box li:nth-child(even) .text{  margin: 0 0 0 0; width: 450px;}
.onehundredmillion .content_box .text{width: 450px;margin: 0 0 0 55%;padding: 0 0 30px;}
.onehundredmillion .content_box .text p{font-size: 15px; line-height: 1.6; }


/* Recommended Contents
----------------------------------------------- */
.recommend ul{ width: 900px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin: 0 auto ;}
.recommend li{width: 420px;margin-bottom: 40px;position: relative;}
.recommend img{width: 100%;margin-bottom: 10px;}
.recommend li p{font-size: 18px;display: block;}


/* Menu Seminar
----------------------------------------------- */
.seminar .sec-top-about:before{opacity: 0.3;}
.menu_li{width: 960px;}
.menu_li li{width: 215px;margin: 0 30px 0 0;-webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: border-box;box-sizing: border-box;}
.menu_li li:last-child{margin-right: 0;}
.menu_li dl{padding: 24px 24px 24px;height: 330px!important;}
.menu_li dt{font-size: 15px;padding: 0 0 10px;}
.menu_li dd{font-size: 14px;}
.menu_li .button01{padding: 12px 10px;width: 70%;}

.menu_li dl.pb0{padding-bottom:0;}
.menu_li-day {color:#333;padding: 0 24px;}

/* consultingmenu
----------------------------------------------- */
.menu .message,.menu_marketing .message,.menu_recruit .message,.menu_counseling .message,.menu_store .message{margin-bottom: 0;padding-left: 90px;}
.menu .message p,.menu_marketing .message p,.menu_recruit .message p,.menu_counseling .message p,.menu_store .message p { margin-bottom: 20px;font-size: 16px;}

.consul_about .intro{text-align: center;margin: 0 auto 60px;font-size: 16px;}
.consul_about ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.consul_about li{width: 280px;}
.consul_about dl{ margin-bottom: 10%;}
.consul_about dt{position: relative;}
.consul_about dt:after{border-width: 30px 60px 0 60px;}
.consul_about dt img{width: 100%;}
.consul_about dt p{padding: 20px;line-height: 1.8;font-size: 16px;}
.consul_about dd{padding: 30px 20px 10px;min-height: 210px;}
.consul_about dd b{font-size: 18px;margin-bottom: 10px;letter-spacing: -0.05em;}
.consul_about dd p{font-size: 16px;}

.sec-consulting{padding: 100px 0;}
.sec-consulting ul{width: 900px;margin: auto;}
.sec-consulting ul>li{margin-bottom: 80px;}
.sec-consulting .ttl{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin-bottom: 40px;height: 270px;}
.sec-consulting .ttl dt{width: 370px;padding: 20px;}
.sec-consulting .ttl .no{font-size: 29px;top: 30px;left: 50%;width: 70px;padding: 10px 0 0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.sec-consulting .ttl dt p{padding: 100px 20px 0px;font-size: 20px;text-align: center;}
.sec-consulting .ttl dt p span{font-size: 90%;display: block;}
.sec-consulting .ttl dd img{width: 100%;}
.sec-consulting .consulting_li dt{font-size: 22px;margin-bottom: 20px;}
.sec-consulting .consulting_li li{margin-bottom: 16px;}
.sec-consulting .consulting_li li span{font-size: 26px;width: 35px;height: 35px;line-height: 35px;}
.sec-consulting .consulting_li li p{padding-left: 12px;font-size: 18px;}

.sec-items{padding: 90px 0;}
.sec-items .sec-inner{width: 900px;margin: auto;padding: 0 ;}
.sec-items ul{margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;margin-bottom: 60px;}
.sec-items li{margin-bottom: 0;}
.sec-items li p{text-align: center;font-size: 20px;}
.sec-items li img{width: 100%;margin-bottom: 10px;}
.sec-items .text{font-size: 18px;text-align: center;}


/* Seminar
----------------------------------------------- */
.seminar .sec-point{padding:100px 0 ;}
.seminar .intro{padding: 40px 20px 20px;}
.seminar .intro .midashi01{margin-bottom: 20px}
.seminar .message {padding-left: 90px;}
.seminar .message img{margin: 0 auto 40px;width: 600px;}
.seminar .message p { margin-bottom: 20px;font-size: 16px;}

.movie {margin: auto;width: 900px;padding-top: 0;height:  506px;}
.movie img{position: absolute; top: 0; right: 0; width: 100% !important;height: 100% !important;}
iframe.movie {width: 900px!important;height: 506px !important;padding-top: 0;}

.seminar .seminar_point li{margin-bottom: 60px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.seminar .seminar_point img{height: 100%; width: auto;}
.seminar .seminar_point dl{ width: auto;webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: border-box;box-sizing: border-box;}
.seminar .seminar_point dt{font-size: 29px;top: 6%;left: 50%;width: 70px;padding: 10px 0 0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.seminar .seminar_point dd{ font-size: 18px; text-align: center;padding: 100px 20px 30px;}

/* case
----------------------------------------------- */
.case .intro{padding: 40px 20px 20px;}
.case .intro .midashi01{margin-bottom: 20px}
.case .message {padding: 0 0 0 90px;}
.case .message img{margin: 0 auto 40px;width: 600px;}
.case .message p {margin-bottom: 20px;font-size: 16px;padding-left: 0;}

.case .case_story ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;width: 900px;}
.case .case_story li{width: 440px;margin-bottom: 30px;padding-bottom: 20px;}
.case .case_story img{width: 100%;}
.case .case_story dl{padding: 20px 20px 0;}
.case .case_story dt{font-size: 18px;margin-bottom: 14px;}
.case .case_story .text-more{width: 170px;padding: 12px 0;margin: 20px 0 0 250px;}


.case .interview_box,.case .interview_box_w{padding: 70px;width: 100%;margin: auto;}
.case .interview_box .decoration{left: -66px;top: 0; font-size: 70px;}

.case .interview_text img{width: 100%;margin: 0 auto 20px;}
.case .interview_text dt{font-size: 28px;margin: 0 auto 20px;}
.case .interview_text dd {line-height: 1.8;margin-bottom: 10px;}
.case .interview_text dd b{margin-bottom: 10px;display: inline-block;}
.case .interview_text dd p{ display: inline-block; margin-bottom: 0;}
.case .interview_text .story span{font-size:16px; margin-bottom: 10px;}

.case .interview_check{margin: 80px auto;padding: 40px;width: 600px;}
.case .interview_check:before{top: -60px;}
.case .interview_check:after{top: unset;bottom:-60px}
.case .check_ttl{margin-bottom: 16px;font-size: 20px;}
.case .interview_check ul{width: fit-content; margin: 0 auto;}
.case .interview_check li{padding-left: 20px;margin-bottom: 14px;font-size: 18px;}

.case_story-day,.case_interview-day,.midashi-day {display:flex;flex-direction: row-reverse;padding: 20px 20px 0;}

/*column
----------------------------------------------- */
.column .intro{padding: 40px 20px 20px;}
.column .intro .midashi01{margin-bottom: 20px;}
.column .message {padding: 0 0 0 90px;}
.column .message img{margin: 0 auto 40px;width: 600px;}
.column .message p {margin-bottom: 20px;font-size: 16px;}

.column .newcolumn li{padding: 40px 20px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;width: 900px;}
.column .newcolumn li img{width: 260px;margin: 0 auto;}
.column .newcolumn dl{width: 580px;padding-left: 50px;margin-top: 0;webkit-flex-grow: 1;flex-grow: 1;-webkit-box-sizing: border-box;box-sizing: border-box;}
.column .newcolumn dt{margin-bottom: 14px;}
.column .newcolumn dt span{font-size: 16px;margin-right: 10px;}
.column .newcolumn dd h4{font-size: 24px;margin-bottom: 16px;}
.column .newcolumn .column_more i{margin-left: 10px;}

.column .column_box{margin-bottom: 60px;}
.column .column_box .column_img{width: 90%;margin: 0 auto 0;}
.column .column_box .text{ width: 100%; margin: -30px auto 0; padding: 60px 40px 30px;}
.column .column_box .text p{font-size: 16px;}
.column .column_box .text p span{font-size: 120%;font-weight: 500; color: #a5955f;}
.column .column_box img.img_r{float: right;margin: 0 0 40px 40px;width: 450px;}
.column .column_box img.img_c{margin: 0 auto 20px;width: 90%;}
.column_illust_box{padding: 10px;margin: 30px auto 30px;}
.column_illust_box .illust_inn{padding: 20px;}
.column_illust_box .illust_inn p.text_center{text-align: center;}

.column .column_midashi {margin-bottom: 60px;padding-bottom: 5px;}
.column .column_midashi .en {font-size: 34px;margin-bottom: 0em;margin-right: 0.3em;}
.column .column_midashi .jp {font-size: 26px;}
.column .column_midashi:before{ bottom: -31%;left: 0; right: 0; margin: auto; width: 100%; }

.midashi05 {margin-bottom: 26px;font-size: 22px;}

.column .kazari_box{padding: 40px;margin: 10px auto;}

.column_con{margin-bottom: 40px;}
.column_con .text p{font-size: 16px;}
.column_con img.img_r{float: right;margin: 0 0 30px 40px;width: 450px;}
.column_con img.img_c{margin: 0 auto 20px;width: 70%;}
.column_con .text .check{margin: 0 auto 40px;}
.column_con .text .check li{margin-bottom: 14px;}
.column_con .text dt{margin-bottom: 16px;}
.column_con .text dd li{margin-bottom: 14px;font-size: 16px;}

.column_caption{padding: 40px;z-index: 1;background-size: 15px;}
.column_caption .midashi01:before{width: 100%;}
.column_caption>ul{margin: auto;}
.column_caption li{margin-bottom: 16px;font-size: 20px;}
.column_caption li:before {  position: absolute; top: 0; left: 0; }
.column_caption li a span {font-size: 16px;}

.column .book_more{padding: 30px;width: 900px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;width: 100%;}
.column .book_more img{margin: 0 auto;width: 170px;}
.column .book_more dl{width: 670px;padding-left: 40px;}
.column .book_more dt{text-align: left;font-size: 24px;margin: 0 auto 14px;}
.column .book_more dt span{font-size: 20px;display: block;margin-bottom: 10px;}
.column .book_more dd{font-size: 18px;}

.column .book_more .button01{padding: 10px 0;width: 280px;}
.column .padding_box{padding: 40px;margin: 0 auto 20px;}
.column .padding_box2{padding: 40px;margin: 0 auto 20px;}

.column .flow_box{padding: 40px;margin: 0 auto 6%;}
.column .flow_box li{margin-bottom: 20px;line-height: 1.6;}
.column .flow_box li span{font-weight: bold;display: block;margin-bottom: 10px;}
/*ebook
----------------------------------------------- */
.ebook .intro{padding: 40px 20px 20px;}
.ebook .intro .midashi01{margin-bottom: 20px;text-align: center;}
.ebook .intro .midashi02{margin-bottom: 20px;text-align: center;}

.ebook .message {padding: 0 0 0 90px;}
.ebook .message img{margin: 0 auto 40px;width: 600px;}
.ebook .message p {margin-bottom: 20px;font-size: 16px;}

.ebook .ebook_menu ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;width: 900px;}
.ebook .ebook_menu li{width: 440px;margin-bottom: 30px;padding-bottom: 20px;}
.ebook .ebook_menu .ebook_img{width: 100%;padding: 30px;}
.ebook .ebook_menu .ebook_img img{width: auto;margin: auto;}
.ebook .ebook_menu dl{padding: 20px 20px 0;}
.ebook .ebook_menu dt{font-size: 18px;margin-bottom: 14px;}
.ebook .ebook_menu .text-more{width: 170px;padding: 12px 0;margin: 20px 0 0 250px;}

.ebook_btn-wrap {display:flex;justify-content: space-around;padding: 0 20px; }
.ebook_txt{padding-top: 32px;font-weight: bold;}
.ebook .ebook_menu .text-more.ml10 {margin-left: 10px;}

/*ebook_menu */
.sec-book-about{padding: 100px 0;margin: auto;}
.sec-book-about .midashi01{margin-bottom: 40px;}
.sec-book-about .midashi01:before{content: none;}

.sec-book-about .book_about_box{padding: 60px 60px 60px 70px;width: 900px;margin: auto;}
.sec-book-about .book_about_box .decoration{left: -46px;top: 0;font-size: 70px;}
.sec-book-about .book_intro{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;width: 100%;margin: auto;margin: 0 auto 60px;padding-bottom: 60px;}
.sec-book-about .book_intro img{margin: 0 auto;width: 210px;}
.sec-book-about .book_intro dl{ width: 540px;  padding-left: 40px;}
.sec-book-about .book_intro dt{text-align: left;font-size: 30px;margin: 0 auto 30px;}
.sec-book-about .book_intro dt span{font-size: 24px;display: block;margin-bottom: 10px;}
.sec-book-about .book_intro dd{font-size: 20px;}

.sec-book-about .book_intro02 .book_text{margin: 0 auto 80px;text-align: center;}
.sec-book-about .book_intro02 .book_text:after{top: 116%;}
.sec-book-about .book_intro02 .book_text p{font-size: 16px;line-height: 1.8;margin-bottom: 20px;}
.sec-book-about .book_intro02 .book_check{padding: 30px;width: 640px;margin: auto;}
.sec-book-about .book_intro02 .book_check dt{margin-bottom: 12px;font-size: 20px;text-align: center;}
.sec-book-about .book_intro02 .book_check ul{ width: fit-content;  margin: auto;}
.sec-book-about .book_intro02 .book_check li{padding-left: 26px;margin-bottom: 12px;font-size: 17px;}
.sec-books{padding: 60px 0;margin: 50px auto 0;}
.sec-books ul{width: 900px;margin: auto;}
.sec-books ul li{width: 200px;margin: 0 30px 0 0;}
.sec-books ul li:last-child{margin: 0;}
.sec-books ul li img{width: 100%;}

.form,.dl_form{background: #f2f2f2;width: 100%;min-height: 800px;padding: 4%;}
.form p..dl_form p{text-align: center;margin-top: 350px;}

.contact_formbox {margin: 0px 0;padding: 0;}
.contact_formbox table {width: 100%;display: table;}
.contact_formbox tr th{font-size: 16px;display: table-cell;width: 300px;padding: 4% 0 1%;}
.contact_formbox tr td{display: table-cell;width: 600px;padding: 4% 0 4%;}

.mailformproTable td span{font-size: 16px!important;padding-bottom: 10px;}
.contact_formbox .mailformproTable ul{ border: solid 1px #c0c0c0; -moz-border-radius: 10px;-webkit-border-radius: 10px; border-radius: 10px; width: 98%;padding:10px;}
.contact_formbox .mailformproTable ul li{font-size: 16px;margin-bottom: 0;display: inline-block;line-height: 0.2;}
#mfp_buttons{width: 80%!important;}
#mfp_buttons li{width: 100%!important;padding: 0;}
input#button_mfp_goconfirm{-webkit-appearance: none;appearance: none;font-weight: bold;width: 100%!important;font-size: 18px!important;font-family: fot-tsukuardgothic-std;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px;padding: 3px!important;height: auto!important;background-image: none;box-shadow: none;}


.thanks_text {margin:0 auto; }
.thanks_text p{text-align: center;}
.thanks_text a{font-size: 40px;margin: 5% auto;}

/*sitemap_box
----------------------------------------------- */
.sitemap .sitemap_box{width: 900px;margin: auto;}
.sitemap .sitemap_box dl{margin-bottom: 10%;}
.sitemap .sitemap_box dt{margin: 0 auto 20px;font-size: 30px; padding-bottom: 16px;}
.sitemap .sitemap_box dd{width: 100%;}
.sitemap .sitemap_box dd ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.sitemap .sitemap_box dd li{width: 48%;}
.sitemap .sitemap_box dd li a{font-size: 16px;margin-bottom: 20px;padding-bottom: 20px;}
.sitemap .sitemap_box dd li a:after{top: 30%;right: 0;}

/* privacy
----------------------------------------------- */
.privacy_box{padding:  0 ;width: 900px;}
.privacy_box dt{font-size: 20px;margin-bottom: 10px;}
.privacy_box dd{margin-bottom: 30px;}
.privacy_box p{margin-bottom: 2%;line-height: 1.8;text-align:justify;text-justify:auto;}

/* slim-shock
----------------------------------------------- */

.slimshock_header {position: fixed;width: 100%;background: #fff;top: 0;z-index: 10;}
.slimshock_header .header_in {max-width: 960px;height: 90px;margin: 0 auto;}
.slimshock_header #logo_area {float: left;padding: 19px 0 0;width: 230px;}
.slimshock_header #logo_area div {padding: 0;}
.slimshock_header #logo_area div p {padding: 0;}
.slimshock_header #logo_area div p img {padding: 0;}
.slimshock_header .header_btn {float: right;padding: 10px 0;width: 470px;}
.slimshock_header .header_btn li {display: inline-block;margin-right: 10px;width: 270px;}
.slimshock_header .header_btn li:last-child {margin: 0;width: 190px;}
.slimshock_header .header-tel { margin-right: 5px; }
.slimshock_header  .header-tel .header-tel-number {padding-left: 32px;margin-bottom: 2px;font-size: 34px;font-weight: 500;font-style: normal;background: url(../images/icon-tel_b.png) no-repeat top 10px left;background-size: 26px;line-height: 1;color: #000;font-family: yu-mincho-pr6, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;}
.slimshock_header .header-tel .header-tel-open{font-size: 14px;color: #000;text-align: center;}
.header_txt {font-size: 16px;clear: both;;display: flex;flex-direction: row-reverse;max-width: 960px;padding-bottom: 10px;color: #000;margin: 0 auto;padding-right: 15px;}

#foot_btn{display: none;}
.slimshock_footer{ margin-bottom: 0;}
.slimshock_footer .footer-content { width: 900px;}
.slimshock_footer .footer-navi{width: 650px;}
.footer_sns{width: 250px;height: 334px;overflow: hidden;}
.slimshock_footer .footer-logo{display:block;width: 20%;margin: 0 auto 35px;}
.slimshock_footer .copyright{background: #333;color: #fff;}

.slimshock .visual_inn{width: 1200px;margin:auto;padding: 30px 0 50px;}

.slimshock .slimshock_intro{width: 960px;padding: 60px 0;margin: auto;}
.slimshock .slimshock_intro img{width: 100%;}
.slimshock .contact_book{ padding: 40px 0;}
.slimshock .book_img{  width: 800px;}
.slimshock .book_btn{margin: 40px auto 0;width: 440px;}
.slimshock .book_btn img{margin: auto;width: 100%;}

.slimshock .nayami{background-size: cover;padding: 60px 0;}
.slimshock .nayami img{margin: auto;width: 770px;}

.slimshock .slimshock_success{background:url("../images/machine/slim-shock/success_bg_pc.jpg")no-repeat;background-size: cover;padding: 0 0 80px;width: 100%;}
.slimshock .slimshock_success .success_img{width: 100%;margin: auto;}
.slimshock .slimshock_success .success_img img{ width: 100%;margin-bottom: 20px;}
.slimshock .slimshock_success ul{width: 1000px;margin: auto;}
.slimshock .slimshock_success li{width: 33%;}
.slimshock .slimshock_success li img{width: 100%;}

.slimshock .slimshock_reason{padding: 80px 0;}
.slimshock .slimshock_reason .reason_intro{width: 900px;margin: 0 auto -90px;}
.slimshock .slimshock_reason .reason_intro img{width: 100%;margin: auto;}
.slimshock .slimshock_reason .reason_box{padding: 50px;margin: 0 auto 40px;width: 900px;}
.slimshock .slimshock_reason .reason_box dt{margin-bottom: 40px; }
.slimshock .slimshock_reason .reason_box dt img.no{width: 120px;margin-right: 20px;}
.slimshock .slimshock_reason .reason_box dt p{font-size: 32px;width: 650px;}
.slimshock .slimshock_reason .reason_box .reason_img{margin-bottom: 40px;}
.slimshock .slimshock_reason .reason_box .reason_img li{width: 48%;margin: 0 auto 10px;}
.slimshock .slimshock_reason .reason_box .reason_img li img{width: 100%;}
.slimshock .slimshock_reason .reason_box .reason_img p{font-size: 14px;}
.slimshock .slimshock_reason .reason_box .reason_text p{font-size: 16px;line-height: 1.8;}
.slimshock .slimshock_reason .reason_box .reason_text p.text_b{font-size: 36px;}
.slimshock .slimshock_reason .reason_box .reason_text b{font-size: 20px;margin-bottom: 10px;}

.slimshock .slimshock_reason .reason01 {padding: 70px 50px 50px;}
.slimshock .slimshock_reason .reason01 .reason_subttl{font-size: 24px;padding: 20px;}
.slimshock .slimshock_reason .reason01 .reason_machine li{position: relative;margin-bottom: 40px;}
.slimshock .slimshock_reason .reason01 .reason_machine li .machine_img{ position: absolute;top: 0;  width: 260px;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(odd) .machine_img{ left: 0; }
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(even) .machine_img{ right: 0; }
.slimshock .slimshock_reason .reason01 .reason_machine .reason_midashi{ font-size: 36px; text-align: left;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(odd) .reason_midashi{ margin-left: 80px;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(even) .reason_midashi{margin-left: 40px;}
.slimshock .slimshock_reason .reason01 .reason_machine .reason_midashi img{margin: 0 0 10px 0;width: 230px;}
.slimshock .slimshock_reason .reason01 .reason_machine li .reason_machine_text{width: 580px;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(odd) .reason_machine_text{margin: 0 0 0 220px;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(even) .reason_machine_text{margin: 0 220px 0 0;}
.slimshock .slimshock_reason .reason01 .reason_machine p{font-size: 16px;margin: -15px auto 0;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(odd) p{padding: 30px 30px 40px 60px;}
.slimshock .slimshock_reason .reason01 .reason_machine li:nth-child(even) p{padding: 40px 60px 40px 30px;}

.slimshock_reason_text{margin: 0 auto;padding: 20px 0 60px;width: 800px;}
.slimshock_reason_text img{width: 100%;}

.slimshock .slimshock_reason .reason02 .reason_text span{font-size: 20px;margin-bottom: 10px;}
.slimshock .slimshock_reason .reason02 .reason_text img{width: 100%;margin: 0 auto ;}
.slimshock .slimshock_reason .reason02 .reason_text li{margin: 0 auto 30px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: flex-start;align-items: flex-start; }
.slimshock .slimshock_reason .reason02 .reason_text li p{padding-left: 40px;}

.slimshock .slimshock_reason .reason03 .reason_img{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: flex-start;align-items: flex-start;}
.slimshock .slimshock_reason .reason03 .reason_img img{width: 266px;margin: 0 auto;}
.slimshock .slimshock_reason .reason03 .reason_img p {font-size: 16px;padding-left: 40px;}


.slimshock .slimshock_reason .reason05 dd.reason_img li{width: 32%;}

.slimshock .slimshock_reason .reason06 .reason_img li{width: 47%;margin: 0 auto 0px;}
.slimshock .slimshock_reason .reason06 .reason_img li img{margin-bottom:4%;}

.slimshock .slimshock_reason .reason07 .reason07_study{padding: 30px;margin: 12% auto 6%;text-align: center;}
.slimshock .slimshock_reason .reason07 .reason07_study .reason07_study_ttl{margin: -70px auto 30px;font-size: 24px;width: 400px;padding: 10px;}
.slimshock .slimshock_reason .reason07 .reason07_study ul{margin-bottom: 10px;width: 580px;margin: auto;}
.slimshock .slimshock_reason .reason07 .reason07_study li img{width: 40px;margin-right: 10px;}
.slimshock .slimshock_reason .reason07 .reason07_study li{font-size: 24px;margin-bottom: 10px;padding: 0 10px 10px;}
.slimshock .slimshock_reason .reason07 .reason07_study p{font-size: 18px;}

.slimshock  .slimshock_reason2{padding: 0 0 80px;margin: auto;width: 960px;}
.slimshock  .slimshock_reason2 img{width: 100%; margin: auto;}

.slimshock .slimshock_voice{padding: 80px 0;}
.slimshock .slimshock_voice_ttl{width: 400px;margin: 0 auto 60px;}
.slimshock .slimshock_voice ul{ width: 900px; margin: auto;}
.slimshock .slimshock_voice li{margin-bottom: 10%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: flex-start;align-items: center;}
.slimshock .slimshock_voice li>img{width: 220px;margin: 0 auto;}
.slimshock .slimshock_voice li:nth-child(even) dl{-webkit-order: -1;order: -1;padding-left: 0;padding-right:40px;}
.slimshock .slimshock_voice dl{ padding-left: 40px;}
.slimshock .slimshock_voice dt{margin: 0 auto 10px;}
.slimshock .slimshock_voice dt img{width: 280px;margin: 0;}
.slimshock .slimshock_voice dd{font-size: 16px;line-height: 1.8;}

.slimshock .slimshock_flow_ttl p{font-size: 46px;padding: 80px 0 ;text-align: center; }
.slimshock .slimshock_flow_ttl:after{border-width: 30px 50px 0 50px;bottom: -30px;}
.slimshock .slimshock_flow{padding: 100px 0 80px;}
.slimshock .slimshock_flow ul{width: 960px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.slimshock .slimshock_flow ul:after{ content:""; display: block; width:50%;}
.slimshock .slimshock_flow li{width: 40%;margin: 0 auto 30px;}
.slimshock .slimshock_flow li:after{position: absolute;bottom: unset;top: 130px;left: 110%;-moz-transform: translateX(-50%) rotate( -90deg );-ms-transform: translateX(-50%) rotate( -90deg );-webkit-transform: translateX(-50%) rotate( -90deg );transform: translateX(-50%) rotate( -90deg );}
.slimshock .slimshock_flow li img{margin-bottom: 20px;}
.slimshock .slimshock_flow dt{font-size: 26px;margin: 0 auto 10px;}
.slimshock .slimshock_flow dd{font-size: 16px;line-height: 1.8;}
.slimshock .slimshock_flow dd a{font-size: 16px;}

.slimshock .slimshock_qa{padding: 80px 0;}
.slimshock .slimshock_qa_ttl{font-size: 35px;margin: 0 auto 40px;}
.slimshock .slimshock_qa .qa_list{width: 900px;margin: auto;}
.slimshock .slimshock_qa .faq-item{  margin: 0 auto 4%;}
.slimshock .slimshock_qa .faq_q {padding: 20px 10px 20px 70px;font-size: 22px;;background-size: 46px;}
.slimshock .slimshock_qa .faq_a {padding: 20px 50px 20px 75px;display: none;background-size: 46px;font-size: 16px;}

.slimshock  .contact_line{background: url("../images/machine/slim-shock/line_bnr_bg_pc.png")no-repeat center,#fff;padding: 130px 0 190px;background-size: cover;}
.slimshock  .contact_line .slimshock_tel{margin: 0 auto -22px;width: 900px;}
.slimshock  .contact_line .slimshock_tel img{width: 100%;}
.slimshock  .contact_line .line_bnr{margin: 0 auto 0;width: 900px;}
.slimshock  .contact_line .line_bnr img{width: 100%;}

.slimshock  .slimshock_contact{padding:80px 0 80px;}
.slimshock  .slimshock_contact .att_box{padding: 40px;margin: 0 auto 60px;width: 900px;}
.slimshock  .slimshock_contact .att_box p{font-size: 16px;}
.slimshock  .slimshock_contact .att_box b{font-size: 20px;margin: 0 auto 10px;}
.slimshock  .slimshock_form{width: 900px;padding: 30px;margin: 0 auto;}

.slimshock_form .mailformproTable ul{  border: none; background: no-repeat;}
.slimshock_form .mailformproTable ul li{  display: block;}

.slimshock .slimshock_comic{padding:100px 0;}
.slimshock .slimshock_comic img{width: auto;margin: auto;}
/* slim-shock-pro
----------------------------------------------- */
.pro .slimshock_reason .reason03 .reason_img{  margin-top: 6%;}

.pro .slimshock_success{background:url("../images/machine/slim-shock-pro/success_bg_pc.jpg")no-repeat;}
.pro .slimshock_reason .reason03 .reason_img{margin-top: 20px;}
.pro .slimshock_reason .reason03 .reason_img li{width: 24%;}


.impact .slimshock_reason .reason03 .reason_text p.text_b{ font-size: 30px;text-align: center;}

.impact .slimshock_reason .reason01 .reason_subttl img{width: 450px;vertical-align: -20%;}
.impact .slimshock_reason .reason01 .reason_impact_box{padding: 30px;}
.impact .slimshock_reason .reason01 .reason_impact_box img.reason_impact_img{width: 90%;margin: 0 auto 4%;}
.impact .slimshock_reason .reason01 .reason_impact_box img.machine{width: 250px;margin: 0 auto 4%;position: absolute;top: 0;left: 0;}
.impact .slimshock_reason .reason01 .reason_impact_li {position: relative;}
.impact .slimshock_reason .reason01 .reason_impact_li .no{margin: 0 auto -10px;width: 320px;}
.impact .slimshock_reason .reason01 .reason_impact_li li{margin-bottom: 20px;position: relative;}
.impact .slimshock_reason .reason01 .reason_impact_li li:first-child {margin-bottom: 80px;}
.impact .slimshock_reason .reason01 .reason_impact_li li:first-child .reason_impact_box{padding-left: 330px;}
.impact .slimshock_reason .reason01 .reason_impact_li p{font-size: 16px;}
.impact .slimshock_reason .reason01 .reason_impact_li b{font-size: 24px;text-align: left;display: block;margin: 0 auto 20px;}
.impact .slimshock_reason .reason01 .reason_impact_li b.midashi{text-align: center;}
.impact .slimshock_reason .reason01 .check{}
.impact .slimshock_reason .reason01 .check li{padding-bottom: 20px;padding-left: 38px;margin-bottom: 13px;background: url("../images/machine/impact-shock/check.png")no-repeat left -3px;background-size: 30px;font-size: 30px;}

/* idealight
----------------------------------------------- */

.idealight_header {position: fixed;width: 100%;background: #fff;top: 0;z-index: 10;}
.idealight_header .header_in {max-width: 960px;height: 90px;margin: 0 auto;}
.idealight_header #logo_area {float: left;padding: 19px 0 0;width: 230px;}
.idealight_header #logo_area div {padding: 0;}
.idealight_header #logo_area div p {padding: 0;}
.idealight_header #logo_area div p img {padding: 0;}
.idealight_header .header_btn {float: right;padding: 10px 0;width: 470px;}
.idealight_header .header_btn li {display: inline-block;margin-right: 10px;width: 270px;}
.idealight_header .header_btn li:last-child {margin: 0;width: 190px;}
.idealight_header .header-tel { margin-right: 5px; }
.idealight_header  .header-tel .header-tel-number {padding-left: 32px;margin-bottom: 2px;font-size: 34px;font-weight: 500;font-style: normal;background: url(../images/icon-tel_b.png) no-repeat top 10px left;background-size: 26px;line-height: 1;color: #000;font-family: yu-mincho-pr6, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;}
.idealight_header .header-tel .header-tel-open{font-size: 14px;color: #000;text-align: center;}
.header_txt {font-size: 16px;clear: both;;display: flex;flex-direction: row-reverse;max-width: 960px;padding-bottom: 10px;color: #000;margin: 0 auto;padding-right: 15px;}

.idealight_footer{ margin-bottom: 0;}
.idealight_footer .footer-content { width: 900px;}
.idealight_footer .footer-navi{width: 650px;}
.footer_sns{width: 250px;height: 334px;overflow: hidden;}
.idealight_footer .footer-logo{display:block;width: 20%;margin: 0 auto 35px;}
.idealight_footer .copyright{background: #333;color: #fff;}

.idealight .visual_inn{width: 1200px;margin:auto;padding: 30px 0 50px;}

.idealight .idealight_intro{width: 960px;padding: 60px 0;margin: auto;}
.idealight .idealight_intro img{width: 100%;}
.idealight .contact_book{ padding: 40px 0;}
.idealight .book_img{  width: 800px;}
.idealight .book_btn{margin: 40px auto 0;width: 440px;}
.idealight .book_btn img{margin: auto;width: 100%;}

.idealight .nayami{background-size: cover;padding: 60px 0;}
.idealight .nayami img{margin: auto;width: 770px;}

.idealight .idealight_success{background:url("../images/machine/idealight/success_bg_pc.jpg")no-repeat;background-size: cover;padding: 0 0 80px;width: 100%;}
.idealight .idealight_success .success_img{width: 100%;margin: auto;padding: 80px 0;}
.idealight .idealight_success .success_img img{width: 70%;margin: 0 20px;}
.idealight .idealight_success ul{width: 1100px;margin: auto;}
.idealight .idealight_success li{width: 25%;}
.idealight .idealight_success li img{width: 100%;}

.idealight .idealight_success02{padding: 80px 0;}
.idealight .idealight_success02 .success02_ttl{background-size: contain;padding: 10px 60px 40px;width: 100%;margin-bottom: 40px;}
.idealight .idealight_success02 ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.idealight .idealight_success02 li{width: 32%;font-size: 14px;}

.idealight .idealight_reason{padding: 80px 0;}
.idealight .idealight_reason .reason_intro{width: 900px;margin: 0 auto 20px;}
.idealight .idealight_reason .reason_intro img{width: 100%;margin: auto;}
.idealight .idealight_reason .reason_box{padding: 40px;margin: 0 auto 40px;width: 900px;}
.idealight .idealight_reason .reason_box dt{margin-bottom: 40px; }
.idealight .idealight_reason .reason_box dt img.no{width: 120px;margin-right: 20px;}
.idealight .idealight_reason .reason_box dt p{font-size: 32px;width: 650px;}
.idealight .idealight_reason .reason_box .reason_img{margin-bottom: 40px;}
.idealight .idealight_reason .reason_box .reason_img li{width: 48%;margin: 0 auto 10px;}
.idealight .idealight_reason .reason_box .reason_img li img{width: 100%;}
.idealight .idealight_reason .reason_box .reason_img p{font-size: 14px;}
.idealight .idealight_reason .reason_box .reason_text p{font-size: 16px;line-height: 1.8;}
.idealight .idealight_reason .reason_box .reason_text p.text_b{font-size: 36px;}
.idealight .idealight_reason .reason_box .reason_text b{font-size: 20px;margin-bottom: 10px;}

.idealight .idealight_reason .reason01 {padding: 70px 50px 50px;}
.idealight .idealight_reason .reason_subttl{font-size: 24px;padding: 20px; margin-bottom: 20px;}
.idealight .idealight_reason .reason01 .reason_machine{padding: 20px;  margin-bottom: 20px;}
.idealight .idealight_reason .reason01 .reason_machine ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: flex-start;align-items: flex-start; }
.idealight .idealight_reason .reason01 .reason_machine li{width: 30%;margin-bottom: 0;}
.idealight .idealight_reason .reason01 .reason_machine p.att{font-size: 16px;margin-bottom: 20px;}

.idealight_reason_text{margin: 0 auto;padding: 20px 0 60px;width: 800px;}
.idealight_reason_text img{width: 100%;}

.idealight .idealight_reason .reason02 .reason_text img{width: 100%;margin: 0 auto ;}
.idealight .idealight_reason .reason02 .reason_text ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.idealight .idealight_reason .reason02 .reason_text li{margin: 0 auto 30px;width: 48%;}
.idealight .idealight_reason .reason02 .reason_text .text{margin:20px auto;}
.idealight .idealight_reason .reason02 .reason_text .text p{text-align: center;margin: 0 auto;font-size: 38px;}
.idealight .idealight_reason .reason02 .reason_text .text .big{font-size: 60px;}
.idealight .idealight_reason .reason02 .reason_machine{padding: 30px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.idealight .idealight_reason .reason02 .reason_machine img{margin: 0 auto 0;}
.idealight .idealight_reason .reason02 .reason_machine p{font-size: 18px;padding-left: 40px;}

.idealight .idealight_reason .reason03 .reason_img img{margin: 0 auto;}
.idealight .idealight_reason .reason04 dd{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.idealight .idealight_reason .reason04 dd img{width: 100%;margin: 0 auto 6%;}
.idealight .idealight_reason .reason04 dd p{font-size: 16px;padding-left: 40px;line-height: 1.8;}

.idealight .idealight_reason .reason05 dd.reason_img li{width: 32%;}

.idealight .idealight_reason .reason06 .reason_img li{width: fit-content;margin: 0 auto 20px;}
.idealight .idealight_reason .reason06 .reason_img li img{width: fit-content;margin: 0 auto 0;}

.idealight  .idealight_reason2{padding: 0 0 80px;margin: auto;width: 960px;}
.idealight  .idealight_reason2 img{width: 100%; margin: auto;}

.idealight .idealight_voice{padding: 80px 0;}
.idealight .idealight_voice_ttl{width: 400px;margin: 0 auto 60px;}
.idealight .idealight_voice ul{ width: 900px; margin: auto;}
.idealight .idealight_voice li{margin-bottom: 10%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: flex-start;align-items: center;}
.idealight .idealight_voice li>img{width: 220px;margin: 0 auto;}
.idealight .idealight_voice li:nth-child(even) dl{-webkit-order: -1;order: -1;padding-left: 0;padding-right:40px;}
.idealight .idealight_voice dl{ padding-left: 40px;}
.idealight .idealight_voice dt{margin: 0 auto 10px;}
.idealight .idealight_voice dt img{width: 280px;margin: 0;}
.idealight .idealight_voice dd{font-size: 16px;line-height: 1.8;}

.idealight .idealight_flow_ttl p{font-size: 46px;padding: 80px 0 ;text-align: center; }
.idealight .idealight_flow_ttl:after{border-width: 30px 50px 0 50px;bottom: -30px;}
.idealight .idealight_flow{padding: 100px 0 80px;}
.idealight .idealight_flow ul{width: 960px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.idealight .idealight_flow ul:after{ content:""; display: block; width:50%;}
.idealight .idealight_flow li{width: 40%;margin: 0 auto 30px;}
.idealight .idealight_flow li:after{position: absolute;bottom: unset;top: 130px;left: 110%;-moz-transform: translateX(-50%) rotate( -90deg );-ms-transform: translateX(-50%) rotate( -90deg );-webkit-transform: translateX(-50%) rotate( -90deg );transform: translateX(-50%) rotate( -90deg );}
.idealight .idealight_flow li img{margin-bottom: 20px;}
.idealight .idealight_flow dt{font-size: 26px;margin: 0 auto 10px;}
.idealight .idealight_flow dd{font-size: 16px;line-height: 1.8;}
.idealight .idealight_flow dd a{font-size: 16px;}

.idealight .idealight_qa{padding: 80px 0;}
.idealight .idealight_qa_ttl{font-size: 35px;margin: 0 auto 40px;}
.idealight .idealight_qa .qa_list{width: 900px;margin: auto;}
.idealight .idealight_qa .faq-item{  margin: 0 auto 4%;}
.idealight .idealight_qa .faq_q {padding: 20px 10px 20px 70px;font-size: 22px;;background-size: 46px;}
.idealight .idealight_qa .faq_a {padding: 20px 50px 20px 75px;display: none;background-size: 46px;font-size: 16px;}

.idealight  .contact_line{background: url("../images/machine/slim-shock/line_bnr_bg_pc.png")no-repeat center,#fff;padding: 130px 0 190px;background-size: cover;}
.idealight  .contact_line .idealight_tel{margin: 0 auto -22px;width: 900px;}
.idealight  .contact_line .idealight_tel img{width: 100%;}
.idealight  .contact_line .line_bnr{margin: 0 auto 0;width: 900px;}
.idealight  .contact_line .line_bnr img{width: 100%;}

.idealight  .idealight_contact{padding:80px 0 80px;}
.idealight  .idealight_contact .att_box{padding: 40px;margin: 0 auto 60px;width: 900px;}
.idealight  .idealight_contact .att_box p{font-size: 16px;}
.idealight  .idealight_contact .att_box b{font-size: 20px;margin: 0 auto 10px;}
.idealight  .idealight_form{width: 900px;padding: 30px;margin: 0 auto;}

.idealight_form .mailformproTable ul{  border: none; background: no-repeat;}
.idealight_form .mailformproTable ul li{  display: block;}

/* slim_system
----------------------------------------------- */
.slim_system .visual{background: url(../images/slim-shock-sys/visual_top.jpg)no-repeat center;background-size: cover;}
.slim_system .visual_inn{margin: auto;width: 900px;}
.slim_system img{width: 100%;}

.slim_sys_movie{padding: 60px 0 80px;}
.slim_sys_movie p{margin: 0 auto 40px;text-align: center;font-size: 36px;}
.slim_sys_movie video{width: 90%;margin: 0 auto ;}

.slim_sys_nayami{background-size: cover;padding: 210px 0 80px;}
.slim_sys_nayami .nayami_ttl{width: 500px;margin: 0 auto 80px 100px;}
.slim_sys_nayami .check_box .nayami_img{position: absolute;top: -320px;right: 0;width: 30%;}

.slim_sys_nayami .check_box{background-size: 100%;position: relative;width: 800px;margin: auto;}
.slim_sys_nayami .check_box:before{content:"";background-size: 100%;width: 100%;height: 19px;position: absolute;top: -19px;left: 0;transform: scale(1);}
.slim_sys_nayami .check_box:after{content:"";background-size: 100%;width: 100%;height: 19px;bottom: -19px;left: 0;}
.slim_sys_nayami .check{padding: 50px;}
.slim_sys_nayami .check li{margin-bottom: 10px;padding-bottom: 10px;padding-left: 20px;font-size: 20px;line-height: 1.6;}
.slim_sys_nayami .check li:before{background-size: 47%;width: 40px;height: 50px;position: absolute;top: 0;left: 0;}

.slim_sys_solution{background-size: cover;padding: 80px 0 80px;}
.solution_intro{margin: 0 auto 140px;}
.solution_intro img.arrow{width: 300px;margin: 0 auto 40px;}
.solution_intro img.text{width: 700px;margin: 0 auto 20px;}
.solution_intro p{font-size: 42px;}

.solution_box{padding: 30px 30px 10px;}
.solution_box .solution_ttl{padding: 20px;font-size: 24px;line-height: 1.4;margin: -100px auto 40px;}
.solution_box ul{}
.solution_box li{width: 15%;margin-bottom: 20px;}
.solution_box li img{width: 100%;margin-bottom: 4%;}
.solution_box li p{text-align: center;font-size: 16px;}

.slim_sys_point{}
.slim_sys_point .point_intro{ width: 900px;margin: auto;}
.slim_sys_point .point_intro img{}
.slim_sys_point .point_box{ padding: 50px 50px; margin: 0 auto 40px; width: 900px;}
.slim_sys_point .point_box ul{}
.slim_sys_point .point_box li{position: relative;margin-bottom: 60px;}
.slim_sys_point .point_box li img.point_img{ position: absolute;top: 0;  width: 260px;}
.slim_sys_point .point_box li:nth-child(odd) img.point_img{ left: 0; }
.slim_sys_point .point_box li:nth-child(even) img.point_img{ right: 0; }
.slim_sys_point .point_box li img.no{margin: 0 0 10px 0;}
.slim_sys_point .point_box li dl{margin: auto; width: 580px;}
.slim_sys_point .point_box li:nth-child(odd) dl{margin: 0 0 0 220px;}
.slim_sys_point .point_box li:nth-child(even) dl{margin: 0 220px 0 0;}
.slim_sys_point .point_box li dt{ line-height: 1.3; font-size: 26px;text-align: left;}
.slim_sys_point .point_box li:nth-child(odd) dt{  margin-left: 80px;}
.slim_sys_point .point_box li:nth-child(even) dt{  margin-left: 40px;}
.slim_sys_point .point_box li dd{ font-size: 16px;margin: -15px auto 0;}
.slim_sys_point .point_box li:nth-child(odd) dd{  padding: 40px 30px 40px 60px;}
.slim_sys_point .point_box li:nth-child(even) dd{  padding: 40px 60px 40px 30px;}


/* try
----------------------------------------------- */
.try .visual {background-size: cover;min-height: 1220px;}
.try .visual_inn{width: 100%;margin:auto;padding: 0 2%;}

.try .try_machine{padding: 0px 0 100px; overflow: hidden;width: 100%;}
.try .try_machine ul{margin: auto;width: 1060px;}
.try .try_machine li{margin-bottom: 10%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;margin-bottom: 0;}
.try .try_machine li img{width: auto;margin: 0 auto 4%;z-index: 2;position: relative;}
.try .try_machine li dl{padding: 70px;margin: 0 auto 0;width: 100%;position: relative;z-index: 1;background: none;}
.try .try_machine li:nth-child(odd) dl{ -webkit-order: -1;order: -1; padding: 70px 30px 30px 0;}
.try .try_machine li:nth-child(even) dl{ padding: 70px  0 30px 30px;}
.try .try_machine li:nth-child(odd) dl:before,.try .try_machine li:nth-child(even) dl:before{content: "";background: #f4f7fb;width: 2500px;height: 260px;position: absolute;bottom: 0; z-index: -1;}
.try .try_machine li:nth-child(odd) dl:before{right: -150px;}
.try .try_machine li:nth-child(even) dl:before{left: -150px;}

.try .try_machine dt{font-size: 40px;margin: -100px auto 20px;text-align: left;}
.try .try_machine dt span.en{font-size: 16px;display: inline-block;margin: 0 0 0 10px;}
.try .try_machine dd{font-size: 20px;line-height: 1.8;}

.try .try_demo{padding: 60px 0 110px;background-size: cover;}
.try .try_demo .inner{position: relative;}
.try .try_demo .decoration{display: block;font-weight: normal;font-family: "trajan-pro-3",serif;font-weight: 500;font-size: 90px;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;color: #a5955f;position: absolute;right: -170px;top: 0;}
.try .try_demo .demo_arrow{width: 70%;margin: -10% auto 11%;}

.try .try_demo ul{width: 1000px;margin: 0 auto;}
.try .try_demo li{margin-bottom: 240px;}
.try .try_demo .demo_ttl{margin: 0 auto 60px;z-index: 1;}
.try .try_demo .demo_ttl .step{width: 170px;margin: 0 auto -160px 40px;}
.try .try_demo .demo_ttl .demo_img{width: auto;margin: 0 40px 0 auto;}
.try .try_demo .demo_ttl p{position: absolute;bottom: 20px;left: 40px;width: 670px;line-height: 1.5;}
.try .try_demo li:nth-child(2) .demo_ttl p,.try .try_demo li:nth-child(4) .demo_ttl p,.try .try_demo li:nth-child(5) .demo_ttl p{bottom: -40px;}
.try .try_demo .demo_ttl p span{padding: 10px;font-size: 30px;margin-bottom: 10px;}

.try .try_demo dl{padding: 140px 60px 30px;margin: -150px auto 0;}
.try .try_demo dl:before{width: 100%;height: 90px;background-size: 100%;position: absolute;top: -60px;left: 0;}
.try .try_demo dl:after{width: 100%;height: 60px;background-size: 100%;position: absolute;bottom: -60px;left: 0;}

.try .try_demo dt{font-size: 34px;margin: 0 auto 30px;}
.try .try_demo dd{font-size: 26px;line-height: 1.8;}

/* qa
----------------------------------------------- */
ul.select_qatb {padding: 0 0 2px;margin:20px 0;flex-wrap: wrap;align-items: center;-webkit-box-pack: center;display: -webkit-box;}
ul.select_qatb li {width: calc(95%/3);padding: 15px;text-align: -webkit-right;font-size: 19px;border-radius: 14px 14px 0 0;align-items: center;display: -webkit-box;-webkit-box-align: center;-webkit-box-pack: center;justify-content: center;margin: 3px;}
ul.select_qatb li a {padding-left: 1.3em;text-indent: -1em;text-align: center;color: #FFF;}
ul.select_qatb li a:before { content: "\f103"; color: #ffffff; margin: 1px 8px 2px; font-size:24px; font-family: FontAwesome; display: inline-block; vertical-align: middle;}

/*qaopen-- */
.qa_open {padding: 8px;margin-bottom: 10px;border-radius: 8px;}
.qa_opti p {display: inline-block;font-size: 17px;margin-left: 10px;margin-bottom: 0;height: 48px;width:850px;}
.qa_opti:before, .qa_opti:after {content: '';position: absolute;top: 0;right: 0;}
.qa_opti:before {width: 20px;height: 2px;top: 19px;right: 5px;}
.qa_opti:after {width: 2px;height: 20px;top: 24%;right: 14px;}
.qa_timg { max-height: 80px; display: inline-block; margin: 0 10px;}
.qa_op {padding: 20px;margin-top: 10px;}
.qa_op p{width: 100%;padding-top: 10px;padding-left: 0em;text-indent: 0em;margin-bottom: 5px;}
.qa_comt_ti {font-size: 30px;margin: 10px 0px 0px 0px;display: inline-block;padding-right: 10px;}
.qa_comt_tiq {font-size: 28px;line-height: 0;margin: 20px 0 0;padding-right: 20px;display: inline-block;}
/* 追記 */
.qa_opti:after {transform: inherit;}
.qa_opti.open:after {transform: rotate(90deg);}
/* success_in
----------------------------------------------- */
.success_voice{margin: 50px auto;padding: 50px 50px 30px 50px;}
.success_voice img{display: block;margin: 0px 40px 15px 0;}
.success_voice dl{display: flex;}
.success_voice dt .name{font-size: 13px;}

a.btn-flat {display: block;overflow: hidden;padding: 20px;font-size: 20px;width: 350px;margin: 0 auto;}
a.btn-flat span { position: relative;}
a.btn-flat:before {position: absolute;top: 0;left: 0;width: 180%;height: 560%;content: "";-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;-webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);transform: translateX(-80%) translateY(-25%) rotate(45deg);}
a.btn-flat:hover:before { -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);transform: translateX(-9%) translateY(-25%) rotate(45deg);}



.hifu .column_box{margin-bottom: 60px;}
.hifu .column_box .column_img{width: 90%;margin: 0 auto 0;}
.hifu .column_box .text{ width: 100%; margin: -30px auto 0; padding: 60px 40px 30px;}
.hifu .column_box .text p{font-size: 16px;}
.hifu .column_box .text p span{font-size: 120%;font-weight: 500; color: #a5955f;}
.hifu .column_box img.img_r{float: right;margin: 0 0 40px 40px;width: 450px;}
.hifu .column_box img.img_cimg{margin: 0 auto 20px;width: 70%;}
.hifu .column_midashi {margin-bottom: 60px;padding-bottom: 5px;}
.hifu .column_midashi .en {font-size: 34px;margin-bottom: 0em;margin-right: 0.3em;}
.hifu .column_midashi .jp {font-size: 26px;}
.hifu .column_midashi:before{ bottom: -31%;left: 0; right: 0; margin: auto; width: 100%; }

.hifu .kazari_box{ padding: 40px;margin: 0 auto 20px;}
.hifu .kazari_box02{ padding: 40px;margin: 0 auto 20px;}

.hifu .column_con dl{margin-bottom: 16px;}
.hifu .column_con dt{margin-bottom: 10px;font-size:18px;}
.hifu .column_con dd li{margin-bottom: 6px;font-size: 16px;}

.hifu .column_con .nayami li{margin-bottom: 16px;}

.hifu .column_con table{width: 100%;font-size:16px;margin: 0 auto 20px;}
.hifu .column_con th,.hifu .column_con td{padding: 10px 10px;}
.hifu .column_con tbody th, .hifu .column_con tbody td{padding: 14px 10px;}

/* media
----------------------------------------------- */
.media ul{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;}
.media li{padding: 20px;margin: 0 20px 20px 0;width: 32%;}
.media li:nth-child(3n),.media li:last-child{margin: 0 0 20px 0;}
.media li img{margin: auto;width: 60%;}
.media li p{padding-top: 20px;font-size: 16px;}
.media li .text-more{width: 100%;padding: 14px 0;}

.media .media_box{padding: 40px;}
.media .media_box .komidashi{font-size:24px;text-align: center; margin: 0 auto 40px; }
.media .media_box img{margin: 0 auto 40px;width: 80%;}
.media .media_box p{ font-size:16px;width: 100%;margin: auto;text-align: center; }

h1.seo{display: block;font-size: 10px;padding: 10px 0;}


.follow .sec-top-about{background: none;position: relative;width: 100%;z-index: 1;padding-top: 180px;height: auto;padding-bottom: 100px;}
.follow .sec-top-about:before {content: "";background: url("../images/machine/top_follow_bg.jpg")no-repeat top center;background-size: 100%;top: 100px;width: 100%;height: 100%;opacity: 0.2;}
.follow .sec-top-about .decoration{top: -150px;}

.follow .sec-mainte .sankou{display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;margin: 0 auto 50px}
.follow .sec-mainte .sankou li{display: table;padding:8px;font-size: 18px;vertical-align: middle;text-align: center;margin: 0 auto;width: 14%;}
.follow .sec-mainte .sankou li:after{position: absolute;bottom: unset;top: 36%;left: 125%;-moz-transform: translateX(-50%) rotate( -90deg );-ms-transform: translateX(-50%) rotate( -90deg );-webkit-transform: translateX(-50%) rotate( -90deg);transform: translateX(-50%) rotate( -90deg);}
.follow .sec-mainte .sankou li:last-child:after{content:none;}
.follow .sec-mainte .sankou li span{display: table-cell;vertical-align: middle;line-height: 1.2;}

.follow .service{background-size: 100%;padding: 40px;}
.follow .service dt{margin: 0 auto 40px;padding: 20px;font-size: 30px;}
.follow .service dd ul{display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;	-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;}
.follow .service dd li{padding: 20px;margin: 0 auto 10px;width: 49%;}
.follow .service dd li p.service_ti{font-size: 20px;line-height: 1.3;height: 50px;display: table;margin-bottom: 6%;width: 100%;}
.follow .service dd li p.service_ti span.no{display: table-cell;font-size: 30px;width: 50px;height: 50px;padding: 0;line-height: 50px;}
.follow .service dd li p.service_ti span{display: table-cell;vertical-align: middle;padding: 1%;}
.follow .service dd li p.service_ti span:nth-of-type(2){font-size: 20px;padding-left: 10px;}
.follow .service dd li p{margin-bottom:0;}

.follow .follow_flow_ttl p{font-size: 46px;padding: 80px 0 ;text-align: center; }
.follow .follow_flow_ttl:after{border-width: 30px 50px 0 50px;bottom: -30px;}
.follow .sec-follow_flow{padding: 100px 0 80px;}
.follow .sec-follow_flow ul{width: 960px;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.follow .sec-follow_flow ul:after{ content:""; display: block; width:50%;}
.follow .sec-follow_flow li{width: 40%;margin: 0 auto 30px;}
.follow .sec-follow_flow li:after{position: absolute;bottom: unset;top: 130px;left: 110%;-moz-transform: translateX(-50%) rotate( -90deg );-ms-transform: translateX(-50%) rotate( -90deg );-webkit-transform: translateX(-50%) rotate( -90deg );transform: translateX(-50%) rotate( -90deg );}
.follow .sec-follow_flow li img{margin-bottom: 20px;}
.follow .sec-follow_flow dt{font-size: 26px;margin: 0 auto 10px;}
.follow .sec-follow_flow dd{font-size: 16px;line-height: 1.8;}
.follow .sec-follow_flow dd a{font-size: 16px;}



.follow .follow_check ul{display: block;width: 100%;margin: 0 auto 10px;padding: 30px;}
.follow .follow_check img{width: 70%;margin: 0 auto 20px;}
.follow .follow_check li img{width: 40px;margin: 0 10px 0 0;}
.follow .follow_check li{font-size: 19px;margin: 0 0 10px;padding: 0 10px 10px;width: 100%;}
.follow .follow_check p{font-size: 18px;}

.agency{}
.agency .visual{background: url("../images/machine/agency/visual_top_pc.jpg")no-repeat;background-size: 100%;padding-bottom: 48%;}
.agency .lp_01{background: url("../images/machine/agency/lp_01.jpg")no-repeat;background-size: 100%;padding-bottom: 223%;}
.agency .lp_02{background: url("../images/machine/agency/lp_02.jpg")no-repeat;background-size: 100%;padding-bottom: 308%;}



.test_repair .img_01{background:url("../test_repair/images/repair_test.jpg")no-repeat top center;margin: -70px auto 0;padding-top: 8075px;background-size: cover;}