@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    background: #FFFFFF;
    color: #323232;
    font-family: "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
    font-size: 13px;
    line-height: 150%;
    margin: 0px;
    min-width: 1020px;
    text-align: center;
    word-wrap:break-word;
}
a {
    color: #323232;
    text-decoration: none;
}
input[type="text"] {
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 10px 6px 10px;
}
input[type="text"]::placeholder {
    color: #BCBCBC;
}
.btn-main {
    background: transparent linear-gradient(180deg, var(--unnamed-color-f2863c) 0%, #FF5E07 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F2863C 0%, #FF5E07 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #FFF;
    padding: 8px 10px 6px 10px;
}
a.btn-main{
    text-decoration:none;
}
.btn-main.gray {
    background: transparent linear-gradient(180deg, #a9a9a9 0%, #808080 100%) 0% 0% no-repeat padding-box;
}
.btn-main:hover {
    background: linear-gradient(#fda164, #ff8c40);
    color: #FFF;
}
.btn-normal, .btn-normal:hover {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    font-size: 13px;
}
.btn-search {
    font-size: 13px;
    height: 37px
}
.btn-search img {
    margin-right: 4px;
    width: 12px;
}
.font-weight-bold {
    font-weight: bold;
}
.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.form-row>.col, .form-row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.text-left {
    text-align: left;
}
.title-box {
    color: #222222;
    font-size: 15px;
    font-weight: bold;
}
.title-box::before {
    background: #F2863C;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    position: relative;
    top: 5px;
    width: 8px;
}
.sub-title-box {
    color: #F2863C;
    font-weight: bold;
}
.icon-s {
    width: 10px;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-30 {
    width: 30%;
}
.col-15 {
    flex: 0 0 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 20%;
}
a.more:hover {
    text-decoration: underline;
}

/*--------------------------------------------------*/
/* Bootstrap custom                                 */
/*--------------------------------------------------*/
.accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
    color: #000000;
}
.accordion-button.collapsed {
    background: #fff;
}
.accordion-button:focus {
    border: solid 2px #F2AC7C;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url('../images/newDesign/add_FILL0_wght500_GRAD0_opsz24.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/newDesign/add_FILL-1.png');
}
.accordion-collapse.show {
    border: solid 2px #F2AC7C;
    border-top: none;
}
.accordion-body {
    border-top: solid 1px #CBCBCB;
}
.form-check-input:checked {
    background-color: #0071BE;
    border-color: #0071BE;
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

/*--------------------------------------------------*/
/* Header                                           */
/*--------------------------------------------------*/
.head-top {
    background: #f3f3f3;
    border-bottom: solid 3px #f0751f;
}
.head-bar .cf {
    margin: 0 auto;
    text-align: left;
    width: 1020px;
}
.head-bar h1 {
    color: #777777;
    float: left;
    font-size: 11px;
}
.head-bar a {
    color: #0071BE;
    float: right;
    font-size: 11px;
    text-decoration: none;
}
.head-bar a:hover {
    text-decoration: underline;
}
.header-left-box div {
    display: inline-block;
}
.content {
    margin: 0 auto;
    text-align: left;
    width: 1020px;
}
.careers-cnt-box {
    margin-left: 1.6rem;
    margin-top: 2px;
    position: absolute;
    min-width: 250px;
}
.careers-area-box {
    width: 65px;
}
.careers-area-box div {
    display: block;
    margin-left: -4px;
    margin-right: 10px;
    padding-top: 2px;
    width: 100%;
}
.careers-area-box div:first-child {
    background: #F2863C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 2px;
    position: relative;
}
.careers-area-box div:last-child {
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #666666;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
}
.careers-area-box div:last-child::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    width: 8px;
}
.careers-cnt-label {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #00000015;
    width: 70px;
}
.careers-cnt {
    line-height: 16px;
    margin-left: 8px;
}
.careers-cnt p {
    color: #F25F3C;
    font-size: 20px;
    font-weight: bold;
}
.careers-cnt span {
    color: #323232;
    font-size: 15px;
    margin-left: 4px;
}
.careers-cnt .careers-cnt-date {
    font-size: 10px;
}
.header-right-box {
    padding-right: 0;
}
.header-right-box ul {
    float: right;
}
.header-right-box ul li {
    border-right: solid 1px #EBEBEB;
    min-width: 70px;
}
.header-right-box ul li:last-child {
    border: none;
}
.header-menu .menu-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50%;
}
.header-menu .menu-icon.bokkmark {
    background-image: url('../images/newDesign/bookmark.png');
}
.header-menu .menu-icon.member-registration {
    background-image: url('../images/newDesign/member-registration.png');
}
.header-menu .menu-icon.user {
    background-image: url('../images/newDesign/user.png');
}
.header-menu .menu-icon.logout {
    background-image: url('../images/newDesign/logout-icon.png');
}
.header-menu .menu-name {
    font-size: 12px;
}

/*--------------------------------------------------*/
/* Careers area selectbox                           */
/*--------------------------------------------------*/
.careers-area-select-box {
    background: #FFFFFF;
    box-shadow: 2px 2px 6px #00000017;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 100px;
    z-index: 101;
    width: 410px;
}
.careers-area-select-box:after, .careers-area-select-box:before {
    border: solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 290px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.careers-area-select-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-color: #FFFFFF;
    margin-left: -12px;
}
.careers-area-select-box:before {
    border-color: rgba(191, 191, 191, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 13px;
    border-right-width: 13px;
    border-bottom-color: #BFBFBF;
    margin-left: -13px;
    margin-bottom: 1px;
}
.careers-area-select-box div {
    display: inline-block;
}
.area-select-title {
    font-weight: bold;
    margin-left: 2px;
}
.area-select-close {
    cursor: pointer;
    float: right;
    text-decoration: underline;
}
.area-select-close::after {
    background-image: url('../images/newDesign/bt-back.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 14px;
}
.area-select-row li {
    display: inline-block;
}
.careers-area-select-box .area-btn {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 0 8px 10px;
    margin-left: 6px;
    width: 31%;
}
.careers-area-select-box .area-btn::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-right: 5px;
    position: relative;
    top: 6px;
    width: 8px;
}
.careers-area-select-box .area-btn:first-child {
    margin-left: 2px;
}

/*--------------------------------------------------*/
/* Header banner                                    */
/*--------------------------------------------------*/
.banner-header-box {
    height: 60px;
}

/*--------------------------------------------------*/
/* Header nav                                       */
/*--------------------------------------------------*/
.header-nav .nav-link {
    color: #000000;
    padding: 0;
    padding-bottom: 8px;
}
.header-nav .nav-link div {
    border-left: solid 1px #A9A9A9;
}
.header-nav .nav-link:last-child div {
    border-right: solid 1px #A9A9A9;
}
.header-nav .nav-link:hover {
    border-bottom: solid 2px #F25F3C;
    color: #F25F3C;
}
.header-nav-bottom {
    border-top: solid 2px #A9A9A9;
    position: relative;
    top: -10px;
    z-index: -1;
}
.header-nav-item-box {
    background: #FAFAFA;
    display: none;
    margin-top: -10px;
    min-width: 1020px;
    position: absolute;
    z-index: 100;
}
.header-nav-item-box div, .header-nav-item-box div ul li {
    display: inline-block;
}
.header-nav-item-box .title-box {
    margin-top: 6px;
}
.header-nav-item-box div ul li {
    background: #FFFFFF;
    box-shadow: 2px 2px 6px #00000017;
    border: 2px solid #F2AC7C;
    border-radius: 8px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 20px 8px 20px;
    vertical-align: middle;
}
.header-nav-item.work li, .header-nav-item.salary li, .header-nav-item.contact li, .header-nav-item.regist li {
    height: 62px;
}
.header-nav-item {
    float: right;
    text-align: center;
}
@media (min-width: 450px) {
    .header-nav.flex-sm-row {
        flex-direction: row!important;
    }
    .header-nav .flex-sm-fill {
        flex: 1 1 auto!important;
        text-align: center;
    }
}

#header .content{
    padding: 0px;
    }

.main-content *,.main-content::after,.main-content::before{
    box-sizing: content-box;
    }


/*--------------------------------------------------*/
/* Back link                                        */
/*--------------------------------------------------*/
.back-link a {
    color: #F2863C;
    text-decoration: underline;
}
.back-link a::before {
    background-image: url('../images/newDesign/left-arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    width: 8px;
}

/*--------------------------------------------------*/
/* Pankuzu                                          */
/*--------------------------------------------------*/
.pankuzu-box {
    margin-left: -12px;
    position: relative;
    bottom: -40px;
}
.pankuzu-box ul li {
    display: inline-block;
}
.pankuzu-box ul li a {
    color: #F2863C;
    margin-right: 5px;
}
.pankuzu-box ul li:not(:last-child)::after {
/*     color: #000000; */
/*     content: ">"; */
/*     display: inline-block; */
/*     font-size: 11px; */
/*     height: 8px; */
/*     margin: 0 -2px 0 1px; */
/*     position: relative; */
/*     top: -1px; */
/*     width: 8px; */
}
.pankuzu-box a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------*/
/* Footer                                           */
/*--------------------------------------------------*/
.footer {
    border-top: solid 4px #F2863C;
    margin: 60px 0 30px 0;
}
.footer .footer-top-link {
    background: #F2863C;
    border-radius: 8px 8px 0 0;
    font-size: 11px;
    left: 75%;
    margin-top: -24px;
    padding: 2px;
    position: relative;
    width: 100px;
}
.footer .footer-top-link a {
    color: #FFFFFF;
}
.footer-menu li {
    display: inline-block;
    margin-right: 20px;
}
.footer-menu li.m-icon::after {
    background-image: url('../images/newDesign/WKND-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    width: 8px;
}
.footer-menu a:hover {
    text-decoration: underline;
}
.footer-bottom {
    border-top: solid 1px #F5F5F5;
    margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    width: 1100px;
}
.footer-bottom img {
    margin-right: 20px;
    width: 160px;
}
.footer-bottom div {
    display: inline-block;
}
.footer-bottom-right p {
    color: #999999;
    font-size: 11px;
    margin: 0;
    position: relative;
    top: 8px;
}
.footer-bottom-right a {
    color: #999999;
}
.footer-bottom-right a:hover {
    text-decoration: underline;
}
.footer-bottom-privacy a:hover {
    text-decoration: underline;
}
.footer-bottom-privacy img {
    margin-left: 4px;
    width: 30px;
}
.copylight {
    color: #999999;
    font-size: 11px;
}

/*--------------------------------------------------*/
/* Chat area                                        */
/*--------------------------------------------------*/
.chat-box {
    text-align: right;
}
.chat-btn {
    align-content: center;
    background: transparent linear-gradient(180deg, #F2863C 0%, #FF5E07 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-grid;
    font-size: 10px;
    height: 65px;
    margin-left: 4px;
    position: fixed;
    text-align: center;
    bottom: 8px;
    width: 65px;
}
.chat-btn div:first-child {
    position: relative;
    top: 5px;
}

/*--------------------------------------------------*/
/* Contact area                                     */
/*--------------------------------------------------*/
.contact-box {
    background: #FEF6F1;
}
.contact-tel-box {
    background: #FFFFFF;
    text-align: center;
}
.contact-tel-box div {
    font-size: 14px;
    font-weight: bold;
}
.contact-tel-box div:first-child {
    font-size: 11px;
}
.contact-tel-box .tel {
    color: #F2863C;
    font-size: 16px;
}
.tel::before {
    background-image: url('../images/newDesign/telephone.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}
.contact-description {
    font-size: 12px;
}
.tel-box div {
    display: inline-block;
}
.tel-box div:first-child {
    background: #F2863C;
    border-radius: 6px;
    color: #FFFFFF;
    margin-right: 4px;
    padding: 4px 6px 2px 6px;
}
.tel-box .tel {
    color: #F2863C;
    font-size: 14px;
}

/*--------------------------------------------------*/
/* Recently job                                     */
/*--------------------------------------------------*/
.recently-title {
    color: #F2863C;
    cursor: pointer;
    font-weight: bold;
}
.recently-title:hover {
    text-decoration: underline;
}
.recently-info li {
    display: inline-block;
    font-size: 10px;
    height: 100%;
}
.recently-info li:last-child div {
    margin-left: 6px;
}
.recently-info li:last-child div::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 4px;
    width: 10px;
}
.recently-info li div {
    color: #737373;
}
.recently-info li .job-detail-address, .recently-info li .job-detail-work {
    color: #000000;
    font-weight: bold;
}
.recently-info li .job-detail-address::before {
    background-image: url('../images/newDesign/area.png');
}
.recently-info li .job-detail-term::before {
    background-image: url('../images/newDesign/calendar.png');
}
.recently-info li .job-detail-station::before {
    background-image: url('../images/newDesign/station.png');
}
.recently-info li .job-detail-work::before {
    background-image: url('../images/newDesign/briefcase.png');
}
.recently-info li .job-detail-time::before {
    background-image: url('../images/newDesign/clock.png');
}
.recently-info li .job-detail-salary::before {
    background-image: url('../images/newDesign/salary.png');
}
.recently-info {
    height: 110px;
}
.recently-info li img {
    height: 60px;
    position: relative;
    top: -75px;
    width: 80px;
}

/*--------------------------------------------------*/
/* Common menu                                      */
/*--------------------------------------------------*/
.common-menu-box .accordion-item, .common-menu-box .accordion-item:last-of-type {
    border: none;
}
.common-menu-box .accordion-header {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    overflow: hidden;
}
.common-menu-box .accordion-button {
    font-size: 13px;
    font-weight: bold;
}
.common-menu-box .accordion-button::after {
    background-image: url('../images/newDesign/add_FILL-0.png');
}
.common-menu-box .accordion-button:not(.collapsed)::after {
    background-image: url('../images/newDesign/add_FILL-1_1.png');
}
.common-menu-box .accordion-body {
    border: none;
}
.common-menu-box .menu-item {
    cursor: pointer;
    padding-left: 10px;
}
.common-menu-box .menu-item::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-top: 6px;
    margin-right: 14px;
    width: 8px;
}



/*--------------------------------------------------*/
/* Guide area                                       */
/*--------------------------------------------------*/
.guide-btn {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 0 6px 10px;;
}
.guide-btn a::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-top: 6px;
    margin-right: 14px;
    width: 8px;
}

.guide-btn::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-top: 6px;
    margin-right: 14px;
    width: 8px;
}

/*--------------------------------------------------*/
/* Common Job state                                 */
/*--------------------------------------------------*/
.job-state-side-box .accordion-item, .job-state-side-box .accordion-item:last-of-type {
    border: none;
}
.job-state-side-box .accordion-header {
    border: none;
    border-bottom: 2px solid #F2AC7C;
}
.job-state-side-box .accordion-button::after {
    background-image: url('../images/newDesign/add_FILL0_wght500_GRAD0_opsz24.png');
}
.job-state-side-box .accordion-button:not(.collapsed)::after {
    background-image: url('../images/newDesign/add_FILL-1.png');
}
.job-state-side-box .accordion-body {
    border: none;
}
.job-state-side-box .menu-item {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 10px 6px 15px;
}

.job-state-side-box .menu-item-onesentence {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 10px 6px 15px;
}

.job-state-side-box .menu-item::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-top: -24px;
    position: relative;
    width: 8px;
}


.job-state-side-box .menu-item-onesentence::after {
    background-image: url('../images/newDesign/right-chevron.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    float: right;
    height: 8px;
    margin-top: -17px;
    position: relative;
    width: 8px;
}

.job-state-side-box .menu-item div {
    width: 90%;
}
.job-state-side-box .accordion-button {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}

/*--------------------------------------------------*/
/* Meter                                            */
/*--------------------------------------------------*/
.meter-box {
    display: inline-block;
}
.meter-box:first-child {
    vertical-align: bottom;
}
.meter-label {
    font-size: 10px;
}
.meter-bar {
    background: #EEEEEE;
    display: inline-block;
    height: 10px;
    width: 20%;
}
.meter-bar.neraime {
    background: #F25F3C;
}
.meter-bar.zoukachu {
    background: #F27A3C;
}
.meter-bar.wazuka {
    background: #F2A33C;
}
.meter-bar.ninki {
    background: #F2C13C;
}
.meter-message-main {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.meter-message-item {
    box-shadow: 2px 2px 6px #00000017;
    border-radius: 5px;
    display: inline-block;
    background: #EDEFF0;
    position: relative;
    top: -6px;
}
.meter-message-item-text {
    color: #FFFFFF;
    font-size: 8px;
    line-height: 1.25;
    padding: 0.5rem 0.5rem;
    text-align: center;
    position: relative;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}
.meter-message-item.neraime {
    background: #F25F3C;
}
.meter-message-item.zoukachu {
    background: #F27A3C;
}
.meter-message-item.wazuka {
    background: #17B8A8;
}
.meter-message-item.ninki {
    background: #169AD5;
}
.meter-message-item:after {
    border: 0.5rem solid transparent;
    border-left: 0;
    border-bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin-left: -0.375rem;
    position: absolute;
    top: 0.95rem;
    width: 0;
}
.meter-message-item.neraime:after {
    border-right-color: #F25F3C;
}
.meter-message-item.zoukachu:after {
    border-right-color: #F27A3C;
}
.meter-message-item.wazuka:after {
    border-right-color: #17B8A8;
}
.meter-message-item.ninki:after {
    border-right-color: #169AD5;
}

/*--------------------------------------------------*/
/* Custom radio                                     */
/*--------------------------------------------------*/
.custom-radio {
    display: none;
}
.custom-radio + label {
    cursor: pointer;
    margin-right: 22px;
    padding-left: 22px;
    position:relative;
}
.custom-radio + label::before {
    background: #FFFFFF;
    border: 1px solid #999;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    left: 3px;
    position: absolute;
    width: 18px;
}
.custom-radio:checked + label {
    color: #F2863C;
}
.custom-radio:checked + label::after {
    background: #F2863C;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    left: 6px;
    position: absolute;
    top: 3px;
    width: 12px;
}
.custom-radio:checked + label,
    .job-detail-submission-box .custom-radio:checked + label span {
    color: #F2863C;
}

/*--------------------------------------------------*/
/* Custom check                                     */
/*--------------------------------------------------*/
.custom-check {
    display: none;
}
.custom-check + label {
    cursor: pointer;
    line-height: 22px;
    margin-right: 22px;
    padding-left: 34px;
    position:relative;
}
.custom-check + label::before {
    background-image: url('../images/newDesign/check-none.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 6px;
    position: absolute;
    width: 20px;
}
.custom-check:checked + label::before {
    background-image: url('../images/newDesign/check-active.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 6px;
    position: absolute;
    top: 1px;
    width: 20px;
}

/*--------------------------------------------------*/
/* Pagination                                       */
/*--------------------------------------------------*/
.page-link, .page-link:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F2AC7C;
    border-radius: 5px;
    color: #000000;
    font-size: 13px;
    height: 34px;
    margin: 0 10px;
}
.page-link.prev, .page-link.next {
    border: none;
    line-height: 20px;
    width: 130px;
}
.page-link.prev {
    margin-right: 25px;
}
.page-link.prev::before {
    background-image: url('../images/newDesign/left-arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin: -2px 10px 0 -4px;
    vertical-align: middle;
    width: 12px;
}
.page-item .page-link.next {
    margin-left: 15px;
}
.page-link.next::after {
    background-image: url('../images/newDesign/right-arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin: -2px 4px 0 12px;
    vertical-align: middle;
    width: 12px;
}
.page-item.active .page-link {
    background: #F2863C;
    border: 1px solid #F2AC7C;
    color: #FFFFFF;
}
.page-item.active .page-link:hover {
    background: #F2863C;
    border: 1px solid #F2AC7C;
    color: #FFFFFF;
}
.page-link.blank {
    border: none;
    background: transparent;
    position: relative;
    top: 10px;
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

/*--------------------------------------------------*/
/* Scroll header                                    */
/*--------------------------------------------------*/
.scroll-header {
    background: #222222;
    height: 70px;
    left: 0;
    position: fixed;
    background: rgba(34, 34, 34, 0.8);
    top: -75px;
    width: 100%;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: 7000;
}
.scroll-header.open {
    top: 0;
}
.scroll-header div {
    color: #FFFFFF;
    display: inline-block;
    line-height: 70px;
}
.scroll-header .btn-main {
    line-height: 16px;
    margin-left: 50px;
}
.scroll-header .btn-normal {
    line-height: 25px;
    margin-left: 10px;
}
.scroll-header .btn::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    position: relative;
    top: 3px;
    width: 12px;
}
.scroll-header .btn-main {
    width: 240px;
}
.scroll-header .btn-main::before {
    background-image: url('../images/newDesign/search_FILL0_wght700_GRAD0_opsz48.png');
}
.scroll-header .btn-normal {
    color: #000000;
    width: 180px;
}
.scroll-header .btn-normal::before {
    background-image: url('../images/newDesign/bookmark.png');
    height: 16px;
    top: 4px;
    width: 16px;
}
.form-check-input:checked {
    background-color: #F2863C;
    border-color: #F2863C;
}
.form-check-input:focus {
    border-color: #F2863C;
    box-shadow: 0 0 0 .25rem rgba(233,103,16,.25);
}
