@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Lovers+Quarrel");
@import url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);
.admin-box ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.admin-box ul li {
  margin: 5px;
  width: 48%;
}
.admin-box ul li:nth-of-type(odd) {
  margin-right: 0;
}
.admin-box ul li a {
  background: #0e6eb8;
  color: #fff;
  display: block;
  padding: 10px 0;
  position: relative;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.admin-box ul li a:after {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
}
.admin-box ul li a:hover {
  background: #128ae7;
}

input[type=radio] {
  opacity: 1;
}
/*# sourceMappingURL=admin.css.map */