/* add custom SP */

.note_points {
    width: 100%;
    margin: 0 auto;
    color: #515151;
    margin-bottom: 40px;
}

.note_points p {
    font-size: 13px;
    padding: 0;
    margin: 0 10px;
    font-weight: 600;
    border-bottom:1px solid #515151 ;
    margin-bottom: 5px;
}
.note_points ul {
    list-style: none;
    margin:0;
    padding: 0 10px;
    font-size:10px ;
}

.note_points li {
    display: flex;
}

li.note_ttl {
    font-weight: bold;
    margin: 15px 0 5px;
    font-size: 12px;
}

.note_points li span:first-child {
    margin-right: 10px;
}

ul.option.opt-add .txt b {
    color: #A4001C;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-announcement {
  padding-bottom: 0px;
}
.grecaptcha-announcement a {
  color: #ffffff;
	text-decoration: underline;
}
.grecaptcha-announcement a:active {
  color: #cccccc;
}
.faq_tbl .title_1 {
  width: 20%;
}