/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
main.topPage .btnBox {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  main.topPage .btnBox {
    padding: 1.5rem 0;
  }
}

main.topPage .btnBox .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

@media screen and (max-width: 991px) {
  main.topPage .btnBox .inner {
    gap: 1rem 5%;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .btnBox .inner {
    gap: 0.5rem 5%;
  }
}

main.topPage .btnBox .inner a {
  width: 350px;
  height: 50px;
  background-color: #F08B31;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #F08B31;
}

@media screen and (max-width: 991px) {
  main.topPage .btnBox .inner a {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .btnBox .inner a {
    font-size: 3vw;
    height: 40px;
  }
}

main.topPage .btnBox .inner a:nth-child(2) {
  background-color: #FFF;
  color: #F08B31;
}

main.topPage .btnBox .inner a i {
  margin-right: 0.5rem;
  font-size: 125%;
}

main.topPage .btnBox .inner span {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  main.topPage .btnBox .inner span {
    font-size: 14px;
  }
}

main.topPage #menuSec {
  position: relative;
}

main.topPage #menuSec #menu {
  position: absolute;
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  main.topPage #menuSec #menu {
    margin-top: -75px;
  }
}

main.topPage #guideSec {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  main.topPage #guideSec {
    padding: 1.5rem 0;
  }
}

main.topPage #guideSec #guide {
  position: absolute;
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  main.topPage #guideSec #guide {
    margin-top: -75px;
  }
}

main.topPage #guideSec .table {
  font-size: 18px;
  max-width: 480px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  main.topPage #guideSec .table {
    font-size: 14px;
    max-width: 100%;
  }
}

main.topPage #guideSec .table tr th {
  font-weight: bold;
}

main.topPage #guideSec .table tr th i {
  color: #F08B31;
  margin-right: 0.5rem;
}

main.topPage #guideSec .table tr td.colon {
  padding: 0;
}

/*# sourceMappingURL=top.css.map */