@charset "UTF-8";

.btn-outline-primary {
  color: #000;
  border-color: #000;
  /* background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#fffeea),color-stop(50%,#fff100)); */
  background-image: linear-gradient(to right, #fffeea 50%, #fff100 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: transparent;
  letter-spacing: .1em;
  padding: .375rem 2rem;

}

.btn-outline-primary:hover {
  border: solid 1px transparent;
  background-color: #fff100;
  background-position: -100% 0;
  color: #212529;
  text-decoration: none;
}


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: 33px;
  margin-bottom: 20px;
  color: #FF681F;
}

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



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

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

  .sp-pd0 {
    padding: 0;
  }
}

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




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

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


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


#contents .tank__works img {
  height: 230px;
  padding: 10px;
}


@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: 22px;
  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;
  }
}


/* 事例 */

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


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

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




@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: 30px;
    margin-bottom: 40px;
  }
}


.works-imgfix {
  padding: 30px;
}

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



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

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






/* 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;
  }
}

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

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

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

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

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


.l-pc-flex {
  display: flex;
  justify-content: center;
}

@media(max-width:767px) {
  .l-pc-flex {
    display: block;
    justify-content: inherit;
  }
}

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

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

/*.flex-direction-nav a:before {
        content: "＜";
    }

    .flex-direction-nav a.flex-next:before {
        content: '＞';
    }*/

/* consult */
.lp__head2 {
  font-size: 30px;
}

@media(max-width:767px) {
  .lp__head2 {
    font-size: 19px !important;
  }
}



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

.flex-control-paging li a.flex-active {
  background: #064C6F;
}


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


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

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

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

@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-txtbox {
  margin-bottom: 10px;
}

.cv__area {
  background-color: #fff1eb;
  padding: 30px;
  margin-bottom: 0 auto 100px;
}

@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 auto 100px;
  }
}

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

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

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

.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; */
  padding: 15px 30px;
  display: inline-block;
  background: #FF681F;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border: 1px solid #FF681F;
  background-image: linear-gradient(to right, #FF681F 50%, #ff8041 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.cv__main a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-position: -100% 0;
}

@media(max-width: 767px) {
  .cv__main {
    width: 100%;
  }

  .cv__main a {
    font-size: 16px;
  }
}

.cv__area .cv__sub:first-child {
  padding-right: 10px;
  width: 30%;
}

.cv__area .cv__sub:last-child {
  padding-left: 10px;
  width: 30%;
}

@media(max-width: 767px) {

  .cv__area .cv__sub:first-child,
  .cv__area .cv__sub:last-child {
    width: 100%;
    padding: 0;
  }
}

.cv__sub a {
  padding: 15px 10px;
  display: inline-block;
  background: #064C6F;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border: 1px solid #064C6F;
  background-image: linear-gradient(to right, #064C6F 50%, #127baf 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.cv__sub a:hover {
  /* background: #0f648e; */
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-position: -100% 0;
  border: 1px solid #127baf;
}

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

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

@-moz-document url-prefix() {
  .fox_fixwd100 {
    width: 103%;
  }
}

.lp-compornentImg {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}

@media(max-width:767px) {
  .lp-compornentImg {
    height: auto !important;
  }
}