@charset "utf-8";
/* --------------------------------------------------
checkList
-------------------------------------------------- */

.checkList {
}
.checkList > li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 2em;
}
.checkList > li:last-child {
  margin-bottom: 0;
}
.checkList > li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(/common/images/icon_checkmark_01.svg) no-repeat center center;
  background-size: 22px 22px;
}

@media screen and (max-width: 768px) {
  .checkList > li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2em;
  }
  .checkList > li:last-child {
    margin-bottom: 0;
  }
  .checkList > li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(/common/images/icon_checkmark_01.svg) no-repeat center center;
    background-size: 22px 22px;
  }
}

/* --------------------------------------------------
stdTab__body
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .stdTab__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 10px;
  }
}

/* --------------------------------------------------
同意ボタン
-------------------------------------------------- */

.agree_checkbox {
  background: #FFC9DA;
  border: none;
  line-height: 2em;
  text-align: center;
  margin: 40px 0;
  min-height: 60px;
  padding: 16px 0;
  position: relative;
  width: 100%;
}

/* error */
.no_border {
	border: 0 none;
}
.error_code {
	background-color: #F3DFEA;
	padding: 20px;
}

.check-btn {
  position: relative;
  height: 60px;
  width: 500px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border: 3px solid rgba(221, 79, 1, 1);
  background: #f1710a;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .check-btn {
    width: 100%;
  }
}

input[type="button"],input[type="submit"],button{
    cursor: pointer;
}
