/*---検索はmin-width、max-widthを最終調整。include後のレスポンシブとも調整。---*/
.search_area_wrapper{
    background-color: #dedede;
    width: 100%;
    padding-top: 165px;
    padding-bottom: 165px;
}
.tekipaki_search_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 775px;
    max-width: 775px;
    margin: 0 auto;
    width: 100%;
    background-color: #ffffff;
}
.tekipaki_category_select {
    padding: 12px;
    padding-right: 20px;
    font-size: 14px;
    box-sizing: border-box;
    min-width: 156px;
    max-width: 156px;
    width: 100%;
    font-weight: 700;
    height: 40px;
    border-radius: 3px 0 0 3px;
    border: none;
    border-right: 1px solid #f4f4f4;
    appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
    padding-top: 0  !important;
    padding-bottom: 0  !important;
}
.mypage_all_browsing_add_flex_content_template_search .tekipaki_category_select{
    min-width: 190px;
}
.tekipaki_keyword_search{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 500px;
    max-width: 500px;
    width: 100%;
}
.tekipaki_keyword_placeholder {
    padding: 8px;
    padding-left: 50px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    border-radius:0;
    border: none;
}
.tekipaki_clear_btn {
    position: absolute;
    right: 5px;
    padding-right: 25px;
    padding-left: 25px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    vertical-align: middle;
    color: #1d1d1d !important;
}
.tekipaki_search_btn {
    padding: 8px 16px;
    background-color: #1d1d1d;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 60px;
    max-width: 120px;
    min-width: 120px;
    box-sizing: border-box;
}
.tekipaki_search_btn i{
    padding-right: 5px;
    color: #ffffff;
}
/*-----mypage-----*/
.search_area_wrapper_mypage{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #9a9a9a;
}
.tekipaki_search_bar_mypage{
    min-width: 910px;
    max-width: 910px;
    max-height: 40px;
}
.tekipaki_keyword_search_mypage{
    min-width: 830px;
    max-width: 830px;
}
.tekipaki_keyword_placeholder_mypage{
    padding-left: 20px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 3px;
}
.tekipaki_clear_btn_mypage{
    padding-right: 20px;
    padding-left: 20px;
}
.tekipaki_search_btn_mypage{
    background-color: #FF7600;
    min-height: 40px;
    max-height: 40px;
    border-radius: 0px 3px 3px 0;
}
/*-----materials-----*/
.search_area_wrapper_materials{
    background-color: #1d1d1d;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tekipaki_search_bar_materials{
    min-height: 40px;
    max-height: 40px;
}
.tekipaki_category_select {
    padding: 12px;
    padding-right: 20px;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 190px;
    width: 100%;
    font-weight: 700;
    height: 40px;
}
.tekipaki_category_materials{
    min-height: 40px;
    max-height: 40px;
}
.tekipaki_keyword_search_materials{
    min-width: 880px;
    max-width: 880px;
}
.tekipaki_keyword_placeholder_materials{
    padding-left: 20px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 0px;
}
.tekipaki_search_btn_materials{
    background-color: #FF7600;
    min-height: 40px;
    max-height: 40px;
    border-radius: 0px 3px 3px 0;
}
/*---10/26〜10/27---*/
.search_area_wrapper{
    /*
    background-image: url("/static/image/top_heading_background.png");
    */
    background-size:cover;
    background-position:center;
    box-sizing:border-box;
}
.search_area_heading_content{
    text-align:center;
    color:#ffffff;
    padding-bottom:50px;
}
.search_area_heading_content h2{
    font-weight:700;
    font-size:40px;
    margin-bottom: 20px;
}
.search_area_heading_content p{
    font-size:16px;
}
.tekipaki_search_btn {
    background-color: #FF7600;
}
.tekipaki_search_bar{
    border-radius:5px
}
.tekipaki_search_btn{
    border-radius:0 5px 5px 0;
}
.top_no_login_add_banner_area_pc{
    display: flex;
    gap:60px;
    height: 70px;
    align-items: center;
    background-image: url(/static/image/top_banner_under_heading01.png);
    background-size: cover;
    justify-content: center;
}
.top_login_add_banner_area_pc_text p{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}
.top_login_add_banner_area_pc_text a{
    background: #1d1d1d;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    width: 232px;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 5px;
}
@media(min-width:769px){
    .br_sp{
        display: none;
    }
    .top_no_login_add_banner_area_sp{
        display: none;
    }
}
@media(max-width:768px){
    .top_no_login_add_banner_area_pc{
        display: none;
    }
    .tekipaki_category_select{
        min-width:125px !important;
        max-width:125px !important;
    }
    .tekipaki_search_bar{
        max-width:96vw !important;
        min-width:96vw !important;
        max-height:50px !important;
        min-height:50px !important;
        border-radius:5px
    }
    .tekipaki_keyword_search{
        max-width:57.82% !important;
        min-width:57.82% !important;
        max-height: 100% !important;
        min-height: 100% !important;
    }
    .tekipaki_keyword_placeholder{
        max-height:100%  !important;
        min-height:100%  !important;
        padding-left:10px !important;
    }
    .tekipaki_category_select{
        min-width: 30.75% !important;
        max-width:30.75% !important;
        background-color: #ffffff;
        max-height: 100% !important;
        min-height: 100% !important;
    }
    .tekipaki_search_btn{
        min-width: 37px !important;
        max-width: 37px !important;
        max-height: 37px !important;
        min-height: 37px !important;
        box-sizing:border-box;
        padding:0 !important;
        border-radius:5px;
        margin-right: 0;
    }
    .tekipaki_search_btn span{
        display:none;
    }
    .tekipaki_search_btn i{
        font-size:15px !important;
        text-align:center;
        padding-right:0 !important;
    }
    .tekipaki_clear_btn {
        padding-left:0 !important;
        padding-right:20px !important;
    }
    .search_area_wrapper{
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .search_area_heading_content{
        text-align:center;
        color:#ffffff;
        padding-bottom:50px;
        max-width: 95vw;
        margin: 0 auto;
    }
    .search_area_heading_content h2{
        font-weight:700;
        font-size:24px;
        margin-bottom: 25px;
    }
    .search_area_heading_content p{
        font-size:15px;
    }
    .top_no_login_add_banner_area_sp{
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: url(/static/image/sign_SP_780_270_01.png);
        background-size: cover;
        background-position: right;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .top_login_add_banner_area_sp_text{
        width: 75vw;
        padding-left: 2vw;
    }
    .top_login_add_banner_area_sp_text p{
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        padding-bottom: 20px;
    }
    .top_login_add_banner_area_sp_text a{
        background: #1d1d1d;
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
        text-decoration: none;
        width: 249px;
        text-align: center;
        display: block;
        font-weight: 700;
        border-radius: 5px;
        font-size: 16px;
    }
    .tekipaki_clear_btn{
        padding-right: 5px !important;
    }
    .tekipaki_search_btn{
        color:#ffffff !important;
    }
}
.tekipaki_category_select{
    margin-left:5px;
}
.tekipaki_category_select:focus {
    outline: none;
}
.tekipaki_keyword_placeholder:focus{
    outline: none;
}
/*-------------*/
.top_login_add_banner_area_sp_text a{
    transition: 0.3s;
}
.top_login_add_banner_area_sp_text a:hover{
    transition: 0.3s;
    background-color: #FF7600;
}
.tekipaki_keyword_placeholder,
.tekipaki_category_select{
    max-height:40px;
    min-height:40px;
}
@media (max-width: 768px) {
    .tekipaki_category_select{
        max-height: 100% !important;
        min-height: 100% !important;
        padding-left: 10px !important;
        padding: 0;
        height: 40px !important;
    }
}
@media (max-width: 768px) {
    .tekipaki_search_btn {
        min-width: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-height: 40px !important;
        box-sizing: border-box;
        padding: 0 !important;
        border-radius: 5px;
        margin-right: 0;
        margin-left:auto;
    }
    .tekipaki_keyword_placeholder {
        max-height:  40px !important;
        min-height: 40px !important;
        padding-left: 5px !important;
    }
    .tekipaki_category_select {
        min-width: 28% !important;
        max-width: 28% !important;
        margin-left: 0;
        font-size:12px;
        background-color: #ffffff  !important;
        color: #1d1d1d !important;
    }
    .tekipaki_keyword_search {
        max-width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
    }
    .tekipaki_search_bar {
        max-width: 96vw !important;
        min-width: 96vw !important;
        max-height: 40px !important;
        min-height: 40px !important;
        border-radius: 5px;
    }
}
.tekipaki_keyword_placeholder::placeholder {
    font-weight: 400;
    color:#b0b0b0;
}