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

.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

#main {
	padding: 0 5px;
}

#main .section{
	margin: 5px 0 20px;
	padding: 0 10px;
	line-height: 1.6em;
}

#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;
}*/
h3.title{
	font-size: 17px;
	font-weight: bold;
	margin: 8px 0;
	padding-left: 5px;
	border-bottom: 1px dashed #555;
}

h3.guide{
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	padding-left: 2px;
	background: none !important;
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
}
h3.guide:after{
	content: "";
	position: absolute;
	right: 15px;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(-135deg);
	top: 18px;
	transition: all 0.5s;
}
h3.guide span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

.develop h3.guide {
	font-size: 13px;
	margin: -3px 0;
}



/*.accbox label:hover h3:after {
    display:none;
}*/


h4 {
    font-size: 14px;
    padding: 0 0 5px;
    letter-spacing: 1px;
    font-weight: bold;
		color:#888;
}

#main img{
}

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

}
#main p.topJuniorTex {
		padding:0 10px;
		line-height: 1.6em;
}
p.topJuniorTex span{
	font-size: 14px;
}

#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: 17px;
	font-weight: bold;
	padding: 2px 10px;
	margin: 8px 0;

}
#main .back_blue{
	border: 3px solid #003399;
	border-left: solid 17px #003399;
}
#main .back_green{
	border: 3px solid #32bd22;
	border-left: solid 17px #32bd22;
}

#main .classBtn {
	text-align: center;
	margin: 0 auto 10px;
	width: 90%;
}
#main .classBtn a {
	display: inline-block;
	color: #0000cd;
	padding: 2px 0;
	border-bottom: 2px solid #0000cd;
	font-size: 14.5px;
	font-weight: bold;
}


#main .koushu_list {
	line-height: 1.8em;

}
#main .koushu_caution {
	line-height: normal;
}

#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 {
	display:block;
}
#primaryImgArea {
	width: 100%;
}
#primaryImgArea img {
	width: 100%;
}

/* アコーディオン */
.accbox {
    margin: 10px 0 20px;
    max-width: 100%;
    border-bottom: 1px solid #666;
}

/* アコーディオンラベル */
.accbox label {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 0;
    color: #000;
    cursor: pointer;
    border-top: 1px solid #888;
}

.develop .accbox label {
	padding: 0;
}


/*ラベルホバー時*/
.accbox label:hover {
}



/*チェックは隠す*/
.accbox input {
	display: none;
}



/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	border-top: 1px solid #ccc;
	/*transition: 3.0s;*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    padding: 10px 14px;
    line-height: 22px;
}
/*矢印を下向きに*/
.cssacc:checked + label h3.guide:after{
	transform: rotate(-45deg);
}

/*中身をふわりと表示*/
.sectionBorder {
	opacity: 0;
	transition: all 1.5s;
}
.cssacc:checked + label + .accshow .sectionBorder  {
	opacity: 1;

}

.accbox .accshow p {
	margin: 15px 10px
}

/* style.cssで設定されているh3のbackgroundを消す */

#main h2 {
	background: none !important;
}
#main h3 {
	/*background: none !important;*/
}

/* 発達障害 */
.courseSec {
	margin: 0 auto;
	display: block;
}
.courseTitle {
	font-size: 17px;
	margin: 0 auto ;
	font-weight: bold;
	text-align: center;
	padding-top: 30px !important;
}
.courseList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.courseList p {
	width: calc(100% / 3 - 5px * 2);
	margin: 45px 4px;
	padding: 20px 0 !important;
	text-align: center;
	border: 1px solid #000;
	font-size: 12px;
	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: "";
	color: #000;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #000;
	left: 42%;
	top: -32px;
	transform: rotate(90deg);
}

/** 教材リスト **/

.materialInfo .accshow {
	padding: 0 !important;
}

.materialList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.materialList li{
	width: calc(100% / 2 - 7px * 2);
	margin: 0;
	padding: 9px 5px 9px 8px;
	font-size: 12px;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	border-top: 1px dashed #eee;
	border-right: 1px dashed #eee;
	position: relative;
}
.materialList li:nth-child(2n){
	border-right: none;
}
.materialList li:nth-child(-n+2){
	border-top: none;
}


.voiceTitle {
	font-size: 17px;
	text-align: center;
	margin: 0px auto 20px;
	font-weight: bold;
	border-top: 2px solid #eee;
	padding-top: 30px;
}
.parentsVoiceSec .coution {
	text-align: right;
	font-size: 11.5px;
	color: #999;
	padding: 0 5px;
	letter-spacing: 1px;
	margin: -10px 0 5px;
}
.voiceContents div {
  text-align: center;
}
.voiceContents p {
	text-align: left;
	font-size: 13px;
	padding: 0px 6px 6px 20px !important;
	margin: 0;
	z-index: 10;
	position: relative;
	letter-spacing: 0.3px;
	line-height: 1.35em;
}
.voiceContents p span{
	letter-spacing: -0.2px;
	font-size: 13px;
	line-height: 1.8em;
}
.voiceContents div img {
	float:none !important;
	border: 4px double #ddd;
	width: 90%;
}

.voiceContents .accbox {
	width: 90%;
	margin: 10px auto 30px;
	border-bottom: 1px solid #888;
}
.voiceContents .accbox label {
	margin: 0 auto;
	border-top: 1px solid #888;
}
.develop .voiceContents h3.guide {
	font-size: 12px;
	margin: -5px 0 -9px;
	color: #555;
}
.develop .voiceContents .cssacc:checked + label + .accshow {
	padding: 0;
}
.voiceContents .contenTxt {
	padding: 0 !important;
	margin: 10px 5px !important;
	line-height: 1.5em;
}
