/* CSS Document */

.intro {
	font-size: 120%;
	border: 2px solid #00aa88;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	margin-bottom: 3em;
	border-radius: 10px;
	background-color: rgba(0,102,51,0.1);
}

.fontpop01 {
	/*font-family: "HG創英角ﾎﾟｯﾌﾟ", HGPSoeiKakupoptai, 'Kiwi Maru', serif;*/
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	background-color: #00aa83;
	margin-bottom: 5%;
	padding: 3% 5%;
	line-height: 1.2em;
}
.fltform {
	padding: 0px;
	border-radius: 10px;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #CCC;
	background-color: #f2f2f2;
}
.torikumi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-content: center;
	align-content: center;
	margin-bottom:5em;
}
.torikumi ul li {
	width: 19%;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px -5px #777777;
	text-align: center;
	margin-bottom: 1em;
	padding: 1%;
}


@media screen and (max-width: 1199px) {

}

@media only screen and (max-width: 768px) {
.torikumi ul li {
	width: 31%;
}

}

