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

main a{ color: #FFFFFF;}

.section_title,
.section_title_sub{text-shadow: 0px 0px 3px #000000;}

.section_tot{}
.section_tot .box{ display: flex; justify-content: space-between;}
.section_tot .box figure{ display: block; flex: 0 0 400px;}
.section_tot table th{ background: #F08300; color: #FFFFFF; line-height: 1.5; font-weight: bold; }
@media only screen and (max-width:480px){
  .section_tot .box{ display: block;}
}


.section_insta .section_title,
.section_insta .section_title_sub{ color: #45B035; }
.section_insta .section_title{ border-color: #45B035;}
.section_insta table th{ background: #45B035; color: #FFFFFF; line-height: 1.5; font-weight: bold; }

.section_insta .section_title,
.section_insta .section_title_sub{ color: #FFFFFF; margin-top: 0; }
.section_info ul{}
.section_info li{ border-bottom: dotted 1px #FFFFFF; margin: 0; padding: 1.0em;}
.section_info li *{ margin-top: 0;}
.section_info li time{ font-size: 86%; font-weight: bold;}