@charset "utf-8";

canvas{
  width: 100%;
}

.logoBack {
  background-image: url(../../../../img/v3/bukatsu/programming/BG-0_PROGRAM_0222.png);
  background-repeat: repeat;
  background-position: left top;
  text-align: center;
  padding-bottom: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .logoBack {
    text-align: left;
    padding-bottom: 0;
  }
}

.backImg {
	background-image: url(../../../../img/v3/bukatsu/programming/BG-0_PROGRAM_0222.png);
  background-repeat: repeat;
  background-position: left top;
}

.logoImg01 {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 200px;
}

.logoImg02 {
  position: absolute;
  z-index: 10;
  width: 95%;
  margin-top: 22%;
  left: 0%;
}

.containerLogo {
	width: 100%;
	position: relative;
	text-align: center;
}

.canvasStyleLogo {
	position: absolute;
	display: block;
}

.overlayContainer {
  pointer-events:none;
  overflow:hidden;
  width:100%;
  height:365px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

/* 白エリア設定 */
.detailInner{
  background: #fff;
}

.contentBlock02 {
  padding: 20px 35px;
  position: relative;
}


/* ワンダーボタン */
.wonderButton {

  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}

.spWonderP {
  height:20px;
}

/*ロゴとBodyの間の白ウイーブ*/
.wave {
  height: 20px;
  position: relative;
  background-image: url(../../../../img/v3/bukatsu/programming/BG-0_PROGRAM_0222.png);
  background-repeat: repeat;
  background-position: left top;
}

.wave:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 25px 25px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
}

.anchorTable {
  width: 98%;
  margin: 0% 1%;
}
.anchorTable td {
  width: 33%;
  padding: 0.5% 0.5%;
}
.anchorTable td img {
  width: 100%;
}
/* ワンダーボタン */
.wonderButton {
  display: inline-block;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}
.wonderButton .link {
  display: block;
  color: #fff;
  padding: 2px 8px 1px;
  font-size: 11px;
  font-size: 1.1rem;
}
.wonderButton.voted {
  background: none;
  box-shadow: none;
}
.wonderButton.voted .link {
  pointer-events: none;
  color: #ff0000;
}

/*背景色　黄色設定*/
.yellowBlock01 {
  background: #fee21d;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
}

/* 共通スタイル */
/*イメージの幅設定*/
.picBlock01 {
  width: 100%;
}

/*youtube動画の幅設定*/
.processBlock01 {
  width: 100%;
  height: auto;
}

/*動画タイトル設定*/
.movieTitle {
  color: white;
  font-size:1.5vw;
  text-align: center;
  font-weight: bold;
}

/*Cursor hand*/
.linkStyle {
  cursor: hand; cursor:pointer;
}

/*上と下の間に空白設定*/
.divided {
 margin-top: 2%;
}

.gameTitleBlock01 {
  margin-top:-3%;
  width: 100%;
}

/*イメージの幅設定*/
.videoWidth {
  width: 100%;
}

.contentDiv {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: -1%;
}

/*lessonBlock*/
.lessonBlock {
  width: 86%;
  margin: 0% 7%;
}
.lessonBlock01 {
  width: 80%;
  padding-left: 25%;
}
.lessonSlider{
  margin-bottom: 3%;
}
.lessonMovie .panel {
  background: #fff;
}
.lessonMovie .movie .img{
  width: 97%;
  max-width: 100%;
}
.lessonMovie .panel{
  margin: 0 2px;
}
.lessonMovie .panel .text {
  padding: 0 10px;
}

.category {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ff6c00;
  opacity: 0.9;
  padding: 5px 25px;
  color: #FFFFFF;
  font-size: 1.4rem;
}

.seeMoreBtn_green {
  margin: 0% 35%;
}
.seeMoreBtn_green01 {
  margin: 0% 37.1%;
}

.btnText {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 3% 0%;
}

/*背景色　ピンク画像設定*/
.pinkBlock01 {
  background-image: url(../../../../img/v3/bukatsu/programming/BG-2_PROGRAM_0217.png);
  background-repeat:repeat;
  background-position:left top;
  margin: 0% 2.8%;
  margin-bottom: -1%;
}

.shitawakukaishou {
  margin-bottom: -1%;
}

.noBrowsingSmartphoneAlert{
  background-color: rgba(0,0,0,.8);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
}
.noBrowsingSmartphoneAlert .windowWrapper{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2vw;
  background-color: #225290;
  width: 100vw;
  padding: 2vw;
  box-sizing: border-box;;
}
.noBrowsingSmartphoneAlert .window{
  border: 2vw #fecc00 solid;
  border-radius: 3vw;
  padding: 3vw 4vw;
  box-sizing: border-box;
  background: #94d9f7;
  background: linear-gradient(to bottom, #94d9f7 0%,#baedff 100%);
  font-size: 4vw;
  color:#20527b;
}
.noBrowsingSmartphoneAlert .window p{
  font-size: 5vw;
  color:#20527b;
  font-weight: bold;
  text-align: center;
}
.noBrowsingSmartphoneAlert .window p strong{
  color:#f60c0c;
}
.noBrowsingSmartphoneAlert .buttonIcon{
  position: absolute;
  top:-33px;
  right: 0;
}

/*デバイスの横幅が321以上768以下の場合*/
@media screen and (max-width:768px) {
  /*ロゴとBodyの間の白ウイーブ*/
  .wave {
    height: 20px;
  }

  .wave:after {
    background-size: 20px 20px;
    height: 20px;
  }

  .logoImg01 {
    width: 80px;
  }
  .logoImg02 {
    margin-top: 26%;
  }

  /* ワンダーボタン */
  .wonderButton {
    margin-left: 0%;
  }

  .voteDiv {
    width: 94%;
    margin-left: 3%;
    position: relative;
  }

  .seeMoreBtn_green {
    margin: 0% 25%;
  }

  .seeMoreBtn_green01 {
    margin: 0% 28.5%;
  }

  .btnText {
    font-size: 10px;
    font-size: 1rem;
  }

  .lessonBlock01 {
    width: 85.5%;
    padding-left: 0%;
    margin: 0% 7%;
  }

  .lessonMovie .movie .img{
    width: 100%;
  }
}

 /* デバイスの横幅が320px以下の場合 */
@media only screen and (max-width: 320px) {
  .logoImg01 {
    width: 80px;
  }
  .logoImg02 {
    margin-top: 26%;
  }


  .voteDiv {
    width: 100%;
    margin-left: 0%;
    position: relative;
    margin-top: -9%;
  }

  .seeMoreBtn_green {
    margin: 0% 25%;
  }

  .seeMoreBtn_green01 {
    margin: 0% 28.5%;
  }

  .btnText {
    font-size: 10px;
    font-size: 1rem;
  }

  .lessonBlock01 {
    width: 85.5%;
    padding-left: 0%;
    margin: 0% 7%;
  }
  .lessonMovie .movie .img{
    width: 100%;
  }
}

.snsButtons{
  left:0;
}

/* 201809 プログラミング部共通部品 */
/* ナビゲーション */
.flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.programmingNavi{
  margin: 2px 5px;
  display: inline-block;
  flex :1;
  background-color: #ffa500;
  box-shadow:4px 4px 3px -2px #696969;
  border-radius:6px;
  border:3px solid #ffbb00;

  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,
    #fff   0%, #fff  40%, #ffd900 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
    #fff   0%, #fff  40%, #ffd900 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
    #fff   0%, #fff  40%, #ffd900 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#fff', endColorstr='#ffd900',GradientType=0
  ); /* IE6-9 */
}

.programmingNavi a{
  display: block;
  width: 100%;
  color:#48434A;
  font-family: 'じゅん 501', 'Jun 501';
  transform: rotate(0.05deg);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 150%;
  padding: 7px 0;
}

/* コンテンツ部品：共通 */
.topMainBlock {
  margin: 0 7px 30px 7px;
  padding-bottom: 50px;
}

.topMainBlock .mainContent {
  padding-top: 40px;
}

.firstTopMainBlock {
  margin-top:30px;
}

/* ギザ角 */
.topMainBlock .bgAccent {
  position: relative;
}

.topMainBlock .bgAccent .Item {
  width: 50px;
  height: 50px;
}

.topMainBlock .topBgAccent .Item:nth-of-type(1){
  background-image: url("/img/v3/bukatsu/programming/common/giza_edge_main/01_giza_edge_left_top.png");
  position: absolute;
  left: 0;
}

.topMainBlock .topBgAccent .Item:nth-of-type(2){
  background-image: url("/img/v3/bukatsu/programming/common/giza_edge_main/02_giza_edge_right_top.png");
  position: absolute;
  right: 0;
}

.topMainBlock .bottomBgAccent .Item:nth-of-type(1){
  background-image: url("/img/v3/bukatsu/programming/common/giza_edge_main/03_giza_edge_left_bottom.png");
  position: absolute;
  left: 0;
}

.topMainBlock .bottomBgAccent .Item:nth-of-type(2){
  background-image: url("/img/v3/bukatsu/programming/common/giza_edge_main/04_giza_edge_right_bottom.png");
  position: absolute;
  right: 0;
}
/* タイトル */
.topMainBlock .mainContent .mainTitleBg {
  margin: 0 130px 0 130px;
  padding: 5px 0;
  font-family: '新ゴ H', 'Shin Go Heavy';
  transform: rotate(0.05deg);
  font-size: 3.6rem;
  text-align: center;
  background-image: url("/img/v3/bukatsu/programming/common/programming_title_background.png");
}

/* コンテンツ部品：詳細 */
/* テキスト */
.topMainBlock .mainContent .infoBox {
  margin-top : 30px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

.topMainBlock .mainContent .infoBox p {
  font-family: 'じゅん 501', 'Jun 501';
  transform: rotate(0.05deg);
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

/* 画像 */
.topMainBlock .mainContent .contentImage {
  margin:30px 40px 5px 40px;
  text-align: center;
}

.topMainBlock .mainContent .contentImage a {
  width: 100%;
  display: block;
}

.topMainBlock .mainContent .contentImage a img {
  width: 100%;
  height: auto;
}

/* コンテンツ部品：投稿 */
/* 紹介画像 */
.topMainBlock .mainContent .contentImagePost {
  margin:0 2.5% 5px 2.5%;
  text-align: center;
}

.topMainBlock .mainContent .contentImagePost a {
  width: 100%;
  display: block;
}

.topMainBlock .mainContent .contentImagePost a img {
  width: 100%;
  height: auto;
}
.topMainBlock .mainContent .bannerBlock01{
  margin-top: 30px;
}

/* 投稿部分 */
.topMainBlock .mainContent .postBox {
  position: relative;
}

.topMainBlock .mainContent .postBox .postListBox {
  margin:40px 10px 10px 10px;
  text-align: left;
}

/* 左上ラベル */
.topMainBlock .mainContent .postBox .postListBox .postTitle {
  text-align: left;
  padding: 10px 20px 5px 50px;
  margin-left:2.5%;
  display: inline-block;
  font-size: 180%;
  font-weight: bold;
  background-color: #FFF;
  border-radius:10px 10px 0 0 / 10px 10px 0 0;
}

.topMainBlock .mainContent .postBox .postListBox .postTitle .postTitleText {
  font-size: 100%;
  font-family: 'じゅん 501', 'Jun 501';
  transform: rotate(0.05deg);
}

/* 投稿画像 */
.topMainBlock .mainContent .postBox .postListBox .postList {
  width: 95%;
  background-color: #FFFFFF;
  margin: -1px 2.5% 0 2.5%;
}

.topMainBlock .mainContent .postBox .postListBox .contentImagePost {
  margin:-1px 2.5% 5px 2.5%;
}

.topMainBlock .mainContent .postBox .postListBox .postList .worksSlider a {
  width: 218px;
  height: 160px;
}

.postList .worksSlider .workImgDiv {
  margin:2px;
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  object-fit: cover;
}

.postList .worksSlider .workImgDiv img {
  position: relative;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%);
}

/* 詳細ボタン（幅変更で移動） */
.topMainBlock .mainContent .postBox .postButtonBox {
  text-align: right;
}

.topMainBlock .mainContent .postBox .postButtonBox .postMoreButton {
  position: absolute;
  right: 0;
  top: -10px;
  margin-right: 3.5%;
}

.postMoreButton {
  display: inline-block;
  border-radius:6px;
}

.postMoreButton .link {
  box-sizing: border-box;
  padding: 5px 20px 2px 20px;
  overflow: hidden;
/*  border-radius: 6px; */
  display: inline-block;
}

.postMoreButton .link .text {
  color: #fff;
  font-family: 'UD Shin Go Bold JIS2004';
  transform: rotate(0.05deg);
  font-size: 1.5rem;
  font-weight: 700;
}

.postMoreButton  .link .text .fa {
  color: #fff;
  font-size: 3rem;
  vertical-align: -4px;
  text-indent: 10px;
}

.postMoreButton .link .text:hover,
.postMoreButton .link .text:hover .text .fa {
  color: #fff798;
}

/* コンテンツ部品：もっと知りたい */
.topMainBlock .mainContent .postBox .postListBox .postListMore {
  margin: -1px 2.5% 0 2.5%;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  padding: 5px;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox {
  text-align: center;
  width: 280px;
  height: 210px;
  margin: 5px 2.5px 5px 2.5px;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox .moreItem {
  margin: 5px 5px 0 5px;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox .moreItem .moreImgArea {
  width: 270px;
  height: 150px;
  position: relative;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox .moreItem .moreItemTitle {
  font-family:'UD Shin Go Medium JIS2004';
  transform: rotate(0.05deg);
  font-size: 1.5rem;
  text-align: left;
  color:#FFF;
  padding-top:2px;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox:hover .moreItem .moreItemTitle {
  color:#fff798;
}

.topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* コンテンツ部品：プログラミングの授業 ここだけ一列4件表示なので別仕様 */
.topMainBlock .mainContent .postBox .postListBox .postTopLesson {
  margin: 0 2.5%;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox {
  text-align: center;
  width: 210px;
  height: 175px;
  margin: 5px 5px 5px 0;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox:first-child {
  margin: 5px;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox .moreItem {
  margin: 5px 5px 0 5px;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox .moreItem .moreImgArea {
  width: 200px;
  height: 120px;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox .moreItem .moreItemTitle {
  font-family: 'UD Shin Go Medium JIS2004';
  transform: rotate(0.05deg);
  font-size: 1.3rem;
  text-align: left;
  color:#FFF;
  padding-top:2px;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox:hover .moreItem .moreItemTitle {
  color:#fff798;
}

.topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* コンテンツ部品：他にもやってみよう */
/* 画像 */
.topMainBlock .mainContent .otherLessonList {
  margin: 10px 60px 0 60px;
}

.topMainBlock .mainContent .otherLessonList ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topMainBlock .mainContent .otherLessonList ul li {
  flex: 1;
  /*
  width: 450px;
  height: 185px;
  */
  width: 50%;
  height: auto;
  margin: 10px;
  text-align: center;
}

.topMainBlock .mainContent .otherLessonList ul li img{
  width: 100%;
  height: 100%;
}

/* コンテンツ部品 タイトルマークパターン */
.markType1 {
  background-image: url("/img/v3/bukatsu/programming/common/icon_bukatsutop_star_pc.png");
  background-repeat: no-repeat;
  background-position: 3% 50%;
}

.markType2 {
  background-image: url("/img/v3/bukatsu/programming/common/icon_bukatsutop_cup_pc.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}

.markType3 {
  background-image: url("/img/v3/bukatsu/programming/common/icon_bukatsutop_movie_pc.png");
  background-repeat: no-repeat;
  background-position: 3% 50%;
}

.markType4 {
  background-image: url("/img/v3/bukatsu/programming/common/icon_bukatsutop_book_pc.png");
  background-repeat: no-repeat;
  background-position: 3% 50%;
}

/* コンテンツ部品 色パターン */
.pgContentColor_1,
.pgContentColor_1 .moreItemBox {
  background-color: #00A1E9;
}
.pgContentColor_2,
.pgContentColor_2 .moreItemBox {
  background-color: #FF448B;
}
.pgContentColor_3,
.pgContentColor_3 .moreItemBox {
  background-color: #FF7900;
}
.pgContentColor_4,
.pgContentColor_4 .moreItemBox {
  background-color: #005ACA;
}
.pgContentColor_5,
.pgContentColor_5 .moreItemBox {
  background-color: #00CB00;
}

.pgContentColor_1 .mainContent .mainTitleBg,
.pgContentColor_1 .mainContent .postBox .postListBox .postTitle {
  color: #00A1E9;
}
.pgContentColor_2 .mainContent .mainTitleBg,
.pgContentColor_2 .mainContent .postBox .postListBox .postTitle {
  color: #FF448B;
}
.pgContentColor_3 .mainContent .mainTitleBg,
.pgContentColor_3 .mainContent .postBox .postListBox .postTitle {
  color: #FF7900;
}
.pgContentColor_4 .mainContent .mainTitleBg,
.pgContentColor_4 .mainContent .postBox .postListBox .postTitle {
  color: #005ACA;
}
.pgContentColor_5 .mainContent .mainTitleBg,
.pgContentColor_5 .mainContent .postBox .postListBox .postTitle {
  color: #00CB00;
}

/* 201809 プログラミング部共通部品：サイズ変更 */
@media(max-width: 768px) {
/* 外枠 */
  .logoBack {
    border: 1px solid #fffeff;
    border-bottom-width: 0;
  }

  .contentsOuter {
    padding: 2.5vw 2.5vw;
    background-color: #79f65f;
  }

/* ナビゲーション */
  .programmingNavi{
    flex : none;
    width: 28%;
    font-size: 2.5vw;
  }
  .programmingNavi a{
    padding-top: 5px;
    padding-bottom: 2px;
  }

/* コンテンツ部品：共通 */
  .topMainBlock {
    margin: 10px 7px 10px 7px;
    padding-bottom: 20px;
  }

  .topMainBlock .mainContent {
    padding-top: 20px;
  }

  .firstTopMainBlock {
    margin-top:10px;
  }

/* ギザ角 */
  .topMainBlock .bgAccent .Item {
    width: 20px;
    height: 20px;
  }

  .topMainBlock .topBgAccent .Item:nth-of-type(1){
    background-image: url("/img/v3/bukatsu/programming/sp/common/giza_edge_main/01_giza_edge_left_top.png");
    position: absolute;
    left: 0;
    background-size: 100%;
  }

  .topMainBlock .topBgAccent .Item:nth-of-type(2){
    background-image: url("/img/v3/bukatsu/programming/sp/common/giza_edge_main/02_giza_edge_right_top.png");
    position: absolute;
    right: 0;
    background-size: 100%;
  }

  .topMainBlock .bottomBgAccent .Item:nth-of-type(1){
    background-image: url("/img/v3/bukatsu/programming/sp/common/giza_edge_main/03_giza_edge_left_bottom.png");
    position: absolute;
    left: 0;
    background-size: 100%;
  }

  .topMainBlock .bottomBgAccent .Item:nth-of-type(2){
    background-image: url("/img/v3/bukatsu/programming/sp/common/giza_edge_main/04_giza_edge_right_bottom.png");
    position: absolute;
    right: 0;
    background-size: 100%;
  }

/* タイトル */
  .topMainBlock .mainContent{
    text-align: center;
  }
  .topMainBlock .mainContent .mainTitleBg {
    margin: 0 10%;
    font-size: 2rem;
    background: #FFF;
    font-family: '新ゴ H', 'Shin Go Heavy';
    transform: rotate(0.05deg);
    display: inline-block;
    min-width: 200px;
  }
  .topMainBlock .mainContent .mainTitleBg:before {
    content: '';
  	display: block;
  	position: absolute;
  	top: 0; /*矢印画像の高さと配置を考慮して設定*/
    left:-29px;
  	width: 30px;
  	height: 40px;
    background-size: 374px 40px;
    background-repeat: no-repeat;
    background-image: url("/img/v3/bukatsu/programming/sp/common/title_bg.png");
    background-position: top left;
  }
  .topMainBlock .mainContent .mainTitleBg:after {
    content: '';
    display: block;
  	position: absolute;
  	top: 0; /*矢印画像の高さと配置を考慮して設定*/
    right:-29px;
  	width: 30px;
  	height: 40px;
    background-size: 374px 40px;
    background-repeat: no-repeat;
    background-image: url("/img/v3/bukatsu/programming/sp/common/title_bg.png");
    background-position: top right;
  }

/* コンテンツ部品：詳細 */
/* テキスト */
  .topMainBlock .mainContent .infoBox {
    margin-top : 10px;
  }

  .topMainBlock .mainContent .infoBox p {
    font-size: 3.2vw;
  }

/* 画像 */
  .topMainBlock .mainContent .contentImage {
    margin:10px 10px 5px 10px;
    text-align: center;
  }

/* コンテンツ部品：投稿 */
/* 紹介画像 */

/* 投稿部分 */
  .topMainBlock .mainContent .postBox .postListBox {
    margin:10px 10px 10px 10px;
  }

  .topMainBlock .mainContent .postBox .postListBox .postList .worksSlider a {
    width: 218px;
    height: 120px;
  }

  .topMainBlock .mainContent .postBox .postListBox .postList .worksSlider a img {
    min-width: auto;
    min-height: auto;
  }

/* 左上ラベル */
  .topMainBlock .mainContent .postBox .postListBox .postTitle {
    text-align: left;
    padding: 10px 20px 5px 40px;
    margin-left:2.5%;
    font-size: 4vw;
    border-radius:5px 5px 0 0 / 5px 5px 0 0;
  }

/* 詳細ボタン（幅変更で移動） */
  .topMainBlock .mainContent .postBox .postButtonBox {
    text-align: center;
  }

  .topMainBlock .mainContent .postBox .postButtonBox .postMoreButton {
    position: static;
    margin:5px 10px;
    height: 36px;
  }

  .postMoreButton .link {
/*    padding: 10px 15px 2px 15px; */
    padding: 0 15px;
  }

  .postMoreButton .link .text {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
  }
  .postMoreButton  .link .text .fa {
    color: #fff;
    font-size: 5vw;
    vertical-align: -2px;
    text-indent: 10px;
  }

/* コンテンツ部品：もっと知りたい */
  .topMainBlock .mainContent .postBox .postListBox .postListMore {
    margin: -1px 2.5%;
  }

  .topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
  }

  .topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox {
    width: 45%;
    height: 120px;
    margin: 5px;
  }

  .topMainBlock .mainContent .postBox .postListSpLimit .postListMore .moreItemList .moreItemBox:nth-of-type(n+3) {
    display: none;
  }

  .topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox .moreItem .moreImgArea {
    width: 100%;
    height: 75px;
  }

  .topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox .moreItem .moreItemTitle {
    font-size: 2.5vw;
    text-align: left;
    color:#FFF;
    padding-top:2px;
  }

/* コンテンツ部品：プログラミングの授業 */
  .topMainBlock .mainContent .postBox .postListBox .postTopLesson {
    margin: -1px 2.5%;
  }

  .topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #FFF;
  }

  .topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox {
    width: 45%;
    height: 120px;
    margin: 5px;
  }

  .topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox:nth-of-type(n+3) {
    display: flex;
  }



/* コンテンツ部品：他にもやってみよう */
/* 画像 */

  .topMainBlock .mainContent .otherLessonList {
    margin: 10px 10px 0 10px;
  }

  .topMainBlock .mainContent .otherLessonList ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column nowrap;
  }

  .topMainBlock .mainContent .otherLessonList ul li {
    width: 95%;
    height: 145px;
    margin: 5px 10px;
  }


/* コンテンツ部品 タイトルマークパターン */
  .markType1 {
    background-image: url("/img/v3/bukatsu/programming/sp/common/icon_bukatsutop_star_sp.png");
    background-repeat: no-repeat;
    background-position: 3% 50%;
    background-size: 20% auto;
  }

  .markType2 {
    background-image: url("/img/v3/bukatsu/programming/sp/common/icon_bukatsutop_cup_sp.png");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 15% auto;
  }

  .markType3 {
    background-image: url("/img/v3/bukatsu/programming/sp/common/icon_bukatsutop_movie_sp.png");
    background-repeat: no-repeat;
    background-position: 3% 50%;
    background-size: 15% auto;
  }

  .markType4 {
    background-image: url("/img/v3/bukatsu/programming/sp/common/icon_bukatsutop_book_sp.png");
    background-repeat: no-repeat;
    background-position: 3% 50%;
    background-size: 15% auto;
  }
/* その他の部活もチェック（TOPページ） */
  .contentsOuter .logoBack .detailInner .bukatsuLogoArea {
    padding-bottom: 5px;
    width: 320px;
    margin: auto;
  }


  .topMainBlock .mainContent .bannerBlock01{
    width: 90%;
    margin: auto;
    padding-top: 2.5vw;
  }
}

@media (min-width: 430px) and (max-width: 768px) {

  .markType1 {
    background-size: 5.5vw auto;
  }

  .markType2 {
    background-size: 4.5vw auto;
  }

  .markType3 {
    background-size: 4.5vw auto;
  }

  .markType4 {
    background-size: 4.5vw auto;
  }

  .topMainBlock .mainContent .postBox .postListBox .postTitle {
    padding: 10px 20px 5px 7vw;
  }
  .topMainBlock .mainContent .postBox .postListBox .postTitle .postTitleText {
    position: relative;
    top: -0.6vw;
  }
  .topMainBlock .mainContent .postBox .postListBox .postTopLesson .moreItemList .moreItemBox{
    height: auto;
    padding: 5px;
  }
  .topMainBlock .mainContent .postBox .postListBox .postListMore .moreItemList .moreItemBox{
    height: auto;
    padding: 5px;
  }
}