@charset "utf-8";
/* CSS Document */
[data-listarea] {
    margin-top: 110px;
}

@media screen and (max-width: 767px) {

}



.search_product_anchorlink,
.search_common_anchorlink {
    background-color: #F4F5F8;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 60px;
}
.search_product_anchorlink a,
.search_common_anchorlink a {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: 20px;
    padding-left: 17px;
    position: relative;
}
.search_product_anchorlink a::before,
.search_common_anchorlink a::before {
    content: '';
    position: absolute;
    background-image: url(/products/faq/img/icon_arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 13px;
    top: 3px;
    left: 0;
}

.search_product_result_list,
.search_common_result_list,
.search_keyword_result {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.search_product_result_list a,
.search_common_result_list a,
.search_keyword_result a {
    display: inline-block;
    color: #3965D1;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .search_product_anchorlink,
    .search_common_anchorlink {
        padding: 25px 10px 9px;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search_product_anchorlink a,
    .search_common_anchorlink a {
        margin-left: 0;
        width: calc(50% - 5px);
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 16px;
    }
}


/* =================common================= */

/* =================product================= */

.hit .search_product_result,
.nohit .search_product_no {
    display: block;
}
.nohit .search_product_result,
.hit .search_product_no {
    display: none;
}

.search_product_no {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.search_product_link {
    text-align: center;
    margin-top: 68px;
}
.search_product_link a {
    display: inline-block;
    color: #fff;
    background-color: #3965D1;
    border-radius: 115px;
    padding: 15px 30px;
    min-width: 356px;
    font-size: 1.8rem;
    font-weight: bold;
}

.form_search_keyword_blue {
    color: #3965D1;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

/* =================keyword================= */

.hit .search_keyword_result,
.nohit .search_keyword_no {
    display: block;
}
.nohit .search_keyword_result,
.hit .search_keyword_no {
    display: none;
}

.search_keyword_no {
    font-size: 1.8rem;
}

.search_keyword_ttl h3  {
    font-size: 2.2rem;
}
.search_keyword_ttl h3 span.search_keyword_name {
    font-size: 2.8rem;
}

.form_search_keyword_area {
    background-color: #F4F5F8;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.form_search_keyword_box {
    position: relative;
    width: fit-content;
    text-align: left;
    margin: auto;
}

.form_search_keyword_box input {
    display: inline-block;
    width: 600px;
    height: 51px;
    font-size: 1.8rem;
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    background-color: #fff;
}
.form_search_txt {
    display: inline-block;
    margin-right: 20px;
    font-size: 2.2rem;
}
.form_search_keyword_box span.form_search_icon::before {
    position: absolute;
    content: '';
    background: url(/products/faq/img/icon_search.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 10px;
}
@media screen and (max-width: 767px) {
    .form_search_keyword_area {
        padding: 25px 20px;
        text-align: center;
    }
    .form_search_keyword_box input {
        width: 100%;
        font-size: 1.2rem;
        padding: 0 30px 0 10px;
    }
    .form_search_keyword_box span.form_search_icon::before {
        top: calc(50% + 9px);
        width: 20px;
        height: 20px;
    }
}
