/* CSS Document */

@import url(forteacher.css);

.forPc{
  display: none;
}
.forSp{
  display: block;
}

.listening{
  margin: 1rem;
  border: 5px solid #fff;
}
.listening h1,
.kaiteKangaeru h2{
  color: #33AF8B;
  text-align: center;
}
.kaiteKangaeru section{
  border-radius: 1rem;
  margin-top: 1rem;
  overflow: hidden;
}
.kaiteKangaeru h3{
  border-radius: 3px 3px 0 0;
  margin-top: 0;
  padding: .5rem;
  text-align: center;
}
.kaiteKangaeru .shinro{ background: #e8f6e6;}
.kaiteKangaeru .career{ background: #fbf2e9;}
.kaiteKangaeru .tankyu{ background: #fbe5e5;}
.kaiteKangaeru .shinro h3{ background: #b2e1ac; color: #338425;}
.kaiteKangaeru .career h3{ background: #f1d4b5; color: #8c4f1c;}
.kaiteKangaeru .tankyu h3{ background: #f1a9aa; color: #a03343;}

.kaiteKangaeru ul{
  list-style-type: circle;
  margin: 0 1rem 1rem 0;  
}
.kaiteKangaeru ul li{
  margin-top: 1rem;
}


/*teacher2109から移植　---------------------------*/

.innerWrap h1,
.innerWrap h2,
.innerWrap h3,
.innerWrap h4{
  font-size: 1rem;
}
.innerWrap{
  background: rgb(var(--naviGray));
  overflow: hidden;
}
.btnBox{
  margin: 1rem 0;
}

.innerWrap img{
  border: none;
  text-decoration: none;
  max-width: initial;
}

.headerwrap{
  background: #33AF8B;
  position: relative;
  padding-bottom: 1px;
}
.headerwrap:after{
  content: "";
  bottom: -.5rem;
  background: linear-gradient( 135deg , rgba(255,255,255, 0) 50%, #33AF8B 50%);
  height: 1rem;
  left: calc(50% - .5rem);
  position: absolute;
  transform: rotate(45deg);
  width: 1rem;
}
.headerwrap h1{
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.headerwrap h1 img{
  max-width: 100%;
}
.threeQuestion{
  display: flex;
  justify-content: space-between;
  margin: -3rem 1rem 1rem;
  position: relative;
  z-index: 2;
}
.threeQuestion>div{
  background: #fff;
  border-radius: .5rem;
  width: calc((100% / 3) - .4rem );
  box-sizing: border-box;
}
.threeQuestion p{
  font-size: .9em; 
  margin: .25 .75rem;
  line-height: 1.2;
  text-align: center;
}
.threeQuestion p:first-of-type{
  color: #33AF8B;
}
.threeQuestion p:last-of-type{
  font-size: .9em; 
}
.copySub{
  color: #fff;
  font-size: 1.4em;
  filter: drop-shadow(3px 3px 0 rgba(0,0,0, .2));
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5rem;
}

.inPageLink{
  background: #fff;
  overflow: hidden;
}
.inPageLink ul{
  list-style: none;
  line-height: 1.6;
  margin: 2rem 0 1rem;
  padding: 0;
  font-size: 1em;
}
.inPageLink ul li{
  margin: 1rem;
}
.inPageLink ul a{
  display: flex;
  align-items: center;
  background: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: .5rem;
  padding: 1rem 1rem 1rem 2rem;
  position :relative;
}
.inPageLink ul a:after,
.inPageLink ul a:before{
  content: "";
  position: absolute;
}
.inPageLink ul a:before{
  width: 1.25rem;
  height: 1.25rem;
  background: #33AF8B;
  border-radius: 50%;
  bottom: -.625rem;
  left: calc(50% - .625rem );
}
.inPageLink ul a:after{
  height: .3rem;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: -.15rem;
  left: calc(50% - .15rem );
  transform: rotate(135deg);
  width: .3rem;
}
.inPageLink ul a span{
  font-size: .7em;
  display :block;
}
.inPageLink ul a div:first-of-type{
  width: 25%;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
}
.inPageLink ul a div:last-of-type{
  margin-left: 25%;
}
.inPageLink ul a img,
div:not(.newsWrap) .bookImg img{
  filter: drop-shadow( 2px 2px 2px #ccc);
}

.handbookWrap,
.adviserWrap,
.newsWrap,
.kaiteKangaeru{
  background: #fff;
  margin: 1rem;
  padding: 1rem;
}
.bookOutline{
  display: flex;
  flex-direction: column-reverse;
}
.bookImg,
.iphoneImg{
  text-align: center;
}
.bookOutline h2{
  color: #33AF8B;
  font-size: 1.2em;
  font-weight: 700;
  margin: 1rem .75rem;
}
.bookOutline h2 span{
  color: #333;
  display: block;
  font-size: .6em;
}
h3.square{
  font-size: 1.1em;
  font-weight: 700;
  margin: 1rem .75rem;
  }
h3.square span{
  display: block;
}
h3.square div:first-of-type span,
a.amazon{
  background: #33AF8B;
  border-radius: .5rem;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: .75rem;
  text-align: center;
}
a.amazon{
  padding: 2rem;
  position: relative;
}
a.amazon:after{
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  right: 1.5rem;
  top: calc( 50% - .25rem);
  transform: rotate(45deg);
}
h3.square div:last-of-type span:first-of-type{
  font-size: .8em;
  margin-top: .8rem;
}
h3.square div:last-of-type span:last-of-type{
  color: #33AF8B;
  font-size: 1.1em;
  margin-top: .3rem;
}

.bigImgBoxOpen{
  margin: 1rem .75rem 2rem;
  color: #33AF8B;
}
.bigImgBoxOpen span{
  text-decoration: underline;
}
.bigImgBox{
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 9999;
    }
    .bigImgBox .back{
      width: 100%;
      height: 100%;
      background: rgba(0,0,0, .5);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }
    .bigImgBox .boxBody{
      background: #fff;
      border-radius: 1rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      max-width: 90vw;
      max-height: 95vh;
      margin: auto;
      padding: 1rem;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 5;
    }
    .bigImgMain{
      flex-grow: 1;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
    }
    .bigImgSub{
    }
    .bigImgSub ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      list-style: none;
      margin: .5rem auto;
      padding: 0;
    }
    .bigImgSub ul li{
      max-width: 16vw;
      max-height: 16vw;
      text-align: center;
      margin: .5rem 0;
    }
    .bigImgMain img,
    .bigImgSub ul img{
      max-height: 100%;
      max-width: 100%;
    }
  .bigImgBoxClose p{
      text-align: center;
      margin: 0;
    }
    .boxBody .upper{
      display: flex;
      flex-direction: column;
      height: 100%;
    }


.voiceBox{
  background: #fff;
  border-radius: .5rem;
  filter: drop-shadow(0 0 4px #ddd);
  margin: 2rem .75rem;
  padding: 1rem 1.5rem;
}
.voiceBox .inner{
  position: relative;
}
.voiceBox h4{
  border: 1px solid #33AF8B;
  border-radius: .5rem;
  text-align: center;
  padding: 1rem;
}
.voiceBox h4 span{
  color: #33AF8B;
  font-size: .8em;
}
.voiceBox figure{
  left: 1rem;
  margin: 0;
  position: absolute;
  top: -3rem;
  width: 40px;
}
.voiceBox figure img{
  max-width: 100%;
}
ul.dotList{
  list-style: none;
  line-height: 1.8;
  padding-left: 1.5rem;
}
ul.dotList li{
  position: relative;
}
ul.dotList li:before{
  content: "●";
  color: #33AF8B;
  font-size: .9em;
  position: absolute;
  left: -1rem;
  top: .2em;
}
ul.labelList{
  list-style: none;
  margin: 1rem .75rem;
  padding: 0;
}
ul.labelList li{
  border: 1px solid #FF6700;
  color: #FF6700;
  margin-top: .25rem;
  padding: .5rem .75rem;
  text-align: center;
}
.openImg{
  text-align: center;
  margin: 2rem 0;
}

.campainInfo > *{
  margin: 1rem;
  text-align: center;
}
.campainInfo h1{
  color: #33AF8B;
  font-size: 1.3em;
  position: relative;
  text-align :center;
}
.campainInfo h1:before{
  content: "";
  display: block;
  height: 1px;
  background: #33AF8B;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.campainInfo h1 span{
  background: rgb(var(--naviGray));
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.campainInfo h2{
  color: #33AF8B;
  font-size: 1.1em;
  margin-bottom: 0;
}
.tokuten p{
 margin: 0;
}
.tokuten{
  color: #33AF8B;
}
.tokuten ul{
  list-style: none;
  padding: 0;
  text-align: left;
}
.tokuten ul li{
  align-items: center;
  background: #fff;
  border: 1px solid #33AF8B;
  display: flex;
  margin-top: .5rem;
  padding: .75rem 1rem;
}
.tokuten ul li p:first-of-type{
  width: 4.5rem;
}
a.orangeBtn,
a.greenBtn{
  background: #FF6700;
  border-radius: .5rem;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  line-height: 1.7;
  padding: 1rem;
  position: relative;
  filter: drop-shadow(3px 3px 0 rgba(0,0,0, .1));
}
a.orangeBtn.letter:before{
  display: block;
  content: "";
  background: url("../../../img/page/forteacher/book/icn_letter.svg") left top / contain no-repeat;
  height: 20px;
  position: absolute;
  left: 1rem;
  top: calc(50% - 10px );
  width: 20px;
}
a.greenBtn{
  background: #fff;
  border: 2px solid #33AF8B;
  color: #33AF8B;
}
.thema{
  background: #FFFFF4;
  border: 2px solid #33AF8B;
  border-radius: .5rem;
  padding: 1rem 1.5rem 2rem;
  margin: 1rem .75rem;
}
.thema h3{
  background: #33AF8B;
  border-radius: .5rem;
  color: #fff;
  padding: 1rem;
  font-size: 1.2em;
  text-align: center;
}
.thema .copy{
  color: #33AF8B;
  font-size: 1.1em;
}
.detailBox2 h2{
  color: #33AF8B;
  margin: 1rem .75rem;
  font-size: 1.2em;
}
.detailBox2 h3{
  color: #33AF8B;
  margin: 0 .75rem;
  font-size: 1em;
}
.detailBox2>div{
  border-bottom: 1px solid #ccc;
}
.detailBox2 .index p{
  margin: 0 .75rem .75rem;
}
p.openPdf{
  text-align: center;
  margin: 1rem .75rem /*!important*/;
}
.detailBox2 .index p.openPdf img{
  margin-bottom: 1rem;
}

.numberBox .number{
  text-align: center;
}
.newsWrap h3{
  border: 1px solid #33AF8B;
  border-radius: .5rem;
  color: #33AF8B;
  text-align: center;
  padding: .75rem;
  margin: 1rem .75rem;
}
.numberBox .title,
.numberBox p a{
  color: #33AF8B;
}
.contentArea.book .openPdf a:link{
  border: none !important;
}





/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  .kaiteKangaeru section>div{
    margin: 1rem 3rem;
  }
  .kaiteKangaeru h2 {
      font-size: 1.7em;
  }
  .kaiteKangaeru h2 {
    margin-top: 0;
  }
  .kaiteKangaeru h3{
    font-size: 1.3em;
    padding: .75rem 0;
  }

  /*teacher2109から移植　---------------------------*/

  .innerWrap{
    font-size: .9rem;
    max-width: initial;
    width: initial;
    padding-bottom: 1px;
  }
  .headerwrap h1{
    text-align: center;
  }
  .threeQuestion{
    max-width: 960px;
    margin: -3rem 1rem 0;
  }
  .inPageLink{
    padding: 0  calc((100% - 960px) / 2);
  }
  .inPageLink ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .threeQuestion>div,
  .inPageLink ul li{
    width: calc((100% / 3) - 1rem);
  }
  .inPageLink ul li{
    margin: 1rem 0;
  }
  .inPageLink ul li a{
    padding: .75rem 0;
  }
  .inPageLink ul a:after{
    left: calc(50% - .2rem );
  }
  .inPageLink ul a div{
    padding-left: .75rem;
  }
  .inPageLink ul a div:first-of-type{
    position: initial;
    left: initial;
    bottom: initial;
  }
  .inPageLink ul a div:last-of-type{
    margin-left: 0;
  }


  .threeQuestion p:first-of-type{
    fonr-size: 1em;
  }
  .copySub{
    font-size: 1.75em;
  }

  .handbookWrap,
  .adviserWrap,
  .campainInfo,
  .newsWrap,
  .kaiteKangaeru{
    box-sizing: border-box;
    max-width: 960px;
    margin: 3rem;
    padding: 4rem;
  }
  .campainInfo{
    padding: 0 4rem;
  }
  .bookOutline{
    flex-direction: row-reverse;
  }
  .bookOutline h2{
    font-size: 1.7em;
  }
  .bookOutline .bookImg,
  .bookOutline .iphoneImg{
    width: calc( 171px + 2rem);
  }
  .iphoneImg p{
    margin: 1rem 0;
  }
  .bookOutline>div:first-of-type{
    padding-left: 1.75rem;
  }
  h3.square{
    display: flex;
  }
  h3.square div:first-of-type{
    width: 152px;
    box-sizing: border-box;
  }
  h3.square div:last-of-type{
    margin-left: 1.7rem;
  }
  h3.square div:last-of-type span{
    margin-top: 0 !important;
  }


  .bigImgSub ul li{
    width: 100px;
    height: 100px;
  }
  .bigImgSub ul{
    justify-content: flex-start;
  }
  .bigImgSub ul li{
    margin: .5rem;
  }

  .voiceBox{
    margin: 2rem 0;
    padding: 2.5rem;
  }
  .voiceBox .inner{
    display: flex;
    align-item: center;
    margin-left: 80px;
  }
  .voiceBox figure{
    width: 70px;
    top: 0;
    left: -80px;
  }
  .voiceBox h4{
    padding: 2rem;
    margin: 0 1rem 0;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .voiceBox h4:before{
    content: "";
    height: 10px;
    background: #fff;
    border-color: #33AF8B;
    border-style: solid;
    border-width: 0 0 1px 1px;
    left: -6px;
    position: absolute;
    top: 10%;
    transform: rotate(45deg);
    width: 10px;
  }
  .voiceBox h4 div{
  }
  .labelList{
    display: flex;
  }
  ul.labelList li{
    margin-right: 1rem;
    padding: .5rem 1rem;
  }

  .detailBox,
  .detailBox2 section>div{
    display: flex;
    justify-content: space-between;
    padding-top: .25rem;
  }
  .detailBox{
    border-bottom: 1px solid #ccc;
  }
  .tokuten ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tokuten ul li{
    align-items: initial;
    flex-direction: column;
    margin-top: .75rem;
    width: 45%;
    text-align: center;
  }
  .tokuten ul li p+p{
    border-top: 1px solid #33AF8B;
  }
  .tokuten ul li p:first-of-type{
    width: initial;
  }
  a.amazon,
  a.orangeBtn,
  a.greenBtn{
    width: 85%;
    margin: 0 auto;
    padding: 2rem 6rem;
    font-size: 1.2em;
    box-sizing: border-box;
  }
  a.orangeBtn.letter:before{
    left: 2rem;
  }

  .newsWrap h3{
    text-align: left;
    padding: .75rem 2rem;
  }
  .numberBox>div{
    display: flex;
  }
  .numberBox p{
    margin: .5rem;
  }
  .boxBody .upper{
    flex-direction: row;
  }
  .bigImgSub{
    width: 30%;
  }
  .bigImgMain img{
    max-height: 85vh;
  }
  .detailBox2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detailBox2>section:not(.index){
    width: 48%;
  }
  .detailBox2 h2{
    margin-bottom: 0;
  }
  .detailBox2 p.openPdf{
    margin-right: 0;
  }
  .thema{
    background: #fff;
    border-color: #C2AD94;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 1.5rem 2rem;;
  }
  .thema h3{
    align-items: end;
    background:#C2AD94 url("../../../img/page/forteacher/book/icn_thema.svg") center 25% / 23px 28px no-repeat;
    border-radius: 20px;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    margin: 0;
    padding-bottom: 2rem;
    width: 26%;
  }
  .thema h3+div{
    width: 70%;
  }
  .thema p.copy,
  .thema ul.dotList li:before {
    color: #C2AD94;
  }
  .thema p.copy{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem;
    }
  .bigImgBoxOpen{
    margin: 3rem .75rem 1rem;
  }
}