/* カスタマイズ用CSS */

#page_sln_card_payment.other_page .template-defaultFrame__main{
    padding: 0px 60px;
}

.sln_card_payment_container .ec-pageHeader h1 {
     font-size: 32px;
}

#page_sln_card_payment.other_page .ec-borderedDefs{
     font-size: 16px;
}
#page_sln_card_payment.other_page #top_box__button_menu p a{
     font-size: 16px!important;
}


#page_sln_card_payment.other_page .ec-halfInput label[for="card_BillingLastName"] {
    margin-left: 20px; /* 姓のラベルに左マージン */
    margin-right: 15px;
}

#page_sln_card_payment.other_page .ec-halfInput label[for="card_BillingFirstName"] {
    margin-right: 15px;
}


@media only screen and (max-width: 800px){
#page_sln_card_payment.other_page .template-defaultFrame__main{
    padding: 5px!important;
}
#page_sln_card_payment.other_page .ec-halfInput input[type='text']{
      width: 100%;
}

#page_sln_card_payment.other_page .ec-halfInput label[for="card_BillingLastName"] {
    margin-left: 0px; 
}
#page_sln_card_payment.other_page .ec-pageHeader h1 {
    font-size: 18px;
}
}