/*----- ResoponsiveTemplate02 -----*/
/*SideContents*/
.sideContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
}

.sideContents .freeHtml {
  width: 100%;
}

.sideContents #sideServices,
.sideContents #sideBlogCategories,
.sideContents #sideBlogDates,
.sideContents #sideMobile {
  width: 30%;
}

.sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2 {
  font-size: 0.888em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 8px;
  padding: 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before,
.sideContents #sideMobile h2:before {
  content: "";
  width: 4px;
  height: 32px;
  margin-right: 16px;
}

.sideContents ul,
.sideContents dl {
  padding: 8px 0;
  font-size: 0.78em;
  font-weight: bold;
}

.sideContents ul li,
.sideContents dl dt {
  margin: 0;
  line-height: 1.75;
}

.sideContents dd {
  margin: 0;
}

.sideContents dd ul {
  padding: 0;
}

.sideContents ul li a,
.sideContents dt a {
  padding: 8px 16px;
  display: block;
  text-decoration: none;
}

.sideContents ul li a:before,
.sideContents dt a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 8px;
}

.sideContents dl ul li a {
  font-size: 1.2em;
}

.sideContents .sideMobile .qrcode {
  margin: 0 8px 0 0;
  float: left;
}

.sideContents .sideMobile .qrcode img {
  width: 100px !important;
}

.sideContents .sideMobile p {
  font-size: 0.78em;
  padding: 8px;
  line-height: 1.5;
}

.sideContents #sideContact {
  display: none;
}

.sideContents #sideBanners {
  width: 100%;
}

.sideContents #sideBanners * {
  border: none;
}

.sideContents #sideBanners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sideContents #sideBanners ul li {
  margin: 8px;
  padding: 0;
  text-align: center;
}

.sideContents #sideBanners ul li a {
  padding: 0;
  margin: 0;
}

.sideContents #sideBanners ul li a:before {
  content: none;
}

.sideContents #sideBanners ul li a:hover {
  background: none;
}

.sideContents #sideBanners ul li a img {
  max-width: 240px;
}

@media only screen and (max-width: 1024px) {
  .sideContents .sideMobile .qrcode {
    margin: 0 8px 0 0;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .sideContents #sideServices,
  .sideContents #sideBlogCategories,
  .sideContents #sideBlogDates {
    width: 100%;
  }
  .sideContents #sideServices h2,
  .sideContents #sideBlogCategories h2,
  .sideContents #sideBlogDates h2 {
    font-size: 1em;
  }
  .sideContents #sideMobile {
    display: none;
  }
  .sideContents ul,
  .sideContents dl {
    font-size: 0.888em;
  }
  .sideContents dt a {
    font-size: 1em;
  }
  .sideContents dl ul li a {
    font-size: 1em;
  }
}
/*# sourceMappingURL=contents_side.css.map */