/*.page{
  &.col02{
    .contents{
      .side-nav{
        @include mq(md){
          margin-bottom: 50px;
        }

        .side-nav-wrap{
          .side-nav-menu{
            li{
              &.top{
                a{
                  padding: 15px 20px 15px 35px;

                  @include mq(md){
                    padding: 20px 30px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}*/
@media screen and (max-width: 767px) {
  .balance .ttl {
    height: 260px;
  }
}
.balance .heading-cate {
  margin-bottom: 20px;
}
.balance .sub-txt {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .balance .table-wrap {
    margin-bottom: 30px;
  }
}
.balance .balance-table {
  margin-bottom: 15px;
}
.balance .balance-table thead th {
  background: #CCEBFF;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
  border-left: none;
  border-right: 1px dotted #ADADAD;
}
.balance .balance-table thead th:nth-of-type(1) {
  width: 137px;
}
.balance .balance-table thead th:nth-of-type(2) {
  width: 115px;
}
.balance .balance-table thead th:nth-of-type(3) {
  border-right: none;
}
.balance .balance-table tbody tr.blue {
  background: #F7FDFF;
}
.balance .balance-table tbody tr td {
  border-left: none;
  border-right: 1px dotted #ADADAD;
  text-align: center;
  padding: 10px 20px;
}
.balance .balance-table tbody tr td:nth-of-type(3) {
  border-right: none;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.balance .balance-table tbody tr td:nth-of-type(3):before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: calc(10px + 0.5em);
  left: 20px;
}
.balance .balance-table tbody tr td.list:before {
  content: none;
}
.balance .balance-table tbody tr td.list ul {
  display: flex;
  flex-wrap: wrap;
}
.balance .balance-table tbody tr td.list ul li {
  position: relative;
  padding-right: 1em;
}
.balance .balance-table tbody tr td.list ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -10px;
}
.balance .note {
  font-size: 0.75rem;
}
.balance .indent.attention {
  font-size: 0.75rem;
}
.balance .indent.attention li {
  list-style-type: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.balance .side-nav-menu-btn {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .balance .side-nav-menu-btn {
    margin-top: 35px;
  }
}
.balance .side-nav-menu-btn li {
  margin-bottom: 15px;
}
.balance .side-nav-menu-btn li:last-of-type {
  margin-bottom: 10px;
}
.balance .side-nav-menu-btn li a {
  font-size: 0.875rem;
  color: #0081CC;
  font-weight: bold;
  border: 1px solid #0081CC;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 15px 45px;
  line-height: 1.3;
  position: relative;
  transition: 0.3s all;
}
.balance .side-nav-menu-btn li a span {
  position: absolute;
}
.balance .side-nav-menu-btn li a span.icon-catalog {
  left: 15px;
}
.balance .side-nav-menu-btn li a span.icon-catalog:before {
  font-size: 1.125rem;
}
.balance .side-nav-menu-btn li a span.icon-cad {
  left: 15px;
}
.balance .side-nav-menu-btn li a span.icon-cad:before {
  font-size: 1.8125rem;
}
.balance .side-nav-menu-btn li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
}
.balance .side-nav-menu-btn li a:hover {
  color: #fff;
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .balance .side-nav-menu-btn li a:hover {
    color: #0081CC;
    background: #fff;
  }
}
.balance .side-nav-menu-btn li a:hover span.icon-catalog:before, .balance .side-nav-menu-btn li a:hover span.icon-cad:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .balance .side-nav-menu-btn li a:hover span.icon-catalog:before, .balance .side-nav-menu-btn li a:hover span.icon-cad:before {
    color: #0081CC;
  }
}
.balance .side-nav-menu-btn li a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .balance .side-nav-menu-btn li a:hover:after {
    border-right: 1px solid #0081CC;
    border-bottom: 1px solid #0081CC;
  }
}
.balance .side-nav-menu-btn li.catalog a {
  padding: 24px 20px 24px 45px;
}

.scroll-hint-icon {
  top: 80px;
}/*# sourceMappingURL=balance.css.map */