﻿@charset "UTF-8";



#content {
	margin: 0 auto;
	width: 98%;
}
#content h2 {
	font-size: 3rem;
	line-height: 2;
	text-align: center;
}
#tomo {
	width: 100%;
}
#tomo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tomo li {
	margin-bottom: 30px;
	width: 30%;
	align-self: center;
	text-align: center;
}

/*media query===================================*/
@media screen and (max-width:830px){
	#content {
		width: 100%;
	}
}

@media screen and (max-width:770px){
	#tomo li {
		width: 48%;
	}
}

@media screen and (max-width:500px){
	#content {
		width: 96%;
	}
}
