/* CSS Document */

@import url(forteacher.css);
@import url(../../module/lity.min.css);

.support{
  text-align: left;
}
.recruitSchedule{
  position: relative;
  margin: 2em auto;
  width: 18% !important;
  background: #006633; 
  color: #fff; 
  border: 8px solid #b2771f;
  border-radius: 3px; 
  box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
  padding-bottom: 1em;
}
.recruitSchedule::before,
.recruitSchedule::after {
  position: absolute;
  content: '';
  bottom: 0;
} 
.recruitSchedule::before {
  width: 10px; 
  right: 10px;
  border: solid 3px #e69fc0; 
  border-radius: 3px 2px 0 2px;
}
.recruitSchedule::after {
  width: 15px; 
  right: 45px;
  border: solid 3px #f4da25;
  border-radius: 8px 5px 2px 5px;
}

.recruitSchedule p{
	color: #fff;
	font-size: 1.1rem;
	padding: 0.5em;
	text-align: center;
	margin: 0 0 1em;
	letter-spacing: 4px;
  position: relative;
}
.recruitSchedule p::before{
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  background: #fff;
  bottom: 20%;
  left: 25%;
}
.recruitSchedule ul.dotList li{
  position: relative;
  padding-right: 1em;
}
.recruitSchedule ul.dotList li::before {
  content: "●";
  color: #fff;
  font-size: .9em;
  position: absolute;
  left: -1rem;
  top: 3%;
}

.bookOutline {
  color: #33AF8B;
  font-size: 1.2em;
  font-weight: 700;
  margin: 1rem .75rem;
}
.subTtl{
	margin: 0 auto;
	text-align: center;
}
.bookImg{
	text-align: center;
	margin: 2em auto;
 
}
.bookImg p.trial{
  position: absolute;
  /*background: #FF6700;*/
  border-radius: 50%;
  margin: 0 0 -5em 1.5em;
  width: 60px;
  height: 60px;
  z-index: 1;
  align-items: center;
  display: flex;
}
.bookImg p.trial::before{
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background: url("../../../img/page/forteacher/recruit/icn_booktrial__.svg")center left no-repeat;
  background-size: 100%;
  top: -20%;
  left: -10%;
  display: inline-block;
}
.bookImg p.trial a{
  border-bottom: none !important;
  color: #FF6700;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1em 0;
  position: relative;
  z-index: 1;
  margin-left: 3px;
  top: -18%;
}

.bookImg img{
	filter: drop-shadow( 2px 2px 2px #ccc);
}
.readBtn{
	text-align: center;
}
.readBtn a{
	background: #33AF8B;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.8em 0.5em 2em;
	position: relative;
	width: 60%;
}
.readBtn a::before{
	content: "";
	background: url("../../../img/page/forteacher/event/icn_book.svg") center left no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% - 8px);
	left: 23%;
}
.kyogikaiLink{
	margin: 2rem .75rem 4rem;
}
.kyogikaiLink .flexttl{
	text-align: center;
}
.kyogikaiLink .flexttl h3{
	margin: 0.5em auto;
}
.kyogikaiLink .flexttl img{
	width: 70%;
}
.kyogikaiLink .applyBtn{
	background: #5f1a52 url("../../../img/page/forteacher/icn_arrow_white.svg") right 1em center / .5rem no-repeat;
	width: 95%;
}
.supportMenu{
  background: #fff;
  border-radius: .5rem;
  filter: drop-shadow(0 0 4px #ddd);
  margin: 2rem 0;
  padding: 0.5rem 1.5rem 2rem;
}
.supportMenu h3{
  text-align: center;
  color: #5f1a52;
}
.supportMenu ul{
  padding-left: 0;
}
.supportMenu li{
  list-style: none;
  margin: 1em auto;
}
.supportMenu li h4{
  position: relative;
  margin: 0 auto;
}
.supportMenu li h4::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 0;
  top: 10%;
  margin-bottom: -3px;
}
.supportMenu li h4.seminar::before{
  background: url("../../../img/page/forteacher/recruit/icn_kyogikai_seminar.svg") center left no-repeat;
  left: -1%;
  /*top: 27%;*/
  margin-bottom: -7px
}
.supportMenu li h4.collaboration::before{
  background: url("../../../img/page/forteacher/recruit/icn_kyogikai_collaboration.svg") center left no-repeat;
}
.supportMenu li h4.pamphlet::before{
  background: url("../../../img/page/forteacher/recruit/icn_kyogikai_pamphlet.svg") center left no-repeat;
  left: -1%;
}
.supportMenu li h4.perfectbook::before{
  background: url("../../../img/page/forteacher/recruit/perfectbook.jpg") center left no-repeat;
  background-size: 21px;
  border: 1px solid #d9d9d9;
  width: 20px;
  margin-right: 1px;
  top: 11%;
}

.supportMenu li p{
  margin: 0 auto;
}

/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  .bookOutline{
    text-align: center;
  }
  .bookImg p.trial a{
    top: -16%;
  }
  ul.dotList.point{
    box-sizing: border-box;
    max-width: 960px;
    margin: 1rem 3rem 3rem;
    padding: 1em 2em;
  }
  .readBtn a{
    width: 50%;
  }
  .readBtn a::before{
    top: calc(50% - 9px);
  }
  .recruitSchedule p{
    margin: 0;
  }
  .supportMenu{
    width: 80%;
    margin: 0 auto;
    padding: 1em 4em;
  }
  .kyogikaiLink .flexttl img {
    width: 50%;
  }
  .kyogikaiLink .applyBtn{
    width: 50%;
  }
  .recruitSchedule p::before{
    width: 5.5em;
    left: 35%;
  }
  .recruitSchedule ul.dotList{
    padding-left: 2.5rem;
  }
}