@charset "UTF-8";

@import url("reset.css");
@import url("layout.css");
@import url("common.css");

.box-flex {
    display: flex;
    /*margin-bottom: 20px;*/
}
.box-flex p {
    margin-bottom: 20px;
}
.box-flex .flex-left {
    margin-right: 20px;
}
.box-flex .flex-right {
    margin-left: 20px;
}

