.center{text-align: center;  }
.right{text-align: right;  }
.left{text-align: left;  }
.philosophy-wrap{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width:660px;
	margin:0 auto;
}
@media only screen and (max-width: 767px) {
	.philosophy-wrap{width:100%;}
}
.philosophy-row{
	margin-bottom: 80px;
}
.philosophy-title{
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.philosophy-card{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	line-height: 30px;
	padding: 30px;
	text-align: center;
	box-shadow: 3rem 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
