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

/* contents 共通部分 */

#page h2 {
	background-color: #b5b5b5;
	padding: 90px 0;
	font-size: 18px;
	text-align: center;
}
#page p.main_copy {
	width: 616px;
	margin: 50px auto;
	font-size: 14px;
	line-height: 200%;
}
.page_wrap {
	width: 940px;
	margin: 0 auto;
	padding-top: 120px;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}

/* ------------------ サービスメニュー -------------------------*/

#contents_sub {
	padding: 80px 0 0;
}

.icon {
	display: block;
	background-color: #FFF;
	padding: 70px 0 20px;
	clear: both;
	margin:0;
}
.icon ul.design {
	list-style: none;
	width: 548px;
	margin: 0 auto;
	text-align: center;
}
.icon ul.design li {
	float:left;
	padding: 0 15px;
}
.icon ul.point {
	list-style: none;
	width: 507px;
	margin: 0 auto;
	text-align: center;
}
.icon ul.point li {
	float:left;
	padding: 0 15px;
}
#service_menu_top {
	width: 1280px;
	margin: 0 auto;
}


#service_menu_top h2 {
	font-size: 30px;
	text-align: center;
	margin-top: 35px;
}

#service_menu_top p.sub_copy {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

#service_menu_top .title_icon{
	text-align: center;
}

#service_menu h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 100px;
}

#service_menu .under_copy {
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	line-height: 200%;
}




dl.service_menu {
	width: 940px;
	margin: 0 auto;
}
dl.service_menu dt {
	margin-top: 60px;
	width: 420px;
	display: block;
	clear: both;
}
dl.service_menu dd {
	margin-top:60px;
	width: 420px;
	display: block;
	padding-top: 30px;
}
.mr100 {
	margin-right: 100px;
}
dl.service_menu dd h4 {
	font-size: 18px;
}
dl.service_menu dd p {
	font-size: 14px;
	line-height: 200%;
	margin-top: 10px;
}

dl.service_menu_option {
	width: 100%;
}
dl.service_menu_option dt {
	margin-top: 80px;
	width: 50%;
	display: block;
	clear: both;
}

dl.service_menu_option dd.fl_left {
	margin-top: 80px;
	width: 30%;
	display: block;
	padding: 15% 5% 0 15%;
}
dl.service_menu_option dd.fl_right {
	margin-top: 150px;
	width: 30%;
	display: block;
	padding: 15% 15% 0 5%;
}
dl.service_menu_option dt.mr100,
dl.service_menu_option dd.mr100{
	margin-right: 0;
}
dl.service_menu_option dd h4 {
	font-size: 18px;
}
dl.service_menu_option dd p {
	font-size: 14px;
	line-height: 200%;
	margin-top: 10px;
}
dl.service_menu_option dt img,
dl.service_menu_option dd img {
	width:100%;
	height: auto;
}
.img_w img {
	width: 100%;
	height: auto;
	margin-top: 150px;
}
ul.option {
	margin: 100px auto 0;
	width: 900px;
	list-style: none;
}
ul.option li {
	float: left;
	margin-right: 42px;
	width:272px;
}
ul.option li.last {
	margin-right: 0;
}
ul.option li h4 {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}
ul.option li p {
	font-size: 14px;
	line-height: 200%;
	margin-top: 15px;
}


/* --------------SPレイアウト ----------------------------------- */

@media screen and (max-width:678px){

/* contents 共通部分 */

#page h2 {
	background-color: #b5b5b5;
	padding: 50px 0;
	font-size: 16px;
	text-align: center;
}
#page h2 span {
	display: block;
	margin-top: 10px;
}
#page p.main_copy {
	width: 86%;
	margin: 30px auto;
	font-size: 13px;
	line-height: 180%;
}
.page_wrap {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
.fl_left {
	float: none;
}
.fl_right {
	float: none;
}
	
/* ------------------ サービスメニュー -------------------------*/

#contents_sub {
	padding: 0px 0 0;
}
	
#service_menu_top {
	width: 86%;
	margin: 0 auto;
}

#service_menu_top .top_img {
	width: 116%;
	height: auto;
	margin-top: 50px;
	margin-left: -8%;
	text-align: center;
}

#service_menu_top h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

#service_menu_top p.sub_copy {
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	line-height: 180%;
}

#service_menu_top .title_icon{
	text-align: center;
}
	#service_menu {
		width: 86%;
		margin: 0 auto;
	}
#service_menu h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}

#service_menu .under_copy {
	font-size: 13px;
	text-align: left;
	margin-top: 25px;
	line-height: 180%;
}
	
.title_icon {
	width: 18%;
	margin: 40px auto 0;
	text-align: center;
}
	
dl.service_menu {
	width: 100%;
	margin: 0 auto;
}
dl.service_menu dt {
	margin-top: 50px;
	width: 100%;
	display: block;
	clear: both;
}
dl.service_menu dd {
	margin-top: 30px;
	width: 100%;
	display: block;
	padding-top: 0px;
}
.mr100 {
	margin-right: 0;
}
dl.service_menu dd h4 {
	font-size: 16px;
}
dl.service_menu dd p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 10px;
}

dl.service_menu_option {
	width: 100%;
}
dl.service_menu_option dt {
	margin: 40px auto 0;
	width: 50%;
	display: block;
	clear: both;
}

dl.service_menu_option dd.fl_left {
	margin-top: 0px;
	width: 100%;
	display: block;
	padding: 10% 0 0 0;
}
dl.service_menu_option dd.fl_right {
	margin-top: 0;
	width: 100%;
	display: block;
	padding: 10% 0 0 0;
}
dl.service_menu_option dt.mr100,
dl.service_menu_option dd.mr100{
	margin-right: auto;
}
dl.service_menu_option dd h4 {
	font-size: 16px;
}
dl.service_menu_option dd p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 10px;
}
dl.service_menu_option dt img,
dl.service_menu_option dd img {
	width:100%;
	height: auto;
	margin: 0 auto;
}
.img_w img {
	width: 116%;
	height: auto;
	margin-top: 50px;
	margin-left: -8%;
}
	
ul.option {
	margin: 50px auto 0;
	width: 100%;
	list-style: none;
}
ul.option li {
	float: none;
	margin-right: 0;
	width:100%;
	margin-bottom: 30px;
	text-align: center;
}
ul.option li.last {
	margin-right: 0;
}
ul.option li h4 {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
ul.option li p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 15px;
}
/* デザインのポイント */
.icon {
	display: block;
	background-color: #FFF;
	padding: 80px 0 40px;
	clear: both;
	margin:0;
	position: static;
}
.icon ul.design {
	list-style: none;
	width: 548px;
	margin: 0 auto;
	text-align: center;
}
.icon ul.design li {
	float:left;
	padding: 0 15px;
}
.icon ul.point {
	list-style: none;
	width: 88%;
	margin: 0 auto;
	text-align: center;
}
.icon ul.point li {
	float:left;
	padding: 0 2%;
	margin-bottom: 20px;
	width: 29.3%;
}
	
	
}