@charset "UTF-8";
/* HOME
----------------------------------------------------------- */
/*========== 定期テスト案作成ツール ============*/
#Hand div#contWrap {
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  padding: 0 0 110px; }
#Hand div#contBox {
  overflow: visible;
  margin-top: 40px; }
#Hand div.hlBox {
  position: relative;
  width: 506px;
  margin: 0 auto; }
  #Hand div.hlBox figure {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -50px;
    right: -123px;
    z-index: 10; }
  #Hand div.hlBox h1 {
    margin-bottom: 35px; }
#Hand ul.btnList {
  width: 510px;
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px; }
#Hand input[type=radio] {
  display: none; }
  #Hand input[type=radio] + label {
    position: relative;
    width: 300px;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #b2e3ff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s all; }
    #Hand input[type=radio] + label span {
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #ccc;
      margin-right: 20px;
      flex-shrink: 0;
      position: relative; }
    #Hand input[type=radio] + label svg path {
      fill: #000;
      transition: 0.3s all; }
    #Hand input[type=radio] + label[for="t"] svg {
      width: 107px; }
    #Hand input[type=radio] + label[for="k"] svg {
      width: 75px; }
  #Hand input[type=radio]:checked + label {
    background: #157cc1; }
    #Hand input[type=radio]:checked + label span::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      width: 10px;
      height: 14px;
      background: url(../img/check.svg) 0 0 no-repeat;
      background-size: contain; }
    #Hand input[type=radio]:checked + label svg path {
      fill: #fff; }
#Hand .btnNext button {
  width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  border: none;
  border-radius: 5px;
  transition: 0.3s all;
  margin: 70px auto 0; }
  #Hand .btnNext button.active {
    cursor: pointer;
    background: #ffcc00; }
    #Hand .btnNext button.active:hover {
      background: #ffdd00; }
#Hand .notice {
  text-align: center;
  margin-top: 95px; }

/* 404
----------------------------------------------------------- */
#contHeader h2.er404 {
  text-align: center;
  color: #df0005;
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0;
  font-weight: bold; }

#box404 {
  text-align: center;
  padding: 30px 50px 50px; }

#box404 .er404 {
  color: #999;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px; }

#box404 p ~ p {
  margin-top: 10px; }

#box404 .btnToHome a {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #666;
  width: 200px;
  margin: 80px auto 0; }

#box404 .btnToHome a:hover {
  color: #ff6000;
  border: 1px solid #ff6000; }

/**/

/*# sourceMappingURL=contents.css.map */
