/*===============================================
 *	コンテンツ
===============================================*/
#second-visualcontents h1 span{max-width: 210px;}
table {width: 100%;}
table th{border: 1px solid #cccccc;background: #e4edff;font-weight: bold;width: 206px;padding: 20px 30px;}
table td{border: 1px solid #cccccc;background: #fff;padding: 20px 30px;}
table td p{margin-bottom: 20px;}
table td a{color: var(--site-primary);text-decoration: underline;}
table td a:hover{text-decoration: none;}
.img-medal{max-width: 420px;}
table td .notice-txt {font-size: 13px;background: #f9e5e5; color: #ef4343;padding: 5px 10px;margin-top: -10px;}
table td dd a, table td dt a {color: #333;}
.sdgs-register{max-width: 240px;margin: 0;}
.bnrs {gap: 10px 2%;}
.bnrs li {width: 18%;}
@media only screen and (max-width: 1024px) {

}
    
@media only screen and (max-width: 768px) {
table th{width: 25%;}
}
@media only screen and (max-width: 568px) {
table th,table td{width: 81.5%;display: block;}
table td .notice-txt {font-size: 12px;}
.sdgs-register{max-width: 200px;margin: 0 auto;}
.bnrs {gap: 8px 3.5%;}
.bnrs li {width: 31%;}
}
/*===============================================
 *	「お勧めサイト」20240604
===============================================*/
.bnr-links{gap:10px 2%;}
.bnr-links li {width: 31%;}
.bnr-links li a {border: none;}
@media only screen and (max-width: 568px) {
.bnr-links{gap: 8px 3.5%;margin-top: 5px;}
.bnr-links li {width: 48%;}
}