/*--------------pay---------------*/
.pay-img{
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/common/topimg.jpg');
    padding-top: 65px;
}
.pay-page{
    text-align: center;
}
.pay-page h1{
    font-weight: bold;
    font-size: 50px;
    margin: 10px;
}

.pay_content{
    width: 1385px;
    margin: 0 auto 100px auto;
}
.pay-page table{
    border-bottom: 1px solid #808080;
}
.pay-page table tr th,.pay-page table tr td{
    vertical-align: middle;
}
.pay_item_img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pay_item_img .pay_img{
    width: 110px;
    margin: 0 20px;
}
.pay_item_img .pay_img img{
    width: 100%;
}

.pay-page table tr td a{
    color: #35addc;
    transition: 0.3s;
    cursor: pointer;
    font-size: 24px;
}
.pay-page table tr, .pay-page table tr td{
    border-top: none;
}

.pay-page table tr:not(:last-of-type){
    border-bottom: 1px solid #dee2e6;
}

.pay-page table tr td a:hover{
    color: #ff6969;
}

.pay-page table tr .pay_item_img a{
    font-size: 20px;
    color: #666;
    text-decoration: none;
}
.pay-page table tr .pay_item_img a:hover{
    color: #35addc;
}

.pay-page .bluewords{
    color: #35addc !important;
}
.pay-page .pinkwords{
    color: #ec79a4 !important;
}
/*------------coupon_part---------------*/

.pay_content .coupon_part{
    width: 100%;
    background-color: #ccc;
    margin: 50px 0;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_content .coupon_part label{
    font-size: 24px;
    font-weight: normal;
    color: #808080;
    margin: 0 10px;
}
.pay_content .coupon_part input{
    width: 350px;
    height: 50px;
    outline: none;
    border: transparent;
    color: #808080;
    margin: 10px 0;
    padding-left: 20px;
    margin: 0 10px;
}
.pay_content .coupon_part button{
    font-size: 18px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #14ade3;
    padding: 0 40px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 10px;
}

.pay_content .coupon_part button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

/*------------price_part------------*/
.pay_content .price_part{
    width: 700px;
    margin: 0 auto;
}
.pay_content .price_part .title,
.pay_content .price_part .count,
.pay_content .price_part .total
{
    width: 100%;
}
.pay_content .price_part .title{
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    color: #808080;
    padding: 0 10px;
}
.pay_content .price_part .count{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 10px 10px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}
.pay_content .price_part .count>div{
    display: flex;
    justify-content: space-between;
}
.pay_content .price_part .total{
    text-align: right;
    font-weight: normal;
    padding: 10px;
}
.pay_content .price_part .total p{
    font-size: 24px;
    color: #000;
}
.pay_content .price_part .total p span{
    font-size: 36px;
    font-weight: bold;
    margin-left: 30px;
}

/*------------step_part------------*/
.pay_content .step_part{
    margin-top: 50px; 
}
.pay_content .step_part .step h2{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: left;
    /*padding-left: 60px;*/
}
.pay_content .step_part .step h2 span{
    color: #666;
}

.content_title{
    background-color: #666;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.pay_content .step_part .content{
    /*margin: 20px 0;*/
    margin-bottom: 20px;
    background-color: #ccc;
    text-align: left;
    /*padding: 20px;*/
}

.pay_content .step_part .step1 .content, .pay_content .step_part .step3 .content{
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.pay_content .step_part .content button{
    font-size: 24px;
    font-weight: bold;
    color: #666;
    /*padding: 20px 100px;*/
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    border: transparent;
    margin: 10px 10px 0 10px;
    width: 240px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.pay_content .step_part .step1 .content button{
    width: 200px;
}
.pay_content .step_part .step3 .content button{
    width: 259px;
}
.pay_content .step_part .content button.active{
    color: #fff;
    background-color: #2eaedc;
    border: 1px solid #fff;
}

.pay1, .pay2, .pay3, .pay4, .pay7, .ship1, .ship2{
    display: block;
    margin: 0 auto;
}
.pay1{
    background: url('../img/pay/pay1.png') repeat center;
    background-size: cover;
    width: 158px;
    height: 68px;
}
.pay2{
    background: url('../img/pay/pay2.png') repeat center;
    background-size: cover;
    width: 106px;
    height: 49px;
}
.pay3{
    background: url('../img/pay/pay3.png') repeat center;
    background-size: cover;
    width: 82px;
    height: 76px;
}
.pay4{
    background: url('../img/pay/pay4.png') repeat center;
    background-size: cover;
    width: 72px;
    height: 86px;
}
.pay5{
    background: url('../img/pay/pay5.png') repeat center;
    background-size: cover;
    width: 73px;
    height: 73px;
}
.pay6{
    background: url('../img/pay/pay6.png') repeat center;
    background-size: cover;
    width: 163px;
    height: 43px;
}
.pay7{
    background: url('../img/pay/pay7.png') repeat center;
    background-size: cover;
    width: 106px;
    height: 49px;
}
.pay8{
    background: url('../img/pay/pay8.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay9{
    background: url('../img/pay/pay9.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay10{
    background: url('../img/pay/pay10.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay11{
    background: url('../img/pay/pay11.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay12{
    background: url('../img/pay/pay12.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay13{
    background: url('../img/pay/pay13.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay14{
    background: url('../img/pay/pay14.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay15{
    background: url('../img/pay/pay15.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay16{
    background: url('../img/pay/pay16.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay17{
    background: url('../img/pay/pay11.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay18{
    background: url('../img/pay/pay18.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}
.pay19{
    background: url('../img/pay/pay19.png') repeat center;
    background-size: cover;
    width: 200px;
    height: 80px;
}

.ship1{
    background: url('../img/pay/ship1.png') repeat center;
    background-size: cover;
    width: 252px;
    height: 52px;
}

.ship2{
    background: url('../img/pay/ship2.png') repeat center;
    background-size: cover;
    width: 58px;
    height: 56px;
}

.pay_content .step_part .step .content{
    padding: 10px 7.5% 20px 7.5%;
}

.pay_content .step_part .step1 .content{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media all and (max-width:991px) {
    .pay_content .step_part .step1 .content{
        display: block !important;
    }
}

.pay_content .step_part .form_required{
    color: red;
    font-size: 18px;
    font-weight: normal;
    margin-left: 2px;
}

.pay_content .step_part .step2 .form{
    display: none;
    width: calc(50% - 7px);
}

.pay_content .step_part .step2 .form:nth-of-type(0),
.pay_content .step_part .step2 .form:nth-of-type(1),
.pay_content .step_part .step2 .form:nth-of-type(2),
.pay_content .step_part .step2 .form:nth-of-type(3),
.pay_content .step_part .step2 .form:nth-of-type(4),
.pay_content .step_part .step4 .form-send{
    display: inline-block;
}

.pay_content .step_part .step2 .form:nth-of-type(even){
    /*margin-left: 10px;*/
}
.pay_content .step_part .step .form-address{
    width: 100%;
}

.pay_content .step_part label{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
    display: block;
}

.pay_content .step_part input{
    width: 100%;
    height: 50px;
    outline: none;
    border: transparent;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 20px;
    font-size: 16px;
}

.pay_content .step_part .step4 .form-address p{
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.pay_content .step_part .step4 .form-address [type="radio"]{
    margin: 15px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.pay_content .step_part .step4 .form-address [type="radio"]:first-of-type{
    margin-left: 0;
}

.pay_content .step_part .step .form-address select.form_add{
    width: calc(14% - 3px);
    margin-right: 10px;
    display: inline-block;
}
.pay_content .step_part .step .form-address .form_add_no{
    width: calc(14% - 3px);
    margin-right: 10px;
    display: inline-block;
}
.pay_content .step_part .step .form-address .form_add_no .form_number{
    width: 100%;
    display: none;
}
.pay_content .step_part .step .form-address .form_add_no .form_number:first-of-type{
    display: block;
}
.pay_content .step_part .step .form-address input{
    width: 70%;
    display: inline-block;
}

.pay_content .step_part .step4 .form-address button{
    padding: 10px;
    margin: 10px 0 5px 0;
    height: 50px;
    display: inline-block;
    background: #35addc;
    color: #fff;
}
.pay_content .step_part .step4 .form-address .shop-name{
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
}

.pay_content .step_part .step4 .form-send div:not(:first-of-type){
    display: none;
}

.pay_content .step_part select{
    width: 100%;
    height: 50px;
    outline: none;
    border: transparent;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 20px;
    display: block;
    font-size: 16px;
}

.coupon_part input::placeholder, .form input::placeholder { color: #bbb; }
.coupon_part::placeholder, .form::placeholder { color: #bbb; }
.coupon_part::placeholder, .form::-webkit-input-placeholder { color: #bbb; }
.coupon_part::placeholder, .form::-moz-placeholder { color: #bbb; }

/*-------------caution/--------------------*/
.pay_content .caution{
    display: flex;
    color: red;
    text-align: left;
    margin: 30px auto 50px auto;
}
.pay_content .caution p{
    font-size: 24px;
    font-weight: bold;
}
.pay_content .caution ol li{
    font-size: 18px;
    font-weight: normal;
}
.pay_content .caution ol li a{
    color: red;
    text-decoration: underline;
}
.pay_content .caution ol li a:hover{
    font-weight: bold;
}
/*-----------check_part--------------*/
.pay_content .check_part{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
    font-size: 18px;
    font-weight: bold;
}
.pay_content .check_part label{
    margin: 0 0 0 10px;
}
.pay_content .check_part input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.pay_content .pay_btn{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 20px 100px;
    border-radius: 5px;
    background-color: #ec78a4;
    outline: none;
    border: transparent;
    margin: 0 10px;
    transition: 0.3s;
}
.pay_content .pay_btn:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}


/*------------pay-img2-3-----------*/
.pay-img2,
.pay-img3
{
    position: absolute;
    width: 100%;
    z-index: -1;
}
.pay-img2 img,
.pay-img3 img
{
    width: 100%;
}
.pay-img2{
    top: 750px;
}
.pay-img3{
    bottom: 0;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .pay-img {
        width: 100%;
        height: 80px;
        padding-top: 10px;
    }
    .pay-page h1 {
        font-size: 40px;
        display: inline-block;
    }
    .pay_content{
        width: 90%;
        margin: 20px auto 50px auto;
    }
    .pay_content .coupon_part{
        width: 100%;
        margin: 20px 0;
        padding: 15px 0;
    }
    .pay_content .coupon_part label{
        font-size: 20px;
        margin: 0 10px;
    }
    .pay_content .price_part{
        width: 95%;
        margin: 0 auto;
    }
    .pay_content .step_part .step .content{
        padding: 10px 5% 20px 5%;
    }
    .pay_content .step_part .step1 .content, .pay_content .step_part .step3 .content{
        flex-wrap: wrap;
        font-size: 24px;
    }
    .pay_content .step_part .step1 .content button, .pay_content .step_part .step3 .content button{
        margin: 10px 10px 0 10px;
        width: 270px;
        height: 90px;
    }
    .pay3{
        background: url('../img/pay/pay3-rwd.png') repeat center;
        background-size: cover;
        width: 208px;
        height: 46px;
    }
    .pay_content .step_part .step2 .form:not(.form-address){
        width: calc(49% - 8px);
    }
    .pay_content .step_part .step .form-address select.form_add{
        width: calc(24% - 6px);
        margin-right: 10px;
    }
    .pay_content .step_part .step .form-address .form_add_no{
        width: calc(24% - 6px);
        margin-right: 10px;
    }
    .pay_content .step_part .step .form-address [type="text"]{
        width: 100%;
        display: block;
    }
    .pay_content .caution{
        margin: 10px auto 20px auto;
        flex-direction: column;
    }
}

@media only screen and (max-width: 749px){
    .pay-img {
        width: 100%;
        height: 56px;
        padding-top: 5px;
    }
    .pay-page h1 {
        font-size: 24px;
        display: inline-block;
    }
    .pay_content{
        width: 90%;
        margin: 20px auto 50px auto;
    }
    .pay_item_img{
        flex-direction: column;
    }
    .pay_item_img .pay_img{
        margin: 0;
    }
    .pay-page table tr .pay_item_img a{
        font-size: 14px;
    }
    .pay-page table tr td a{
        font-size: 18px;
    }
    .pay_content .coupon_part{
        flex-direction: column;
        width: 100%;
        margin: 20px 0;
        padding: 15px 0;
    }
    .pay_content .coupon_part label{
        font-size: 20px;
        margin: 0 10px;
    }
    .pay_content .step_part .form_required{
        font-size: 14px;
    }
    .pay_content .coupon_part input{
        width: 90%;
        height: 40px;
        margin: 10px 0;
        padding-left: 20px;
    }
    .pay_content .coupon_part button{
        font-size: 16px;
        height: 40px;
        padding: 0 40px;
        margin: 0 10px;
    }
    .pay_content .price_part{
        width: 95%;
        margin: 0 auto;
    }
    .pay_content .price_part .title{
        font-size: 20px;
        padding: 0;
    }
    .pay_content .price_part .count{
        margin: 10px 10px;
        padding: 10px 5px;
        font-size: 16px;
    }
    .pay_content .price_part .count>div p{
        text-align: left;
    }
    .pay_content .price_part .count>div span{
        text-align: right;
        font-size: 14px;
    }
    .pay_content .price_part .count>div a{
        display: block;
    }
    .pay_content .price_part .total{
        padding: 5px;
    }
    .pay_content .price_part .total p{
        font-size: 20px;
    }
    .pay_content .price_part .total p span{
        font-size: 24px;
        margin-left: 10px;
    }
    .pay_content .step_part{
        margin-top: 20px; 
    }
    .pay_content .step_part .step h2{
        font-size: 22px;
    }
    .pay_content .step_part .step .content{
        padding: 10px 5% 20px 5%;
    }
    .pay_content .step_part .step1 .content, .pay_content .step_part .step3 .content{
        flex-wrap: wrap;
        font-size: 18px;
    }
    .pay_content .step_part .step1 .content button, .pay_content .step_part .step3 .content button{
        margin: 5px 10px 0 10px;
        width: 230px;
        height: 70px;
    }
    .pay1{
        background: url('../img/pay/pay1-rwd.png') repeat center;
        background-size: cover;
        width: 214px;
        height: 25px;
    }
    .pay2{
        width: 106px;
        height: 49px;
    }
    .pay3{
        background: url('../img/pay/pay3-rwd.png') repeat center;
        background-size: cover;
        width: 208px;
        height: 46px;
    }
    .pay4{
        width: 58px;
        height: 69px;
    }
    .pay5{
        width: 69px;
        height: 69px;
    }
    .pay7{
        width: 106px;
        height: 49px;
    }
    .ship1{
        width: 201px;
        height: 42px;
    }
    .ship2{
        width: 47px;
        height: 43px;
    }
    .pay_content .step_part label{
        font-size: 18px;
    }
    .pay_content .step_part input{
        height: 40px;
        margin-top: 5px;
        margin-bottom: 2px;
        padding: 10px;
        font-size: 14px;
    }
    .pay_content .step_part select{
        height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0 10px;
        font-size: 14px;
    }
    .pay_content .step_part .step2 .form{
        width: 100%;
    }
    .pay_content .step_part .step2 .form:nth-of-type(3) {
        margin-top: -22px;
    }
    .pay_content .step_part .step2 .form:nth-of-type(even){
        margin-left: 0;
    }
    .pay_content .step_part .step .form-address select.form_add{
        width: calc(48% - 2px);
        margin-right: 11px;
    }
    .pay_content .step_part .step .form-address .form_add_no{
        width: calc(48% - 2px);
        margin: 0;
    }
    .pay_content .step_part .step .form-address [type="text"]{
        width: 100%;
        display: block;
    }
    .pay_content .step_part .step4 .form-address p{
        font-size: 16px;
        display: block;
        margin: 0;
    }
    .pay_content .step_part .step4 .form-address [type="radio"]{
        margin: 5px;
        margin-right: 0;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    .pay_content .step_part .step4 .form-address button{
        padding: 10px;
        margin: 5px 0 5px 0;
        height: 40px;
        display: block;
        font-size: 18px;
    }
    .pay_content .step_part .step4 .form-address .shop-name{
        font-size: 20px;
        margin-left: 0;
        font-size: 16px;
    }
    .pay_content .caution{
        margin: 10px auto;
        flex-direction: column;
    }
    .pay_content .caution p{
        font-size: 18px;
    }
    .pay_content .caution ol li{
        font-size: 14px;
    }
    .pay_content .check_part{
        margin: 15px;
        font-size: 16px;
    }
    .pay_content .check_part label{
        margin: 0;
    }
    .pay_content .check_part input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    .pay_content .pay_btn{
        font-size: 18px;
        padding: 15px 100px;
        border-radius: 5px;
        margin: 0 5px;
    }
    .pay_content .coupon_part button:hover {
        box-shadow: none;
    }
}