/* title -------------------------------------------------------------------- */
.post_content .headline_custom {
    display: block;
    margin: 90px auto 15px;
    padding: 0;
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
.post_content .headline_custom:before {
    content: none;
}
.post_content .headline_custom + .sub_title {
    display: block;
    margin: 0 0 85px;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .post_content .headline_custom {
        margin: 32px auto 15px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4;
    }
    .post_content .headline_custom + .sub_title {
        margin: 0 20px 30px;
        font-size: 14px;
        line-height: 2.2;
    }
}


/* button -------------------------------------------------------------------- */
.post_content .button_custom {
    text-align: center;
    margin-top: 110px !important;
}
.post_content .button_custom a {
    font-size: 16px;
    display: inline-block;
    min-width: 270px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post_content .button_custom a:hover {
    color: #ffffff;
    background: #00304b;
}
@media screen and (max-width: 1001px) {
    .post_content .button_custom {
        margin-top: 100px;
    }
    .post_content .button_custom a {
        font-size: 14px;
        min-width: 200px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 550px) {
    .post_content .button_custom {
        margin-top: 70px !important;
    }
}


/* select -------------------------------------------------------------------- */
.search_fields {
    width: 100vw;
    margin: 60px auto;
    padding: 50px;
    position: relative;
    left: -webkit-calc(50% - 50vw);
    left: calc(50% - 50vw);
    background: #efefef;
    box-sizing: border-box;
}
.search_fields h4 {
    color: rgba(0,0,0,.87);
    font-size: 18px !important;
    letter-spacing: .36px;
    text-align: center;
}
.search_fields form {
    display: flex;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.search_fields form > div {
    flex: 1;
    width: 20%;
}
.search_fields form > div + div {
    margin-left: 15px;
}
.search_fields input,
.search_fields button {
    width: 100%;
    height: 44px;
    padding: 0 8px;
    border: 1px solid #aaa;
    border-radius: 0;
}
.search_fields button {
    background: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
}
.search_fields .chosen-container {
    width: 100% !important;
}
.search_fields .chosen-single {
    height: 44px;
    line-height: 43px;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}
.search_fields .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
}
.search_fields .chosen-container-single .chosen-single b {
    background: none !important;
}
.search_fields .chosen-single b:before {
    font-family: "design_plus";
    content: "\e90e";
    display: block;
    line-height: 43px;
    font-size: 88%;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.search_fields .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.search_fields .chosen-results {
    margin: 0;
    padding: 0;
}
.search_fields .chosen-container .chosen-results li {
    padding: 12px 8px;
    line-height: 20px;
}
.search_fields .chosen-container .chosen-results li.child {
    padding-left: 16px;
}
.search_fields .chosen-container .chosen-results li.g_child {
    padding-left: 24px;
}
.search_fields .chosen-container .chosen-results li.highlighted {
    background: #eee;
    color: #333;
}

@media screen and (max-width: 750px) {
    .search_fields {
        padding: 30px 20px;
    }
    .search_fields form {
        display: block;
    }
    .search_fields form > div {
        width: 100%;
    }
    .search_fields form > div + div {
        margin: 15px auto 0;
    }
    .search_fields select {
        width: 100%;
        height: 44px;
        padding: 0 8px;
        background: #fff;
        border: 1px solid #aaa;
        box-shadow: none;
        outline: none;
    }
}

/* pick up list -------------------------------------------------------------------- */
#offer_slider.post_list1 {
    border-bottom: 1px solid #ddd;
}
#offer_slider .slick-list:after {
    content: '';
    display: block;
    width: 1px;
    height: 280px;
    background: #ddd;
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 100;
}
#offer_slider .slick-slide {
    margin: 0;
    border-bottom: none;
}
#offer_slider.post_list1 .item:nth-child(3n) .title_area,
#offer_slider.post_list1 .item:last-child .title_area {
    border-right: none;
}
/* #offer_slider.post_list1 .slick-active:last-child .title_area {
    border-right: 1px solid #ddd;
} */
#offer_slider .post_meta {
    margin: 0;
    list-style: none;
}
#offer_slider .title {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
#offer_slider .title:before {
    content: none;
}

#offer_slider .prev_item {
    top: 260px;
    left: -60px;
}
#offer_slider .next_item {
    top: 260px;
    right: -60px;
}
@media screen and (max-width: 750px) {
    #offer_slider {
        margin: 0 -21px 0 -20px;
    }
}


#offer_slider {
    max-width: 849px;
    border-bottom: 1px solid #ddd;
}
#offer_slider:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    top: 140px;
    left: 0;
}
#offer_slider .item {
    height: auto;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
#offer_slider .image_wrap {
    height: 140px;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
}
#offer_slider .post_meta {
    padding: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
#offer_slider .image {
    height: 100%;
}
#offer_slider .title_area {
    padding: 25px 30px;
    color: #333;
}
#offer_slider .title_area p {
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    #offer_slider .title_area {
        padding: 20px;
    }
}


/* news list -------------------------------------------------------------------- */
#offers {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
#offers:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    top: 140px;
    left: 0;
}
#offers article {
    width: 33.3333%;
    float: none;
    height: auto;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
#offers .image_wrap {
    height: 140px;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
}
#offers .image {
    height: 100%;
}
#offers .post_meta {
    margin: 0;
    padding: 8px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
#offers .title_area {
    padding: 0 0 30px;
}
#offers .title_area a {
    display: block;
    padding: 25px 30px;
    box-sizing: border-box;
    color: #333;
}
#offers .title {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
#offers .title:before {
    content: none;
}
#offers .title_area .excerpt {
    font-size: 14px;
    line-height: 1.5;
}
#offers .tags {
    padding: 0 30px;
    font-size: 0;
}
#offers .tags span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}
#offers .tags span.sub {
    background: #666;
}
@media screen and (max-width: 750px) {
    #offers {
        margin: 0 -21px 0 -20px;
    }
    #offers article {
        width: 50%;
    }
    #offers .title_area {
        padding: 0 0 20px;
    }
    #offers .title_area a {
        padding: 20px;
    }
    #offers .title {
        margin-bottom: 0;
    }
    #offers .title_area .excerpt {
        display: none;
    }
    #offers .tags {
        padding: 0 20px;
    }
}