@charset "utf-8";


table .u-valignT { vertical-align: top !important; }
.circle-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2em; /* 丸の大きさ */
    height: 1.2em;
    border: 1px solid #000; /* 丸の線 */
    border-radius: 50%; /* 丸にする */
    font-size: 20px;
}

.w50 {width: 50% !important;}

.border-dotted {border: 1.2px dotted #262626;}
/*----------------------------------------
    ページ専用
---------------------------------------------*/

@media screen and (max-width:750px){

}