@charset "utf-8";

/*********************************
 *
 * FRANCHISE STYLES
 * (「フランチャイズについて」ページのCSSファイル
 *
 *********************************/

@media screen and (min-width: 641px) {
	/*pc用スタイル記述Start*/
	div.franchise div.main-title.no_featured_img {
		margin-top: 45px;  /* 指定 */
		margin-bottom: 0px;
	}

	div.franchise_section {
		margin-top: 100px;  /* 指定 */
	}
	/*pc用スタイル記述End*/
}

@media screen and (max-width: 640px) {
	/*sp用スタイル記述Start*/
	div.franchise_section h2{
		margin-top: 40px;
	}
	div.franchise_section {
		margin-bottom: 40px;
	}

	div.franchise_section p.li {
		padding-left: 2em;
		text-indent: -2em;
	}
	/*sp用スタイル記述End*/
}