/* CSS Document
blue rgba(70, 108, 183, .5)
sky  rgba(90, 198, 226, .4)

*/
@import url(forteacher.css);
/*@import url(../../module/lity.min.css);*/

.parentPamph{
  background: #f1f8ec;
  overflow: hidden;
}
.parentPamph h4{
  color: #33AF8B;
  font-size: 1.2em;
  text-align: center;
  margin: .75rem;
}
.parentPamph .step{
  background-color: #fff;
  background-position: left .75rem center;
  background-size: 2.5rem;
  background-repeat: no-repeat;
  border-radius: .5rem;
  margin: 1rem;
  padding: .5rem .5rem .5rem 4rem;
  position: relative;
}
.parentPamph .step:nth-of-type(1){
  background-image: url("../../../img/page/newcolumn/parents/step1_icon.png");
}
.parentPamph .step:nth-of-type(2){
  background-image: url("../../../img/page/newcolumn/parents/step2_icon.png");
}
.parentPamph .step:nth-of-type(3){
  background-image: url("../../../img/page/newcolumn/parents/step3_icon.png");
}
.parentPamph .step p{
  margin: 0;
  line-height: 1.3;
}
.parentPamph .step:not(:last-of-type):before{
  background: linear-gradient( 135deg , transparent 50%, #33AF8B 50%);
  content: "";
  left: calc(50% - .25rem);
  height: .5rem;
  position: absolute;
  bottom: -.6rem;
  width: .5rem;
  transform: rotate(45deg);
}
.qrcode{
  width: fit-content;
  margin: 0 auto;
}
.qrcode img{
  width: 80px;
}
.newtag{
  display: block;
}
.newtag p{
  margin: 0 auto;
  margin-bottom: 30px;
  width: fit-content;
}
.newtag p span{
  padding: 10px;
 position: relative;
 border-radius: 20px;
 color: #fff;
 font-weight: bold;
 margin: 0 auto;
}
.newtag p span:nth-of-type(1) {
  background-color: #33AF8B;
}
.newtag p span:nth-of-type(2) {
  background-color: red;
  margin-left: 20px;
}
p.kikaku{
  width: fit-content;
  margin: 20px auto;
}
/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  .parentPamph{
    padding: 1rem 8rem 0;
  }
  .qrcode{
    width: fit-content!important;
    margin: 0 auto!important;
    padding-right: 20px;
  }
  .qrcode img{
    width: 70px!important;
  }
  .qrcode img{
    width: 80px;
  }
  p.rightQr{
    width: 503px;
  }
  .newtag{
    display: flex;
  }
  .newtag p span{
    padding: 10px;
   top: 10px;
   position: relative;
   border-radius: 20px;
   color: #fff;
   font-weight: bold;
  }
  .newtag p span:nth-of-type(1) {
    background-color: #33AF8B;
  }
  .newtag p span:nth-of-type(2) {
    background-color: red;
    margin-left: 20px;
  }
  .newtag p{
    margin: 0;
    margin-top: 20px;
  }
  p.kikaku{
    padding-left: 650px;
  }
}