.toolbar-icon-9 .termsfeed-com---nb {
    z-index: unset;
}

#products-tab a{
    cursor: pointer;
}

/* for global network pages */
#map {
    position: relative;
}

#map::before {
    display: block;
    content: '';
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.blk-dstbr-container .blk-dstbr-wrapper:nth-of-type(1) .blk-title-office-type {
    margin-top: unset;
    padding-top: 5px;
}

.blk-title-office-type {
    margin-top: 5px;
    padding: 15px 0;
}

/* end for global network pages */

/* for recruitment node page */

.rct-date {
    text-align: right;
    padding-bottom: 30px;
}

/* end for recruitment node page */
#product_tab_link,
.product-series-hide{
    display: none;
}

.c-search-keyword-inputWrap input.form-text{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    margin: 0;
    min-height: 40px;
    outline: 0;
    padding: 8px 13px;
    font-family: YakuHanJP,"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif!important;
    line-height: 1.5;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

@media screen and (max-width: 767px){
    .c-search-keyword-inputWrap input.form-text {
        font-size: 4.27vw;
        min-height: 12vw;
    }
}

.c-searchResults-list .highlight {
    background-color: unset;
    font-style: inherit;
}

.btn-redirect {
    background-color: #0b72c0;
    color: #fff;
    border-style: none;
    padding: 7px 20px;
    border-radius: 10px;
    margin: 0px 10px;
    cursor: pointer;
}

button.btn-redirect-cancel{
    color: #003e73;
    cursor: pointer;
    content: "\e910";
    font-family: icomoon!important;
    speak: none;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .15s ease;
    border-style: none;
    background: none;
}


.custom-popup {
    bottom:50px;
    display:none;
    position:fixed;
    right:0px;
    z-index:99;
}

#popup-link:after{
    content: none;
}

#popup-close {
    background:transparent;
    border:none;
    font-size:20px;
    position:absolute;
    right: 0px;
    top:5px;
    cursor: pointer;
}

.popup-image-sp {
    display: none;
}

@media not all and (min-width: 768px) {
    .popup-image-pc {
        display: none;
    }
    .popup-image-sp {
        display: block;
    }
    .custom-popup {
        left:0px;
        bottom:30px;
        max-width: 300px;
    }
    #popup-close {
        right: auto;
        left:260px;
    }
}