@charset "UTF-8";

.help_accident_wrap{
    margin: 20px;
}

.btn > a {
    width: auto;
}
.red {
    color: red;
}

.btn-label {
    font-size: 16px;
    padding-left: 10px;
}

.guidance > li {
    margin-bottom: 20px;
}

.guidance > li:not(.except) {
    font-size: 16px;
}

.help_accident_wrap .subtitle:first-child {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}


.help_wrap {
    margin: 30px;
}

.help_wrap .title {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding: 110px 0;
}

.help_wrap .title p {
    height: 60px;
}

.btn_wrap > .btn {
    margin-bottom: 40px;
}

.survey_list textarea {
    border-radius: 5px;
    resize: none;
}

.radio_area label.attention {
    display: block;
    margin: 10px 5px;
}

.card_list {
    margin: 20px 8px; 
}

.return_bike_detail {
    padding: 10px;
}

.icon_search {
    background: url("../../img/common/icon/ionic_ios_search.png") no-repeat center left 5px;
    background-size: 18px 18px;
}