@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main{
	margin-bottom: 150px;
}

#conts > p {
	margin-bottom: 110px;
}

#conts .bgGray{
	background: #f6f7fc;
}

#conts .pink{
	color: #ff8293;
}

#conts .sec01{
	margin-bottom: 110px;
}

#conts .sec01 .comPhotoBox{
	margin-bottom: 60px;
}

#conts .sec01 img{
	margin-left: 40px;
	
}
#conts .sec01 .bgGray{
	padding: 25px 20px;
	margin-bottom: 60px;
}

#conts .sec01 .colBox{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

#conts .sec01 .comBgBox02{
	background: #fff;
	width: 335px;
	box-sizing: border-box;
	padding: 28px 26px
}

#conts .sec01 .comBgBox02 .ttl{
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#conts .sec01 .comBgBox02 li{
	text-indent: -2em;
	margin-left: 2em;
}

#conts .sec01 .comBgBox02 .num{
	text-indent:0;
	margin-right: 9px;
}

#conts .sec02{
	margin-bottom: 110px;
}

#conts .sec02 > p{
	margin-bottom: 60px;
}

#conts .sec02 .comPhotoBox{
	margin-bottom: 60px;
}

#conts .sec02 .comPhotoBox .rPhoto{
	margin-left: 45px;
}

#conts .sec02 .comPhotoBox .pink{
	font-size: 18px;
}

#conts .sec03 > .txt{
	margin-bottom: 45px;
}

#conts .sec03 .comBtn{
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
	#main{
		margin-bottom: 78px;
	}

	#conts > p {
		margin-bottom: 74px;
	}

	#conts .sec01{
		margin-bottom: 70px;
	}

	#conts .sec01 .comPhotoBox{
		margin-bottom: 35px;
	}

	#conts .sec01 .comPhotoBox img{
		width:46%;

	}
	#conts .sec01 .bgGray{
		padding: 20px 16px;
		margin-bottom: 35px;
	}

	#conts .sec01 .colBox{
		display: block;
	}

	#conts .sec01 .comBgBox02{
		width: 100%;
		padding: 22px 12px;
		margin-bottom: 34px;
	}

	#conts .sec01 .comBgBox02:last-of-type{
		margin-bottom: 0;
	}
	
	#conts .sec01 .comBgBox02 .ttl{
		height: auto;
		display: block;
	}

	#conts .sec01 .comBgBox02 li{
		padding-left: 25px;
	}

	#conts .sec01 .comBgBox02 .num{
		text-indent:0;
		margin-right: 9px;
	}

	#conts .sec02{
		margin-bottom: 75px;
	}

	#conts .sec02 > p{
		margin-bottom: 35px;
	}

	#conts .sec02 .comPhotoBox{
		margin-bottom: 38px;
	}

	#conts .sec02 .comPhotoBox .rPhoto{
		margin: 0 auto 35px;
	}

	#conts .sec02 .comPhotoBox .pink{
		font-size: 17px;
	}

	#conts .sec03 > .txt{
		margin-bottom: 27px;
	}

	#conts .sec03 .comBtn{
		margin-bottom: 0;
	}

}