#wrap form {background: none; margin-top: 0; height: fit-content; padding: .3rem;
border-bottom: 5pt solid #d1d2d2;}
#wrap form label input[type="text"] {border: none;}

/* category */
.category {display: flex; justify-content: flex-start; align-items: center;border-bottom: 1px solid #d1d2d2;background-color: #fefbff;width: 100vw; height: 6rem;margin-top:6rem;}
.category h1 {font-size: 1.8rem; font-weight: bold; display: flex; align-items: center;font-family: 'Paybooc';}
.category h1 span {font-size: 2.5rem; font-weight: bold; color: #ce3875; padding-left: 2rem; word-break: break-all;margin-right: 1rem;}

/* input */


/* content */
.content {
    display: flex; flex-wrap: wrap;
    width: 100%;
}
.content ul {width: 100%;}
.content ul li {
    border: 1px solid #eee; border-bottom: none;
    font-size: 1.8rem;
    font-weight: bold; 
    position: relative;
}
.content ul li:nth-of-type(2n) {background-color: #f9f9f9;}
.content ul li:last-of-type {border-bottom: 1px solid #eee;}
.content ul li a {
    display: block;
    padding: 1.5rem 4rem 1.5rem 2rem; 
    font-size: 1.8rem; font-weight: 600;
    word-break: break-all;
}
.content ul li img {
    position: absolute; right: 2rem; top: 50%; height: 1.5rem; transform: translateY(-50%);
}