.name_area{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 89%;
}
.name_area li{
   display: flex;
   align-items: center;
   width: 47%;
}
.name_area li p{
   width: 35px;
}
.name_area li input{
   width: calc(100% - 35px);
}


.c-btn button {
   max-width: 250px;
   width: 100%;
}

.c-btn button img {
   width: 100%;
   height: auto;
}

.c-btn_c button {
   max-width: 130px;
   width: 100%;
}

.c-btn_c button img {
   width: 100%;
   height: auto;
}