/* ==========================
   Column search(検索窓)
========================== */

.column_search{
    position: relative;
    width: 100%;
}

.column_search input[type="search"]{
    width: 100%;
    height: 50px;
    padding: 0 50px 0 15px;
    border: none;
    border-radius: 6px;
    background: #f3f3f3;
    font-size: 14px;
    box-sizing: border-box;
}

.column_search button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
}

/* ==========================
   Column sidebar(サイドバー)
========================== */

.column_sidebar{
    width: 240px;
    flex-shrink: 0;
    height: fit-content;
}

.widget h3{
    margin-bottom:15px;
}
