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


.commonSection .common_h2 {
margin-bottom: 0em;
}


.commonSection .subTitle {
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
font-size: 2.0rem;
line-height: 1.5em;
}


/* for SP */
@media screen and (max-width: 767px) {

	.commonSection .common_h2 {
	font-size: 2.7rem;
	letter-spacing: 0;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection .common_h2 {
	font-size: 2.8rem;
	line-height: 1.3em;
	}

	.commonSection .subTitle {
	font-size: 3.0rem;
	}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}