@charset "UTF-8";

/***共通項目***/
h2.center_ttl {
	font-size: 2.1rem;
	text-align: center;
	margin-top: 15px;
}
@media screen and (min-width: 769px){
	h2.center_ttl {
		font-size: 3rem;
		margin-top: 30px;
	}	
}

#Voice .parents_block {
	background: #f9f9f9;
	padding: 20px 0;
	margin-top: 50px;
}
#Voice ul {
	width: 90%;
	max-width: 1200px;
	margin: 10px auto;
}
#Voice ul li {
	margin: 10px 0 30px 0;
}
#Voice ul.student {
	margin: 10px auto 20px;
}
#Voice h3 {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  background: #f27986;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
#Voice h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  border: 6px solid transparent;
  border-top: 8px solid #f27986;
}
#Voice .parents h3 {
  background: #6ab151;
}
#Voice .parents h3::before {
  border-top: 8px solid #6ab151;
}
#Voice p {
  font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 15px;
}
#Voice p.name {
	font-size: 1.3rem;
	border-top: dashed 1px #a88e41;
	margin-top: 10px;
	padding-top: 10px;
}
@media screen and (min-width: 481px){
	#Voice ul {
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#Voice ul li {
		width: 48%;
	}
}
@media screen and (min-width: 961px){
	#Voice .parents_block {
		background: #f9f9f9;
		padding: 20px 0;
		margin-top: 50px;
	}
	#Voice ul li {
		width: 32%;
		max-width: 365px;
		margin: 20px 0 30px 0;
	}
	#Voice ul.student {
		margin: 10px auto 50px;
	}
	#Voice h3 {
		padding: 10px 0;
		font-size: 1.6rem;
	}
	#Voice h3::before {
		left: calc(50% - 8px);
		border: 8px solid transparent;
		border-top: 10px solid #f27986;
	}
	#Voice .parents h3::before {
		border-top: 10px solid #6ab151;
	}
	#Voice p {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-top: 20px;
	}
	#Voice p.name {
		font-size: 1.4rem;
		margin-top: 15px;
		padding-top: 15px;
	}
}