@charset "utf-8";
#wrap {
 margin: 0 auto;
}
section {
 max-width:980px;
 margin:0 auto;
}
input:hover {
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.cashless{
 background-color: #696969;
 padding: 1em;
}
.cashlessbanner{
 width: 950px;
}
.cashless p {
 color: #fff;
 text-align: left;
}
.header-top {
 padding: 0.5em 0;
 position: relative;
 height:2em;
}
.parent {
 text-align: center;         /* 子要素を左右中央揃えにする */
 padding: .5em 20em .5em;             /* 余白指定 */
 float:right;
}
.inline-bl{
 display: inline-block;
 padding:0 .5em;
}
.cart_btn {
 padding: 0.5em 1em;
 text-decoration: none;
 border-radius: 4px;
 color: #ffffff;
 background-image: linear-gradient(45deg, #3cb371 0%, #008000 100%);
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
 border-bottom: solid 3px #006400;
 width:6em;
}
.cart_btn:active {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
 box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-bottom: none;
}
a.cart_btn:link,a.cart_btn:visited {
 color:#fff;
}
a.cart_btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  margin: 0 auto 6px;
  background: url("https://aqualeave.com/waterenergy/images/shoppingcart.png") no-repeat;
  background-size: contain;
  vertical-align: top;
}
a.cart_btn:hover {
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.order_btn{
 text-align:right;
 margin:-9.5em 1.7em 1em 0;
}
.login_btn {
 padding: 0.5em 1em;
 text-decoration: none;
 border-radius: 4px;
 color: #ffffff;
 background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
 border-bottom: solid 3px #c58668;
 width:7em;
  height: 4em;
}
.login_btn:active {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
 box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
 border-bottom: none;
}
a.login_btn:link,a.login_btn:visited {
 color:#fff;
}
a.login_btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin: 0 auto 6px;
  background: url("https://aqualeave.com/waterenergy/images/login_icon.png") no-repeat;
  background-size: contain;
  vertical-align: top;
}
a.login_btn:hover {
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.header-bottom {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2em;
    position: relative;
}
.header-bottom p{
 text-align:left;
 font-size: 0.6vw;
 font-weight: bold;
 position: absolute;
 top:1vh;
 left:200px;
 line-height: 1.8;
}

canvas {
    width: 100%;
    height: 240px;
    vertical-align: top;
}
#canvas-container {
    padding-top: 400px;
    background: url(https://aqualeave.com/waterenergy/images/en_main1.jpg) no-repeat center center;
    background-size: cover;
}


#side-shop .title {
    cursor: pointer;
    left: -50px;
    position: absolute;
    top: 0;
    transition: opacity 0.4s linear;
}
/* ふわっと下からアニメーション */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目の要素に200msのdelayをかける */
#effect .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に500msのdelayをかける */
#effect .fadein:nth-of-type(3) {
    -moz-transition-delay:500ms;
    -webkit-transition-delay:500ms;
    -o-transition-delay:500ms;
    -ms-transition-delay:500ms;
    }
/* 4つ目の要素に800msのdelayをかける */
#effect .fadein:nth-of-type(4) {
    -moz-transition-delay:800ms;
    -webkit-transition-delay:800ms;
    -o-transition-delay:800ms;
    -ms-transition-delay:800ms;
    }
/* 5つ目の要素に1100msのdelayをかける */
#effect .fadein:nth-of-type(5) {
    -moz-transition-delay:1100ms;
    -webkit-transition-delay:1100ms;
    -o-transition-delay:1100ms;
    -ms-transition-delay:1100ms;
    }
#effect div{
 display:inline-block;
 margin-top:-280px;
  vertical-align: middle;
}
.caution{
    color: #FF0000;
}

.inner{
 margin:0 auto;
 max-width:980px;
}
.howto{
 color:#333333;
 margin:0px 0px 5px;
 font-weight: bold;
}

/***************************************************/
/*     order section                               */
/***************************************************/

.order {
 text-align: left;
 background: url("https://aqualeave.com/waterenergy/images/order_bg.png") no-repeat center top transparent;
  background-size: cover;
 padding-bottom: 10em;
}

.order p {
 line-height: 1.4;
}

.price {
 width: 100%;
 margin:0 auto;
 position: relative;
 height: 100%;
}
.kettle-present {
 position: relative;
 width: 100%;
 padding: 2em 0;
}
.kettle_area{
 padding:3em 0;
 width: 100%;
}
.arrow{
 position:absolute;
 left:50%;
 margin-left: -124px;
 top:1.5em;
}
.kettle-pre {
 margin-bottom: 1em;
}
/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/***************************************************/
/*     worry section                               */
/***************************************************/
.worry{
 background: url("https://aqualeave.com/waterenergy/images/worry_bg.jpg") no-repeat center bottom fixed;
  background-size: cover;
 position: relative;
}
.worry_title{
 background: #605f5c no-repeat center top;
    height: 160px;
    position: relative;
}
.worry_title img {
    position: absolute;
    top: 20%;
    right: 0;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}
.worry_bg{
    background: url("https://aqualeave.com/waterenergy/images/hibi.jpg") no-repeat center top;
}
.wfpng{
 text-align: center;
}
/***************************************************/
/*     zero section                               */
/***************************************************/
.zero{
 background: url("https://aqualeave.com/waterenergy/images/zero_bg.jpg") no-repeat center bottom fixed;
  background-size: cover;
 position: relative;
    padding-bottom: 3em;
}
.zero_title{
 background: url(https://aqualeave.com/waterenergy/images/zero_titlebg.png) no-repeat center top;
  background-size: cover;
    height: 230px;
    position: relative;
}
.zero_title img {
    position: absolute;
    top: 35%;
    left:50%;
    max-width: 100%;
    transform: translate(-50%,-50%)
}


/***************************************************/
/*     Q&A section                               */
/***************************************************/
.QA{
 position: relative;
}

.QA_title{
 background-color:#fff;
 margin-bottom: 60px;
}
.QA_sec{
 padding:3em 0;
}
.accbox {
    padding: 0;
    text-align: left;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    border:solid thin #2f8fcf;
    color: #2f8fcf;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    cursor :pointer;
    transition: all 0.5s;
    font-size: 2em;
    font-weight: bold;
}
.acd-label-child{
 flex:1;
}
.acd-label:before{
 content:"";
    width: 34px;
    height: 46px;
    background: url(https://aqualeave.com/waterenergy/images/question.png) no-repeat;
    top: 0.4em;
    left: 0.5em;
    position: absolute;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 2.5em;
    padding: 0.8em;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-label:hover {
    opacity: 0.7;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0.3em 0.5em;
    transition: .5s;
    visibility: hidden;
}
.acd-content p{
 position:relative;
 padding:0 0 0em 3.5em;
}
.acd-content p:before{
 content:"";
    width: 34px;
    height: 40px;
    background: url(https://aqualeave.com/waterenergy/images/answer.png) no-repeat;
    top: 0.3em;
    left: 0.5em;
    position: absolute;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 1em 0.5em;
    visibility: visible;
    background: #e5f2ff;
    font-size:1.2em;
}
.return_text {
 padding: 1em 0 1em 3.5em;
 line-height: 2.5em;
}
/* マーカー線・赤 */
.marker{
background:linear-gradient(transparent 75%, #ffadad 75%);
font-weight:bold;
}

.th_color{
  background-color: #afeeee;
  text-align: center;
}
table#qatb {
  border-collapse: collapse;
  margin: 10px auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table#qatb tr {
  background-color: #e6f2f5;
  border: 1px solid #bbb;
  padding: .35em;
}
table#qatb th,
table#qatb td {
  padding: 0.6em 10px 0.6em 0.6em;
  border-right: 1px solid #bbb;
}
table#qatb th {
  font-size: .85em;
}
table#qatb thead tr{
  background-color: #78bbc7;
}
.tbl_txt{
   text-align: left;
   font-size: .85em;
}
.tbl_price{
   text-align: right;
}
table#qatb2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table#qatb2 tr {
  background-color: #e6f2f5;
  border: 1px solid #bbb;
  padding: .35em;
}
table#qatb2 th,
table#qatb2 td {
  padding: 0.6em 10px 0.6em 0.6em;
  border-right: 1px solid #bbb;
  font-size: .85em;
}
table#qatb2 th {
  width: 20%;
  background: #afeeee;
}
table#qatb2 thead tr{
  background-color: #78bbc7;
}

@media screen and (max-width: 600px) {
  table#qatb {
    border: 0;
    width:100%
  }
  table#qatb th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table#qatb thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table#qatb tr {
    display: block;
    margin-bottom: .625em;
  }

  table#qatb td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table#qatb td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  table#qatb2 td:last-child {
    border-bottom: 0;
  }
    table#qatb2 {
    border: 0;
    width:100%
  }
  table#qatb2 th{
    background-color: #eee;
    display: block;
    border-right: none;
    width: 100%;
    text-indent: 1em;
  }
  table#qatb2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table#qatb2 tr {
    display: block;
    margin-bottom: .625em;
  }
  table#qatb2 th,
  table#qatb2 td {
  padding: 0.6em 0;
 }

  table#qatb2 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: 1em;
    border-right: none;
  }

  table#qatb2 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  table#qatb2 td:last-child {
    border-bottom: 0;
  }
}

.QA_list ol,ul,li{
  list-style: none;
}
.QA_list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.QA_list li {
    width: 31.333333% 451.188px;
    margin: 0 1%;
}
.QA_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: solid 1px #0c5ac2;
    text-align: center;
    padding: 15px 20px 15px 10px;
    position: relative;
}
.QA_list li a:after {
    content: "";
    position: absolute;
    top: 39%;
    right: 5%;
    width: 9px;
    height: 9px;
    border-right: 1px solid #0c59c2;
    border-bottom: 1px solid #0c59c2;
    transform: rotate(45deg);
}

/***** z-index *****/
.z-i1{
 z-index:1;
}
.z-i2{
 z-index:2;
}



/***** width *****/
.wt-30{
 width:30vw;
}
.wt-100{
 width:100%;
}
.wt-80{
 width:80%;
}


/***** margin *****/
.mt-m10{margin-top: -10px}
.mt-30{margin-top: 30px}
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mt-m80 { margin-top: -80px }
.ml-20 { margin-left: 20px }
.ml-50 { margin-left: 50px }
.mb-100{ margin-bottom:100px }

/***** padding *****/
.pt-4e{padding-top: 4em}


/***** absolute left top *****/

.absoluteL30-T50 {
 position: absolute;
 left: 30px;
 top: 50px;
}
.catch_copy {
 position: absolute;
 left: 35px;
 top: 25%;
  width: 30vw;
}
.absoluteL35-Bm15 {
 position: absolute;
 left: 35px;
 bottom: -15px;
}
.absoluteL50-T30 {
 position: absolute;
 left: 50px;
 top: 30px;
}
.absoluteL50-T40 {
 position: absolute;
 left: 50px;
 top: 40px;
}
.absoluteL60-T35 {
 position: absolute;
 left: 60px;
 top: 35vh;
}
.absoluteL60-T35 {
 position: absolute;
 left: 60px;
 top: 35%;
}
.mondearea {
 position: absolute;
 left: 70px;
 top: 50px;
}
.absoluteL200-Tm55 {
 position: absolute;
 left: 200px;
 top: -55px;
}
.absoluteL215-Bm15 {
 position: absolute;
 left: 215px;
 bottom: -15px;
}
.energylogo {
 position: absolute;
 left: 220px;
 top: 15px;
}
.absoluteL470-T30 {
 position: absolute;
 left: 490px;
 top: 30px;
}
.absoluteL550-T45 {
 position: absolute;
 left: 550px;
 top: 45px;
}
.absoluteLm50-Tm20 {
 position: absolute;
 left: -50px;
 top: -20px;
}
.diallogo {
 position: absolute;
 right: 3em;
 top: .5em;
}
.absoluteR20-30 {
 position: absolute;
 right: 20px;
 top: 30px;
}
.absoluteR70-Tm10 {
 position: absolute;
 right: 70px;
 top: -10px;
}
.absoluteR390-T340 {
 position: absolute;
 right: 310px;
 top: 340px;
}

.L1-T30{
 top:30vw;
 left:1em;
}
.L1-T31{
 top:31.5vw;
 left:1em;
}
.L1-T33{
 top:33vw;
 left:1em;
}
.L1-T35{
 top:35.5vw;
 left:1em;
}

/***** z-index *****/
.z-i1{
 z-index: 1;
}

/***** float LR *****/

.fR {
 float: right;
}

.fL {
 float: left;
}

/***** text *****/
.text-l{
 text-align:left;
}

/***** font size *****/
.fs-05{font-size:0.5em}
.fs-07{font-size:0.7em;}
.fs-12{font-size: 12px}
.fs-14{font-size: 14px}
.fs-18 { font-size: 18px }
.fs-19 { font-size: 19px }
.fs-28 { font-size: 28px }
.fs-32 { font-size: 32px }
.fs-36 { font-size: 36px }
.fs-40 { font-size: 40px }
.fs-42 { font-size: 42px }
.fs-52 { font-size: 52px }
.fs-54 { font-size: 54px }
.fs-60 { font-size: 60px }
.fs-70 { font-size: 70px }

/***** font color *****/

.fc-fff { color: #FFFFFF }
.fc-red { color: #FF0000 }
.fc-black { color: #333333 }
.fc-right-blue { color: #68C9D9 }
.fc-right-blue2 { color: #31B6CB }
.fc-madonna-blue{color:#00608d}

/***** font weight bold *****/
.fw-b { font-weight: bold }

/***** text shadow *****/
.txt-s {
 text-shadow: 0 -1px 1px #FFFFFF,
    -1px 0 1px #FFFFFF,
    1px 0 1px #FFFFFF,
    0 1px 1px #FFFFFF,
    2px 2px 2px rgba(0,0,0,0.5);
}

/***** text align *****/

.ta-r { text-align: right }
.ta-l { text-align: left }
.ta-c { text-align: center }

/***** font family *****/

.ffg{
 font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ffm{
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/***** clearfix default *****/

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/***** clear both *****/

.cb { clear: both; }

/***************************************************/
/*     bacteria-zero                               */
/***************************************************/
.bacteria_bg{
 background: url("https://aqualeave.com/waterenergy/images/blue_bg.png") no-repeat center top;
  background-size: cover;
 position: relative;
  margin-top: -1.5em;
}

#bacteria-zero {
 padding: 40px 0px;
 position: relative;
}

#bacteria-zero h2 {
 margin-bottom: 20px;
 padding: 0 0 0 170px;
 line-height: 120px;
}

#bacteria-zero p {
 text-align: left;
 line-height: 1;
}

.narrow-interval {
 letter-spacing: -10px;
}

.server-description {
 padding: 0 40px;
 position: relative;
}
.safetycheck　{
  width: 100%;
  }

#bacteria-zero .server-description-text p {
 margin-bottom: 10px;
 padding: 15px 20px 0 0;
 line-height: 1.4;
 letter-spacing: .5px;
}

#bacteria-zero .server-description-text p:nth-child(2){
 padding-top: 0;
}
/* graph */

#graph {
 text-align: left;
 position: relative;
}

#bacteria-zero #graph h2 {
 padding: 60px 0 20px 250px;
 line-height: 1;
}

#bacteria-zero #graph p.ta-c {
 padding: 50px 0 10px;
 text-align: center;
}

#bacteria-zero .graph-description img {
 margin-bottom: 20px;
}

#bacteria-zero .graph-description p {
 padding: 10px 30px 0 0;
 font-size: 14px;
 line-height: 1.4;
}

#bacteria-zero .graph-description .literature {
 width: 850px;
}

#bacteria-zero .graph-description .literature p {
 margin-bottom: 5px;
 padding: 0;
 font-size: 12px;
 line-height: 1.4;
}


#bacteria-zero p.result {
 color: #194EAC;
 font-size: 26px;
 font-weight: bold;
 line-height: 2;
 text-align: center;
}
#after-use p.result {
  color: #87cefa;
  font-size: 4em;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: center;
}
#after-use span:before{
 content:"";
 position: absolute;
 background:url("https://aqualeave.com/waterenergy/images/line_L.png") no-repeat left bottom;
 background-size: 84px 154px;
 width: 84px;
 height: 154px;
 top: 1em;
    left: -30%;
 }
#after-use span:after{
 content:"";
 position: absolute;
 background:url("https://aqualeave.com/waterenergy/images/line_R.png") no-repeat right bottom;
 background-size: 84px 154px;
 width: 84px;
 height: 154px;
 top:1em;
 right: -30%;
 }
#after-use span{
 position: relative;
    display: inline-block;
}
.money_back{
 padding:1em 0;
}



/***************************************************/
/*     about-tenryosui                                  */
/***************************************************/
#hitatenryo-water-description {
 background: url("https://aqualeave.com/waterenergy/images/aso_bg.jpg") no-repeat center top fixed;
 background-size: cover;
}
.bg_mask{
 height: 100%;
 background: rgba(255,255,255,0.4);
 padding-bottom: 5em;
}
.mountain{
 position: absolute;
    left: 4em;
    bottom: 3.5em;
}

.header1, .header1 h3 {
 background: url("https://aqualeave.com/waterenergy/images/num1.png") no-repeat 10px center transparent;
}

.header2, .header2 h3 {
 background: url("https://aqualeave.com/waterenergy/images/num2.png") no-repeat 10px center transparent;
}

.header3, .header3 h3 {
 background: url("https://aqualeave.com/waterenergy/images/num3.png") no-repeat 10px center transparent;
}

.header4, .header4 h3 {
 background: url("https://aqualeave.com/waterenergy/images/num4.png") no-repeat 10px center transparent;
}

.header5, .header5 h3 {
 background: url("https://aqualeave.com/waterenergy/images/num5.png") no-repeat 10px center transparent;
}

#hitatenryo-water-description {
 text-align: left;
}

#hitatenryo-water-description header {
 padding: 20px 0;
 margin-top:-5em;
}

#hitatenryo-water-description header.radius-n {
 padding: 0;
 background: none;
 border: 0;
}
#hitatenryo-water-description p {
 margin-bottom: 10px;
 padding: 0 60px;
 line-height: 1.8;
 letter-spacing: .5px;
}

.enclose-p {
 height: 180px;
 overflow: hidden;
}

.enclose-p img {
 vertical-align: middle;
}

#hitatenryo-water-description h2 {
 margin: 0 auto 30px;
}

#hitatenryo-water-description header.radius-n h2 {
 margin: 0 auto 10px;
 padding:2em 0 0;
}

#hitatenryo-water-description h3 {
 padding: 5px 0 5px 70px;
 color: #FFFFFF;
 font-size: 38px;
 line-height: 1.2;
 background-color: #FF7000;
 -ms-border-radius: 30px 0 0 30px;
 border-radius: 30px 0 0 30px;
 font-family:"ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#hitatenryo-water-description h3.first-heading {
 -ms-border-radius: 60px 0 0 60px;
 border-radius: 60px 0 0 60px;
}
.about_tenryosui{
 position: relative
}

/***************************************************/
/*     after-use                                  */
/***************************************************/

#after-use {
 margin:0 0 6em;
 background: url("https://aqualeave.com/waterenergy/images/afteruse_bg.png") center top transparent;
}

#after-use h2 {
 color: #194EAC;
 font-size: 80px;
 font-weight: bold;
}

#after-use .heading {
 color: #31b6cb;
 font-size: 38px;
 font-weight: bold;
 line-height: 1;
}

#after-use p.description {
 width: 600px;
 margin: 0 auto;
 padding: 0;
 color: #00608d;
 font-size: 18px;
 text-align: left;
}

#after-use img {
 vertical-align: middle;
}

#after-use .img-block {
 margin: 30px auto;
}


/***************************************************/
/*     user-voice                                  */
/***************************************************/

.user-voice {
 margin:3em 0;
}

.user-voice-text {
 padding: 2px 10px;
 line-height: 1.5;
 border: 1px solid #FFFFFF;
}

.user-voice-body p {
 padding: 15px;
 line-height: 1.8;
 border-bottom: 1px dotted #DCDCDC;
}

.user-voice-body p:last-child {
 border-bottom: none;
}

#user-voice p.note {
 line-height: 2.8;
}
.voice_title{
 position:relative;
 z-index: 2;
 margin-bottom: 60px;
}

/* スライダーのサイズと配置を指定しています。 */
.slide{
 min-height: 0;
 min-width: :0;
 background: #FFF1E2;
    width: 100%;
    height: auto;
    margin: 0 auto; /* 横方向に中央寄せします。 */
    padding:2em 0 0;
}

/* スライダーで表示する画像のサイズを指定しています。 */
.swiper-slide div img{
    width: 100%;
    max-width: 420px;
    height: auto;
}
.swiper-container {
 width: 100%;
 padding-top:50px;
    box-sizing: content-box;
    height: auto;
}
.swiper-slide {
  cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
    top: calc((100% - 50px) * 0.5); /* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
    margin-top: -22px; /* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
    display:none;
}
.loading{
    opacity:0;
    visibility:hidden;
  }




/***************************************************/
/*     equipment-specifications                    */
/***************************************************/

#equipment-specifications {
 width: 940px;
 margin: 0 auto;
 padding: 40px 0 .5em;
 text-align: left;
}

#equipment-specifications h2 {
 margin: 0 auto 30px;
 padding: 10px 0 10px 60px;
 color: #194EAC;
 font-size: 38px;
 font-weight: bold;
 letter-spacing: 1px;
 text-shadow: 1px 1px 1px #CFCFCF;
 background: url("https://aqualeave.com/waterenergy/images/waterdrop.png") no-repeat 0.4em center;
 border-bottom: 1px solid #194EAC;
 box-shadow: 0 1px 0 #DCDCDC;
}

#equipment-specifications .server {
 padding-right: 50px;
  float: left;
}

#equipment-specifications dl {
 margin: 0 auto 50px;
 padding: 20px 0;
 font-size: 14px;
}

#equipment-specifications dt {
 width: 120px;
 padding: 5px 0 3px 5px;
 border-bottom: 1px dotted #DCDCDC;
 display: inline-block;
 vertical-align: top;
}

#equipment-specifications dt:before {
 padding: 0 2px 0 0;
 color: #31B6CB;
 content: "●";
}

#equipment-specifications dt.col1 {
 padding-bottom: 4px;
 border-bottom: 1px dotted #FFFFFF;
}

#equipment-specifications dt.col4 {
 padding-top: 5px;
 border-top: 1px dotted #DCDCDC;
}

#equipment-specifications dd {
 width: 430px;
 padding: 5px 0 3px 20px;
 border-bottom: 1px dotted #DCDCDC;
 display: inline-block;
}

#equipment-specifications dd.col2 {
 border-bottom: none;
}

#equipment-specifications dd.col3 {
 margin-left: 140px;
 padding: 5px 0 3px 5px;
 border-bottom: none;
}

#equipment-specifications dd.col5 {
 padding: 5px 0 3px 20px;
 border-top: 1px dotted #DCDCDC;
}

#equipment-specifications .img-box {
 width: 880px;
 margin: 0 auto 30px;
}

#equipment-specifications .img-box p {
 margin: 1em;
 color: #194eac;
 font-size: 22px;
 font-weight: bold;
}

#equipment-specifications .img-box .left-box {
 float: left;
}
.left-box img{
  width:100%;
}

#equipment-specifications .img-box .right-box {
 float: right;
}

#equipment-specifications .maintenance {
 width: 760px;
 margin: 0 auto 50px;
 padding: 20px 30px;
 background-color: #31b6cb;
 border: 5px solid #FFFFFF;
 box-shadow: 0 0 2px #008593;
 border-radius: 20px;
}

#equipment-specifications h3.maintenance-text {
 color: #FFFFFF;
 font-size: 36px;
 font-weight: bold;
}

#equipment-specifications h3.maintenance-text:before {
 content: "●";
}
#equipment-specifications p.bg-blue-circle {
 padding: 0 0 0 25px;
 color: #FFFFFF;
 font-size: 26px;
 font-weight: bold;
 display: inline;
}

#equipment-specifications p.bg-blue-circle:before {
 content: "●";
}

#equipment-specifications p.caution {
 padding: 0 30px;
 color: #FFFFFF;
 font-size: 16px;
 line-height: 2.6;
}

#equipment-specifications p.caution:before {
 content: "●";
}

#equipment-specifications .how-install-block {
 padding: 20px 0 20px 110px;
 border-top: 1px solid #31b6cb;
 border-bottom: 1px solid #31b6cb;
 background: url("https://aqualeave.com/waterenergy/images/polkaDot.png") no-repeat 40px 50%;
}

#equipment-specifications .how-install-block p {
 vertical-align: middle;
 display: inline-block;
}

#equipment-specifications .how-install {
 margin: 0 20px 0 0;
 color: #31b6cb;
 font-size: 30px;
 line-height: 1;
 text-shadow: 1px 1px 2px #EFEFEF;
}

#equipment-specifications a {
 padding: 5px 20px 5px 35px;
 color: #FFFFFF;
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
 text-shadow: 1px 1px 2px #333333;
 vertical-align: middle;
 background-color: #3F5DE1;
 box-shadow: 1px 1px 1px #DCDCDC;
 border-radius: 20px;
 position: relative;
 transition: all 0.6s linear;
}

#equipment-specifications a:hover {
 opacity: 0.6;
 transition: all 0.6s linear;
}

#equipment-specifications a:before {
 margin-top: -8px;
 content: "";
 border: 8px solid transparent;
 border-left: 12px solid #FFFF00;
 position: absolute;
 left: 15px;
 top: 50%;
}

#equipment-specifications .how-install img {
 vertical-align: middle;
}
/***************************************************/
/*     order_form                                  */
/***************************************************/
.orderform{
  background-color: #f5f5f6;
  margin-top: -5em;
  text-align: left;
}
#ukokkei-landing-page-container{
  max-width: 980px;
  margin:0 auto;
}
#ukokkei-landing-page-container .item-name{
  font-size:20px !important;
  padding-top: 15px !important;
}
#ukokkei-landing-page-container .col-lg-2{
  width: 30% !important;
}


/***************************************************/
/*     footer                                      */
/***************************************************/

footer {
 margin: -10px auto;
 padding: 10px 0 0;
 font-size: 12px;
 clear: both;
 background: url(https://aqualeave.com/waterenergy/images/footer_bg.png) no-repeat center top;
  background-size: cover;
  background-color: #f5f5f6;
}

footer address {
 text-align: center;
 padding:100px 0 0 ;
}
ul.footer li {
display: inline;
text-align: center;
}

.company-name-address {
 padding: 6px 30px;
 font-size: 12px;
 text-align: left;
 vertical-align: top;
 display: inline-block;
}

.company-info {
 padding: 6px 0 6px 10px;
 text-align: left;
 vertical-align: top;
 display: inline-block;
}

.freedial {
 font-size: 20px;
 font-weight: bold;
 line-height: 1;
}

.freedial:before {
 content: url("https://aqualeave.com/waterenergy/images/freedial-logo.gif");
}

.business-hours {
 line-height: 1.4;
}

.copy {
 padding: 10px 0 5px;
 text-align: center;
}

.bottom-navigation {
 padding: 20px 0 10px;
 text-align: center;
 font-size: 1.2em;
}

.bottom-navigation ul {
 margin: 0 60px 0 0;
 text-align: left;
 list-style-type: none;
 vertical-align: top;
 display: inline-block;
}

.bottom-navigation ul:last-child {
 margin-right: 0;
}

.bottom-navigation ul li {
 line-height: 1.8;
 letter-spacing: 0.5px;
}

.bottom-navigation ul li a {
 text-decoration: none;
}

.navi_container{
  padding: 20px 0 10px;
  width: 50%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  font-size: 1.3em;
  font-weight: 600;
}
.navi_item{
  align-items: center;
  line-height: 2;
}

.f_container{
  width: 70%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
}
.f_item{
  margin:0 2em;
  padding: 8px 0;
  align-items: center;
}


/***** animation *****/

.tra {
 transition: all 0.6s linear 0s;
}

.middle{
 background: url("https://aqualeave.com/waterenergy/images/middle_bg4.jpg") no-repeat center top fixed;
 background-size: cover;
}

/* パソコンで見たときは"pc"のclassがついた画像・改行が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }
.tab{ display: none !important; }

.guide {
 margin-top: -.8rem;
 padding: .2rem .5rem;
 font-size: 105%;
 font-weight: bold;
 text-align: center;
 background: coral;
}

.guide a:link,
.guide a:visited {
 color: #fff;
}

/***************************************************/
/*     media-query                                  */
/***************************************************/

/*　画面サイズが950pxから1024pxまではここを読み込む　*/
@media screen and (max-width: 1024px){
 section{
  width: 100%
 }
 #canvas-container {
    padding-top: 10em;
 }
 .header-bottom{
  top:3vh;
 }
 .header-bottom p{
  top:-2vh;
  left:34em;
 }
 .worry_title img {
  width: 100%;
 }
 .zero_title img{
  width:100%;
 }
 #bacteria-zero .graph-description .literature {
  width: 850px;
 }
 #after-use p.description {
  width: 100%;
 }
 #equipment-specifications {
  width: 940px;
 }
 #equipment-specifications .maintenance {
  width: 100%;
 }
  .catch_copy{
    top:15%;
    width: 40vw;
  }
  .mondearea {
    top: 40px;
}
  #effect div{
    margin: -100px 0 50px;
}
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .guide {
      margin: 0;
      padding: .5rem 0;
      width: 100%;
      position: absolute;
      top: 0;
    }
    .guide a {
      width: 100%;
      display: block;
    }
}
@media (min-width: 950px) {
  .cashless p {
    width: 830px;
    margin: 0 auto;
   }
}
@media (min-width: 768px){
  #ukokkei-landing-page-container .col-sm-3{
    width:31% !important;
  }
  #ukokkei-landing-page-container .col-sm-9{
    width:69% !important;
  }
}
@media (max-width: 949px) {
  .cashlessbanner{
    width: 100%;
  }
  .canvas {
    height: 230px;
  }
  .order_btn{
    margin: -7em 1em 1em 0;
  }
  .orderbtn_img{
    width: 43vw;
  }
  .energylogo{
    left:5%;
    top:10px;
  }
  .mondearea{
    width: 13vw;
    top:70px;
  }
  .spright-box {
    float: none;
    text-align: center;
  }
  #equipment-specifications{
    width: 100%;
  }
  #equipment-specifications .server {
  padding-right: 0px;
  float:none;
  }
  #equipment-specifications dl {
    margin: 0 auto 50px;
    padding: 20px 0;
    font-size: 15px;
  }
  #equipment-specifications dt {
    width:95%;
    padding:5px 0 3px 1em;
  }
  #equipment-specifications dd {
    width: 93%;
    padding: 5px 0 3px 2em;
  }
  #equipment-specifications h2{
    font-size:1.6em;
    margin:0 auto;
  }
  #equipment-specifications .img-box {
    width: 100%;
    margin: 0 auto 1em;
  }
  #equipment-specifications .img-box .left-box {
    float:none;
  }
  .left-box img{
    width: 70%;
    padding: 0 4em;
  }
  #equipment-specifications .img-box .right-box {
    float: none;
  }
  .mountain{
    width: 50%;
    left:1.5em;
    bottom:1em;
  }
  .acd-label {
    margin-bottom: 1px;
    padding: 0.5em 2.4em 0.5em 3em;
    font-size: 1.5em;
    height: 2.5em;
  }
  .acd-label:after {
    height: 3.5em;
    padding: 0.8em;
    line-height:40px;
  }
  .acd-label:before {
    top: 0.7em;
    left: 0.5em;
  }
  .inner {
    margin: 0 1em;
  }
  .diallogo{
    display: none;
  }
  .parent{
    padding:0 1em;
  }
  .inline-bl {
    padding: 0.7em 0.3em;
  }
  .header-bottom p {
    top: -2vh;
    left: 19em;
    font-size: 0.7em;
  }
  #effect div {
    display: inline-block;
    margin: -40px 0px 30px;
  }
  .catch_copy {
    width: 45vw;
  }
  #equipment-specifications dd.col3 {
    margin-left: 1.7em;
  }
  .order{
    padding-bottom: 3em;
  }
  #hitatenryo-water-description header.radius-n h2 {
    padding: 4em 0 0;
  }
  footer{
    margin:-90px auto;
  }
  footer address {
    padding: 90px 0 0;
  }
  .pt-4e{
    padding-bottom:3em;
  }
  .pc { display: none !important; }
  .sp { display: none !important; }
  .tab{display: inline-block !important;
    max-width: 70%;
    margin:0 auto; }
    .worry_title img {
    width: 93%;
  }
  .zero_title img{
    width:93%;
  }
  .zero{
    background-attachment: local;
}
.middle{
  background-image : none;
  background-color: #f0f8ff;
}
.safetycheck {
  width: 95%;
  }
#ukokkei-landing-page-container .item-name{
  font-size: 16px !important;
}
table#qatb{
  width: 70%;
}
table#qatb2{
  width: 80%;
}
  }
/*　画面サイズが481pxから767pxまではここを読み込む　*/
@media screen and (max-width: 767px){
 section{
  width: 100%
 }
 #canvas-container {
    padding-top: 30px;
 }
 canvas {
    height: 200px;
 }
  .cashlessbanner{
    width: 100%;
  }
  table#qatb{
    width: 80%;
    margin: 5px auto;
  }
  table#qatb2{
    width: 90%;
  }
  .order_btn{
    margin: -5.5em 1em 1em 0;
  }
  #ukokkei-landing-page-container .item-name{
  font-size: 13px !important;
  padding-top:0px !important;
}
.navi_container{
  width:100%;
}

}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width: 479px){
 section{
  width: 100%;
 }
 canvas {
    width: 100%;
    height: 90px;
    vertical-align: top;
 }
 #canvas-container {
    padding-top: 70%;
    background-image: url("https://aqualeave.com/waterenergy/images/en_main1_sp.jpg");
 }
 .inner{
  width:95%;
 }
 #bacteria-zero .graph-description .literature {
  width: 100%;
 }
 #after-use p.description {
  width: 100%;
 }
 #equipment-specifications {
  width: 100%;
  padding-bottom: 5px;
 }
 #equipment-specifications .maintenance {
  width: 100%;
  margin:1em;
  padding:1em;
 }
 .fL{
  float:none;
 }
  #equipment-specifications h2{
    font-size: 2em;
    letter-spacing: 0px;
  }
 #equipment-specifications dt{
  width: 95%;
    padding: 0.4em 0.4em 0.5em;
 }
 #equipment-specifications dd{
  width: 86%;
    padding:0.4em 1.5em;
 }

 #equipment-specifications .img-box {
     width: 100%;
     margin: 0 auto 30px;
 }
 #equipment-specifications .img-box .right-box {
    float: none;
 }
 #equipment-specifications .img-box .left-box {
    float: none;
 }
  .left-box img{
    width: 95%;
    padding:0 0.5em;
  }
  .specifications_text{
    width: 90%;
  }
  .spright-box{
      float: none;
      text-align: center;
  }
  #equipment-specifications .server {
  padding-right: 0px;
  }

 .energylogo {
 position: absolute;
 left: 0.5%;
 top: 20%;
 width: 50%;
 }
 .diallogo {
 display: none;
 }
 .parent{
  padding: .5em;
 }
  .orderbtn_img{
    width: 85vw;
 }
 .order{
  padding-bottom: 6em;
 }
 .order_btn{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
  margin: -25% 0 1%;
 }

 .mountain{
  width: 95vw;
    left:50%;
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  top:30em;
 }
 #equipment-specifications dd.col3 {
    margin-left: 1em;
    padding: 5px 0 3px 5px;
    border-bottom: none;
 }
.pc { display: none !important; }
.sp { display: inline-block !important;
  max-width: 100%;
  margin:0 auto;
  }
.tab{display: none !important; }

.money_back{
 padding:0em;
 }

.pt-4e {
    padding-top: 0.5em;
    padding-bottom:0;
 }

.safetycheck {
 left: 0px;
 top:-50px;
  width: 100%;
 }
.zero_title img{

 height: auto;
 }
.acd-label {
    margin-bottom: 1px;
    padding: 0.5em 2.4em 0.5em 3em;
    font-size: 1em;
    height: 3em
 }
.acd-label:after {
    height: 4em;
    padding: 0.8em;
    line-height:37px;
 }
.acd-check:checked + .acd-label + .acd-content {
 font-size: 1em;
 }
.acd-content p:before{
 left:0.2em;
 }
.acd-content p{
 padding-left: 2.6em;
 }
.return_text {
    padding: 0.8em 0.8em 0 0.8em;
    line-height: 2em;
 }
.catch_copy {
  left: 1%;
  top: 25%;
  width: 70%;
  }
.header-top{
  padding-bottom: 3em;
}
.header-bottom{
  margin-top: 0em;
  top:0vh;
}
.header-bottom p{
  top:-16%;
  left:35%;
  font-size:0.7em;
}
.mondearea {
    left: 10px;
    top: 114px;
    width: 30%;
}
.swiper-button-prev,
.swiper-button-next {
    display: block;
  }
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 2em !important;
  }
.swiper-slide div img{
  width:100%;
  max-width: 304px;
}
#after-use p.result {
  font-size: 2.3em;
  line-height: 1.3;
  padding:0 0 .3em 0;
}
#after-use {
 margin:0 0 2em;
}
#after-use span:before {
 background-size: 58px 106px;
 width:58px;
 height:106px;
 top:0.5em;
 left: -25%;
 }
#after-use span:after {
 background-size: 58px 106px;
 width:58px;
 height:106px;
 top:0.5em;
 right: -25%;
 }
.worry_bg{
    background: url("https://aqualeave.com/waterenergy/images/hibi_sp.jpg") no-repeat center top;
}
.cart_btn {
 width: 5.2em;
 height:4.3em;
 }
a.cart_btn:before{
 margin:3px auto;
 }
.login_btn{
 width:8em;
 height: 4em;
}
a.login_btn:before{
 margin:3px auto;
}
.inline-bl {
 padding: 0 .3em 0 0 ;
 }
.zero{
    background-attachment: local;
}
.middle{
 background-image : none;
 background-color: #f0f8ff;
}
.cashlessbanner{
 width:100%;
}
.cashless p {
  font-size: 80%;
  text-align: left;
}

#effect section{
  margin:50px auto 0;
  }

#effect{
  margin-top: -30px;
}
#effect div{
  margin: -10px 0px 10px;
  display: inline-block;
}
#ukokkei-landing-page-container .col-xs-3-5{
  width:33% !important;
}
#ukokkei-landing-page-container .col-xs-8-5{
  width:67% !important;
}
#ukokkei-landing-page-container .item-name{
  font-size: 13px !important;
}
#ukokkei-landing-page-container .col-lg-2{
  width:60% !important;
}

footer{
  background-size:cover;
  margin: -50px auto;
}
footer address{
  padding: 70px 0 0;
}
.navi_container{
  font-size: 1.2em;
}

}

@media screen and (min-width: 700px){
 .header-top {
  margin-top: 2rem;
 }
}