/* CSS Document

*/

@import url(forteacher.css);
@import url(../../module/lity.min.css);

.series{
  text-align: center;
}

.shinroTv .copy{
  text-align: center;
  color: #1a4c9e;
  font-weight: 700;
  font-size: 1.2em;
}
.shinroTvSubsc{
  margin: 2rem .75rem 4rem;
}
.shinroTvSubsc .applyBtn{
  background-color: #1a4c9e;
}

.guidance{
  margin: 3rem .75rem;
  border: 3px solid #ffcb64;
  border-radius: 1rem;
  position: relative;
  padding: 1px;
}
.guidance h1{
  margin: -1.5rem auto 0;
  padding: 0 1rem;
  text-align: center;
}
.guidance h1 div+div{
  margin-top: .75rem;
}
.guidance .whatIs{
  background: url("../../../img/page/forteacher/movie/img_guidance_01.svg") left .5rem top / 100px no-repeat;
}
.guidance .whatIs h2{
  font-size: 1.2em;
  margin: 1rem .75rem;
  padding: .75rem 0 0 .5rem;
}

.guidance .point>div{
  display:flex;
  align-items: center;
}
.guidance .point h3{
  margin: 1rem;
  width: 50px;
}
.guidance .point>div>p{
   width: calc( 100% - 50px - 2rem - 1rem );  
}

.realVoice>p:first-child{
  background: #ffcb64;
  border-radius: 1rem;
  margin-bottom: 35px;
  padding: 1rem;
  position: relative;
}
.realVoice>p:first-child:after{
  content: "";
  background: url("../../../img/page/forteacher/movie/img_guidance_dot.svg") left top / cover;
  width: 5px;
  height: 25px;
  bottom: -30px;
  left: calc(50% - 2.5px);
  position: absolute;
}
.realVoice .example{
  color: #725219;
  position: relative;
  text-align: center;
}
.realVoice .example:after{
  background: rgba(255,203,100,.5);
  border-radius: 50%;
  content: "";
  height: 120px;
  left: calc(50% - 60px);
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1;
}
.realVoice .example p{
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .5rem;
  position: relative;
  z-index: 2;
}
.realVoice .example ul{
  list-style: none;
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.realVoice .example li{
  margin-top: .5rem;
}
.guidance .applyBtn{
  background-color: #725219;
}





/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  .shinroTv{
    text-align: center;
  }
  .shinroTvSubsc{
    max-width: 700px;
    margin: 4rem auto 6rem;
  }
  .shinroTvSubsc>div:first-of-type{
    display: flex;
    align-items: center;
  }
  .shinroTvSubsc figure{
    margin: 0;
    width: 200px;
  }
  .shinroTvSubsc p{
    width: calc(100% - 200px - 1rem);
  }
  .shinroTvSubsc .btnBox{
    margin-top: 0;
  }
  .guidance>div{
    width: calc( 553px + 1.5rem );
    margin: 2rem auto;
    box-sizing: border-box;
  }
  .guidance h1 div + div{
    margin-top: 2rem;
  }
  .guidance .point{
    margin: 2rem auto;
  }
  .guidance .point h3{
    width: 71px;
  }
  .guidance .point > div > p{
    width: calc( 100% - 71px - 2rem - 1rem );
    color: #725219;
    font-size: 1.2em;
    font-weight: 700;
  }
}