@charset "utf-8";

/* CSS Document */

.about_table th,
.about_table td {
	vertical-align: top;
	border-bottom: dotted 1px #CDCDCD;
	padding: 0.6em 0;
	line-height: 18px;
}

.about_table th {
	text-align: left;
	background: #FFF;
	font-weight:bold;
	font-size:1.05em;
	padding-right: .5em;
}

.about_table td.f-logo {
	padding-left: 0.8em;
}
.year_list {
    display: flex;
    flex-wrap: wrap;
}

.year_list div {
    flex-basis: 120px;
    margin-bottom: 10px;
}