@charset "utf-8";

.txt1 {
	line-height: 1.8;
	margin-bottom: 15px;
}
.name {
	text-align: right;
}
.philosophy {
	max-width: 800px;
	margin: 50px auto;
	padding: 30px 20px;
	background: rgba(0,86,150,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.philosophy h2 {
	font-size: 1.375em;
    font-family: 'Noto Serif JP' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.philosophy ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.philosophy li {
	font-size: 1.12em;
	margin-bottom: 10px;
}
.aboutASK {
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 30px 20px 15px;
	background: rgba(0,86,150,0.1);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.aboutASK .txt1 span {
	color: rgba(255,121,0,1);
	font-size: 1.25em;
	font-weight: 600;
}
.profile {
	width: 100%;
	margin-bottom: 40px;
}
.profile tr:nth-child(2n+1) {
	background: rgba(0,86,150,0.1);
}
.profile th {
	padding: 10px;
	font-weight: 600;
	white-space: nowrap;
}
.profile td {
	padding: 10px;
}
.profile ul {
	list-style: disc;
	margin-left: 2em;
}
.profile ul li {
	list-style: 1.8;
	margin-bottom: 5px;
}
.accessMap {
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 640px) {

	.philosophy {
		margin: 50px auto;
		padding: 20px 15px;
	}
	.profile th {
		display: block;
		width: 100%;
		padding: 10px 10px 0;
	}
	.profile td {
		display: block;
		width: 100%;
		padding: 5px 10px 10px;
	}

}