@charset "UTF-8";
@import 'reset.css';
@import 'normalize.css';
@import 'bootstrap.min.css';
@import 'fontawesome-all.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:link, a:hover {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

ul, li {
  list-style: none;
  margin: 0;
}

/* begin page */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  overflow-x: hidden;
  width: 100%;
  color: #333333;
}

h1 {
  font-size: 42px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 22px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.wrapper_1080 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix, .list-col-1-p10, .list-col-2-p10, .list-col-3-p10, .list-col-4-p10, .list-col-5-p10, .list-col-6-p10, .list-col-7-p10, .list-col-8-p10, .list-col-9-p10, .list-col-10-p10, .list-col-11-p10, .list-col-12-p10, .list-col-1-p15, .list-col-2-p15, .list-col-3-p15, .list-col-4-p15, .list-col-5-p15, .list-col-6-p15, .list-col-7-p15, .list-col-8-p15, .list-col-9-p15, .list-col-10-p15, .list-col-11-p15, .list-col-12-p15 {
  clear: both;
}
.clearfix:before, .list-col-1-p10:before, .list-col-2-p10:before, .list-col-3-p10:before, .list-col-4-p10:before, .list-col-5-p10:before, .list-col-6-p10:before, .list-col-7-p10:before, .list-col-8-p10:before, .list-col-9-p10:before, .list-col-10-p10:before, .list-col-11-p10:before, .list-col-12-p10:before, .list-col-1-p15:before, .list-col-2-p15:before, .list-col-3-p15:before, .list-col-4-p15:before, .list-col-5-p15:before, .list-col-6-p15:before, .list-col-7-p15:before, .list-col-8-p15:before, .list-col-9-p15:before, .list-col-10-p15:before, .list-col-11-p15:before, .list-col-12-p15:before {
  content: "";
  display: table;
}
.clearfix:after, .list-col-1-p10:after, .list-col-2-p10:after, .list-col-3-p10:after, .list-col-4-p10:after, .list-col-5-p10:after, .list-col-6-p10:after, .list-col-7-p10:after, .list-col-8-p10:after, .list-col-9-p10:after, .list-col-10-p10:after, .list-col-11-p10:after, .list-col-12-p10:after, .list-col-1-p15:after, .list-col-2-p15:after, .list-col-3-p15:after, .list-col-4-p15:after, .list-col-5-p15:after, .list-col-6-p15:after, .list-col-7-p15:after, .list-col-8-p15:after, .list-col-9-p15:after, .list-col-10-p15:after, .list-col-11-p15:after, .list-col-12-p15:after {
  content: "";
  display: table;
  clear: both;
}

.col-6 {
  width: 50%;
  float: left;
}

.page-block, .page-map-print {
  display: none;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .wrapper_1080 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
/* Popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  z-index: 200;
}
.popup-cont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90dvh;
  background-color: #fff;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 660px;
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.popup-bg {
  display: block;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
}
.popup-close {
  display: block;
  top: 15px;
  right: 15px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  position: absolute;
  background: url(../images/icon_close.png) no-repeat center center/cover;
}
.popup-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.popup-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.popup-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
}
.popup-link {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
}
.popup-link a {
  color: #EC1C24;
}

.fz40 {
  font-size: 40px;
}

.fz39 {
  font-size: 39px;
}

.fz38 {
  font-size: 38px;
}

.fz37 {
  font-size: 37px;
}

.fz36 {
  font-size: 36px;
}

.fz35 {
  font-size: 35px;
}

.fz34 {
  font-size: 34px;
}

.fz33 {
  font-size: 33px;
}

.fz32 {
  font-size: 32px;
}

.fz31 {
  font-size: 31px;
}

.fz30 {
  font-size: 30px;
}

.fz29 {
  font-size: 29px;
}

.fz28 {
  font-size: 28px;
}

.fz27 {
  font-size: 27px;
}

.fz26 {
  font-size: 26px;
}

.fz25 {
  font-size: 25px;
}

.fz24 {
  font-size: 24px;
}

.fz23 {
  font-size: 23px;
}

.fz22 {
  font-size: 22px;
}

.fz21 {
  font-size: 21px;
}

.fz20 {
  font-size: 20px;
}

.fz19 {
  font-size: 19px;
}

.fz18 {
  font-size: 18px;
}

.fz17 {
  font-size: 17px;
}

.fz16 {
  font-size: 16px;
}

.fz15 {
  font-size: 15px;
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: 13px;
}

.fz12 {
  font-size: 12px;
}

.fz11 {
  font-size: 11px;
}

.fz10 {
  font-size: 10px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt100 {
  margin-top: 100px;
}

.mt95 {
  margin-top: 95px;
}

.mt90 {
  margin-top: 90px;
}

.mt85 {
  margin-top: 85px;
}

.mt80 {
  margin-top: 80px;
}

.mt75 {
  margin-top: 75px;
}

.mt70 {
  margin-top: 70px;
}

.mt65 {
  margin-top: 65px;
}

.mt60 {
  margin-top: 60px;
}

.mt55 {
  margin-top: 55px;
}

.mt50 {
  margin-top: 50px;
}

.mt45 {
  margin-top: 45px;
}

.mt40 {
  margin-top: 40px;
}

.mt35 {
  margin-top: 35px;
}

.mt30 {
  margin-top: 30px;
}

.mt25 {
  margin-top: 25px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mr100 {
  margin-right: 100px;
}

.mr95 {
  margin-right: 95px;
}

.mr90 {
  margin-right: 90px;
}

.mr85 {
  margin-right: 85px;
}

.mr80 {
  margin-right: 80px;
}

.mr75 {
  margin-right: 75px;
}

.mr70 {
  margin-right: 70px;
}

.mr65 {
  margin-right: 65px;
}

.mr60 {
  margin-right: 60px;
}

.mr55 {
  margin-right: 55px;
}

.mr50 {
  margin-right: 50px;
}

.mr45 {
  margin-right: 45px;
}

.mr40 {
  margin-right: 40px;
}

.mr35 {
  margin-right: 35px;
}

.mr30 {
  margin-right: 30px;
}

.mr25 {
  margin-right: 25px;
}

.mr20 {
  margin-right: 20px;
}

.mr15 {
  margin-right: 15px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.ml100 {
  margin-left: 100px;
}

.ml95 {
  margin-left: 95px;
}

.ml90 {
  margin-left: 90px;
}

.ml85 {
  margin-left: 85px;
}

.ml80 {
  margin-left: 80px;
}

.ml75 {
  margin-left: 75px;
}

.ml70 {
  margin-left: 70px;
}

.ml65 {
  margin-left: 65px;
}

.ml60 {
  margin-left: 60px;
}

.ml55 {
  margin-left: 55px;
}

.ml50 {
  margin-left: 50px;
}

.ml45 {
  margin-left: 45px;
}

.ml40 {
  margin-left: 40px;
}

.ml35 {
  margin-left: 35px;
}

.ml30 {
  margin-left: 30px;
}

.ml25 {
  margin-left: 25px;
}

.ml20 {
  margin-left: 20px;
}

.ml15 {
  margin-left: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

a {
  color: #4c4c4c;
}

* {
  outline: none;
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

.clearfix, .list-col-1-p10, .list-col-2-p10, .list-col-3-p10, .list-col-4-p10, .list-col-5-p10, .list-col-6-p10, .list-col-7-p10, .list-col-8-p10, .list-col-9-p10, .list-col-10-p10, .list-col-11-p10, .list-col-12-p10, .list-col-1-p15, .list-col-2-p15, .list-col-3-p15, .list-col-4-p15, .list-col-5-p15, .list-col-6-p15, .list-col-7-p15, .list-col-8-p15, .list-col-9-p15, .list-col-10-p15, .list-col-11-p15, .list-col-12-p15 {
  clear: both;
  overflow: hidden;
}

.ease {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Font Style*/
.fwB {
  font-weight: bold;
}

.fwM {
  font-weight: 400;
}

.fwL {
  font-weight: 100;
}

/*Text Transform*/
.txt-UE {
  text-transform: uppercase;
}

.txt-CE {
  text-transform: capitalize;
}

.txt-LE {
  text-transform: lowercase;
}

.imgFW {
  width: 100%;
  height: auto;
}

.img-max {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.page-404 {
  min-height: 500px;
  font-size: 20px;
  padding-top: 20px;
}

/* Hamberger Button Menu */
.nav-button {
  position: absolute;
  right: 15px;
  top: 9px;
}
.nav-button .c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  outline: none;
}
.nav-button .c-hamburger span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}
.nav-button .c-hamburger span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  top: -12px;
}
.nav-button .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  bottom: -12px;
}
.nav-button .c-hamburger-htx {
  background: none;
}
.nav-button .c-hamburger-htx.is-active span {
  background: none;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.nav-button .c-hamburger-htx.is-active span:before, .nav-button .c-hamburger-htx.is-active span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.nav-button .c-hamburger-htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-button .c-hamburger-htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
/*List column*/
.list-col-12-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-12-p15 > * {
    width: 1200%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-12-p15 > * {
    float: none;
  }
}
.list-col-12-p15 img {
  max-width: 100%;
}

.list-col-11-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-11-p15 > * {
    width: 1100%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-11-p15 > * {
    float: none;
  }
}
.list-col-11-p15 img {
  max-width: 100%;
}

.list-col-10-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-10-p15 > * {
    width: 1000%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-10-p15 > * {
    float: none;
  }
}
.list-col-10-p15 img {
  max-width: 100%;
}

.list-col-9-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-9-p15 > * {
    width: 900%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-9-p15 > * {
    float: none;
  }
}
.list-col-9-p15 img {
  max-width: 100%;
}

.list-col-8-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-8-p15 > * {
    width: 800%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-8-p15 > * {
    float: none;
  }
}
.list-col-8-p15 img {
  max-width: 100%;
}

.list-col-7-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-7-p15 > * {
    width: 700%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-7-p15 > * {
    float: none;
  }
}
.list-col-7-p15 img {
  max-width: 100%;
}

.list-col-6-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-6-p15 > * {
    width: 600%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-6-p15 > * {
    float: none;
  }
}
.list-col-6-p15 img {
  max-width: 100%;
}

.list-col-5-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-5-p15 > * {
    width: 500%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-5-p15 > * {
    float: none;
  }
}
.list-col-5-p15 img {
  max-width: 100%;
}

.list-col-4-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-4-p15 > * {
    width: 400%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-4-p15 > * {
    float: none;
  }
}
.list-col-4-p15 img {
  max-width: 100%;
}

.list-col-3-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-3-p15 > * {
    width: 300%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-3-p15 > * {
    float: none;
  }
}
.list-col-3-p15 img {
  max-width: 100%;
}

.list-col-2-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-2-p15 > * {
    width: 200%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-2-p15 > * {
    float: none;
  }
}
.list-col-2-p15 img {
  max-width: 100%;
}

.list-col-1-p15 > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 601px) {
  .list-col-1-p15 > * {
    width: 100%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-1-p15 > * {
    float: none;
  }
}
.list-col-1-p15 img {
  max-width: 100%;
}

.columns-p15 {
  margin-left: -15px;
  margin-right: -15px;
}

.list-col-12-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-12-p10 > * {
    width: 1200%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-12-p10 > * {
    float: none;
  }
}
.list-col-12-p10 img {
  max-width: 100%;
}

.list-col-11-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-11-p10 > * {
    width: 1100%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-11-p10 > * {
    float: none;
  }
}
.list-col-11-p10 img {
  max-width: 100%;
}

.list-col-10-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-10-p10 > * {
    width: 1000%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-10-p10 > * {
    float: none;
  }
}
.list-col-10-p10 img {
  max-width: 100%;
}

.list-col-9-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-9-p10 > * {
    width: 900%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-9-p10 > * {
    float: none;
  }
}
.list-col-9-p10 img {
  max-width: 100%;
}

.list-col-8-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-8-p10 > * {
    width: 800%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-8-p10 > * {
    float: none;
  }
}
.list-col-8-p10 img {
  max-width: 100%;
}

.list-col-7-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-7-p10 > * {
    width: 700%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-7-p10 > * {
    float: none;
  }
}
.list-col-7-p10 img {
  max-width: 100%;
}

.list-col-6-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-6-p10 > * {
    width: 600%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-6-p10 > * {
    float: none;
  }
}
.list-col-6-p10 img {
  max-width: 100%;
}

.list-col-5-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-5-p10 > * {
    width: 500%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-5-p10 > * {
    float: none;
  }
}
.list-col-5-p10 img {
  max-width: 100%;
}

.list-col-4-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-4-p10 > * {
    width: 400%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-4-p10 > * {
    float: none;
  }
}
.list-col-4-p10 img {
  max-width: 100%;
}

.list-col-3-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-3-p10 > * {
    width: 300%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-3-p10 > * {
    float: none;
  }
}
.list-col-3-p10 img {
  max-width: 100%;
}

.list-col-2-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-2-p10 > * {
    width: 200%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-2-p10 > * {
    float: none;
  }
}
.list-col-2-p10 img {
  max-width: 100%;
}

.list-col-1-p10 > * {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .list-col-1-p10 > * {
    width: 100%/12;
  }
}
@media screen and (max-width: 600px) {
  .list-col-1-p10 > * {
    float: none;
  }
}
.list-col-1-p10 img {
  max-width: 100%;
}

.columns-p10 {
  margin-left: -10px;
  margin-right: -10px;
}

.heading-st1 {
  position: relative;
  color: #28a745;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 66px;
  min-height: 42px;
}
.heading-st1-number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #28a745;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
}
.heading-st1-text {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

/* begin top page*/
.clearAll {
  clear: both;
  display: block;
}

.margin-center {
  display: block;
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  overflow: initial;
}

.menu-fixed {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .container .header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.45);
}
header .container .header .pagi {
  position: absolute;
  top: -42px;
  right: 0;
  color: #fff;
}
header .container .header .pagi a {
  color: #fff;
  margin: 0 10px;
}
header .container .header .logo {
  width: 83px;
  margin: 8px 30px 8px 50px;
}
header .container .header .main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .container .header .main_menu li {
  text-align: center;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0 30px;
}
header .container .header .main_menu li.active a {
  color: #48ae46;
  font-weight: bold;
}
header .container .header .main_menu li:hover a {
  color: #48ae46;
}
header .container .header .main_menu li a {
  font-size: 16px;
  display: block;
}
header .container .button_plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
header .container .button_plus .langue {
  margin: 24px 7px;
}
header .container .button_plus .langue .button_select {
  display: block;
  color: #fff;
  background: #48ae48;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  width: 75px;
  position: relative;
  z-index: 5;
}

.section1 {
  position: relative;
  height: 700px;
  background-image: url(../images/bg_home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-attachment: fixed;
}
.section1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}
.section1 .bg img {
  width: 100%;
}
.section1 h1 {
  font-family: "Playfair Display";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.section1 span.ico-mouse {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
}

.section2 {
  padding: 50px 0;
  background-image: url(../images/bg_section2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.section2 .img {
  width: 500px;
  text-align: center;
  position: relative;
  float: left;
  margin-bottom: 100px;
}
.section2 .img img {
  box-shadow: 0px 11px 17px 0px rgba(6, 6, 6, 0.3);
  position: relative;
}
.section2 .img:before {
  content: "";
  width: 100%;
  height: 230px;
  background: #48ae48;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
.section2 .text {
  width: 608px;
  float: right;
}
.section2 .text .line {
  display: block;
  height: 3px;
  width: 200px;
  background: #48ae47;
  margin-top: 15px;
}
.section2 .text h2 {
  margin: 30px 0;
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 38px;
}
.section2 .text img {
  margin: 20px 0 40px;
}
.section2 .text b {
  font-family: "Playfair Display";
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.section2 .text p {
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}

.section3 {
  position: relative;
}
.section3 .bg {
  height: 347px;
  background-image: url(../images/bg_section3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.section3 .group {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.section3 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section3 .container .item {
  position: relative;
  margin-right: 30px;
  box-shadow: 0px 11px 17px 0px rgba(6, 6, 6, 0.3);
  overflow: hidden;
}
.section3 .container .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.section3 .container .item img {
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section3 .container .item:last-child {
  margin-right: 0;
}
.section3 .container .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.section3 .container .item .text h2 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
}
.section3 .container .item .text h2:before {
  content: "";
  width: 120%;
  height: 15px;
  background: #48ae47;
  position: absolute;
  bottom: -2px;
  left: -10%;
  z-index: -1;
}

footer .information {
  border-top: 1px solid #48ae46;
  border-bottom: 1px solid #48ae46;
  padding: 40px 0 30px;
}
footer .information .container .name {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
footer .information .container .info {
  float: left;
  font-size: 14px;
  line-height: 30px;
}
footer .information .container .info .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
footer .information .container .info .group .cap {
  width: 100px;
  display: inline-block;
}
footer .information .container .info i.fa {
  color: #48ae46;
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
footer .information .container .info b {
  font-weight: 400;
  color: #48ae46;
  width: 60px;
  display: inline-block;
}
footer .information .container .info span {
  margin-right: 50px;
}
footer .information .container .info p {
  margin-bottom: 2rem;
  font-size: 14px;
}
footer .information .container .number {
  font-size: 14px;
  line-height: 30px;
}
footer .information .container .number .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  font-size: 14px;
}
footer .information .container .number .cap {
  display: inline-block;
}
footer .information .container .number .cap.phone, footer .information .container .number .cap.fax, footer .information .container .number .cap.mst {
  width: 250px;
  display: inline-block !important;
}
footer .information .container .number .cap.fax .cap, footer .information .container .number .cap.mst .cap {
  width: 60px;
}
footer .information .container .number .cap.fax b, footer .information .container .number .cap.mst b {
  width: 30px;
}
footer .information .container .number .cap i.fa {
  color: #48ae46;
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
footer .information .container .number .cap b {
  font-weight: 400;
  color: #48ae46;
  width: 60px;
  display: inline-block;
  position: relative;
  /* &:after{
                  content: ':';
                  position: absolute;
                  right: 15px;
                  top: 0;
              }*/
}
footer .information .container .number .cap span {
  margin-right: 50px;
}
footer .information .container .number .cap p {
  margin-bottom: 2rem;
  font-size: 14px;
}
footer .information .container .number .phone i {
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: -1px;
}
footer .information .container .number .phone img {
  width: 11px;
}
footer .information .container .hotline {
  font-size: 14px;
  line-height: 30px;
}
footer .information .container .hotline b {
  display: inline-block;
  color: #48ae46;
  font-size: 16px;
  margin-bottom: 2rem;
}
footer .information .container .hotline p {
  margin-bottom: 2rem;
  font-size: 14px;
}
footer .information .phone1 a:hover,
footer .information .phone2 a:hover {
  color: initial;
}
footer .information .phone2 a {
  margin-left: 11px;
}
footer .copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  color: #656565;
}
footer .copyright p {
  margin-bottom: 0;
}
footer dd {
  margin-left: 100px;
  margin-bottom: 1rem;
}
footer dt {
  float: left;
}
footer .number dd {
  margin-left: 80px;
  margin-bottom: 1rem;
}
footer .number i {
  color: #48ae46;
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
footer .number b {
  color: #48ae46;
  font-weight: 400;
}
footer .number .phone i {
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: -1px;
}
footer .hotline dt {
  float: none;
  margin-bottom: 1rem;
  color: #48ae46;
  font-size: 16px;
}
footer .hotline dd {
  margin-left: 0px;
}
footer .hotline dd span {
  width: 44px;
  display: inline-block;
}

footer .information .container .info b,
footer .information .container .hotline b {
  position: relative;
}

/*footer .information .container .info b:after{
    content: ':';
    position: absolute;
    right: 5px;
    top: 0;
}
,footer .information .container .hotline b:after{
    content: ':';
    position: absolute;
    right: -12px;
    top: 0;
}*/
footer .information .container .info .group.fax b:after,
footer .information .container .info .group.mst b:after {
  right: -5px;
}

.ico-mouse,
.ico-mouse:before {
  position: absolute;
  left: 50%;
}

.ico-mouse {
  width: 28px;
  height: 40px;
  margin-left: -10px;
  position: fixed;
  bottom: 40px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
  z-index: 99;
}

.ico-mouse:before {
  content: "";
  width: 2px;
  height: 7px;
  background: #fff;
  margin-left: -1px;
  top: 5px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.ico-mouse:after {
  content: "";
  width: 2px;
  height: 45px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 13px;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
}
.page_content.page_services .text p {
  line-height: 30px;
}

.langue {
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.langue .select_group {
  position: absolute;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
  padding-top: 30px;
  background: #48ae48;
  width: 100%;
  border: 2px solid #48ae48;
  border-radius: 16px;
  color: #4c4c4c;
  z-index: 3;
  display: none;
}
.langue .select_group .group {
  border-radius: 16px;
  background: #fff;
}
.langue .select_group span {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin: 0 5px;
  font-size: 14px;
}
.langue .select_group span:hover {
  color: #48ae48;
}
.langue .select_group .active span {
  color: #48ae48;
}
.langue .select_bar {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}

.langue.open .select_group {
  display: block;
}
.langue.open .select_bar {
  display: block;
}

li.breadcrumb-item {
  font-size: 16px;
  line-height: 50px;
}

footer .w1170 {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.back_to_top {
  width: 65px;
  position: absolute;
  top: -65px;
  right: -65px;
  cursor: pointer;
}

.agent {
  background-color: #F9FFF9;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #64AB55;
}
.agent .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 20px;
}
.agent .name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.agent .info {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}
.agent .info:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 100px);
  background-color: #D2E9CD;
}
.agent .info:nth-child(odd) {
  padding-right: 60px;
}
.agent .info:nth-child(even) {
  padding-left: 60px;
}
.agent .info dt {
  font-weight: 400;
  color: #48AE46;
}
.agent .info dd {
  color: #333333;
  margin-left: 110px;
  word-break: break-word;
}

.contact .agent {
  background-color: #FFF;
  border-bottom: none;
}
.contact .agent .title {
  font-size: 30px !important;
}
.contact .agent .info {
  margin-bottom: 30px !important;
}

body.jp .contact .agent dt {
  width: 130px !important;
}
body.jp .contact .agent dd {
  margin-left: 130px !important;
}

.page {
  background: url("../images/aboutus/bg_aboutus.jpg") no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
  background-position-x: center;
  background-attachment: fixed;
}
.page h1 {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "Playfair Display";
  z-index: 2;
}
.page h1:before {
  content: "";
  width: 120%;
  height: 25px;
  position: absolute;
  left: -10%;
  bottom: -4px;
  background: #48ae47;
  z-index: -1;
}
.page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}

.group_breadcrumb {
  border-bottom: 1px solid #48ae46;
}
.group_breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 0;
  font-size: 18px;
  line-height: 60px;
  padding: 0;
}
.group_breadcrumb .breadcrumb .breadcrumb-item a {
  text-decoration: underline;
  color: #48ae47;
}
.group_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
  color: #333333;
}
.group_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1rem;
}

.page_content {
  font-size: 14px;
  padding: 30px 0 0;
}
.page_content .text {
  padding: 50px 0px 20px;
}
.page_content .text .line {
  width: 180px;
  height: 2px;
  background: #48ae46;
  display: block;
}
.page_content .text h2 {
  margin-top: 40px;
  margin-bottom: 45px;
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: bold;
  margin-top: 15px;
}
.page_content .text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.page_content .text.right h2 {
  text-align: right;
}
.page_content .text.right p {
  text-align: right;
  margin-left: 52px;
}
.page_content .img {
  text-align: center;
  margin: 30px 0 150px;
  position: relative;
  z-index: 2;
}
.page_content .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  bottom: -66px;
  background: #48ae46;
  z-index: -1;
}
.page_content .img img {
  box-shadow: -2px 4px 10px 1px rgba(67, 67, 67, 0.5);
}
.page_content .col-md-12 h3,
.page_content .col-md-6 h3 {
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: bold;
  margin-bottom: 1.5em;
}
.page_content .col-md-12 h3:before,
.page_content .col-md-6 h3:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/aboutus/icon-setting.png) no-repeat;
  background-size: cover;
  position: relative;
  bottom: -1px;
  margin-right: 6px;
}
.page_content .col-md-12 p,
.page_content .col-md-6 p {
  font-size: 14px;
  line-height: 24px;
}

.bg_content {
  background: url(../images/aboutus/bg_content.png) repeat;
  padding-bottom: 50px;
}
.bg_content.group5 {
  padding: 30px 0 0;
}
.bg_content .text {
  padding-bottom: 30px;
}

.group3.page_content .text p {
  margin-bottom: 1em;
}

.group4 {
  margin-bottom: 100px;
  padding: 70px 0;
}
.group4 .text {
  padding-top: 0;
}

.group2 {
  padding-bottom: 30px;
}
.group2 .img {
  margin-bottom: 0;
}

.group6-row:not(:last-child) {
  margin-bottom: 90px;
}
.group6-list {
  background-color: #f8fff8;
  padding: 20px 55px;
}
.group6-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.group6-list ul li {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 34px);
  -ms-flex: 0 0 calc(33.333% - 34px);
  flex: 0 0 calc(33.333% - 34px);
}
.group6-image {
  text-align: center;
  margin-bottom: 8px;
}
.group6-image img {
  width: 100px;
}
.group6-text {
  text-align: center;
}

.group7-list ul {
  max-width: 1050px;
  margin: 0 auto;
}
.group7-list ul li {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 34px);
  -ms-flex: 0 0 calc(50% - 34px);
  flex: 0 0 calc(50% - 34px);
}

.page_services .text {
  padding-bottom: 30px;
}
.page_services .col-md-6 .text {
  padding: 50px 15px 70px;
}

.page_services {
  padding-bottom: 0;
}

span.note {
  position: absolute;
  width: 50%;
  left: 20px;
  bottom: -35px;
  color: #fefefe;
  font-style: italic;
}

.page_content .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}
.page_content .categories .item {
  width: 24.3%;
  margin-right: 10px;
  margin-bottom: 30px;
  border: 1px solid #48ae46;
}
.page_content .categories .item:hover {
  box-shadow: 0px 7px 7px 0px #d7d7d7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.page_content .categories .item .caption {
  padding: 10px;
}
.page_content .categories .item .caption span {
  color: #656565;
}
.page_content .categories .item .images img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.page_content .categories .item .images a {
  display: block;
  position: relative;
}
.page_content .categories .item .images a .bar {
  background: #48ae46;
  padding: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.75;
}
.page_content .categories .item .images a .bar .bar1 {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.page_content .categories .item .images a .bar .bar1:before {
  content: " ";
  width: 49px;
  height: 62px;
  position: absolute;
  background: url(../images/products/icon.png) no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_content .categories .item .images a:hover .bar {
  display: block;
}
.page_content .categories .item h3 {
  font-size: 20px;
  font-family: inherit;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page_content .categories .item h3 a:hover {
  color: #48ae46;
}
.page_content .categories .item h3 i.fa {
  margin-right: 10px;
}
.page_content .categories .item h3:before {
  display: none;
}
.page_content .categories .item:nth-child(4n+4) {
  margin-right: 0;
}

.page_content .categories.detail {
  margin-top: 0;
}
.page_content .categories.detail .item {
  border: none;
  box-shadow: none;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.page_content .categories.detail .item .caption {
  padding-top: 0;
}
.page_content .categories.detail .item dt {
  display: inline-block;
  width: 95px;
  float: left;
  line-height: 24px;
}
.page_content .categories.detail .item dt.d4 {
  width: 70px;
  height: 80px;
  line-height: 24px;
  background: #48ae46;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 4px;
  padding-top: 5px;
}
.page_content .categories.detail .item dt.d4 span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.page_content .categories.detail .item dt.d4 .fa {
  margin-right: 5px;
  font-size: 15px;
}
.page_content .categories.detail .item dd {
  margin-left: 95px;
  margin-bottom: 0.7rem;
  line-height: 24px;
  padding-right: 10px;
}
.page_content .categories.detail .item i.fa-star {
  color: #b2b2b2;
}

.page_content .pagi {
  margin-bottom: 100px;
}
.page_content .pagi a {
  font-size: 18px;
  line-height: 60px;
  position: relative;
  font-weight: bold;
}
.page_content .pagi a:before {
  content: " ";
  width: 110%;
  height: 10px;
  background: #c1eac1;
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: -1;
}
.page_content .pagi .prev a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #48ae46;
  font-size: 20px;
  position: absolute;
  top: -20px;
  right: -26px;
}
.page_content .pagi .next a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #48ae46;
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: -26px;
}

.bg2 {
  background: url(../images/aboutus/bg_content.png) repeat;
}

.page_product .text {
  padding-bottom: 50px;
}

.page_product_detail .text {
  padding-bottom: 0px;
}

.page.page_products {
  background-image: url(../images/products/bg_products.jpg);
  background-size: cover;
}

.page.page_services {
  background-image: url(../images/services/bg_services.jpg);
  background-size: cover;
}

.page.page_contact {
  background-image: url(../images/contact/bg_contact.jpg);
  background-size: cover;
}

aside .link {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  border: 1px solid #48ae48;
  z-index: 2;
  max-width: 260px;
  background: #fff;
}
aside .link a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #48ae48;
  text-transform: uppercase;
  color: #48ae48;
}
aside .link a:hover, aside .link a.active {
  color: #fff;
  background: #48ae48;
}
aside .link a:last-child {
  border: none;
}
aside .link .active a {
  color: #fff;
  background: #48ae48;
}
aside .link .btn-toggle-cat {
  display: none;
}
aside .link-sp {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 99;
}
aside .link-sp li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #48ae48;
  text-transform: uppercase;
  color: #48ae48;
  background: #fff;
}

.fixed .btn-toggle-cat {
  display: none;
}

.page_product_detail .group {
  padding-bottom: 40px;
}

.page_product_detail.page_content .categories .item h3 {
  border-bottom: 1px solid #e5e5e5;
  line-height: 32px;
  padding-bottom: 8px;
  color: #48ae48;
  font-weight: bold;
}

.page_content .icon-stick {
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
}
.page_content .icon-stick:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icon_stick.png") no-repeat;
  background-size: cover;
  position: relative;
  bottom: -1px;
  left: 3px;
  margin-right: 6px;
}

.page_content #others .icon-stick {
  margin-top: 40px;
  margin-left: 10px;
}

/* Anchor */
.anchor_fixtop {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .fixed aside .link {
    position: fixed;
    left: auto;
    margin-left: -15px;
  }
}
@media screen and (max-width: 1130px) {
  .page_content .categories .item {
    width: 24.1%;
  }
}
@media screen and (max-width: 890px) {
  .page_content .categories .item {
    width: 23.8%;
  }
}
@media screen and (max-width: 768px) {
  .page {
    margin-top: 70px;
  }
  .page.page_products {
    margin-top: 120px;
  }
  .page_content .categories.detail .item {
    width: 100% !important;
  }
  aside .pro-detail-row {
    position: inherit;
  }
  aside .link {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    max-width: 100% !important;
    border: 0;
  }
  aside .link li a {
    display: none;
    color: #fff;
    background: #48ae48;
    position: fixed;
    left: 0;
    right: 0;
  }
  aside .link li:first-child a {
    display: block;
  }
  aside .link li.active a {
    display: block !important;
  }
  aside .link .btn-toggle-cat {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    right: 0;
    text-align: center;
    cursor: pointer;
  }
  aside .fixed .link li:first-child a {
    display: none;
  }
  .anchor_fixtop {
    top: -160px;
  }
}
.page_content.contact .factory img {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.page_content.contact .factory dl dt {
  font-size: 20px;
  line-height: 24px;
  color: #48ae46;
  margin-bottom: 10px;
}
.page_content.contact .factory dl dd {
  font-size: 14px;
  line-height: 30px;
  margin-left: 145px;
  position: relative;
}
.page_content.contact .factory dl dd i {
  font-size: 20px;
  line-height: 24px;
  color: #48ae46;
  position: absolute;
  left: -25px;
  top: 0;
}
.page_content.contact .info {
  margin-bottom: 50px;
}
.page_content.contact .info dd {
  margin-left: 100px;
  margin-bottom: 1rem;
  font-size: 16px;
}
.page_content.contact .info dt {
  float: left;
  color: #48ae46;
  font-size: 16px;
}
.page_content.contact .info i {
  color: #48ae46;
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
.page_content.contact .info b {
  font-size: 16px;
  color: #48ae46;
  font-weight: 400;
}
.page_content.contact .info .phone i {
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.page_content.contact .col-md-3.hotline {
  background: #399d39;
  font-size: 32px;
  line-height: 84px;
  color: #fff;
  text-align: center;
}
.page_content.contact .col-md-9.phone {
  background: #48ae48;
  font-size: 20px;
  line-height: 84px;
  color: #fff;
  text-align: center;
}
.page_content.contact .col-md-9.phone p {
  margin-bottom: 0;
}
.page_content.contact .col-md-9.phone a {
  color: #fff;
  margin: 0 30px;
}
.page_content.contact .row .row {
  margin: 0;
}
.page_content.contact .row-con-add {
  width: 100%;
}

.footer_contact {
  margin-top: 110px;
  border-bottom: 1px solid #48ae47;
}

@media screen and (max-width: 1200px) {
  .page_content.contact .col-md-3.hotline {
    font-size: 18px;
  }
  .page_content.contact .col-md-9.phone {
    font-size: 18px;
  }
  .page_content.contact .col-md-9.phone a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 980px) {
  .page_content.contact .col-md-9.phone a {
    font-size: 14px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 420px) {
  .page_content.contact .col-md-9.phone a {
    margin: 0;
    font-size: 13px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 1360px) {
  .back_to_top {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  footer .hotline {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  footer .hotline dt {
    float: left;
  }
  footer .number {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  footer .info {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  footer dd {
    margin-left: 100px;
  }
  aside .link {
    max-width: 200px;
  }
  aside .link a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .container {
    padding: 0 20px;
  }
  .group_breadcrumb .breadcrumb {
    padding: 0 15px;
  }
  header .container .header .main_menu li {
    padding: 0 15px;
  }
  .section2 .img {
    width: 100%;
  }
  .section2 .text {
    width: 100%;
    float: right;
  }
  .section1 h1 {
    font-size: 3em;
  }
  header .container .header .logo {
    margin: 8px 30px;
  }
  header .container .header .button_plus {
    margin-right: 0px;
  }
  .page_content .categories.detail .item {
    width: 48%;
    margin-right: 4%;
  }
  .page_content .categories.detail .item:nth-child(2n) {
    margin-right: 0;
  }
  .page_content .categories.detail .item:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 769px) {
  .container {
    overflow: inherit;
    padding: 0 15px;
  }
  .page {
    background-attachment: inherit;
  }
  .heading-st1 {
    font-size: 16px;
    line-height: 27px;
    padding-left: 51px;
  }
  .heading-st1-number {
    font-size: 18px;
    width: 31px;
    height: 31px;
  }
  .heading-st1-text {
    padding-bottom: 10px;
  }
  header {
    position: relative;
    top: 0;
    height: 70px;
    line-height: 70px;
  }
  header .container .header {
    display: none;
  }
  header .container .header_sp {
    background: #fff;
  }
  header .container .header_sp .logo {
    padding: 0 20px;
    float: left;
  }
  header .container .header_sp .logo img {
    width: 65px;
  }
  header .container .header_sp .main_menu_sp {
    display: none;
    position: absolute;
    width: 94%;
    background: #fff;
    top: 70px;
    left: 0;
    margin: 0 3%;
    z-index: 9999;
  }
  header .container .header_sp .main_menu_sp ul li {
    padding: 0 30px;
    border-bottom: 1px solid #48ae46;
    text-transform: uppercase;
  }
  header .container .header_sp .main_menu_sp ul li:last-child {
    border-bottom: none;
    color: #fff;
  }
  header .container .header_sp .main_menu_sp ul li.active, header .container .header_sp .main_menu_sp ul li:hover {
    background: #f1fff1;
  }
  header .container .header_sp .main_menu_sp ul li.active a, header .container .header_sp .main_menu_sp ul li:hover a {
    font-weight: bold;
  }
  header .container .header_sp .main_menu_sp ul li a {
    color: #48ae46;
    display: block;
  }
  header .container .header_sp .main_menu_sp ul li.pagi a {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
  }
  header .container .header_sp .nav_button {
    float: right;
    height: 67px;
    margin-top: 3px;
    position: relative;
    z-index: 3;
  }
  header .container .header_sp .button_plus {
    float: right;
    margin-right: 20px;
  }
  header .container .header_sp .button_plus .langue {
    margin: 20px 5px;
  }
  header .container .header_sp .bar {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
  }
  header .container .header_sp .menu-m {
    width: 48px;
    height: 17px;
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
  }
  header .container .header_sp .menu-m span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #666666;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .container .header_sp .menu-m span:nth-child(2) {
    width: 15px;
    margin-left: 8px;
  }
  header .container .header_sp .menu-m.active span {
    background: #fff;
  }
  header .container .header_sp .menu-m.active span:nth-child(1) {
    -webkit-transform: translate(0, 6px) rotate(45deg);
    -ms-transform: translate(0, 6px) rotate(45deg);
    transform: translate(0, 6px) rotate(45deg);
  }
  header .container .header_sp .menu-m.active span:nth-child(2) {
    opacity: 0;
  }
  header .container .header_sp .menu-m.active span:nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
  }
  .section1 {
    height: 218px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    margin-top: 70px;
  }
  .section1 h1 {
    font-size: 30px;
    line-height: 30px;
    width: 80%;
    text-align: center;
  }
  .section1 span.ico-mouse {
    display: none;
  }
  .section2 {
    background-image: none;
    padding: 30px 0px;
  }
  .section2 .text {
    width: auto;
    float: none;
  }
  .section2 .text .line {
    height: 1px;
    width: 120px;
  }
  .section2 .text h2 {
    font-size: 24px;
  }
  .section2 .text b {
    font-size: 12px;
  }
  .section2 .text p {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  .section2 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .section2 .img:before {
    content: "";
    width: 100%;
    height: 101px;
    background: #48ae48;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
  }
  .section2 .img img {
    width: 242px;
  }
  .section2 .container {
    padding: 0 20px;
  }
  .section3 {
    margin-bottom: 40px;
  }
  .section3 .bg {
    height: 140px;
    background-image: url(../images/bg_section3_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    position: relative;
  }
  .section3 .group {
    position: relative;
    bottom: inherit;
    top: 0;
    left: 0;
    margin-top: -115px;
  }
  .section3 .group .container {
    display: block;
    padding: 0 20px;
  }
  .section3 .group .container .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section3 .group .container .item img {
    width: 100%;
  }
  .section3 .container .item .text {
    width: 65%;
    text-align: center;
  }
  .section3 .container .item .text h2 {
    font-size: 22px;
    display: inline-block;
  }
  footer .information {
    padding: 30px 10px;
  }
  footer .information .container .info {
    float: none;
    font-size: 12px;
    line-height: 24px;
  }
  footer .information .container .info p {
    margin-bottom: 1rem;
    font-size: 12px;
  }
  footer .information .container .info span {
    margin-right: 20px;
  }
  footer .information .container .info .icon_phone {
    display: block;
  }
  footer .information .container .info .group {
    font-size: 12px;
    display: block;
    line-height: 25px;
    margin-bottom: 3rem;
  }
  footer .information .container .info .group .cap {
    width: 85px;
  }
  footer .information .container .info .group span {
    position: absolute;
    margin: 0;
    max-width: 75%;
  }
  footer .information .container .hotline {
    float: none;
    margin-top: 0;
    font-size: 12px;
  }
  footer .information .container .hotline dl {
    margin-bottom: 0;
  }
  footer .information .container .hotline b {
    margin-bottom: 0rem;
  }
  footer .information .container .hotline p {
    margin-bottom: 0rem;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
  }
  footer dd {
    margin-left: 90px;
    margin-bottom: 0.5rem;
  }
  footer .information .container .number {
    font-size: 12px;
  }
  footer .information .container .number dd {
    margin-left: 90px;
    margin-bottom: 0.5rem;
  }
  footer .hotline {
    font-size: 12px;
  }
  footer .hotline dt {
    float: left;
    margin-bottom: 0.5rem;
  }
  footer .hotline dd {
    margin-left: 90px;
  }
  .back_to_top {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  footer .information .container .info .group.mst {
    width: 135px;
    margin-left: 35px;
  }
  footer .information .container .info .group.fax .cap,
  footer .information .container .info .group.mst .cap {
    width: 85px;
  }
  footer .information .container .info .group.mst {
    width: auto;
    margin-left: 0;
    display: block !important;
  }
  footer .information .container .info .group.mst b:after {
    right: -17px;
  }
  footer .information .container .info .group {
    font-size: 11px;
    display: block;
    line-height: 25px;
  }
  footer .information .container .info .group span {
    position: absolute;
    margin: 0;
    max-width: 265px;
  }
}
@media screen and (max-width: 359px) {
  footer .information .container .info .group {
    display: block;
    line-height: 25px;
    margin-bottom: 3rem;
  }
  .section1 h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 769px) {
  .aboutus h2 {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
  }
  .aboutus h2:before {
    height: 18px;
  }
  .group_breadcrumb .breadcrumb {
    font-size: 14px;
    line-height: 40px;
  }
  .group_breadcrumb {
    padding: 0 20px;
  }
  .page_content .text {
    padding: 30px 0;
  }
  .page_content .text .line {
    float: none !important;
  }
  .page_content .text.right h2 {
    text-align: left;
    margin: 20px 0;
    font-size: 28px;
  }
  .page_content .text h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .page_content .text.right p {
    text-align: left;
  }
  .page_content .img {
    margin: 0px 0 110px;
  }
  .group4 {
    margin-bottom: 50px;
    padding: 30px 10px;
  }
  .group6-row:not(:last-child) {
    margin-bottom: 70px;
  }
  .group6-list {
    padding: 20px 15px;
  }
  .group6-list ul {
    gap: 30px;
  }
  .group6-list ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page h1 {
    font-size: 30px;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  .page h1:before {
    height: 18px;
  }
  .page_content .text.right p {
    margin-left: 0;
  }
  .col-md-6.hidden-pc {
    margin-bottom: 50px;
  }
  .col-md-6.hidden-pc .img {
    margin-bottom: 50px;
  }
  .page_content.contact .col-md-9.phone a {
    color: #fff;
    margin: 0;
    font-size: 20px;
    display: block;
    line-height: 40px;
  }
  .page_content.contact .col-md-3.hotline {
    background: #399d39;
    font-size: 27px;
    line-height: 60px;
    color: #fff;
    text-align: center;
  }
  .page_content .col-md-12 .categories .item {
    width: 100%;
    margin-right: 0;
  }
  .page_content .pagi a {
    font-size: 14px;
    line-height: 60px;
  }
  .col-md-2.prev {
    width: 50%;
    float: left;
  }
  .col-md-2.next {
    width: 50%;
    float: right;
    text-align: right;
  }
  .page_content .pagi {
    margin-bottom: 50px;
  }
  .page_content .col-md-12 .categories.detail .item {
    margin-bottom: 20px;
  }
  .page_services .col-md-6 .text {
    padding: 30px 15px 20px;
  }
  .page_content .img img {
    width: 85%;
  }
  .page_content .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -45px;
    background: #48ae46;
    z-index: -1;
  }
  .footer_contact {
    margin-top: 50px;
  }
  .page_content.contact .factory img {
    display: none;
  }
  .page_content.contact .factory dl dd {
    font-size: 14px;
    line-height: 30px;
    margin-left: 25px;
    position: relative;
  }
  .page_content.contact .info dt {
    font-weight: 400;
    width: 80px;
    position: relative;
    font-size: 15px;
  }
  .page_content.contact .info dt:after {
    content: ":";
    position: absolute;
    right: -8px;
    top: 1px;
    font-size: 15px;
  }
  .page_content.contact .info b {
    font-size: 15px;
    color: #48ae46;
    font-weight: 400;
  }
  .page_content.contact .info dd.factory {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
  .page_content.contact .info dd {
    font-size: 14px;
    line-height: 24px;
  }
  .page_content.contact .info {
    font-size: 14px;
    line-height: 24px;
  }
  .page_content.contact .col-md-9.phone {
    background: #48ae48;
    font-size: 20px;
    line-height: 84px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_content.contact .row .row {
    margin: 0;
    padding: 0 10px;
  }
  .page_content .categories.detail .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page_content.page_product_detail .group .col-md-4 {
    text-align: center;
    margin: 20px 0;
  }
  .page_product_detail .group {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .agent {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .agent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .agent .info {
    font-size: 12px;
  }
  .agent .info:not(:last-child)::before {
    content: none;
  }
  .agent .info:nth-child(odd) {
    padding-right: 5px;
  }
  .agent .info:nth-child(even) {
    padding-left: 5px;
  }
  .agent .info dd {
    margin-left: 100px;
  }
  .contact .agent {
    padding: 0 !important;
  }
  .contact .agent .title {
    font-size: 24px !important;
  }
  .contact .agent .info {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body.jp .contact .agent dt {
    width: 140px !important;
  }
  body.jp .contact .agent dd {
    margin-left: 160px !important;
  }
}
body.jp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

body.jp .section2 .text h2,
body.jp .section3 .container .item .text h2,
body.jp footer .information .container .name,
body.jp .page_content .text.right h2,
body.jp .page_content .col-md-12 h3, body.jp .page_content .col-md-6 h3,
body.jp .page_content .text h2,
body.jp .page h1,
body.jp .section2 .text b,
body.jp .heading-st1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.jp .page_content.contact .info dt {
  width: 160px;
}
body.jp footer dt.jp {
  width: 140px;
}
body.jp footer .hotline dd span {
  width: 84px;
}

@media screen and (max-width: 1200px) {
  body.jp footer .hotline {
    -ms-flex: 0 0 30.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  body.jp footer .number {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  body.jp footer .hotline {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  body.jp footer .hotline dt {
    float: left;
  }
  body.jp footer .number {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  body.jp footer .info {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  body.jp footer dt.jp {
    width: 140px;
  }
  body.jp footer dd {
    margin-left: 145px;
  }
}
@media screen and (max-width: 769px) {
  body.jp footer dt {
    width: 130px !important;
  }
  body.jp footer dd {
    margin-left: 130px !important;
  }
  body.jp .page_content.contact .info dt {
    width: 140px;
  }
  body.jp .page_content.contact .info dd {
    margin-left: 160px;
  }
}
body.vn footer .information .container .number dd {
  margin-left: 110px;
}
body.vn footer .information .container .info b {
  width: 75px;
}
body.vn .page_content.contact .info dd {
  margin-left: 130px;
}

@media screen and (max-width: 769px) {
  body.vn footer dd {
    margin-left: 100px;
  }
  body.vn footer .information .container .number dd {
    margin-left: 100px;
  }
  body.vn .page_content.contact .info dt {
    width: 135px;
  }
  body.vn .page_content.contact .info dt:after {
    right: 15px;
  }
  body.vn .page_content.contact .info dd {
    margin-left: 135px;
  }
}
body.ie .section3 .group {
  bottom: -40px;
}
body.ie .section3 .group .row {
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-wrap: inherit;
}
body.ie .section3 .group .row .col-md-4 {
  -ms-flex: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  flex: inherit;
  max-width: 100%;
  padding: 0 15px;
}
body.ie header .container {
  position: relative;
  min-height: 180px;
}
body.ie header .container .header {
  position: inherit;
}
body.ie .langue {
  position: inherit;
}
body.ie .langue .select_group {
  width: 75px;
  left: inherit;
  top: 26px;
}

body.safari footer .information .container .number {
  -ms-flex: 0 0 32.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.33%;
  flex: 0 0 32.33%;
  max-width: 32.33%;
}
/*# sourceMappingURL=style.css.map */
