@charset 'Shift_JIS';
/* 共通 */
.box_scond .lbl {
    display: block;
    padding-left: 10px;
}
/* アイコン */
.box_scond .arrow_icon::after,
.box_scond .btn_acd .icon::after {
    height: 1em;
    margin: auto 0;
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    position: absolute;
    display: block;
}
/* リンク */
.box_scond .arrow_icon,
.box_scond .btn_close {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
/* 矢印リンク */
.box_scond .arrow_icon {
    display: block;
    position: relative;
}
.box_scond .arrow_icon {
    height: 44px;
    line-height: 44px;
}
.box_scond .arrow_icon::after {
    top: 0;
    right: 12px;
    bottom: 0;
    content: '\e904';
    opacity: 0.7;
}
.box_scond .arrow_icon.open::after {
    display: none;
}
/* --------------------------------------- */
/* モーダル枠 */
.mdl_mask {
    background-color: #fff;
}
/* --------------------------------------- */
/* 外枠 */
.box_scond {
    width: 100%;
    position: absolute;
    z-index: 2001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    font-size: 16px;
    background-color: #fff;
    padding-bottom: 60px;
}
/* 見出し */
.box_scond .lbl_title {
    text-align: left;
    background-color: #c0d7ef;
    padding: 0 16px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.box_scond .btn_close,
.box_scond .btn_submit,
.box_scond .btn_clear {
    -webkit-appearance: none;
}
/* 閉じるボタン */
.box_scond .btn_close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: block;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    font-size: 20px;
    color: #494949;
}
/* --------------------------------------- */
/* 下部固定枠 */
.box_btn_bottom {
    width: 100%;
    max-width: none;
    padding: 10px 8px 12px;
    position: fixed;
    z-index: 1010;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.6);
}
.box_btn_bottom.fl_base {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box_btn_bottom.fl_base .fl_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_btn_bottom.fl_base .fl_inner:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    padding-right: 3px;
    max-width: 360px;
}
.box_btn_bottom.fl_base .fl_inner:last-child {
    max-width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    padding-left: 3px;
}
/* ボタン */
.box_scond .btn_submit,
.box_scond .btn_clear {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
}
/* 決定ボタン */
.box_scond .btn_submit {
    margin: auto;
    color: #fff;
    border-color: #467DB5;
    background-color: #499BED;
    box-shadow: 0 3px 0 #467DB5;
    font-size: 18px;
}
.box_scond .btn_clear {
    background-color: #ddd;
    color: #333;
    font-size: 16px;
    border-color: #898989;
    box-shadow: 0 3px 0 #898989;
}
/* --------------------------------------- */
/* 条件リスト */
.lbl_title + .list_sub .elm {
    border-bottom: 1px solid #c0d7ef;
    font-weight: bold;
    font-size: 15px;
}
/* 補足説明 */
.box_scond .txt_info {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    color:#510203;
}

@media screen and (max-width: 480px) {
    .box_scond .txt_info {
        text-align: right;
    }
}
/* --------------------------------------- */
/* 業種リスト */
.list_type {
    padding-bottom: 2px;
    text-align: left;
}
.list_type .elm {
    border-bottom: 1px solid #c0d7ef;
}
.list_type > .elm:last-child,
.list_type .list_sub .elm:last-child {
    border-bottom: none;

}
.list_type .list_sub .list_sub .elm {
    margin-left: 30px;
}
/* --------------------------------------- */
/* エリアリスト */
.list_pre {
    padding-bottom: 2px;
    text-align: left;
}
.list_pre .elm {
    border-bottom: 1px solid #c0d7ef;
}
/* 県名 */
.box_scond .lbl_pre {
    padding: 0 14px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.1em;
}
.box_scond .lbl_pre.arrow_icon::after {
    font-size: 16px;
}
/* --------------------------------------- */
/* エリア(場所メイン) */
.list_main {
    border-top: 1px solid #c0d7ef;
}
.lbl_pre.open + .list_main > .elm,
.list_sub > .elm {
    border-bottom-style: dashed;
}
.lbl_pre.open + .list_main .elm:last-child {
    border: none;
}
.lbl_pre:not(.open) + .list_main {
    display: none;
}
.lbl_area {
    font-weight: bold;
    padding-left: 16px;
}
.lbl_area.open {
    border-bottom: 1px solid #c0d7ef;
}
/* 戻るボタン */
.box_scond .btn_back {
    display: none;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #c0d7ef;
    right: 12px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    padding-right: 12px;
    padding-left: 24px;
    border-radius: 24px;
}
.box_scond .btn_back.arrow_icon::after {
    content: '\e902';
    right: auto;
    left: 8px;
}
.open > .btn_back {
    display: inline-block;
}
/* --------------------------------------- */
/* エリア(サブ) */
.lbl_area + .list_sub {
    display: none;
}
.list_sub .lbl {
    height: 42px;
    line-height: 42px;
    font-size: 0.9em;
}
/* --------------------------------------- */
/* アコーディオン */
.box_scond .box_main .fl_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.box_scond .box_main .btn_acd.fl_inner {
    width: 42px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
}
.box_scond .box_main .lbl.fl_inner {
    font-weight: bold;
}
.box_scond .box_main .btn_acd {
    display: block;
    text-align: center;
    color: #6E82AD;
    font-size: 18px;
    border-left: 1px dashed #c0d7ef;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.box_scond .box_main + .list_sub {
    display: none;
    border-top: 1px dashed #c0d7ef;
}
.list_pre .list_sub .list_sub .elm {
    margin-left: 30px;
}
.box_scond .btn_acd .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.box_scond .btn_acd .icon::after {
    content: '\e90f';
    top: 0;
    bottom: 0;
}
.box_scond .btn_acd.open .icon::after {
    content: '\e90e';
    top: 0;
    bottom: 0;
}
/* --------------------------------------- */
/* メイン業種・サブ業種混合 */
.list_main-type > .elm {
    border-bottom: 1px solid #c0d7ef;
}

.list_main-type .lbl {
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    font-size: 0.9em;
}

.list_main-type > .elm > .list_sub {
    display: block;
}

.list_main-type .list_sub .elm + .elm {
    border-top: 1px dashed #c0d7ef;
}

.list_main-type .box_main + .list_sub .lbl {
    margin-left: 30px;
    font-weight: normal;
}