img[src*="step0"].responsiveDesignHide {
    width: 80%;
    max-width: 720px;
    padding: 10px 0 0 0;
}


th,td{
    word-break:break-all;
}

.small_font_size {
    font-size: 12px !important;
}

.large_font_size {
    font-size: 16px !important;
}
.mainContents {
    justify-items: center;
}
/* table */
.responsiveDesignBasket td,
.responsiveDesignTotalPrice td{
    padding: 6px;
}

.responsiveDesignSectionInput td,
.responsiveDesignSectionUser td,
table#loginTable .point table td,
.settlementCompleteMessage td,
.responsiveDesignSectionInputHeader td{
    padding: 12px !important;
}

.note{
    font-size: 12px;
    margin-top: 8px !important;
}

.point-note {
    font-size: 11px;
    color: #666 !important;
    display: block;
    margin-top: -4px;
}

em.required{
    margin-left: 8px;
}

/* form */

input,select,textarea{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea,
table#loginTable .point input{
    padding: 8px !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[name="sender"],
input[name="sender_kana"],
input[name="office_name"],
input[name="office_name_kana"],
input[name="office_dept_name"],
input[name="receiver"],
input[name="receiver_kana"],
input[name="receiver_office_name"],
input[name="receiver_office_name_kana"],
input[name="receiver_office_dept_name"]{
    width: 50%;
}

input[name="address"],
input[name="address2"],
input[name="ocity"],
input[name="hp_email"],
input[name^="etc"],
textarea[name$="msg"],
textarea[name^="deli_message"]{
    width: 92%;
}

input[name="coupon_code"],
input[type="text"][name$="msg"]{
    width: 100%;
}
input[type="email"].inputLarge{
    width:92%;
}

table#loginTable .pointSetting{
	margin: 8px 0 16px;
}

.choiceCredit input[type="radio"]{
    margin-right: 4px;
}

.creditStyle select{
    padding: 8px 34px 8px 8px;
    margin-right: 4px;
}

.creditStyle select[name*="card_multiple_times"]{
	width: 70%;
}

.creditStyle .inputTxt{
    margin: 8px 0 16px;
}

.registeredCredit{
    margin-bottom: 24px;
}

.registeredCreditLabel,
.newCreditLabel{
    margin-bottom: 8px;
    display: block;
}

.registeredCreditInfo{
    padding: 12px;
    background: #eee;
    margin-left: 16px;
}

.registeredCreditInfo span{
    display: inline-block;
}

.registeredCreditInfo span[class$="Label"]{
    margin-right: 8px;
}

.creditNum{
    width: 30%;
}

a.creditDeleteBtn:link,
a.creditDeleteBtn:visited,
a.creditDeleteBtn:active,
a.creditDeleteBtn:hover{
    float: right;
    display: inline-block;
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #666;
    color: #666 !important;
    font-size: 12px;
    text-decoration: none !important;
    border-radius: 12px;
}

a.creditDeleteBtn:hover{
    background: #666 !important;
    color: #fff !important;
}

.credit-icon-show {
    margin-top: 8px;
}

.credit-icon-show .credit-list{
    width: 40px;
    margin: 0;
}

.credit-icon-show .credit-icon{
    background-size: auto 32px;
    min-height: 32px;
}

select[name="deli_year"],select[name="deli_month"],select[name="deli_day"],input[name^="birthday"]{
    width: 80px;
    margin-right: 4px;
}

.responsiveDesignLoginButton{
    width: 40%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    background: #fff url("../images/down-arrow.png") no-repeat right 12px top 48%;
    background-size: 11px 7px;
    padding-right: 30px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

select option{
    background: #fff;
}

.creditStyle select[name="kuroneko_card_id"]{
    width: 100%;
    margin-bottom: 8px;
}

.cardInfoSelect{
    margin-top: 24px;
}

.cardInfoLabel{
    margin-bottom: 8px;
    display: block;
}

.cardInfoSelect input[type="radio"]{
    margin-right: 4px;
}

.cardDel{
    overflow: hidden;
}

.cardDel img{
    float: right;
    cursor: pointer;
}

/* button */

input[type="button"],
input[type="submit"],
a.responsiveDesignOrderButton,
a.responsiveDesignModifyButton{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    background: #8c8c8c;
    color: #fff;
    padding: 8px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
}

input[type="button"]:hover,
input[type="submit"]:hover{
    background: #c9c9c9;
}

input[id^="receiver_tel"],input[id^="receiver_post"],
input[id^="sender_tel"],input[id^="sender_post"]{
    margin-right: 4px;
}

[id^="idAutoCreate"]{
    margin-bottom: 8px;
}

input[name="plural_send_button"]{
    padding: 8px 24px !important;
}

table#loginTable .logoutButtonWrap{
    text-align: right !important;
}

table#loginTable input[type="button"].logoutButton{
    background: none;
    color: #0054A6;
    text-decoration: underline !important;
    width: auto;
    display: inline;
    padding: 0 !important;
    border: none;
}

table#loginTable input[type="button"].logoutButton:hover{
    text-decoration: none !important;
}

label[class^="amazonAddressCheck"]{
    display: block;
    padding: 12px;
}

input[id^="amazon_address_check"]{
    margin-right: 4px;
}

.kuronekoButtonWrap{
    margin: 16px 0 24px;
}

.kuronekopay_securitycode_button,
.kuronekopay_securitycode_button:link,
.kuronekopay_securitycode_button:visited,
.kuronekopay_securitycode_button:active{
    background: #8c8c8c;
    border-radius: 4px;
    padding: 10px 24px;
    text-decoration: none !important;
    color: #fff !important;
}

.kuronekopay_securitycode_button:hover{
    background: #ccc;
}

.kuronekopay_securitycode_already{
    background: #eee;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto 16px !important;
}

.line-id {
    max-width: 100%;
    height: 45px;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 20px auto 0;
    display: block;
}

/* next button */

#note div{
    width: 100% !important;
    text-align: center !important;
}

input[name="next_step_button"]{
    margin: 16px auto !important;
}

.nextBtnWrapInner{
    width: 100% !important;
    text-align: center !important;
}

input[name="next_step_button"],
.nextBtnWrap input[type="button"]{
    font-size: 16px;
    background: #333;
    width: 40%;
}

.nextBtnWrap input[type="button"]{
    width: 40% !important;
    margin: 32px auto !important;
}

input[name="next_step_button"]:hover,
.nextBtnWrap input[type="button"]:hover{
    background: #666;
}

.nextBtnWrap{
    margin: 32px auto !important;
}

.nextBtnWrap-step1 {
    margin: -32px auto !important;
}

.cardSelect .tableTitle,.cardTable .tableTitle{
    padding: 6px !important;
}

.cardSelect th,.cardTable th{
    padding: 6px 2px !important;
    max-width: 90px !important;
}

.cardSelect td,.cardTable td{
    padding: 10px !important;
}

.cardSelect td{
    width: 20% !important;
}

.cardSelect td img{
    max-width: 100%;
}

.cardTable p{
    margin-top: 8px;
}

.secureImg img {
    width: 18%;
    margin: 0 7px 0 0;
}
.secureImg img:last-child {
    margin: 0;
}

/* others */

.responsiveDesignBasket{
    margin-top: 16px;
}

.responsiveDesignHeader td a:link,
.responsiveDesignHeader td a:visited,
.responsiveDesignHeader td a:active{
    text-decoration: none !important;
}

.responsiveDesignHeader td a:hover{
    text-decoration: underline !important;
    color: #fff !important;
}

.orderBtnWrap{
    margin: 64px auto 0;
}

.responsiveDesignSectionOrder,
.settlementCompleteMessage {
    margin-bottom: 32px !important;
}

.responsiveDesignSectionOrder{
    background: none;
}

.responsiveDesignSectionOrder .responsiveDesignSectionOrderHeader{
    display: none;
}

a.responsiveDesignOrderButton,
a.responsiveDesignModifyButton{
    display: inline-block;
}

a.responsiveDesignOrderButton:hover,
a.responsiveDesignModifyButton:hover,
a.rakutenButton:hover{
    opacity: 0.8;
}

a.responsiveDesignOrderButton{
    width: 380px;
    background: #333;
    font-size: 18px;
    padding: 16px 0 !important;
    color: #fff !important;
    border-radius: 6px;
    margin-bottom: 24px;
}

a.responsiveDesignModifyButton{
    background: #b2b2b2;
    color: #fff !important;
    padding: 9px 40px !important;
}

.errorOrder{
    background: #ffeeee;
    padding-top: 24px;
}

.orderCaution{
    margin-top: 28px;
    font-size: 13px;
    color: #999;
}

.orderCaution-top{
    margin: 0 auto 28px;
    color: #cc0000;
    font-size: 15px;
}

.step-copyright {
    font-size: 11px;
    margin: 24px auto 32px;
    color: #999;
    text-align: center;
}

/* basket */

.basketTotal p{
    margin: 6px 0;
}

.basketTotalLabel{
    font-weight: bold;
}

.basketTotal .basketTotalPrice,
.basketConfirmTotal .basketTotalPrice{
    font-weight: bold;
    color: #ff0000;
    font-size: 17px;
}

.basketTotalLabel,
.basketTotalPrice{
    margin: 8px 0 3px;
}

.basketTotalPoint,
.repeatTotalPrice{
    font-size: 13px;
}

.basketTotalPointValue{
    margin-left: 8px;
}

.basketConfirmTotal p{
    display: inline-block;
}

.basketConfirmTotal .basketConfirmPoint,
.basketConfirmTotal .repeatTotalPrice{
    display: block;
    margin: 0 0 4px;
}

.basketConfirmTotal .repeatTotalPrice{
    margin-top: 16px;
}

.totalCaution{
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 0;
}

.basketConfirmTotalTax{
	margin: 0 0 12px;
}

.basketConfirmTotalTax .basketTotalTax{
	margin: 2px 0;
	display: block;
	font-size: 11px;
	color: #999;
}

.basketTotalPoint{
	font-weight: bold;
	font-size: 13px;
}

.basketTotalRepeat{
	margin-top: 16px;
	border-top: 1px dotted #999;
}

.brandWrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
}

.brand_thumb{
    width: 40px;
}

.brandInfo{
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.brandName{
    margin: 0 auto;
}

.brandName img{
    margin-left: 4px;
}

.brandCode{
    margin-left: 4px;
}

.brandCoupon{
    display: inline-block;
    font-size: 11px;
    margin: 4px 0 0;
    padding: 2px 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #adadad;
    color: #666;
    font-weight: bold;
    white-space: nowrap
}

.brandPeriod{
    margin: 8px auto;
}
.brandDetail{
    font-size: 12px;
    margin: 0;
}
/* totalPriceItem */
.iconTax{
	margin-left: 4px;
}

.totalPriceItems{
	margin-bottom: 6px;
}

.totalPriceItems .totalPriceItems-price{
	text-align: right;
	padding-right: 0;
	padding-left: 32px;
}

.totalPriceItems-main td{
	padding-bottom: 0;
	padding-top: 8px;
}

/* point */

.loginMemberPoint{
    display: inline-block;
}

/* plural */

#deli_list div{
    margin: 6px 0;
    text-align: left !important;
}

#deli_list div input[type="button"]{
    padding: 1px 8px !important;
}

div.divideBox{
    width: auto !important;
    height: auto !important;
}

div.divideBox input[type="text"]{
    width: 60%;
    border: none !important;
    margin-left: 1px;
    padding: 6px 8px !important;
    top: 1px !important;
}

div.divideBox select.vs_item_select{
    max-height: 40px !important;
}

.responsiveDesignSectionInput div div{
    width: 100% !important;
    text-align: center !important;
}

/* address */

.addressWrap{
    margin: 0 0 16px;
}

.responsiveDesignSectionInput div.addressWrap div {
    text-align: left !important;
}

.addressWrap:last-child{
    margin-bottom: 4px;
}

.addressForm{
    margin: 4px 0 0;
}

select#sender_area{
    max-width: 90% !important;
}

@media all and (-ms-high-contrast:none){
  div.divideBox input[type="text"] { width: 50%; } /* IE10 */
}

.divideBox select{
    position: relative !important;
    top: 0 !important;
}

.deli_list_btns{
    margin-left: 16px;
}

.deli_list_btns input{
    margin: 0 2px;
}

/* cart */

.memberDiscountRate{
    color: blue;
    font-size: 12px;
    margin-left: 2px;
}

/* repeatsale */
#repeatSale select[name^="repeat_cycle"]{
    margin-right: 4px;
}

input.repeatSaleNextButton{
    background: #333;
    font-size: 16px;
    margin: 32px auto !important;
    width: 40% !important;
}

/* calendar */
.deli_hope_date_button:link,
.deli_hope_date_button:visited,
.deli_hope_date_button:active{
    margin-left: 8px;
    display: inline-block;
    padding: 6px 8px;
    background: #999;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
}

.deli_hope_date_button img{
    margin-right: 2px;
    width: 18px;
    height: auto;
}

.deli_hope_date_button:hover{
    opacity: 0.8;
}

#deli_hope_date_container .calclose{
    background: url("../images/calx.png");
    background-size: 28px 28px;
    width: 28px ;
    height: 28px;
    right: -16px;
    top: -12px;
}

#deli_hope_date_container a[class^="calnav"]{
    background-size: 24px 24px;
    width: 24px ;
    height: 24px;
    top: -1px;
    left: 32px;
}

#deli_hope_date_container .calnavleft{
    background: url("../images/left-arrow.png") no-repeat;
}

#deli_hope_date_container .calnavright{
    background: url("../images/right-arrow.png") no-repeat;
    left: auto !important;
    right: 32px;
}

#deli_hope_date_container.yui-calcontainer{
    background: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
    padding: 20px 12px 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

#deli_hope_date_container.yui-calcontainer .yui-calendar{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    border-collapse: collapse;
}

#deli_hope_date_container.yui-calcontainer .yui-calendar td{
    padding: 8px !important;
    line-height: 1 !important;
    border: 1px solid #e0e0e0 !important;
}

#deli_hope_date_container .calhead{
    border: 0;
}

#deli_hope_date_container .calheader{
    margin-bottom: 8px;
    font-size: 15px;
}

#deli_hope_date_container .calweekdaycell{
    line-height: inherit;
    width: auto;
}

#deli_hope_date_container .wd0,
#deli_hope_date_container .wd6,
#deli_hope_date_container .today,
#deli_hope_date_container .calcell,
#deli_hope_date_container .oom{
    border: none !important;
    background: #fff;
}

#deli_hope_date_container .wd0{
    background: #ffdede;
}

#deli_hope_date_container .wd6{
    background: #e3fbff;
}

#deli_hope_date_container .today{
    background: #666;
}

#deli_hope_date_container .today a{
    color: #fff !important;
}

#deli_hope_date_container .oom{
    background: #fff;
    color: #fff;
    font-size: 1px;
}

#deli_hope_date_container .previous{
    color: #bfbfbf;
}

#deli_hope_date_container .calcellhover{
    background: #ffe13a;
}

#deli_hope_date_error_msg + font{
    display: inline-block;
    margin-top: 8px;
}

#repeatSaleCalendar div{
    width: 33.3% !important;
    padding: 0 6px !important;
    box-sizing: border-box;
}

#repeatSale #repeatSaleCalendar div table td{
    display: table-cell !important;
    width: auto !important;
    padding: 2px !important;
}

#repeatSaleCalendarColor{
    margin-top: 16px;
}

#repeatSale #repeatSaleCalendarColor span{
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

/* 配送方法 */
.deliRepayWrap{
    margin-top: 48px;
}

/* 予約販売 */
.reservation_delivery{
    list-style: none;
    padding-left: 16px;
}

.reservation_delivery_item{
    margin: 16px 0;
}

.reservation_delivery_item .note{
    margin-left: 1rem;
}

input[name="reservation_sale_divisional_delivery"]{
    vertical-align: top;
}
.search_zipcode_link {
    margin: 0 0 0 12px;
}

/* -----------------------------------------------------------------
   smartphone
----------------------------------------------------------------- */
@media screen and (max-width:768px) {
    img{
        max-width: 100%;
        height: auto;
    }

    input[type="text"],textarea,input[type="password"],input[type="email"]{
        max-width: 100% !important;
        width: 100%;
    }

    select{
        max-width: 80%;
        width: 80%;
        background-position: top 50% right 10px;
        padding: 12px 8px;
    }

    input[id^="receiver_tel"],
    input[id^="sender_tel"]{
        width: 100%;
        max-width: 100%;
    }

    input[id^="receiver_post"],
    input[id^="sender_post"],
    input[id^="opost"]{
        width: 25%;
    }

    input[name^="birthday"]{
        width: 15%;
    }

    input#shop_point_way_option_value,
    select[name$="_month"],
    select[name$="_year"]{
        width: 30%;
    }

    select[name="deli_year"],select[name="deli_month"],select[name="deli_day"]{
        width: 25%;
    }

    a[href="javascript:deli_hope_date_calendar();"]{
        display: block;
        margin-top: 4px;
    }

    table#loginTable .point .responsiveDesignLoginButton{
        padding: 12px !important;
    }

    .responsiveDesignSectionInput .pointText{
        text-align: center !important;
    }

    .responsiveDesignSectionInput .pointText .pointL{
        display: block;
        margin-top: 4px !important;
        font-size: 15px;
    }

    .responsiveDesignSectionInput .pointText + div{
        text-align: left !important;
        padding-top: 8px !important;
    }

    .basketTotalPointValue,
    .loginMemberPoint{
        display: block;
    }

    .basketConfirmTotal .basketTotalPrice{
        margin-left: 8px;
    }

    .basketConfirmTotal .basketTotalPointValue{
        display: inline-block;
    }

    .example{
        display: block;
        margin-top: 8px;
    }

    input[name="next_step_button"],
    .nextBtnWrap input[type="button"]{
        width: 100%;
        max-width: 100% !important;
        padding: 12px 0 !important;
    }

    .nextBtnWrap input[type="button"]{
        width: 90%;
    }

    a.responsiveDesignOrderButton,
    a.responsiveDesignModifyButton{
        width: 100%;
    }

    a.responsiveDesignOrderButton:link, a.responsiveDesignOrderButton:visited, a.responsiveDesignOrderButton:active,
    a.responsiveDesignModifyButton:link, a.responsiveDesignModifyButton:visited, a.responsiveDesignModifyButton:active{
        color: #fff !important;
        text-decoration: none  !important;
        font-weight: normal;
    }

    a.responsiveDesignTopButton:link, a.responsiveDesignTopButton:visited, a.responsiveDesignTopButton:active{
        color: #555 !important;
        text-decoration: none  !important;
    }

    #note table td{
        padding: 8px 0 !important;
    }

    .responsiveDesignModifyButton{
        background: #b8b8b8;
        width: 50% !important;
    }


    /* step2 */
    .creditStyle select{
        width: auto;
        margin: 4px;
    }

    .cardTable th{
        padding: 4px !important;
        box-sizing: border-box;
    }

    .cardSelect td{
        padding: 0 !important;
    }

    .creditStyle .cardWrap{
        width: 100%;
    }

    .cardWrap img{
        width: 48%;
    }

    .cardSelect th, .cardTable th{
        max-width: 100% !important;
    }

    .cardTable .cardSelect{
        margin-bottom: 0 !important;
    }

    .creditStyle .secureImg {
        text-align:left;
    }
    
    .secureImg img {
        width: 31%;
        margin: 0 5px 8px 0;
    } 
    
    .secureImg img:nth-child(3) {
        margin-right: 0;
    }
    
    .secureImg img:last-child {
        margin: 0 5px 8px 0;
    }
    
    #carrierSelect li {
        width: 32%;
    }
    
    #user_form_table p label{
        display: block;
        margin: 8px auto;
    }

    /* plural */
    div.divideBox select{
        width: 100% !important;
        height: auto !important;
    }

    .responsiveDesignSectionInput input[type="button"]{
        max-width: 80%;
    }

    #deli_list p{
        display: inline-block;
    }

    .responsiveDesignSectionInput .deli_list_btns{
        display: inline-block;
        width: auto !important;
    }

    #deli_list div input[type="button"]{
        padding: 4px 6px !important;
        font-size: 13px !important;
    }

    .nextBtnWrap input[type="button"]{
        width: 90% !important;
    }

    .orderSortTable input[type="button"]{
        max-width: 100% !important;
    }

    /* repeatsale */
    #repeatSale table{
        width: 100%;
    }
    #repeatSale select[name="repeat_cycle_base"]{
        width: 70%;
        margin-bottom: 8px;
    }

    #repeatSale select[name="repeat_cycle_intarval"],
    #repeatSale select[name="repeat_cycle_first_month"],
    #repeatSale select[name="repeat_cycle_first_day"],
    #repeatSale select[name="repeat_cycle_second_day"],
    #repeatSale select[name="repeat_cycle_month"],
    #repeatSale select[name="repeat_cycle_ordinal"],
    #repeatSale select[name="repeat_cycle_week"]{
        width: 30%;
    }

    #repeatSale select[name="repeat_cycle_first_month"],
    #repeatSale select[name="repeat_cycle_first_day"]{
        margin-bottom: 8px;
    }

    #repeatSale input[type="button"] {
        font-weight: normal;
    }

    #repeatSaleConfirmButtonBox + table td table td{
        padding: 6px 0 !important;
    }

    #repeatSale.responsiveDesignSectionUser table td{
        display: inline-block !important;
        padding: 6px 0 !important;
    }

    #repeatSale.responsiveDesignSectionUser table td:nth-child(2){
        padding-left: 4px !important;
    }

    .repeatSaleConfirmButton{
        margin-top: 16px;
    }

    input.repeatSaleNextButton{
        width: 90% !important;
        padding: 12px 0 !important;
    }

    input#user_id{
        width: 50%;
    }

    a[href="javascript:deli_hope_date_calendar();"]{
        display: inline-block;
        margin: 8px 0 0 0;
    }

    #deli_hope_date_container.yui-calcontainer .yui-calendar td{
        padding: 10px !important;
    }

    #user_form_table label[for^="idAutoCreate"]{
        display: inline-block;
    }

    #deli_hope_date_container .calclose{
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
    }

    select[name="deli_year"]{
        width: 85px;
    }

    select[name="deli_month"], select[name="deli_day"] {
        width: 60px;
    }

    .orderCaution-top{
        font-size: 13px;
    }

    .rakutenButton{
        display: block;
        width: 90%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .amazonAddressHeader,
    .amazonAddressHeader td{
        background: #fff;
        width: 100%;
    }

    label[class^="amazonAddressCheck"]{
        color: #333;
        padding: 8px 0;
    }

    .basketConfirmTotal .totalCaution{
        color: #999;
        text-align: left;
    }

    .nextBtnWrap-step1-area {
        background: #fff;
    }

}

img[src*="step0"].responsiveDesignHide {
    width: 80%;
    max-width: 720px;
    padding: 10px 0 0 0;
}

div table{
    box-shadow: #ddd 0 3px 5px;
    border-radius: 8px;
    overflow: hidden;
}

table#note.responsiveDesignSectionInput + table.responsiveDesignSectionInput,
table.responsiveDesignSectionOrder,
table.cardTable,
div table:not([class]),
table.settlementCompleteMessage.responsiveDesignHide + div + table.responsiveDesignHide,
table.responsiveDesignSectionInput + table.responsiveDesignSectionInput[cellspacing="0"] {
    box-shadow: none;
    background: none;
    border-radius: 0;
}

div table table,
form table table.responsiveDesignSectionInput:last-of-type {
    box-shadow: none;
    border-radius: 0;
}

@media screen and (max-width:768px) {
    textarea{
        font-size: 16px !important;
    }
}
.mainContents {
    margin-top: 40px;
}

input, select, textarea {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
}
body, th, td, input, textarea, select {
    font-size: 14px !important;
}
input {
    line-height: normal;
}
body, th, td, input, textarea, select {
    line-height: 1.4;
}
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
input, select, textarea {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
}

body, th, td, input, textarea, select {
    font-size: 14px !important;
}
input {
    line-height: normal;
}