/*=======================================================
		　　　20170718 利用規約モーダル化
========================================================*/
#cboxContent { padding:1rem 0 !important; }
.heading-1 { padding-left:1rem;}

/*=======================================================
    　　　AmazonPay注文確認画面　お客様情報変更フォーム　ここから
========================================================*/
        #editAmazonPayForm {
            max-width: 800px;
            display: none;
        }
        #cboxLoadedContent #editAmazonPayForm {
            display: block;
        }
        .icoReq {
          padding: 4px 6px;
          border:1px solid #fff;
          color: #fff;
          background: #f00;
          display: inline-block;
          font-size: 9px;
          line-height: 1;
          margin: -3px 0 0 15px;
          vertical-align: middle;
        }
        .sjInput {
            border-radius: 5px;
        }
        .editForm {
            margin: 10px 20px;
            font-size: 1.333rem;
        }
        .editForm fieldset {
            border: none;
        }
        .editForm legend {
            margin-bottom: 20px;
            font-weight: bold;
            width: 100%;
        }
        .editForm__data select {
            padding: 3px 4px 6px;
            border-radius: 3px;
            border-color: #ccc;
            font-size: 1.333rem;
        }
        .editForm__data {
            display: flex;
            flex-wrap: wrap;
        }
        .editForm__data dt {
            margin-bottom: 20px;
            font-weight: bold;
            text-align: right;
            width: 30%;
        }
        .editForm__data dd {
            margin: 0 0 20px 1em;
            width: 60%;
        }

        /* Nav */
        .editFormNav {
            margin-top: 20px;
            position: relative;
            text-align: center;
        }
        .editFormNav_conf {
            margin: 0 auto;
            width: 200px;
        }
        .editFormNav_conf a {
            padding: 18px 20px 18px 10px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            display: block;
            position: relative;
            box-shadow: 3px 3px 0 0 rgba(0,0,0,0.3);
            background: linear-gradient(#f00, #c00);
            border-radius: 5px;
        }
        .editFormNav_conf a:hover {
            opacity: .8;
        }
        .editFormNav_conf a::before {
            content: "";
            display: block;
            width: 7px;
            background: url(https://www.shopjapan.co.jp/shop/images/common/pc/next_arw.png) center center no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
        }
        .editFormNav_back {
            margin-top: 20px;
            padding: 0;
            width: 100px;
        }
        .editFormNav_back a {
            margin: 0;
            display: block;
            padding: 6px 10px 7px 18px;
            border: 1px solid #3987d0;
            border-radius: 3px;
            color: #1c7ccc;
            font-size: 1.333rem;
            position: relative;
            font-weight: 100;
        }
        .editFormNav_back a::before {
            content: "";
            display: block;
            width: 7px;
            background: url(https://www.shopjapan.co.jp/shop/images/common/pc/prev_arw.png) center center no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 14px;
        }

        @media screen and (max-width: 500px) {
            .icoReq {
                margin: 0 0 0 5px;
            }
            .editForm {
                margin: 10px;
            }
            .editForm legend {
                margin-bottom: 10px;
            }
            .editForm__data {
                display: block;
                flex-wrap: wrap;
            }
            .editForm__data dt {
                margin: 0 0 5px 0;
                width: 100%;
                text-align: left;
            }
            .editForm__data dd {
                margin: 0 0 12px 0;
                width: 100%;
            }
            .searchAddr {
                margin-top: 5px;
                display: inline-block;
            }
            .editForm input.sjInput {
                padding: .3em;
            }
            .sjInput-name {
                display: inline-block!important;
            }
            .sjInput:not(.sjInput-name) {
                width: 90%;
            }
            .pageNav li.btnPrev {
                margin: 20px auto;
            }
        }
/*=======================================================
    　　　AmazonPay注文確認画面　お客様情報変更フォーム　ここまで
========================================================*/
        #cboxLoadedContent #chooseNextProc {
            display: block;
        }
        .legend {
            margin-bottom: 20px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            width: 100%;
        }
        .editFormNav {
            margin-top: 20px;
            position: relative;
            text-align: center;
        }
        .editFormNav_conf {
            margin: 0 auto;
            width: 400px;
        }
        .editFormNav_conf a {
            padding: 18px 20px 18px 10px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            display: block;
            position: relative;
            box-shadow: 3px 3px 0 0 rgba(0,0,0,0.3);
            background: linear-gradient(#f00, #c00);
            border-radius: 5px;
        }
        .editFormNav_conf a:hover {
            opacity: .8;
        }
        .editFormNav_conf a::before {
            content: "";
            display: block;
            width: 7px;
            background: url(https://www.shopjapan.co.jp/shop/images/common/pc/next_arw.png) center center no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
        }
        .editFormNav_back {
            margin-top: 20px;
            padding: 0;
            width: 100px;
        }
        .editFormNav_back a {
            margin: 0;
            display: block;
            padding: 6px 10px 7px 18px;
            border: 1px solid #3987d0;
            border-radius: 3px;
            color: #1c7ccc;
            font-size: 1.333rem;
            position: relative;
            font-weight: 100;
        }
        .editFormNav_back a::before {
            content: "";
            display: block;
            width: 7px;
            background: url(https://www.shopjapan.co.jp/shop/images/common/pc/prev_arw.png) center center no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 14px;
        }

