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

#contents_right {
  display: none;
}

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

/* システムページ */
.lp-wrapper h4 {
  text-align: center;
  font-size: 20px;
  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-s img {
  height: 300px;
  padding: 10px;
}


@media(max-width:767px) {
  #contents .flexslider .slides-s 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;
  }
}

.flexslider {
  border: none;
}


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

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

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

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

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

  .btn-pump {
    padding: 5px 15px;
    display: inline-block;
    background: #064C6F;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
  }

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

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

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

.disclist__btn {
  margin-bottom: 0;
  margin-top: 20px;
}

@media(max-width:991px) and (min-width:768px) {

  /*.btn-pump{
            font-size: 13px;
        }*/
  .btn-pump {
    font-size: 15px;
    margin-top: 0px;
  }

  .btn-pump-cosmetics {
    font-size: 15px;
    margin-top: 8px;
    margin-right: 0;
  }

  .disclist__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sys__industry-pb.sys__pb-none {
    margin-bottom: 0;
  }
}

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

.btn-pump-cosmetics:hover,
.btn-pump-cosmetics: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: 34px;
}

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

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

.cv__area-text-s {
  font-size: 22px;
  color: #FF681F;
  line-height: 1.5;
}

.lp-wrapper .cv__area-text-s-s {
  font-size: 20px;
  color: #000;
}

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

  .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) {
  .cv__area-text {
    text-align: left;
    font-size: 15px;
  }

  .cv__area-text-s {
    text-align: center;
    margin-bottom: 10px;
  }
}

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

  .cv__area-s {
    padding: 25px 30px;
  }
}

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

.cv__area .cv__sub.cv__sub-s:first-child {
  padding-right: 20px;
  width: 25%;
}

.cv__area .cv__sub.cv__sub-s:last-child {
  padding-left: 20px;
  width: 25%;
}

@media(max-width: 767px) {

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

  .cv__area .cv__sub.cv__sub-s:first-child {
    padding-right: 15px;
    width: 45%;
  }

  .cv__area .cv__sub.cv__sub-s:last-child {
    padding-left: 15px;
    width: 45%;
  }
}

.cv__sub a {
  padding: 15px 10px;
  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: .2s;
  transition: .2s;
  position: relative;
  z-index: 1;
  background-color: transparent;

  @media(max-width:991px) and (min-width:768px) {
    padding: 10px 10px;
  }
}


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

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

  .cv__sub-s {
    margin-bottom: 0;
  }

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

  .cv__sub a {
    padding: 6px 10px;
    display: inline-block;
    background: #FF681F;
    width: 100%;
    font-size: 15px;
    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: .2s;
    transition: .2s;
    position: relative;
    z-index: 1;
    background-color: transparent;
  }
}

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

/*
    .sys__discList dt{
        float: left;
    }
    */
/*
    .sys__discList dd{
        display: table;
    }*/

.sys__industry-pb {
  margin-bottom: 5px;
  display: flex;
}

.sys__industry-dd-pb {
  margin-bottom: 20px;
}

.sys__industry-pb-end {
  margin-bottom: 17px;
}

.sys__industry-cosmetics-pb {
  margin-bottom: 5px;
  display: flex;
}

.sys__industry-cosmetics-dd-pb {
  margin-bottom: 20px;
}

.sys-lp__case-img {
  margin-bottom: 15px;
}

.sys__industry-cosmetics-pb-end {
  margin-bottom: 32px;
}

.sys-lp__texts-padding {
  padding: 0 200px;
}

@media(max-width:991px) and (min-width:768px) {
  .sys__industry-cosmetics-pb {
    margin-bottom: 15px;
  }

  .sys__industry-cosmetics-pb-end {
    margin-bottom: 20px;
  }
}

.sys-lp__dis-just {
  margin-bottom: 20px;
}

@media(max-width: 767px) {
  .sys-lp__img-mb {
    margin-bottom: 30px;
  }

  .sys-lp__dis-just {
    display: block;
    margin: 0;
  }

  .sys-lp__texts-padding {
    padding: 0 15px;
  }

  .sys__industry-cosmetics-pb-end {
    margin-bottom: 0px;
  }

  .sys-lp__pc {
    display: none;
  }
}

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

  .sys-lp__dis-just {
    display: flex;
    justify-content: space-between;
  }
}


@media(max-width: 767px) {
  .disclist__btn-pump {
    text-align: center;
  }
}

@media(max-width:991px) and (min-width:768px) {
  .disclist__btn-pump {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.l-mgb0 {
  margin-bottom: 0 !important;
}


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

/*======= 吹き出し =======*/
.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__font-red {
  color: #f00;
}

.sys-lp__font-weight {
  font-weight: bold;
}
