.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1365px) {
  /*nav*/
  .navbar-default {
    z-index: 99;
    min-height: 80px;
  }
  .navbar-default .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-default .navbar-nav li > a {
    width: 80px;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
  .navbar-default .nav-tel {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  .navbar-default {
    z-index: 99;
    min-height: 80px;
  }
  .navbar-default .navbar-brand {
    padding-top: 19px;
    padding-bottom: 19px;
    max-width: 220px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .navbar-default .navbar-nav li > a {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .navbar-default .nav-tel {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .phone-banner {
    display: block;
  }

  .pc-banner {
    display: none;
  }
}
@media (max-width: 991px) {
  .mod-08 .box-s .box-mc .box-cont {
    font-size: 16px;
  }
  .mod-08 .box-s .box-mc .box-cont span {
    font-size: 20px;
  }

  .mod-09 {
    margin-bottom: 40px;
  }
  .mod-09 .row {
    background: none;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod-09 .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-09 .box-left {
    margin-bottom: 20px;
  }
  .mod-09 .box-left, .mod-09 .box-right {
    padding: 25px 20px;
  }

  .mod-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mod-11 .box-s {
    margin-bottom: 20px;
  }
  .mod-11 .box-s:last-child {
    margin-bottom: 0;
  }
  .mod-11 .box-s > .row {
    display: block;
  }
  .mod-11 .box-info {
    background-color: #eeeff1;
    padding: 30px 10%;
  }
  .mod-11 .box-info .title-s {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .mod-11 .box-info .title-s span {
    font-size: 16px;
  }
  .mod-11 .box-info .box-group .img-s img {
    max-width: 60px;
  }
  .mod-11 .box-info .box-group .box-title {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
  }

  .about-box-02 .box-start {
    display: none;
  }
  .about-box-02 .box-list {
    background: none;
  }
  .about-box-02 .box-warp {
    margin-left: -15px;
    width: 100%;
  }
  .about-box-02 .box-warp.box-l {
    background: none;
    padding-right: 0;
    float: none;
  }
  .about-box-02 .box-warp.box-l .box-s:after {
    display: none;
  }
  .about-box-02 .box-warp.box-l .box-s .box-title {
    text-align: right;
  }
  .about-box-02 .box-warp.box-l .box-s .box-img {
    margin-right: 20px;
  }
  .about-box-02 .box-warp.box-r {
    background: none;
    padding-left: 0;
    float: none;
  }
  .about-box-02 .box-warp.box-r .box-s:after {
    display: none;
  }
  .about-box-02 .box-warp.box-r .box-s .box-img {
    margin-left: 20px;
  }

  .about-box-05 .row {
    display: block;
  }

  .index-box-04 > .row {
    display: block;
  }
  .index-box-04 .box-info.box-right {
    padding: 30px 20px;
  }

  .index-box-06 .m-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .index-box-06 .container > row {
    display: block;
  }
  .index-box-06 .box-left, .index-box-06 .box-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    background: #fff;
    margin-bottom: 15px;
  }
  .index-box-06 .btn-s {
    background-color: #fb7f24;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }
  .index-box-06 .box-left {
    text-align: center;
    padding: 25px 20px;
  }
  .index-box-06 .box-left .box-title {
    font-size: 22px;
  }
  .index-box-06 .box-right {
    padding: 25px 20px;
  }
  .index-box-06 .box-right .box-title .title-s {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* footer */
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .box-links a {
    margin-right: 20px;
  }
  .footer .footer-info .box-erwm {
    text-align: left;
    margin-top: 20px;
  }
  .footer .footer-info .box-erwm img {
    margin-right: 0;
    margin-left: 0;
  }

  /*other-main*/
  .other-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*public-title*/
  .public-title {
    margin-bottom: 20px;
  }
  .public-title .title-s span {
    font-size: 30px;
  }
  .public-title .title-s span:before, .public-title .title-s span:after {
    width: 80px;
  }
  .public-title .title-s span:before {
    left: -100px;
  }
  .public-title .title-s span:after {
    right: -100px;
  }

  /*public-menu*/
  .public-menu {
    margin-bottom: 25px;
  }
  .public-menu a {
    display: block;
    float: left;
    width: 32%;
    padding: 10px;
    margin: 0 2% 10px 0;
  }
  .public-menu a:nth-child(3n) {
    margin-right: 0;
  }

  .mod-03 .box-s .box-a {
    margin-left: 0;
  }

  .mod-04 {
    margin-bottom: 30px;
  }
  .mod-04 a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .project-01 {
    background-color: #edeff1;
  }
  .project-01 .box-s {
    width: 90px;
    height: 90px;
  }
  .project-01 .box-s span {
    display: block;
    font-size: 16px;
    color: #333333;
  }
  .project-01 .box-s:hover {
    background-color: #fb7f24;
    color: #fff;
  }
  .project-01 .box-s:hover span {
    color: #fff;
  }
  .project-01 .box-s:hover em {
    font-size: 10px;
  }

  .mod-12 {
    height: 190px;
  }
  .mod-12 .title-ch {
    font-size: 34px;
    line-height: 62px;
  }
  .mod-12 .title-en {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .about-box-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-box-01 .box-info {
    padding-top: 30px;
  }
  .about-box-01 .box-info .box-txt {
    padding-bottom: 0;
  }

  .about-box-02 .box-warp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .about-box-02 .box-warp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .about-box-02 .box-warp.box-l .box-s .box-title {
    text-align: left;
  }
  .about-box-02 .box-warp.box-l .box-s .box-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-box-02 .box-warp.box-r .box-s .box-img {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-box-02 .box-s {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-box-02 .box-s .box-img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .about-box-02 .box-s .box-img img {
    display: block;
    border-radius: 8px;
    width: 100%;
  }
  .about-box-02 .box-s .box-title {
    font-size: 26px;
    line-height: 34px;
  }

  .float-box {
    display: none;
  }
}

/*# sourceMappingURL=media-style.css.map */
