.formWrap{
    position: relative;
    padding:0 25px ;
    color:#000000;
    margin-bottom: 50px;
}

.pageName{
    text-align: center;
    font-size:24px;
    padding: 60px 0 100px;
}

a.btn{
    display: block;
    max-width: fit-content;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #000000;
    border: solid 1px #000000;
    margin:84px auto 0;
    text-align: center;
    font-size: 12px;
    padding: 15px 20px;
}

a.btn.notReady{
    border: solid 1px #000000;
    pointer-events: none;
    background-color: #FFFFFF;
    color: #000000;
}

a.btn.disable{
    opacity: 0.5;
    pointer-events: none;
}

a.backBtn{
    display: block;
    width: fit-content;
    color: #707070;
    padding-left: 12px;
    margin: 30px auto 0;
    font-size: 14px;
    position: relative;
    -webkit-transition: .4s cubic-bezier(.17,.84,.48,.99);
    transition: .4s cubic-bezier(.17,.84,.48,.99);
    text-decoration: underline;

}
a.backBtn:hover{
    color: #000;
}

a.backBtn:before{
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    left: 0;
    top: 50%;
    margin: auto;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -4px;
    -webkit-transition: .4s cubic-bezier(.17,.84,.48,.99);
    transition: .4s cubic-bezier(.17,.84,.48,.99);

}

a.backBtn:hover:before {
    left: -4px;
}


.selectProduct .productInfo{
    display: flex;
    margin-bottom: 20px;
}

.selectProduct .productInfo .image{
    width: 103px;
    margin-right:24px;
}

.selectProduct .productInfo .text{
    width: calc(100% - 127px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selectProduct .productInfo .text .name{
    font-size: 14px;
}

.selectProduct .productInfo .text .name{
    font-size: 14px;
    margin-bottom: 15px;
}
.selectProduct .productInfo .text .price{
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: solid 1px #D6D6D6;
    margin-bottom: 12px;
}

.selectProduct .productInfo .text .price span{
    font-size: 21px;
    margin-left: 8px;
}

.selectProduct .productInfo .text .subtotal{
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
}
.selectProduct .productInfo .text .subtotal span{
    position: absolute;
    right: 0;
}
.selectProduct .productInfo .text .shipping{
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
}
.selectProduct .productInfo .text .shipping span{
    position: absolute;
    right: 0;
}


.selectProduct .quantity{
    display: flex;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #D6D6D6;
    justify-content: space-between;
}

.selectProduct .quantity .Num{
    padding: 10px 0;
}
.selectProduct .quantity .Num span{
    font-size: 21px;
}

.selectProduct .quantityNote{
    font-size: 12px;
    margin-top: 10px;
}

.selectProduct .reduce{
    display: flex;
    width: 24px;
    align-items: center;
    justify-content: flex-end;
    margin-left: 36px;
}


.selectProduct .increase{
    display: flex;
    width: 24px;
    align-items: center;
    justify-content: flex-end;
    margin-right: 36px;
}

.selectProduct .reduce span{
    padding-bottom: 100%;
    display: block;
    width: 100%;
    position: relative;
    opacity: 0.2;
    pointer-events: none;
    cursor: pointer;
}

.selectProduct .reduce span:before{
content:"";
display: block;
width: 100%;
height: 1px;
background-color: #707070;
position: absolute;
left: 0;
top:50%;
margin-top: -1px;
}

.selectProduct .increase span{
    padding-bottom: 100%;
    display: block;
    width: 100%;
    position: relative;
    opacity: 0.2;
    pointer-events: none;
    cursor: pointer;
}
.selectProduct .increase span:before{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -0.5px;
}

.selectProduct .increase span:after{
    content:"";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    left: 50%;
    top:0%;
    margin-right: -0.5px;
}


.selectProduct .reduce span.is-active,
.selectProduct .increase span.is-active{
    opacity: 1;
    pointer-events: all;
}


.selectProduct .attention{
    margin-top: 76px;
}

.selectProduct .attention .ttl{
 font-size: 18px;
 margin-bottom: 20px;
}

.selectProduct .attention p{
    font-size: 14px;
    color: #454545;
    margin-bottom: 20px;
    line-height: 1.8;
}

.selectProduct .attention p a{
    color: #454545;
    text-decoration: underline;
}

#step_02{
display: none;
}

.userInput .information{
    font-size: 14px;
    color: #454545;
}

.userInput .attention{
 font-size: 12px;
 margin-top: 20px;
    color:#454545;
}


.userInput .formBlock{
    margin:60px 0 20px;
}

.userInput .formBlock .formTitle{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000000;
}

.userInput .formBlock .formInput{
    margin-top: 35px;
}
.userInput .formBlock .formInput.magazineSelect{
    margin-top: 0px;
}

.userInput .formBlock .formInput .inputWrap{
    position: relative;
}

.userInput .formBlock .formInput .inputWrap.Select:after{
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    right: 6px;
    bottom: 15px;
    margin: auto;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #696969;
    border-right: 1px solid #696969;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.userInput .formBlock .formInput input{
    border-bottom: solid 1px #D6D6D6;
    display: block;
    width: 100%;
    padding: 15px 0 10px;
}

.userInput .formBlock .formInput input:focus{
    outline: none;
    border-bottom: solid 1px #000000;
}

.userInput .formBlock .formInput.error input{
    border-bottom: solid 2px #D30000;
}


.userInput .formBlock .formInput input[type="checkbox"]{
    display: none;   
}
.userInput .formBlock .formInput input[type="checkbox"]+label{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #AFAFAF;
    display: block;
    width: fit-content;
    margin-top: 20px;
    transition: 0.2s;
}
.userInput .formBlock .formInput input[type="checkbox"]:checked+label,
.userInput .formBlock .formInput input[type="checkbox"]+label:hover{
    color: #000000;
}
.userInput .formBlock .formInput input[type="checkbox"]+label a{
    text-decoration: underline;
    color: #AFAFAF;
}

.userInput .formBlock .formInput input[type="checkbox"]:checked+label a,
.userInput .formBlock .formInput input[type="checkbox"]+label:hover a{
    color: #000000;
}

.userInput .formBlock .formInput input[type="checkbox"]+label:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    margin-top: -7px;
    transition: 0.2s;
}
.userInput .formBlock .formInput input[type="checkbox"]+label:hover:before{
    border: 1px solid #000000;
}

.userInput .formBlock .formInput input[type="checkbox"]:checked+label:before{
    background-color: #000000;
    border: 1px solid #000000;
}
.userInput .formBlock .formInput input[type="checkbox"]:checked+label:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 3px;
    height: 7px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -3.5px;
}

.userInput .formBlock .formInput select{
    border-bottom: solid 1px #D6D6D6;
    display: block;
    width: 100%;
    padding: 15px 0 10px;
}
.userInput .formBlock .formInput select:focus{
    outline: none;
    border-bottom: solid 1px #000000;
}


.userInput .formBlock .formInput.error select{
    border-bottom: solid 2px #D30000;
}



.userInput .formBlock .formInput .guide{
    position: absolute;
    left: 0;
    bottom:10px;
    color: #A3A3A3;
    transition: 0.2s;
    pointer-events: none;
}
.userInput .formBlock .formInput.is-focus .guide{
    font-size: 12px;
    margin-bottom: 25px;
}

.userInput .formBlock .termBox{
    margin-top: 30px;
}
.userInput .formBlock .termBox .title{
    background-color: #FFFFFF;
    color: #000000;
    display: block;
    padding: 16px;
    border: 1px solid #D6D6D6;
    position: relative;
    font-size: 14px;
}

.userInput .formBlock .termBox .title:hover{
    cursor: pointer;
}

.userInput .formBlock .termBox .title:after{
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5px;
    transition: 0.3s;
}
.userInput .formBlock .termBox .title:before{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background-color: #707070;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -6.5px;
    transition: 0.3s;
}

.userInput .formBlock .termBox .title.open{
    background-color: #F4F4F4;
}
.userInput .formBlock .termBox .title.open:before{
content: none;
}

.userInput .formBlock .termBox .termInfo{
    display: none;
    padding: 25px 15px;
    font-size: 14px;
    color: #454545;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.userInput .formBlock .termBox .termInfo h2{
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000000;
}
.userInput .formBlock .termBox .termInfo h2:nth-of-type(1){
    margin-top: 0;
}

.userInput .formBlock .termBox .termInfo p.mb20{
    margin-bottom: 20px
}
.userInput .formBlock .termBox .termInfo p.mb30{
    margin-bottom: 30px
}

.userInput .formBlock .termBox .termInfo a{
    color: #454545;
    text-decoration: underline;
}


.formInput .formError{
    font-size: 12px;
    color: #d30000;
    display: block;
    margin-top: 10px;
}




@media screen and (min-width: 768px){
    .formWrap{
        max-width: 800px;
        margin-left:auto;
        margin-right:auto;
    }
    .userInput .formBlock .formTitle{
        font-size: 21px;
    }
}