﻿/* Birth Hospital Tmp Ver1.0 */

@media print, screen and (min-width: 769px) {
  /* -------------------------------------------------- */
  /* common */
  /* -------------------------------------------------- */

  body {
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .PcNodisplay,
  .SpMoreStyle,
  .GoogleMapApp {
    display: none !important;
  }

  .flex-control-nav {
    bottom: -50px;
  }

  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */

  header {
    position: absolute;
    /*	position:fixed;*/
    /*	border-bottom:1px solid #e4e4e4;*/
    width: 100%;
    /*	background:#ffffff;*/
    z-index: 1000;
    transition: 0.3s;
  }

  header div.HeaderInnerBox {
    position: relative;
  }

  header div.HeaderInnerBox p.MenuBtn {
    display: none;
  }

  header .Logo {
    position: absolute;
    left: 36px;
  }
  header .Logo a {
    display: block;
    width: 100%;
  }
  header .Logo img {
    width: 100%;
  }

  header .HeadTel {
    position: absolute;
  }
  header .HeadTel i {
    float: left;
    margin-right: 10px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  header .HeadTel p {
    float: left;
  }
  header .HeadTel p span {
    display: block;
    color: #555 !important;
  }
  /*電話番号追加前*/
  /*header nav.nav {position:absolute; top:30px;}*/

  /*電話番号追加後*/
  header nav.nav {
    position: absolute;
    top: 34px;
  }

  header nav.nav ul {
  }
  header nav.nav ul li {
    float: left;
  }
	
  header nav.nav ul li a {
    color: #333;
    text-decoration: none;
  }

  header .ContactPhone {
    display: none;
  }
  header dl {
  }
  /*header dl dt{position:absolute; top:0px; right:0px;}*/
  header dl dt {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  header dl dt a {
    display: block;
    height: 60px;
    width: 60px;
    padding: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header dl dt a {
    text-decoration: none;
  }
  header dl dt a:hover {
  }

  header dl dt a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -13px;
    background: #fff;
    transition: 0.2s;
  }

  header dl dt a span:before,
  header dl dt a span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  header dl dt a span:before {
    margin-top: -8px;
  }
  header dl dt a span:after {
    margin-top: 6px;
  }

  header dl dt a.ToggleOpen span,
  header dl dt a.toggleFirst span {
    background: transparent;
  }

  header dl dt a.ToggleOpen span:before,
  header dl dt a.toggleFirst span:before {
    margin-top: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header dl dt a.ToggleOpen span:after,
  header dl dt a.toggleFirst span:after {
    margin-top: 0px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  header dl dd {
    z-index: 999;
    position: absolute;
    top: 90px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
  }
  header dl dd ul {
    width: 100%;
    margin: 0px 0px 0px;
  }

  header dl dd ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 20px;
    font-size: 1.6rem;
    color: #333 !important;
  }
  header dl dd ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 4%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header dl dd ul li a:hover {
    color: #fff !important;
  }
  header dl dd ul li a:hover::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */

  footer {
    border-top: 1px solid;
  }
  .FooterBottom {
    width: 100%;
    padding: 20px 0px;
  }

  footer div.FooterInnerBox div.LeftBox {
    float: left;
    width: 30%;
    font-size: 1.4rem;
  }
  footer div.FooterInnerBox div.LeftBox h2 {
    width: 94%;
    margin-bottom: 10px;
  }

  /*電話番号追加前*/
  /*footer div.FooterInnerBox div.LeftBox h2 img{ width:100%;}*/

  /*電話番号追加後*/
  footer div.FooterInnerBox div.LeftBox h2 img {
    width: 80%;
  }

  footer div.FooterInnerBox div.LeftBox p {
    margin-bottom: 10px;
  }

  footer div.FooterInnerBox div.LeftBox dl {
    margin-bottom: 10px;
  }
  footer div.FooterInnerBox div.LeftBox dl dt {
    float: left;
    width: 40px;
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
  footer div.FooterInnerBox div.LeftBox dl dt i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  footer div.FooterInnerBox div.LeftBox dl dd {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }
  footer div.FooterInnerBox div.LeftBox dl dd span {
    display: block;
    color: #555 !important;
    font-size: 1.3rem;
  }
  footer div.FooterInnerBox div.LeftBox p.ContactTxt {
    text-align: center;
    width: 100%;
    background: #efefef;
    border-radius: 5px;
    padding: 4px 0px;
  }

  footer div.FooterInnerBox div.RightBox {
    float: right;
    width: 67%;
  }
  footer div.FooterInnerBox div.RightBox p {
    font-size: 1.7rem;
    text-align: right;
  }
  footer div.FooterInnerBox table.TableStyle02 {
    margin-bottom: 10px;
  }

  footer div.FooterInnerBox div.RightBox p.Kamoku {
    text-align: left;
    padding-bottom: 8px;
  }
  footer div.FooterInnerBox div.RightBox p.Kamoku span {
    background: #e9e9e9;
    margin-right: 10px;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 1.3rem;
  }

  footer nav {
    text-align: center;
  }
  footer nav a {
    color: #fff !important;
    margin: 0 10px;
  }

  footer p.Copy {
    font-size: 1.3rem;
    color: #fff;
    padding: 10px 0px 0px;
    text-align: center;
  }
  footer p.Copy a {
    color: #fff !important;
  }

  /* -------------------------------------------------- */
  /* top page */
  /* -------------------------------------------------- */

  div.TopFirstBox {
    margin-top: -30px;
  }

  div.OddBox,
  div.EvenBox {
    width: 100%;
  }

  div.OddBox div.InnerBox p,
  div.EvenBox div.InnerBox p {
    margin-bottom: 25px;
  }

  div.TopFirstBox div.InnerBox {
    position: relative;
    padding: 75px 0px 55px 0px !important;
  }

  div.TopNewsBox div.InnerBox h2 {
    position: relative;
    font-size: 2.3rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }
  div.TopNewsBox div.InnerBox h2:before {
    content: " \f040";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 2.6rem;
  }
  div.TopNewsBox div.InnerBox h2 span a {
    position: absolute;
    right: 0px;
    color: #333;
    font-size: 1.6rem;
    padding-bottom: 3px;
    text-decoration: none !important;
  }
  div.TopNewsBox div.InnerBox h2 span a:after {
    content: " \f105";
    font-family: FontAwesome;
    font-size: 2.3rem;
    margin-left: 8px;
  }

  div.TopNewsBox div.InnerBox ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  div.TopNewsBox div.InnerBox ul li a {
    display: block;
    width: 100%;
    padding: 12px 40px 12px 0px;
    text-decoration: none;
  }
  div.TopNewsBox div.InnerBox ul li a span.Date {
    float: left;
    width: 17%;
  }
  div.TopNewsBox div.InnerBox ul li a span.Title {
    float: right;
    width: 81%;
    color: #333;
  }

  div.TopNewsBox div.InnerBox ul li:after {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 1.8rem;
    color: #ccc;
    margin-top: -12px;
    content: " \f105";
    font-family: FontAwesome;
  }

  div.AccessBox {
    width: 100%;
    height: 400px;
  }
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 600px;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* -------------------------------------------------- */
  /* common page */
  /* -------------------------------------------------- */

  div.PageTitle {
    width: 100%;
    height: 145px;
    line-height: 145px;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
  }
  div.Pankuzu {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
  }
  div.Pankuzu ul {
    width: 1000px;
    margin: 0 auto;
  }
  div.Pankuzu ul li {
    float: left;
    position: relative;
    padding-left: 28px;
  }
  div.Pankuzu ul li:after {
    position: absolute;
    left: 12px;
    top: 50%;
    font-size: 1.8rem;
    color: #888;
    margin-top: -17px;
    content: " \f105";
    font-family: FontAwesome;
  }
  div.Pankuzu ul li:first-child:after {
    color: #888;
    left: 0px;
    margin-top: -16px;
    content: " \f015";
  }

  /* TitleStyle */

  .TitleStyle01 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.3rem;
    margin-bottom: 30px;
  }
  .TitleStyle02 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
  .TitleStyle03 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  .TitleStyle04 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }

  .TitleStyle05 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
	  position: relative;
	  padding-left: 25px;
  }
  .TitleStyle05:before {
    content: " \f111";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 1.8rem !important;
	position: absolute; top: 0; left: 0;
  }

  .TitleStyle06 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 6px;
  }
  .TitleStyle07 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 8px 12px;
    color: #fff;
    border-radius: 6px;
  }

  /* TableStyle */

  .TableStyle01,
  .TableStyle02,
  .TableStyle03,
  .TableStyle04,
  .TableStyle05,
  .TableStyle06,
  .TableStyle07 {
    width: 100%;
    margin-bottom: 30px;
  }

  .TableStyle01 {
    border-top: 1px solid #c0c0c0;
  }
  .TableStyle01 th,
  .TableStyle01 td {
    padding: 6px 0px;
    border-bottom: 1px solid #c0c0c0;
  }
  .TableStyle01 thead th,
  .TableStyle01 thead td {
    color: #fff;
  }

  .TableStyle02 {
    font-size: 1.6rem;
  }

  .TableStyle02 th,
  .TableStyle02 td {
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .TableStyle02 th {
    text-align: left;
  }
  .TableStyle02 td {
    text-align: center;
  }

  .TableStyle03 th {
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #fff;
  }
  .TableStyle03 td {
    padding: 6px 15px;
  }
  .OddBox .TableStyle03 td {
    background: #fff;
  }

  .TableStyle04 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .TableStyle04 th,
  .TableStyle04 td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px;
  }
  .TableStyle04 th,
  .TableStyle04 thead td {
    background: #f6f6f6;
  }

  .OddBox .TableStyle04 {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .OddBox .TableStyle04 th,
  .OddBox .TableStyle04 td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 6px 10px;
  }
  .OddBox .TableStyle04 td {
    background: #fff;
  }
  .OddBox .TableStyle04 th,
  .OddBox .TableStyle04 thead td {
    background: #dfdfdf;
  }

  .TableStyle05 {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #fff;
  }
  .TableStyle05 th,
  .TableStyle05 td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 6px 10px;
  }

  .TableStyle06 {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #fff;
  }
  .TableStyle06 th,
  .TableStyle06 td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 6px 10px;
    vertical-align: top;
  }

  .TableStyle07 {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #fff;
  }
  .TableStyle07 th,
  .TableStyle07 td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 6px 10px;
    vertical-align: top;
  }
  .TableStyle07 th {
    text-align: center;
  }
  .TableStyle07 .sp-th {
    display: none !important;
  }




  /* BoxStyle */
  .BoxStyle01 {
    border-radius: 8px;
    padding: 15px 25px;
    margin-bottom: 25px;
  }
  div.OddBox div.InnerBox .BoxStyle01 {
    background: #fff;
  }

  .BoxStyle02 {
    border-radius: 8px;
    padding: 15px 25px;
    margin-bottom: 25px;
    color: #fff;
  }

  .BoxStyle03 {
    position: relative;
    border-radius: 8px;
    padding: 15px 50px;
    margin-bottom: 25px;
  }
  .BoxStyle03:before,
  .BoxStyle03:after {
    position: absolute;
    display: block;
    font-size: 5.5rem;
    height: 24px;
    color: #ccc;
  }
  .BoxStyle03:before {
    height: 24px;
    left: 16px;
    top: 0px;
    content: "“";
  }
  .BoxStyle03:after {
    height: 24px;
    right: 16px;
    bottom: 34px;
    content: " ”";
  }
  div.OddBox div.InnerBox .BoxStyle03 {
    background: #fff;
  }
  div.EvenBox div.InnerBox .BoxStyle03 {
    background: #e9e9e9;
  }

  /* ListStyle */

  .ListStyle01,
  .ListStyle02,
  .ListStyle03,
  .ListStyle04 {
    width: 100%;
    margin-bottom: 30px;
  }

  .ListStyle01 {
    border-top: 1px solid #c0c0c0;
  }
  .ListStyle01 li {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #c0c0c0;
  }

  .ListStyle02 {
  }
  .ListStyle02 li {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .ListStyle02 li:before {
    content: " \f14a";
    font-family: FontAwesome;
    margin-right: 8px;
  }

  .ListStyle03 {
  }
  .ListStyle03 li {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .list01 li {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 2.3rem;
    text-indent: 0 !important;
  }
  .ListStyle03 li:before {
    content: " \f111";
    font-family: FontAwesome;
    margin-right: 8px;
  }

	
  /* LinkStyle */

  a.LinkStyle01,
  .LinkStyle01 li a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 0px 20px 0px 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    text-decoration: none !important;
  }
  .LinkStyle01 li a:after {
    content: " \f105";
    font-family: FontAwesome;
    margin-left: 10px;
  }
  .LinkStyle01 li span {
    display: block;
    color: #000;
    font-size: 1.6rem;
    padding: 0px 20px 0px;
    height: 36px;
    line-height: 36px;
    background: #ccc;
    border-radius: 4px;
  }
  .LinkStyle01 li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
  }
  .LinkStyle01 li a:hover {
    opacity: 0.8;
  }

  .LinkStyle02 {
    width: 104%;
    margin-right: -2%;
  }
  .LinkStyle02 li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 17px;
    border: 1px solid #ccc;
  }
  .LinkStyle02 li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 5%;
    text-decoration: none !important;
    color: #333;
  }
  .LinkStyle02 li a img {
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #ccc;
  }
  .LinkStyle02 li a p {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px !important;
    padding-left: 12px;
  }
  .LinkStyle02 li a p:before {
    position: absolute;
    left: 0px;
    content: "\f105";
    font-family: FontAwesome;
    color: #333;
  }
  .LinkStyle02 li a:hover {
    opacity: 0.8;
  }

  /* column */

  .ColumnUnit02,
  .ColumnUnit03,
  .ColumnUnit04,
  .ColumnUnit04-1,
  .ColumnUnit05,
  .ColumnUnit05-1,
  .ColumnUnit02L30,
  .ColumnUnit02R30,
  .ColumnUnit02L20,
  .ColumnUnit02R30 {
    width: 100%;
  }

  .ColumnUnit02 img,
  .ColumnUnit03 img,
  .ColumnUnit04 img,
  .ColumnUnit04-1 dt img,
  .ColumnUnit05 img,
  .ColumnUnit05-1 img,
  .ColumnUnit02L30 img,
  .ColumnUnit02R30 img,
  .ColumnUnit02L20 img,
  .ColumnUnit02R20 img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ColumnUnit02 table,
  .ColumnUnit03 table,
  .ColumnUnit04 table,
  .ColumnUnit05 table,
  .ColumnUnit02L30 table,
  .ColumnUnit02R30 table,
  .ColumnUnit02L20 table,
  .ColumnUnit02R20 table {
    max-width: 100%;
  }

  .ColumnUnit04 p,
  .ColumnUnit04-1 p,
  .ColumnUnit03 p,
  .ColumnUnit05 p,
  .ColumnUnit05-1 p {
    font-size: 1.4rem;
  }

  .ColumnUnit02 {
  }
  .ColumnUnit02 .ColumnItem,
  ul.ColumnUnit02 li {
    width: 48%;
  }

  .ColumnUnit02 .ColumnItem:first-child,
  ul.ColumnUnit02 ul li:first-child {
    float: left;
  }
  .ColumnUnit02 .ColumnItem:last-child,
  ul.ColumnUnit02 li:last-child {
    float: right;
  }

  .ColumnUnit02L30 .ColumnItem:first-child,
  ul.ColumnUnit02L30 ul li:first-child {
    float: left;
    width: 30%;
  }
  .ColumnUnit02L30 .ColumnItem:last-child,
  ul.ColumnUnit02L30 li:last-child {
    float: right;
    width: 65%;
  }

  .ColumnUnit02R30 .ColumnItem:first-child,
  ul.ColumnUnit02R30 ul li:first-child {
    float: left;
    width: 65%;
  }
  .ColumnUnit02R30 .ColumnItem:last-child,
  ul.ColumnUnit02R30 li:last-child {
    float: right;
    width: 30%;
  }

  .ColumnUnit02L20 .ColumnItem:first-child,
  ul.ColumnUnit02L20 ul li:first-child {
    float: left;
    width: 20%;
  }
  .ColumnUnit02L20 .ColumnItem:last-child,
  ul.ColumnUnit02L20 li:last-child {
    float: right;
    width: 75%;
  }

  .ColumnUnit02R20 .ColumnItem:first-child,
  ul.ColumnUnit02R20 ul li:first-child {
    float: left;
    width: 75%;
  }
  .ColumnUnit02R20 .ColumnItem:last-child,
  ul.ColumnUnit02R20 li:last-child {
    float: right;
    width: 20%;
  }

  .ColumnUnit03 {
    width: 100%;
  }
  .ColumnUnit03 .ColumnItem,
  ul.ColumnUnit03 li {
    float: left;
    width: 29%;
    margin-right: 6%;
  }
  ul.ColumnUnit03 li.Edge {
    margin-right: 0%;
  }

  .ColumnUnit04 {
    width: 100%;
  }
  .ColumnUnit04 .ColumnItem,
  ul.ColumnUnit04 li {
    float: left;
    width: 22%;
    margin-right: 4%;
  }
  ul.ColumnUnit04 li.Edge {
    margin-right: 0%;
  }

  .ColumnUnit04-1 {
    display: flex;
    justify-content: space-between;
  }
  .ColumnUnit04-1 dl {
    width: 22%;
  }

  .ColumnUnit05 {
    width: 100%;
  }
  .ColumnUnit05 .ColumnItem,
  ul.ColumnUnit05 li {
    float: left;
    width: 18%;
    margin-right: 2%;
  }

  .ColumnUnit05-1 {
    display: flex;
    justify-content: space-between;
  }
  .ColumnUnit05-1 dl {
    width: 18%;
    margin-right: 2%;
  }

  /* Accordion (Q&A) */

  .AcQaStyle,
  .AcQaStyleEditColor,
  .AcStandardStyle,
  .AcStandardStyleEditColor {
    margin-bottom: 15px;
    border: 1px solid #999;
  }

  .AcQaStyle dt,
  .AcQaStyleEditColor dt,
  .AcStandardStyle dt,
  .AcStandardStyleEditColor dt {
    position: relative;
    font-size: 1.6rem;
    background: #fff;
  }

  .AcQaStyle dt:hover,
  .AcQaStyleEditColor dt:hover,
  .AcStandardStyle dt:hover,
  .AcStandardStyleEditColor dt:hover {
    opacity: 0.8;
  }

  .AcQaStyle dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    color: #333;
  }
  .AcQaStyle dt a:before {
    position: absolute;
    left: 15px;
    top: 13px;
    content: "Q";
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #e9e9e9;
    margin-right: 10px;
  }
  .AcQaStyle dt a {
    display: block;
    color: #333;
    padding: 10px 30px 10px 45px;
    text-decoration: none !important;
  }
  .AcQaStyle dd {
    background: #fff;
    padding: 15px 15px 15px 45px;
    border-top: 1px solid #ccc;
  }
  .AcQaStyle dd p.Answer {
    position: relative;
  }
  .AcQaStyle dd p.Answer:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "A";
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #888;
    color: #fff;
  }

  .AcQaStyleEditColor dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    color: #fff;
  }
  .AcQaStyleEditColor dt a:before {
    position: absolute;
    left: 15px;
    top: 13px;
    content: "Q";
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 10px;
  }
  .AcQaStyleEditColor dt a {
    display: block;
    color: #fff;
    padding: 10px 30px 10px 45px;
    text-decoration: none !important;
  }
  .AcQaStyleEditColor dd {
    background: #fff;
    padding: 15px 15px 15px 45px;
  }
  .AcQaStyleEditColor dd p.Answer {
    position: relative;
  }
  .AcQaStyleEditColor dd p.Answer:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "A";
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #dd8b39;
    color: #fff;
  }

  .AcStandardStyle dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    color: #333;
  }
  .AcStandardStyle dt a {
    display: block;
    color: #333;
    padding: 10px 30px 10px 15px;
    text-decoration: none !important;
  }
  .AcStandardStyle dd {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #ccc;
  }

  .AcStandardStyleEditColor dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    color: #fff;
  }
  .AcStandardStyleEditColor dt a {
    display: block;
    color: #fff;
    padding: 10px 30px 10px 15px;
    text-decoration: none !important;
  }
  .AcStandardStyleEditColor dd {
    background: #fff;
    padding: 15px;
  }

  /* AccessPage */

  div.AccessPage div.InnerBox div.AccessBox {
    width: 100%;
    height: 400px;
  }

  div.AccessPage div.AccessDetail {
    position: relative;
    padding: 20px 30px 5px 170px;
    border-radius: 8px;
    margin-top: 50px;
    min-height: 155px;
  }
  div.AccessPage div.AccessDetail:before {
    position: absolute;
    content: " \f041";
    font-family: FontAwesome;
    left: 30px;
    top: 50%;
    margin-top: -55px;
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 110px;
    border-radius: 55px;
    font-size: 6rem;
    color: #fff;
  }
  div.AccessPage div.AccessDetail h3 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 0px;
  }
  div.AccessPage div.AccessDetail li {
    margin-bottom: 0px;
  }

  /* NewsPage */

  div.NewsPage div.InnerBox h2 {
    position: relative;
    font-size: 2.3rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }
  div.NewsPage div.InnerBox h2:before {
    content: " \f040";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 2.6rem;
  }

  div.NewsPage .NewsBox {
    padding: 0px 0px 0px;
  }
  div.NewsPage .entryDetailBox .LeftBox,
  div.NewsPage .NewsBox .LeftBox {
    float: left;
    width: 74%;
  }

  div.NewsPage .entryDetailBox .RightBox,
  div.NewsPage .NewsBox .RightBox {
    float: right;
    width: 22%;
  }
  div.NewsPage .entryDetailBox .RightBox h4,
  div.NewsPage .NewsBox .RightBox h4,
  div.LocalNav .LocalTtl {
    text-align: center;
    padding: 4px 0px;
    color: #fff;
  }

  div.NewsPage .NewsBox .LeftBox ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  div.NewsPage .NewsBox .LeftBox ul li a {
    display: block;
    width: 100%;
    padding: 12px 40px 12px 0px;
    text-decoration: none;
  }
  div.NewsPage .NewsBox .LeftBox ul li a span.Date {
    float: left;
    width: 17%;
  }
  div.NewsPage .NewsBox .LeftBox ul li a span.Title {
    float: right;
    width: 81%;
    color: #333;
  }

  div.NewsPage .NewsBox .RightBox ul,
  div.NewsPage .entryDetailBox .RightBox ul,
  div.LocalNav ul {
    margin-bottom: 30px;
  }
  div.NewsPage .NewsBox .RightBox ul li,
  div.NewsPage .entryDetailBox .RightBox ul li,
  div.LocalNav ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }

  .RightBox--news > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .RightBox--news > ul > li > a {
    padding: 4px 0px 4px 0px !important;
    width: auto !important;
  }

  div.NewsPage .NewsBox .RightBox ul li a,
  div.NewsPage .entryDetailBox .RightBox ul li a,
  div.LocalNav ul li a {
    display: block;
    width: 100%;
    padding: 4px 30px 4px 0px;
    color: #333;
    text-decoration: none !important;
  }

  div.NewsPage .NewsBox .LeftBox ul li:after,
  div.NewsPage .NewsBox .RightBox ul li:after,
  div.NewsPage .entryDetailBox .RightBox ul li:after,
  div.LocalNav ul li:after {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 1.8rem;
    color: #ccc;
    margin-top: -16px;
    content: " \f105";
    font-family: FontAwesome;
  }

  div.NewsPage .pagePrevBox {
    padding-top: 40px;
  }
  div.NewsPage .pagePrevBox p.pagePrev {
    float: left;
  }
  div.NewsPage .pagePrevBox p.pageNext {
    float: right;
  }

  div.NewsPage .pagePrevBox p.pagePrev a,
  div.NewsPage .pagePrevBox p.pageNext a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none !important;
    border-radius: 5px;
    color: #fff;
  }

  div.NewsPage .entryDetailBox .LeftBox .Date {
    padding-top: 20px;
  }
  div.NewsPage .entryDetailBox .LeftBox .entryBody {
    width: 100%;
  }
  div.NewsPage .entryDetailBox .LeftBox .entryBody img,
  div.NewsPage .entryDetailBox .LeftBox .entryBody ifream {
    max-width: 100%;
    height: auto;
  }

  /* Contact */

  .FormPrivacyBox {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 14px 0px;
    text-align: center;
    margin-bottom: 40px;
  }

  ul.ContactListKakunin {
    width: 80%;
    margin: 0 10% 30px;
  }
  ul.ContactListKakunin li {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    width: 100%;
  }
  ul.ContactListKakunin li span {
    float: left;
    display: block;
    width: 30%;
    padding: 10px 2%;
    background: #f2f2f2;
  }
  ul.ContactListKakunin li p {
    float: right;
    width: 70%;
    padding: 10px 5% 10px 3%;
  }

  h4.ContactMessage {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  div.KakuninBox {
    width: 80%;
    margin: 0 10% 30px;
    padding: 15px;
    border: 1px solid #cccccc;
  }

  .TableStyleForm {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 65px;
  }
  .TableStyleForm th,
  .TableStyleForm td {
    border-bottom: 1px solid #e9e9e9;
    vertical-align: top;
  }
  .TableStyleForm th {
    padding: 18px 30px 18px 55px;
    width: 295px;
  }
  .TableStyleForm td {
    padding: 18px 60px 18px 0px;
  }
  .TableStyleForm td input,
  .TableStyleForm td textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
  }
  .TableStyleForm td input.tarea02 {
    width: 50%;
  }
  .TableStyleForm th p {
    position: relative;
  }
  .TableStyleForm th p.Hissu:after {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    padding: 2px 15px;
    content: "必須";
    font-size: 1.3rem;
  }

  .FormPrivacyBox span.FormError,
  .TableStyleForm td span.FormError {
    font-size: 1.4rem;
    background-color: #cb4a4a;
    text-align: center;
    color: #fff;
    padding: 4px 20px;
  }

  .FormFinBox01 {
    width: 500px;
    margin: 0 auto;
  }
  .FormFinBox01 input {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0px;
    border-radius: 6px;
  }
  .FormFinBox01 a {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    padding: 10px 20px;
    border-radius: 6px;
  }
  .ContactBtnBox02 {
    display: flex;
    justify-content: center;
  }
  .ContactBtnBox02 .back-btn {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #aaa;
  }
  .ContactBtnBox02 .send-btn {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0;
    border-radius: 6px;
    margin-left: 10px;
  }

  .FormFinBox01 a:link {
    color: #fff !important;
    text-decoration: none !important;
  }
  .FormFinBox01 input:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 14px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-size: 2.2rem;
  }

  div.ContactBtnBox02 {
    width: 630px;
    margin: 0 auto;
  }
  div.ContactBtnBox02 input.soushinBtn {
    float: left;
    cursor: pointer;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0px;
    width: 300px;
  }
  div.ContactBtnBox02 input.reset {
    float: right;
    cursor: pointer;
    border: none;
    text-align: center;
    background: #777777;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0px;
    width: 300px;
  }

  /* -------------------------------------------------- */
  /* AfterArrow */

  .ArrowRTestStyle a {
    width: 100%;
    background: #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 10px;
    color: #000;
  }
  .ArrowR_Pc,
  .ArrowRG_Pc a,
  .ArrowR02_Pc,
  .ArrowRG02_Pc a,
  .ArrowR03_Pc,
  .ArrowRG03_Pc a,
  .ArrowB_Pc,
  .ArrowBG_Pc a,
  .ArrowB02_Pc,
  .ArrowBG02_Pc a,
  .ArrowB03_Pc,
  .ArrowBG03_Pc a,
  .ArrowT_Pc,
  .ArrowTG_Pc a,
  .ArrowT02_Pc,
  .ArrowTG02_Pc a,
  .ArrowT03_Pc,
  .ArrowTG03_Pc a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .ArrowR02_Pc,
  .ArrowRG02_Pc a,
  .ArrowB02_Pc,
  .ArrowBG02_Pc a,
  .ArrowT02_Pc,
  .ArrowTG02_Pc a {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ArrowR03_Pc,
  .ArrowRG03_Pc a,
  .ArrowB03_Pc,
  .ArrowBG03_Pc a,
  .ArrowT03_Pc,
  .ArrowTG03_Pc a {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .ArrowR_Pc:after,
  .ArrowRG_Pc a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
  }
  .ArrowR02_Pc:after,
  .ArrowRG02_Pc a:after {
    margin-left: 14px;
    content: "\f105";
    font-family: FontAwesome;
  }
  .ArrowB_Pc:after,
  .ArrowBG_Pc a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
  }
  .ArrowB02_Pc:after,
  .ArrowBG02_Pc a:after {
    margin-left: 14px;
    content: "\f107";
    font-family: FontAwesome;
  }
  .ArrowT_Pc:after,
  .ArrowTG_Pc a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f106";
    font-family: FontAwesome;
  }
  .ArrowT02_Pc:after,
  .ArrowTG02_Pc a:after {
    margin-left: 14px;
    content: "\f106";
    font-family: FontAwesome;
  }
  .ArrowR03_Pc:after,
  .ArrowRG03_Pc a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowB03_Pc:after,
  .ArrowBG03_Pc a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowT03_Pc:after,
  .ArrowTG03_Pc a:after {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowR03_Pc:before,
  .ArrowRG03_Pc a:before {
    content: "";
    display: inline-block;
  }
  .ArrowB03_Pc:before,
  .ArrowBG03_Pc a:before {
    content: "";
    display: inline-block;
  }
  .ArrowT03_Pc:before,
  .ArrowTG03_Pc a:before {
    content: "";
    display: inline-block;
  }

  /* -------------------------------------------------- */
  /* flexbox */

  .FlexBoxPc {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .FlexBoxPcL {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .FlexBoxPcR {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .FlexBoxPcC {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .FlexBoxPcB {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .FlexBoxPcA {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .FlexBoxPcM {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-text-align: center;
    text-align: center;
  }

  .FlexBoxPcBC {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .FlexBoxSpCulumnCansel {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      flex-direction: column;
    }
  }

  /*	------------各ページスタイル----------------*/
  .symptoms-detail-cont {
    min-height: 230px;
    padding-bottom: 20px;
  }

  .symptoms-detail-cont .img {
    display: block;
    float: right;
    margin-left: 20px;
    width: 200px;
    /*
		height: 200px;
		object-fit:cover;
*/
  }

  .symptoms-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .symptoms-detail-cont .img > img {
    width: 100%;
    height: 100%;
  }

  .symptoms-detail .TitleStyle04 span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
	
  /*ーーーーー自由診療ーーーーーーー*/		
	.freeTitle{font-size: 2.2rem; color: #4C94D4;font-weight: 600;}
	.freeTitle span{font-size: 1.6rem;}
	.freeBox01{border: 1px solid #4C94D4; padding: 20px;margin-bottom: 35px;}
	.freeBox01 h3{font-size: 2rem;font-weight: 600;line-height: 1.5;padding-bottom: 15px;}
	.freeBox01 p{margin-bottom: 0!important;}
	
	.free_attenstion{position: relative; padding-left: 25px;line-height: 1.5; font-weight: 400!important;font-size: 1.7rem!important;}
	.free_attenstion::before{content: "＊";display: block;position: absolute;top:0;bottom: 0;margin: auto 0; left: 0;}
	
	.freeBox02{background: #E5EFF8; padding: 20px;margin-bottom: 35px;}
	.freeBox02 h3{font-size: 2rem;font-weight: 600;line-height: 1.5;padding-bottom: 15px;}
	.freeBox02 p{margin-bottom: 0!important;font-size: 1.9rem;font-weight: 600;}
	.freeBox02 h4{font-size: 2rem; font-weight: 600;line-height: 1.5; padding: 15px 0;color: #2D587F;position: relative; padding-left: 25px;display: inline-block;}
	.freeBox02 h4::before{content: "▼"; display: block;position: absolute;  top: 50%;transform: translateY(-50%); left: 0;}
	.freeBox02 h4::after{content: "▼"; display: block;position: absolute;  top: 50%;transform: translateY(-50%); right: -10px;}
	.freeBox02 img{width: 100%; max-width: 600px;display: block;margin: 50px auto 15px;}
	
	.freeList01 li{position: relative;line-height: 1.5;padding: 5px 0 5px 18px;}
	.freeList01 li::before{content: "●"; display: block;font-size: 1.6rem;color: #4C94D4;position: absolute;top: 3px;bottom: 0;margin: auto 0;left: 4px;}
	
	.freeList02 li{position: relative;line-height: 1.5;padding: 5px 0 5px 18px;}
	.freeList02 li::before{content: "●"; display: block;font-size: 1.6rem;color: #E68484;position: absolute;top: 3px;bottom: 0;margin: auto 0;left: 4px;}
	
	.freeTable01{width: 100%; max-width: 470px; border: 1px solid #D0D0D0;}
	.freeTable01 th , .freeTable01 td{padding: 15px;line-height: 1.5;}
	.freeTable01 tr:first-child th{border-bottom: 1px solid #fff;}
	.freeTable01 tr:first-child td{border-bottom: 1px solid #D0D0D0;}
	.freeTable01 th{background: #4C94D4;color: #fff;}
	.freeTable01 td{background: #fff;}
	
	
	.freeBTN{margin: 10px 0;}
	.freeBTN a{display: inline-block;background: #ea7ba5 !important;  color: #fff!important;text-decoration:none!important;padding:10px 30px;position: relative;transition: 0.4s;}
	.freeBTN a:hover{opacity: 0.6;transition: 0.4s;}
	
	.freeblue{color: #2D587F;}
	.freepink{color: #9F5555}
  /*ーーーーー美容皮膚科ーーーーーーー*/	
	
	.flow_box{background: #FCF1F6; padding: 20px;border-radius: 15px; margin-top: 20px;position: relative;}
	
	.flow_box h3{font-size: 2rem;font-weight: 600;background: #ea7ba5;padding: 0px 20px;display: inline-block;border-radius: 0 50px 50px 0 ;margin-bottom: 15px;position:inherit;z-index: 50;color: #fff;}
	.flow_box::after{content: "";display: block; border-bottom: 2px dotted  #ea7ba5;width:90%;height: 2px; position: absolute;top:34px; left: 0; right: 0;margin: 0 auto;z-index: 0;}
	
	.skinList_number{counter-reset: listnum;list-style: none;}	
	.skinList_number li{padding: 5px 0;text-indent: -1.8em;padding-left: 1.8em; line-height: 1.5;}	
	.skinList_number li span{padding-right: 18px;position: relative;}
	.skinList_number li span::after{content: "：";font-size: 1.9rem; display:block;color: #000;position: absolute;top: -2px;right: -12px;bottom: 0;margin: auto 0;}		
	.skinList_number li::before{
	counter-increment: listnum;
	content: counter(listnum) "."; 
	padding-right: 15px;
	color: #ea7ba5;
	vertical-align: middle;
	font-size: 1.9rem;
	font-family: roboto;
	font-weight: bold;
	}	
	
	.skinList_number02{counter-reset: listnum;list-style: none;}	
	.skinList_number02 li{padding: 12px 0;text-indent: -2.2em;padding-left: 2.5em; line-height: 1.5;}	
	.skinList_number02 li span{font-weight: 600; padding-right: 20px;position: relative;font-size: 1.9rem;}
	.skinList_number02 li span::after{content: "：";font-size: 1.9rem; display:block;color: #000;position: absolute;top: -2px;right: -13px;bottom: 0;margin: auto 0;}		
	.skinList_number02 li::before{
	counter-increment: listnum;		
	content: counter(listnum, decimal-leading-zero);
	padding-right: 15px;
	color: #000000;
	vertical-align: middle;
	font-family: roboto;
	font-weight: bold;
	}		
	
	
	.skinList_number03{counter-reset: listnum;list-style: none;}	
	.skinList_number03 li{padding: 5px 0;text-indent: -1.6em;padding-left: 1.7em; line-height: 1.5;}	
	.skinList_number03 li span.listTitle{color: #800000;font-weight: 600;}	
	.skinList_number03 li::before{
	counter-increment: listnum;
	content: counter(listnum) "."; 
	padding-right: 5px;
	color: #800000;
	vertical-align: middle;
	font-size: 1.9rem;
	font-family: roboto;
	font-weight: bold;
	}	
	.skinList_number03 li span.subTitle{font-weight: 600; padding-right: 20px;position: relative;font-size: 1.7rem;}
	.skinList_number03 li span.subTitle::after{content: "：";font-size: 1.9rem; display:block;color: #000;position: absolute;top: -2px;right: -13px;bottom: 0;margin: auto 0;}	
	

	.skinList01	li{padding-bottom: 15px;}
	.skinList01	li span{position: relative;font-weight: 600;color:#800000; padding-left:1.7rem;display: block;}
	.skinList01	li span::before{content: "●"; display: block;position: absolute;top: 0;left: 0; bottom: 0;margin:auto 0;color: #800000;}
	
	
	
	
	.skinList02	li{position: relative;padding-left: 1.7rem;}
	.skinList02	li::before{content: "●"; display: block;position: absolute;top: 3px;left: 0; bottom: 0;margin:auto 0;color: #ea7ba5;font-size: 1.3rem;}
	
	.skinBTN a{background: #ea7ba5;border: 1px solid #ea7ba5; display: block; color: #fff!important;width: 100%; max-width:250px; margin: 60px auto;padding: 13px 20px;text-decoration: none!important;text-align: center;font-size: 1.9rem;transition: 0.4s;}
	.skinBTN a:hover{background: #fff;border: 1px solid #ea7ba5;color: #ea7ba5!important;transition: 0.4s;}
	
	.skinTitle01{font-size: 2.1rem;font-weight: 600;padding-bottom: 10px;}
	
	.skinBox01{background: #FAE4ED;padding: 20px;border-radius: 15px; margin-top: 20px;}
	
	.skinBox_flex01{display: flex;justify-content: center; gap:40px;background: #F2E5E5;padding: 15px;}
	.skinBox_flex01 .skinBox_flex01_logo{width: 30%;margin-bottom: 0!important;}
	.skinBox_flex01 .skinBox_flex01_logo img{width: 100%;}
	.skinBox_flex01 .skinBox_flex01_r{width: 70%;margin-bottom: 0!important;}
	.skinBox_flex01 .skinBox_flex01_r span{display: block;font-size: 1.9rem;font-weight: 600; color:#800000;}
	
	
	.skinTable{width: 100%;}
	.skinTable th , .skinTable td {padding: 13px 20px;line-height: 1.5;}
	.skinTable th{background: #ea7ba5 ; width: 30%;color: #fff;border-bottom: 1px solid #fff;}
	.skinTable td{background: #fff ; width: 70%;border-bottom: 1px solid #ea7ba5;}
	
	
	.skinTable02{width: 100%; max-width: 400px!important; border: 1px solid #D0D0D0;}
	.skinTable02 th , .skinTable02 td{padding: 21px 15px;line-height: 1.5;}
	.skinTable02 tr:first-child th{border-bottom: 1px solid #fff;}
	.skinTable02 tr:first-child td{border-bottom: 1px solid #D0D0D0;}
	.skinTable02 th{background:#ea7ba5;color: #fff;}
	.skinTable02 td{background: #fff;}
	
	.LEDBOX{background: #FCF1F6;padding: 20px;}
	.LEDBOX h5{font-size: 1.8rem;font-weight: 600;border-bottom: 1.5px dotted #ea7ba5;padding-bottom:5px;}
	
	#Yag{padding-top: 100px;  margin-top: -100px; }
	#chemical_peel{padding-top: 100px;  margin-top: -100px;}
	#collagen_peel{padding-top: 100px;  margin-top: -100px;}
	#dermapen{padding-top: 100px;  margin-top: -100px;}
	#geneo_plus{padding-top: 100px;  margin-top: -100px;}
	#photo_facial{padding-top: 100px;  margin-top: -100px;}
	#blue_genesis{padding-top: 100px;  margin-top: -100px;}
	#blue_spot{padding-top: 100px;  margin-top: -100px;}
	#mesonaJ{padding-top: 100px;  margin-top: -100px;}
	#retouch_peel{padding-top: 100px;  margin-top: -100px;}
	#laser_facial{padding-top: 100px;  margin-top: -100px;}
	#Splendor_Facial{padding-top: 100px;  margin-top: -100px;}
	#LAHLA_DOCTOR{padding-top: 100px;  margin-top: -100px;}
	#XERF{padding-top: 100px;  margin-top: -100px;}
	
  /* -------------------------------------------------- */
  /* block item Width */

  .wid10Per_pc {
    width: 10% !important;
  }
  .wid15Per_pc {
    width: 15% !important;
  }
  .wid20Per_pc {
    width: 20% !important;
  }
  .wid25Per_pc {
    width: 25% !important;
  }
  .wid30Per_pc {
    width: 30% !important;
  }
  .wid35Per_pc {
    width: 35% !important;
  }
  .wid40Per_pc {
    width: 40% !important;
  }
  .wid45Per_pc {
    width: 45% !important;
  }
  .wid50Per_pc {
    width: 50% !important;
  }
  .wid55Per_pc {
    width: 55% !important;
  }
  .wid60Per_pc {
    width: 60% !important;
  }
  .wid65Per_pc {
    width: 65% !important;
  }
  .wid70Per_pc {
    width: 70% !important;
  }
  .wid75Per_pc {
    width: 75% !important;
  }
  .wid80Per_pc {
    width: 80% !important;
  }
  .wid85Per_pc {
    width: 85% !important;
  }
  .wid90Per_pc {
    width: 90% !important;
  }
  .wid95Per_pc {
    width: 95% !important;
  }
  .wid100Per_pc {
    width: 100% !important;
  }

  .wid50_pc {
    width: 50px !important;
  }
  .wid100_pc {
    width: 100px !important;
  }
  .wid150_pc {
    width: 150px !important;
  }
  .wid150_pc {width: 150px !important;}
  .wid160_pc {width: 160px !important;}
  .wid170_pc {width: 170px !important;}
  .wid180_pc {width: 180px !important;}
  .wid190_pc {width: 190px !important;}
  .wid200_pc {
    width: 200px !important;
  }
  .wid250_pc {
    width: 250px !important;
  }
  .wid300_pc {
    width: 300px !important;
  }
  .wid350_pc {
    width: 350px !important;
  }
  .wid360_pc {width: 360px !important;}
  .wid370_pc {width: 370px !important;}
  .wid380_pc {width: 380px !important;}
  .wid390_pc {width: 390px !important;}
  .wid400_pc {
    width: 400px !important;
  }
  .wid450_pc {
    width: 450px !important;
  }
  .wid500_pc {
    width: 500px !important;
  }
  .wid550_pc {
    width: 550px !important;
  }
  .wid600_pc {
    width: 600px !important;
  }
  .wid650_pc {
    width: 650px !important;
  }
  .wid700_pc {
    width: 700px !important;
  }
  .wid750_pc {
    width: 750px !important;
  }
  .wid800_pc {
    width: 800px !important;
  }
  .wid850_pc {
    width: 850px !important;
  }
  .wid900_pc {
    width: 900px !important;
  }
  .wid950_pc {
    width: 950px !important;
  }

.wid2Col {width:48%;}
.wid3Col {width:31.5%;}




  /* -------------------------------------------------- */
  /* block item Margin */

  /* - All margin */

  .marA0_pc {
    margin: 0px !important;
  }
  .marA5_pc {
    margin: 5px !important;
  }
  .marA10_pc {
    margin: 10px !important;
  }
  .marA15_pc {
    margin: 15px !important;
  }
  .marA20_pc {
    margin: 20px !important;
  }
  .marA25_pc {
    margin: 25px !important;
  }
  .marA30_pc {
    margin: 30px !important;
  }
  .marA40_pc {
    margin: 40px !important;
  }
  .marA50_pc {
    margin: 50px !important;
  }
  .marA60_pc {
    margin: 60px !important;
  }
  .marA70_pc {
    margin: 70px !important;
  }
  .marA80_pc {
    margin: 80px !important;
  }
  .marA90_pc {
    margin: 90px !important;
  }

  /* - Top margin */

  .marT0_pc {
    margin-top: 0px !important;
  }
  .marT5_pc {
    margin-top: 5px !important;
  }
  .marT10_pc {
    margin-top: 10px !important;
  }
  .marT15_pc {
    margin-top: 15px !important;
  }
  .marT20_pc {
    margin-top: 20px !important;
  }
  .marT25_pc {
    margin-top: 25px !important;
  }
  .marT30_pc {
    margin-top: 30px !important;
  }
  .marT40_pc {
    margin-top: 40px !important;
  }
  .marT50_pc {
    margin-top: 50px !important;
  }
  .marT60_pc {
    margin-top: 60px !important;
  }
  .marT70_pc {
    margin-top: 70px !important;
  }
  .marT80_pc {
    margin-top: 80px !important;
  }
  .marT90_pc {
    margin-top: 90px !important;
  }

  /* - Bottom margin */

  .marB0_pc {
    margin-bottom: 0px !important;
  }
  .marB5_pc {
    margin-bottom: 5px !important;
  }
  .marB10_pc {
    margin-bottom: 10px !important;
  }
  .marB15_pc {
    margin-bottom: 15px !important;
  }
  .marB20_pc {
    margin-bottom: 20px !important;
  }
  .marB25_pc {
    margin-bottom: 25px !important;
  }
  .marB30_pc {
    margin-bottom: 30px !important;
  }
  .marB40_pc {
    margin-bottom: 40px !important;
  }
  .marB50_pc {
    margin-bottom: 50px !important;
  }
  .marB60_pc {
    margin-bottom: 60px !important;
  }
  .marB70_pc {
    margin-bottom: 70px !important;
  }
  .marB80_pc {
    margin-bottom: 80px !important;
  }
  .marB90_pc {
    margin-bottom: 90px !important;
  }

  /* - Left margin */

  .marL0_pc {
    margin-left: 0px !important;
  }
  .marL5_pc {
    margin-left: 5px !important;
  }
  .marL10_pc {
    margin-left: 10px !important;
  }
  .marL15_pc {
    margin-left: 15px !important;
  }
  .marL20_pc {
    margin-left: 20px !important;
  }
  .marL25_pc {
    margin-left: 25px !important;
  }
  .marL30_pc {
    margin-left: 30px !important;
  }
  .marL40_pc {
    margin-left: 40px !important;
  }
  .marL50_pc {
    margin-left: 50px !important;
  }
  .marL60_pc {
    margin-left: 60px !important;
  }
  .marL70_pc {
    margin-left: 70px !important;
  }
  .marL80_pc {
    margin-left: 80px !important;
  }
  .marL90_pc {
    margin-left: 90px !important;
  }

  /* - Right margin */

  .marR0_pc {
    margin-right: 0px !important;
  }
  .marR5_pc {
    margin-right: 5px !important;
  }
  .marR10_pc {
    margin-right: 10px !important;
  }
  .marR15_pc {
    margin-right: 15px !important;
  }
  .marR20_pc {
    margin-right: 20px !important;
  }
  .marR25_pc {
    margin-right: 25px !important;
  }
  .marR30_pc {
    margin-right: 30px !important;
  }
  .marR40_pc {
    margin-right: 40px !important;
  }
  .marR50_pc {
    margin-right: 50px !important;
  }
  .marR60_pc {
    margin-right: 60px !important;
  }
  .marR70_pc {
    margin-right: 70px !important;
  }
  .marR80_pc {
    margin-right: 80px !important;
  }
  .marR90_pc {
    margin-right: 90px !important;
  }

  /* -------------------------------------------------- */

  /* - All padding */

  .padA0_pc {
    padding: 0px !important;
  }
  .padA5_pc {
    padding: 5px !important;
  }
  .padA10_pc {
    padding: 10px !important;
  }
  .padA15_pc {
    padding: 15px !important;
  }
  .padA20_pc {
    padding: 20px !important;
  }
  .padA25_pc {
    padding: 25px !important;
  }
  .padA30_pc {
    padding: 30px !important;
  }
  .padA40_pc {
    padding: 40px !important;
  }
  .padA50_pc {
    padding: 50px !important;
  }
  .padA60_pc {
    padding: 60px !important;
  }
  .padA70_pc {
    padding: 70px !important;
  }
  .padA80_pc {
    padding: 80px !important;
  }
  .padA90_pc {
    padding: 90px !important;
  }

  /* - Top padding */

  .padT0_pc {
    padding-top: 0px !important;
  }
  .padT5_pc {
    padding-top: 5px !important;
  }
  .padT10_pc {
    padding-top: 10px !important;
  }
  .padT15_pc {
    padding-top: 15px !important;
  }
  .padT20_pc {
    padding-top: 20px !important;
  }
  .padT25_pc {
    padding-top: 25px !important;
  }
  .padT30_pc {
    padding-top: 30px !important;
  }
  .padT40_pc {
    padding-top: 40px !important;
  }
  .padT50_pc {
    padding-top: 50px !important;
  }
  .padT60_pc {
    padding-top: 60px !important;
  }
  .padT70_pc {
    padding-top: 70px !important;
  }
  .padT80_pc {
    padding-top: 80px !important;
  }
  .padT90_pc {
    padding-top: 90px !important;
  }

  /* - Bottom padding */

  .padB0_pc {
    padding-bottom: 0px !important;
  }
  .padB5_pc {
    padding-bottom: 5px !important;
  }
  .padB10_pc {
    padding-bottom: 10px !important;
  }
  .padB15_pc {
    padding-bottom: 15px !important;
  }
  .padB20_pc {
    padding-bottom: 20px !important;
  }
  .padB25_pc {
    padding-bottom: 25px !important;
  }
  .padB30_pc {
    padding-bottom: 30px !important;
  }
  .padB40_pc {
    padding-bottom: 40px !important;
  }
  .padB50_pc {
    padding-bottom: 50px !important;
  }
  .padB60_pc {
    padding-bottom: 60px !important;
  }
  .padB70_pc {
    padding-bottom: 70px !important;
  }
  .padB80_pc {
    padding-bottom: 80px !important;
  }
  .padB90_pc {
    padding-bottom: 90px !important;
  }

  /* - Left padding */

  .padL0_pc {
    padding-left: 0px !important;
  }
  .padL5_pc {
    padding-left: 5px !important;
  }
  .padL10_pc {
    padding-left: 10px !important;
  }
  .padL15_pc {
    padding-left: 15px !important;
  }
  .padL20_pc {
    padding-left: 20px !important;
  }
  .padL25_pc {
    padding-left: 25px !important;
  }
  .padL30_pc {
    padding-left: 30px !important;
  }
  .padL40_pc {
    padding-left: 40px !important;
  }
  .padL50_pc {
    padding-left: 50px !important;
  }
  .padL60_pc {
    padding-left: 60px !important;
  }
  .padL70_pc {
    padding-left: 70px !important;
  }
  .padL80_pc {
    padding-left: 80px !important;
  }
  .padL90_pc {
    padding-left: 90px !important;
  }

  /* - Right padding */

  .padR0_pc {
    padding-right: 0px !important;
  }
  .padR5_pc {
    padding-right: 5px !important;
  }
  .padR10_pc {
    padding-right: 10px !important;
  }
  .padR15_pc {
    padding-right: 15px !important;
  }
  .padR20_pc {
    padding-right: 20px !important;
  }
  .padR25_pc {
    padding-right: 25px !important;
  }
  .padR30_pc {
    padding-right: 30px !important;
  }
  .padR40_pc {
    padding-right: 40px !important;
  }
  .padR50_pc {
    padding-right: 50px !important;
  }
  .padR60_pc {
    padding-right: 60px !important;
  }
  .padR70_pc {
    padding-right: 70px !important;
  }
  .padR80_pc {
    padding-right: 80px !important;
  }
  .padR90_pc {
    padding-right: 90px !important;
  }

  /* - Font size */

  .txt10px_pc {
    font-size: 1rem !important;
  }
  .txt11px_pc {
    font-size: 1.1rem !important;
  }
  .txt12px_pc {
    font-size: 1.2rem !important;
  }
  .txt13px_pc {
    font-size: 1.3rem !important;
  }
  .txt14px_pc {
    font-size: 1.4rem !important;
  }
  .txt15px_pc {
    font-size: 1.5rem !important;
  }
  .txt16px_pc {
    font-size: 1.6rem !important;
  }
  .txt17px_pc {
    font-size: 1.7rem !important;
  }
  .txt18px_pc {
    font-size: 1.8rem !important;
  }
  .txt19px_pc {
    font-size: 1.9rem !important;
  }
  .txt20px_pc {
    font-size: 2rem !important;
  }
  .txt21px_pc {
    font-size: 2.1rem !important;
  }
  .txt22px_pc {
    font-size: 2.2rem !important;
  }
  .txt23px_pc {
    font-size: 2.3rem !important;
  }
  .txt24px_pc {
    font-size: 2.4rem !important;
  }
  .txt25px_pc {
    font-size: 2.5rem !important;
  }
  .txt26px_pc {
    font-size: 2.6rem !important;
  }

  /* Float setting */
  .flt-L_pc {
    float: left !important;
  }
  .flt-R_pc {
    float: right !important;
  }

  /* Align setting */
  .ali-L_pc {
    text-align: left !important;
  }
  .ali-C_pc {
    text-align: center !important;
  }
  .ali-R_pc {
    text-align: right !important;
  }

  .SpNodisplay {
    display: inherit !important;
  }
  .PcNodisplay {
    display: none !important;
  }
}
