@charset "UTF-8";

h2 {color:#666 !important; border-bottom: 1px solid #666 !important; font-size: 140% !important;}
h2.ttl {border-bottom:2px solid #057ab6 !important; color:#057ab6 !important; font-family:'Noto Serif JP', serif; font-size:140% !important;}

dl.list {}
dl.list dt {font-weight:700;}
dl.list dd {padding:0.5em 0 1em 0;}

dl.date {display:flex; flex-wrap:wrap;}
dl.date dt {width:5em;}
dl.date dd {width:calc(100% - 5em);}


/*********************************
 * ～900
 *********************************/

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

  h2 span {display:block; color:#057ab6; font-size:70%;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

  h2 span {display:block; color:#057ab6; font-size:70%;}

}

