main{
    background: #fff;
    min-height: calc(100vh - 40px);
    padding: 0 0 60px;
}
html {
    overflow: auto;
    height: 100%;
}
body {
    overflow-x:hidden;
}
input[type="text"], select, textarea {
    box-shadow: none!important;
}
.notes{
    font-size: 12px;
    color: #222;
}
.detail_want_price_min, .detail_want_price_max {
    width: calc(45% - 1em);
    border: 1px solid #ced5e0;
    border-radius: 4px;
    background: #fff;
    height: 47px;
    text-align: right;
    padding-right: 5px;
}
.buy_price .detail_want_price_min,
.buy_price .detail_want_price_max {
    width: calc(40% - 1em);
}
.change_want_price_form {
    margin-top: 10px;
    text-align: right;
}
.change_want_price_form label {
    color: #2e6ace;
}
.direct{
    text-align: right;
    color: #2e6ace;
    font-size: 13px;
    padding: 6px 0 6px 6px;
    margin: 6px 0;
}
.deposit .c_box_ui{
    margin: 6px 15px 0 0;
}
.tab_box{
    display: flex;
}
.tab_box .tab{
    width: 50%;
    text-align: center;
}

.tab_box a{
    display: inline-flex;
    align-items: center;
    padding-left: calc(50% - 55px);
    width: 100%;
    height: 48px;
    color: #222;
    border: 1px solid #ced5e0;
    border-left: none;
    background: #f6f8fb;
    box-sizing: border-box;
    position: relative;

}
.tab_box .tab:first-child > a{
    border-left: 1px solid #ced5e0;
    border-radius: 4px 0 0 0;
}
.tab_box .tab:last-child > a{
    border-radius: 0 4px 0 0;
}
.tab_box .active a{
    color: #2e6ace;
    background: #fff;
    border-bottom: 1px solid transparent;

}
.tab_box .line a:before,
.tab_box .address a:before{
    font-family: 'txticon';
    color: #2e6ace;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    top: calc(50% - 8px);
    margin-left: -18px;
}
.tab_box .line a:before{
    content: "\f239";
}
.tab_box .address a:before{
    content: "\f277";
}

.line_box:nth-of-type(1){
    margin: 0;
}

.area_select{
    margin: 12px 0 0 0;
}
.area_select select{
    width: 49%;
}

.check_all{
    padding: 0 0 8px;
    margin: 12px 0 0;
    border-bottom: 1px solid rgb(206 213 224 / 30%);
}
.check_all label{
    width: 100%;
}
.line_list {
    position: relative;
}
.line_list label{
    padding: 16px 6px 16px 28px;
    width: 100%;
    border-bottom: 1px solid rgb(206 213 224 / 30%);
}
.item_line{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item_line > span:not(.form_area){
    display: inline-flex;
    align-items: center;
    width: calc(50% - 2px);
    padding: 3px 6px 3px 0;
    margin: 2px 0;
}
.item_line.line2 > span:not(.form_area){
    height: 34px;
}
.form_area label {
    width: 50%;
    font-size: 14px;
    height: 35px;
}
.form_area label.c_box_ui {
    padding-top: 12px;
}
.deposit input[type="radio"] + label.ui-state-default {
    height: 45.6px;
}
.bt_add{
    color: #2e6ace;
    width: 100%;
    height: 48px;
    margin: 12px 0 8px;
    position: relative;
}
.bt_add:before{
    content: "\f067";
    margin: 0 4px 0 0;
}
.footer_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #f6f8fb;
    border-top: 1px solid #ced5e0;
    position: fixed;
    width: 100%;
    padding: 4px 15px;
    bottom: 0;
}
.footer_box .bkn_count span{
    color: #2e6ace;
    font-weight: bold;
    font-size: 18px;
}
.footer_btn_box{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.footer_btn{
    width: 49%;
}
/*.footer_btn .bt_txt{*/
/*    font-size: 12px;*/
/*    margin-right: 12px;*/
/*}*/
.footer_btn .btn{
    height: 48px;
    width: 100%;
}
#userWantForm {
    padding-bottom: 100px;
}
.address_box {
}
#want1_addressCode34,
#want_stationCode1,
#buyAddress34Code1,
#buyStationCode1,
#rentAddress34Code1,
#rentStationCode1,
#tmpAddress34Code1,
#tmpStationCode1 {
    height: 30vh;
    overflow: auto;
    border: 1px solid;
    border-radius: 5px;
}
.display_none {
    display: none;
}
select option {
    margin: 1px 0;
    padding: 10px 0;
}
option:checked:hover {
    background-color: #f6f8fb!important;
    color: #222!important;
}
.multic_box_ui{
    color: #6b7176;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 6px 10px 28px;
    position: relative;
    width: auto;
}

.multic_box_ui:before {
    background: #fff;
    border: 1px solid #ced5e0;
    border-radius: 4px;
    content: '';
    display: block;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: calc(50% - 3px);
    height: 20px;
    width: 20px;
}
.multic_box_ui:after {
    content: "\f00c";
    font-family: 'txticon';
    font-size: 14px;
    color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    top: calc(50% - 7px);
    left: 4px;
}
.multic_box_ui:checked {
    color: #2e6ace;
}
.multic_box_ui:checked:before {
    background: #2e6ace;
    border-color: #2e6ace;
}
.multic_box_ui:checked:after {
    opacity: 1;
}
.want_minyukyoFlg {
    margin-left: 9px;
}
.deposit {
    width: 100%;
}
.deposit label {
    width: 45%;
}
#address_line_ui,
#station_line_ui {
    background: #ced5e0;
    width: 5px;
    position: absolute;
    top: 16px;
    left: 14px;
}

#switchMatter {
    width: 40%;
}
#offerConditionForm section {
    margin-bottom: 50px;
}
