@charset "utf-8";

ul, ol {
	margin: 0px;
	padding: 0px;
}
/* モバイルレイアウト : 480 px およびそれ以下. */

#design_article {
	padding: 5% 0% 10%;
}

#gd_header h1 {
	margin: auto auto 5.555%;
	width: 83.333%;
}
#design_article h2 {
	margin: auto auto 5.555%;
	width: 83.333%;
}
#design_article .image {
	margin: auto auto 8.333%;
}
#design_article .text {
	margin: auto auto 2em;
	width: 83.333%;
	line-height: 2em;
}
#design_article .text br{
	display: none;
}
#gd_intro, #gd_chapter {
	padding-bottom: 11.111%;
}
#gd_method ul li {
	margin: auto auto 2.555%;
	list-style-type: none;
	line-height: 2em;
	padding-bottom: 8.555%;
	background: url(/img/service/csm_arrow.gif) no-repeat center bottom;
	background-size: 5% auto;
}
#gd_method ul li:last-child {
	background: url(none);
}
#gd_method ul li h3 {
	margin: auto auto 3.333%;
	width: 88.888%;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 769px) {
/* モバイルレイアウト : 480 px およびそれ以下. */

#design_article {
	margin: auto;
	width: 1080px;
	text-align: center;
	font-size: 13pt;
	padding: 60px 0px 120px;
}
#gd_header h1 {
	width: 450px;
	height: 90px;
	margin-bottom: 60px;
}
#design_article h2 {
	height: 45px;
	width: 450px;
	margin-bottom: 50px;
}

#design_article .image {
	height: 360px;
	width: 720px;
	margin-bottom: 60px;
}
#design_article .text {
	width: 720px;
}
#design_article .text br{
	display: inline;
}
#gd_intro, #gd_chapter {
	padding-bottom: 90px;
}
#gd_method ul li {

}
#gd_method ul li:last-child {
	background: url(none);
}
#gd_method ul li h3 {
	margin: auto auto 30px;
	width: 400px;
}

}
