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

/*==============================*/
/* 経営理念 */
/*==============================*/
div.philosophy{
	max-width: 968px;
	margin: 24px auto 0 auto;
}
div.philosophy dl{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
	padding: 40px 40px 40px 0;
	background: #F5F5F5;
	border-radius: 5px;
}
div.philosophy dl:not(:last-child){ margin-bottom: 20px; }


div.philosophy dl dt{
	width: 176px;
	text-align: center;
	color: #01597A;
	font-size: 23px;
	font-weight: 600;
}
div.philosophy dl dd{ width: calc(100% - 176px);}
div.philosophy dl dd p{
	font-size: 15px;
	line-height: 1.8em;
}
div.philosophy dl dd p:not(:last-child){ margin-bottom: 10px;}

	/* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {
		div.philosophy{
			max-width: 960px;
			margin: 0 auto;
		}
		div.philosophy dl{
			flex-direction: column; -webkit-flex-direction: column;
			padding: 26px 24px 28px 24px;
		}
		div.philosophy dl dt{
			width: 100%;
			font-size: 22px;
			margin-bottom: 12px;
		}
		div.philosophy dl dd{
			width: 100%;
		}
		div.philosophy dl dd p{
			font-size: 14px;
			text-align: justify;
			text-align-last: left;
		}
		div.philosophy dl dd p:not(:last-child){ margin-bottom: 12px;}
    }


