@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;
	
}
.contents h2 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 1.5em auto 1em;
  font-size: 24px;
  line-height: 1.5em;

  border-radius: 16px;
}
.contents h3 {
  font-size: 20px;
  margin: 0 0;
  padding: 0;
  color: #000;
  line-height: 1.5em;
}
.contents p {
	line-height: 150%;
}

.panel-list {
	display: flex;
	justify-content:;

	flex-wrap: wrap;
	width: 980px;
	max-width: 100%;
	list-style: none;
	margin: 0;
}
.panel-list li {
	width: 239px;
	height: 239px;
	background: #fff;
	text-align: center;
	margin-right: 8px;
	display: flex;
  align-items: center;
  justify-content: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	
}
.panel-list li:nth-of-type(4n) {
	margin-right: 0px;
}


@media screen and (max-width: 480px) {
	.contents h1 {
		font-size: 32px;
	}
	.contents h2 {
		font-size: 28px;
		margin: 1em 0;
	}
	.contents h3 {
		font-size: 24px;
	}

}