/* CSS Document */

#matsudo h3.title+p { width: 92%; margin-left: auto; margin-right: auto;}
#matsudo h3.title+p small{ display: block; font-size: 0.6rem; padding-top: 0.6rem;}
#matsudo .tokuten{width: 96%; margin: 0 auto 3rem; max-width: 720px;}
#matsudo .tokuten h3{ font-size:1rem; margin-top: -0.6rem; background-color: #FFF; padding: 0.6rem 1.2rem; display: inline-block; font-family: 'Shin Go Medium';}

#matsudo #problem {
    background-image: url(../img/about.jpg);
    background-size: cover;
    background-position: center bottom;
	padding: 2rem 0;
	margin-top: 0;
}
#matsudo #problem li {
  background-color: #FFc300; font-size: 0.9rem;
	border-radius: 2rem;
	padding: 0.6rem 0 0.6rem 0.6rem ;	
  font-family: 'Shin Go Medium';
  background-image: linear-gradient(90deg, rgba(255, 150, 0, 1), rgba(255, 105, 0, 1));
	color: #FFF;
}
#matsudo #problem li i {
    color: #FFF78E;
    margin: 0 0.6rem;
}

#matsudo #gallery h3+p, #matsudo #plan h3.title+p{font-size: 1rem; margin-bottom: 4rem;}


#matsudo #plan .plans {		
background-color: transparent;
}
#matsudo #plan .plans ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666;
}
#matsudo #plan .plans li {
	position: relative;
	padding-left: 2em;
	font-size: 0.7rem;
	text-align: left!important;
	color:#000!important;
	
}
#matsudo #plan .plans li::before {
	content: 'check';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -55%);
	transform: translate(0, -55%);
	font-family: 'Material Icons';
	font-size: 140%;
}
#matsudo #plan .plans li:nth-of-type(n+2) {
	margin-top: 0.25em;
}
#matsudo #plan .plans > div:nth-of-type(1) li::before {
	color: #ffe666;
}
#matsudo #plan .plans > div:nth-of-type(2) li::before {
	color: #ffc300;
}
#matsudo #plan .plans > div:nth-of-type(3) li::before {
	color: #f59300;
}
#matsudo #shops small{display: block; font-size: 0.6rem;}

#matsudo #lesson .item h3+p{ font-size: 0.6rem; margin-top: -0.4rem;}

@media all and (max-width: 640px) {
	#matsudo #problem .sp_c{ text-align: center;}
	#matsudo #plan .plans ul {
		margin-top: 0.5em;
		margin-top: 1em;
		text-align: left;
	}
	#matsudo #shops .body h2{ font-size: 1.8rem;}
}
@media all and (min-width: 641px) {
	#matsudo #plan .plans ul {
		margin-top: 1em;
		font-size: 80%;
	}
}