@charset "utf-8";

#btt a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 3.5rem;
  text-decoration: none;
  background: #666;
  color: #fff;
  border-radius: 50%;
}
#btt a:hover {
  opacity: 0.6;
  transition: all 800ms;
}


.btn_menu1 {
  text-align:left;
  margin-top: 5px;
  padding: 20px 20px 20px 50px;
  width: 100%;
  background-image: url("../images//oubo.svg");
  background-repeat: no-repeat;
  background-position:  right 0px;
  background-size: 70px;
  max-width: 400px;
}

.btn_menu2 {
  text-align:left;
  margin-top: 5px;
  padding: 20px 20px 20px 50px;
  width: 100%;
  background-image: url("../images//kaisya.svg");
  background-repeat: no-repeat;
  background-position:  right 10px top 5px;
  background-size: 60px;
  max-width: 400px;
}

.fbtn_4g {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #78D885;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.fbtn_4b {
  font-size: 0.6rem;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #0071BC;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.fbtn_4y {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #FFCB43;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.fbtn_4p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #FFB0D5;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.btn_nvb {
  color: #fff;
  background-color: #e24694;
  font-weight: 500;
  font-size: .8rem;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 20px;
}

.btn_nvp {
  color: #fff;
  background-color: #0099cc;
  font-weight: 500;
  font-size: .8rem;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 20px;
}

.btn_nvg {
  color: #fff;
  background-color: #1fba98;
  font-weight: 500;
  font-size: .8rem;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 20px;
}

.btn_past {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  width: 100%;
    max-width: 325px;
    margin: 30px auto 0;
    background-color: #0071BC;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 5px 5px 20px rgba(0,0,0,.16);
}

.btn_pl {
  color: #fff;
  background-color: #F06EAA;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  width: 90px;
  padding: 10px 10px;
  border-radius: 20px;
}

#pos {
  position: fixed;
  left: 1vw;
  bottom: 1vw;
}

#btt {
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 1vw;
  bottom: 2vw;
}
#btt a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  background-color: #0096ff;
  /* background: #0071BC; */
  color: #fff;
  border-radius: 50%;
}
.btn_h1 {
  display: block;
  width: 260px;
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #0071BC;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
}

.btn_h2 {
  display: block;
  width: 260px;
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #0071BC;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
}


.btn-accent {
  background: linear-gradient(
    45deg,
    rgba(183,38,97,1) 0%,
    rgba(235,100,155,1) 100%);
}