@charset "UTF-8";
/* CSS Document */

img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}

.pc_cont {
    display: none !important;
}

/*SPスクロール後header部分*/
div.sp_hdr {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px rgba(134, 134, 134, 0.3);
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

div.sp_hdr p.sp_logo {
    width: 220px;
    position: absolute;
    left: 10px;
    top: 20px;
}

div.sp_hdr p.sp_menu {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/*ページ下部ボタン*/
div.sp_btn ul {
    position: fixed;
    bottom: -60px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

div.sp_btn ul.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

div.sp_btn ul {
    display: table;
    width: 100%;
    height: 60px;
}

div.sp_btn ul li {
    display: table-cell;
    width: 50%;
    height: 60px;
    text-align: center;
    background-color: #ffe030;
}

div.sp_btn ul li:first-child {
    background-color: #05d704;
}

div.sp_btn ul li a {
    display: block;
    position: relative;
}

div.sp_btn ul li:nth-child(2) a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    height: 100%;
    width: 1px;
}

div.sp_btn ul li img {
    width: auto;
    height: 60px;
}

div.sp_btn p a {
    position: fixed;
    bottom: 8px;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background-color: #494949;
    color: #fff;
    font-size: 7px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(78, 78, 78, .3);
}

div.sp_btn p a.fixed {
    position: fixed;
    bottom: 65px;
    right: 8px;
    z-index: 100;
    opacity: 1;
}


/*SPスライドメニュー*/
.sp_nav nav {
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.sp_nav nav.open {
    transform: translate(0);
    background: rgba(255, 255, 255, 1);
}

.sp_nav nav .nav_box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    position: relative;
    display: none;
}

.sp_nav nav.open .nav_box {
    display: block;
}

.sp_nav nav p.close {
    position: fixed;
    width: 35px;
    height: 32px;
    right: 14px;
    top: 20px;
    cursor: pointer;
}

.sp_nav nav p.close::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 35px;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
}

.sp_nav nav p.close::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 35px;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
}

.sp_nav nav div.nav_ttl {
    width: 100%;
    height: 70px;
    background-color: #000;
    box-shadow: 0 0 10px rgba(134, 134, 134, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.sp_nav nav div.nav_ttl p.nav_logo {
    width: 220px;
    padding-left: 10px;
    padding-top: 20px;
}

.sp_nav nav div.nav_contact {
    padding-top: 15px;
    padding-bottom: 20px;
}

.sp_nav nav div.nav_contact p.t01 {
    text-align: center;
    color: #54b436;
    line-height: 1em;
    font-size: 14px;
}

.sp_nav nav div.nav_contact p.t02 {
    padding-top: 8px;
    padding-bottom: 10px;
}

.sp_nav nav ul.nav_menu {
    padding-bottom: 25px;
    border-top: 2px solid #555555;
}
.sp_nav nav ul.nav_menu.pb00 {
    padding-bottom: 0;
}

.sp_nav nav ul.nav_menu>li {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1em;
    border-bottom: 2px solid #555555;
    position: relative;
}

.sp_nav nav ul.nav_menu>li:last-child {
    border-bottom: 0;
}

.sp_nav nav ul.nav_menu:nth-of-type(3)>li:last-child {
    border-bottom: 2px solid #555555;
}

.sp_nav nav ul.nav_menu>li.p_none {
    padding: 0;
}

.sp_nav nav ul.nav_menu>li a {
    color: #252525;
    display: block;
    text-decoration: none;
}

.sp_nav nav ul.nav_menu>li>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sp_nav nav ul.nav_menu>li>ul li {
    width: 48%;
    line-height: 1.2em;
    border-bottom: 1px solid #555555;
    letter-spacing: -1px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.sp_nav nav ul.nav_menu>li>ul li a {
    display: block;
    font-size: 15px;
}

.sp_nav nav ul.nav_menu>li>ul li:nth-child(odd) {
    margin-right: 4%;
}

.sp_nav nav ul.nav_menu>li span {
    display: block;
    position: relative;
}

.sp_nav nav ul.nav_menu>li span::before {
    content: "▼";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/*header*/
header {
    height: 70px;
    position: relative;
    background-color: #000;
}

header h1,
header p.logo {
    width: 220px;
    padding: 20px 0 0 10px;
}

header p.tel {
    display: none;
}

header p.btn {
    display: none;
}

header p.sp_menu {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

header nav {
    display: none;
}

div.mega_menu {
    display: none;
}

/*footer*/
footer {
    background-color: #1c1c1c;
    padding-bottom: 60px;
}

footer div.ftr {
    padding-top: 35px;
    padding-bottom: 57px;
}

footer div.ftr dl.ftr01 {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #f2f2f2;
}

footer div.ftr dl.ftr01 dt {
    margin-bottom: 15px;
}

footer div.ftr dl.ftr01 dt img {
    width: auto;
    height: 40px;
}

footer div.ftr dl.ftr01 dd {
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
}

footer div.ftr dl.ftr01 dd a {
    color: #fff;
}

footer div.ftr div.ftr02 {
    padding: 30px 20px 0 20px;
}

footer div.ftr div.ftr02 p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 15px;
}

footer div.ftr div.ftr02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer div.ftr div.ftr02 ul li {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-right: 15px;
}

footer div.ftr div.ftr02 ul li a {
    color: #fff;
    text-decoration: none;
}

footer div.ftr div.ftr02 ul li a:hover {
    text-decoration: underline;
}

footer div.ftr div.ftr02 ul.f_menu01 li {
    padding-left: 1em;
    position: relative;
}

footer div.ftr div.ftr02 ul.f_menu01 li::before {
    content: "▶︎";
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 0;
}

footer div.ftr div.ftr02 ul.f_menu01 li:first-child {
    padding-left: 0;
    margin-right: 0;
}

footer div.ftr div.ftr02 ul.f_menu01 li:first-child::before {
    content: "";
    display: none;
}

footer div.ftr div.ftr02 ul.f_menu02 li {
    padding-left: 1em;
    position: relative;
}

footer div.ftr div.ftr02 ul.f_menu02 li::before {
    content: "▶︎";
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 0;
}

footer p.copy {
    font-size: 14px;
    color: #efefef;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2em;
    text-align: center;
}

footer p.pagetop {
    display: none;
}

/*メガメニュー*/
div.mega_menu {
    display: none;
}

/*見出し*/
h1.h01 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

h1.h01 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

h2.h01 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
}

h2.h01 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

h2.h02 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

h2.h02 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

div.h2_h03 {
    width: calc(100% - 20px);
    height: 90px;
    margin: 0 auto;
    background-color: #252525;
    position: relative;
    transform: skewX(-10deg);
    text-decoration: none;
    display: table;
}

div.h2_h03 p {
    display: table-cell;
    vertical-align: middle;
    background-color: #555;
    width: 30px;
    height: 90px;
    padding-left: 40px;
    font-size: 19px;
    color: #ffdf2f;
    font-weight: 500;
    position: relative;
}

div.h2_h03 p span {
    display: block;
    transform: skewX(10deg);
}

div.h2_h03 p::before {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 27px;
    transform: rotate(270deg);
}

div.h2_h03 h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
    transform: skewX(10deg);
}

h2.h04 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

h2.h04 span {
    position: relative;
}

h2.h04 span::before {
    content: "“";
    font-size: 50px;
    color: #ffdf2f;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    top: -30px;
    left: -10px;
}

/*コラム*/
#column {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #d7d1b2;
}

#column div.column_list {
    padding-top: 50px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#column div.column_list a {
    display: block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 35px;
    background-color: #fff;
    text-decoration: none;
    position: relative;
}

#column div.column_list a:nth-child(2n) {
    margin-right: 0;
}

#column div.column_list a div {
    padding: 5px 5px 0;
}

#column div.column_list a div img {
    width: 100%;
    height: auto;
}

#column div.column_list a p {
    padding: 5px 10px 30px;
    color: #333;
    line-height: 1.6em;
}

#column div.column_list a p span {
    font-size: 12px;
    color: #252525;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1em;
}

#column>p {
    text-align: center;
}

#column>p a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #252525;
    font-weight: bold;
    color: #f1f2f3;
    text-decoration: none;
    position: relative;
}

#column>p a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../../../images/ico_yajirushi02.png");
    background-size: cover;
    position: absolute;
    right: 3px;
    bottom: 3px;
}

/*アクセス*/
#access {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#access div.acc_box {
    padding-top: 60px;
}

#access div.acc_box>div:first-of-type {
    background-image: url("../../images/acc_line.jpg");
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: top;
}

#access div.acc_box>div:first-of-type dl {
    background-image: url("../../images/acc_line.jpg");
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 15px;
    padding-bottom: 15px;
}

#access div.acc_box>div:first-of-type dl dt {
    font-weight: bold;
    font-feature-settings: "palt";
    margin-bottom: 10px;
}

#access div.acc_box>div:first-of-type dl dd {
    line-height: 1.6em;
}

#access div.acc_box>div:first-of-type dl dd a {
    color: #252525;
}

#access div.acc_box>div:nth-of-type(2) {
    padding-top: 35px;
}

#access div.acc_box>div:nth-of-type(2) p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
}

#access div.acc_box>div:nth-of-type(2) p a {
    display: block;
    line-height: 31px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #959595;
    position: relative;
}

#access div.acc_box>div:nth-of-type(2) p a::after {
    content: "＞";
    color: #3b3b3b;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 10px;
}

/*コンタクト*/
#info {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../../images/contact_bg.jpg");
    background-size: auto 100%;
    background-position: center center;
    padding-left: 20px;
    padding-right: 20px;
}

#info div.box01 div.cal {
    padding-bottom: 40px;
}

#info div.box01 div:nth-of-type(2) {
    text-align: center;
}

#info div.box01 div:nth-of-type(2) p {
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 4px;
    position: relative;
}

#info div.box01 div:nth-of-type(2) p::before {
    content: "";
    width: 24px;
    height: 35px;
    background-image: url("../../images/ico01.png");
    background-size: cover;
    position: absolute;
    top: 10px;
    left: -27px;
}

#info div.box01 div:nth-of-type(2) p::after {
    content: "";
    width: 24px;
    height: 35px;
    background-image: url("../../images/ico02.png");
    background-size: cover;
    position: absolute;
    top: 10px;
    right: -27px;
}

#info div.box01 div:nth-of-type(2) ul li:first-child {
    padding-bottom: 14px;
}

#info div.box01 div:nth-of-type(2) ul li:last-child {
    padding-bottom: 0;
}

/*脱毛部位*/
#parts {
    background-image: url("../../images/bg01.jpg");
    background-size: 30px 45px;
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

#parts>p {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f1f2f3;
}

#parts div.parts_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#parts div.parts_box a {
    width: 49%;
    background-color: #555;
    text-decoration: none;
    position: relative;
}

#parts div.parts_box a:nth-child(odd) {
    margin-right: 2%;
}

#parts div.parts_box a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../../../images/ico_yajirushi02.png");
    background-size: cover;
    position: absolute;
    right: 3px;
    bottom: 3px;
}

#parts div.parts_box a p {
    padding: 15px 10px 20px 10px;
    line-height: 1.5em;
    color: #f1f2f3;
}

#parts div.parts_box a p span {
    display: block;
    font-size: 18px;
    color: #ffdf2f;
    margin-bottom: 15px;
}

/*よくある質問*/
#faq_cont dl {
    padding-top: 20px;
}

#faq_cont dl dt {
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.8em;
    color: #a78807;
    font-weight: bold;
    background-image: url("../../images/faq_line.jpg");
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

#faq_cont dl dt::before {
    content: "Q.";
    font-size: 26px;
    font-weight: normal;
    color: #252525;
    position: absolute;
    left: 0;
    top: 18px;
}

#faq_cont dl dd {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.8em;
    background-image: url("../../images/faq_line.jpg");
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

#faq_cont dl dd::before {
    content: "A.";
    font-size: 26px;
    font-weight: normal;
    color: #a78807;
    position: absolute;
    left: 20px;
    top: 17px;
}

.txt-box {
    width: auto;
    text-align: left;
    margin-top: 10px;
}

.txt-box02 {
    margin-top: 10px;
    color: #fff;
}

.cal .txt {
    background: #FBB9BE;
    padding: 0 6px;
    display: inline-block;
    vertical-align: bottom;
    height: 21px;
    width: 10px;
    margin-right: 10px;
}

/* 20250410_改修 */
.bg_none {
    background: none;
}

#parts .partsmb {
    margin-bottom: 2%;
}

#flow {
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

#flow p.flow_read {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

#flow div.flow_box {
    padding-bottom: 70px;
}

#flow div.flow_box:last-child {
    padding-bottom: 0;
}

#flow div.flow_box div.box01 {
    margin-bottom: 35px;
}

#flow div.flow_box div.box01 div {
    width: calc(100% - 20px);
    height: 90px;
    margin: 0 auto 20px;
    background-color: #252525;
    position: relative;
    transform: skewX(-10deg);
    text-decoration: none;
    display: table;
}

#flow div.flow_box div.box01 div p {
    display: table-cell;
    vertical-align: middle;
    background-color: #555;
    width: 30px;
    height: 90px;
    padding-left: 40px;
    font-size: 19px;
    color: #ffdf2f;
    font-weight: 500;
    position: relative;
}

#flow div.flow_box div.box01 div p span {
    display: block;
    transform: skewX(10deg);
}

#flow div.flow_box div.box01 div p::before {
    content: "STEP";
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 27px;
    transform: rotate(270deg);
}

#flow div.flow_box div.box01 div h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
    transform: skewX(10deg);
}

#medical-hair-removal {
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

#medical-hair-removal div.h2_h03 p::before {
    content: "POINT";
}

#medical-hair-removal p.knowledge_read {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

#medical-hair-removal div.knowledge_box01 {
    padding-bottom: 100px;
    padding-top: 30px;
}

#medical-hair-removal div.knowledge_box01 p.t01 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.knowledge_box01 p.t02 {
    padding-top: 15px;
    padding-bottom: 50px;
}

#medical-hair-removal div.knowledge_box01 ul li {
    padding-bottom: 30px;
    display: table;
}

#medical-hair-removal div.knowledge_box01 ul li:last-child {
    padding-bottom: 0;
}

#medical-hair-removal div.knowledge_box01 ul li div {
    display: table-cell;
    vertical-align: top;
    width: 140px;
}

#medical-hair-removal div.knowledge_box01 ul li div img {
    width: 122px;
    height: auto;
}

#medical-hair-removal div.knowledge_box01 ul li p {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 2em;
}

#medical-hair-removal div.knowledge_box01 ul li p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    padding-bottom: 15px;
    padding-top: 5px;
}

#medical-hair-removal div.knowledge_box02 {
    padding-bottom: 100px;
    padding-top: 30px;
}

#medical-hair-removal div.knowledge_box02 p.t01 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.knowledge_box02 p.t02 {
    padding-top: 15px;
    padding-bottom: 50px;
}

#medical-hair-removal div.knowledge_box02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#medical-hair-removal div.knowledge_box02 ul li {
    width: 40%;
    padding-right: 10%;
    margin-bottom: 50px;
    background-image: url("../../../images/knowledge/images/ico01_sp.png");
    background-size: 8% auto;
    background-position: 95% 45%;
    background-repeat: no-repeat;
}

#medical-hair-removal div.knowledge_box02 ul li:nth-child(3) {
    margin-bottom: 0;
}

#medical-hair-removal div.knowledge_box02 ul li:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

#medical-hair-removal div.knowledge_box02 ul li span {
    display: block;
    font-size: 15px;
    color: #444;
    padding-top: 5px;
}

#medical-hair-removal div.knowledge_box03 {
    padding-top: 30px;
    padding-bottom: 100px;
}

#medical-hair-removal div.knowledge_box03 div.box01 {
    padding-bottom: 50px;
}

#medical-hair-removal div.knowledge_box03 div.box01 div:first-child {
    padding-bottom: 30px;
}

#medical-hair-removal div.knowledge_box03 div.box01 div:first-child p.t01 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.knowledge_box03 div.box01 div:first-child p.t02 {
    padding-top: 15px;
}

#medical-hair-removal div.knowledge_box03 div.box02 p {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.knowledge_box03 div.box02 ul {
    padding-top: 25px;
}

#medical-hair-removal div.knowledge_box03 div.box02 ul li {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#medical-hair-removal div.knowledge_box03 div.box02 ul li:last-child {
    padding-bottom: 0;
}

#medical-hair-removal div.knowledge_box03 div.box02 ul li img {
    width: 40%;
    height: auto;
}

#medical-hair-removal div.knowledge_box03 div.box02 ul li span {
    width: 55%;
    padding-left: 5%;
    color: #333;
}

#medical-hair-removal div.machine_box {
    padding-bottom: 100px;
    padding-top: 30px;
}

#medical-hair-removal div.machine_box div.box01 {
    padding-bottom: 100px;
}

#medical-hair-removal div.machine_box div.box01 div:first-child {
    padding-bottom: 35px;
}

#medical-hair-removal div.machine_box div.box01 div:first-child p:first-child {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.machine_box div.box01 div:first-child p:last-child {
    padding-top: 10px;
}

#medical-hair-removal div.machine_box div.box02 div:first-child {
    padding-bottom: 35px;
}

#medical-hair-removal div.machine_box div.box02 div:first-child p:first-child {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background: linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#medical-hair-removal div.machine_box div.box02 div:first-child p:last-child {
    padding-top: 10px;
}

#medical-hair-removal div.pb_0 {
    padding-bottom: 0 !important;
}

#medical-hair-removal div.mens_box01 {
    padding-bottom: 100px;
}

#medical-hair-removal div.mens_box01 table {
    width: 100%;
    border-top: 1px solid #252525;
}

#medical-hair-removal div.mens_box01 table td {
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    padding: 10px 5px;
    font-size: 15px;
}

#medical-hair-removal div.mens_box01 table td span {
    color: #be0000;
}

#medical-hair-removal div.mens_box01 table td:first-child {
    border-left: none;
}

#medical-hair-removal div.mens_box01 table tr:first-child td {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#medical-hair-removal div.mens_box01 table td:nth-child(2) {
    width: 35%;
    background-color: #ffe766;
    font-weight: bold;
}

#medical-hair-removal div.mens_box01 table td:nth-child(3) {
    width: 35%;
}

#medical-hair-removal div.mens_box02 div.box {
    background-color: #252525;
    margin-bottom: 30px;
    padding: 40px 15px 50px 15px;
}

#medical-hair-removal div.mens_box02 div.box:last-child {
    margin-bottom: 0;
}

#medical-hair-removal div.mens_box02 div.box div.txt {
    display: table;
}

#medical-hair-removal div.mens_box02 div.box div.txt>div {
    display: table-cell;
    vertical-align: top;
    width: 90px;
    position: relative;
}

#medical-hair-removal div.mens_box02 div.box div.txt>div p {
    position: absolute;
    top: -25px;
    left: 0;
    width: 85px;
    text-align: center;
    font-size: 12px;
    color: #ffdf2f;
    font-weight: 500;
}

#medical-hair-removal div.mens_box02 div.box div.txt>div p span {
    font-size: 14px;
}

#medical-hair-removal div.mens_box02 div.box div.txt>h3 {
    display: table-cell;
    vertical-align: top;
    color: #ffdf2f;
    line-height: 1.6em;
    font-size: 20px;
}

#medical-hair-removal div.mens_box02 div.box div.txt>h3.pt {
    padding-top: 15px;
}

#medical-hair-removal div.mens_box02 div.box>p {
    color: #f1f2f3;
    padding-top: 20px;
}

#medical-hair-removal p.mens_t01 {
    padding-bottom: 50px;
    padding-top: 30px;
}

#medical-hair-removal p.mens_t02 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.pb100 {
    padding-bottom: 100px;
}

.c_red {
    color: #e33d3d;
}

#body div.body_box {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#body div.body_box > div:first-child {
    padding-bottom: 35px;
}

#body div.body_box > div:first-child p.t01 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background:linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#body div.body_box > div:first-child p.t02 {
    padding-top: 10px;
}

#body p.body_txt {
    margin: 0 20px 100px;
    border: 3px solid #000000;
    color: #333;
    padding: 120px 15px 35px;
    position: relative;
}

#body p.body_txt::before {
    content: "";
    width: 80px;
    height: 90px;
    background-image: url("../../../images/hige/images/img02.jpg");
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#body div.body_price {
    padding-left: 20px;
    padding-right: 20px;
}

#body div.body_price p.sub_read {
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: center;
}

#body div.body_price div.ninki {
    text-align: center;
    padding-bottom: 80px;
}

#body div.body_price div.price02 {
    border: 3px solid #000000;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}

#body div.body_price div.price02 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#body div.body_price div.price02 h3 span {
    display: block;
}

#body div.body_price div.price02 ul {
    padding-top: 30px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#body div.body_price div.price02 ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

#body div.body_price div.price02 ul li:nth-child(2n) {
    margin-right: 0;
}

#body div.body_price div.price02 ul li span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
}

#body div.body_price div.price03 {
    padding-bottom: 100px;
}

#body div.body_price div.price03 div {
    margin-bottom: 30px;
}

#body div.body_price div.price03 div:last-child {
    margin-bottom: 0;
}

#body div.body_price div.price03 div h3 {
    background-color: #555555;
    font-size: 22px;
    color: #ffdf2f;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2em;
}

#body div.body_price div.price03 div p.t01 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

#body div.body_price div.price03 div p.t01 span {
    color: #e33d3d;
}

#body div.body_price div.price03 div p.t02 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
}

#body div.body_price div.price03 div p.t02 span:first-child {
    color: #e33d3d;
    line-height: 1.5em;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

#body div.body_price div.price03 div p.t02 span:first-child:before {
    content: "";
    width: 4px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    position: absolute;
    top: -1px;
    left: -1px;
}

#body div.body_price div.price03 div p.t02 span:first-child:after {
    content: "";
    width: 4px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    position: absolute;
    top: -1px;
    right: -1px;
}

#body div.body_price div.price03 div table {
    width: 100%;
}

#body div.body_price div.price03 div table td {
    width: 50%;
    border: 1px solid #555555;
    padding: 10px 10px;
    line-height: 1.2em;
}

#body div.body_price div.price03 div table td:nth-child(2) {
    text-align: right;
}

#body div.body_price div.price03 div table tr:first-child td {
    background-color: #b9bdc4;
    text-align: center!important;
}

#body div.body_box02 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom:0;
}

#body div.body_box02 > div:first-child {
    padding-bottom: 35px;
}

#body div.body_box02 > div:first-child p.t01 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    background:linear-gradient(to top, rgba(255, 223, 47, 1) 0%, rgba(255, 223, 47, 1) 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 100%);
}

#body div.body_box02 > div:first-child p.t02 {
    padding-top: 10px;
}

#body div.body_box02 > div:first-child p.t02:nth-child(2){
    padding-bottom: 35px;
}

#body div.body_risk {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

#body div.body_risk h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#body div.body_risk > div > p {
    padding-top: 35px;
    padding-bottom: 50px;
}

#body div.body_risk > div ul li {
    padding-bottom: 30px;
    display: table;
}

#body div.body_risk > div ul li:last-child {
    padding-bottom: 0;
}

#body div.body_risk > div ul li div {
    display: table-cell;
    vertical-align: top;
    width: 140px;
}

#body div.body_risk > div ul li div img {
    width: 122px;
    height: auto;
}

#body div.body_risk > div ul li p {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 2em;
}

#body div.body_risk > div ul li p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    padding-bottom: 15px;
    padding-top: 5px;
}

#body div.body_box03 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 0;
}

#body div.body_box03 div.box {
    padding-top: 50px;
}

#body div.body_box03 div.box > p {
    padding-bottom: 35px;
}

#body div.body_box03 {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#body div.body_box03 ul {
    padding-top: 50px;
}

#body div.body_box03 ul li {
    padding-left: 30px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.8em;
    position: relative;
}

#body div.body_box03 ul li::before {
    content: "";
    width: 25px;
    height: 21px;
    background-image: url("../../images/ico_check.png");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

#body div.body_box05 {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

#body div.body_box05 ul {
    padding-top: 50px;
    padding-bottom: 50px;
}

#body div.body_box05 ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    color: #ff6600;
    line-height: 1.8em;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#body div.body_box05 ul li:last-child {
    margin-bottom: 0;
}

#body div.body_box05 div.box > p {
    padding-bottom: 35px;
}

#body div.body_box06 {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f2f2f2;
}
#body .body_txt{
        padding-top: 50px;
        padding-bottom: 60px;
}
#body p.sub_read {
        padding-top: 20px;
        padding-bottom: 35px;
        text-align: center;
    }
#body ul.price01 li {
        margin-bottom: 20px;
    }

#body p.sub_read {
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: center;
}

#body ul.price01 {
    padding-bottom: 100px;
}

#body ul.price01 li {
    margin-bottom: 20px;
}

#body ul.price01 li:last-child {
    margin-bottom: 0;
}

#body div.price02 {
    border: 3px solid #000000;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}

#body div.price02 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#body div.price02 h3 span {
    display: block;
}

#body div.price02 ul {
    padding-top: 30px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#body div.price02 ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

#body div.price02 ul li:nth-child(2n) {
    margin-right: 0;
}

#body div.price02 ul li span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
}

#body div.price03 {
    padding-bottom: 100px;
}

#body div.price03 div {
    margin-bottom: 30px;
}

#body div.price03 div:last-child {
    margin-bottom: 0;
}

#body div.price03 div h3 {
    background-color: #555555;
    font-size: 22px;
    color: #ffdf2f;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2em;
}

#body div.price03 div p.t01 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

#body div.price03 div p.t01 span {
    color: #e33d3d;
}

#body div.price03 div p.t02 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
}

#body div.price03 div p.t02 span:first-child {
    color: #e33d3d;
    line-height: 1.5em;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

#body div.price03 div p.t02 span:first-child:before {
    content: "";
    width: 4px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    position: absolute;
    top: -1px;
    left: -1px;
}

#body div.price03 div p.t02 span:first-child:after {
    content: "";
    width: 4px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    position: absolute;
    top: -1px;
    right: -1px;
}

#body div.price03 div table {
    width: 100%;
}

#body div.price03 div table td {
    width: 50%;
    border: 1px solid #555555;
    padding: 10px 10px;
    line-height: 1.2em;
}

#body div.price03 div table td:nth-child(2) {
    text-align: right;
}

#body div.price03 div table tr:first-child td {
    background-color: #b9bdc4;
    text-align: center!important;
}    