@media screen and (max-width: 750px) {
    .sp_hidden {display: none;}
    .pc_hidden {display: inline;}
    p {
        padding: 0;
        margin: 0;
    }

	.infoInner{margin: 20px 20px;}

    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000 !important;
        font-size: 11.5pt !important;
        line-height: 180% !important;
        font-weight: 500;
        text-align: left;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    img, iframe {
        vertical-align: bottom;
    }
    #wrap {
        background: #fff;
    }
    #ind img {
        width: auto;
        max-width: 100%;
    }
    .sec main {
        margin: 7% 5% 5%;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
	.sec main p{padding:10px 0 30px 0;}
    .content_wrap {
        width: 90%;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .table_basic th {
        background-color: #f3f3f3;
        padding: 8px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: left;
        display: block;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 8px;
        border-top: 1px solid #FFF;
        display: block;
    }
    .table_basic td .full {
        width: 100%;
    }
    .table_basic td textarea {
        width: 100%;
        height: 120px;
    }
    .scrool-table table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .sp_no {
        display: none
    }
    .h img {
        display: none;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        text-align: center;
    }
    header .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .logo img {
        width: 300px !important;
    }
    header .h_menu {
        display: none;
    }
    header .sp_nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial;
        z-index: 999999;
    }
    header .sp_nav li {
        flex: 1;
        padding: 12px 0;
        border-top: 1px solid #fff;
    }
    header .sp_nav li + li {
        border-left: 1px solid #fff;
    }
    header .sp_nav li a {
        color: #fff;
        display: block;
    }
    header .sp_nav li:nth-child(1) a:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        font-weight: normal;
        font-size: 19pt;
    }
    header .sp_nav li:nth-child(2) a:before {
        content: '';
        width: 22px;
        height: 19px;
        background: url("../img/head_btnicon.png") no-repeat center top / 22px;
        display: inline-block;
        transform: translateY(0px); /* 上下方向の位置を微調整する */
    }
    header .sp_nav li:nth-child(3) a:before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-weight: normal;
        font-size: 16pt;
    }
    header .sp_nav li a span {
        font-size: 11pt;
        line-height: 1.4;
        padding-top: 6px;
        display: block;
    }
    .menu-btn {}
    /*----------------------------------------Ｇナビ----------------------------------------*/
    .gnav-wrapper {
        display: none;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: rgb(26, 14, 3);
        background: linear-gradient(90deg, rgba(26, 14, 3, 1) 25%, rgba(79, 37, 7, 1) 51%, rgba(26, 14, 3, 1) 75%);
        padding: 20px 5%;
        font-size: 10pt;
    }
    footer .inner {
        margin: 0 auto;
        color: #fff;
    }
    footer .inner .box {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .inner .box .logo {
        display: block;
        margin: 0 auto 10px;
        width: 85%;
    }
    footer .inner .box .logo img {
        width: auto;
        max-width: 100%;
    }
    footer .inner .box .add {
        display: block;
        margin-bottom: 5px;
    }
    footer .inner .box .tel {
        margin-bottom: 15px;
        color: #f65700;
    }
    footer .inner .box .tel p {
        display: block;
        font-size: 11pt;
    }
    footer .inner .box .tel span {
        font-size: 18pt;
        line-height: 1;
        display: block;
        letter-spacing: 1.6pt;
        font-weight: 600;
        color: #f65700;
    }
    footer .inner .box .time {
        font-size: 9.5pt;
    }
    footer .inner .box .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 2px;
        font-weight: 300;
    }
    footer .box_map {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 20px;
    }
    footer .box_map iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    footer .box_calendar {
        /*background: #fff;*/
		margin-bottom: 20px;
    }
    footer .box_calendar iframe {
        width: 100%;
        height: 300px;
    }
    footer .box_link {}
    footer .box_link .btn {
        margin-bottom: 20px;
    }
    footer .box_link .btn a {
        color: #fff;
        font-size: 14pt;
        font-weight: 500;
        line-height: 14pt;
        display: block;
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 0%, rgba(246, 87, 0, 1) 100%);
    }
    footer .box_link .btn a span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 55px;
    }
    footer .box_link .btn a span.icon1::before {
        content: '';
        width: 16px;
        height: 25px;
        background: url("../img/f_icon01.png") no-repeat;
        margin-right: 7px;
        display: inline-block;
        transform: translateY(0px); /* 上下方向の位置を微調整する */
    }
    footer .box_link .btn a span.icon2::before {
        content: '';
        width: 19px;
        height: 17px;
        background: url("../img/f_icon02.png") no-repeat;
        margin-right: 7px;
        display: inline-block;
        transform: translateY(1px); /* 上下方向の位置を微調整する */
    }
    footer .box_link ol {
        display: flex;
        justify-content: center;
    }
    footer .box_link ol li {
        padding: 0 8px;
    }
    .f_nav {
        padding: 12px 0 90px;
        font-size: 10pt;
        text-align: center;
    }
    .f_nav ol {
        display: none;
    }
    .f_nav ol li a {
        display: block;
        color: #000;
        padding: 0 15px;
    }
    .f_nav ol li + li {
        border-left: 1px solid #ccc;
    }
    #topcontrol {
        position: fixed;
        bottom: 90px;
        right: 10px;
        background: #653f08;
        z-index: 9999999;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 50px;
        height: 50px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    #viewerbox, .viewer, .viewer .kv_txt1, .viewer .kv_txt2, .viewer .kv_txt3, .viewer ul {
        display: none;
    }
    #slides {
        margin: 0 auto;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        padding: 30px 0;
        text-align: center;
    }
    #index01 .fuki {
        position: relative;
        display: inline-block;
        margin: 0 0 20px;
        padding: 3px 20px;
        min-width: 90px;
        max-width: 100%;
        color: #fff;
        letter-spacing: 1pt;
        font-size: 9pt;
        background: #653f08;
    }
    #index01 .fuki:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -4px;
        border: 4px solid transparent;
        border-top: 9px solid #653f08;
    }
    #index01 h2 {
        font-size: 18pt;
        line-height: 18pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 10px;
        color: #f65700;
        letter-spacing: 4pt;
    }
    #index01 .h2_cap {
        font-size: 9pt;
        letter-spacing: 3pt;
        margin-bottom: 20px;
    }
    #index01 .index01_roll p {
        font-size: 11pt;
        display: block;
        padding-top: 15px;
    }
    /* 左矢印のスタイル */
    #index01 .slick-prev {
        width: 22px;
        height: 36px;
        cursor: pointer;
        z-index: 1000;
    }
    #index01 .slick-prev img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    /* 右矢印のスタイル */
    #index01 .slick-next {
        width: 22px;
        height: 36px;
        cursor: pointer;
        z-index: 1000;
    }
    #index01 .slick-next img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    .slick-prev {
        left: 0px !important;
    }
    .slick-next {
        right: 0px !important;
    }
    #index02 {
        padding: 10% 5% 10%;
        position: relative;
        text-align: center;
        background: url("../img/index02_bg_sp.png") no-repeat center top /cover;
    }
    #index02 h2 {
        font-size: 18pt;
        line-height: 18pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 5px;
        color: #fff;
        letter-spacing: 3pt;
    }
    #index02 .h2_cap {
        font-size: 9pt;
        letter-spacing: 3pt;
        color: #fff;
        margin-bottom: 20px;
    }
    #index02 .box {
        padding: 5% 5% 1px;
        background: #fff;
        margin: 0 auto;
        border-radius: 10px 10px 0 0;
    }
    #index02 .box ol {}
    #index02 .box ol li {
        position: relative;
        margin-bottom: 5%;
    }
    #index02 .box ol li img {
        width: 100%;
    }
    #index02 .box ol li a {
        display: block;
        border: #ddd 1px solid;
        color: #000;
    }
    #index02 .box ol li a p {
        display: block;
        text-align: center;
        padding: 15px 0;
        font-size: 13pt;
    }
    #index02 .box ol li a p {
        display: block;
        text-align: center;
        padding: 15px 0;
        font-size: 13pt;
    }
    #index02 .box ol li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        right: 5px;
        bottom: 5px;
        background: url("../img/icon_arrow01.png") no-repeat right bottom / 9px;
    }
    #index02 .box ol li a.btn {
        display: block;
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #index02 .box ol li a:hover {
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #index03 {
        text-align: center;
        padding-top: 10%;
    }
    #index03 h2 {
        font-size: 18pt;
        line-height: 18pt;
        font-weight: 500;
        margin: 0 0 7%;
        padding: 0;
        color: #f65700;
        letter-spacing: 3pt;
    }
    #index03 .h2_cap {
        font-size: 11pt;
        letter-spacing: 2pt;
        margin-bottom: 5px;
    }
    #index03 ol {}
    #index03 ol li {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(248, 245, 238, 1) 81%);
        padding: 40px 20px 40px;
        border-radius: 10px 10px 0 0;
    }
    #index03 ol li div {
        color: #f65700;
        border: 1px solid #f65700;
        background: #fff;
        padding: 2px 20px;
        display: inline-block;
        margin: 30px 0 15px;
    }
    #index03 ol li span {
        display: block;
        color: #f65700;
        font-size: 14pt;
        letter-spacing: 2pt;
        padding-bottom: 15px;
        border-bottom: 1px dashed #f65700;
        margin-bottom: 15px;
    }
    #index04 {
        background: url("../img/index04_bg_sp.png") no-repeat left top / cover;
        padding: 10% 0;
    }
    #index04 div.box {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        padding: 5%;
    }
    #index04 div.box .pic {
        text-align: center;
        margin-bottom: 5%;
    }
    #index04 div.box .txt {}
    #index04 div.box .txt h2 {
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 500;
        margin: 0 0 5%;
        padding: 0;
        color: #f65700;
        text-align: center;
    }
    #index04 div.box .txt p {
        line-height: 1.8;
        display: block;
        margin-bottom: 5%;
    }
    #index04 div.box .txt a {
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        display: block;
        padding: 13px 40px;
        text-align: center;
    }
    #index04 div.box .txt a span {
        color: #fff;
        position: relative;
        padding-left: 16px;
    }
    #index04 div.box .txt a span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        margin: auto;
    }
    #index05 {
        padding: 10% 0 0;
    }
    #index05 .box {
        margin-bottom: 10%;
        text-align: center;
    }
    #index05 .box h2 {
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 500;
        margin: 0 0 20px;
        padding: 8px 0 24px 50px;
        color: #f65700;
        letter-spacing: 2pt;
        border-bottom: dashed #f65700 1px;
        text-align: left;
    }
    #index05 .box h2.icon1 {
        background: url("../img/icon_b_bell.png")no-repeat left 0px top 0px;
    }
    #index05 .box h2.icon2 {
        background: url("../img/icon_b_fb.png")no-repeat left 0px top 0px;
    }
    #index05 .box h2.icon3 {
        background: url("../img/icon_b_cblog.png")no-repeat left 0px top 0px;
    }
    #index05 .box h2.icon4 {
        background: url("../img/icon_b_sblog.png")no-repeat left 0px top 0px;
    }


    #index05 iframe {
        width: 100%;
		height: 300px;
    }
    #index05 ol {}
    #index05 ol li {
        display: flex;
        padding-bottom: 5%;
        text-align: left;
    }
    #index05 ol li span {
        color: #f65700;
        margin-right: 15px;
    }
    #index05 div.box a.more {
        border: 1px solid #f65700;
        background: #fff9ea;
        padding: 10px 0px;
        margin: 0 auto;
        display: block;
    }
    #index05 div.box a.more span {
        color: #f65700;
        position: relative;
        padding-left: 16px;
    }
    #index05 div.box a.more span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #f65700;
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        margin: auto;
    }

	#top_pickup_banner{
		background: url("../img/index_back2.png")no-repeat center center / cover;
	}
	#top_pickup_banner .area{
		padding: 40px 0;
	}
	#top_pickup_banner .ban,#top_pickup_banner .center{margin: 10px 10px;}

    /*--------------------------------------------------------------------------------*/
    #kv_sec {
        height: 130px;
        background: url("../img/kv_sec_bg.png")no-repeat right center / cover;
        text-align: center;
        position: relative;
        margin: 0 auto;
    }
    #kv_sec .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    #kv_sec .txt p {
        display: block;
        color: #322108;
        font-size: 8pt;
        letter-spacing: 4pt;
        line-height: 2;
    }
    #kv_sec .txt p span {
        color: #f65700;
    }
    #kv_sec .txt p.tit {
        font-size: 14pt;
        line-height: 14pt;
        letter-spacing: 10pt;
        padding-bottom: 10px;
    }
    .sec h2 {
        font-size: 18pt;
        line-height: 18pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 6px;
        color: #f65700;
        letter-spacing: 4pt;
        text-align: center;
    }
    .sec .h2_cap {
        font-size: 10pt;
        letter-spacing: 3pt;
        margin-bottom: 30px;
        text-align: center;
    }
    h3 {
        background: url("../img/h3_bg.png") no-repeat center right / cover;
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 14pt;
        color: #fff;
        font-weight: 500;
    }
    h4 {
        background: #f8f5ee;
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 13pt;
        color: #f65700;
        font-weight: 500;
    }
    h5 {
        color: #f65700;
        border-bottom: 1px dashed #f65700;
        font-size: 12pt;
        font-weight: 500;
        padding-bottom: 7px;
        margin: 0 0 20px;
    }
    h6 {
		border-left:10px solid #f65700;
        margin-bottom: 10px;
        padding: 0 0 0 10px;
        font-size: 12pt;
        font-weight: 500;
        padding-bottom: 0;
    }
    .in-txt {
        padding: 0;
    }
    .mbs {
        margin-bottom: 10px;
    }
    .mbm {
        margin-bottom: 20px;
    }
    .mbl {
        margin-bottom: 30px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 5px 0 5px 0.4em;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    .btn_sec {
        margin: 0 auto;
        text-align: center;
    }
    .btn_sec a {
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        display: inline-block;
        padding: 17px 50px;
        color: #fff;
        position: relative;
    }
    .btn_sec a:hover {
        color: #fff;
    }
    /*-----------------------------------------clinic---------------------------------------*/
    #clinic .box {
        margin-bottom: 20px;
    }
    #clinic .box .pic {
        padding-bottom: 10px;
    }
    #clinic .box .txt {}
    #clinic .box .txt p {
        margin-bottom: 10px;
    }
    #clinic .txt_red {
        color: #BE0000;
        text-align: center;
        display: block;
        font-size: 13pt;
        font-weight: 600;
        margin-bottom: 15px;
    }
    #clinic ol.gakkai {
        margin-bottom: 20px;
    }
    #clinic ol.gakkai li {
        padding-bottom: 10px;
    }
    #clinic .table_time {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 20px;
        font-size: 90%;
        line-height: 1.4;
    }
    #clinic .table_time th {
        background: #f6f6f6;
        padding: 10px 3px;
        font-weight: normal;
        text-align: center;
        width: 10%;
    }
    #clinic .table_time td {
        background: #FFF;
        padding: 10px 3px;
        text-align: center;
    }
    #clinic .map {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    #clinic .map iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    #clinic ol.photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #clinic ol.photo li {
        width: 48%;
        text-align: center;
        font-size: 11pt;
        margin-bottom: 5%;
    }
    #clinic ol.photo li p {
        display: block;
        padding-top: 5px;
    }
    #clinic ol.device {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #clinic ol.device li {
        width: 48%;
        margin-bottom: 5%;
    }
    #clinic ol.device li img {
        width: 100%;
    }
    /*-----------------------------------------menu---------------------------------------*/
    #menu div {
        background: #f8f5ee;
        padding: 12px 0px;
        margin-bottom: 5%;
        text-align: center;
        font-size: 14pt;
        color: #f65700;
    }
    #menu ol {
        margin-bottom: 40px;
    }
    #menu ol li {
        position: relative;
        margin-bottom: 4%;
    }
    #menu ol li a {
        display: block;
        border: #ddd 1px solid;
        color: #000;
        text-align: center;
        padding: 12px 0;
    }
    #menu ol li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        right: 5px;
        bottom: 5px;
        background: url("../img/icon_arrow01.png") no-repeat right bottom / 9px;
    }
    #menu ol li a.btn {
        display: block;
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #menu ol li a:hover {
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #menu_sec .txt_head {
        color: #f65700;
        font-size: 13pt;
        margin-bottom: 30px;
    }
    #menu_sec .box {
        margin-bottom: 30px;
    }
    #menu_sec .box .pic {
        margin-bottom: 30px;
    }
    #menu_sec .box .pic img{
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    #menu_sec .box .txt {
    }
    #menu_sec .box .txt p {
        margin-bottom: 30px;
    }
    #menu_sec .box2 {
        margin-bottom: 30px;
    }
    #menu_sec .box2 .pic {
        margin-bottom: 30px;
    }
    #menu_sec .box2 .pic img{
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    #menu_sec .box2 .txt {
    }
    #menu_sec .box2 .txt p {
        margin-bottom: 30px;
    }
    #menu_sec .box ol, #menu_sec .box2 ol {
        margin-bottom: 30px;
    }
    #menu_sec .box ol li, #menu_sec .box2 ol li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    #menu_sec .table_menu {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 20px;
        table-layout: fixed;
    }
    #menu_sec .table_menu th {
        background: #fff;
        padding: 20px 10px;
        font-weight: normal;
        text-align: center;
        width: 50%;
    }
    #menu_sec .table_menu td {
        background: #FFF;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .table_menu th.mtd2 {
        color: #f65700;
        background: #f8f5ee;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .table_menu td.mtd2 {
        background: #f8f5ee;
        color: #f65700;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .caution {
        border: 1px solid #cc0000;
        color: #cc0000;
        padding: 20px 10px;
        text-align: center;
        font-size: 12pt;
        margin-bottom: 20px;
    }
    /*-----------------------------------------price---------------------------------------*/
    #price h4 {
        background: #f8f5ee;
        padding: 12px 20px;
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 13pt;
        color: #f65700;
        font-weight: 500;
    }
    #price .table_price {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 20px;
        table-layout: fixed;
    }
    #price .table_price th {
        background: #f6f6f6;
        padding: 10px 5px;
        font-weight: normal;
        text-align: center;
        width: 50%;
        font-size: 11pt;
    }
    #price .table_price td {
        background: #FFF;
        padding: 10px 5px;
        text-align: center;
        font-size: 11pt;
    }
    #price .table_price .other {
        background: #fff;
        color: #f65700;
    }
    /*-----------------------------------------doctor---------------------------------------*/
    #doctor ol {
    }
    #doctor ol li {
        margin-bottom: 4%;
    }
    /*-----------------------------------------calendar---------------------------------------*/
    #calendar .calendar iframe {
        width: 100%;
        height: 600px;
        border-radius: 0;
    }
    /*-----------------------------------------policy---------------------------------------*/
    #policy p {
        padding: 0 0px 20px;
        margin-left: 0em;
    }
    #policy ol {}
    #policy ol li {
        margin-left: 1.4em;
        margin-bottom: 20px;
        list-style-type: decimal;
    }
    /*-----------------------------------------sitemap---------------------------------------*/
    #sitemap {}
    #sitemap ol {
        border-top: 1px dotted #ccc;
    }
    #sitemap ol li {
        padding-left: 0px;
        border-bottom: 1px dotted #ccc;
    }
    #sitemap ol li a {
        color: #222;
        display: block;
        padding: 12px 0;
    }
    #sitemap ol li div.set {}
    #sitemap ol li p {
        display: block;
        background: #f8f5ee;
        padding: 6px 15px;
        margin-bottom: 15px;
        margin-top: 7px;
    }
    #sitemap ol li ul {
        margin-bottom: 20px;
    }
    #sitemap ol li ul li {
        border-bottom: none;
        padding-left: 15px;
    }
    #sitemap ol li ul li a {
        padding: 7px 0;
    }
    #sitemap ol li ul li a:before {
        content: "├";
        display: inline-block;
        margin-right: .6em;
    }
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12 {}
	
	/*-----------------------------------------QandA---------------------------------------*/
	.qanda dl {
        margin:0 0 15px;
        padding:0 0 15px 1rem;
        border-bottom:1px dashed #e0e0e0;
      }
      .qanda dt {
        color:#dd2159;
        font-size:1.25rem;
      }
      .qanda dt::before {
        content:"Q. ";
        font-weight:bold;
      }
      .qanda dd {
        margin:0;
        padding:0 0 0 1rem;
        margin-top:15px;
      }
      .qanda dd p {
        margin:0;
        padding:0;
      }
	/*-----------------------------------------テキストカラー---------------------------------------*/  
		.fRed {color: #cc0000;}
		.fGray {color: #999999;}
		.fPink {color: #FFBE81;}

/* --------------------------------------------------
エリシスセンス
-------------------------------------------------- */
.mechanism .Lbox{
	width:96%;
	float:none;
	margin-bottom:20px;
	margin-left:0;
	margin-left:auto;
	margin-right:auto;
}

.mechanism .Lbox dt{
	background-color:#6CF;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
	font-size:110%;
	text-align:center;
}

.erTbox{
	border-top:#999 1px solid;
	border-left:#999 1px solid;
	width:100%;
}
.erTbox th,.erTbox td{
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
	padding:10px;
}

.w280{
	width:100% !important;
	float: none;
	margin-left:0;
	margin-bottom:20px;}
.fltL280{
	width:100% !important;
	float: none;
	margin-right:0;
	margin-bottom:20px;
}

/* --------------------------------------------------
エクソソーム
-------------------------------------------------- */
.exosomeBox01{
	border:#3C3 2px dotted;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:20px !important;
	text-align:center !important;
}
.exosomeBox01 li{
	list-style:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#0C9;
	color:#FFF;
	width:96%;
	padding:1%;
	float: none;
	margin-left:2%;
	margin-right:1%;
	text-align:center !important;
	margin-bottom:20px !important;
	margin-top:0 !important;
}

/* --------------------------------------------------
マッサージピール
-------------------------------------------------- */
.cellecdl {
	width: auto;
	border-bottom: 1px dashed #e0e0e0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px !important;
	margin-left: 5px;
	padding: 10px;
}
.cellecdl dt {
	font-size:110%;
	color:#215ED0;
	line-height:1.5em;
}

/* --------------------------------------------------
モザイク・リミテッド
-------------------------------------------------- */
.mozt{ text-align:center;}
.mozt table{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	border:0;
}

.mozt th{
	background-color:#F60;
	color:#fff;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:110%;
	border-right-style: none !important;
}
.mozt th.trc{
	background-color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding-left:20px;
	padding-right:0 !important;
	border-left-style: none !important;
	width:50px;
}
.mozt td{
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:100%;
	border:2px solid #F60;
}

.triangle4{
  left: 0;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    border-left: 15px solid #F90;
}


.zuBox{
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.zuBox dl{}
.zuBox dt{
    float:left;
    margin-right:25px;
    width:108px;
}
.zuBox dd{ font-size:110%;}

.zuBox .yaji{
    text-align:center;
    width:30px;
    clear:both;
}


.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F90;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.box02 {list-style-type:none !important;}
.box02 li {
	background-position: left center !important;
	padding:10px !important;
	line-height:2em !important;
	background-image: url(../img/round.gif) !important;
	background-repeat: no-repeat;
	list-style:none !important;
	border-bottom:1px dotted #666666 !important;
	text-indent:1em;
}
.box02 li a {display:block;}

/* --------------------------------------------------
インフィニハイブリッド
-------------------------------------------------- */
.infiListBox{padding-left:0 !important;width:100%;}
.infiListBox li{
	padding:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#FC9;
	text-align:center;
	margin-right:5px;
	list-style:none;
	display: inline-block;
	width:28%;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.titBst{ font-size:110%; font-weight:bold;}

.infiTb th{ text-align:center !important}

.infiListBox02{padding:0;margin:0 !important;}
.infiListBox02 li{
	padding:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#FC9;
	text-align:center;
	margin-right:5px;
	margin-top:5px !important;
	margin-bottom:5px !important;
	list-style:none;
	display: block;
	width:100%;
}

.infiplc01{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:auto;
}
.infiplc01-1{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:auto;
	float:none;
}

.infiplc02{
	font-size: 150%;
	color:#DB0003;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #E50003 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
}

.infiplc03{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:auto;
	float:none;
}

.infiBox01{
	font-size:90%;
	color:#000;
	line-height:1.5em;
	padding:10px 10px !important;
	border:2px solid #F60;
	margin-bottom:20px;
}
.infiBox01 p{padding:10px 10px !important;}
.infiBox01 strong{font-size:90%;color:#F60;}

/* --------------------------------------------------
NMN点滴
-------------------------------------------------- */
.mnmdl {
	width:100%;
	margin-left:0;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #e0e0e0;
}
.mnmdl dt {
	font-size:110%;
	color: #F66;
}
.nmnmv{
	width:100%;
	margin-left:0;
	padding-top:15px;
	padding-bottom:15px;
	height:300px;
}

/* --------------------------------------------------
Neo Voir 
-------------------------------------------------- */
.NV_mark{}
.NV_mark p{
	width: 40%;
	float: left;
	margin:0 5% 0 5%;
    padding: 0 0 15px 0;
    text-align: center;
    font-size: 120%;
}
.NV_mark img{}

.NV_list{
    width: 100%;
    font-size: 110%;
}
.NV_list dt{
    width: 16%;
    float: left;
    background: #F3E5F5;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 10px 2%;
    margin:0 0 10px 0;
}
.NV_list dd{
    width: 76%;
    float: left;
    padding: 10px 2%;
    margin:0 0 10px 0;
}

/* --------------------------------------------------
サプリメント
-------------------------------------------------- */
.mrn_box{
	width: 48%;
	float: left;
	margin-left: 1%;
}
.mrn_box p{text-align: center;}
.mrn_box img{width: 80%;margin: 10px 10% 0 10%;}

.ora_box{
	width: 48%;
	float: left;
	margin-left: 1%;
}
.ora_box p{text-align: center;}
.ora_box img{width: 80%;margin: 10px 10% 0 10%;}

/* --------------------------------------------------
エムセラ
-------------------------------------------------- */
.emBox{ width:100%;}
.emBox img{ width:100%;}
.emBox .ltd{ width:45%;}
.emBox .rtd{ width:45%;}

/* --------------------------------------------------
ハイフシャワー
-------------------------------------------------- */
.box-ol  {
    position: relative;
    margin:0;
    padding:0
}
.box-ol li  {
    list-style: none !important;
    list-style-position:outside;
    margin:0;
    padding-left:0.5em
}
.box-ol li span {
    position: absolute;
    left:0;
    margin:0
}

.hifuBox{text-align:center;}
.hifuBox dl {padding:10px;margin-bottom:20px;}
.hifuBox dl dt{
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#F99;
}
.hifuBox dl dd{
	line-height:1.5em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.hifuBox dl dd img{ margin-bottom:5px;width:100%}

.hifuP1{
	/*text-align:center;*/
	color:#F99;
	font-size:110%;
	line-height:1.5em;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.imgBox .img01{ width:65% !important;display:inline;}
.imgBox .img02{ width:35% !important;display:inline;}

/* --------------------------------------------------
ソプラノチタニウム
-------------------------------------------------- */
.mtable {
        border-collapse: collapse;
        margin:10px auto;
      }
.mtable th,
.mtable td {
        border:1px solid #fff;
        padding:10px;
      }
.mtable th {
        font-weight:bold;
        text-align:center;
      }
.mtable td {width:40%;}

.mtd1{background:#f0f0f0;} 
.mtd2{background:#ffc6d9;} 
.mtd3 {background:#f0f0f0;} 
	 
.sw100{ width:100% !important}
.sw60{ width:60% !important}



/* --------------------------------------------------
Vシェイプ
-------------------------------------------------- */

.box-vs {
        display:grid;
        gap:15px;
        margin:1rem auto;
      }
      .box-vsx {
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:15px;
        margin:1rem auto;
      }
      .box-vs2 {
        display:grid;
        gap:15px;
        margin:1rem auto;
      }
      .box-vs3 {
        display:grid;
        gap:15px;
        margin:1rem auto;
      }
      .box img,
      .box-vs img,
      .box-vs2 img,
      .box-vs3 img {
        width:100%;
        display:block;
        margin:0 auto;
      }
	  
.box-vs ul li{ list-style: disc; list-style-position:inside;}
.box-vs ul li ul{ text-indent:1em;}

/* --------------------------------------------------
miraDry®システム（ミラドライシステム）
-------------------------------------------------- */
.inline2{ width:100%;
margin-left:auto;
margin-right:auto;}

.inline2 img{ width:45.5% !important;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;}



.w320{ width:80% !important;
float:none;
margin-left:0;
margin-bottom:20px !important;
margin-left:auto;
margin-right:auto;}

.w320 img{width:100% !important}

/* 取扱商品　ゼオスキン
------------------------------ */
#seihin img{display: inline-block;}

.steptit{ 
    font-size:120%;
    border: 1px #3366CC dotted;
    color:#3366CC;
    padding:10px;
    line-height:1.8em;
    margin-bottom:15px;
}

.stepBox{}
.stepBox p{
    font-size: 8px;
    text-align: center;
    line-height:120%;
}
.stepBox .title{
	background-color: #1A237E;
	color: #fff;
	padding: 5px 15px !important;
    border: none !important;
    text-align: left !important;
}
.stepBox .title .icon01{}
.stepBox .title .icon01 img{ margin-bottom:-5px !important;padding-left:7px !important; width:21px;}

.stepBox li{
    list-style:none;
    line-height:1.5em;
    width:23%;
    float:left;
    margin-right:2%;
}


.fqBox{}
.fqBox dl{ margin-bottom:30px;}
.fqBox dl dt{
	font-size: 110%;
	font-weight: bold;
    border-top:1px dotted #3366CC;
    border-bottom:1px dotted #3366CC;
	padding:7px;
	margin-bottom:7px;
	color:#3366CC;
}
.fqBox dl dd{}

#course_box,
#course_kihon_box,
#course_sentaku_box{
    margin-bottom: 50px;
}
#course_box a,
#course_kihon_box a,
#course_sentaku_box a{
    display: block;
    margin: 15px auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #2879FF;
    color:#fff;
    text-decoration: none;
    text-align: center;
}
#course_box .cosme_box,
#course_kihon_box .cosme_box,
#course_sentaku_box .cosme_box{
    margin: 15px 10px;
    text-align: center;
}
#course_box .cosme_box .icon img,
#course_kihon_box .cosme_box .icon img,
#course_sentaku_box .cosme_box .icon img{
    width: 20px;
    margin-right: 5px;
}
#course_box .cosme_box .photo img,
#course_kihon_box .cosme_box .photo img,
#course_sentaku_box .cosme_box .photo img{
    height: 180px;
    margin: 10px 0;
}
#course_box .cosme_box .text,
#course_kihon_box .cosme_box .text,
#course_sentaku_box .cosme_box .text{
    font-size: 80%;
    line-height: 140%;
}

p.honbun span {
    color: #82B1FF;
}

/* --------------------------------------------------
取り扱い製品
-------------------------------------------------- */
#seihin p {
    padding: 0;
    margin: 0;
}
#seihin p.honbun {
    font-weight: normal;
    margin: 10px 0;
}
#seihin p.bg_glay {
    background: #9E9E9E;
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}
#seihin h3 {
    background: none;
    color: #215ED0;
    padding: 0px;
    margin: 0px;
    border:none;
}
#seihin p.catch {
    padding: 0px 10px;
    margin: 10px 0;
    font-size: 12px;
    color: #215ED0;
    border: 1px solid #215ED0;
    display: inline-block;
}
#seihin p.shiyou {
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}
#seihin p.price {
    padding: 10px 0px;
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
}
#seihin p.price span {
   font-size: 12px;
}
#seihin section.lineB {
    border-bottom: 1px solid #A6C5FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#seihin .pc4L, #seihin .pc8L {
    box-sizing: border-box;
    padding: 10px;
}
#seihin .title {
    border-bottom: 1px dotted #A6C5FF;
    margin-bottom: 10px;
}
#seihin p.honbun2 {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
#seihin img.center{
	margin:0 auto;
	display: block;
}

h3.blue01{
    color: #215ED0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:140%;
	padding: 0px;
	background: none;
}

.cosme_box .title{ border-bottom: 1px #3366FF dotted;}

/* --------------------------------------------------
miraDry®システム（ミラドライシステム）
-------------------------------------------------- */
.simBox {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:1em auto;
}
.simBox * {box-sizing: border-box;}
.simItem {
	width:96%;
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.simItem p {
	text-align:justify;
	margin:10px 0 0;
	padding:0;
}
.simItem img {width:80% !important;height:auto;}

.sw80 {width:80% !important;height:auto;}
	
	
/* --------------------------------------------------
ブロック設定
-------------------------------------------------- */
.ultraBox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0 !important;
}
.ultraBox img{
	height:auto !important;
	margin-bottom:10px;
	width:100%;
}
.ultraBox td{
	padding:10px;
	width:48% !important;
	vertical-align:top;
}

/* --------------------------------------------------
おすすめ
-------------------------------------------------- */
.OsusumeBox02{
	width: auto !important;
	display:block;
	margin:0 auto;
	padding-top:1.5em;
	padding:20px;
	margin-bottom:10px;
	border:2px solid #dcc8a7;
	background-color:#f9f5ed;
}
.OsusumeBox02 .tit005{
	font-weight:bold;
	font-size:140%;
	color:#a48767;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #dcc8a7;
	margin-bottom:10px;
}
.OsusumeBox02 .UlLeft{
	width:100%;
	height:auto;
	display:block;
	float:left;
	padding-top:0;
}
.OsusumeBox02 .UlLeft li{
	line-height:1.8em;
	list-style-type:disc;
	list-style:inside;
}

/* --------------------------------------------------
Neo Voir
-------------------------------------------------- */
.NV_mark{ 
	text-align:center !important;
	width:100%;
	padding:10px 0;
}
.NV_mark p{
    width: 46%;
    float: left;
    margin:10px 0 0 2%;
    padding: 0 0;
    text-align: center !important;
}
.NV_mark img{
    width: 140px;	
}
.NV_list{width: 100%;}
.NV_list dt{
    width: 20%;
    float: left;
	text-align: center;
    background: #F3E5F5;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    margin:0 0 10px 0;
}
.NV_list dd{
    width: 74%;
    float: left;
    padding: 10px 0;
    margin:0 0 10px 3%;
}

.NV_sbox{text-align:center !important;}
.NV_sbox img{
	width:100% !important;
	margin: 20px auto;
}

/* --------------------------------------------------
ポテンツァ
-------------------------------------------------- */
.sp{ display:block;}
.pc{ display:none;}

.ponpingBox{ text-align:center !important;}
.ponpingBox ul{padding:0 !important;width:100% !important;}
.ponpingBox li{
	padding:5px;
	width:70% !important;
	border:1px solid #dcdcdc;
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
	margin-bottom:10px;
}
.ponpingBox li img{ margin-bottom:10px;}
.ponpingBox .yj01{ text-align:center;}
.ponpingBox .yj05 img{width:40px;}
.ponpingBox img{ width:100%;margin-bottom:10px;}

/* --------------------------------------------------
ハイフブースター
-------------------------------------------------- */

.hifumBox{text-align:center !important;}
.hifumBox ul{ padding:0 !important;width:100% !important}
.hifumBox li{
	padding:5px;
	width:70% !important;
	border:1px solid #dcdcdc;
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
	margin-bottom:10px;
}
.hifumBox li img{ margin-bottom:10px;}
.hifumBox .yji01{ text-align:center;}
.hifumBox .yji01 img{width:40px;}
.hifumBox img{ width:100%;margin-bottom:10px;}
.hifumBox p{ text-align:left !important}

	.table_hifum {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
    }
    .table_hifum th {
        background: #f3f3f3;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
    }
    .table_hifum td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_hifum td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_hifum td.c {
        text-align: center;
    }
    .table_hifum td textarea {
        height: 200px;
        width: 100%;
    }
    .table_hifum td input.input {
        width: 100%;
    }
    .table_hifum td input.radio {
        margin-right: 5px;
    }

/* --------------------------------------------------
セレックV
-------------------------------------------------- */
.table_cellecV {
        border-collapse: separate;
        border-spacing: 1px;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
    }
    .table_cellecV th {
        padding: 5px 5px;
        font-weight: normal;
        text-align: center;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
    }
    .table_cellecV td {
        background: #FFF;
        padding: 3px 3px;
		text-align: center;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		font-size:80%;
		line-height:1.3em;
    }
	.table_cellecV td img{ height:50px;margin-bottom:5px;}

	
/* --------------------------------------------------
料金ページ追加タイトル設定
-------------------------------------------------- */
.tit4 {
	margin: 30px 0px 10px 0px;
    padding: 8px 0 8px 14px;
	font-size: 15px;
	background-color:#FFF3E0;
	border-left:12px solid #FFCC80;
}

.sejyutsu_liBox{ width:100%;}	
.sejyutsu_liBox ul{
	width:100%;
	padding-left:0 !important;
	margin-left:2% !important;
}
.sejyutsu_liBox ul li{list-style:none !important;}
.sejyutsu_liBox ul li a{
	/*border: 1px #999999 solid;*/
	width: 48% !important;
	text-align: center;
	float: left;
	line-height: 1.2em;
	margin-bottom: 7px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right:2% !important;
	color: #000;
	text-decoration:none;
	background-color:#FC9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sejyutsu_liBox ul li a.spmr0{margin-right:0% !important;}
.sejyutsu_liBox ul li .pd5 {
	padding-top:3px !important;
	padding-bottom:3px !important;
}

.jyo2 { padding-top:20px !important;padding-bottom:20px !important;line-height:1.2em !important}
 
 
 /* --------------------------------------------------
メニューページリスト設定
-------------------------------------------------- */
.menu_liBox{ margin-bottom: 30px; background-color:#fff !important;}	
.menu_liBox ul{margin: 0 0 !important;padding: 0 0 !important;}
.menu_liBox ul li{list-style:none !important;}
.menu_liBox ul li a{
	text-align: center;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 10px 10px;
	width: 46% !important;
	/* border:1px #999999 solid; */
	color: #000;
	background-color: #FFE4BB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 70%;
	float: left;
	line-height: 1.2em;
	margin-bottom: 7px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right:2% !important;
}
.menu_liBox ul li a:hover{
	background-color:#CCC;
	color:#fff;
	text-decoration:none;
}


/* --------------------------------------------------
予約システム設定
-------------------------------------------------- */
.app1{text-align:center;}
.app2{text-align:center;}

.app1 table td,.app2 table td{text-align:center !important;padding-left:3%;}
.app1 table img,.app2 table img{
	width:80% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

/* --------------------------------------------------
リピーターの患者様限定お得情報
-------------------------------------------------- */
#page_campaign .btn_more{
	margin: 20px 20px;
	text-align: center;
	font-size: 120%;
}
#page_campaign .btn_more a{
	display: block;
	padding: 10px 0px;
	color: #F7740E;
	border: 1px solid #F7740E;
}

#page_campaign .sns_box{}
#page_campaign .sns_box a{
	margin: 20px 40px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 10px 0px;
	border-radius:5px;
}
#page_campaign .sns_box .line{background: #06C755;}
#page_campaign .sns_box .inst{background: #E7009B;}
#page_campaign .sns_box .fb{background: #0866FF;}

/* --------------------------------------------------
Vシェイプ追加設定
-------------------------------------------------- */
.f-lineBox{}
.f-lineBox dl{
	width:auto !important;
	border:#F99 2px solid;
	padding:8px !important;
	float:none;
	margin-bottom:10px;
}
.f-lineBox dl:nth-child(even) {float:none;}
.f-lineBox dl dt{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#F99;
	padding:7px;
	margin-bottom:15px;
	color:#fff;
	text-align:center;
}
.f-lineBox dl dt dd{padding:7px;}

/* --------------------------------------------------
スライド追加設定
-------------------------------------------------- */
.sw45{width:45% !important;}

/* --------------------------------------------------
LINE設定
-------------------------------------------------- */
.lineBox{ width:100%;
margin-left:auto;
margin-right:auto;}

.lineBox .lb{ float:none; width:100%; margin-top:30px; text-align:center}
.lineBox .lb img{width:90%;margin-left:auto;
margin-right:auto;}
.lineBox .rb{ display:none}

.lineBox2{ text-align:center}

.lineBox2 img{width:90% !important; margin-left:auto; margin-right:auto; border:1px solid #CCC; margin-bottom:20px}


/* --------------------------------------------------
ララドクター
-------------------------------------------------- */


.lhalaBox{ text-align:center !important;}
.lhalaBox ul{padding:0 !important;width:100% !important;}
.lhalaBox li{
	padding:5px;
	width:70% !important;
	/*border:1px solid #dcdcdc;*/
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
	margin-bottom:10px;
}
.lhalaBox li img{ margin-bottom:10px;}
.lhalaBox .yj01{ text-align:center;}
.lhalaBox .yj05 img{width:40px;}
.lhalaBox img{ width:100%;margin-bottom:10px;}

}
