@charset "utf-8";
/* CSS Document */

#main h2{
	display:block;
	width:700px;
	height:107px;
	font-size: 20px;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:10px;
}

#main h3{
	font-size: 18px;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0 30px 0 5px;
}

#main img{
	float:left;
	padding:5px 5px 0 0;

}

#main p{
	padding:0 10px 10px 10px;

}

#main .right{
	font-size:16px;
	text-align:right;
	padding:15px 25px 15px 10px;
	background: url(../images/detail_bg.jpg) no-repeat 100% 50%;
}
#main .subtitle{
	font-size: 18px;
	font-weight:bold;
	padding:15px 25px 15px 30px;
	background: url(../images/primary_subtitle.jpg) no-repeat 0 50%;

}
#main .jh_subtitle{
	font-size: 18px;
	font-weight:bold;
	padding:15px 25px 15px 30px;
	background: url(../images/junior_subtitle.jpg) no-repeat 0 50%;

}

#main .r_subtitle{
	font-size: 18px;
	font-weight:bold;
	padding:15px 25px 15px 30px;
	background: url(../images/reading_subtitle.jpg) no-repeat 0 50%;

}

#main .d_subtitle{
	font-size: 18px;
	font-weight:bold;
	padding:15px 25px 15px 30px;
	background: url(../images/develop_subtitle.jpg) no-repeat 0 50%;

}
/*----------------------------------------------------
	#primaryImg
----------------------------------------------------*/
#primaryImg {
	height: 107px;
}
#primaryImgArea {
	width: 700px;
}
#primaryImgArea img {
	width: 700px;
}

#sp {
	display: none;
}

/*----------------------------------------------------
	発達障害
----------------------------------------------------*/
ul.studyText li{
	list-style-type:square !important;
	background:none !important;
	padding: 2px 0 2px 0 !important;
}
.courseSec {
	margin: 0 auto;
	display: block;
}
.courseTitle {
	font-size: 24px;
	margin: 30px auto 0;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #eee;
	padding-top: 40px !important;
}
.courseList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.courseList p {
	width: calc(100% / 3 - 13px * 2);
	margin: 55px 8px;
	padding: 20px 0 !important;
	text-align: center;
	border: 1px solid #000;
	font-size: 14px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.courseList p:nth-child(1) {
	background-color: #187d59;
}
.courseList p:nth-child(2) {
	background-color: #f39800;
}
.courseList p:nth-child(3) {
	background-color: #0068b7;
}
.courseList p:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 12px solid #000;
	left: 45%;
	top: -35px;
	transform: rotate(90deg);
}


.voiceTitle {
	font-size: 20px;
	text-align: center;
	margin: 0px auto 20px;
	font-weight: bold;
	border-top: 2px solid #eee;
	padding-top: 50px;
}
.voiceContents div {
	width: 98%;
  text-align: center;
  border: 4px double #ddd;
  margin-bottom: 40px;
}
.voiceContents p {
	text-align: left;
  font-size: 13px;
  padding: 6px 0 6px 20px !important;
  margin: 0;
  z-index: 10;
  position: relative;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #ddd;
}
.voiceContents p span{
	letter-spacing: -0.2px;
	font-size: 13px;
}
.voiceContents div img {
	float:none !important;
}
.voiceContents div:nth-child(1) img {
	width: 100%;
}
.voiceContents div:nth-child(2) img{
	width: 80%;
}
.voiceContents div:nth-child(3) img{
	width: 85%;
}
.voiceContents div:nth-child(4) img{
	width: 90%;
}
