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


.recoTitle {
	padding: 20px 0 0 0;
	background-color: transparent;
	font-size: 16px;
}


.subText{
	font-size: 14px;
	color: #888;
	line-height: 135%;
	margin-top: 6px;
	display: block;
}

.flex-item {
    width: calc(100% / 3 - 15px);
    margin-bottom: 50px;
}

#theme {
	align-items:stretch;
}

@media only screen and (min-width : 640px) {
	#theme .flex-item {
		width: 33.333%;
		margin-bottom: 50px;
	}
	#theme .recoTitle {
		padding: 25px 0 0 0;
	font-size: 1.8rem;
}
	#theme .subText{
		font-size: 1.3rem;
	}
	
}