

.grid_but {
    user-select: none;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    min-width: 80px;
    background:#f1f1f1;
    border-radius: 90px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
    text-align: center;
    padding: 3px 20px;
    margin: 0 5px;
  }


.grid_but2 a:hover {
    text-decoration: none;
}

.grid_but2 {
  user-select: none;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  min-width: 80px;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 90px;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px #fff;
  text-align: center;
  padding: 5px 20px;
}

.grid_but a:hover {
    text-decoration: none;
}

  .nav_but {
    user-select: none;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    min-width: 80px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 90px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    text-shadow: 0 1px #fff;
    text-align: left;
    padding: 5px 20px;
    margin-bottom: 10px;
}

ol.a {
  list-style-type: cjk-ideographic;
  margin: 0;
  line-height: 1.3;
  }
ol.b {
  list-style-type: decimal;
  padding-left: 18px;
  line-height: 1.3;

}


.text-fw {
  font-weight: 600;
  color: #a71522;
}

.backstretch {
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  z-index: -999999;
  position: fixed;
}

.backstretch img {
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  max-height: auto;
  max-width: auto;
  z-index: -999999;
  left: 0px;
  top: -41.0196px;
}


.note img {
  width: calc(320px + (350 - 320) * (100vw - 320px)/(1920 - 320));
}

.bg-1 {
  background: #d2db97;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.bg-2 {
  background: #e2e2e2;
  color: #131313;
      box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.bg-3 {
border: 1px solid #f2e1b5;
border-top: 10px solid #f2e1b5;
box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-7:before {
  background: #f0dfb396;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}

*, *::before, *::after {
  box-sizing: border-box;
}