@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
/**
 * メニュー画面
 *------------------------------
 */
#menu .wrap {
  padding: 20px 0 30px;
}
#menu .inner {
  width: 95%;
  margin: 0 auto;
}
#menu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#menu .title h1 {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
#menu .title .imgWrap {
  width: 50px;
}
#menu .title .imgWrap img {
  width: 100%;
}
#menu .btnWrap {
  margin: 0 0 10px auto;
  border-radius: 10px;
}
#menu .btnWrap.score {
  width: 180px;
  background: #7dba04;
}
#menu .btnWrap.csv {
  width: 180px;
  background: #eaa400;
}
#menu .btnWrap a,
#menu .btnWrap button {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}
#menu ul li + li {
  margin-top: 10px;
}
#menu ul a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 15px;
  background: #ffffff;
  border-radius: 10px;
}
#menu ul a::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #34c206;
  border-right: solid 2px #34c206;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu ul a p {
  letter-spacing: 0.2em;
  line-height: 1.3;
}
#menu ul a p:nth-of-type(1) {
  margin-bottom: 10px;
}
#menu ul a p:nth-of-type(2) {
  font-size: 14px;
}/*# sourceMappingURL=menu.css.map */