﻿/* Birth Hospital Tmp Ver1.0 */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.7rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
  * {
    word-break: break-all;
  }
  a,
  div,
  img,
  ul,
  li,
  ol,
  dt,
  dl,
  dd,
  span,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  h8,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  header,
  footer,
  hgroup,
  menu,
  nav,
  section,
  summary,
  input,
  textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  p {
    line-height: 1.7;
  }
  hr {
    margin-bottom: 20px !important;
  }
  .SpNodisplay {
    display: none !important;
  }
  .flex-control-nav {
    bottom: -40px;
  }
  /* -------------------------------------------------- */
  /* header */
  /* -------------------------------------------------- */

  header {
    /*	border-bottom:1px solid #e4e4e4;*/
    width: 100%;
    max-height: 120px;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    /*	opacity: .9;*/
  }
  header div.HeaderInnerBox {
    margin: 0 auto;
    /*    height: 90px;*/
    /*		height:70px;*/
    height: 60px;
    width: 100%;
  }
  header .Logo {
    height: 60px;
    width: 55%;
    max-width: 260px;
    display: flex;
    align-items: center;
    padding-left: 2% !important;
  }
  header .Logo img {
    max-width: 225px;
    height: auto;
    /*		max-height: 60px;*/
    /*	height: 30px;*/
    object-fit: contain;
    width: 100%;
  }
  header .Logo a {
    display: flex;
    width: 100%;
  }
  header nav.nav,
  header .HeadTel {
    display: none;
  }

  /*電話番号追加前*/
  /*
  header .ContactPhone a {
    position: absolute;
    top: 10px;
    right: 60px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 2.1rem;
  }
*/

  /*電話番号追加後*/
  header .ContactPhone a {
    position: absolute;
    top: 11px;
    right: 105px;
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 2.1rem;
  }

  header dl {
    display: block;
  }
  header dl dt {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  header dl dt a {
    display: block;
    height: 42px;
    width: 50px;
    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: #f08c00;
    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: #f08c00;
    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 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: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header dl dt a.ToggleOpen span:after,
  header dl dt a.toggleFirst span:after {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  header dl dd {
    z-index: 999;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;

    /*---読み込み時一瞬見えるのを防ぐ案---*/
    display: none;
  }
  header dl dd ul {
    width: 100%;
    margin: 0px 0px 0px;
  }
	
  header dl dd ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #f08c00;
    padding: 15px 4%;
    color: #f08c00;
  }

  header dl dd ul li a:hover {
    color: #fff;
  }
  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 #f08c00;
    border-bottom: 1px solid #f08c00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* -------------------------------------------------- */
  /* footer */
  /* -------------------------------------------------- */
  footer {
    width: 100%;
    border-top: 1px solid;
  }
  footer div.FooterInnerBox div.LeftBox {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  footer div.FooterInnerBox div.LeftBox h2 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  footer div.FooterInnerBox div.LeftBox h2 img {
    width: 80%;
  }
  footer div.FooterInnerBox div.LeftBox p {
    margin-bottom: 10px;
    text-align: center;
  }
  footer div.FooterInnerBox div.LeftBox dl {
    margin: 0px auto 10px;
    width: 100%;
    text-align: center;
  }
  footer div.FooterInnerBox div.LeftBox dl dt {
    display: inline;
    font-size: 2.8rem;
    line-height: 2.8rem;
    width: 100%;
    text-align: center;
  }
  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 {
    display: inline;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  footer div.FooterInnerBox div.LeftBox dl dd span {
    display: block;
    color: #555 !important;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  footer div.FooterInnerBox div.LeftBox p.ContactTxt a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 12px 0px;
  }
  footer div.FooterInnerBox div.LeftBox p.ContactTxt a i {
    margin-right: 10px;
    font-size: 2rem;
    color: #fff !important;
  }
  footer div.FooterInnerBox div.RightBox p {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  footer div.FooterInnerBox div.RightBox p.Kamoku {
    text-align: left;
    padding-bottom: 8px;
  }
  footer div.FooterInnerBox div.RightBox p.Kamoku span {
    background: #e9e9e9;
    padding: 4px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;
  }
  footer div.FooterBottom {
    padding: 25px 5%;
  }
  footer div.FooterBottom nav a {
    position: relative;
    display: block;
    color: #ea7808 !important;
    padding: 10px 4%;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  footer div.FooterBottom nav a:after {
    position: absolute;
    right: 3%;
    top: 50%;
    color: rgba(228, 162, 175, 1);
    font-size: 2rem;
    margin-top: -15px;
    content: " \f105";
    font-family: FontAwesome;
    margin-left: 10px;
  }
  footer p.Copy {
    font-size: 1.3rem;
    color: #fff;
    padding: 10px 0px 0px;
    text-align: center;
  }
  footer p.Copy a {
    color: #fff !important;
  }
  footer p.SpMoreStyle a {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #fff;
  }
  footer p.SpMoreStyle a:after {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 2.4rem;
    margin-top: -24px;
    content: " \f106";
    color: #fff;
    font-family: FontAwesome;
  }
  /* -------------------------------------------------- */
  /* top page */
  /* -------------------------------------------------- */
  div.TopFirstBox {
    margin-top: -30px;
  }
  div.OddBox,
  div.EvenBox {
    width: 100%;
    overflow: hidden;
  }
  div.OddBox div.InnerBox p,
  div.EvenBox div.InnerBox p {
    margin-bottom: 25px;
  }
  div.TopFirstBox div.InnerBox {
    padding: 65px 0 50px 0px !important;
  }
  div.TopNewsBox div.InnerBox h2 {
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
    margin: 0px -5%;
    padding: 0px 5% 12px;
  }
  div.TopNewsBox div.InnerBox h2:before {
    content: " \f040";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 2.3rem;
  }
  div.TopNewsBox div.InnerBox h2 span {
    display: none;
  }
  div.TopNewsBox div.InnerBox ul {
    margin-bottom: 20px;
  }
  div.TopNewsBox div.InnerBox ul li {
    position: relative;
    width: 110%;
    border-bottom: 1px dotted #ccc;
    margin: 0px -5%;
  }
  div.TopNewsBox div.InnerBox ul li a {
    display: block;
    width: 100%;
    padding: 12px 5% 12px 3%;
    text-decoration: none !important;
  }
  div.TopNewsBox div.InnerBox ul li a span {
    display: block;
    margin-bottom: 2px;
  }
  div.TopNewsBox div.InnerBox ul li a span.Title {
    color: #333;
  }
  div.TopNewsBox div.InnerBox ul li:after {
    position: absolute;
    right: 1%;
    top: 50%;
    font-size: 2rem;
    color: #888;
    margin-top: -12px;
    content: " \f105";
    font-family: FontAwesome;
  }
  div.AccessBox {
    width: 90%;
    height: 300px;
    margin: 0px 5%;
  }
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 300px;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* -------------------------------------------------- */
  /* common page */
  /* -------------------------------------------------- */
  div#MainContent {
    padding: 60px 0px 0px;
  }
  div.scroll {
    width: 100%;
    margin-right: -5%;
    margin-top: 10px;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 35px;
  }
  div.scroll::-webkit-scrollbar {
    height: 5px;
  }
  div.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  div.scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  div.PageTitle {
    width: 100%;
    padding: 24px 0px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
  }
  div.Pankuzu {
    border-bottom: 1px solid #ccc;
    padding: 10px 2%;
  }
  div.Pankuzu ul {
    width: 100%;
    margin: 0 auto;
  }
  div.Pankuzu ul li {
    float: left;
    position: relative;
    padding-left: 24px;
  }
  div.Pankuzu ul li:after {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 1.8rem;
    color: #888;
    margin-top: -14px;
    content: " \f105";
    font-family: FontAwesome;
  }
  div.Pankuzu ul li:first-child:after {
    color: #888;
    left: 0px;
    margin-top: -14px;
    content: " \f015";
  }
  /* TitleStyle */
  .TitleStyle01 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3.3rem;
    margin-bottom: 30px;
  }
  .TitleStyle02 {
    font-size: 2rem;
    line-height: 2.4rem;
    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: 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.7rem;
    margin-bottom: 20px;
    padding: 10px 12px;
    border-radius: 6px;
  }
  .TitleStyle07 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 8px 12px;
    color: #fff;
  }
  /* TableStyle */
  .TableStyle01,
  .TableStyle02,
  .TableStyle03,
  .TableStyle04,
  .TableStyle05,
  .TableStyle06,
  .TableStyle07 {
    width: 100%;
    margin-bottom: 30px;
  }
  .scroll .TableStyle01,
  .scroll .TableStyle02,
  .scroll .TableStyle03,
  .scroll .TableStyle04,
  .scroll .TableStyle05,
  .scroll .TableStyle06 {
    margin-bottom: 0px !important;
  }
  .TableStyle01 {
    border-top: 1px solid #c0c0c0;
  }
  .TableStyle01 th,
  .TableStyle01 td {
    padding: 10px 0px;
    border-bottom: 1px solid #c0c0c0;
  }
  .TableStyle01 th {
    padding-right: 4%;
  }
  .TableStyle01 thead th,
  .TableStyle01 thead td {
    color: #fff;
  }
  .TableStyle01 thead th {
    padding: 10px 0px 10px 6px;
  }
  .TableStyle02 {
    font-size: 1.6rem;
  }
  .TableStyle02 th,
  .TableStyle02 td {
    padding: 6px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .TableStyle02 th {
    text-align: left;
  }
  .TableStyle02 td {
    text-align: center;
  }
  .TableStyle03 th {
    display: inline-block;
    width: 100%;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #fff;
  }
  .TableStyle03 td {
    display: inline-block;
    width: 100%;
    padding: 14px 4%;
  }
  .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 10px;
  }
  .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 .pc-th {
    display: none !important;
  }
  .TableStyle07 .pc-th {
    display: none !important;
  }




  /* BoxStyle */
  div.OddBox div.InnerBox .BoxStyle01,
  div.EvenBox div.InnerBox .BoxStyle01 {
    border-radius: 6px;
    padding: 0px 15px;
	padding-top: 10px;
    margin-bottom: 16px;
  }
  div.OddBox div.InnerBox .BoxStyle01 {
    background: #fff;
  }
  .BoxStyle02 {
    border-radius: 6px;
    padding: 12px 4%;
    margin-bottom: 25px;
    color: #fff;
  }
  .BoxStyle03 {
    position: relative;
    border-radius: 8px;
    padding: 35px 4%;
    margin-bottom: 25px;
  }
  .BoxStyle03:before,
  .BoxStyle03:after {
    position: absolute;
    display: block;
    font-size: 4rem;
    height: 24px;
    color: #ccc;
    font-family: "Lucida Grande", "Verdana", "Meiryo",
      "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3",
      "MS Pゴシック", Sans-Serif;
  }
  .BoxStyle03:before {
    height: 24px;
    left: 4%;
    top: 0px;
    content: "“";
  }
  .BoxStyle03:after {
    height: 24px;
    right: 4%;
    bottom: 12px;
    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%;
    margin-bottom: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid #c0c0c0;
  }
  .ListStyle02 {
  }
  .ListStyle02 li {
    width: 100%;
    margin-bottom: 8px !important;
    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 !important;
    padding-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .ListStyle03 li:before {
    content: " \f111";
    font-family: FontAwesome;
    margin-right: 8px;
  }
  /* LinkStyle */
  p.SpMoreStyle a,
  a.LinkStyle01,
  .LinkStyle01 li a,
  a.GoogleMapApp {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    height: 48px;
    line-height: 48px;
    padding: 0px 4%;
    border-radius: 5px;
    text-decoration: none !important;
  }
  .LinkStyle01 li a:after,
  p.SpMoreStyle a:after,
  a.GoogleMapApp:after {
    position: absolute;
    right: 3%;
    top: 50%;
    font-size: 2rem;
    margin-top: -24px;
    content: " \f105";
    font-family: FontAwesome;
    margin-left: 10px;
  }
  .LinkStyle01 li span {
    width: 100%;
    display: block;
    background: #ccc;
    color: #000;
    font-size: 1.6rem;
    height: 48px;
    line-height: 48px;
    padding: 0px 4%;
    border-radius: 5px;
  }
  .LinkStyle01 li {
    margin-bottom: 15px !important;
  }
  .LinkStyle02 {
    width: 100%;
  }
  .LinkStyle02 li {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #ccc;
  }
  .LinkStyle02 li a {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px;
    text-decoration: none !important;
    color: #333;
  }
  .LinkStyle02 li a img {
    float: left;
    width: 25%;
    border: 1px solid #ccc;
  }
  .LinkStyle02 li a p {
    float: right;
    width: 72%;
    padding-top: 8px;
    padding-right: 6%;
    margin-bottom: 0px !important;
    line-height: 1.8rem;
  }
  .LinkStyle02 li a p:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    font-size: 2rem;
    content: "\f105";
    font-family: FontAwesome;
    color: #333;
  }
  .LinkStyle02 li a:hover {
    opacity: 0.8;
  }
  a.GoogleMapApp {
    display: block;
    width: 90%;
    height: 44px;
    line-height: 44px;
    margin: 25px 5% 35px;
    color: #fff !important;
  }
  a.GoogleMapApp a:after {
    content: " \f08e" !important;
  }
  /* 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 dt 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: 47%;
  }
  .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 dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .ColumnUnit04-1 dt {
    width: 26%;
    margin-right: 4%;
  }
  .ColumnUnit04-1 dd {
    width: 70%;
  }
  .ColumnUnit05 {
    width: 100%;
  }
  .ColumnUnit05 .ColumnItem,
  ul.ColumnUnit05 li {
    float: left;
    width: 18%;
    margin-right: 2%;
  }
  .ColumnUnit05-1 dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .ColumnUnit05-1 dt {
    width: 26%;
    margin-right: 4%;
  }
  .ColumnUnit05-1 dd {
    width: 70%;
  }
  /* ColumCancel */
  .SpColumCancel .ColumnItem,
  .SpColumCancel li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 12px;
  }
  .SpColumCancel .ColumnItem:last-child,
  .SpColumCancel li:last-child {
    margin-bottom: 0px;
  }
  .SpColumCancel img.SccWid60Per {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
  .SpColumCancel img.SccFlt-L {
    float: left;
    width: 26%;
    margin-right: 4%;
  }
  .SpColumCancel img.SccFlt-R {
    float: right;
    width: 26%;
    margin-left: 4%;
  }
  /* 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:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    color: #333;
  }
  .AcQaStyle dt a:before {
    position: absolute;
    left: 10px;
    top: 11px;
    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 40px;
    text-decoration: none !important;
  }
  .AcQaStyle dd {
    background: #fff;
    padding: 15px 15px 15px 40px;
    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: 10px;
    top: 11px;
    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 40px;
    text-decoration: none !important;
  }
  .AcQaStyleEditColor dd {
    background: #fff;
    padding: 15px 10px 15px 40px;
  }
  .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: 300px;
    margin: 0px 0%;
  }
  /*div.AccessPage div.InnerBox a.GoogleMapApp{ display:block; width:100%; height:44px; line-height:44px; margin:14px 0% 0px; color:#fff !important;}
div.AccessPage div.InnerBox a.GoogleMapApp a:after{content: " \f08e" !important;}*/
  div.AccessPage div.AccessDetail {
    padding: 15px 3%;
    border-radius: 8px;
    margin-top: 20px;
  }
  div.AccessPage div.AccessDetail:before {
    display: none;
  }
  div.AccessPage div.AccessDetail h3 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 8px;
  }
  div.AccessPage div.AccessDetail li {
    margin-bottom: 0px;
  }
  /* NewsPage */
  div.NewsPage div.InnerBox h2 {
    position: relative;
    font-size: 2rem;
    padding-bottom: 12px;
    margin: 0px -6%;
    padding: 0px 5% 10px;
    border-bottom: 1px solid #ccc;
  }
  div.NewsPage div.InnerBox h2:before {
    content: " \f040";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 2rem;
  }
  div.NewsPage .NewsBox {
    padding: 0px 0px 0px;
  }
  div.NewsPage .entryDetailBox .RightBox,
  div.NewsPage .NewsBox .RightBox,
  div.LocalNav {
    width: 100%;
  }
  div.NewsPage .entryDetailBox .RightBox h4,
  div.NewsPage .NewsBox .RightBox h4,
  div.LocalNav .LocalTtl {
    width: 112%;
    text-align: center;
    padding: 2px 0px;
    margin: 0px -6%;
    color: #fff;
  }
  div.NewsPage .entryDetailBox .RightBox p,
  div.NewsPage .NewsBox .RightBox p {
    position: relative;
    text-align: center;
    padding: 6px;
    width: 100%;
    margin-bottom: 0px !important;
  }
  div.NewsPage .entryDetailBox .RightBox span.prev-month,
  div.NewsPage .NewsBox .RightBox span.prev-month {
    position: absolute;
    left: 6px;
  }
  div.NewsPage .entryDetailBox .RightBox span.next-month,
  div.NewsPage .NewsBox .RightBox span.next-month {
    position: absolute;
    right: 6px;
  }
  div.NewsPage .InnerBox ul,
  div.LocalNav ul {
    margin-bottom: 0px;
  }
  div.NewsPage .InnerBox ul li,
  div.LocalNav ul li {
    position: relative;
    width: 110% !important;
    border-bottom: 1px dotted #ccc;
    margin: 0px -5%;
  }
  div.NewsPage .InnerBox ul li a,
  div.LocalNav ul li a {
    display: block;
    width: 100%;
    padding: 12px 5% 12px 4%;
    color: #333;
    text-decoration: none !important;
  }
  div.NewsPage .InnerBox ul li a span {
    display: block;
    margin-bottom: 2px;
  }
  div.NewsPage .InnerBox ul li a span.Title {
    color: #333;
  }
  div.NewsPage div.InnerBox ul li:after,
  div.LocalNav ul li a:after {
    position: absolute;
    right: 3%;
    top: 50%;
    font-size: 2rem;
    color: #888;
    margin-top: -12px;
    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 .entryDetailBox {
    padding: 0px 4%;
  }
  div.NewsPage .entryDetailBox .LeftBox .Date {
    padding-top: 20px;
  }
  div.NewsPage .entryDetailBox .LeftBox .entryBody {
    width: 100%;
    padding-bottom: 30px;
  }
  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: 100%;
    margin: 0 auto 30px;
  }
  ul.ContactListKakunin li {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
  ul.ContactListKakunin li span {
    width: 100%;
    display: block;
    padding: 10px 5%;
    background: #f2f2f2;
  }
  ul.ContactListKakunin li p {
    padding: 10px 5%;
  }
  h4.ContactMessage {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  div.KakuninBox {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
    border: 1px solid #cccccc;
  }
  .TableStyleForm {
    width: 100%;
    margin-bottom: 10px;
  }
  .TableStyleForm th,
  .TableStyleForm td {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .TableStyleForm th {
    padding: 14px 0px 10px 0px;
  }
  .TableStyleForm td {
    padding: 0px 0px 14px 0px;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .TableStyleForm td input,
  .TableStyleForm td textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
  }
  .TableStyleForm th p {
    position: relative;
    display: inline;
  }
  .TableStyleForm th p.Hissu:after {
    margin-left: 10px;
    color: #fff;
    padding: 2px 15px;
    content: "必須";
    font-size: 1.3rem;
  }
  .FormPrivacyBox span.FormError,
  .TableStyleForm td span.FormError {
    display: block;
    font-size: 1.3rem;
    background-color: #cb4a4a;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 4px 0px;
  }
  .FormFinBox01 {
    width: 90%;
    margin: 0px 5%;
  }
  .FormFinBox01 input {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    height: 44px;
    line-height: 44px;
  }
  .FormFinBox01 a {
    display: block;
    cursor: pointer;
    border: none;
    text-align: center !important;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    height: 44px;
    line-height: 44px;
  }
  div.ContactBtnBox02 .back-btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center !important;
    width: 120px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    height: 44px;
    line-height: 44px;
    background-color: #aaa;
  }
  div.ContactBtnBox02 .send-btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center !important;
    width: 120px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-left: 5px;
  }
  .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: -22px;
    color: #fff;
    font-size: 2.2rem;
  }
  div.ContactBtnBox02 {
    width: 100%;
  }
  div.ContactBtnBox02 {
    display: flex;
    justify-content: center;
  }
  div.ContactBtnBox02 input.soushinBtn {
    cursor: pointer;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin-bottom: 15px;
  }
  div.ContactBtnBox02 input.reset {
    cursor: pointer;
    border: none;
    text-align: center;
    background: #777777;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    height: 44px;
    line-height: 44px;
    width: 100%;
  }
  /* -------------------------------------------------- */
  /* AfterArrow */
  .ArrowRTestStyle a {
    width: 100%;
    background: #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 10px;
    color: #000;
  }
  .ArrowR_Sp,
  .ArrowRG_Sp a,
  .ArrowR02_Sp,
  .ArrowRG02_Sp a,
  .ArrowR03_Sp,
  .ArrowRG03_Sp a,
  .ArrowB_Sp,
  .ArrowBG_Sp a,
  .ArrowB02_Sp,
  .ArrowBG02_Sp a,
  .ArrowB03_Sp,
  .ArrowBG03_Sp a,
  .ArrowT_Sp,
  .ArrowTG_Sp a,
  .ArrowT02_Sp,
  .ArrowTG02_Sp a,
  .ArrowT03_Sp,
  .ArrowTG03_Sp a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .ArrowR02_Sp,
  .ArrowRG02_Sp a,
  .ArrowB02_Sp,
  .ArrowBG02_Sp a,
  .ArrowT02_Sp,
  .ArrowTG02_Sp a {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ArrowR03_Sp,
  .ArrowRG03_Sp a,
  .ArrowB03_Sp,
  .ArrowBG03_Sp a,
  .ArrowT03_Sp,
  .ArrowTG03_Sp a {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ArrowR_Sp:after,
  .ArrowRG_Sp a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
  }
  .ArrowR02_Sp:after,
  .ArrowRG02_Sp a:after {
    margin-left: 14px;
    content: "\f105";
    font-family: FontAwesome;
  }
  .ArrowB_Sp:after,
  .ArrowBG_Sp a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
  }
  .ArrowB02_Sp:after,
  .ArrowBG02_Sp a:after {
    margin-left: 14px;
    content: "\f107";
    font-family: FontAwesome;
  }
  .ArrowT_Sp:after,
  .ArrowTG_Sp a:after {
    margin-left: auto;
    display: inline-block;
    content: "\f106";
    font-family: FontAwesome;
  }
  .ArrowT02_Sp:after,
  .ArrowTG02_Sp a:after {
    margin-left: 14px;
    content: "\f106";
    font-family: FontAwesome;
  }
  .ArrowR03_Sp:after,
  .ArrowRG03_Sp a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowB03_Sp:after,
  .ArrowBG03_Sp a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowT03_Sp:after,
  .ArrowTG03_Sp a:after {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
  }
  .ArrowR03_Sp:before,
  .ArrowRG03_Sp a:before {
    content: "";
    display: inline-block;
  }
  .ArrowB03_Sp:before,
  .ArrowBG03_Sp a:before {
    content: "";
    display: inline-block;
  }
  .ArrowT03_Sp:before,
  .ArrowTG03_Sp a:before {
    content: "";
    display: inline-block;
  }
  /* -------------------------------------------------- */
  /* flexbox */
  .FlexBoxSp {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .FlexBoxSpL {
    -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;
  }
  .FlexBoxSpR {
    -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;
  }
  .FlexBoxSpC {
    -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;
  }
  .FlexBoxSpB {
    -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;
  }
  .FlexBoxSpA {
    -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;
  }
  .FlexBoxSpM {
    -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;
  }

  /*	ーーーーー主な疾患と症状ーーーーーーー*/

  .symptoms-detail .img {
    width: 180px;
    margin: 0 auto;
    display: block;
  }

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

  .symptoms-detail .TitleStyle04 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }

	
  /*ーーーーー自由診療ーーーーーーー*/		
	.freeTitle{font-size: 2.1rem; color: #4C94D4;font-weight: 600;}

	.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;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: 1.9rem;font-weight: 600;line-height: 1.5;padding-bottom: 15px;}
	.freeBox02 p{margin-bottom: 0!important;font-size: 1.8rem;font-weight: 600;}
	.freeBox02 h4{font-size: 1.9rem; 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: 14px; left: 0;}
	.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%;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;text-align: center;}	
	
	.freeBTN{width: 100%; max-width: 200px; margin: 10px auto;}
	.freeBTN a{display: inline-block;background: #4C94D4;  color: #fff!important;text-decoration:none!important;padding: 8px 20px;position: relative;transition: 0.4s;font-weight: 400;}

	.freeBTN_pink{width: 100%; max-width: 200px; margin: 10px auto;}
	.freeBTN_pink a{display: inline-block;background: #E68484;  color: #fff!important;text-decoration:none!important;padding: 8px 20px;position: relative;transition: 0.4s;font-weight: 400;}

	
	.freeblue{color: #2D587F;}
	.freepink{color: #9F5555}
	
  /*ーーーーー美容皮膚科ーーーーーーー*/	
	
	.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.8rem; display:block;color: #000;position: absolute;top: -2px;right: -13px;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.8rem;
	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.8rem;}
	.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{position: relative;padding-bottom: 15px;}
	.skinList01	li:last-child{margin-bottom: 15px!important;}
	.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.9rem;}
	.skinList02	li::before{content: "●"; display: block;position: absolute;top: 3px;left: 7px; bottom: 0;margin:auto 0;color: #ea7ba5;font-size: 1.3rem;}	
	
	
	.flow_box{background: #FCF1F6; padding: 20px;border-radius: 15px; margin-top: 20px;position: relative;}
	
	.flow_box h3{font-size: 2.1rem;font-weight: 600;background: #ea7ba5;padding: 2px 20px;display: inline-block;border-radius: 0 50px 50px 0 ;margin-bottom: 15px;text-align: center;position:inherit;z-index: 50;color: #fff;}
	.flow_box::after{content: "";display: block; border-bottom: 2px dotted #ea7ba5;width:85%;height: 2px; position: absolute;top:32px; left: 0; right: 0;margin: 0 auto;z-index: 0;}
	

	.skinBTN a{background: #ea7ba5;border: 1px solid #ea7ba5; display: block; color: #fff!important;width: 100%; max-width:250px; margin: 50px auto;padding: 13px 20px;text-decoration: none!important;text-align: center;font-size: 1.8rem;}
	
	.skinTitle01{font-size: 2.1rem;font-weight: 600;padding-bottom: 10px;}
	.skinBox01{background: #FAE4ED;padding: 20px;border-radius: 15px; margin-top: 20px;}
	
	.skinBox01 .ListDisc li{width: 91%!important;}
	
	.skinBox_flex01{display: flex;justify-content: center;flex-direction: column; gap:20px;background: #F2E5E5;padding: 15px;margin-bottom: 25px;}
	.skinBox_flex01 .skinBox_flex01_logo{width: 100%;max-width: 450px; margin: 0 auto!important;}
	.skinBox_flex01 .skinBox_flex01_logo img{width: 100%;}
	.skinBox_flex01 .skinBox_flex01_r{width: 100%;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 10px;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;}	
  /* -------------------------------------------------- */
  /* - FormStyle */
  input[type="url"],
  input[type="tel"],
  input[type="text"],
  input[type="number"],
  input[type="search"],
  input[type="password"],
  textarea {
    font-size: 1.6rem;
  }
  input[type="url"],
  input[type="tel"],
  input[type="text"],
  input[type="number"],
  input[type="search"],
  input[type="submit"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  /* -------------------------------------------------- */
  /* block item Width */
  .wid10Per_sp {
    width: 10% !important;
  }
  .wid15Per_sp {
    width: 15% !important;
  }
  .wid20Per_sp {
    width: 20% !important;
  }
  .wid25Per_sp {
    width: 25% !important;
  }
  .wid30Per_sp {
    width: 30% !important;
  }
  .wid35Per_sp {
    width: 35% !important;
  }
  .wid40Per_sp {
    width: 40% !important;
  }
  .wid45Per_sp {
    width: 45% !important;
  }
  .wid50Per_sp {
    width: 50% !important;
  }
  .wid55Per_sp {
    width: 55% !important;
  }
  .wid60Per_sp {
    width: 60% !important;
  }
  .wid65Per_sp {
    width: 65% !important;
  }
  .wid70Per_sp {
    width: 70% !important;
  }
  .wid75Per_sp {
    width: 75% !important;
  }
  .wid80Per_sp {
    width: 80% !important;
  }
  .wid85Per_sp {
    width: 85% !important;
  }
  .wid90Per_sp {
    width: 90% !important;
  }
  .wid95Per_sp {
    width: 95% !important;
  }
  .wid100Per_sp {
    width: 100% !important;
  }
  .wid50_sp {
    width: 50px !important;
  }
  .wid100_sp {
    width: 100px !important;
  }
  .wid110_sp {
    width: 110px !important;
  }
  .wid120_sp {
    width: 120px !important;
  }
  .wid130_sp {
    width: 130px !important;
  }
  .wid140_sp {
    width: 140px !important;
  }
  .wid150_sp {
    width: 150px !important;
  }
  .wid200_sp {
    width: 200px !important;
  }
  .wid250_sp {
    width: 250px !important;
  }
  .wid300_sp {
    width: 300px !important;
  }
  .wid350_sp {
    width: 350px !important;
  }
  .wid400_sp {
    width: 400px !important;
  }
  .wid450_sp {
    width: 450px !important;
  }
  .wid500_sp {
    width: 500px !important;
  }
  .wid550_sp {
    width: 550px !important;
  }
  .wid600_sp {
    width: 600px !important;
  }
  .wid650_sp {
    width: 650px !important;
  }
  .wid700_sp {
    width: 700px !important;
  }
  .wid750_sp {
    width: 750px !important;
  }
  .wid800_sp {
    width: 800px !important;
  }
  .wid850_sp {
    width: 850px !important;
  }
  .wid900_sp {
    width: 900px !important;
  }
  .wid950_sp {
    width: 950px !important;
  }
  /* -------------------------------------------------- */
  /* block item Margin */
  /* - All margin */
  .marA0_sp {
    margin: 0px !important;
  }
  .marA5_sp {
    margin: 5px !important;
  }
  .marA10_sp {
    margin: 10px !important;
  }
  .marA15_sp {
    margin: 15px !important;
  }
  .marA20_sp {
    margin: 20px !important;
  }
  .marA25_sp {
    margin: 25px !important;
  }
  .marA30_sp {
    margin: 30px !important;
  }
  .marA40_sp {
    margin: 40px !important;
  }
  .marA50_sp {
    margin: 50px !important;
  }
  .marA60_sp {
    margin: 60px !important;
  }
  .marA70_sp {
    margin: 70px !important;
  }
  .marA80_sp {
    margin: 80px !important;
  }
  .marA90_sp {
    margin: 90px !important;
  }
  /* - Top margin */
  .marT0_sp {
    margin-top: 0px !important;
  }
  .marT5_sp {
    margin-top: 5px !important;
  }
  .marT10_sp {
    margin-top: 10px !important;
  }
  .marT15_sp {
    margin-top: 15px !important;
  }
  .marT20_sp {
    margin-top: 20px !important;
  }
  .marT25_sp {
    margin-top: 25px !important;
  }
  .marT30_sp {
    margin-top: 30px !important;
  }
  .marT40_sp {
    margin-top: 40px !important;
  }
  .marT50_sp {
    margin-top: 50px !important;
  }
  .marT60_sp {
    margin-top: 60px !important;
  }
  .marT70_sp {
    margin-top: 70px !important;
  }
  .marT80_sp {
    margin-top: 80px !important;
  }
  .marT90_sp {
    margin-top: 90px !important;
  }
  /* - Bottom margin */
  .marB0_sp {
    margin-bottom: 0px !important;
  }
  .marB5_sp {
    margin-bottom: 5px !important;
  }
  .marB10_sp {
    margin-bottom: 10px !important;
  }
  .marB15_sp {
    margin-bottom: 15px !important;
  }
  .marB20_sp {
    margin-bottom: 20px !important;
  }
  .marB25_sp {
    margin-bottom: 25px !important;
  }
  .marB30_sp {
    margin-bottom: 30px !important;
  }
  .marB40_sp {
    margin-bottom: 40px !important;
  }
  .marB50_sp {
    margin-bottom: 50px !important;
  }
  .marB60_sp {
    margin-bottom: 60px !important;
  }
  .marB70_sp {
    margin-bottom: 70px !important;
  }
  .marB80_sp {
    margin-bottom: 80px !important;
  }
  .marB90_sp {
    margin-bottom: 90px !important;
  }
  /* - Left margin */
  .marL0_sp {
    margin-left: 0px !important;
  }
  .marL5_sp {
    margin-left: 5px !important;
  }
  .marL10_sp {
    margin-left: 10px !important;
  }
  .marL15_sp {
    margin-left: 15px !important;
  }
  .marL20_sp {
    margin-left: 20px !important;
  }
  .marL25_sp {
    margin-left: 25px !important;
  }
  .marL30_sp {
    margin-left: 30px !important;
  }
  .marL40_sp {
    margin-left: 40px !important;
  }
  .marL50_sp {
    margin-left: 50px !important;
  }
  .marL60_sp {
    margin-left: 60px !important;
  }
  .marL70_sp {
    margin-left: 70px !important;
  }
  .marL80_sp {
    margin-left: 80px !important;
  }
  .marL90_sp {
    margin-left: 90px !important;
  }
  /* - Right margin */
  .marR0_sp {
    margin-right: 0px !important;
  }
  .marR5_sp {
    margin-right: 5px !important;
  }
  .marR10_sp {
    margin-right: 10px !important;
  }
  .marR15_sp {
    margin-right: 15px !important;
  }
  .marR20_sp {
    margin-right: 20px !important;
  }
  .marR25_sp {
    margin-right: 25px !important;
  }
  .marR30_sp {
    margin-right: 30px !important;
  }
  .marR40_sp {
    margin-right: 40px !important;
  }
  .marR50_sp {
    margin-right: 50px !important;
  }
  .marR60_sp {
    margin-right: 60px !important;
  }
  .marR70_sp {
    margin-right: 70px !important;
  }
  .marR80_sp {
    margin-right: 80px !important;
  }
  .marR90_sp {
    margin-right: 90px !important;
  }
  /* -------------------------------------------------- */
  /* - All padding */
  .padA0_sp {
    padding: 0px !important;
  }
  .padA5_sp {
    padding: 5px !important;
  }
  .padA10_sp {
    padding: 10px !important;
  }
  .padA15_sp {
    padding: 15px !important;
  }
  .padA20_sp {
    padding: 20px !important;
  }
  .padA25_sp {
    padding: 25px !important;
  }
  .padA30_sp {
    padding: 30px !important;
  }
  .padA40_sp {
    padding: 40px !important;
  }
  .padA50_sp {
    padding: 50px !important;
  }
  .padA60_sp {
    padding: 60px !important;
  }
  .padA70_sp {
    padding: 70px !important;
  }
  .padA80_sp {
    padding: 80px !important;
  }
  .padA90_sp {
    padding: 90px !important;
  }
  /* - Top padding */
  .padT0_sp {
    padding-top: 0px !important;
  }
  .padT5_sp {
    padding-top: 5px !important;
  }
  .padT10_sp {
    padding-top: 10px !important;
  }
  .padT15_sp {
    padding-top: 15px !important;
  }
  .padT20_sp {
    padding-top: 20px !important;
  }
  .padT25_sp {
    padding-top: 25px !important;
  }
  .padT30_sp {
    padding-top: 30px !important;
  }
  .padT40_sp {
    padding-top: 40px !important;
  }
  .padT50_sp {
    padding-top: 50px !important;
  }
  .padT60_sp {
    padding-top: 60px !important;
  }
  .padT70_sp {
    padding-top: 70px !important;
  }
  .padT80_sp {
    padding-top: 80px !important;
  }
  .padT90_sp {
    padding-top: 90px !important;
  }
  /* - Bottom padding */
  .padB0_sp {
    padding-bottom: 0px !important;
  }
  .padB5_sp {
    padding-bottom: 5px !important;
  }
  .padB10_sp {
    padding-bottom: 10px !important;
  }
  .padB15_sp {
    padding-bottom: 15px !important;
  }
  .padB20_sp {
    padding-bottom: 20px !important;
  }
  .padB25_sp {
    padding-bottom: 25px !important;
  }
  .padB30_sp {
    padding-bottom: 30px !important;
  }
  .padB40_sp {
    padding-bottom: 40px !important;
  }
  .padB50_sp {
    padding-bottom: 50px !important;
  }
  .padB60_sp {
    padding-bottom: 60px !important;
  }
  .padB70_sp {
    padding-bottom: 70px !important;
  }
  .padB80_sp {
    padding-bottom: 80px !important;
  }
  .padB90_sp {
    padding-bottom: 90px !important;
  }
  /* - Left padding */
  .padL0_sp {
    padding-left: 0px !important;
  }
  .padL5_sp {
    padding-left: 5px !important;
  }
  .padL10_sp {
    padding-left: 10px !important;
  }
  .padL15_sp {
    padding-left: 15px !important;
  }
  .padL20_sp {
    padding-left: 20px !important;
  }
  .padL25_sp {
    padding-left: 25px !important;
  }
  .padL30_sp {
    padding-left: 30px !important;
  }
  .padL40_sp {
    padding-left: 40px !important;
  }
  .padL50_sp {
    padding-left: 50px !important;
  }
  .padL60_sp {
    padding-left: 60px !important;
  }
  .padL70_sp {
    padding-left: 70px !important;
  }
  .padL80_sp {
    padding-left: 80px !important;
  }
  .padL90_sp {
    padding-left: 90px !important;
  }
  /* - Right padding */
  .padR0_sp {
    padding-right: 0px !important;
  }
  .padR5_sp {
    padding-right: 5px !important;
  }
  .padR10_sp {
    padding-right: 10px !important;
  }
  .padR15_sp {
    padding-right: 15px !important;
  }
  .padR20_sp {
    padding-right: 20px !important;
  }
  .padR25_sp {
    padding-right: 25px !important;
  }
  .padR30_sp {
    padding-right: 30px !important;
  }
  .padR40_sp {
    padding-right: 40px !important;
  }
  .padR50_sp {
    padding-right: 50px !important;
  }
  .padR60_sp {
    padding-right: 60px !important;
  }
  .padR70_sp {
    padding-right: 70px !important;
  }
  .padR80_sp {
    padding-right: 80px !important;
  }
  .padR90_sp {
    padding-right: 90px !important;
  }
  /* - Font size */
  .txt10px_sp {
    font-size: 1rem !important;
  }
  .txt11px_sp {
    font-size: 1.1rem !important;
  }
  .txt12px_sp {
    font-size: 1.2rem !important;
  }
  .txt13px_sp {
    font-size: 1.3rem !important;
  }
  .txt14px_sp {
    font-size: 1.4rem !important;
  }
  .txt15px_sp {
    font-size: 1.5rem !important;
  }
  .txt16px_sp {
    font-size: 1.6rem !important;
  }
  .txt17px_sp {
    font-size: 1.7rem !important;
  }
  .txt18px_sp {
    font-size: 1.8rem !important;
  }
  .txt19px_sp {
    font-size: 1.9rem !important;
  }
  .txt20px_sp {
    font-size: 2rem !important;
  }
  .txt21px_sp {
    font-size: 2.1rem !important;
  }
  .txt22px_sp {
    font-size: 2.2rem !important;
  }
  .txt23px_sp {
    font-size: 2.3rem !important;
  }
  .txt24px_sp {
    font-size: 2.4rem !important;
  }
  .txt25px_sp {
    font-size: 2.5rem !important;
  }
  .txt26px_sp {
    font-size: 2.6rem !important;
  }
  /* Float setting */
  .flt-L_sp {
    float: left !important;
  }
  .flt-R_sp {
    float: right !important;
  }
  /* Align setting */
  .ali-L_sp {
    text-align: left !important;
  }
  .ali-C_sp {
    text-align: center !important;
  }
  .ali-R_sp {
    text-align: right !important;
  }
  .SpNodisplay {
    display: none !important;
  }
  .PcNodisplay {
    display: inherit !important;
  }

  .RightBox--news li {
    position: relative;
    height: 55px;
    padding: 0 2px 0 4.5em;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 1.5rem;
  }

  .RightBox--news li a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: flex !important;
    align-items: center !important;
    line-height: 1;
    font-size: 1.5rem;
  }

}
