/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .content-block {
  border-bottom: 1px solid #EBEBEB;
}

#index .attendance-btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 15px;
}

#index .attendance-btn-wrap input[type=radio] {
  display: none;
}

#index .attendance-btn-wrap input[type="radio"]:checked + label {
  color: #FFF;
  background: #326326;
}
#index .attendance-btn-wrap input[type="radio"]:checked + label:after {
  content: "";
  background-image: url(/img/btn-bottom-right-mark02.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#index .attendance-btn-wrap .label {
  display: block;
  border-radius: 5px;
  border: 1px solid #326326;
  font-size: 36px;
  color: #326326;
  text-align: center;
  padding: 30% 0;
}
#index .attendance-btn-wrap .label:after {
  content: "";
  background-image: url(/img/btn-bottom-right-mark01.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#index .attendance-btn-wrap .begin-btn,
#index .attendance-btn-wrap .finish-btn {
  width: 47.5%;
  position: relative;
}

#index .caution-list {
  line-height: 2;
}

#index .caution-list-wrap {
  margin-bottom: 15px;
}

#index .caution-list-wrap .caution-title {
  border-left: 6px solid #326326;
  font-size: 16px;
  margin-bottom: 10px;
}

#index .caution-list-wrap .caution-title p {
  padding-left: 8px;
}

#index .checkbox-wrap {
  text-align: center;
  margin-bottom: 15px;
}

#index .checkbox-wrap label {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .checkbox-wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media screen and (max-width: 641px) {
  #index .jqmFormWindow {
    margin-left: 0;
    top: 20%;
    left: 0;
    width: 100%;
  }
}
.btn {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.btn input[type="button"] {
  width: 30%;
  color: #326326;
  border: 1px solid #326326;
  padding: 8px 0;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
  background: #FFF;
}

input[type="submit"] {
  width: 30%;
  text-align: center;
  color: #FFF;
  background: #326326;
  padding: 8px 0;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  margin-left: 4%;
}

.data_table {
  border: #EBEBEB 1px solid;
}

.item_name {
  border: #EBEBEB 1px solid;
  border-left: none;
  background: #326326;
  color: #FFF;
}

.item_value {
  border-top: #EBEBEB 1px solid;
}

@media screen and (max-width: 641px) {
  .confirm {
    width: 355px;
  }

  .item_name {
    width: 25%;
  }

  input[type="button"] {
    width: 47%;
  }

  input[type="submit"] {
    width: 47%;
  }
}
/* --------------------------------------------------------
-----------------------------------------------------------
register_completion
-----------------------------------------------------------
----------------------------------------------------------- */
#register_completion .text-wrap {
  font-size: 24px;
  text-align: center;
  padding: 41px 0 66px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
account_regist
-----------------------------------------------------------
----------------------------------------------------------- */
#account_regist .text-wrap {
  font-size: 24px;
  text-align: center;
  padding-bottom: 18px;
}

#account_regist .complete {
  padding: 41px 0 66px;
}

#account_regist form .id-wrap input {
  margin-bottom: 10px;
}

#account_regist form .id-wrap .caution-text {
  font-size: 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
login
-----------------------------------------------------------
----------------------------------------------------------- */
#login .content-block {
  padding-bottom: 0;
  border-bottom: none;
}

#login .text-wrap {
  font-size: 24px;
  text-align: center;
  padding-bottom: 18px;
}

#login form .pw-wrap {
  padding-bottom: 17px;
}

#login .retention-check-wrap label {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login .retention-check-wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#login .footer {
  padding-left: 0;
  padding-right: 0;
}

#login .footer .name {
  margin: 0 25px;
}

#login .footer .information-wrap {
  padding: 0 25px 25px;
  border-bottom: 1px solid #EBEBEB;
}

#login .footer .account-regist-btn-wrap {
  padding: 25px 25px 0;
}

#login .footer .account-regist-btn-wrap p {
  border-left: 6px solid #326326;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 8px;
}

#login .footer .account-regist-btn-wrap a {
  display: block;
  text-align: center;
  color: #326326;
  border: 1px solid #326326;
  padding: 16px 0 17px;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
logout
-----------------------------------------------------------
----------------------------------------------------------- */
#logout .content-block {
  padding: 0;
  border-bottom: none;
}

#logout .logout-text {
  font-size: 24px;
  text-align: center;
  padding: 64px 0;
  border-bottom: 1px solid #EBEBEB;
}

#logout .text-wrap {
  font-size: 18px;
  text-align: center;
  padding: 18px 0 17px;
}

#logout form {
  padding: 0 25px;
}

#logout form .pw-wrap {
  padding-bottom: 17px;
}

#logout .retention-check-wrap label {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logout .retention-check-wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#logout .Register-btn-wrap {
  padding: 0 25px;
}

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