@charset "UTF-8";
.sex_box label input {
    margin-right: 4px;
}
.sex_box label:hover {
    cursor: pointer;
}
.birth_box {
    display: flex;
}
.birth_year input {
    width: 60px;
}
.birth_txt {
    display: flex;
    align-items: center;
    padding: 0 5px 0 4px;
}
.kousyubi_exp {
    background-color: #d7eeff;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.kibou_select {
    margin-bottom: 20px;
}

#article-box .kibou_select p,
#article-box .kousyubi_exp p,
#article-box .kousyubi_note p  {
    margin: 0 0 5px 0;
}
@media screen and (max-width: 767px ) {
    .kousyubi_exp {
        padding: 10px;
    }
}
