.for_pc { display:block; }
.for_sp { display:none; }


@media only screen and (max-width : 767px){
  .for_pc { display:none; }
  .for_sp { display:block; }

 .sb_userenquete_index {
    margin-top: 2rem !important;
 }
 .form_head {
    width: 100% !important;
    text-align: center;
 } 
 .ss_contents {
    width: 100%;
    padding: 20px;
 }
.form_alert {
    padding: 0 0 20px 0 !important;
}
select, input[type="file"] {
    height: 30px;
    margin-top: 4px;
    line-height: 20px;
    background-color: #fff;
    margin-left: 0;
    width: 95%;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 15px !important;
}

 .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
    width: 300px;
 }

}


.form_group {
    border-bottom: 1px solid #f3f3f3;
}

.form_group_box {
    display: flex;
}

.form_box {
    display: flex;
    padding: 8px 0;
}
.form_alert {
    padding: 10px;
}


.input-label {
    font-size: 14px;
    padding: 0 16px 0 0;
    width: 39%;
}



.input-item {
    margin: 0px 0px 0 8px;
    width: 60%;
}

.input-item label {
    font-size: 16px;
}

.input-item-sp select {
    height: 42px;
    background-color: #fafafa;
}

.input-item input {

}

.input-item_name {
    margin: 0px 0px 0 8px;
    width: 415px;
    display: inline-flex;
}

.input-item_name label {
    font-size: 16px;
    font-weight: 700;
}

.label-warning {
    float: right;
}

.form_box select, .form_box textarea {
    height: 42px;
}

.form_box:hover {
    background-color: #f8f8f8;
}

.none-form {
    display: none;
}

/* 必須項目には「任意」を非表示 */
.required .label {
    display: none;
}

/* 任意項目の場合は「任意」を表示 */
.form_box:not(.required) .label {
    display: inline;
}