@charset "utf-8";
/* CSS Document */

.contents h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin:0 0 1em !important;
  padding: 1em 0 !important;
  line-height: 1.5em;
	width: 100%;
	border-bottom: 3px solid #ed1556;
	
}

.purpose {
  font-size: 66px;
  margin: 0 0 0.5em;
  padding: 0;
  color: #ed1556;
  line-height: 1.5em !important;
  font-weight: bold;
	text-align: center;
	
	font-weight: 700;
}
.purpose2 {
	font-size: 24px;
	text-align: center;
}

.directors-box {
	margin-top: 60px;
}

@media screen and (max-width: 480px) {
	.contents h1 {
		font-size: 32px;
	}
	.contents h3 {
		font-size: 24px;
	}
	.contents h4 {
		font-size: 24px;
	}
	.purpose {
  		font-size: 2em;
	}
}