@charset "UTF-8";

body{color:#19707e;}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content{
  background: #f6f9eb;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content.agg-page{
  background: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link{color: #fff;}
.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover{color: rgba(255, 255, 255, 0.5);}
.form-control, .dataTable-input{font-size: 1.25rem;}
.sb-topnav.navbar-dark #sidebarToggle{color: rgba(255, 255, 255, 1);}
.svg-inline--fa{height: 1.5em;}
.sb-topnav{height: 66px;}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav{padding-top: 66px;}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content{top: 66px;}
.container-fluid{ padding: 1em 1em 4em; }
.sb-sidenav-footer .small{
  font-size: 14px;
    border: 1px solid #888;
    padding: 0.5em;
    color: #ccc;
}
#sidebarToggle{
  position: absolute;
  right: 0;
}

/* TOPアニメーション */
.ripples div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 9s linear infinite;
  }
  
  
  @keyframes ripples_anim {
  0% {
  opacity: 1;
  }
  
  50% {
  transform: translate(-300px,-300px);
  width: 600px;
  height: 600px;
  opacity: 0;
  }
  }
  
  
  .ripples div:nth-of-type(1) {
  left: 0;
  top: 0;
  animation-delay: 0s;
  }
  
  .ripples div:nth-of-type(2) {
  left: 10%;
  top: 50%;
  animation-delay: 3.5s;
  }
  
  .ripples div:nth-of-type(3) {
  left: 30%;
  top: 10%;
  animation-delay: 2.5s;
  }
  
  .ripples div:nth-of-type(4) {
  left: 40%;
  top: 20%;
  animation-delay: 0.5s;
  }
  
  .ripples div:nth-of-type(5) {
  left: 50%;
  top: 30%;
  animation-delay: 2.1s;
  }
  
  .ripples div:nth-of-type(6) {
  left: 60%;
  top: 40%;
  animation-delay: 3.2s;
  }
  
  .ripples div:nth-of-type(7) {
  left: 70%;
  top: 80%;
  animation-delay: 4.1s;
  }
  
  .ripples div:nth-of-type(8) {
  left: 80%;
  top: 70%;
  animation-delay: 1.2s;
  }
  
  .ripples div:nth-of-type(9) {
  left: 90%;
  top: 50%;
  animation-delay: 1.7s;
  }
  
  .ripples div:nth-of-type(10) {
  left: 100%;
  top: 20%;
  animation-delay: 4.5s;
  }

/* ログイン */
.topTxt{
  font-size: 14px;
  color: #fff;
}
.loginBox{
  font-size: 0.8em;
}

/* 共通 */
.typeConf .card-header a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.typeConf .card{
  float: unset;
  padding: 4px;
  background: unset;
  border: none;
}
.typeConf .collapse{
  background: #fff;
}
img.iconBig{
  width: 48px;
  height: 48px;
  padding: 4px;
}
.typeConf .card-body input{
  width: 80%;
  display: inline-block;
}
/* 電気 */
.eleCard .card-header{
  background: #CEC56C;
  padding: 0;
}
.eleCard .iconBig{
  background: #D29C27;
}
.gasCard .card-header{
  background: #716891;
  padding: 0;
}
.gasCard .iconBig{
  background: #76317A;
}
.oilCard .card-header{
  background: #6E9340;
  padding: 0;
}
.oilCard .iconBig{
  background: #406531;
}
.backBtn{
  width: 80%;
  margin: 30px 10%;
  border-radius: 10px;
  font-size: 1.8em;
  letter-spacing: 0.25em;
  border-bottom: 6px solid #ddd;
}
.addSubmit{
  width: 80%;
  margin: 30px 10%;
  border-radius: 10px;
  font-size: 1.8em;
  letter-spacing: 0.25em;
  color: #fff;
  border-bottom: 6px solid orange;
}

.dtlDemo table{
  width: 80%;
  margin: 2em 10%;
}
.dtlDemo table tr{
  height: 2.5em;
  border-bottom: 1px dashed rgb(69 194 197 / 50%);
}
.agg-name{
  border-left: 14px solid;
  padding: 0 0.5em;
}
/* .resultBox{
    text-align: center;
    font-size: 1.5em;
    margin: 0.5em 20%;
    border: 3px solid rgb(69 194 197 / 25%);
} */
.resultBox{
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  margin: 4px 0.5em;  
  border-bottom: 3px solid rgb(69 194 197 / 25%);
}
.resultBox .fa-circle-minus{
  font-size: 0.55em;
}
.resultBox.price{
  color: #c71585;
}
.allBox{
  border: 3px solid rgb(69 194 197 / 25%);
}
.allBox .resultBox{
  margin: 4px;
  background: #45c2c5;
  color: #fff;
  display: block;
  padding: 0.25em;
}
.allBox.price{
  border: 3px solid rgb(199 21 133 / 25%);
}
.allBox.price .resultBox{
  background: #c71585;
}
.confData{
    border: 3px solid rgb(69 194 197 / 25%);
    background: #fff;
    margin: 10px 0 32px;
    font-size: 16px;
    padding: 1em;
}
.confData ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.confData ul li{
  display: inline-block;
}
.confData ul li ul{
  background: #ddd;
  border: 6px solid #eee;
  padding: 0.5em;
}
.pdfPage{
  margin: 0 0 1em;
}
.rateBox{
  font-size: 2em;
  line-height: 0.8;
}
.rateBox small{
  font-size: 14px;
}
.mizuTtl{
  border-bottom: 1px solid #3590C9;
  margin-bottom: 1em;
  padding: 0;
}
.mizuTtl .iconBig{
  background: #3590C9;
  width: 36px;
  height: 36px;
}
.eleTtl{
    border-bottom: 1px solid #CEC56C;
    margin-bottom: 1em;
    padding: 0;
}
.eleTtl .iconBig{
    background: #CEC56C;
    width: 36px;
    height: 36px;
}
.gasTtl{
    border-bottom: 1px solid #716891;
    margin-bottom: 1em;
    padding: 0;
}
.gasTtl .iconBig{
  background: #716891;
  width: 36px;
  height: 36px;
}
.oilTtl{
    border-bottom: 1px solid #6E9340;
    margin-bottom: 1em;
    padding: 0;
}
.oilTtl .iconBig{
  background: #6E9340;
  width: 36px;
  height: 36px;
}

@media (min-width: 768px) {
  .container-fluid{ padding: 1em 2em 4em; }
  .typeConf .card{
    float: left;
  }
  
  #sidebarToggle{
    right: 20px;
  }
}

