body {
    position: relative;
}
.oth-over-body, .oth-dialog-search {
    display: none;
}
.oth-dialog-search {
    position: absolute;
    width: 70%;
    left: 15%;
    z-index: 99999;
    background-color: #fff;
    /* overflow: auto; */
    top: 10px;
    font-weight: bold;
    color: #333333;
}
.oth-over-body {
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background-color: #162A41; */
    position: fixed;
    /* display: none; */
    /* opacity: 0.8; */
    top: 0;
    bottom: 0;
    background-image: url(/common/img/bg-after-popup.png);
}
.oth-dialog-header {
    padding: 32px 25px 22px 25px;
    border-bottom: 3px dotted #162a41;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    margin-left: 12px;
    margin-right: 12px;
}
.oth-dialog-header-title {
    color: #333333;
    font-family: "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    letter-spacing: 1.76px;
    font-weight: bold;
}
.oth-dialog-header-close {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.oth-dialog-header-close img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
.oth-dialog-content {
    padding-left: 21px;
    margin-bottom: 27px;
}
.oth-dialog-content-item {
    margin-bottom: 60px;
}
.oth-dialog-content-item:last-child {
    margin-bottom: 0;
}
.oth-dialog-title-content {
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.oth-dialog-title-content-img {
    width: 33px;
    height: 33px;
    margin-right: 11px;
    /* float: left; */
}
.oth-dialog-title-content-img img {
    width: 100%;
    height: auto;
}
.oth-dialog-title-content-text {
    color: #333333;
    font-family: "HiraginoSans-W5", "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: 1.14px;
    font-weight: bold;
}
.oth-dialog-content-main {
    padding-left: 10px;
}
.oth-dialog-condition {
    display: flex;
    flex-wrap: wrap;
}
.oth-dialog-selected {
    flex-basis: 33.3333333%;
    margin-top: 15px;
}
.oth-dialog-button {
    display: flex;
    justify-content: center;
    margin-bottom: 114px;
}
.oth-dialog-button a {
    color: #ffffff;
    font-family: "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    letter-spacing: 1.76px;
    background-color: #7E837F;
    padding: 20px 100px;
    text-decoration: none;
}
.oth-dialog-content-main .select_wrapper {
    position: relative;
    width: 185px;
}
.oth-dialog-content-main .select_wrapper::after {
    content: "\25BC";
    font-weight: bold;
    width: 20px;
    top: 17px;
    right: 5px;
    font-size: 16px;
    color: #333333;
    position: absolute;
    z-index: 1;
    line-height: 4px;
    pointer-events: none;
    width: 15px;
}
.oth-dialog-content-main select {
    padding: 5px;
    color: #333333;
    font-family: "HiraginoSans-W5", "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1.14px;
    background-color: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    display: block;
    width: 100%;
    border: 1px solid #162a41;
    font-size: 16px;
}
.oth-dialog-input-search input[type="text"] {
    padding: 12px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #333333;
    box-sizing: border-box;
    font-size: 16px;
}

/* checkbox */
.oth-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    padding-left: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.oth-search-web-pro span {
    font-size: 22px;
}
/* Hide the browser's default checkbox */
.oth-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.oth-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 0.5px solid #333333;
    border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.oth-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.oth-checkbox input:checked~.oth-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.oth-checkbox .oth-checkmark:after {
    content: url('images/checkbox.png');
    left: 0px;
    top: -7px;
    width: 16px;
    height: 15px;
}
/* checkbox */
.oth-dialog-title-content-key {
    margin-bottom: 0;
}
.oth-dialog-input-search {
    width: calc(100% - 40px);
}
@media screen and (max-width: 48.6875em) {
    input[type=text],
    textarea,
    select {
        font-size: 16px !important;
    }

    .oth-dialog-search {
        width: 93.896713615023vw;
        left: 2.9733959311424vw;
    }

    .oth-dialog-search {
        padding-right: 0;
        top: 1.5649452269171vw;
    }

    .oth-dialog-header {
        padding: 18px 10px 13px 10px;
        border-bottom: 0.46948356807512vw dotted #333333;
        margin-bottom: 5.0078247261346vw;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
    }

    .oth-dialog-header-title {
        font-size: 3.4428794992175vw;
        letter-spacing: 0.2754303599374vw;
    }

    .oth-dialog-header-close {
        width: 3.9123630672926vw;
        height: 4.0688575899844vw;
    }

    .oth-dialog-content {
        padding-left: 3.2863849765258vw;
        margin-bottom: 4.2253521126761vw;
    }

    .oth-dialog-content-item {
        margin-bottom: 11.267605633803vw;
    }

    .oth-dialog-title-content {
        margin-bottom: 1.8779342723005vw;
    }

    .oth-dialog-title-content-img {
        width: 5.1643192488263vw;
        height: 5.1643192488263vw;
        margin-right: 1.7214397496088vw;
        font-size: 2.9733959311424vw;
    }

    .oth-dialog-title-content-text {
        font-size: 2.9733959311424vw;
        letter-spacing: 0.17840375586854vw;
    }

    .oth-dialog-content-main {
        padding-left: 5px;
    }

    .oth-dialog-selected {
        margin-top: 12px;
        margin-bottom: 0;
    }

    span.oth-dialog-selected.oth-search-web-pro .oth-checkbox {
        font-size: 3vw;
    }

    .oth-search-web-pro {
        /* padding: 0px 4px 2px !important; */
        padding: 0 !important;
        border: none !important;
        position: absolute;
        right: 6px;
        top: calc(50% - 7px);
    }

    .oth-dialog-button {
        margin-bottom: 17.840375586854vw;
    }

    .oth-dialog-button a {
        font-size: 3.4428794992175vw;
        letter-spacing: 0.2754303599374vw;
        padding: 3.1298904538341vw 15.649452269171vw;
    }

    .oth-dialog-content-main .select_wrapper {
        position: relative;
        width: 26vw;
    }

    .oth-dialog-content-main .select_wrapper::after {
        top: 16px;
    }

    .oth-dialog-content-main select {
        padding: 1.2519561815336vw;
        letter-spacing: 0.17840375586854vw;
        padding: 5px;
        font-size: 16px;
    }

    .oth-dialog-input-search {
        width: calc(100% - 30px);
    }

    .oth-dialog-input-search input[type="text"] {
        padding: 3.1298904538341vw;
        padding: 8px;
    }

    /* checkbox */
    .oth-checkbox {
        font-size: 2.7vw;
        /* padding-left: 2.9733959311424vw; */
    }

    /* checkbox */
    .oth-dialog-title-content-key {
        margin-bottom: 0;
    }
    .oth-checkbox .oth-checkmark:after {
        top: -1.0955vw;
    }
    .oth-result-search-tag span {
        min-width: 8.764vw;
    }
}
.oth-dialog-input-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #686868 !important;
}

.oth-dialog-input-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #686868 !important;
}

.oth-dialog-input-search input::-ms-input-placeholder { /* Microsoft Edge */
color: #686868 !important;
}
@media screen and (max-width: 510px) {
    label.oth-checkbox:first-child {
        padding-top: 2px;
    }
}
@media screen and (max-width: 430px) {
    label.oth-checkbox:first-child {
        padding-top: 4px;
    }
}
@media screen and (max-width: 360px) {
    label.oth-checkbox:first-child {
        padding-top: 5px;
    }
}