.categories_container{display:flex;flex-flow:column;background-color:#eaebf3;box-sizing:border-box;border-radius:20px;padding:30px;gap:20px}.categories_title{color:#004896;font-weight:600}.categories_list{display:flex;flex-flow:column}.categories_submit{width:100%;height:32px;background-color:#1492e6;border-radius:16px;color:#fff;border:0px}.keyword_container{height:32px;box-sizing:border-box;display:flex;margin-top:20px;margin-bottom:30px}.keyword_text{width:calc(100% - 32px);padding-left:15px;border:1px solid #004896;border-right:none;border-radius:16px 0 0 16px}.keyword_text:focus{outline:none}.keyword_submit{border:1px solid #004896;height:32px;background-image:url(/houjin/_common/img/icon_search.svg);background-repeat:no-repeat;background-position:3px 3px;background-color:rgba(0,0,0,0);box-sizing:border-box;border-radius:0 16px 16px 0;width:32px}.popular_title{font-weight:600;color:#004896}.popular_hr{margin-top:10px;margin-bottom:20px;border:1px solid #004896}.popular_list{padding-left:15px}.popular_list li{margin-bottom:11px}.popular_list li::before{content:"■";margin-left:-1em}.popular_list li a{text-decoration:none}.search_cat{margin-right:5px}