@charset "euc-jp";
/* @import url("column.css"); */
#vest-ykdt1 { margin: 20px 0;}
#vest-ykdt1 > p { font-size: 20px; font-weight: bold; line-height: 1.5em; text-align: center;}


#vest-ykdt1 .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 15px 0;}

#vest-ykdt1 .flex p { box-sizing: border-box; width: 50%; padding: 0 5px; text-align: center;}

#vest-ykdt1 .flex strong { 
    display: inline-block;
    margin: 5px 0 0; padding: 3px; 
    border: solid 1px #333;
    font-size: 12px; font-weight: lighter; line-height: 1.5em;}

#vest-ykdt1 .flex span { color: #f00;}

/* LastUp2023.10.23_kimata */