@charset "UTF-8";

.kagubox {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.kagu2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3em;
    padding-left: 3em;
    border-left: 1px solid #999;
}
@media screen and (max-width: 499px) {

.kagubox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.kagu1 {
    white-space: nowrap;
}
.kagu2 {
    margin-left: 2em;
    padding-left: 2em;
}
}

@media screen and (min-width: 500px) {

}