.l-header_btn {
  display: block;
  position: relative;
  width: 14.0625vw;
  margin: auto;
  padding: 6% 5%;
  font-size: 1.171875vw;
  text-decoration: none;
  text-align: center;
  border-radius: 100vmax;
  background-color: #f4ea31;
  color: #1d4288;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.l-header_btn:hover {
  background-color: #1d4288;
  color: #fff;
}

.l-header_btn::after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border: 0;
  border-top: solid 1px #1d4288;
  border-right: solid 1px #1d4288;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  transform: rotate(45deg);
}

@media (max-aspect-ratio: 7/10) {
  .l-header_btn {
    color: #1d4288;
    border-radius: 0;
    width: 99%;
    font-size: 3.125vw;
  }
  .l-header_btn::after {
    width: 1.40625vw;
    height: 1.40625vw;
  }
}
.mv_btn {
  display: block;
  position: relative;
  width: 15.0vw;
  margin: auto;
  padding: 7% 2%;
  font-size: 0.9vw;
  text-decoration: none;
  text-align: center;
  border-radius: 100vmax;
  background-color: #f4ea31;
  color: #1d4288;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.mv_btn:hover {
  background-color: #1d4288;
  color: #fff;
}

.mv_btn::after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border: 0;
  border-top: solid 1px #1d4288;
  border-right: solid 1px #1d4288;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  transform: rotate(45deg);
}

@media (max-aspect-ratio: 7/10) {
  .mv_btn {
    font-size: 2.5vw;
    width: 37.5vw;
    padding: 7% 4%;
    margin-left: 0rem;
    margin-right: 0.5rem;
  }
  .mv_btn::after {
    width: 1.40625vw;
    height: 1.40625vw;
    top: 54%;
  }
}
.mv_btn2 {
  display: block;
  position: relative;
  width: 15.0vw;
  margin: auto;
  padding: 7% 2%;
  font-size: 0.9vw;
  text-decoration: none;
  text-align: center;
  border-radius: 100vmax;
  background-color: #f4ea31;
  color: #1d4288;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.mv_btn2:hover {
  background-color: #1d4288;
  color: #fff;
}

.mv_btn2::after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border: 0;
  border-top: solid 1px #1d4288;
  border-right: solid 1px #1d4288;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  transform: rotate(45deg);
}

@media (max-aspect-ratio: 7/10) {
  .mv_btn2 {
    font-size: 2.5vw;
    width: 37.5vw;
    padding: 7% 4%;
    margin-left: 0rem;
    margin-right: 1.5rem;
  }
  .mv_btn2::after {
    width: 1.40625vw;
    height: 1.40625vw;
    top: 56%;
    right: 5%;
  }
}
.download_btn {
  display: block;
  position: relative;
  width: 19.53125vw;
  margin-right: 1.5rem;
  padding: 6% 2%;
  font-size: 1.171875vw;
  text-align: center;
  border-radius: 100vmax;
  background-color: #f4ea31;
  color: #1d4288;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.download_btn:hover {
  background-color: #1d4288;
  color: #fff;
}

.download_btn::after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border: 0;
  border-top: solid 1px #1d4288;
  border-right: solid 1px #1d4288;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  transform: rotate(45deg);
}

@media (max-aspect-ratio: 7/10) {
  .download_btn {
    font-size: 3.4375vw;
    width: 54.6875vw;
    padding: 4%;
    margin: 0 auto 3%;
  }
  .download_btn::after {
    width: 1.40625vw;
    height: 1.40625vw;
    top: 54%;
  }
}
.download_btn2 {
  display: block;
  position: relative;
  width: 19.53125vw;
  margin: auto;
  padding: 6.5% 2%;
  font-size: 1.171875vw;
  text-align: center;
  border-radius: 100vmax;
  background-color: #f4ea31;
  color: #1d4288;
  transition: 0.3s;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.download_btn2:hover {
  background-color: #1d4288;
  color: #fff;
}

.download_btn2::after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border: 0;
  border-top: solid 1px #1d4288;
  border-right: solid 1px #1d4288;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -5px;
  transform: rotate(45deg);
}

@media (max-aspect-ratio: 7/10) {
  .download_btn2 {
    font-size: 3.4375vw;
    width: 54.6875vw;
    padding: 4%;
    line-height: 120%;
  }
  .download_btn2::after {
    width: 1.40625vw;
    height: 1.40625vw;
    top: 54%;
    right: 5%;
  }
}
/*# sourceMappingURL=btn.css.map */