.backGroundColor{
  background-color: #fee21d;
  padding:20px 35px;
  border-radius: 20px;
}
.backGroundColor01{
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navposition{
  padding-bottom: 30px;
}
.snsBlock{
  padding-top: 25px;
  padding-bottom: 25px;
}
.pokotasudoDetail{
  padding-bottom: 30px;
  text-align: center;
}
.pokotasudoImgPlay{
  
}
/* 遊び方 */
.howPlaying{
  background-color: #ffffff;
  margin-left: 45px;
  margin-right: 45px;
  border-radius: 15px;
  background-color: #ffffcc;
  background-image: url(../../../../img/v3/bukatsu/programming/dot_bg.png);
}
.howPlaying .playing{
  text-align: center;
  font-size: 40px;
  text-shadow: 3px 0px #fc7907, 2.83px 0.98px #fc7907, 2.35px 1.85px #fc7907, 1.62px 2.52px #fc7907, 0.7px 2.91px #fc7907, -0.28px 2.98px #fc7907, -1.24px 2.72px #fc7907, -2.07px 2.16px #fc7907, -2.66px 1.37px #fc7907, -2.96px 0.42px #fc7907, -2.94px -0.57px #fc7907, -2.59px -1.5px #fc7907, -1.96px -2.27px #fc7907, -1.11px -2.78px #fc7907, -0.13px -2.99px #fc7907, 0.85px -2.87px #fc7907, 1.74px -2.43px #fc7907, 2.44px -1.73px #fc7907, 2.88px -0.83px #fc7907;
  font-family:'じゅん 501','Jun 501';
  color: #ffffff;
}
.howPlaying .howDetail{
  text-align: center;
  font-family:'じゅん 501','Jun 501';
  font-size: 25px;
  padding-top:5px;
  transform: rotate(0.05deg);
}
.howPlaying .howPlayingContents{
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
.howPlaying .firstPlaying01{
  padding-right: 20px;
}
.howPlaying .firstPlayingDetail01{
  font-family:'じゅん 501','Jun 501';
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  transform: rotate(0.05deg);
}
.howPlaying .firstPlayingDetail02{
  font-family:'じゅん 501','Jun 501';
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  transform: rotate(0.05deg);
}
.imgContent{
  padding: 30px 45px 5px 45px;
  text-align: center;

}
.copyright{
  text-align: center;
  margin-bottom: -15px;
}


@media screen and (max-width:768px) {
  .backGroundColor{
      background-color: #79f65f;
      padding:2.5vw 2.5vw;
      border-radius: 0px;
  }
  .backGroundColor01{
      background-color: #ffffff;
      padding-top: 10px;
      padding-bottom: .1px;
  }
  .navposition{
      padding-bottom: 10px;
  }
  .topMainBlock{
    margin-top: 0px;
  }
  .snsBlock{
    margin: 0px 3px;
    padding: 10px 0px 0px 0px;
  }
  .pokotasudoDetail{
      padding-left: 2.5vw;
      padding-right: 2.5vw;
      padding-bottom: 2.5vw;
  }
 
  /* 遊び方 */
  .howPlaying{
      background-color: #ffffff;
      margin-left: 2.5vw;
      margin-right: 2.5vw;
      border-radius: 2.5vw;
      padding-bottom: 2.5vw;
      background-color: #ffffcb;
      background-image: url(../../../../img/v3/bukatsu/programming/dot_bg_sp.png);
  }
  .howPlaying .playing{
      padding-top: 5px;
      font-size: 3.5vw;
      text-shadow: 2px 0px #fc7907, 1.75px 0.95px #fc7907, 1.08px 1.68px #fc7907, 0.14px 1.99px #fc7907, -0.83px 1.81px #fc7907, -1.6px 1.19px #fc7907, -1.97px 0.28px #fc7907, -1.87px -0.7px #fc7907, -1.3px -1.51px #fc7907, -0.42px -1.95px #fc7907, 0.56px -1.91px #fc7907, 1.41px -1.41px #fc7907, 1.92px -0.55px #fc7907;
  }
  .howPlaying .howDetail{
      text-align: center;
      font-family:'じゅん 501','Jun 501';
      font-size: 3.5vw;
      padding-top:0.5vw;
  }
  .howPlaying .howPlayingContents{
      display: flex;
      padding-top: 2.5vw;
      justify-content: center;
  }
  .howPlaying .firstPlaying01{
      padding-right: 2vw;
      padding-left: 2.5vw;
  }
  .howPlaying .firstPlaying02{
      padding-right: 2.5vw;
  }
  .howPlaying .firstPlayingDetail01{
      padding-top:0.5em;
      font-family:'じゅん 501','Jun 501';
      font-size: 3vw;
      text-align: center;
  }
  .howPlaying .firstPlayingDetail02{
      font-family:'じゅん 501','Jun 501';
      padding-top:0.5em;
      padding-bottom: 1em;
      font-size: 3vw;
      text-align: center;
  }
  .noPlay{
      background:#fd1921;
      margin-right: 1em;
      margin-left: 1em;
      border-radius: 5px;
      border:3px solid #ff6a00;
  }
  .noPlayDetail{
      font-family:'じゅん 501','Jun 501';
      transform: rotate(0.05deg);
      font-size: 10px;
      color: #ffffff;
      padding-right:5px;
      padding-left:5px;
  }
  .imgContent{
      padding: 2.5vw 2.5vw 5px 2.5vw;
  }
  .copyright{
    padding-top: 10px;
  }
}