@charset 'UTF-8';

.section{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.section.-main{
  padding-top:0px !important;
  padding-bottom:0px !important;
}
.section.-main.-image {
  background:linear-gradient(#ededed 0,#f5f5f7 50%,#fff calc(100% - 100px)) !important;
}
.section.-main.-low {
  background:linear-gradient(#ededed 0,#f5f5f7 50%,#fff calc(100% - 100px)) !important;
}
.box.-lcl-local-normal {
  background-color: #fff;
}
.box.-lcl-normal {
  background-color: #fff;
}
.lcl-local-triangle {
  display: inline-block;
  margin: 40px 0 20px;
  border-color: #b8afb0 transparent transparent;
  border-style: solid;
  border-width: 40px 63px 0;
}
._lcl-local-fz-36 {
  font-size: 36px !important;
}
.lcl-rank {
  padding: 40px 40px 20px;
}
.lcl-rank .lcl-item:nth-child(n+4) .lcl-num {
  background-color: #ccc;
}
.lcl-rank .lcl-col {
  padding-right: 20px;
}
.lcl-rank .lcl-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #00c3cf;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.lcl-rank .lcl-ttl {
  font-size: 20px;
}
.lcl-rank .lcl-txt {
  margin-top: 3px;
  font-size: 16px;
}
.lcl-rank .lcl-btn {
  margin-bottom: 20px;
}
._accordion {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

@media screen and (max-width:767px) {
  .section.-main.-image {
    background:linear-gradient(#ededed 0,#f5f5f7 50%,#fff 100%) !important;
  }
  .section.-main.-low {
    background:linear-gradient(#ededed 0,#f5f5f7 50%,#fff 100%) !important;
  }
  ._lcl-local-fz-22-sm {
    font-size: 22px !important;
  }
  ._lcl-local-fz-26-sm {
    font-size: 26px !important;
  }
  ._lcl-local-fz-40-sm {
    font-size: 40px !important;
  }
  ._lcl-local-fz-70-sm {
    font-size: 70px !important;
  }
  ._lcl-local-mt-15-sm {
    margin-top: 15px !important;
  }
  ._lcl-local-btn .btn {
    width: calc(100% - 100px);
    min-height: 60px;
  }
  ._lcl-mt-30-sm {
    margin-top: 30px !important;
  }

  @media screen and (max-width:600px) {
    .header .logo {
      width:135px;
      height:25px;
    }
  }
}