@charset "UTF-8";
.border_dl_box dd div .radio_button,
.border_dl_box dd div .radio_button_disabled {
    margin: 10px 3px;
}

.radio_button,
.radio_button_disabled {
    display: block;
    position: relative;
    float: left;
    /* width: 78px; */
    width: 98px;
    height: 30px;
    /* margin-right: 5px; */
    margin-right: 2px;
    margin-bottom: 5px;
}

.radio_button label,
.radio_button_disabled label {
    display: block;
    /* width: 78px; */
    width: 98px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    padding: 0;
}

.radio_button:active label,
.radio_button:active input:checked+label {
    background: url(../images/common/grd_dark.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
}

.radio_button input:checked+label {
    background: url(../images/common/grd_light.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
}

.radio_button input,
.radio_button_disabled input {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .0001;
    cursor: pointer;
}

.radio_button label br {
    line-height: 16px;
}

.radio_button,
.radio_button_disabled {
    height: auto !important;
}

.radio_button label,
.radio_button_disabled label {
    height: 42px;
    display: table-cell;
    line-height: 16px;
}

.radio_button_disabled label,
.radio_button_disabled:hover label {
    background-color: #cccccc;
    color: white;
}

.border_dl_box input[type=radio],
.border_dl_box input[type=checkbox] {
    font-size: 14px;
    display: inline-block;
    /* margin-right: 5px; */
    margin-right: 2px;
    margin-bottom: 8px;
}

.width_half {
    /* width: 124px !important; */
    width: 138px !important;
}

.width_half label {
    /* width: 50% !important; */
    width: 138px !important;
}

.width_23 {
    width: 170px !important;
}

.width_23 label {
    width: 50% !important;
}

dl p {
    margin: 0 10px 0px 10px;
}

.border_box {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    padding: 10px;
}

.caut_tx {
    text-indent: -1em;
    padding-left: 1em;
}

.step_bar.step3 .step {
    width: 33.3%;
}

.step_bar.step3 .step:first-child {
    width: 33.4%;
}

.help_box {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: auto;
    background-color: #ffffff;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 100px;
    z-index: 1000;
    color: #333333;
    display: none;
}

.help_box_2 {
    display: none;
}

.help_btn {
    /* position: relative; */
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    /* margin-left: 30px; */
}

ul.notes3 li {
    font-size: 90%;
}

.help_box ul.notes3 li {
    font-size: 90%;
    line-height: 1.6;
}

.check-lg input {
    display: none !important;
}

.check-lg input[type="checkbox"] + label:before {
    content: '';
    background-image: url(/entry_loan_static/sp/images/common/icon_trade_ini.png);
    background-size: 34px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 39px;
    height: 34px;
    float: left;
    margin-top: 3px;
}

.check-lg input[type="checkbox"]:checked + label:before {
    background-image: url(/entry_loan_static/sp/images/common/icon_trade_on.png);
}

.btn-lg {
    padding: 0 8px;
    height: 36px;
    width: 90px;
}

.img-any {
  width: 38px;
  height: 19px;
  margin: 0 5px 2px;
}

div, dd, dt {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px !important;
}
