.page_h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0.5rem;
    padding: 30px;
    margin-top: 50px;
    width: 100%;
    background-color: #a54649 !important;
}

.bg>div:nth-child(1)>p,
div.inner>p{
    text-align: center;
    font-size: 1.2em;
    margin-top: 30px;
    line-height: 30px;
}

.today_price form{
    margin-top: 60px;
    margin: 60px auto;
}

.today_price >diV{
    margin-top: 60px;
    margin: 60px auto;
    text-align: left;
    max-width: 500px;
}


.ECM_RadioInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.ECM_RadioInput:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ECM_RadioInput-Input {
    opacity: 0;
    width: 0;
    margin: 0;
}

.ECM_RadioInput-Input:focus+.ECM_RadioInput-DummyInput {
    border: solid 2px #333333;
    background: #EEEEEE;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput {
    border: solid 2px #333333;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333333;
}

.ECM_RadioInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #888;
}

.ECM_RadioInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
form>p:nth-child(11) {
    margin-top: 30px;
    font-size: 1em;
}
div>p{
    text-align: center;
    margin-top: 50px;
    font-size: 1em;
    line-height: 40px;
}

.today_price h2{
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
    width: 400px;
    margin: auto;
    color: #fff;
    background: #293377;
}

.identification_checkboxes{
    display: flex;
    justify-content: space-between;
}

.identification_checkbox{
    width: 30%;
}

.identification_checkbox img{
    width: 100%;
}

#app {
    width: 400px;
    margin: 20px auto;
    padding: 28px;
    line-height: 1.5;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
    font-family: 'Times New Roman';
}

.sale_item {
    margin-top: 60px;
    border: 2px solid;
    padding: 50px;
    background: #fff;
}

.sale_item h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
    width: 400px;
    margin: auto;
    color: #fff;
    background: #293377;
}

.sale_item form {
    margin-top: 60px;
}
.sale_item>div {
    margin-top: 60px;
}
body>div>div.inner>div.sale_item>form>p{
     padding: 20px 70px;
     line-height: 30px;
}
body>div>div.inner>div.sale_item>div>p {
    padding: 20px 70px;
    line-height: 30px;
}

@media (max-width: 767px) {
    
}

@media screen and (max-width: 414px) {
    .page_h2{
        font-size: 18px;
        padding: 16px;
    }
    .bg>div:nth-child(1)>p, div.inner>p{
        font-size: 1em;
    }

    .today_price h2,
    .sale_item h2{
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }
    .sale_item{
        padding: 15px;
    }

    .identification_checkboxes{
        display: block;
    }
    body>div.wrapper>div.inner>div:nth-child(4)>form{
        width: 100%;
    }
    .identification_checkbox {
        text-align: center;
        width: 75%;
        margin: auto;
    }
    .identification_checkbox img {
        width: 60%;
    }

    #app{
        width: 100%;
        padding: 20px;
        margin: 20px auto;
    }
    body>div>div.inner>div.sale_item>form>p{
        padding: 10px 10px;
        line-height: 30px;
        font-size: 13px;
    }
        body>div>div.inner>div.sale_item>div>p {
            padding: 10px 10px;
            line-height: 30px;
            font-size: 13px;
        }
}