@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    display: inline-flex;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-36 {
    font-size: 36px;
}
.table > :not(caption) > * > * {
    vertical-align: middle;
}
/* フローティングメニュー */
.floating-nav {
    position: fixed;
    width: 50px;
    right: 0;
    top: 10%;
    cursor: pointer;
}
.floating-nav a {
    color: white;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-decoration: none;
}
/* TOTOPアイコン */
.totop {
    position: absolute;
    top: -60px;
    right: 40px;
}

/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    font-family: "Noto Sans JP";
    color: #000000;
}
.row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
  color: #9acd32;
}
a:focus, *:focus {
    outline: none;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textBold {
    font-weight: bold;
}
.textLarge {
    font-size: 120% !important
}
.textXLarge {
    font-size: 150% !important
}
.textSmall {
    font-size: 80% !important
}
.textXSmall {
    font-size: 60% !important
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #f7fbf0;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight .highlight {
    background: #fff;
}
.highlight.light {
    background: #597f46;
}
.borderBox {
    padding: 2% 4%;
    border: 2px solid #9acd32;
    overflow: hidden;
    margin-bottom: 15px;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
figure {
    margin: 0 auto 5px;
    text-align: center;
}
section {
    overflow: hidden;
    margin-bottom: 5%;
}
img {
    width: auto;
    max-width: 100%;
}
img.img-round {
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}
a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 768.98px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768.99px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.color01 {
    color: #9acd32;
    padding: 0 2px;
    font-weight: bold;
}
.color02 {
  color: #9acd32;
}
.lead {
    color: #9acd32;
    font-weight: bold;
    font-size: 115%;
    padding-bottom: 5px !important;
    line-height: 1.6;
    display: block;
}
.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    display: block;
    font-size: 130%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
@media only screen and (min-width: 768.99px) {
    img.alignright, img.alignleft {
        width: 45%;
        max-width: 460px;
        height: auto;
    }
    img.alignright {
        float: right;
        margin-left: 4%;
    }
    img.alignleft {
        float: left;
        margin-right: 4%;
    }
}
@media screen and (max-width: 768.98px) {
    img, img.alignright, img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}

/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  margin:0 auto 3%;
  overflow: hidden;
}
.mainimage .logo {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    width: 25%;
    max-width: 252px;
    z-index: 2;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 960px;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
  z-index: 1;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 78%;
  max-width: 735px;
  height: auto;
  max-height: 238px;
  /*height: calc((238 / 735* 100%)* 1.5);*/
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
    margin-bottom:0;
  }
  .mainimage .catch img {
    width: 75%
  }
}
@media screen and (max-width: 480px) {
  .mainimage .catch img {
    width: 85%;
  }
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 40%;
    margin-bottom: 10px;
    min-height: 400px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*    ページ送り
-------------------------------------------------- */
ul.pageNav {
    margin: 20px 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pageNav li span, ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #597f46;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #9acd32;
    color: #9acd32;
}
ul.pageNav li span {
    background: none;
    color: #9acd32;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #9acd32;
    border-color: #9acd32;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
    padding: .8em .8em;
    font-weight: 600;
    letter-spacing: 0;
    color: #458b45 !important;
    background: #fff;
    border: 1px solid #458b45;
    border-radius: 0;
    z-index: 0;
    font-size: 14px;
}
.button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #458b45;
    border-right: 1px solid #458b45;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #458b45;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    -webkit-animation: none;
    animation: none;
}
.button:hover {
    color: #fff !important;
    border-color: #458b45;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.button:hover:before {
    content: '';
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: none;
    animation: none;
    z-index: -1;
}
.button:hover:after {
    border-color: #fff;
    right: 3%;
    -webkit-transition: .2s;
    transition: .2s;
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
}
@media screen and (min-width: 768.99px) {
    .button + .button {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .button + .button {
        margin-top: 5px;
    }
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
  background: none repeat scroll 0 0 #9acd32;
      border-radius: 50%;
      content: "";
      height: 5px;
      left: 5px;
      position: absolute;
      top: 14px;
      width: 5px;
}
@media screen and (min-width: 768.99px) {
    .floatList li {
        float: left;
        margin-right: 10px;
    }
}
/*    丸数字
-------------------------------------------------- */
.number_p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
    text-indent: -43px;
}
.number {
    background: none repeat scroll 0 0 #9acd32;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
/*    Instagram
-------------------------------------------------- */
#instagram {
    margin: 0 0 10px;
}
#instagram li {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#instagram li:nth-child(3n) {
    margin-right: 0;
}
#instagram li img {
    margin: 0;
}
/*    診療時間
-------------------------------------------------- */
table.timeTable {
    table-layout: fixed;
}
table.timeTable thead th {
    background: #9acd32;
    color: #fff;
    border-right: 1px solid #fff;
}
table.timeTable thead th:first-child, table.timeTable tbody th {
    width: 30%;
}
table.timeTable th,
table.timeTable td {
    padding-bottom: 1em;
    padding-top: 1em;
}
table.timeTable th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: auto;
    text-align: center;
    background: #597f46;
    color: #9acd32;
}
table.timeTable th:last-child {
    border-right: 1px solid #9acd32;
}
table.timeTable td {
    text-align: center;
    color: #9acd32;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #9acd32;
}
@media screen and (max-width: 768.98px) {
    table.timeTable th, table.timeTable td {
        padding: 5px;
        font-size: 90%;
        display: table-cell;
        border-left: 1px solid #ddd;
        width: auto;
        padding-bottom: 0.75em;
        padding-top: 0.75em;
    }
}
@media screen and (max-width: 575.98px) {
    table.timeTable th, table.timeTable td {
        font-size: 80%;
        padding: 5px;
    }
}
table.tableDefault {
    border: 1px solid #ddd;
}
table.tableDefault th,
table.tableDefault td {
    border-bottom: 1px solid #ddd;
    padding: 1.25em 1em;
    vertical-align: top;
}
table.tableDefault thead th {
    background: #9acd32;
    color: #fff;
}
table.tableDefault tbody th {
    background: #f7fbf0;
    white-space: nowrap;
    width: 25%;
}
.highlight table.tableDefault tbody th {
  background: #458b45;
  color: #fff;
}
table.tableDefault tbody td {
    background: #fff;
}
@media screen and (max-width: 768.98px) {
    table.tableDefault th, table.tableDefault td {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width:100%!important;
        display: block;
    }
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
    background: #f7fbf0;
    margin-bottom: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
}
.h2title_wrap h2 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .h2title_wrap {
      background: #458b45;
      color: #fff;
  }
  .h2title_wrap h2 {
      font-size: 1.4rem;
      color: #fff;
  }
  .h2title_wrap h2:first-letter {
      color: #fff!important;
  }
}

article.container h3, article.container h4, article.container h5, article.container h6 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
}
article.container h3 {
  position: relative;
  padding: 0 0 10px;
}
article.container h3:after {
  position: absolute;
  content: "";
  background: #9acd32;
  width: 50px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
article.container p, article.container ul, article.container dl {
    line-height: 1.75;
    margin-bottom: 1.25em;
}
article.container table {
    width: 100%;
}
article.container table th, article.container table td {
    line-height: 1.75;
}
article.container figure figcaption {
    font-size: 92%;
}
article.container figure img + figcaption {
    padding-top: 0.5em;
}
article.container figure figcaption + img {
    padding-top: 0.5em;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
    font-size: 2.2rem;
}
.h2, h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
h2:first-letter {
  color: #458b45;
}
.h3, h3 {
    font-size: 1.6rem;
}
.h4, h4 {
    font-size: 1.35rem;
}
h4.h4_border {
  border-left:5px solid #9acd32;
  padding: 10px 0 10px 15px;
  margin:15px 0 1em!important;
  background: #f7fbf0;
}
.highlight h4.h4_border {
  background: #458b45;
  color: #fff;
}
.font-weight-bold {
  font-weight: 700;
}
h5 {
  position: relative;
  padding-left: 18px;
}
h5:before {
  position: absolute;
  content: "";
  background: #9acd32;
  width: 10px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin:auto;
}
h6 {
  font-size: 1.15rem;
  border-bottom: 1px dashed #9acd32;
  padding: 8px 0;
  margin-bottom: 10px!important;
}
@media screen and (max-width: 991px){
  .h3, h3 {
      font-size: 1.4rem;
  }
  .h4, h4 {
      font-size: 1.2rem;
  }
}
/* --------------------------------------------------
    color
-------------------------------------------------- */
header {
    background: #fff;
}
header .jumbotron-fluid {
    background-image: linear-gradient(#63c894 1px, transparent 1px), linear-gradient(to right, #63c894 1px, #9acd32 1px);
    background-size: 10px 10px;
}
header h1.h6 {
  color: #000000;
}
.navbar {
  background: #458b45;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9acd32;
}
@media screen and (max-width: 991px) {
header .navbar {
  background: #fff;
}
header .navbar-light .navbar-nav li:first-child a {
  border-top: 1px solid #458b45;
}
header .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #458b45;
    padding: 12px 0;
}
header .navbar-light .navbar-nav .nav-link {
    color: #000000;
}
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: #9acd32;
}
}
.h2title_wrap h2 {
}
.h2title_wrap h2:first-letter {
    color:#000000;
}
.bg-light {
  background: #597f46;
}
.bg-dark {
    background-color: #9acd32!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.bg-secondary {
    background-color: #9acd32!important;
}
.btn-secondary {
    color: #fff;
    background-color: #9acd32;
    border-color: #9acd32;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #597f46;
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
/*.home header .logo {
  width: 47%;
  top: 5%;
}
.home footer {
    padding-bottom: 3%;
}*/
header a.navbar-brand img {
    margin: 0;
}
.home .googlemap {
    position: relative;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 10px;
    min-height: 460px;
}
@media screen and (max-width: 767px) {
.home .googlemap {
      padding-top: 63%;
      min-height: 400px;
  }
}
.must {
    margin-left: 1em;
    padding: 2px 8px 4px;
    border-radius: 5px;
    font-size: 85%;
    color: #fff;
    white-space: nowrap;
}
.must.must1 {
    background: #9acd32;
}
.must.must2 {
    background: #597f46;
}
.telNo a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}
.highlight.contact-highlight {
  background: #f6f7f9;
}
@media screen and (max-width: 767px) {
  .jumbotron-fluid.py-5 {
      padding: 1rem 0!important;
  }
  .highlight.contact-highlight {
      padding: 6% 4% 2%!important;
  }
}

/* 01調整 */
@media screen and (min-width: 992px) {
ul.navbar-nav {
    display: inline;
}
ul.navbar-nav li.nav-item.px-3 {
    display: inline-block;
}
nav ul li {
    border-left: 1px solid #dddddd!important;
}
ul .right {
    border-right: 1px solid #dddddd!important;
}
}
.navbar-expand .navbar-nav {
    flex-direction: row;
    display: block;
}
.navbar-expand .navbar-nav li {
    display: inline-block;
}
.navbar-light .navbar-toggler {
    border-color: #458b45;
    background: #9acd32;
}

ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 5px solid #f7fbf0;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 5px 20px;
 position: relative;
 list-style-type: none;
 float: left;
 margin-right: 15px;
}
ul.anchor li a {
 font-weight: normal;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #9acd32;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

/* galleryBox
-------------------------------------------------- */
.galleryBox img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin:0;
}
.galleryBox figure {
  text-align: left;
}
.galleryBox a {
  text-decoration: none;
  color: #000000;
}
.galleryBox a:hover {
  color: #9acd32;
}
.galleryBox a span {
    background: #0d3691;
    color: #fff;
    font-size: 85%;
    padding: 3px 8px;
    display: table;
    margin: 10px 0 5px;
}
@media only screen and (max-width: 1199px) {
  .galleryBox img {
    height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .galleryBox img {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .galleryBox img {
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .galleryBox img {
    height: 160px;
  }
}
@media only screen and (max-width: 380px) {
  .galleryBox img {
    height: 120px;
  }
}

/* gallery_slider
-------------------------------------------------- */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
  padding:0;
}
.slide-item img {
  width: auto !important;
  max-height: 50vh;
}
#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.thumbnail-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 15.4%;
  margin: 0 0.5%;
}
.thumbnail-item:nth-child(6n) {
  margin-right: 0;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin: 0 0 10px;
}
@media only screen and (max-width: 1199px) {
.thumbnail-item img {
      height: 120px;
      object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
.thumbnail-item img {
      height: 100px;
      object-fit: cover;
  }
}
#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#gallery_slider.slick-initialized {
  opacity: 1;
}
#gallery_slider li.slide-item span {
  text-align: center;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .slide-item img {
    max-height: 100%;
  }
  .thumbnail-item {
    width: 32.3%;
    margin-right: 1%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 1%;
  }
  .thumbnail-item img {
        height: 120px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 480px) {
  .thumbnail-item img {
        height: 100px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 380px) {
  .thumbnail-item img {
        height: 80px;
        object-fit: cover;
    }
}

/* service */
.productsTitle {
    background: #f7fbf0;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 110%;
    color: #458b45;
    margin-top: 15px;
}
table.tableDefault {
  margin:0 0 15px;
}
table.tableDefault.productsDetail th, table.tableDefault.productsDetail td {
    padding: 0.5em 1em;
}
