@charset "UTF-8";

.-w-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
.-w-column .-w-left {
    width: 49%;
    margin-right: 0%;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
}
.-w-column .-w-right {
    width: 50%;
}
.-w-contents {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.-w-contents > span {
    background: #1a3369;
    background: rgba(16,48,61,1);
    padding: 1.5% 2%;
    margin-right: 2%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 20%;
    color: #ffffff;
}