.settlement-card-flex{
    margin-top: 20px;
}
.carrier-radio-wrap{

}
.input-radio{
    display: flex!important;
}
.radio img{
    margin-left: 40px;
}
.radio{


}
input[type=radio] + .radio:before {
    font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
    font-weight: 900;
    content: "\f0c8";
    color:gray;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
 } /* unchecked icon */
input[type=radio]:checked + .radio:before {
    font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
    font-weight: 900;
    content: "\f14a";
    color: #000;

} /* unchecked icon */

#countdown{
    font-size: 40px;
    margin-top: 30px;
    color: red;
    font-weight: bold;
}
.input-select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
}
.input-select{
    position: relative;
    margin-top: 20px;
}
.input-select::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 10px;
    height: 10px;
    background-image: url(/assets/img/common/select-arrow.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}

.input-select select, option{
    border: solid 1px #000;
    border-radius: 20px;
    padding: 10px 30px;

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .settlement-card-flex{
        display: flex;
        justify-content: space-between
    }
    .carrier-radio-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}