@charset "UTF-8";



input[type="password"]{
    width: 100%;
    color: #000;
    padding: 10px 0 10px 10px;
    margin: 10px 0;
}


.erroeMsg{
	margin-bottom:10px;
	border:red 1px solid;
	padding:10px;
	background-color: #ffe0ef;
	color:red;
}


.text_area{
	padding: 10px 0 10px 10px;
    margin: 10px 0;
}

.message_txt{
    margin-bottom:10px;
}

.payment_area{
    border:1px solid #b22222;
    margin-bottom:20px;
    padding:10px 5px 10px 5px;
}
.payment_area2{
    /* border: 1px solid #b22222; */
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(200,200,200,0.2);
    display: flex;
}
.payment_area2 > div:nth-child(1){

    white-space: nowrap;
}

.payment_titile{
    font-weight:bold;
    vertical-align: middle;
}

.payment_space{
    margin-top:100px;
}

.remarks_text_area{
    height:200px;
}

.shipping_select{
    width:auto;
    margin-bottom: 10px;
}

.shipAddList{
    margin-top:60px;
}
.shipAddListArea{
    margin-bottom:20px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {

    .payment_area2{

        display: block;
    }
    .payment_area2 > div:nth-child(1){

        white-space: unset;
    }
    .payment_area_bottom {
        margin-bottom: 10px;
    }    
}