@media screen and (min-width: 1441px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  html .solution > .swiper-container .swiper-wrapper > .swiper-slide {
    width: 45%!important;
    min-width: 175px;
    height: 12.25rem;
  }
  html .solution > .swiper-container .swiper-wrapper > .swiper-slide .title {
    padding: 1rem 0.42rem 0 0.42rem;
  }
  html .solution > .swiper-container .swiper-wrapper > .swiper-slide .text {
    padding: 1rem 0.42rem 0 0.42rem;
  }
  html .solution > .swiper-container .swiper-wrapper > .swiper-slide img {
    right: 0.67rem;
    bottom: 1rem;
  }
  html .solution > .swiper-container .swiper-wrapper > .swiper-slide .link {
    left: 0;
    bottom: 0.92rem;
  }
  html .solution > .swiper-container .solution-button {
    top: 95%;
  }
  html .page_left {
    width: 100%;
  }
  html .page_left .page_post_title {
    padding-bottom: 15px;
  }
  html .page_left .page_post_message .page_post_tags li,
  html .page_left .page_post_tag .page_post_tags li {
    margin-bottom: 14px;
  }
  html .page_left .reservation .mobile {
    background: rgba(20, 190, 75, 0.1);
    padding: 2.92rem 5% 2.5rem;
    text-align: center;
    color: #111c19;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  html .page_left .reservation .mobile .top {
    width: 90%;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
  }
  html .page_left .reservation .mobile .top .title {
    font-size: 1.58rem;
    font-weight: 600;
    line-height: 2.21rem;
  }
  html .page_left .reservation .mobile .top span.black {
    font-size: 1.2rem;
    color: black;
  }
  html .page_left .reservation .mobile .top span.green {
    font-size: 1.2rem;
    color: #14be4b;
    font-weight: bold;
  }
  html .page_left .reservation .mobile .middle {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  html .page_left .reservation .mobile .middle img {
    width: 80%;
    margin: 20px auto;
  }
  html .page_left .reservation .mobile .middle p {
    font-size: 0.7rem;
    margin: 5px;
  }
  html .page_left .reservation .mobile .footer a.tel {
    border: 1px solid #6ac56a;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block;
    color: #14be4b;
    margin-top: 5%;
    padding: 5px 15px;
  }
  html .page_left .reservation .pc {
    display: none;
  }
}
.bread {
  font-size: 0.7rem;
  line-height: 3;
  padding-left: 5px;
  background: #EDFAF2;
  color: #333;
  padding-top: 3rem;
}
.bread a {
  color: #333;
}
.bread p {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.page_content {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.page_left {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.page_left .page_post_title {
  font-size: 1rem;
  font-weight: 600;
  color: #111c19;
  line-height: 1.38rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e9eff5;
}
.page_left .page_post_message {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4em;
}
.page_left .page_post_message .post_message_author {
  color: #14be4b;
  margin-right: 0.63rem;
}
.page_left .page_post_message .post_message_time {
  color: rgba(35, 41, 45, 0.3);
  margin-right: 0.63rem;
}
.page_left .page_post_content {
  width: 100%;
  margin: 0.83rem 0;
}
.page_left .page_post_content .media-wrap.image-wrap img {
  max-width: 100% !important;
  height: auto !important;
}
.page_left .reservation .pc {
  background: rgba(20, 190, 75, 0.1);
  padding: 2.92rem 5% 2.5rem;
  text-align: center;
  color: #111c19;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 90%;
}
.page_left .reservation .pc .left {
  width: 80%;
  line-height: 35px;
  text-align: left;
  margin-left: 10px;
}
.page_left .reservation .pc .left .title {
  font-size: 1.58rem;
  font-weight: 600;
  line-height: 2.21rem;
}
.page_left .reservation .pc .left span.black {
  font-size: 1.2rem;
  color: black;
}
.page_left .reservation .pc .left span.green {
  font-size: 1.2rem;
  color: #14be4b;
  font-weight: bold;
}
.page_left .reservation .pc .left a.tel {
  border: 1px solid #6ac56a;
  border-radius: 50px;
  font-size: 1.2rem;
  display: inline-block;
  color: #14be4b;
  margin-top: 5%;
  padding: 5px 15px;
}
.page_left .reservation .pc .right {
  width: 20%;
}
.page_left .reservation .pc .right img {
  width: 80%;
}
.page_left .reservation .pc .right p {
  font-size: 0.7rem;
  margin-top: 15px;
}
.page_left .reservation .mobile {
  display: none;
}
.page_left .page_post_tag {
  padding: 0.42rem 1.13rem;
  margin-bottom: 1.25rem;
  background: #fbfcfd;
  border-radius: 4px;
  border: 1px solid #edf4fa;
}
.page_left .page_post_tag > p {
  font-size: 0.58rem;
  font-weight: 400;
  color: #23292d;
  line-height: 0.83rem;
}
.page_left .page_post .post_title {
  font-size: 0.58rem;
  font-weight: 400;
  color: rgba(35, 41, 45, 0.3);
  line-height: 0.83rem;
  padding: 1.1em 0;
  border-top: 1px solid #e9eff5;
}
.page_left .page_post .next_post {
  border-top: none;
}
.page_left .page_post .post_post {
  font-size: 0.67rem;
  font-weight: 600;
  color: #23292d;
  line-height: 0.92rem;
  margin-bottom: 0.3rem;
}
.page_left .page_post .post_des {
  font-size: 0.58rem;
  color: #23292d;
  line-height: 1.5;
}
.page_left .page_recommend {
  margin-top: 2rem;
}
.page_left .page_recommend .title {
  font-size: 1rem;
  color: #333;
}
.page_left .page_recommend .posts {
  margin-top: 1rem;
  display: table;
}
.page_left .page_recommend .posts .category_post {
  display: table-cell;
  border-radius: 5px;
  width: 31%;
  vertical-align: top;
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
}
.page_left .page_recommend .posts .category_post:nth-child(2n) {
  width: 2%;
}
.page_left .page_recommend .posts .category_post .img {
  height: 4.5rem;
  overflow: hidden;
}
.page_left .page_recommend .posts .category_post .img img {
  width: 100%;
}
.page_left .page_recommend .posts .category_post .post_title {
  font-size: 0.6rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.page_left .page_recommend .posts .category_post .post_title a {
  color: #333;
}
.page_left .page_recommend .posts .category_post .post_title .tag {
  color: white;
  background: -webkit-linear-gradient(260deg, #F9B506 0%, #F78D05 100%);
  background: linear-gradient(190deg, #F9B506 0%, #F78D05 100%);
  font-size: 0.5rem;
  padding: 3px;
  margin-right: 0.4rem;
  border-radius: 2px;
}
.page_left .page_recommend .posts .category_post .post_title:hover a {
  color: #14be4b;
}
.page_left .page_recommend .posts .category_post .post_author {
  font-size: 12px;
  margin-top: 0.5rem;
  padding: 2px;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.page_left .page_recommend .posts .category_post .post_author .author {
  color: #333;
  float: left;
}
.page_left .page_recommend .posts .category_post .post_author .time {
  color: #ddd;
  float: right;
}
.page_post_tags {
  display: inline-block;
  margin: 15px 0;
}
.page_post_tags > li {
  display: inline-block;
}
.page_post_tags > li > a {
  background: #f2f2f2;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 0.5rem;
  font-weight: 400;
  color: #23292d;
  line-height: 17px;
}
.solution {
  background: #F8F9FB;
  padding: 3.33rem 0;
  text-align: center;
  position: relative;
}
.solution .title {
  font-size: 1.58rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.solution > .swiper-container {
  position: static;
  padding-top: 1.67rem;
}
.solution > .swiper-container .solution-button {
  position: absolute;
  top: 94%;
}
.solution > .swiper-container .swiper-button-prev {
  width: 1.92rem;
  background: url(/assets/solution_left.192857.png) no-repeat;
  background-size: contain;
  left: 4%;
}
.solution > .swiper-container .swiper-button-next {
  width: 1.92rem;
  background: url(/assets/solution_right.ec7624.png) no-repeat;
  background-size: contain;
  right: 4%;
}
.solution > .swiper-container .swiper-scrollbar {
  height: 2px;
  margin: 20px auto;
  width: 80%;
  bottom: 2%;
  left: 10%;
}
.solution > .swiper-container .swiper-scrollbar-drag {
  background-color: #14be4b;
  width: 33%;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 16.25rem;
  vertical-align: top;
  width: 30%;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide:hover .linkImg {
  padding-left: 0.83rem;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide > .title {
  height: 1.88rem;
  font-size: 1.33rem;
  font-weight: 600;
  color: #161117;
  text-align: left;
  padding: 2.08rem 0 0.42rem 2.08rem;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide > .text {
  text-align: left;
  height: 2.33rem;
  font-size: 0.83rem;
  font-weight: 400;
  color: #20222A;
  padding: 0.42rem 2.08rem 0.42rem 2.08rem;
  line-height: 1.17rem;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide > img {
  position: absolute;
  height: 5.63rem;
  right: 1.67rem;
  bottom: 3.33rem;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide > .link {
  position: absolute;
  left: 1.67rem;
  bottom: 2.92rem;
  padding: 0 1rem;
  background: none;
  border: 0;
  font-size: 0.58rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.83rem;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide > .link > .linkImg {
  width: 0.83rem;
  vertical-align: middle;
  margin-left: 0.42rem;
}
.solution > .swiper-container .swiper-wrapper > .swiper-slide:nth-child(4n) {
  border: none;
}
