@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%;
}



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

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

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


.lp-wrapper .sapceing {
  letter-spacing: -1px;
}

@media(max-width:1200px) and (min-width:991px) {
  .lp-wrapper .sapceing {
    font-size: 17px;
  }
}


#contents .parts__works img {
  margin-bottom: 20px;
  height: 230px;
}


@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.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;
  }
}


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



/* 事例 */

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

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

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

.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:767px) {
  .tank__sec1-head2Wrap h2 {
    font-size: 25px;
  }
}


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

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


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

.works-imgfix {
  padding: 30px;
}

@media(max-width:767px) {
  .works-imgfix {
    padding: 0px 30px 30px 30px;
  }
}


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



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





/* 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(min-width:768px) {
  .l-pctb-only {
    display: none;
  }
}

@media(max-width:767px) {
  .l-tb-none {
    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;
  }

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

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

.btn-pump:hover {
  background: #fff;
  color: #064C6F;
  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:1200px) and (min-width:991px) {
  .cv__area-text {
    font-size: 17px;
  }
}

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

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

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

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

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

@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;
  }

}

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

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