/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */ } }

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
.menu_toggle {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .menu_toggle.active {
    opacity: 1;
    visibility: visible; }
  .menu_toggle ul li {
    position: relative;
    overflow: hidden; }
  .menu_toggle p {
    margin-bottom: 0; }
  .menu_toggle .inside > ul > li a, .menu_toggle .inside > ul > li p {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .menu_toggle .inside > ul > li:nth-child(1) a, .menu_toggle .inside > ul > li:nth-child(1) p {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .menu_toggle .inside > ul > li:nth-child(2) a, .menu_toggle .inside > ul > li:nth-child(2) p {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .menu_toggle .inside > ul > li:nth-child(3) a, .menu_toggle .inside > ul > li:nth-child(3) p {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .menu_toggle .inside > ul > li:nth-child(4) a, .menu_toggle .inside > ul > li:nth-child(4) p {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .menu_toggle .inside > ul > li:nth-child(5) a, .menu_toggle .inside > ul > li:nth-child(5) p {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .menu_toggle .inside > ul > li:nth-child(6) a, .menu_toggle .inside > ul > li:nth-child(6) p {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .menu_toggle .inside > ul > li:nth-child(7) a, .menu_toggle .inside > ul > li:nth-child(7) p {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s; }
  .menu_toggle .inside > ul > li:nth-child(8) a, .menu_toggle .inside > ul > li:nth-child(8) p {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .menu_toggle .inside > ul > li:nth-child(9) a, .menu_toggle .inside > ul > li:nth-child(9) p {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s; }
  .menu_toggle .inside > ul > li:nth-child(10) a, .menu_toggle .inside > ul > li:nth-child(10) p {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .menu_toggle .inside > ul > li:nth-child(11) a, .menu_toggle .inside > ul > li:nth-child(11) p {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .menu_toggle .inside > ul > li:nth-child(12) a, .menu_toggle .inside > ul > li:nth-child(12) p {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .menu_toggle .inside > ul > li:nth-child(13) a, .menu_toggle .inside > ul > li:nth-child(13) p {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s; }
  .menu_toggle .inside > ul > li:nth-child(14) a, .menu_toggle .inside > ul > li:nth-child(14) p {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .menu_toggle .inside > ul > li:nth-child(15) a, .menu_toggle .inside > ul > li:nth-child(15) p {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s; }
  .menu_toggle.active .inside > ul > li a, .menu_toggle.active .inside > ul > li p {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .menu_toggle .inside {
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto; }
    .menu_toggle .inside > ul {
      padding: 60px 0 60px;
      width: 100%; }
      .menu_toggle .inside > ul > li {
        background-repeat: no-repeat;
        background-position: left 10px top 13px;
        background-size: auto 20px; }
        .menu_toggle .inside > ul > li:first-child > a::before, .menu_toggle .inside > ul > li:first-child > a::after, .menu_toggle .inside > ul > li:first-child > p::before, .menu_toggle .inside > ul > li:first-child > p::after {
          display: none; }
        .menu_toggle .inside > ul > li > a, .menu_toggle .inside > ul > li > p.title {
          cursor: pointer;
          padding: 12px 20px 12px 20px;
          display: block;
          position: relative;
          border-bottom: 0px dashed #fefefe;
          font-size: 15px;
          font-weight: 700;
          color: #838E95;
          text-align: center;
          text-decoration: none; }
          .menu_toggle .inside > ul > li > a span, .menu_toggle .inside > ul > li > p.title span {
            display: block;
            font-size: 80%;
            color: #3ba4cc;
            letter-spacing: 2px; }
        .menu_toggle .inside > ul > li > a::before {
          position: absolute;
          top: 50%;
          left: 8px;
          border: 4px solid #ffffff;
          border-bottom-color: transparent;
          border-right-color: transparent;
          border-top-color: transparent;
          -webkit-transform: translateY(-50%) scaleX(1.4);
          -ms-transform: translateY(-50%) scaleX(1.4);
          transform: translateY(-50%) scaleX(1.4); }
        .menu_toggle .inside > ul > li > p.title::before, .menu_toggle .inside > ul > li > p.title::after {
          content: "";
          background-color: #3ba4cc;
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 10px;
          height: 2px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1; }
        .menu_toggle .inside > ul > li > p.title::before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .menu_toggle .inside > ul > li > p.title::after {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }
        .menu_toggle .inside > ul > li > p.title.rotate::before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .menu_toggle .inside > ul > li > p.title.rotate::after {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .menu_toggle .lv2 ul {
    background-color: rgba(107, 158, 178, 0.8); }
  .menu_toggle .lv2 li {
    padding: 0 10px; }
    .menu_toggle .lv2 li a, .menu_toggle .lv2 li p.title {
      display: block;
      position: relative;
      color: #fff;
      font-size: 13px;
      padding: 10px 10px 10px 25px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.7); }
    .menu_toggle .lv2 li a::after {
      content: "\203A";
      display: block;
      position: absolute;
      top: 47%;
      left: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: normal; }

#nav-icon {
  width: 32px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  #nav-icon span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 7px; }
    #nav-icon span:nth-child(4) {
      top: 14px; }
  #nav-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%; }

@media only screen and (max-width: 768px) {
  .hamburger-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10; }
    .hamburger-btn .button-toggle {
      height: 55px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      cursor: pointer; }
      .hamburger-btn .button-toggle #nav-icon {
        height: 28px;
        width: 30px;
        margin: 0 auto; }
        .hamburger-btn .button-toggle #nav-icon span {
          background: #ffffff; }
          .hamburger-btn .button-toggle #nav-icon span:nth-of-type(1) {
            top: 3px; }
          .hamburger-btn .button-toggle #nav-icon span:nth-of-type(2), .hamburger-btn .button-toggle #nav-icon span:nth-of-type(3) {
            top: 12px; }
          .hamburger-btn .button-toggle #nav-icon span:nth-of-type(4) {
            top: 21px; }
      .hamburger-btn .button-toggle #menu_btn {
        color: #ffffff;
        font-size: 12px; }
      .hamburger-btn .button-toggle.active #menu_btn {
        color: #fff; }
      .hamburger-btn .button-toggle.active #nav-icon span {
        background: #fff; }
  .menu_toggle {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden; }
    .menu_toggle.active {
      opacity: 1;
      visibility: visible; }
    .menu_toggle ul li {
      position: relative;
      overflow: hidden; }
    .menu_toggle p {
      margin-bottom: 0; }
    .menu_toggle .inside > ul > li a, .menu_toggle .inside > ul > li p {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .menu_toggle .inside > ul > li:nth-child(1) a, .menu_toggle .inside > ul > li:nth-child(1) p {
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .menu_toggle .inside > ul > li:nth-child(2) a, .menu_toggle .inside > ul > li:nth-child(2) p {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .menu_toggle .inside > ul > li:nth-child(3) a, .menu_toggle .inside > ul > li:nth-child(3) p {
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .menu_toggle .inside > ul > li:nth-child(4) a, .menu_toggle .inside > ul > li:nth-child(4) p {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .menu_toggle .inside > ul > li:nth-child(5) a, .menu_toggle .inside > ul > li:nth-child(5) p {
      -webkit-transition-delay: 0.45s;
      -o-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    .menu_toggle .inside > ul > li:nth-child(6) a, .menu_toggle .inside > ul > li:nth-child(6) p {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .menu_toggle .inside > ul > li:nth-child(7) a, .menu_toggle .inside > ul > li:nth-child(7) p {
      -webkit-transition-delay: 0.55s;
      -o-transition-delay: 0.55s;
      transition-delay: 0.55s; }
    .menu_toggle .inside > ul > li:nth-child(8) a, .menu_toggle .inside > ul > li:nth-child(8) p {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .menu_toggle .inside > ul > li:nth-child(9) a, .menu_toggle .inside > ul > li:nth-child(9) p {
      -webkit-transition-delay: 0.65s;
      -o-transition-delay: 0.65s;
      transition-delay: 0.65s; }
    .menu_toggle .inside > ul > li:nth-child(10) a, .menu_toggle .inside > ul > li:nth-child(10) p {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .menu_toggle .inside > ul > li:nth-child(11) a, .menu_toggle .inside > ul > li:nth-child(11) p {
      -webkit-transition-delay: 0.75s;
      -o-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .menu_toggle .inside > ul > li:nth-child(12) a, .menu_toggle .inside > ul > li:nth-child(12) p {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .menu_toggle .inside > ul > li:nth-child(13) a, .menu_toggle .inside > ul > li:nth-child(13) p {
      -webkit-transition-delay: 0.85s;
      -o-transition-delay: 0.85s;
      transition-delay: 0.85s; }
    .menu_toggle .inside > ul > li:nth-child(14) a, .menu_toggle .inside > ul > li:nth-child(14) p {
      -webkit-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .menu_toggle .inside > ul > li:nth-child(15) a, .menu_toggle .inside > ul > li:nth-child(15) p {
      -webkit-transition-delay: 0.95s;
      -o-transition-delay: 0.95s;
      transition-delay: 0.95s; }
    .menu_toggle .inside > ul > li:nth-child(16) a, .menu_toggle .inside > ul > li:nth-child(16) p {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .menu_toggle .inside > ul > li:nth-child(17) a, .menu_toggle .inside > ul > li:nth-child(17) p {
      -webkit-transition-delay: 1.05s;
      -o-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    .menu_toggle .inside > ul > li:nth-child(18) a, .menu_toggle .inside > ul > li:nth-child(18) p {
      -webkit-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .menu_toggle .inside > ul > li:nth-child(19) a, .menu_toggle .inside > ul > li:nth-child(19) p {
      -webkit-transition-delay: 1.15s;
      -o-transition-delay: 1.15s;
      transition-delay: 1.15s; }
    .menu_toggle .inside > ul > li:nth-child(20) a, .menu_toggle .inside > ul > li:nth-child(20) p {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .menu_toggle .inside > ul > li:nth-child(21) a, .menu_toggle .inside > ul > li:nth-child(21) p {
      -webkit-transition-delay: 1.25s;
      -o-transition-delay: 1.25s;
      transition-delay: 1.25s; }
    .menu_toggle .inside > ul > li:nth-child(22) a, .menu_toggle .inside > ul > li:nth-child(22) p {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .menu_toggle .inside > ul > li:nth-child(23) a, .menu_toggle .inside > ul > li:nth-child(23) p {
      -webkit-transition-delay: 1.35s;
      -o-transition-delay: 1.35s;
      transition-delay: 1.35s; }
    .menu_toggle .inside > ul > li:nth-child(24) a, .menu_toggle .inside > ul > li:nth-child(24) p {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .menu_toggle .inside > ul > li:nth-child(25) a, .menu_toggle .inside > ul > li:nth-child(25) p {
      -webkit-transition-delay: 1.45s;
      -o-transition-delay: 1.45s;
      transition-delay: 1.45s; }
    .menu_toggle .inside > ul > li:nth-child(26) a, .menu_toggle .inside > ul > li:nth-child(26) p {
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .menu_toggle .inside > ul > li:nth-child(27) a, .menu_toggle .inside > ul > li:nth-child(27) p {
      -webkit-transition-delay: 1.55s;
      -o-transition-delay: 1.55s;
      transition-delay: 1.55s; }
    .menu_toggle .inside > ul > li:nth-child(28) a, .menu_toggle .inside > ul > li:nth-child(28) p {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .menu_toggle .inside > ul > li:nth-child(29) a, .menu_toggle .inside > ul > li:nth-child(29) p {
      -webkit-transition-delay: 1.65s;
      -o-transition-delay: 1.65s;
      transition-delay: 1.65s; }
    .menu_toggle .inside > ul > li:nth-child(30) a, .menu_toggle .inside > ul > li:nth-child(30) p {
      -webkit-transition-delay: 1.7s;
      -o-transition-delay: 1.7s;
      transition-delay: 1.7s; }
    .menu_toggle.active .inside > ul > li a, .menu_toggle.active .inside > ul > li p {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .menu_toggle .inside {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      /* Lets it scroll lazy */
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .menu_toggle .inside > ul {
        padding: 60px 0;
        width: 100%; }
        .menu_toggle .inside > ul > li {
          background-repeat: no-repeat;
          background-position: left 10px top 13px;
          background-size: auto 20px; }
          .menu_toggle .inside > ul > li:first-child > a::before, .menu_toggle .inside > ul > li:first-child > a::after, .menu_toggle .inside > ul > li:first-child > p::before, .menu_toggle .inside > ul > li:first-child > p::after {
            display: none; }
          .menu_toggle .inside > ul > li > a, .menu_toggle .inside > ul > li > p.title {
            cursor: pointer;
            padding: 12px 20px 12px 20px;
            display: block;
            position: relative;
            border-bottom: 0px dashed #fefefe;
            font-size: 15px;
            font-weight: 700;
            color: #000;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize; }
            .menu_toggle .inside > ul > li > a i, .menu_toggle .inside > ul > li > p.title i {
              font-style: normal; }
            .menu_toggle .inside > ul > li > a span, .menu_toggle .inside > ul > li > p.title span {
              display: block;
              font-size: 80%;
              color: #3ba4cc;
              letter-spacing: 2px; }
          .menu_toggle .inside > ul > li > a::before {
            position: absolute;
            top: 50%;
            left: 8px;
            border: 4px solid #ffffff;
            border-bottom-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            -webkit-transform: translateY(-50%) scaleX(1.4);
            -ms-transform: translateY(-50%) scaleX(1.4);
            transform: translateY(-50%) scaleX(1.4); }
          .menu_toggle .inside > ul > li > p.title::before, .menu_toggle .inside > ul > li > p.title::after {
            content: "";
            background-color: #6fadcf;
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            width: 10px;
            height: 2px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 1; }
          .menu_toggle .inside > ul > li > p.title::before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .menu_toggle .inside > ul > li > p.title::after {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
          .menu_toggle .inside > ul > li > p.title.rotate::before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .menu_toggle .inside > ul > li > p.title.rotate::after {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .menu_toggle .lv2 ul {
      background-color: #6fadcf; }
    .menu_toggle .lv2 li {
      padding: 0 10px; }
      .menu_toggle .lv2 li a, .menu_toggle .lv2 li p.title {
        display: block;
        position: relative;
        color: #fff;
        font-size: 13px;
        padding: 10px 10px 10px 34px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.7); }
      .menu_toggle .lv2 li a::after {
        content: "\203A";
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: normal; }
  .menu_sp.menu_toggle {
    padding-top: 80px; }
  .menu_sp .menu02, .menu_sp .menu04 {
    margin-top: 54px; }
  .menu_sp .ft_link {
    padding: 0 10px; }
    .menu_sp .ft_link li {
      margin-left: 0;
      color: #333; }
      .menu_sp .ft_link li::before {
        background: #333;
        top: 8px; }
    .menu_sp .ft_link .ttl {
      font-size: 24px; }
  .menu_sp .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%; }
  figure {
    text-align: center; }
  img {
    max-width: 100%; }
  .TabContainer .TabPager li {
    width: 33%; }
  .totop {
    top: auto;
    bottom: 85px;
    left: 20px;
    position: fixed; }
    .totop .icon {
      width: 50px;
      height: 50px; }
  .fblock {
    display: block; }
    .fblock.true {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .under .topic_path {
    padding: 25px 0 7px; }
  .txt_l,
  .txt_r {
    float: none;
    width: auto; }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none; }
  .btn-group .btn.style01, .btn-group .btn.style02 {
    max-width: 250px; }
    .btn-group .btn.style01 a, .btn-group .btn.style02 a {
      padding: 7px 35px;
      font-size: 15px; }
      .btn-group .btn.style01 a.md, .btn-group .btn.style02 a.md {
        font-size: 13px; }
  p {
    margin-bottom: 13px;
    line-height: 1.8; }
  a .tel_click:hover {
    opacity: 1;
    color: inherit; }
  .slick-prev {
    left: 0px; }
  .slick-next {
    right: 0px; }
  .slick-arrow {
    z-index: 1;
    top: 15vw; } }

/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit; }
  .inner, .inner_sm {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px; }
  .list_dns_sp {
    position: absolute;
    right: 20px;
    top: 150px;
    display: none; }
    .list_dns_sp .item {
      margin-bottom: 30px;
      position: relative; }
      .list_dns_sp .item img {
        max-width: 25px; }
    .list_dns_sp a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .list_dns_sp.active {
      display: block; }
  .header_top {
    background-color: white;
    width: 100%;
    height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0; }
    .header_top::before {
      display: none; }
    .header_top.active {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .header_top p {
      margin-bottom: 0; }
    .header_top .logo {
      max-width: 160px;
      width: auto;
      position: static;
      left: 0;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .header_top .inner {
      height: auto;
      display: block; }
  .h_banner_right {
    display: none; }
  footer {
    padding: 40px 0 80px 0;
    background-image: url(../images/ft_bg_sp.jpg); }
    footer .ft_logo {
      text-align: center; }
    footer .ft_info {
      width: 100%;
      max-width: 590px;
      margin: 0 auto;
      padding: 0; }
    footer .ft_info .des {
      max-width: 280px;
      margin: 0 auto;
      font-size: 13px; }
    footer .ft_add {
      max-width: 280px;
      margin: 10px auto 20px auto; }
      footer .ft_add .tel {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        background-image: none;
        font-size: 24px; }
        footer .ft_add .tel a {
          padding-left: 30px;
          pointer-events: visible;
          background: url(../images/ft_icon_tel.png) no-repeat;
          background-position: left top 9px;
          background-size: auto 20px; }
          footer .ft_add .tel a:hover {
            color: #fff;
            opacity: 1; }
    footer .ft_btn {
      max-width: 280px;
      margin: 0 auto; }
      footer .ft_btn p {
        padding: 15px 0;
        font-size: 12px; }
    footer .copyright {
      margin-top: 20px; }
  .fixed_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .fixed_banner.active {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .fixed_banner::before {
      display: none; }
    .fixed_banner p {
      position: relative;
      font-weight: normal; }
      .fixed_banner p::before {
        position: absolute;
        margin-bottom: 0;
        background-position: left center;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
    .fixed_banner .tel, .fixed_banner .web, .fixed_banner .mail {
      width: calc(100% / 3);
      height: auto; }
      .fixed_banner .tel p, .fixed_banner .web p, .fixed_banner .mail p {
        padding: 0px 0px 0 30px;
        font-size: 13px;
        line-height: 1; }
        .fixed_banner .tel p::before, .fixed_banner .web p::before, .fixed_banner .mail p::before {
          height: 22px; }
    .fixed_banner .web p::before {
      background-image: url("../images/shared_fixed_bnr_icon03.png");
      background-size: auto 22px; }
    .fixed_banner .mail p {
      padding: 0;
      line-height: 1.5; }
  .navi {
    width: 60px;
    height: 60px; }
    .navi .hamburger-btn .button-toggle {
      height: 60px; }
    .navi .menu_toggle {
      width: 100%;
      height: calc(100vh - 60px);
      top: 60px; }
      .navi .menu_toggle .inside {
        padding: 10% 20px; }
        .navi .menu_toggle .inside .header_menu_show .menu01, .navi .menu_toggle .inside .header_menu_show .menu02, .navi .menu_toggle .inside .header_menu_show .menu03, .navi .menu_toggle .inside .header_menu_show .menu04 {
          width: 100%; }
        .navi .menu_toggle .inside .header_menu_show .menu03, .navi .menu_toggle .inside .header_menu_show .menu04 {
          margin-top: 20px; }
        .navi .menu_toggle .inside .header_menu_show .menu02 {
          margin-top: 60px; }
        .navi .menu_toggle .inside .header_menu_show ul li {
          margin-bottom: 20px; }
          .navi .menu_toggle .inside .header_menu_show ul li.ttl {
            margin-bottom: 20px; }
            .navi .menu_toggle .inside .header_menu_show ul li.ttl a {
              font-size: 20px; }
          .navi .menu_toggle .inside .header_menu_show ul li a {
            font-size: 14px; }
  header .logo_scroll {
    max-width: 250px; }
  header.active .logo_scroll {
    padding-left: 10px; } }

@media only screen and (max-width: 425px) {
  .header_top .logo {
    max-width: 120px; }
  .list_dns_sp {
    top: 90px; }
    .list_dns_sp .item {
      margin-bottom: 20px; }
      .list_dns_sp .item img {
        max-width: 21px; }
  footer .ft_logo {
    max-width: 260px;
    margin: 0 auto; }
  .navi .menu_toggle .inside {
    padding: 10% 20px 20% 20px; } }

/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
@media only screen and (max-width: 768px) {
  .home_page .key {
    width: calc(100% - 20px);
    height: calc(100vh - 90px);
    margin: 60px auto 0 auto;
    background-image: url(../images/idx_key_bg_sp.jpg); }
    .home_page .key .key_text {
      max-width: none;
      max-height: none;
      width: auto;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .home_page .key .key_text .item {
        height: calc(100vh - 90px);
        margin: 0; }
      .home_page .key .key_text h2 {
        line-height: 1.6;
        font-size: 5vw;
        text-align: center; }
      .home_page .key .key_text .txt {
        line-height: 1.9;
        font-size: 2.6vw; } }

@media only screen and (max-width: 768px) {
  .idx_arrows {
    width: 60px;
    height: 60px;
    bottom: -30px; } }

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key .key_text h2 {
    font-size: 3vw; }
  .home_page .key .key_text .txt {
    font-size: 1.6vw; } }

@media only screen and (max-width: 768px) {
  .idx_h3_ttl {
    margin-bottom: 30px;
    font-size: 26px; }
    .idx_h3_ttl .eng {
      margin-top: 5px;
      font-size: 40%; }
  .idx_box_btn .idx_btn {
    width: 280px; }
  .idx_btn {
    max-width: 280px; }
    .idx_btn a {
      padding: 15px 10px;
      font-size: 12px; }
      .idx_btn a::after {
        right: 20px; } }

@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 70px 0 40px 0; }
    .idx01_h3_ttl {
      margin-bottom: 25px;
      font-size: 26px; }
      .idx01_h3_ttl .jp {
        margin-left: 0; }
      .idx01_h3_ttl .eng {
        margin-top: 15px;
        font-size: 50%; }
    .idx01_infor {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .idx01_infor::after {
        right: -10px; }
      .idx01_infor .txt {
        margin-top: 10px;
        font-size: 12px; }
  @supports (-webkit-touch-callout: none) {
    .idx01_h3_ttl .jp_ios {
      min-width: 200px; } } }

@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 0 0 40px 0; }
    .idx02 .idx_h3_ttl {
      padding: 30px 0 0 0;
      margin-bottom: 30px;
      background-size: auto 100px; }
    .idx02_box .TabPager li {
      width: calc(100%/2 - 1px);
      height: 60px;
      margin-bottom: 1px; }
      .idx02_box .TabPager li::after {
        display: none; }
    .idx02_box .TabPager .ttl {
      font-size: 2vw; }
    .idx02_box .TabContent h4 {
      margin-bottom: 10px;
      font-size: 20px; }
    .idx02_box .TabContent .txt {
      font-size: 12px; }
    .idx02_box .TabContent .idx_btn {
      margin: 30px auto 0 auto; }
    .idx02_infor {
      padding: 30px 20px; }
      .idx02_infor .col_img {
        width: 100%;
        max-width: 100%; }
      .idx02_infor .col_text {
        width: 100%;
        max-width: 573px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 20px; } }

@media only screen and (max-width: 425px) {
  .idx02 .idx_h3_ttl {
    background-size: auto 70px; }
  .idx02_box .TabPager .ttl {
    font-size: 3.1vw; } }

@media only screen and (max-width: 768px) {
  .idx03 {
    padding: 0 0 40px 0; }
    .idx03 .inner {
      padding: 0; }
    .idx03_box {
      padding: 30px 20px; }
    .idx03 .idx_h3_ttl {
      margin-bottom: 30px; }
    .idx03_img {
      max-width: 100%; }
      .idx03_img .pic {
        width: 100%; }
    .idx03_list {
      max-width: 100%;
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .idx03_list .idx_btn {
        width: calc(50% - 20px);
        max-width: 280px;
        margin: 10px;
        position: static; }
        .idx03_list .idx_btn a {
          height: 50px;
          font-size: 14px; }
          .idx03_list .idx_btn a::after {
            right: 15px; }
        .idx03_list .idx_btn.item8 a {
          font-size: 12px; } }

@media only screen and (max-width: 425px) {
  .idx03_box {
    padding: 30px 10px; }
  .idx03_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .idx03_list .idx_btn {
      width: calc(50% - 5px);
      margin: 5px 0; }
      .idx03_list .idx_btn a {
        font-size: 12px; }
        .idx03_list .idx_btn a::after {
          right: 10px; }
      .idx03_list .idx_btn.item8 a {
        font-size: 10px; } }

@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 0 0 40px 0; }
    .idx04 .idx_h3_ttl {
      margin-bottom: 30px; }
    .idx04_box {
      max-width: 680px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .idx04_box .item {
        width: calc(50% - 20px);
        height: 48vw;
        max-width: 320px;
        margin: 10px;
        overflow: hidden; }
      .idx04_box h4 {
        font-size: 2.8vw; }
        .idx04_box h4 span {
          margin-top: 5px; }
      .idx04_box .box_hv h4 {
        margin-bottom: 15px; }
      .idx04_box .box_hv ul li {
        padding-left: 13px;
        font-size: 1.8; }
        .idx04_box .box_hv ul li::before {
          top: 8px; } }

@media only screen and (max-width: 425px) {
  .idx04_box {
    padding: 0 5px; }
    .idx04_box .item {
      width: calc(50% - 10px);
      margin: 5px; }
    .idx04_box h4 {
      font-size: 4.5vw; }
    .idx04_box .box_hv ul li {
      font-size: 2.5vw; }
      .idx04_box .box_hv ul li:not(:last-child) {
        margin-bottom: 10px; } }

@media only screen and (max-width: 768px) {
  .idx05 {
    padding: 40px 0; }
    .idx05::after {
      width: 50%;
      background-size: contain;
      top: -3%; }
    .idx05 .idx_h3_ttl {
      margin-bottom: 30px; }
    .idx05_box .item {
      width: 100%;
      max-width: 650px;
      margin: 0 auto 30px auto; }
      .idx05_box .item:nth-of-type(2n+2) {
        margin-left: auto;
        margin-top: 0; }
      .idx05_box .item .num {
        left: -5px;
        top: 15px;
        font-size: 80px; }
      .idx05_box .item .infor {
        margin-left: 0;
        margin-top: -20px; }
      .idx05_box .item h4 {
        margin-bottom: 15px;
        font-size: 22px; }
      .idx05_box .item figure {
        margin-left: 20px; }
      .idx05_box .item .txt {
        margin-left: 20px;
        font-size: 12px; }
      .idx05_box .item:last-child {
        margin-bottom: 0; } }

@media only screen and (max-width: 425px) {
  .idx05_box .item h4 {
    font-size: 20px; }
    .idx05_box .item h4 span:not(:last-child) {
      margin-bottom: 5px; }
  .idx05_box .item .num {
    top: 10px;
    font-size: 60px; }
  .idx05_box .item figure {
    margin-left: 10px; }
  .idx05_box .item .txt {
    margin-left: 10px; } }

@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 40px 0 0; }
    .idx06_box .col_infor {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .idx06_box .col_infor::before {
        background-size: auto 100px;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-position: center top; }
    .idx06_box .idx_h3_ttl {
      padding-top: 50px;
      margin-bottom: 30px;
      text-align: center; }
    .idx06_box h4 {
      margin: -46px 0 15px 20px;
      font-size: 22px;
      position: relative; }
    .idx06_box figure {
      position: relative;
      z-index: 0; }
      .idx06_box figure::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: -10px;
        background: #baa896;
        width: 90%;
        height: 60%;
        z-index: -1; }
    .idx06_box .txt {
      margin: 0 20px;
      font-size: 12px; }
    .idx06_box .name {
      margin: 20px 20px 30px 20px;
      font-size: 18px; }
      .idx06_box .name .small {
        font-size: 65%; }
      .idx06_box .name .eng {
        font-size: 60%; }
    .idx06_box .idx_btn {
      margin: 10px auto 0; } }

@media only screen and (max-width: 425px) {
  .idx06_box h4 {
    margin: -7vw 0 15px 10px;
    font-size: 6.2vw; }
    .idx06_box h4 span:not(:last-child) {
      margin-bottom: 5px; }
  .idx06_box .txt {
    margin: 0 10px; }
  .idx06_box .name {
    margin-left: 10px; } }

@media only screen and (max-width: 768px) {
  .idx07 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px 0; }
    .idx07_box {
      padding: 30px 30px 180px 30px;
      position: relative; }
      .idx07_box .col_left {
        width: 100%;
        max-width: 100%;
        padding: 0; }
      .idx07_box .col_right {
        width: 100%;
        max-width: 100%;
        margin-top: 0; }
    .idx07 .idx_h3_ttl {
      margin-bottom: 30px;
      text-align: center; }
    .idx07_infor {
      margin-bottom: 20px; }
      .idx07_infor dl {
        margin-bottom: 15px; }
      .idx07_infor dt, .idx07_infor dd {
        font-size: 12px; }
      .idx07_infor dt {
        width: 80px; }
      .idx07_infor dd {
        width: calc(100% - 80px); }
    .idx07 .idx_btn {
      width: 100%;
      margin-top: 10px;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .idx07 .idx_btn.bt01 {
        bottom: 102px; }
    .idx07 h4 {
      padding-left: 35px;
      font-size: 18px; }
      .idx07 h4:nth-of-type(2) {
        margin-top: 30px; }
    .idx07 table th, .idx07 table td {
      font-size: 13px; }
    .idx07 table th {
      padding: 15px 6px; }
      .idx07 table th:last-child {
        padding-right: 10px; }
    .idx07 table td {
      padding: 15px 6px; }
      .idx07 table td:last-child {
        padding-right: 10px; }
    .idx07 .note {
      font-size: 10px; }
    .idx07 .idx07_tb02 th {
      padding: 15px 6px; }
      .idx07 .idx07_tb02 th:last-child {
        padding-right: 10px; }
    .idx07 .idx07_tb02 td {
      padding: 15px 6px; }
      .idx07 .idx07_tb02 td:last-child {
        padding-right: 10px; } }

@media only screen and (max-width: 425px) {
  .idx07_box {
    padding: 30px 20px 180px 20px; }
  .idx07_infor dt {
    width: 50px; }
  .idx07_infor dd {
    width: calc(100% - 50px); }
  .idx07 table th, .idx07 table td {
    font-size: 12px; }
  .idx07 table th {
    padding: 15px 4px; }
    .idx07 table th:last-child {
      padding-right: 4px; }
  .idx07 table td {
    padding: 15px 4px; }
    .idx07 table td:last-child {
      padding-right: 4px; }
  .idx07 .idx07_tb02 th {
    padding: 15px 4px; }
    .idx07 .idx07_tb02 th:last-child {
      padding-right: 4px; }
  .idx07 .idx07_tb02 td {
    padding: 15px 4px; }
    .idx07 .idx07_tb02 td:last-child {
      padding-right: 4px; } }

@media only screen and (max-width: 320px) {
  .idx07_box {
    padding: 30px 10px 180px 10px; } }

@media only screen and (max-width: 768px) {
  .idx08 {
    padding: 0 0 140px 0;
    position: relative; }
    .idx08 .idx_h3_ttl {
      margin-bottom: 15px;
      text-align: center; }
    .idx08_box .col_l {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .idx08_box .col_r {
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
    .idx08_box dl {
      padding: 15px  25px 15px 0; }
    .idx08_box dt {
      width: 100px;
      font-size: 14px; }
    .idx08_box dd {
      width: calc(100% - 100px);
      font-size: 12px; }
    .idx08 .idx_btn {
      width: 100%;
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

@media only screen and (max-width: 425px) {
  .idx08_box dl::after {
    right: 10px; } }

@media only screen and (max-width: 768px) {
  .idx10 {
    padding: 40px 0; } }

/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
@media only screen and (max-width: 768px) {
  .under #mainContent p, .under #mainContent li {
    font-size: 14px; }
  .under .key {
    width: calc(100% - 20px);
    height: 300px;
    margin-top: 60px; }
    .under .key h2 {
      font-size: 28px; }
  .under h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 24px; }
  .under h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px; }
  .under h5 {
    margin-bottom: 15px;
    font-size: 20px; }
  .under h6 {
    margin-bottom: 10px;
    font-size: 16px; } }

@media only screen and (max-width: 425px) {
  .under .key {
    height: 250px; }
    .under .key h2 {
      font-size: 22px;
      letter-spacing: 0px; }
  .under h3 {
    margin-bottom: 25px;
    font-size: 22px;
    letter-spacing: 0px; }
  .under h4 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0px; }
  .under h5 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0px; }
  .under h6 {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0px; } }

@media only screen and (max-width: 768px) {
  .under section:first-child h3 {
    margin-top: 35px; }
  .under section {
    padding-top: 1px; }
    .under section h3 {
      margin-top: 60px; }
  .under .secH4 {
    padding-top: 40px; }
  .under .secH5 {
    padding-top: 30px; }
  .under .imgBox.rowImg {
    padding: 0px 0 15px; }
    .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
      float: none;
      width: auto;
      margin: 0 0 20px;
      text-align: center;
      max-width: none; }
      .under .imgBox.rowImg .image_l:nth-child(n), .under .imgBox.rowImg .image_r:nth-child(n) {
        max-width: none; }
    .under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
      float: none;
      width: auto; }
    .under .imgBox.rowImg.large .image_l, .under .imgBox.rowImg.large .image_r {
      max-width: none; }
    .under .imgBox.rowImg.large .txt_l, .under .imgBox.rowImg.large .txt_r {
      width: auto; }
  .under .imgBox.colImg .list {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .under .imgBox.colImg .item {
    margin-bottom: 15px; }
  .under .imgBox.colImg figure {
    margin-bottom: 5px; }
  .under .imgBox.colImg .text {
    font-size: 14px; }
  .under .imgBox.colImg3 .item {
    width: 49%; }
  .under .acf_block h3 {
    margin-bottom: 0; }
  .under .acf_block .text_h3 {
    margin: 25px 0 0; }
  .under .acf_block .text_h4 {
    margin: 20px 0 0; }
  .under .acf_block .text_h5 {
    margin: 15px 0 0; }
  .under table.rollTable {
    width: 1000px; }
  .under table.resTable {
    display: block; }
    .under table.resTable tbody, .under table.resTable tr, .under table.resTable th, .under table.resTable td {
      display: block; }
    .under table.resTable td:not(:last-child) {
      border-bottom: 0; }
    .under table.resTable.tbl_style01.colHead tr th {
      border-bottom: none; }
    .under table.resTable.tbl_style01.colHead tr:not(:first-child) th {
      border-top: none; }
    .under table.resTable.tbl_style02.colHead th {
      border-bottom: none; }
    .under table.resTable.tbl_style02.colHead tr:not(:last-child) td {
      border-bottom: none; }
  .under .tbl_note {
    display: block; }
  .under ul.list01 li {
    font-size: 14px; }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-bottom: 9px; }
  .under .idx09 {
    padding-top: 50px; }
  .under .idx10 {
    padding: 40px 0; }
  .under .doctor_box {
    padding: 0 20px 20px 0; }
    .under .doctor_box .text {
      padding: 20px 10px;
      bottom: 20px;
      right: 20px; }
      .under .doctor_box .text .ttl {
        font-size: 22px !important; }
  .under .under_btn {
    margin: 20px auto 0 auto; }
    .under .under_btn a {
      padding-right: 17px;
      font-size: 13px; }
      .under .under_btn a::after {
        right: 15px; } }

@media only screen and (max-width: 425px) {
  .under .doctor_box {
    padding: 0 10px 10px 0; }
    .under .doctor_box .text {
      max-width: 200px;
      padding: 10px;
      bottom: 10px;
      right: 10px; } }

@media only screen and (max-width: 375px) {
  .under .imgBox.colImg .text {
    font-size: 13px; }
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .under .clinic_tbl01 th {
    width: auto;
    text-align: left; }
  .under .teeth_box .secH4 {
    width: 100%; }
  .under.page-interview .br_1000 {
    display: block; }
  .under.page-interview .topic_path {
    padding-top: 30px; }
  .under.page-interview .key {
    width: calc(100% - 20px);
    height: calc(100vh - 90px);
    margin: 60px auto 0 auto;
    background-position: left 55% center; }
    .under.page-interview .key .key_text {
      max-width: 370px; }
      .under.page-interview .key .key_text h2 {
        margin-left: -25px;
        margin-bottom: 5px;
        line-height: 0.8;
        font-size: 10vw; }
      .under.page-interview .key .key_text .name {
        line-height: 1.5;
        font-size: 4vw; }
      .under.page-interview .key .key_text .txt {
        font-size: 2.5vw; }
  .under.page-interview .idx_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .under.page-interview .interview_box:first-child {
    margin-top: 40px; }
  .under.page-interview .interview_box:not(:last-child) {
    margin-bottom: 40px; }
  .under.page-interview .interview_box .col_infor, .under.page-interview .interview_box .col_img {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .under.page-interview .interview_box .col_img {
        float: none;
    width: auto;
    text-align: center;
    max-width: 515px;
    padding: 0 20px 20px 0; }
    .under.page-interview .interview_box .col_img.img_right , .under.page-interview .interview_box .col_img.img_left {
      float: none;
      margin: 0 auto 20px auto;
    }
  .under.page-interview .interview_box.box4, .under.page-interview .interview_box.box7 {
    margin-top: -22px; }
  .under.page-interview .interview_box.revert .col_infor {
    padding: 0; }
  .under.page-interview .interview_box.revert .col_img {
    padding: 0 0 20px 20px; }
  .under.page-interview .interview_box h3 {
    margin-bottom: 25px;
    font-size: 26px; }
    .under.page-interview .interview_box h3 .eng {
      margin-top: 15px;
      font-size: 60%; }
    .under.page-interview .interview_box h3 .line {
      margin-bottom: 5px; }
  .under.page-interview .interview_box_bg {
    height: 300px; }
    .under.page-interview .interview_box_bg .inner {
      margin-top: -40px; }
    .under.page-interview .interview_box_bg h4 {
      padding-top: 50px;
      font-size: 22px; }
      .under.page-interview .interview_box_bg h4::before {
        margin-left: 0;
        font-size: 80px; }
  .under.page-interview .idx09 {
    padding-top: 50px; }
  .under .under_box_flow .item h4 .num {
    width: 70px;
    height: 70px;
    font-size: 180%; }
  .under .under_box_flow .item h4 .ttl {
    width: calc(100% - 70px);
    padding-left: 15px; }
  .under .under_box_flow .item .text {
    padding: 15px 15px 15px 90px; }
    .under .under_box_flow .item .text::before {
      left: 35px; }
  .under.page-clinic .sp_320 {
    display: none; }
    .under.page-fees table.tb04, .under.page-fees table.tb05 {
      width: 100%;
    }
     .under.page-fees table.tb04 th:first-child {
      width: 150px;
     }
     .under.page-fees table.tb05 th:first-child {
      width: 190px;
     }
     .under.page-fees .note_tb04 {
      display: none;
     }
     }

@media only screen and (max-width: 425px) {
  .under .access_box_img01 .block:nth-child(even) .big, .under .access_box_img02 .block:nth-child(even) .big {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .under .access_box_img01 .block .big, .under .access_box_img01 .block .small, .under .access_box_img02 .block .big, .under .access_box_img02 .block .small {
    width: 100%; }
  .under.page-interview .key {
    background-position: left 41% center; }
    .under.page-interview .key .key_text {
      width: 56%; }
      .under.page-interview .key .key_text h2 {
        margin-left: -13px;
        font-size: 12vw; }
      .under.page-interview .key .key_text .name {
        font-size: 6.5vw; }
      .under.page-interview .key .key_text .txt {
        font-size: 3.3vw; }
  .under.page-interview .interview_box h3 {
    font-size: 19px; }
    .under.page-interview .interview_box h3 .eng {
      font-size: 70%; }
  .under.page-interview .interview_box.box4, .under.page-interview .interview_box.box7 {
    margin-top: -56px; }
  .under.page-interview .interview_box_bg h4 {
    padding-top: 40px;
    font-size: 5vw; }
    .under.page-interview .interview_box_bg h4::before {
      font-size: 60px; }
  .under .under_box_flow .item h4 .num {
    width: 60px;
    height: 60px;
    font-size: 160%; }
  .under .under_box_flow .item h4 .ttl {
    width: calc(100% - 60px);
    padding-left: 15px; }
  .under .under_box_flow .item .text {
    padding: 15px 10px 15px 80px; }
    .under .under_box_flow .item .text::before {
      left: 30px; }
  .under.page-nasolabial-fold h3 {
    font-size: 21px; }
  .under.page-nasolabial-fold h4 {
    font-size: 19px; }
  .under.page-hifu h4 {
    font-size: 18px; }
  .under.page-pico-laser h3 {
    font-size: 21px; }
    .under.page-fees table.tb04, .under.page-fees table.tb05 {
      width: 440px;
    }
     .under.page-fees .note_tb04 {
      display: block;
     }
     }

@media only screen and (max-width: 375px) {
  .under.page-pico-laser h3 {
    font-size: 20px; }
  .under.page-electroporation h3 {
    font-size: 20px; }
  .under.page-ha h4 {
    font-size: 19px; } }

@media only screen and (max-width: 320px) {
  .under.page-clinic .sp_320 {
    display: block; }
  .under.page-reason h3, .under.page-peel h3 {
    font-size: 21px; }
  .under.page-wrinkles h5 {
    font-size: 17px; }
  .under.page-hifu h3 {
    font-size: 21px; }
  .under.page-hydra-facial h3 {
    font-size: 21px; }
  .under.page-ha h3 {
    font-size: 21px; }
  .under.page-dermapen h4, .under.page-water-light h4 {
    font-size: 18px; } 
    .under.page-fees table.tb03 td, .under.page-fees table.tb06 td {
      font-size: 13px;
    }
  }

/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
