@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
/* normalize */
@import url(vendor/common.css);
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html{
  scroll-padding-top: 120px;
}
@media (max-width: 767px) {
  html{
    scroll-padding-top: 80px;
  }
}
html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.5;
  color: #000000;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6em;
  }
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #03a7d5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #03a7d5;
  text-decoration: none;
}

.highlight a {
  color: #000000;
}

.highlight a:hover {
  color: #03a7d5;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
}

@media (min-width: 768px) {
  .gutters .span_9.column_main {
    width: 70.83%;
  }
  .gutters .span_3.column_sub {
    width: 25%;
  }
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1700px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: .5em;
  border-bottom: rgba(3, 167, 213, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #03a7d5;
  background: rgba(3, 167, 213, 0.05);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1720px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

.highlight {
  padding: 4% 0;
  background: rgba(3, 167, 213, 0.1);
  color: #000000;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight, .col.highlight {
  padding: 4%;
}

.globalHeader {
  background: #fff;
  color: #000000;
  font-size: 14px;
}

@media (max-width: 999px) {
  .globalHeader.high {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

.globalHeader .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 90px;
}

@media (max-width: 999px) {
  .globalHeader .container {
    height: 60px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.globalHeader .sp_logo-content_top {
  height: auto !important;
}

.globalHeader .logo-content_top {
  width: 100%;
  height: auto !important;
}

.globalHeader .logo-content_top .row {
  width: 100%;
}

.globalHeader .logo-content_top .hdr-logo-list {
  margin: 0 1%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.globalHeader .logo-content_top .hdr-logo-list li:first-child {
  margin-right: 2%;
}

.globalHeader .logo-content_top .hdr-logo-list li:last-child {
  margin-left: 2%;
}

.globalHeader .header_logo {
  width: 100%;
  margin: 0;
}

@media (min-width: 1000px) {
  .globalHeader .header_logo {
    max-width: 1265px;
  }
}

@media (max-width: 999px) {
  .globalHeader .header_logo {
    margin: 0 auto;
    padding-top: 22px;
    text-align: center;
  }
  .globalHeader .header_logo img {
    max-width: 80% !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .globalHeader .header_logo {
    width: 240px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 240px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 999px) {
  .global_nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 56;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .global_nav > ul {
    padding: 30px 0;
  }
}

@media (max-width: 999px) {
  .global_nav > ul {
    display: block;
    background: #00b2e5;
    width: 100%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li {
    border-bottom: #5bcbeb solid 1px;
  }
  .global_nav > ul li:first-child {
    border-top: #5bcbeb solid 1px;
  }
}

.global_nav > ul li a {
  color: #00b3e6;
  text-decoration: none;
  padding: 0 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .global_nav > ul li a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 999px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 999px) {
  .global_nav.open > ul {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 999px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #03a7d5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 60px;
  }
}

@keyframes show {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 60px;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (max-width: 999px) {
  .hdr_info_wrapper {
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    padding: 3% 0;
    z-index: 3;
    top: 20px;
    pointer-events: none;
  }
  .hdr_info_wrapper.active {
    pointer-events: all;
    display: block;
    height: auto;
    opacity: 1;
    top: 60px;
  }
  .hdr_info_wrapper .hdr_info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1000px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .button, .hdr_info_wrapper .hdr_info_group .inquiry .form_button, .inquiry .hdr_info_wrapper .hdr_info_group .form_button {
  min-width: 220px;
  font-size: 14px;
  font-size: 1.4rem;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 999px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #03a7d5;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 32px;
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #03a7d5;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 32px;
  font-size: 3.2rem;
}

.hdr-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 1000;
}

#searchToggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#searchToggle span {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

#searchToggle span:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  background: url(../../../../../wp-content/uploads/sp_search.png) no-repeat;
}

.gnav-icn01 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn01 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../../../../../wp-content/uploads/gnav-icn01.png) no-repeat center/cover;
}

.gnav-icn01 a:after {
  display: none;
}

.gnav-icn02 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn02 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../../../../../wp-content/uploads/gnav-icn02.png) no-repeat center/cover;
}

.gnav-icn02 a:after {
  display: none;
}

.gnav-icn03 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn03 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../../../../../wp-content/uploads/gnav-icn03.png) no-repeat center/cover;
}

.gnav-icn03 a:after {
  display: none;
}

.gnav-icn04 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn04 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../../../../../wp-content/uploads/gnav-icn04.png) no-repeat center/cover;
}

.gnav-icn04 a:after {
  display: none;
}

.gnav-icn05 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn05 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../../../../../wp-content/uploads/gnav-icn05.png) no-repeat center/cover;
}

.gnav-icn05 a:after {
  display: none;
}

.gnav-icn06 a {
  position: relative;
  padding-left: 11% !important;
  background: #109bc6;
}

.gnav-icn06 a:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}

.gnav-icn06 a:after {
  display: none;
}

.footer-store-content {
  background: url(../../../../../wp-content/uploads/footer-store-content-bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .footer-store-content {
    background: url(../../../../../wp-content/uploads/sp_footer-store-content-bg.jpg) no-repeat center/cover;
  }
}

.footer-store-content .container {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 10px;
}

@media (min-width: 768px) {
  .footer-store-content .container {
    max-width: 1000px !important;
  }
}

@media (max-width: 767px) {
  .footer-store-content .container {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .footer-store-content .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-store-content p:not(.more) {
  font-weight: 600;
  color: #00b3e6;
}

@media (min-width: 768px) {
  .footer-store-content p:not(.more) {
    line-height: 2;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .footer-store-content p:not(.more) {
    text-align: center;
    margin-top: 40px;
    font-size: 3.3vw;
  }
}

.footer-store-content .more a {
  margin-top: 0.7em;
}

@media (max-width: 767px) {
  .footer-store-content .more a {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .footer-store-content .more a {
    margin-left: 0;
  }
}

.footer-keyword-content {
  padding: 60px 10px;
}

@media (min-width: 768px) {
  .footer-keyword-content .container {
    max-width: 1200px !important;
  }
}

.footer-keyword-content ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.footer-keyword-content ul li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .footer-keyword-content ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.footer-keyword-content ul li:not(:last-child) a:after {
  content: "/";
  padding: 0 1em;
}

footer {
  position: relative;
  font-size: 14px;
}

footer .ftr-logo-content {
  max-width: 100%;
}

@media (min-width: 768px) {
  footer .ftr-logo-content {
    max-width: 1300px;
    width: 100%;
    margin: auto;
  }
}

footer .ftr-container {
  background: #03a7d5;
  padding: 40px 0;
}

@media (min-width: 768px) {
  footer .ftr-container {
    padding: 125px 0 60px;
  }
}

footer .fnav-content {
  margin-bottom: 3% !important;
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  footer .fNav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .fNav ul li a:before {
  display: none;
}

@media (min-width: 768px) {
  footer .fNav ul li:not(:last-child) a:after {
    content: "/";
    padding: 0 2em;
  }
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(3, 167, 213, 0.3);
}

footer .fNav ul li a {
  position: relative;
  color: #fff;
  display: block;
  padding: 1em 15px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  footer .fNav ul li a {
    text-align: center;
  }
}

@media (min-width: 1101px) {
  footer .fNav ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  footer .fNav ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer .fNav ul li a:after {
    padding: 0 2em !important;
  }
}

footer .fNav ul li.has_under ul {
  display: block !important;
}

footer .copy_right {
  font-size: 10px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(3, 167, 213, 0.3);
  }
  footer ul li > ul {
    border-top: 1px solid rgba(3, 167, 213, 0.3);
  }
  footer ul li.has_under ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.has_under ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: 0.2em 0 0.2em 0 !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #03a7d5;
    border-right: solid 2px #03a7d5;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #03a7d5;
    border-radius: 50%;
    margin-top: -2px;
  }
}

.copy_right {
  background: #03a7d5;
  color: white;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding: 1em 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ftr-sns-content .sns-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .ftr-sns-content .sns-list {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.ftr-sns-content .sns-list li:not(:last-child) {
  margin-right: 5em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

footer {
  color: #000000;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #000000;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #03a7d5;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}

.slider-pro.center {
  overflow: hidden;
  width: 100%;
}

.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
  background: #03a7d5;
}

.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(3, 167, 213, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
  background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
  background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}

.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
}

.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}

@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}

.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}

.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
  background: #03a7d5;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}

.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
  color: #000000;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}

.bread_wrap {
  margin-bottom: 2%;
  padding: 15px 0;
  background: #f3f3f3;
}

.bread_wrap .container {
  max-width: 1250px !important;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 1em;
  margin-right: 0.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #000000;
}

.bread ul li a:hover {
  color: #03a7d5;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .form_button {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #03a7d5 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #03a7d5;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

@media (min-width: 768px) {
  .button, .inquiry .form_button {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.button:hover, .inquiry .form_button:hover {
  background: #0393bc;
  color: white;
  border-color: #0393bc;
}

.button.arrow, .inquiry .arrow.form_button {
  position: relative;
}

.button.arrow:after, .inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 42%;
  right: 5%;
  margin: auto;
  width: 50px;
  height: 7px;
  border-bottom: 2px solid #03a7d5;
  border-left: 2px solid #03a7d5;
  -webkit-transform: skew(-45deg) rotate(180deg);
          transform: skew(-45deg) rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button.arrow:hover, .inquiry .arrow.form_button:hover {
  border: 2px solid #0393bc;
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after {
  right: 4%;
  border-color: #fff;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button {
  color: white;
}

.highlight .button:hover, .highlight .inquiry .form_button:hover, .inquiry .highlight .form_button:hover {
  color: white;
}

.button.block, .inquiry .block.form_button {
  display: block;
  min-width: 0;
}

.button.large, .inquiry .large.form_button {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button.small, .inquiry .small.form_button {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow, .inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

.button + .button, .inquiry .form_button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button {
  margin-left: 0.5em;
}

/* お問い合わせフォーム */
.inquiry fieldset {
  margin: 0;
  padding: 4%;
  border: rgba(3, 167, 213, 0.1) solid 5px;
  border-radius: 10px;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: .5em;
  vertical-align: top;
  font-weight: bold;
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: .5em;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin: .2em .2em;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .required {
  display: inline-block;
  background: #c00;
  color: white;
  padding: .2em .5em;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: .5em;
}

@media (min-width: 768px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 .2em;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .input_wrap {
    display: block;
    margin: 0 .2em;
  }
  .inquiry .input_wrap input, .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
}

.form_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_button_wrap button {
  margin: 0.5em !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #03a7d5;
  color: white;
  padding: .2em 1em;
  margin-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #03a7d5;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

#sitemap {
  border-top: rgba(0, 0, 0, 0.3) solid 1px;
}

#sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .5em 1em;
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
  font-size: 18px;
  font-size: 1.8rem;
}

#sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitemap ul li a:hover {
  background: rgba(3, 167, 213, 0.1);
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }
  .sp_image_cols.sp_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default thead th, .table-default thead td {
  background: rgba(3, 167, 213, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #000000;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #03a7d5;
  border-bottom: 1px solid #03a7d5;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #03a7d5;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(3, 167, 213, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #0fc8fc;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(15, 200, 252, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #000000;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #03a7d5;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #000000;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(3, 167, 213, 0.1) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}

h1:not(.header_logo):not(.page_title) {
  display: none;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  padding: .7em 5%;
  color: #fff;
  background: #03a7d5;
  margin: 0 0 3%;
}

@media (max-width: 767px) {
  h1:not(.header_logo):not(.page_title) {
    margin-top: 50px;
  }
}

h1:not(.header_logo) a {
  text-decoration: none;
}

h1:not(.header_logo) a:hover {
  text-decoration: underline;
}

h1:not(.header_logo) span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: .5em;
  color: ligten(#fff, 10%);
  font-style: italic;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h1:not(.header_logo) span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  padding: 0 0 .5em;
  font-size: 30px;
  font-size: 3rem;
  color: #000000;
}

h2 a {
  text-decoration: none;
  color: #000000;
}

h2 a:hover {
  text-decoration: underline;
  color: #000000;
}

h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1em;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 20%;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  background: #03a7d5;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 {
  margin: 0 0 1em;
  padding: 0 0 0 20px;
  color: #000000;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 17px;
  height: 32px;
  background: #00b3e6;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  color: #000000;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #03a7d5;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  padding: .5em 0 .5em .5em;
  border-bottom: #03a7d5 solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual .main_visual_copy {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1700px;
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.main_visual .main_visual_copy > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li.active {
  display: block;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: auto;
  right: auto;
  left: 10%;
  bottom: 5%;
  width: 46.17647%;
  max-width: 785px;
  max-height: 286px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .sp-horizontal .sp-arrows {
  z-index: 2;
}

.main_visual .sp-buttons {
  z-index: 2;
}

@media (max-width: 767px) {
  .main_visual .sp-mask,
  .main_visual .sp-slides,
  .main_visual .sp-slide,
  .main_visual .sp-image-container {
    width: 100% !important;
    height: 100% !important;
  }
  .main_visual .sp-slides-container {
    padding-top: 124.26667%;
  }
  .main_visual .sp-mask {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main_visual .sp-image-container {
    overflow: hidden;
    position: relative;
    width: 100% !important;
  }
  .main_visual .sp-image-container img {
    position: absolute;
    top: 0;
    left: -300%;
    right: -300%;
    margin: auto !important;
    height: 100% !important;
  }
}

.slider-pro.main {
  overflow: visible;
}

.slider-pro.main .sp-buttons {
  max-width: 1700px;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-pro.main .sp-button {
  border-radius: 100%;
  border: 0;
  width: 14px;
  height: 14px;
  background: #ccc;
  margin-right: 1em;
}

.slider-pro.main .sp-button.sp-selected-button {
  background: #03a7d5;
}

.main_visual .ofi {
  padding-top: 55%;
}

@media (max-width: 767px) {
  .main_visual .ofi {
    padding-top: 120%;
  }
}

#main-post-slider {
  position: relative;
}

#main-post-slider .sp-image-container img {
  max-width: 100%;
  max-height: 100%;
  z-index: 52;
}

#main-post-slider .sp-buttons .sp-button {
  background: #b4b4b4;
  border-color: #b4b4b4;
  margin-right: 1em;
}

#main-post-slider .sp-buttons .sp-button.sp-selected-button {
  border-color: #00b3e6;
  background: #00b3e6;
}

.sp-arrows {
  width: 95% !important;
  right: 0;
  margin: auto;
  margin-top: -15px !important;
}

.sp-arrow.sp-next-arrow {
  -webkit-transform: none !important;
          transform: none !important;
  width: 96px;
  height: 80px;
}

@media (max-width: 1400px) {
  .sp-arrow.sp-next-arrow {
    width: 57px !important;
    height: 48px !important;
  }
  .sp-arrow.sp-next-arrow:before {
    width: 57px !important;
    height: 48px !important;
    background: url(../../../../../wp-content/uploads/sp-next-arrow.png) no-repeat !important;
  }
}

.sp-arrow.sp-next-arrow:before {
  right: -20% !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 96px;
  height: 80px;
  background: url(../../../../../wp-content/uploads/next-arrow.png) no-repeat;
}

.sp-arrow.sp-next-arrow:after {
  display: none;
}

.sp-arrow.sp-previous-arrow {
  -webkit-transform: none !important;
          transform: none !important;
  width: 96px;
  height: 80px;
}

@media (max-width: 1400px) {
  .sp-arrow.sp-previous-arrow {
    width: 57px !important;
    height: 48px !important;
  }
  .sp-arrow.sp-previous-arrow:before {
    width: 57px !important;
    height: 48px !important;
    background: url(../../../../../wp-content/uploads/sp-prev-arrow.png) no-repeat !important;
  }
}

.sp-arrow.sp-previous-arrow:before {
  left: -20% !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 96px;
  height: 80px;
  background: url(../../../../../wp-content/uploads/prev-arrow.png) no-repeat;
}

.sp-arrow.sp-previous-arrow:after {
  display: none;
}

.cotegory-text-info-content {
  max-width: 785px;
  width: 100%;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: auto;
  right: auto;
  left: 10%;
  bottom: 7%;
}

.cotegory-text-info-content .category-inner {
  text-indent: 0 !important;
  margin-bottom: 1em;
}

.cotegory-text-info-content .category-inner img {
  position: static !important;
  max-width: 168px !important;
}

@media (max-width: 999px) {
  .cotegory-text-info-content .category-inner img {
    max-width: 112px !important;
  }
}

.cotegory-text-info-content .title-inner {
  margin-bottom: 1em;
  width: 670px;
}

@media (max-width: 1400px) {
  .cotegory-text-info-content .title-inner {
    width: 80%;
  }
}

.cotegory-text-info-content .title-inner p {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  background: #000;
  white-space: initial;
  display: inline-block;
}

@media (max-width: 1400px) {
  .cotegory-text-info-content .title-inner p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.cotegory-text-info-content .date-inner p {
  font-weight: bold;
  display: inline-block;
  padding-right: 1em;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  background: #000;
}

@media (max-width: 999px) {
  .cotegory-text-info-content .date-inner p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.swiper-button-next {
  width: 57px;
  height: 48px;
  right: 20px;
  background: url(../../../../../wp-content/uploads/sp-next-arrow.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .swiper-button-next {
    width: 35px;
    height: 29px;
  }
}

.swiper-button-next:after {
  content: '';
}

.swiper-button-prev {
  width: 57px;
  height: 48px;
  left: 20px;
  background: url(../../../../../wp-content/uploads/sp-prev-arrow.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  .swiper-button-prev {
    width: 35px;
    height: 29px;
  }
}

.swiper-button-prev:after {
  content: '';
}

.swiper-pagination {
  position: static;
  margin-top: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 5px;
}

.article_list {
  padding: 0.5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  margin-bottom: 3%;
}

.article_list .post_header .time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.article_list .post_header .category_badge {
  background: #03a7d5;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.article_list h2:after {
  content: none;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #03a7d5;
}

.m-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-pagenation .m-pagenation__prev {
  margin-right: 0.5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  margin-right: 1em;
  position: relative;
}

.m-pagenation .m-pagenation__prev a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 0.7em solid transparent;
  border-right: 0.7em solid #c5c5c5;
  border-bottom: 0.7em solid transparent;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(3, 167, 213, 0.1);
  border-color: rgba(3, 167, 213, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  position: relative;
}

.m-pagenation .m-pagenation__next a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 0.7em solid transparent;
  border-bottom: 0.7em solid transparent;
  border-left: 0.7em solid #03a7d5;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(3, 167, 213, 0.1);
  border-color: rgba(3, 167, 213, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 1em;
  font-weight: bold;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(3, 167, 213, 0.1);
  border-color: rgba(3, 167, 213, 0.1);
}

.m-pagenation .m-pagenation__body li.-current {
  font-weight: bold;
  background: #03a7d5;
  color: white;
  border: #03a7d5 solid 1px;
  padding: 0.3em 1em;
}

.article .container {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 3%;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(3, 167, 213, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(3, 167, 213, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #03a7d5;
  border-right: 3px solid #03a7d5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(3, 167, 213, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #03a7d5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #03a7d5;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #03a7d5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(3, 167, 213, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .container {
  border-bottom: 1px solid #d0d0d0;
}

@media (min-width: 768px) {
  .article_detail .container {
    max-width: 1250px !important;
  }
}

@media (min-width: 768px) {
  .article_detail h2, .article_detail h3, .article_detail p {
    width: 90%;
    margin: auto;
  }
}

.article_detail h2, .article_detail h3, .article_detail p {
  margin-bottom: 1em;
}

.article_detail figure {
  margin: 2em 0;
}

@media (min-width: 768px) {
  .article_detail figure {
    margin: 4em 0;
  }
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail h2 {
  text-align: center;
  padding: 0;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* .article_detail h2:after {
  content: none;
} */

.article_detail h2 a:hover {
  text-decoration: none;
  color: #03a7d5;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #03a7d5;
  border-right: 5px solid #03a7d5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #03a7d5;
    border-right: 5px solid #03a7d5;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header {
  color: #7e7e7e;
}

@media (min-width: 768px) {
  .article_detail .post_header {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.article_detail .post_header .category_badge {
  background: #03a7d5;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.pager .pager_prev a:before, .pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #03a7d5;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.pager .pager_next a:before, .pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #03a7d5;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  font-weight: bold;
  display: block;
  border: 2px solid #00b3e6;
  color: #00b3e6;
  background: #fff;
  padding: 1em 0;
  margin: 0 auto 1px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .more a {
    max-width: 400px;
    padding: 1.8em 0;
  }
}

@media (min-width: 768px) {
  .more a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.more a.inverse {
  border: 1px solid #fff;
  color: #fff;
  background: #00b3e6;
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.has_under > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li.has_under > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8em;
    width: 14px;
    height: 2px;
    width: 14px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0;
    background: #fff;
    border: none !important;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li.has_under > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8em;
    width: 14px;
    height: 2px;
    background: #898989;
    background: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-180deg);
          transform: translate(0, 0) rotate(-180deg);
}

header .global_nav > ul > li.has_under > a.menu_under_open:before {
  display: none;
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #5bcbeb;
}

header .global_nav > ul > li > ul > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > ul > li a {
  background: #109bc6;
  padding-left: 2em;
  font-size: 90%;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.has_under {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 2em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #00b3e6;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    width: 200px;
    letter-spacing: -0.4em;
    background: #00b2e5;
    z-index: 999;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    display: block;
    background: transparent;
    padding: 0.5em;
    color: #fff;
  }
  header .global_nav > ul > li.has_under > ul > li a:before {
    content: none;
  }
  header .global_nav > ul > li.has_under:hover > a:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #03a7d5;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #03a7d5;
  border-left: 1px solid #03a7d5;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #03a7d5;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-mosGreen {
  color: #002222 !important;
}

.text-navy {
  color: #001f6a !important;
}

.text-primary {
  color: #03a7d5 !important;
}

.bg-skyBlue {
  background: #dfedf7;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .bg-skyBlue {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.color_pri {
  color: #03a7d5;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

a:not([class]) img,
a.swipebox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex.flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.icon-tel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

main {
  margin-top: 275px;
}

@media (max-width: 1500px) {
  main {
    margin-top: 18vw;
  }
}

.newarraivals-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .newarraivals-content {
    padding: 30px 0;
  }
}

.newarraivals-content a {
  text-decoration: none;
}

.newarraivals-content h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
}

.newarraivals-content h2:after {
  display: none;
}

@media (min-width: 768px) {
  .newarraivals-content h2 {
    text-align: left;
    margin-left: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.newarraivals-content h2 span {
  padding-top: 0;
}

@media (max-width: 767px) {
  .newarraivals-content .newarraivals-inner {
    margin-bottom: 30px;
  }
}

.newarraivals-content .newarraivals-inner .img-box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .newarraivals-content .newarraivals-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.newarraivals-content .newarraivals-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.newarraivals-content .newarraivals-inner .text-box .text-inner {
  font-weight: bold;
  margin-bottom: 10px;
}

.newarraivals-content .newarraivals-inner .text-box .text-inner p {
  color: #000000;
}

@media (min-width: 768px) {
  .newarraivals-content .newarraivals-inner .text-box .text-inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.newarraivals-content .newarraivals-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .newarraivals-content .newarraivals-inner .text-box .date-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.snap-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .snap-content {
    padding: 30px 0;
  }
}

.snap-content a {
  text-decoration: none;
}

.snap-content .sec-top-content {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .snap-content .sec-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.snap-content .sec-top-content .link-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .snap-content .sec-top-content .link-list {
    margin-left: 8%;
  }
}

.snap-content .sec-top-content .link-list li a {
  color: #00b3e6;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .snap-content .sec-top-content .link-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.snap-content .sec-top-content .link-list li:not(:last-child) a {
  position: relative;
}

.snap-content .sec-top-content .link-list li:not(:last-child) a:after {
  padding: 0 1em;
  content: "/";
}

.snap-content h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
}

.snap-content h2:after {
  display: none;
}

@media (min-width: 768px) {
  .snap-content h2 {
    text-align: left;
    margin: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.snap-content h2 span {
  padding-top: 0;
}

.snap-content .bnr-inner .img-box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .snap-content .bnr-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.snap-content .bnr-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.snap-content .bnr-inner .text-box .text-inner {
  font-weight: bold;
}

@media (min-width: 768px) {
  .snap-content .bnr-inner .text-box .text-inner {
    margin-bottom: 10px;
  }
}

.snap-content .bnr-inner .text-box .text-inner p {
  color: #000000;
}

@media (min-width: 768px) {
  .snap-content .bnr-inner .text-box .text-inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.snap-content .bnr-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .snap-content .bnr-inner .text-box .date-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.feature-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .feature-content {
    padding: 30px 0;
  }
}

.feature-content a {
  text-decoration: none;
}

.feature-content .sec-top-content {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .feature-content .sec-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.feature-content .sec-top-content .link-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .feature-content .sec-top-content .link-list {
    margin-left: 8%;
  }
}

.feature-content .sec-top-content .link-list li a {
  color: #00b3e6;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .feature-content .sec-top-content .link-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.feature-content .sec-top-content .link-list li:not(:last-child) a {
  position: relative;
}

.feature-content .sec-top-content .link-list li:not(:last-child) a:after {
  padding: 0 1em;
  content: "/";
}

.feature-content h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
}

.feature-content h2:after {
  display: none;
}

@media (min-width: 768px) {
  .feature-content h2 {
    text-align: left;
    margin: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.feature-content h2 span {
  padding-top: 0;
}


.feature-content .bnr-inner .img-box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-content .bnr-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.feature-content .bnr-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.feature-content .bnr-inner .text-box .text-inner {
  font-weight: bold;
}

@media (min-width: 768px) {
  .feature-content .bnr-inner .text-box .text-inner {
    margin-bottom: 10px;
  }
}

.feature-content .bnr-inner .text-box .text-inner p {
  color: #000000;
}

@media (min-width: 768px) {
  .feature-content .bnr-inner .text-box .text-inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.feature-content .bnr-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .feature-content .bnr-inner .text-box .date-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.column-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .column-content {
    padding: 30px 0;
  }
}

.column-content a {
  text-decoration: none;
}

.column-content .sec-top-content {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .column-content .sec-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.column-content .sec-top-content .link-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .column-content .sec-top-content .link-list {
    margin-left: 8%;
  }
}

.column-content .sec-top-content .link-list li a {
  color: #00b3e6;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .column-content .sec-top-content .link-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.column-content .sec-top-content .link-list li:not(:last-child) a {
  position: relative;
}

.column-content .sec-top-content .link-list li:not(:last-child) a:after {
  padding: 0 1em;
  content: "/";
}

.column-content h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
}

.column-content h2:after {
  display: none;
}

@media (min-width: 768px) {
  .column-content h2 {
    text-align: left;
    margin: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.column-content h2 span {
  padding-top: 0;
}

.column-content .bnr-inner .img-box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .column-content .bnr-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.column-content .bnr-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.column-content .bnr-inner .text-box .text-inner {
  font-weight: bold;
}

@media (min-width: 768px) {
  .column-content .bnr-inner .text-box .text-inner {
    margin-bottom: 10px;
  }
}

.column-content .bnr-inner .text-box .text-inner p {
  color: #000000;
}

@media (min-width: 768px) {
  .column-content .bnr-inner .text-box .text-inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.column-content .bnr-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .column-content .bnr-inner .text-box .date-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .pc-hide03,
  .sp-only03 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-hide03,
  .pc-only03,
  .tablet-only03 {
    display: none !important;
  }
}

.search-content {
  position: relative;
  border: 2px solid #00b3e6;
  display: block;
  border-radius: 5px;
  width: 340px;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.search-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-content form input[type="text"] {
  border: none;
  height: 2.8em;
  width: 85%;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    padding: 0 1em;
}

.search-content form input[type="text"]::-moz-placeholder {
  color: #bfd2d7;
}

.search-content form input[type="text"]:-ms-input-placeholder {
  color: #bfd2d7;
}

.search-content form input[type="text"]::placeholder {
  color: #bfd2d7;
}

.search-content form input[type="text"]:-ms-input-placeholder {
  color: #bfd2d7;
}

.search-content form input[type="text"]::-ms-input-placeholder {
  color: #bfd2d7;
}

.search-content form input[type="text"]:focus {
  outline: 0;
}

.search-content form .search_button {
  position: relative;
  display: block;
  width: 15%;
  height: 2.8em;
}

.search-content form .search_button input[type="submit"] {
  cursor: pointer;
  border: none;
  background: #00b3e6;
  color: #fff;
  outline: none;
  width: 100%;
  height: 100%;
}

.search-content form .search_button:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  background: url(../../../../../wp-content/uploads/search.png) no-repeat;
}

.article_list {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .article_list {
    padding: 30px 0;
  }
}

.article_list a {
  text-decoration: none;
}

.article_list .sec-top-content {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .article_list .sec-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.article_list .sec-top-content .link-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .article_list .sec-top-content .link-list {
    margin-left: 8%;
  }
}

.article_list .sec-top-content .link-list li a {
  color: #00b3e6;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

@media (min-width: 768px) {
  .article_list .sec-top-content .link-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.article_list .sec-top-content .link-list li:not(:last-child) a {
  position: relative;
}

.article_list .sec-top-content .link-list li:not(:last-child) a:after {
  padding: 0 1em;
  content: "/";
}

.article_list h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
  text-align: center;
}

.article_list h2:after {
  display: none;
}

@media (min-width: 768px) {
  .article_list h2 {
    text-align: left;
    margin: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.article_list h2 span {
  padding-top: 0;
}

.article_list .row .col {
  margin-bottom: 2.6em;
}

.article_list .bnr-inner .img-box {
  margin-bottom: 20px;
}

.article_list .bnr-inner .text-box p {
  color: #000000;
}

@media (min-width: 768px) {
  .article_list .bnr-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.article_list .bnr-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.article_list .bnr-inner .text-box .text-inner {
  font-weight: bold;
  margin-bottom: 10px;
}

.article_list .bnr-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.writer-about-content {
  border: 1px solid #adadad;
  margin: auto;
  margin-bottom: 5%;
}

@media (min-width: 768px) {
  .writer-about-content {
    border: 2px solid #adadad;
    max-width: 900px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .writer-about-content p:not(.more) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .writer-about-content p:not(.more) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.writer-about-content .container {
  padding: 1.8% 5% 4% 2%;
}

@media (max-width: 767px) {
  .writer-about-content .container {
    padding: 4%;
  }
}

@media (max-width: 767px) {
  .writer-about-content {
    margin: 50px 10px;
  }
}

.writer-about-content .name-content {
  margin-bottom: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .writer-about-content .name-content {
    margin-bottom: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.writer-about-content .name-content p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .writer-about-content .name-content p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.writer-about-content p {
  color: #00b3e6;
}

.writer-about-content h2 {
  background: #f7f7f7;
  color: #00b3e6;
  padding: 2%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .writer-about-content h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.writer-about-content h2 span {
  padding: 0;
  margin-right: 15px;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .writer-about-content h2 span {
    font-size: 30px;
    font-size: 3rem;
  }
}

.writer-about-content h2:after, .writer-about-content h2:before {
  display: none;
}

.writer-about-content .container {
  max-width: 900px;
}

.other-post-content {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .other-post-content {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .other-post-content .row .col:last-child {
    display: none;
  }
}

.other-post-content a {
  text-decoration: none;
}

.other-post-content h2 {
  padding-left: 1.3%;
  color: #00b3e6;
  padding-bottom: 0;
}

.other-post-content h2:after {
  display: none;
}

@media (min-width: 768px) {
  .other-post-content h2 {
    text-align: left;
    margin-left: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.other-post-content h2 span {
  padding-top: 0;
}

@media (max-width: 767px) {
  .other-post-content .other-post-inner {
    margin-bottom: 30px;
  }
}

.other-post-content .other-post-inner p {
  color: #000000;
}

@media (min-width: 768px) {
  .other-post-content .other-post-inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.other-post-content .other-post-inner .img-box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .other-post-content .other-post-inner .text-box {
    padding: 3%;
    width: 95%;
    margin: auto;
  }
}

.other-post-content .other-post-inner .text-box .category-inner {
  margin-bottom: 10px;
}

.other-post-content .other-post-inner .text-box .text-inner {
  font-weight: bold;
  margin-bottom: 10px;
}

.other-post-content .other-post-inner .text-box .date-inner {
  color: #9f9f9f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .other-post-content .other-post-inner .text-box .date-inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.recommend-content {
  margin-bottom: 220px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .recommend-content {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .recommend-content .container {
    max-width: 1200px !important;
  }
}

@media (max-width: 767px) {
  .recommend-content .container .row {
    padding: 0 30px;
  }
  .recommend-content .container .row .col {
    margin-bottom: 8% !important;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .recommend-content .container .row .col {
    width: 48% !important;
  }
}

@media (max-width: 767px) {
  .recommend-content .container .row .col:nth-child(odd) {
    margin-right: 4%;
  }
}

@media (min-width: 768px) {
  .recommend-content .out-link {
    margin-top: 110px;
  }
}

.recommend-content .recommend-inner p:not(.more) {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .recommend-content .recommend-inner p:not(.more) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.recommend-content .recommend-inner .more a {
  max-width: 230px !important;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #fff;
  background: #00b3e6;
}

@media (max-width: 767px) {
  .recommend-content .recommend-inner .more a {
    max-width: 200px !important;
    padding: 1em 0;
  }
}

.recommend-content .recommend-inner .more a:hover {
  background: #fff;
  color: #00b3e6;
  border-color: #00b3e6;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

#ez-toc-container {
  margin: 0 auto 1em!important;
}

.article_detail img{
height:auto!important;
}
/*# sourceMappingURL=main.css.map */
