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

/* active　*/

.navbar-default .navbar-nav > #nav02 a {
	background: url(../../common/img/gNavi02-on.png) no-repeat;
}

/*　main-contents　*/

#main-contents.rinen {
	background: url(../img/rinen-bg.jpg) top center  no-repeat;
	width: 100%;
}




#corporate-philosophy {}

#corporate-philosophy .txt-cc {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
}

#corporate-philosophy .txt-cc span {
	color: #e24e4e;
}

#corporate-philosophy h1 {
	margin-bottom: 50px;
}

#corporate-philosophy p {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}


/*　企業理念　*/

#philosophy {
	width: 100%;
	margin-top: 65px;
}





/*　企業スローガン　*/

#slogan {
	width: 100%;
	margin-top:65px;
}




/*　創作理念　*/

#creation {
	width: 100%;
	margin-top:65px;
}

#creation img {
	margin-bottom: 40px;
}

#creation p {
	margin-bottom: 40px;
}




/*　本物を一貫して追求する確かな姿勢　*/

#attitude {
	width: 100%;
	margin-top:65px;
}

#attitude dl {
	width: 100%;
	margin-top: 40px;
	font-size: 24px;
}

#attitude dl dt {
	padding: 15px 0;
	font-weight: normal;
}

#attitude dl dd {
	padding: 15px 0;
	text-indent: 115px;
}

#attitude dl span {
	color: #cc6699;
}












@media screen and ( max-width:767px ) {
	
	#corporate-philosophy .txt-cc {
		font-size: 230% !important;
		line-height: 50px;
		text-align: left;
	}
	
	#corporate-philosophy > div {
		margin-top: 50px;
	}
	
	
	/*　創作理念　*/
	
	#creation img {
		display: block;
		margin: 0 auto;
	}
	
	
	/*　本物を一貫して追求する確かな姿勢　*/
	
	#attitude h1 {
		line-height: 150%;
	}
	
	#attitude dl {
		margin-top: 20px;
		font-size: 130%;
	}
	
	#attitude dl dt {
		padding: 10px 0;
	}

	#attitude dl dd {
		padding: 10px 0;
		text-indent: 10%;
	}
	
}

