@charset "UTF-8";

/* 利用規約同意画面：プライバシーポリシーリンク枠 */
.formArea .agreement_wrap_link {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 20px;
  text-align: center;
  box-sizing: border-box;
}
.formArea .agreement_wrap_link.back_white {
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}

.formArea .agreement_wrap_link .agreement_title {
  margin: 0 0 8px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.formArea .agreement_wrap_link a {
  color: #cf142b;
  /** font-size: 14px; **/
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  word-break: break-all;
}

.formArea .agreement_wrap_link a:hover {
  text-decoration: none;
}

.formArea .check_agree .check-input:disabled + label {
  cursor: not-allowed;
}

.formArea .check_agree .check-input:disabled + label::before {
  border-color: #ccc;
  background: #f0f0f0;
}

.formArea .read_txt.under_txt {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .formArea .agreement_wrap_link {
    max-width: 100%;
    padding: 14px 16px;
  }

  .formArea .agreement_wrap_link .agreement_title {
    font-size: 15px;
  }

  .formArea .agreement_wrap_link a {
    /** font-size: 13px; **/
  }
	
	.formArea .read_txt.under_txt {
        font-size: 14px;
        margin-top: 20px;
    }
}
