/* add custom PC */

.note_points {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 990px;
margin: 0 auto;
color: #515151;
margin-bottom: 40px;
/* border-left:1px solid #515151 ; */
margin-top: 40px;
}

.note_points p {
font-size: 20px;
padding: 0 35px;
font-weight: 600;
}
.note_points div{
border-left: 1px solid #515151;
padding-left: 35px;
}

.note_points div p {
font-size: 15px;
margin: 0 0 5px;
padding: 0;
}

.note_points ul {
list-style: none;
margin:0 0 20px;
padding: 0;
}

.note_points ul:last-child {
margin-bottom: 0;
}

.note_points li {
display: flex;
font-size: 15px;
}

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

p.opt9 {
line-height: 54px!important;
}

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