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

/*　コンテンツエリア
-------------------------------------------------------------------------------------------*/	

#contents-index-01 {
	margin: 100px auto 0;
}
#contents-index-01:after {
	content: "";
	display: block;
	clear: both;
}
#contents-index-02 {
	margin: -50px 0 100px;
}
.home-slogan {
	text-align: center;
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 20px;
	letter-spacing: 0em;
	line-height: 1.75em;
}
.home-cp-e br:first-child{
	display:none;
}
/*　1400px～
-------------------------------------------------------*/	
@media screen and (max-width: 1400px) {
#contents-index-01 {
	max-width: 100%;
}
}
/*　～766px
-------------------------------------------------------*/	
@media screen and (max-width: 766px) {
#contents-index-02 {
	margin: -80px 0 30px;
}
.home-slogan {
	text-align: center;
	font-family: "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 1.75em;
}
.home-cp-e br:first-child{
	display:block;
}
}
