[name="other"]{
    width:100%;
    border: 1px solid #CACACA;
    background: #F6F6F6;
    font-size: 18px;
    padding: 10px;
    line-height: 1.6;
}
.checking-note{
    margin-bottom: 40px;
}
.form-agree-wrapper p.checking-note-p{
    font-size: 18px;
}
.form-address-wrapper{
    display: block;
}
.form-input-right .form-address-right{
    width:100%;
    padding:0;
}
.form-input-right .form-address-right input{
    max-width: 476px;
    width:80%;
}
@media (min-width:769px) {
    .form-content-wrapper{
        margin-bottom: 40px;
    } 
}
@media (max-width:768px) {
    .form-agree-wrapper p.checking-note-p{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .form-address-item .form-input-right{
        padding: 20px 0 0;
    }  
    .form-address-item:first-of-type .form-address-right{
        padding:0;
    }
    .questionnaire-main-title{
        padding-right:0;
    }
}
