/* ==========================================================================
   1. 基本レイアウト & 共通スタイル
   ========================================================================== */
.main.main_about {
    padding: 70px 0 0 0;
}
.dvLoginLogin,.dvLoginRegist,.dvLoginReminder{
    width: 100%;
    font-size: 13px;
}
@media screen and (max-width: 750px) {
    .main.main_about {
        padding: 3.5em 0 0 0;
    }
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin: 0;
    min-width: unset;
    border: unset;
    border-radius: 0;
    background: #eceef0;
    border: none;
    box-shadow: unset;
    padding: 6px 20px;
    box-sizing: content-box;
    font-size: 12px;
    color: #555;
    width: auto;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
}
@media screen and (max-width: 750px) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        font-size: 16px;
    }
}
/* ==========================================================================
   2. ユーザーコンテンツエリア
   ========================================================================== */
#dvUserFltContents {
    padding-top: 60px;
    display: block;
    width: 100%;
    float: unset;
    margin: 0 auto;
    color: #000;
    min-height: 70vh;
}

@media screen and (max-width: 1000px) {
    #dvUserFltContents .unit {
        padding-top: 0;
    }
}

/* ==========================================================================
   3. 見出し (h1, h2, h3)
   ========================================================================== */
/* h1, h2 共通スタイル */
#dvUserFltContents h2,
#dvUserModifyInput h1 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 45px !important;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    margin: 10px 0 40px;
}

#dvUserFltContents h2::before,
#dvUserModifyInput h1::before {
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    width: 68px;
    height: 1px;
    margin: auto;
    background-color: #000;
}

#dvUserModifyInput h1 {
    line-height: 1.4;
    margin: 0 0 2.6em;
}

/* h3 スタイル */
#dvUserFltContents h3,
#dvLogin h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.4em;
}

/* 見出し レスポンシブ */
@media screen and (max-width: 1300px) {
    #dvUserFltContents h2 {
        font-size: 28px !important;
        padding: 0 25px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 1em;
        letter-spacing: 0;
    }

    #dvUserFltContents h2:before {
        top: -10px;
        left: 25px;
        width: 38px;
    }
}

@media screen and (max-width: 750px) {
    #dvUserModifyInput h1 {
        font-size: 28px !important;
        padding: 0 25px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 1.7em;
    }

    #dvUserModifyInput h1:before {
        top: -10px;
        left: 25px;
        width: 38px;
    }
}

/* ==========================================================================
   4. ユーザーメニュー
   ========================================================================== */
.dvUserMenu {
    padding: 70px 0 0 0;
    color: #000;
}

.dvUserMenu__list {
    text-align: center;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 2.0em;
}

.dvUserMenu__list li {
    display: inline-block;
    margin: 10px 23px 0;
    font-size: 0.8rem;
    position: relative;
}
 .dvUserMenu__list li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #000;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
  }
@media screen and (min-width: 1000px) {
   
    .dvUserMenu__list li:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.dvUserMenu__list li.hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (max-width: 1000px) {
    .dvUserMenu{
        padding: 40px 20px 0 ;
    }
    .dvUserMenu__list{
        padding: 30px 0 0 25px ;
        text-align: left;
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 15px 0;
        margin-bottom: 0;
    }
    .dvUserMenu__list li{
        margin: 0;
        padding: 0;
        width: fit-content;
    }
}

/* ==========================================================================
   5. ログイン & 会員登録
   ========================================================================== */
#dvLogin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    max-width: 900px !important;
}

#dvLoginWrap,
.dvLoginRegist {
    /* background-color: #f5f7f7; */
    padding: 2em;
}

#dvLogin a {
    margin-top: 0.8em !important;
}

#dvLoginWrap ul {
    margin-top: 0.5em;
}

#dvLoginWrap li {
    margin-bottom: 0.5em;
}

#dvLoginWrap .dvLoginReminder {
    margin-top: 2em;
}
#dvUserRegistRegulation {
    h3 {
        font-size: 1.2em;
        line-height: 2;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
        color: #000;
    }
    h4 {
        font-size: 1.1em;
        margin-bottom: 10px;
        margin-top: 40px;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
        color: #000;
    }
    & p{
        line-height: 1.6;
        font-size: 0.8em;
    }
    & li{
        line-height: 1.6;
        font-size: 0.8em;
        color: #000;
    }
}
#dvLogin{
    line-height: 1.8;
}
@media screen and (max-width: 1300px) {
    #dvLogin {
        grid-template-columns: 100%;
        gap: 20px 0;
    }
}

/* ==========================================================================
   6. マイページ & 注文履歴
   ========================================================================== */
#dvMyPage{
    margin-bottom: 230px;
    padding-bottom: 30vh !important;
}
#dvMyPage tr {
    border-bottom: dotted 1px #000;
}

#dvMyPage td {
    padding: 1em 0.7rem;
}

.orderHistoryList,
.orderHistoryList_secondTable,
.dvOrderHistoryContain {
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
    padding: 1em ;
    min-width: 750px;
}
.dvOrderHistoryContain {
    border-bottom: unset;
}

.orderHistoryList th,
.orderHistoryList_secondTable th,
.orderHistoryList td,
.orderHistoryList_secondTable td {
    width: 25%;
}

.orderBtr {
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
    /* width: 100%; */
}
.orderItem {
    margin-bottom: 40px;
}

.orderBtr .orderBtr {
    padding-bottom: 0;
    border-bottom: unset;
    overflow: unset;
}

.orderHistoryList .orderBtr,
.orderHistoryList_secondTable .orderBtr,
.orderHistoryList_secondTable .orderContents{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
    .dvOrderHistoryContain .orderBtr {
        display: grid;
        grid-template-columns: 80% 20%;
    }
@media screen and (max-width: 750px) {
    .orderHistoryList .orderBtr,
    .orderHistoryList_secondTable .orderBtr{
        display: block;
    }
    
    .dvOrderHistoryContain .orderBtr {
            grid-template-columns: 80% 20%;
        }
    .orderHistoryList div:last-child{
        div {
            justify-content: end;
        }
    }
    .orderHistoryList_secondTable div:last-child{
        display: block;
        div {
            justify-content: end;
            display: flex;
            text-align: end;
            padding: 0.2em;
        }
    }
}

.orderHistoryList .orderBtr div,
.orderHistoryList_secondTable .orderBtr div,
.dvOrderHistoryContain .orderBtr div {
    padding: 0.2em;
    display: flex;
    align-items: center;
}
.orderHistoryList .orderBtr div{
    /* justify-content: space-between; */
}   

.orderHistoryList .orderName,
.orderHistoryList .itemCount,
.orderHistoryList .itemImage,
.orderHistoryList_secondTable .orderName,
.orderHistoryList_secondTable .itemCount,
.orderHistoryList_secondTable .itemImage{
    grid-column: span 2;
}

.orderHistoryList .itemArea,
.orderHistoryList_secondTable .itemArea,
.dvOrderHistoryContain .itemArea {
    display: flex;
    align-items: center;
}
#dvOrderHistoryList{
    .flex{
        display: grid;
        grid-template-columns: 15% 40% 20% 20%;
        justify-content: space-between;
        gap: 0 10px;
        margin-top: 20px;
        padding: 0 10px 10px;
        border-bottom: solid 1px;
        font-size: 14px;
        a {
            margin-top: 10px;
        }
    }
    .imgProductImage{
        width: 100%;
        height: auto;
        max-width: 90px;
    }
}
#Contents .mail-domain-suggest,#Contents .loginPass{
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
    .orderHistoryList,
    .orderHistoryList_secondTable
     {
        min-width: unset;
        display: flex;
        justify-content: space-between;
    }
    .dvOrderHistoryContain{
        min-width: unset;
    }
    #dvMyPage{
        margin-bottom: 0px !important;
        padding-bottom: 80px !important;
    }
    #dvOrderHistoryList{
        .flex{
            margin-top: 40px;
            padding: 0 10px 20px;
            .orderItemProductInfo,.orderDate{
                grid-column: span 3;
                a {
                    width: 50%;
                    box-sizing: border-box;
                    padding: 10px;
                    margin-top: 10px;
                }
            }
        }
        .flex:first-child{
            display: none !important;
        }
        .flex:nth-child(n+1){
            grid-template-columns: 30% 70% !important;
            gap: 10px !important;
            line-height: 1.6;
        }
    }
}

/* 注文履歴詳細 */
#dvOrderHistoryDetail h3 {
    margin-top: 2em;
}

#dvOrderHistoryDetail .dvOrderHistoryInfo h3 {
    margin-top: 0;
}

#dvOrderHistoryDetail table {
    width: 100%;
}

#dvOrderHistoryDetail tr {
    width: 100%;
    border-bottom: 1px dotted #000;
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 1em;
    box-sizing: border-box;
}

#dvOrderHistoryDetail .dvOrderHistoryProduct tr {
    display: grid;
    grid-template-columns: 40% 17% 12% 13% 17%;
}
.dvOrderSum{
    .orderSum,.orderTotal{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
        width: 50%;
        margin: 0 0 0 auto;
        dt{
            padding: 0 20px 10px;
            border-bottom: solid 1px;
        }
        dd{
            padding: 0 20px 10px;
            border-bottom: solid 1px;
            text-align: right;
        }
    }
    .orderTotal{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .dvOrderSum{
        .orderSum,.orderTotal{
            width: 100%;
        }
    }
}

@media screen and (max-width: 1000px) {
    #dvOrderHistoryDetail tr {
        grid-template-columns: 100%;
        gap: 10px 0;
    }

    #dvOrderHistoryDetail th {
        font-size: 1.1em;
        font-weight: bold;
    }

    #dvOrderHistoryDetail .dvOrderHistoryProduct tr {
        grid-template-columns: repeat(5, 20%);
    }
    .orderBtr {
        /* overflow: scroll; */
    }
    .dvOrderHistoryProduct{
        .header {
            display: none !important;
        }
        .item {
            border-bottom: unset !important;
            padding: 0 !important;
            td{
                position: relative;
                display: flex;
                flex-direction: column;
                border-bottom: solid 1px #000;
                padding-bottom: 10px;
                padding-left: 20px;
            }
            .productName::before{
                    content: "商品名";
            }
            .productPrice::before{
                content: "単価(税込)";
            }
            .orderCount::before{
                content: "注文数";
            }
            .taxRate::before{
                content: "消費税率";
            }
            .orderSubtotal::before{
                content: "小計(税込)";
            }
        }
    }
    #dvOrderHistoryDetail .dvOrderHistoryProduct tr{
        grid-template-columns: 100%;
    }
}

/* ==========================================================================
   7. 会員情報修正フォーム
   ========================================================================== */
#dvUserModifyInput {
    padding: 70px 0 153px 0;
    max-width: 796px !important;
}

section#dvUserModifyInput > p , #dvUserShippingInput > p {
    max-width: 794px;
    width: 100%;
    margin: 0 auto 3em;
    font-size: 14px;
}

#dvUserModifyInput table,#dvUserShippingInput table {
    margin: 20px 0 0;
    max-width: 794px;
    width: 100%;
}

#dvUserModifyInput table table,#dvUserShippingInput table table {
    margin: 0;
}

#dvUserModifyInput tr ,#dvUserShippingInput tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    margin-bottom: 20px;
}

#dvUserModifyInput tr tr ,#dvUserShippingInput tr tr ,#divCreditCardInputForm tr tr  {
    flex-direction: row;
    gap: 0 20px;
    margin-bottom: 0;
}

#dvUserModifyInput tr th ,#dvUserShippingInput tr th ,#divCreditCardInputForm tr th ,#dvPasswordModifyInput tr th{
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    margin-bottom: 12px;
    padding: 0 0 0 10px;
}

#dvUserModifyInput tr th span ,#dvUserShippingInput tr th span {
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    vertical-align: baseline;
}

#dvUserModifyInput tr td ,#dvUserShippingInput tr td  ,#divCreditCardInputForm tr td {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

#dvUserModifyInput tr tr td ,#dvUserShippingInput tr tr td {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    #dvUserModifyInput tr tr ,#dvUserShippingInput tr tr {
        margin: 0;
    }
}
/* フォーム要素 */
#dvUserModifyInput input[type="text"],
#dvUserModifyInput input[type="email"],
#dvUserModifyInput input[type="tel"],
#dvUserModifyInput input[type="password"],
#dvUserModifyInput textarea ,
#dvUserShippingInput input[type="text"],
#dvUserShippingInput input[type="email"],
#dvUserShippingInput input[type="tel"],
#dvUserShippingInput input[type="password"],
#dvUserShippingInput textarea 
{
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
}

#dvUserModifyInput textarea ,#dvUserShippingInput textarea {
    height: 135px;
}

#dvUserModifyInput .notes ,#dvUserShippingInput .notes {
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    margin-bottom: 12px;
}

#dvUserModifyInput label ,#dvUserShippingInput label {
    padding: 0 2em 0 1em;
}
#dvUserModifyInput 
input[type="radio"],
input[type="checkbox"] {
    width: fit-content;
}

/* 会員情報修正フォーム レスポンシブ */
@media screen and (max-width: 750px) {
    #dvUserModifyInput ,#dvUserShippingInput{
        padding: 70px 0 0 0;
    }

    section#dvUserModifyInput > p {
        font-size: 12px;
        box-sizing: border-box;
        padding: 0 25px;
        margin: 0 auto 0.3em;
    }

    #dvUserModifyInput table ,#dvUserShippingInput table{
        width: 100%;
        box-sizing: border-box;
        padding: 0 25px 100px;
    }

    #dvUserModifyInput table table,#dvUserShippingInput table table {
        width: 100%;
    }
    
    #dvUserModifyInput tr td ,#dvUserShippingInput tr td {
        margin-bottom: 10px;
    }

    #dvUserModifyInput tr th ,#dvUserShippingInput tr th {
        font-size: 12px;
        padding: 0 0 0 8px;
        /* font-weight: 400; */
    }
    
    #dvUserModifyInput input[type="text"],
    #dvUserModifyInput input[type="email"],
    #dvUserModifyInput input[type="tel"],
    #dvUserModifyInput input[type="password"] ,
    #dvUserShippingInput input[type="text"],
    #dvUserShippingInput input[type="email"],
    #dvUserShippingInput input[type="tel"],
    #dvUserShippingInput input[type="password"] 
    {
        font-size: 16px;
    }
}



/* ==========================================================================
   7. 会員情報フォーム
   ========================================================================== */
#dvUserRegistInput {
    padding: 70px 0 153px 0;
    max-width: 796px !important;
}

section#dvUserRegistInput > p {
    max-width: 794px;
    width: 100%;
    margin: 0 auto 3em;
    font-size: 14px;
}

#dvUserRegistInput table {
    margin: 20px 0 0;
    max-width: 794px;
    width: 100%;
}

#dvUserRegistInput table table {
    margin: 0;
}

#dvUserRegistInput tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    margin-bottom: 20px;
}

#dvUserRegistInput tr tr {
    flex-direction: row;
    gap: 0 20px;
    margin: 0;
}

#dvUserRegistInput tr th {
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    margin-bottom: 12px;
    padding: 0 0 0 10px;
}

#dvUserRegistInput tr th span {
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    vertical-align: baseline;
}

#dvUserRegistInput tr td {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

#dvUserRegistInput tr tr td {
    width: 100%;
}
 .dvUserShippingInfo, .dvUserCreditCardInfo, #dvPasswordModifyInput{
    margin-top: 40px;
    margin-bottom: 40px;
    tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 40px 0 0;
        tr {
            margin:  0;
        }
    }
    th {
        font-weight: bold;
        margin-bottom: 10px;
    }
}
.dvUserInfo{
    margin-top: 40px;
    margin-bottom: 40px;
    tr {
        width: 100%;
        margin: 40px 0 0;
        tr {
            margin:  0;
        }
    }
    th {
        font-weight: bold;
        margin-bottom: 10px;
    }
}
#dvUserModifyConfirm{
    tr {
        /* border-bottom: solid 1px; */
        padding-bottom: 10px;
    }
}
.dvLoginInfo{
        margin: 40px 0 0;
    h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }
}
#ctl00_ContentPlaceHolder1_upUpdatePanel{
    /* margin: 10px auto 0;
    max-width: 1088px; */
    width: 100%;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel table{
    width: 100%;
    max-width: 1088px;
    font-size: 14px;
}

#ctl00_ContentPlaceHolder1_upUpdatePanel .list{
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
}
#dvOrderHistoryDetail .list{
    margin: 0;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .nameRow{
	display: grid;
	grid-template-columns: 49% 49%;
    gap: 0 20px;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .list tr td{
    margin-bottom: 27px;
    width: 100%;
    text-align: left;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .list td input {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .list tr td input {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
#ctl00_ContentPlaceHolder1_upUpdatePanel .notes{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
    color: #000 !important;
}
#dvUserShippingInput{
    max-width: 794px !important;
}
@media screen and (max-width:750px){
	#ctl00_ContentPlaceHolder1_upUpdatePanel .nameRow{
		grid-template-columns: 45% 45%;
	}
}
/* フォーム要素 */
#dvUserRegistInput input[type="text"],
#dvUserRegistInput input[type="email"],
#dvUserRegistInput input[type="tel"],
#dvUserRegistInput input[type="password"],
#dvUserRegistInput textarea {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
}

#dvUserRegistInput textarea {
    height: 135px;
}

#dvUserRegistInput .notes {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
    color: #000 !important;
}

#dvUserRegistInput label {
    padding: 0 2em 0 1em;
}
#dvUserRegistInput 

input[type="radio"],
input[type="checkbox"] {
    width: fit-content;
}

/* 会員情報修正フォーム レスポンシブ */
@media screen and (max-width: 750px) {
    #dvUserRegistInput {
        padding: 70px 0 0 0;
    }

    section#dvUserRegistInput > p {
        font-size: 12px;
        box-sizing: border-box;
        padding: 0 25px;
        margin: 0 auto 0.3em;
    }

    #dvUserRegistInput table {
        width: 100%;
        box-sizing: border-box;
        padding: 0 25px 100px;
    }

    #dvUserRegistInput table table {
        width: 100%;
    }
    
    #dvUserRegistInput tr td {
        margin-bottom: 10px;
    }

    #dvUserRegistInput,.dvUserInfo, .dvUserShippingInfo, .dvUserInfo, .dvUserCreditCardInfo, #dvPasswordModifyInput {
        th {
            font-size: 12px !important;
            padding: 0 0 0 8px !important;
            font-weight: bold;
            margin-bottom: 10px !important;
        }
}
    
    #dvUserRegistInput input[type="text"],
    #dvUserRegistInput input[type="email"],
    #dvUserRegistInput input[type="tel"],
    #dvUserRegistInput input[type="password"] {
        font-size: 16px;
    }
}
/* ==========================================================================
   8. お届け先
   ========================================================================== */
#dvUserShippingList {
    line-height: 4;
}

@media screen and (max-width: 750px) {
    #dvUserShippingList {
        line-height: 2;
        table {
            margin: 40px 0;
        }
    }
}
/* ==========================================================================
   9. ボタン
   ========================================================================== */
.dvContentsInfo {
    line-height: 2;
    font-size: 14px;
}

.dvUserBtnBox {
    padding: 40px 0px 40px;
    text-align: left;
    max-width: 796px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    a {
        margin: 0;
    }
}
#dvUserInquiryInput .dvUserBtnBox {
    display: block;
}
#ctl00_ContentPlaceHolder1_lbConfirm {
}
.btn-large{
    max-width: 429px;
    box-sizing: border-box;
    word-break: auto-phrase;
    box-shadow: unset;
    margin: 0 auto !important;
    border-radius: 0;
    padding: 19px 0;
    width: 100%;
    font-weight: bold;
}
#ctl00_ContentPlaceHolder1_pRegistInfo{
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    #ctl00_ContentPlaceHolder1_pRegistInfo{
        font-size: 12px;
    }
    .dvContentsInfo {
        font-size: 12px;
    }
    #ctl00_ContentPlaceHolder1_lbConfirm {
        /* margin: 29px auto 0;
        font-size: 13px;
        width: 100%;
        padding: 11px 0;
        letter-spacing: 2px; */
    }
    .dvUserBtnBox {
        padding: 40px 25px !important;

    }
    .btn-large{
        margin: 29px 0 0 0;
        font-size: 13px;
        width: 73%;
        padding: 11px 0;
        letter-spacing: 2px;
    }
    #ctl00_ContentPlaceHolder1_lbSend{
        margin: 29px auto 0;
    }
}

#dvUserCreditCardList{
    line-height: 4;
    .CreditCardListItem{
        border-top: solid 1px #000;
        font-size: 12px;
        padding: 0 20px 10px;
        margin-bottom: 40px;
    }
    .CreditCardListItem:last-child{
        border-bottom: solid 1px #000;
    }
    .CreditcardName{
        border-bottom: dotted 1px #000;
        margin-bottom: 20px;
        font-size: 1.6em;
    }
    .CreditCardDetail{
        border-bottom: dotted 1px #000;
        padding-bottom: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .updatedelete{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    #dvUserCreditCardList {
        line-height: 2;
    }
}
#dvUserShippingList{
    .shippingListItem{
        border-top: solid 1px #000;
        font-size: 12px;
        padding: 0 20px 10px;
        margin-bottom: 40px;
        @media screen and (max-width: 750px) {
            padding: 10px 20px 10px;
            margin-bottom: 0px;
        }
    }
    .shippingListItem:last-child{
        border-bottom: solid 1px #000;
        padding: 0 20px 40px;        
        @media screen and (max-width: 750px) {
            padding: 10px 20px 10px;
            margin-bottom: 0px;
        }
    }
    .shippingName{
        border-bottom: dotted 1px #000;
        margin-bottom: 20px;
        font-size: 1.3em;
        font-weight: bold;
        padding: 0 20px;
    }
    .shippingAddr{
        border-bottom: dotted 1px #000;
        padding-bottom: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .updatedelete{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
        .btn-inverse{
            order: 1;
        }
        .btn-large{
            padding: 10px 0;
            @media screen and (max-width: 750px) {
                width: 100%;
            }
        }
    }
}
#dvUserCreditCardList{
    
    .updatedelete{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
        .btn-large:nth-child(1){
            order: 1;
            background-color: #000;
            color: #fff;
        }
        .btn-large{
            padding: 10px 0;
            @media screen and (max-width: 750px) {
                width: 100%;
            }
        }
    }
}
#divCreditCardInputForm{
    /* margin: 10px auto 0;
    max-width: 1088px; */
    width: 100%;
}
#divCreditCardInputForm table{
    width: 100%;
    max-width: 1088px;
}

#divCreditCardInputForm .list{
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
}
#divCreditCardInputForm .nameRow{
	display: grid;
	grid-template-columns: 49% 49%;
    gap: 0 20px;
}
#divCreditCardInputForm .list tr td{
    margin-bottom: 27px;
    width: 100%;
    text-align: left;
}
#divCreditCardInputForm .list td input {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
#divCreditCardInputForm .list tr td input {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
#divCreditCardInputForm .notes{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
    color: #000 !important;
}
@media screen and (max-width:750px){
	#divCreditCardInputForm .nameRow{
		grid-template-columns: 45% 45%;
	}
}
/* ==========================================================================
   10. クーポン
   ========================================================================== */

.coupon{
    font-size: 13px;
    margin-bottom: 40px;
    .tr {
        display: grid;
        grid-template-columns: 18% 18% 18% 18% 18%;
        justify-content: space-between;
        border-bottom: solid 1px;
        margin-bottom: 20px;
        padding: 0 10px 20px;
        gap: 0 2%;
        word-break: break-all;
    }
}

@media screen and (max-width:1000px){
    .coupon{
        .tr {
            grid-template-columns: 100%;
            div {
                display: grid;
                grid-template-columns: 1fr 1fr;
                padding: 10px;
            }
            div:nth-child(odd){
                background-color: #eceef0;
            }
        }
        .tr:first-child {
            display: none;
        }
    }
}
.ins{
    font-size: 14px;
}
@media screen and (max-width:750px){
    .coupon{
        font-size: 12px;
        
        .tr:first-child {
            display: none;
        }
    }
    .ins{
        font-size: 12px;
    }
}

.ins{
    font-size: 14px;
}
.dvSocialLoginCooperation{
    margin-top: 20px;
}

/* ==========================================================================
   10. 非表示要素
   ========================================================================== */
#dvHeaderModifyClumbs,
#dvHeaderWithdrawClumbs,
#dvHeaderUserShippingClumbs {
    display: none;
}





#dvUserMenu{
    display: none;
}
#copiedMenuWrapper{
    h6{
        display: none;
    }
}
.pc_inline {
  display: inline !important; }

.sp_inline {
  display: none !important; }
@media screen and (max-width:1000px){

    #copiedMenuWrapper{
        padding: 0 25px 64px;
        h6{
            display: block;
        }
    }
    .pc_inline {
    display: none !important; }

    .sp_inline {
    display: inline !important; }
}

#ctl00_ContentPlaceHolder1_lbSearchShippingAddr,
#ctl00_ContentPlaceHolder1_lbSearchAddr
{
    margin-top: 10px;
}