@charset "UTF-8";

p {
  line-height: 1.5;
}

#subtitle02 {
  display: none;
}

#locator {
  display: none;
}

#contents {
  max-width: none;
  width: 100%;
  margin-left: inherit;
  margin-right: inherit;
  text-align: inherit;
}

#contents_left {
  float: inherit;
  width: auto;
}


@media(max-width:767px) {
  #contents {
    margin-bottom: 0;
  }

  #contents_left {
    margin-bottom: 0;
  }
}

/* end テンプレート上書き */





/* hタグ統一 (LP) */
.lp-wrapper h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

@media(max-width:767px) {
  .lp-wrapper h4 {
    font-size: 17px;
  }
}



/* KV */
.tank__kv-wrap {
  margin-bottom: 80px;
  margin-top: 30px;
}

@media(max-width:767px) {
  .tank__kv-wrap {
    margin-bottom: 60px;
  }
}

#contents .tank__kv-wrap img {
  width: 100%;
}

@media(max-width:767px) {
  .sp-pd0 {
    padding: 0;
  }
}


/* コンテンツ 1・2 */

#contents .flexslider .slides img {
  height: 300px;
}

@media(max-width:767px) {
  #contents .flexslider .slides img {
    height: 200px;
  }
}

#contents .pump__works img {
  margin-bottom: 20px;
}


@media(min-width:1170px) {
  .flex-direction-nav .flex-prev {
    left: 0px;
  }

  .flex-direction-nav .flex-next {
    right: 0px;
  }
}

@media(max-width:767px) {
  .flex-direction-nav .flex-prev {
    left: -5px;
  }

  .flex-direction-nav .flex-next {
    right: -5px;
  }
}

.flex-direction-nav a {
  height: 60px;
}

.flexslider {
  border: none;
}


.tank__sec-wrapper {
  margin-bottom: 80px;
}

@media(max-width:767px) {
  .tank__sec-wrapper {
    margin-bottom: 60px;
  }
}

.tank__sec1-head3Wrap {
  border-bottom: 2px solid #222a30;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.tank__sec1-head3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}


@media(max-width:1170px) {
  .tank__sec1-head3 {
    line-height: 1.2;
  }
}

@media(max-width:767px) {
  .tank__sec1-head3 {
    font-size: 19px;
  }
}


.tank__cont1-fix {
  margin-bottom: 30px;
}


@media(min-width:768px) {
  .flex-mid {
    display: flex;
    align-items: center;
  }
}


/* 事例 */

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


.tank__sec1-head2Wrap h2 {
  padding-bottom: 0px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
}

.border1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #033068;
  border-radius: 0px;
}

@media(max-width: 991px) and (min-width:768px) {
  .tank__sec1-head2Wrap h2 {
    font-size: 29px;
  }
}


@media(max-width:767px) {
  .tank__sec1-head2Wrap h2 {
    font-size: 21px;
  }
}


.tank__works-box {
  margin-top: 30px;
}

@media(max-width:767px) {
  .tank__works-box {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.pump__works-box {
  margin-top: 30px;
}

@media(max-width:768px) {
  .pump__works-box {
    min-height: 400px;
  }
}

@media(max-width:767px) {
  .pump__works-box {
    margin-top: 20px;
  }
}


/* ラインナップ */
#contents .pump__line img {
  height: 300px;
}

@media(max-width:767px) {
  #contents .pump__line img {
    height: 200px;
  }
}






/* layout */
.l-mgb10 {
  margin-bottom: 10px;
}

.l-mgb20 {
  margin-bottom: 20px;
}

.l-pd0 {
  padding: 0;
}


@media(min-width:1170px) {
  .l-xl-none {
    display: none;
  }
}


@media(max-width:1169px) {
  .l-xl-only {
    display: none;
  }
}

@media(max-width:325px) {
  .l-senone {
    display: none;
  }
}

@media(min-width:768px) {
  .lineup__inflex-pc {
    display: inline-flex;
    justify-content: center;
  }
}

.i-right-fix {
  padding-left: 7px;
}

@media(max-width:767px) {
  .line-span {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    margin: 0 15px;
  }
}

.btn-pump {
  padding: 5px 10px;
  display: inline-block;
  background: #064C6F;
  color: #fff;
}

@media(max-width:991px) and (min-width:768px) {
  .btn-pump {
    font-size: 13px;
  }
}

.btn-pump:hover,
.btn-pump:focus {
  background: #0f648e;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}


/* cvエリア */
.cta_area {
  display: none;
}

.cv__area-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

@media(max-width:991px) {
  .cv__area-text {
    font-size: 17px;
  }
}

@media(max-width:767px) {
  .cv__area-text {
    text-align: left;
    font-size: 15px;
  }
}


.cv__area {
  background-color: #DCE6EA;
  padding: 50px 200px;
  margin-bottom: 60px;
}

@media(max-width: 1170px) {
  .cv__area {
    padding: 50px 90px;
  }
}

@media(max-width: 991px) {
  .cv__area {
    padding: 50px 40px;
  }
}

@media(min-width:768px) {
  .cv__area {
    margin: 0 0 60px;
  }
}

@media(max-width:767px) {
  .cv__area {
    padding: 50px 30px;
    margin-bottom: 0;
  }
}


@media(max-width:767px) {
  .tank__sec-wrapper {
    padding: 0;
  }
}

.cv__main {
  text-align: center;
  margin-bottom: 20px;
}

.cv__main a {
  padding: 15px 30px;
  display: inline-block;
  background: #FF681F;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  border: 1px solid #FF681F;
}

.cv__main a:hover {
  background: #ff7c3c;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.cv__sub a {
  padding: 15px 30px;
  display: inline-block;
  background: #064C6F;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border: 1px solid #064C6F;
}

.cv__sub a:hover {
  background: #0f648e;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

@media(max-width:767px) {
  .cv__sub {
    margin-bottom: 20px;
  }

  .sp-mgnone {
    margin-bottom: 0;
  }

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




.flexslider .slides>li {
  border: 1px solid rgb(221, 221, 221);
}


.tank-imgborder {
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
}



@media(min-width:768px) {
  .l-pctb-only {
    display: none;
  }
}

.tank__h2-top {
  margin-bottom: 60px;
}


.tank__h2-top2 {
  margin-bottom: 30px;
}



 /* layout */
 .l-mgb10 {
  margin-bottom: 10px;
}

.l-mgb20 {
  margin-bottom: 20px;
}
.l-mgb-30{
  margin-bottom: 30px;
}

.l-pd0 {
  padding: 0;
}
.l-mgb-30-60{
  margin-bottom: 30px;
}

@media(max-width:767px){
  .l-mgb-30-60{
      margin-bottom: 60px;
  }   
}


/*======= 吹き出し =======*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -100px;
  width: 100px;
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 140px;
  padding: 50px 120px;
  border-radius: 24px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -48px;
  border: 20px solid transparent;
  border-right: 30px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

@media(max-width:767px) {
  .balloon5 .faceicon {
    float: none;
    margin: 0 auto;
  }

  .says {
    margin: 25px 0px 0px;
    padding: 25px;
  }

  .says:after {
    top: -40px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid #d7ebfe;
    z-index: 0;
  }
}

.flex-direction-nav a {
  height: 60px;
  width: 32px;
  color: transparent;
  text-shadow: none;
}

.flex-nav-next a:before {
  position: absolute;
  background: #636264;
  width: 32px;
  ;
  height: 60px;
  top: 50%;
  right: 0;
  margin-top: -30px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  color: #fff;
  opacity: 0.9;
}

.flex-nav-prev a:before {
  position: absolute;
  background: #636264;
  width: 32px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  color: #fff;
  opacity: 0.9;
}

.flex-direction-nav a:before {
  font-size: 20px;
  text-shadow: none;
  opacity: 0.9;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.9;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.9;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

@media (max-width: 767px) {
  .flex-direction-nav .flex-next {
    right: 0;
  }

  .flex-direction-nav .flex-prev {
    left: 0;
  }
}

/*  追加  */
.sys-lp__dis-just {
  margin-bottom: 20px;
}
.sys-lp__case-img {
  margin-bottom: 15px;
}
.disclist__btn {
  margin-bottom: 0;
  margin-top: 20px;
}
.sys__industry-pb {
  margin-bottom: 5px;
  display: flex;
}
.sys__industry-dd-pb {
  margin-bottom: 20px;
}
.sys__industry-pb-end {
  margin-bottom: 17px;
}
.says .customer-voice__titile {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
.sp-mgnone.customer-voice__text {
  margin-bottom: 20px;
}
.sys-lp__font-weight {
  font-weight: bold;
  display: contents;
}
.hibar_l-mgb50 {
  margin-bottom: 50px;
}
.hibar__font-red {
  color: #f00;
  display: contents;
}

@media(max-width:991px){
  .sys-lp__dis-just {
      /*flex-direction: column;*/
      justify-content: center;
      align-items: center;
  }
  .sys__industry-pb.sys__industry-pb-end {
      margin-bottom: 20px;
  }
}


@media(max-width: 767px) {
  .sys-lp__dis-just {
      display: block;
      margin: 0;
  }
  .disclist__btn .btn-pump-cosmetics{
      font-size: 15px;
      margin-bottom: 20px;
      margin-right: 0;
  }
  .disclist__btn {
      display: flex;
      margin-bottom: 0;
      flex-direction: column;
      align-items: center;
  }
  .disclist__btn-pump {
      text-align: center;
  }
  .sys-lp__pc {
    display: none;
  }
}


@media(min-width:768px) {
  .sys-lp__dis-just {
  display: flex;
  justify-content: space-between;
  }
}

@media(max-width:991px) and (min-width:768px){
  .disclist__btn {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .disclist__btn-pump {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .sys__industry-pb.sys__pb-none {
      margin-bottom: 0;
  }
}


@media(min-width: 1200px) {
  .lp__container {
    max-width: 950px;
    margin: 0 auto 30px;
  }
}

@media(min-width:768px) {
  .sys-lp__sp {
    display: none;
  }
}