@charset "utf-8";

.top_text { margin-bottom: 30px; font-size: 17px; font-weight: 500; color: var(--gray-61); }
.sec01 dt { width: 136px; }

/*** responsive ***/
/* 1200px or less */
@media all and (max-width : 1200px){
    .top_text { margin-bottom: 20px; font-size: 15px; }
    .sec01 dt { width: 117px; }
}

/* 767px or less */
@media all and (max-width : 767px){
    .top_text { margin-bottom: 20px; font-size: 14px; }
}