.contentsBox.template_list .center {
	margin: auto;
	text-align: center;
}

.contentsBox.template_list .right {
	text-align: right;
}

.contentsBox.template_list p.center img {
	max-width: 70%;
	margin: 0 auto;
}

.contentsBox.template_list .hdgCase,
.contentsBox.template_list .entry-note,
.contentsBox.template_list .link2 {
	display: none;
}

.contentsBox.template_list h3 {
	margin:30px 0px 15px 0px;
}

.contentsBox.template_list h4 {
  font-weight: normal;
  font-size: 1.5rem;
  margin:0px 0px 10px 0px;
}

.contentsBox.template_list p > a {
  color: #cd4a03;
}

@media (max-width: 950px) {
	.contentsBox.template_list h2 {
		font-size: 1.125rem;
	}
  .contentsBox.template_list h3 {
	  font-size: 1.25rem;
  }
  .contentsBox.template_list h4 {
    font-size: 1rem;
  }
}