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


/*  .t100
--------------------------------------*/

.t100{
}
.t100 ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.t100 ul>*{
	width: calc(100% / 5 - 20px);
	height: 20px;
	box-sizing: border-box;
	padding: 14px 11px 115px;
	margin: 0 10px 20px;
	border: 2px solid #111;
	line-height: 1;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.t100 ul>*>span{
	width: 100%;
	font-size: 1.9em;
	font-weight:bold;
	display: block;
	line-height: 1.2;
	/* height: 0.5em; */
}
.t100 ul span.fontS{
	font-size: 22px;
}
.t100 ul span.fontSS{
	font-size: 20px;
}
.t100 ul span.fontM{
	font-size: 24px;
}
.t100 ul span.fontL{
	font-size: 28px;
	line-height:2.0;
}

span.fontLL{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-size: 2.4em;
	line-height:2.0;
	font-weight:bold;
}

