#model .top_nav .sec_inner .top_tytle img {
    max-width: 47px;
    border: 1px solid #eee;
}
#model .breadcrumbs-contents .sec_inner {
    padding: 5px 0 0;
}
.main_ttl {
    line-height: 35px;
}
#model .model02 {
    margin: 40px auto 40px;
}

@media print, screen and (min-width: 769px) {
    #model .model02 .sec_inner dl.model_list dt {
        padding: 15px 20px 10px;
        width: 13%;
    }
}
@media print, screen and (min-width: 769px) {
    #model .model02 .sec_inner dl.model_list dd {
        padding: 10px 40px;
        width: 87%;
    }
    #select .tab-contents .tab-contents-item {
        min-height: 600px;
    }
}
#model .model03 .product_cat_list .product_list .tag_box {
    flex-wrap: nowrap;
}
#select .select_top_ttl {
    margin-bottom: 15px;
}
#select .tab-contents .tab-contents-item .text_con {
    padding: 60px 50px;
}
#select .tab-list {
    margin-bottom: 20px;
}
#select .select01 {
    margin: 40px auto 40px;
}
@media print, screen and (max-width: 769px) {
    #select .tab-contents .tab-contents-item .text_con {
        padding: 60px 0px;
    }
    #model .info01 .sec_inner .info_top_list {
        flex-direction: column;
        display: flex;
    }
}
@media screen and (max-width: 1024px) {
    #model .model03 .product_cat_list .product_list .tag {
        min-width: 180px;
    }
    #model .model03 .product_cat_list .product_list .tag_box {
        flex-wrap: wrap;
    }
    .info_block_contents {
        overflow: auto;
    }
}

#model .model02 .sec_inner dl.model_list dd .tag_list li a {
    padding: 8px 15px 5px;
}

body #wpadminbar {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #1d2327;
    outline: 1px solid transparent;
}

#model .model03 .product_cat_list .product_list .tag.tag_blue, 
#model .model03 .product_cat_list .product_list .tag.tag_w {
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

#model .model03 .product_cat_list .product_list .img_con .product_image {
    margin-bottom: 10px;
}
#model .model03 .product_cat_list .product_list {
    padding-top: 10px;
    padding-bottom: 10px;
}
#model .model03 .product_cat_list .product_list .text_con h3 {
    margin-top: 10px;
}

#info03 table:first-of-type {
    max-width: 480px;
}
#info03 table tr:first-of-type {
    background: #0066B5;
    color: #fff;
}
#info04 table:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
#info04 table:nth-of-type(2) tr:first-of-type {
    background: #0066B5;
    color: #fff;
}
#info04 table tr td strong {
    font-weight: 300;
}
#info04 table:nth-of-type(2) tr:not(:first-child) td:nth-of-type(odd) {
    background: #F5F3F5;
}

#info05 .subttl {
    color: #0066B5;
    padding-bottom: 10px;
    border-bottom: 2px solid #0066B5;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 60px;
}
#info05 hr {
    display: none;
}
#info05 .info_block_contents div:last-of-type {
    padding: 40px;
    background: #F5F3F5;
}
#info05 .info_block_contents div:last-of-type p {
    overflow-wrap: break-word;
}


#select .tab-contents .tab-contents-item:first-of-type .map_con .map_img {
    /* transition: filter 0.2s ease; */
    transition: none;
}
#select .tab-contents .tab-contents-item:first-of-type .map_con .map_img:hover {
    transition: none;
    /* position: absolute;
    -webkit-filter: brightness(5.5) saturate(30%) opacity(50%);
    filter: brightness(5.5) saturate(30%) opacity(50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; */
}

.scrollable-container {
    overflow-x: auto;
    white-space: nowrap;
    /* display: flex; */
    max-width: 100%;
    padding-bottom: 10px;
}
.scrollable-container ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 768px) {
    #select .select-list .select-list-item a img, #select .select-list .select-list-item02 a img, #select .select-list .select-list-item03 a img {
        border: 1px solid #eee;
        object-fit: cover;
    }
}
#model .top_nav .sec_inner nav ul {
    flex-wrap: wrap;
}
#model .top_nav .sec_inner nav ul li a:before {
    transform: translateY(-100%) rotate(45deg);
}
#model .top_nav .sec_inner nav ul li:nth-child(2) a:before {
    transform: translateY(-100%) rotate(45deg);
}
.search_input_wrapper input {
    padding:12px 20px;
    color: #000000;
    background: transparent;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .single-country .top_nav > .sec_inner {
        display: flex;
        align-items: flex-start;
        gap: 50px;
    }
    #model .top_nav .sec_inner nav {
        position: static;
    }
    .search_input_wrapper input {
        padding: 20px 20px;
    }
}

.search_input_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f3f5;
    border-radius: 50px;
    padding: 0px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 400px;
    position: relative;
    border: 1px solid #dddddd;
}
.search_input_wrapper::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/common/i_nav_search.svg) no-repeat center center / contain;
}
#model .model03 .product_cat_list .product_list .img_con .product_image img {
    max-height: 180px;
    object-fit: contain;
}
