.pri {
background: #f6f6f6;
}

.pri header .headmain .menucol {
align-items: center;
}

.pri header {
background: white;
position: relative;
}

.pri .menucol select {
background: #f1f1f1;
}

.pri h1 {
font-size: 1.4rem;
}

.mylist {
display: flex;
flex-flow: column;
font-size: .9rem;
color: #6e6e6e;
line-height: 1.6;
margin-bottom: 1rem;
}

.mylist li {
position: relative;
padding-left: 23px;
}

.mylist li:before {
content: "\f51e";
font-family: "Font Awesome 6 Free";
font-weight: 600;
position: absolute;
left: 0;
color: #0b4da0;
font-size: 0.8rem;
margin-top: 1px;
}

.pri header .headmain {
padding: 10px 0;
}

.pri p {
font-size: .9rem;
color: #6e6e6e;
line-height: 1.6;
}