@charset "UTF-8";
/* CSS Document */

.support_list{ display: flex; gap: 2.0em 4%; flex-wrap: wrap;}
.support_list article{ flex: 0 0 30.6%; line-height: 1.5;}
.support_list a{ display: block; color: #000000; text-decoration: none;}
.support_list figure{ margin: 0; padding: 66.66% 0 0 0; background: no-repeat center center / cover;}
.support_list time{ margin: 0.3rem 0 0 0; display: block; font-size: 86%; color: #333333;}
.support_list h3{ margin: 0rem 0 0 0; font-size: 108%; font-weight: bold;}
.support_list p{ margin: 0.3rem 0 0 0; font-size: 86%;}
@media screen and ( max-width: 480px ) {
  .support_list article{ flex: 0 0 100%;}
}

.support_single{}
.support_single time{ display: block; text-align: left;}


