/******************************** 登録について *********************************/
.entry_txt {
  margin: 10px auto 30px;
}

.checktitle {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff6699;
}

.check_agree_btn {
  display: block;
  width: 200px;
  height: 58px;
  margin: 50px auto;
}

/*****************
.scroll_box
*****************/
.scroll_box {
  width: 100%;
  height: 380px;
  overflow: auto;
  border: 2px solid #ccc;
  padding: 8px;
  margin: 20px 0;
}
@media screen and (min-width: 600px) {
  .scroll_box {
    height: 280px;
    padding: 20px;
    margin: 20px auto;
  }
}

/*****************
  btn
 ****************-*/
.check_read {
  display: flex;
  width: 100%;
  margin: 18px auto;
  font-size: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .check_read {
    font-size: 1.6rem;
    margin: 36px auto;
  }
}
.btnArea {
  max-width: 520px;
  margin: 8px auto 0;
  position: relative;
}
input.check-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition: 0.3s;
  box-sizing: border-box;
}

input.check-btn {
  cursor: default;
  z-index: +1;
  outline: none;
}
input.check-btn:not(:disabled) {
  z-index: -1;
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969696;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  filter: drop-shadow(2px 2px 2px #ccc);
}
@media screen and (min-width: 600px) {
  a.btn_one {
    font-size: 1.8rem;
  }
}

input.check-btn:not(:disabled) + a.btn_one {
  background: #ff649f;
}

input.check-btn:not(:disabled) + a.btn_one:hover {
  background: #228bc8;
}

/******************************** 利用規約 ********************************/
.agree_frame {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .agree_frame {
    font-size: 1.4rem;
  }
}

.agree_title {
  font-weight: bold;
}

.agree_txt {
  padding-left: 12px;
  margin-bottom: 20px;
}
.agree_txt:last-child {
  margin-bottom: 0;
}

.agree_name {
  text-align: right;
  padding: 20px 0;
}

/******************************** 以下、派遣登録 ********************************/
.regist_fl {
  width: 100%;
  border-top: 1px solid #c0c0c0;
}

.ex_label1 {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .ex_label1 {
    padding: 4px 30px 4px 0;
    width: 49%;
  }
}

.ex_label2 {
  display: inline-block;
  margin: 0;
  padding-right: 30px;
  white-space: nowrap;
  width: 100%;
}

.ex_label3 {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .ex_label3 {
    width: 12%;
    padding-right: 30px;
  }
}

.err_mark {
  font-size: 1.6rem;
  line-height: 1em;
  color: #ff30a0;
  margin-right: 4px;
}

.attention_mes {
  font-size: 1.4rem;
  width: 100%;
  margin-top: 4px;
}

.zip_btn {
  margin: auto 10px;
  border: none;
  border-radius: 6px;
  background: #ff0080;
  padding: 4px 12px;
  transition: 0.3s;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  width: 100px;
  height: 2.4em;
  transform: translate(0, -2px);
}
@media screen and (min-width: 600px) {
  .zip_btn {
    font-size: 1.4rem;
  }
}
.zip_btn:hover {
  background: #ae206c;
  cursor: pointer;
}

.ex_fl {
  display: block;
  width: 500px;
  border: 1px solid #000;
}

.ex_tr {
  width: 500px;
  border: 1px solid #f00;
}

.ex_td {
  display: inline-block;
  width: 49%;
  white-space: nowrap;
  padding-right: 12px;
  border: 1px solid rgb(115, 0, 255);
  flex-grow: 1;
}
