body.page-toshin-voice .navbar-default,
body.page-toshin-teaching .navbar-default,
body.page-entry-guide .navbar-default,
body.page-high-speed-learning .navbar-default,
body.page-lessons .navbar-default,
body.page-learning-systems .navbar-default,
body.page-classes .navbar-default,
body.page-flow .navbar-default
{
	background-color: #009380;
}

body.page-toshin-voice .menu-slide,
body.page-toshin-voice footer,
body.page-toshin-teaching .menu-slide,
body.page-toshin-teaching footer,
body.page-entry-guide .menu-slide,
body.page-entry-guide footer,
body.page-high-speed-learning .menu-slide,
body.page-high-speed-learning footer,
body.page-lessons .menu-slide,
body.page-lessons footer,
body.page-learning-systems .menu-slide,
body.page-learning-systems footer,
body.page-classes .menu-slide,
body.page-flow footer,
body.page-classes footer
{
	background-image: linear-gradient(135deg,#009480 25%,#008f7d 25%,#008f7d 50%,#009480 50%,#009480 75%,#008f7d 75%,#008f7d 100%);
	background-size: 11.31px 11.31px;
}

.sp{
	display: none;
}
/*.section-entry-guide*/
.bg-header-entry{
	background: url('../img/bg-entry-guide.jpg') no-repeat center center/100%;
}

.section-entry-guide{
	padding-bottom: 100px;
}

.section-entry-guide .listStep{
	padding-left: 0;
}

.section-entry-guide .listStep li{
	list-style: none;
	background: #e9f4f3;
    padding: 19px 50px 26px;
	margin-bottom: 80px;
	position: relative;
}

.section-entry-guide .listStep li:after{
	content: "";
	position: absolute;
	bottom: -66px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url('../../img/toshin-junior/arrow-down.png') no-repeat center center/100%;
}

.section-entry-guide .listStep li:last-child{
	margin-bottom: 0;
}

.section-entry-guide .listStep li:last-child:after{
	display: none;
}

.section-entry-guide .listStep li .stepHead{
	color: #009380;
	margin-bottom: 5px;
}

.section-entry-guide .listStep li .stepHead .stepNumber{
	font-size: 42px;
	border-bottom: 2px solid #009380;
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
}

.section-entry-guide .listStep li .stepHead .stepTitle{
	font-size: 42px;
	display: inline-block;
	vertical-align: top;
}

.section-entry-guide .listStep li .stepContent{
	font-size: 18px;
	line-height: 2;
	letter-spacing: -0.5px;
}
/*.section-entry-guide*/

/*.section-teaching*/
.section-teaching{
	padding-bottom: 90px;
}

.section-teaching .teachingText{
	text-align: justify;
}

.paraList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.paraList .paraItem{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.paraList .paraItem .circleText{
	font-size: 28px;
	color: #fff;
	background: #009380;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}

.paraList .paraItem .paraContent h3{
	color: #009380;
	font-size: 28px;
	margin-bottom: 0;
}

.paraList .paraItem .paraContent p{
	font-size: 18px;
	line-height: 2;
}
/*.section-teaching*/

/*.section-voice*/
.section-voice{
	padding-bottom: 90px;
}

.listNumber{

}

.listNumber li{
	list-style: none;
	margin-bottom: 35px;
}

.listNumber li span{
	color: #fff;
	font-size: 32px;
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	margin-right: 30px;
}

.listNumber li span:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #009380;
	z-index: -1;
	border-radius: 4px;
	transform: rotate(45deg);
}

.listNumber li p{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.section-voice .photo{
	margin-top: -60px;
}

.titleRibbon{
	text-align: center;
	color: #fff;
	font-size: 42px;
	background: url('../../img/toshin-junior/titleRibbon.png') no-repeat center top/100%;
	font-weight: normal;
	padding: 22px 0 42px;
	margin-bottom: 50px;
}

.titleCurve{
	color: #fff;
	text-align: center;
	font-size: 30px;
	background: url('../../img/toshin-junior/titleCurve.png') no-repeat center top/100%;
	padding: 138px 0 40px;
	margin-bottom: 0;
}

.section-voice .curveItem1{
	padding-right: 20px;
}

.section-voice .curveItem2{
	padding-left: 20px;
}

.greyBg{
	background: #f9f9f9;
	z-index: -1;
    position: relative;
	padding: 30px 50px 1px;
    margin-bottom: 20px;
}

.greyBg .text-1{
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.greyBg .text-2{
	font-size: 18px;
	font-weight: bold;
}

.greyBg .listNumber li span{
	font-size: 24px;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	vertical-align: top;
}

.greyBg  .listNumber{
	border-top: 1px solid #e0e0e0;
	padding-left: 0;
	padding-top: 30px;
}

.greyBg  .listNumber li p{
	font-size: 18px;
	width: calc(100% - 50px);
}

.greyBg .listNumber li{
	margin-bottom: 15px;
}

.greyBg .listNumber li p{
	font-weight: normal;
}
/*.section-voice*/

.titleCenter{
	text-align: center;
	font-size: 38px;
	color: #009380;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

.titleCenter:after{
	content: "";
	width: 40px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-bottom: 3px solid #009380;
}

.mainText{
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 1.8;
}

.mainPhoto{
	margin-top: 35px;
}

.mainPhoto img{
	max-width: 100%;
}

/*.section-high-speed-learning*/
.section-high-speed-learning{
	padding-bottom: 70px;
}

.section-high-speed-learning .para2{
	margin-top: 100px;
}

.section-high-speed-learning .para2 .mainPhoto{
	margin-top: 0;
}
/*.section-high-speed-learning*/

/*.section-lessons*/
.section-lessons{
	padding-bottom: 90px;
}

.zigzag{
	padding-left: 0;
}

.zigzag li{
	position: relative;
	list-style: none;
	margin-bottom: 130px;
}

.zigzag li:last-child{
	margin-bottom: 0;
}

.zigzag li .desc{
	width: 62%;
	min-height: 340px;
}

.zigzag li .desc .ttl1{
	font-size: 28px;
	color: #fff;
	background: #009380;
	display: inline-block;
	padding: 8px 8px 0 8px;
}

.zigzag li .desc .ttl2{
	font-size: 27px;
	color: #009380;
	font-weight: bold;
	margin-bottom: 5px;
}

.zigzag li .desc .ttl3{
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 1.8;
	margin-bottom: 0;
}

.zigzag li:nth-child(even) .desc{
	margin-left: auto;
}

.zigzag li .photoOut{
	position: absolute;
    right: 0;
    top: 0;
    width: 37.5%;
    text-align: right;
}

.zigzag li:nth-child(even) .photoOut{
	left: 0;
	right: auto;
	text-align: left;
}

.zigzag li .photoOut img{
	max-width: 100%;
}
/*.section-lessons*/

/*.section-learning-systems*/
.section-learning-systems{
	padding-bottom: 100px;
}

.sectionInfo{
	margin-bottom: 70px;
}

.sectionInfo .para .text{
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 1.8;
	text-align: justify;
}

.sectionInfo .para .text small{
	font-size: 14px;
}

.sectionInfo .para .photo{
	padding-left: 30px;
}

.sectionInfo .para .photo img{
	max-width: 100%;
}

.tableGreen{

}

.tableGreen1{
	position: relative;
	margin-top: 35px;
}

.tableGreen1:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 230px;
	height: 96px;
	transform: translate(-50%, 100%);
	background: url('../../img/toshin-junior/table-arrow-down.png') no-repeat center center/100%;
}

.tableGreen2{
	margin-top: 115px;
}

.tableGreen th{
	font-size: 38px;
	color: #fff;
	background: #009380;
	border: 2px solid #009380;
	line-height: 1;
}

.tableGreen th .vr{
	writing-mode: tb-rl;
	font-weight: normal;
}

.tableGreen .col8{
	width: 8%;
	text-align: center;
}

.tableGreen td{
	border: 2px solid #009380;
	padding: 0 25px;
}

.tableGreen td .number{
	color: #009380;
	font-size: 42px;
}

.tableGreen td.number-1{
	background: #e4f6f4;
}

.tableGreen td.number-2{
	background: #c5e6e2;
}

.tableGreen td.number-3{
	background: #a5d7d1;
}

.tableGreen td.number-4{
	background: #6abab0;
}

.tableGreen td.number-4 .number{
	color: #e4f6f4;
}

.tableGreen td h3{
	color: #009380;
	font-size: 32px;
}

.tableGreen td p{
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 1.8;
}
/*.section-learning-systems*/

/*.section-classes*/
.section-classes{
	padding-bottom: 50px;
}

.section-classes .para3{
	margin-top: 100px;
}

.section-classes .member{
	margin: 0 auto 50px;
}

.section-classes .member .member-l{
	padding-right: 15px;
}

.section-classes .member .member-ll{
	padding-right: 23px;
}

.section-classes .member .member-r{
	padding-left: 15px;
}

.section-classes .member .member-rr{
	padding-left: 23px;
}

.section-classes .member .member-c{
	padding: 0 7px;
}

.section-classes .member .cardTitle{
	color: #fff;
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}

.section-classes .member .cardTitle-1{
	background: #f79649;
}

.section-classes .member .cardTitle-2{
	background: #4191cc;
}

.section-classes .member .cardTitle-3{
	background: #ed869b;
}

.section-classes .member .cardTitle-4{
	background: #5db531;
}

.section-classes .member .cardTitle-5{
	background: #7d4698;
}

.section-classes .member{
	list-style: none;
}

.section-classes .member .memberPhoto{
	margin-bottom: 0;
}


.section-classes .member .memberInfo{
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.section-classes .member .memberInfo .memberTitle{
	text-align: center;
	font-size: 26px;
	margin-bottom: 0;
}

.section-classes .member .memberInfo .memberTitle small{
	font-size: 17px;
}

.section-classes .member .memberInfo .memberText{
  margin-bottom: 30px;
	font-size: 13px;
}
/*.section-classes*/

@media(max-width: 768px){
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.titleCenter{
		font-size: 18px;
	}

	.section-entry-guide .listStep li .stepHead .stepNumber{
		font-size: 26px;
		margin-bottom: 0;
	}

	.section-entry-guide .listStep li .stepHead .stepTitle{
		display: block;
		font-size: 28px;
	}

	.section-entry-guide .listStep li .stepContent{
		font-size: 16px;
	}

	.paraList{
		display: block;
	}

	.paraList .paraItem{
		display: block;
		text-align: center;
	}

	.paraList .paraItem .circleText{
		margin: 0 auto;
	}

	.paraList .paraItem .paraContent p{
		font-size: 15px;
	}

	.section-voice .curveItem1{
		padding-right: 0;
	}

	.section-voice .curveItem2{
		padding-left: 0;
	}

	.titleRibbon{
		font-size: 20px;
		padding: 5px 0 10px;
	}

	.titleCurve{
		font-size: 20px;
		padding: 100px 0 30px;
	}

	.listNumber li p{
		font-size: 18px;
		width: calc(100% - 70px);
	}

	.section-voice .photo{
		margin-top: 0;
		text-align: center;
	}

	.zigzag li .desc{
		width: 100%;
		min-height: inherit;
	}

	.zigzag li .photoOut{
		width: 100%;
		position: static;
	}

	.zigzag li .desc .ttl1{
		font-size: 22px;
	}

	.zigzag li .desc .ttl2{
		font-size: 24px;
	}

	.zigzag li .desc .ttl3{
		font-size: 16px;
	}

	.tableGreen td h3{
		font-size: 20px;
	}

	.tableGreen td p{
		font-size: 15px;
	}

	.tableGreen th{
		font-size: 16px;
	}

	.section-classes .member{
		width: 100%;
		margin-bottom: 0;
	}

	.section-classes .member .member-l,
	.section-classes .member .member-r,
	.section-classes .member .member-ll,
	.section-classes .member .member-rr,
	.section-classes .member .member-c{
		padding: 0;
		margin-bottom: 15px;
	}

	.section-classes .member .member-l .member-l,
	.section-classes .member .member-r .member-l,
	.section-classes .member .member-c .member-l{
		padding-right: 15px;
	}

	.section-classes .member .member-l .member-r,
	.section-classes .member .member-r .member-r,
	.section-classes .member .member-c .member-r{
		padding-left: 15px;
	}

	.section-classes .member .member-ll .member-1col,
	.section-classes .member .member-rr .member-1col{
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
  .section-teaching .teachingText{
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .sectionInfo .para .text {
    font-size: 15px;
  }

  .mainText {
    font-size: 15px;
  }
}


.section-lessons .title-highlight-yellow {
  font-size: 32px;
}

.section-lessons .table-cell .cell {
  vertical-align: middle;
}


.section-lessons .table-cell {
  margin-bottom: 20px;
}


.section-lessons .table-cell .cell:last-of-type {
  padding-right: 5px;
  padding-left: 5px;
}

.section-lessons .cell .ttl1 {
  margin-bottom: 0;
}

.section-lessons .container-btn {
  display: block;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  max-width: 305px;
}

.section-lessons .img-sm {
  margin-top: 20px;
}

.section-lessons .img-lg {
  margin-bottom: 70px;
}

.itemcontent {
    display: flex;
	flex-wrap: wrap;
}
.item-left {
    width: calc(100% - 370px);
}
.item-right {
    float: right;
    width: 350px;
    margin-left: 15px;
}
@media (max-width: 768px) {
  .section-lessons .title-highlight-yellow {
    font-size: 20px;
  }

  .section-lessons .photoOut img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-lessons .container-btn {
    margin-top: 70px;
  }

  .section-lessons .img-lg {
    margin-bottom: 35px;
  }
}


@media (max-width: 767px) {
  .section-classes .member .memberInfo .memberTitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }

  .section-classes .member .memberInfo .memberTitle small {
    display: block;
    font-size: 12px;
  }

  .zigzag li{
    margin-bottom: 40px;
  }

  .zigzag li:last-of-type {
    margin-bottom: 0;
  }

  .section-lessons {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
	.itemcontent {
		flex-direction: column;
	}
	.item-left {
		width: 100%;
	}
	.item-right {
		width: 100%;
		margin-top: 15px;
	}
}	
@media (max-width: 479px) {
  .section-lessons .table-cell .cell:last-of-type {
    padding: 0;
    text-align: left;
  }

  .section-lessons .cell .ttl1 {
    margin-bottom: 8px;
  }
}

.shingakup{
	font-size: 32px;
	font-weight: 600;
}