@charset "utf-8";

.snsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1% 0;
}
.wonderButton {
    float: left;
    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;
}

.freelyResearchBlock{
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px #ccc;
}
.freelyResearchBlock-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-radius: 40px;
  padding: 14px;
  box-sizing: border-box;
  margin: 0 auto 20px;
      font-family: "UD Shin Go Bold JIS2004";
}
.freelyResearchBlock-titleText{
  font-family: "UD Shin Go Medium JIS2004";
}

/* ワンダースクールの自由研究 */
.aboutFreelyResearchBlock-title{
  background: #FF581A;
  color: #fff;
  width: 500px;
}
.aboutFreelyResearchBlock-main{
  display: flex;
  justify-content: center;
  margin: 40px;
}
.aboutFreelyResearchBlock-mainImage{
  width: 430px;
}
.aboutFreelyResearchBlock-mainImage img{
  width: 100%;
  height: auto;
}
.aboutFreelyResearchBlock-documentBlock{
  width: 430px;
  margin-left: 50px;
}
.aboutFreelyResearchBlock-document{
  font-size: 1.6rem;
}

.aboutFreelyResearchBlock-iconGroupTitle{
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 2px;
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #000;
}
.aboutFreelyResearchBlock-iconMenu{
  display: flex;
}
.aboutFreelyResearchBlock-iconMenu li{
  list-style: none;
}
.aboutFreelyResearchBlock-iconMenu li+li{
  margin-left: 10px;
}
a.aboutFreelyResearchBlock-iconButton{
  color: #fff;
  display: block;
  width: 100px;
  height: 102px;
  background: #333;
  box-sizing: border-box;;
  border-radius: 20px;
  padding-top: 10px;
  box-shadow:4px 4px 4px rgba(0,0,0,.5);
}
.aboutFreelyResearchBlock-iconMenu li:nth-child(1) .aboutFreelyResearchBlock-iconButton{background: #A6CB9D;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(2) .aboutFreelyResearchBlock-iconButton{background: #922D51;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(3) .aboutFreelyResearchBlock-iconButton{background: #E26B59;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(4) .aboutFreelyResearchBlock-iconButton{background: #F3B152;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(1) .fa{color: #A6CB9D;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(2) .fa{color: #922D51;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(3) .fa{color: #E26B59;}
.aboutFreelyResearchBlock-iconMenu li:nth-child(4) .fa{color: #F3B152;}
  
.aboutFreelyResearchBlock-icon{
  height: 63px;
  width: 84px;
  border-radius: 16px;
  background: #fff;
  display: block;
  margin: 0 auto 3px;;
  padding-top: 8px;
  text-align: center;
}
.aboutFreelyResearchBlock-iconButton .fa{
  font-size: 54px;
  color: #000;
}
.aboutFreelyResearchBlock-iconTitle{
  color: #fff;
  font-size: 1rem;
  text-align: center;
}


.recommendContestBlock{
  background: #fff;
  padding: 20px;
}

/* 開催中おすすめコンテスト */
.recommendContestFreelyResearchBlock-title{
  background: #FF1AF6;
  color: #fff;
  width: 500px;
}


/* */
.freelyResearchArticleGroupBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 投稿作品を見てみよう！ */
.viewWorkFreelyResearchBlock{
  width: 640px;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.viewWorkFreelyResearchBlock-title{
  background: #1A60FF;
  color: #fff;
  width: 500px;
}
.viewWorkFreelyResearchBlock-documentBlock{
  display: flex;
  justify-content: space-between;
}
.viewWorkFreelyResearchBlock-mainImage{
  width: 317px;
  padding: 20px;
}
.viewWorkFreelyResearchBlock-document{
  width: 210px;
  font-size: 1.6rem;
  padding: 20px;
}
.viewWorkFreelyResearchBlock-workList{
  padding: 20px 0;
}
.viewWorkFreelyResearchBlock-workImageListBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.viewWorkFreelyResearchBlock-workImageList{
  width: 182px;
  box-sizing: border-box;
  border: 1px #707070 solid;
  margin-bottom: 24px;
}
.viewWorkFreelyResearchBlock-workImageList a{
  color: #333;
}
.viewWorkFreelyResearchBlock-workThumbnail{
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  background-size: cover;
  vertical-align: bottom;
}
.viewWorkFreelyResearchBlock-workTitle{
  margin: 5px 3px;
  text-align: center;
  font-size: 1.6rem;
}

.buttonAreaFreelyResearchBlock{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  bottom:20px;
}
a.buttonFreelyResearchBlock{
  display: inline-block;
  min-width: 280px;
  box-sizing: border-box;
  background: #F3B152;
  position: relative;
  padding-right: 40px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  align-items: center;
  border-radius: 10px;
}
.buttonFreelyResearchBlock:before {
  content: '';
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform:translateY(-50%);
}
.buttonFreelyResearchBlock:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #F3B152;
  position: absolute;
  top: 50%;
  right: 14px;
  transform:translateY(-50%);
}
.buttonFreelyResearchBlock-outer{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.buttonFreelyResearchBlock-inner{
    font-family: "UD Shin Go Medium JIS2004";
    font-size: 1.8rem;
}


/* 作品を投稿しよう！ */
.postWorkFreelyResearchBlock{
  width: 374px;
  box-sizing: border-box;
}
.postWorkFreelyResearchBlock-title{
  background: #13D34E;
  color: #fff;
  width: 312px;
}
.postWorkFreelyResearchBlock-mainImage{
  text-align: center;
  margin-bottom: 20px;
}
.postWorkFreelyResearchBlock-document{
  font-size: 1.6rem;
  padding: 0 10px;
}
.postWorkFreelyResearchBlock-recepStatus{
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  background: #ff3300;
}
a.postWorkFreelyResearchBlock-contestLink{
  color: #000;
}
.postWorkFreelyResearchBlock-contest{
  margin: 20px 0 10px;
}
.postWorkFreelyResearchBlock-contestDiscription{
  margin-top: 10px;
  padding: 10px;
}


/* DJマロンとMCズイミーサクッと10秒工作 */
.djMaronFreelyResearchBlock{
  width: 640px;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.djMaronFreelyResearchBlock-title{
  background: #FF1A1A;
  color: #fff;
  width: 610px;
}
.djMaronFreelyResearchBlock-titleText{
  font-size: 2.4rem;
}
.djMaronFreelyResearchBlock-mainImage{
  margin-bottom: 20px;
}
.djMaronFreelyResearchBlock-movieContentsBlock{
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.djMaronFreelyResearchBlock-movieBlock{
  width: 240px;
}
.djMaronFreelyResearchBlock-movieBlock a{
  color: #333;
}
.djMaronFreelyResearchBlock-document{
  width: 340px;
  order: 1;
  font-size: 1.6rem;
}
.djMaronFreelyResearchBlock-movie{
  margin-bottom: 5px;
  position: relative;
}
.djMaronFreelyResearchBlock-movieTitle{
  font-size: 1.6rem;
  padding-bottom: 
}


/* 保護者 */
.informationParentFreelyResearchBlock{
  width: 374px;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.informationParentFreelyResearchBlock-title{
  background: #CC40BC;
  color: #fff;
  width: 312px;
}
.informationParentFreelyResearchBlock-mainImage{
  text-align: center;
  margin-bottom: 20px;
}
.informationParentFreelyResearchBlock-document{
  font-size: 1.6rem;
  padding: 10px;
}


/* ワンダースクールの自由研究の説明直下のバナー調整用 */
.freelyResearchLargeBanner{
  margin-bottom: 20px;
}


@media screen and (max-width:768px) {
  
  .freelyResearchBlock{
    padding: 10px;
  }
  .freelyResearchBlock-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 100px;
    padding: 5px 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    text-align: center;
  }
  .freelyResearchBlock-titleText{
    
  }
  /* ワンダースクールの自由研究 */
  .aboutFreelyResearchBlock-title{
    width: 90%;
  }
  .aboutFreelyResearchBlock-main{
    display: block;
    justify-content: center;
    margin: 0;
  }
  .aboutFreelyResearchBlock-mainImage{
    width: 70%;
    padding: 5px;
    margin: auto;
  }
  .aboutFreelyResearchBlock-mainImage img{
    width: 100%;
    height: auto;
  }
  .aboutFreelyResearchBlock-documentBlock{
    width: inherit;
    padding: 5px;
    margin-left: 0;
  }
  .aboutFreelyResearchBlock-document{
    font-size: 1.6rem;
  }

  .aboutFreelyResearchBlock-iconGroupTitle{
    text-align: center;
    display: block;
  }
  .aboutFreelyResearchBlock-iconMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aboutFreelyResearchBlock-iconMenu li{
    list-style: none;
    margin-bottom:20px;
  }
  .aboutFreelyResearchBlock-iconMenu li+li{
    margin-left: 0;
  }
  a.aboutFreelyResearchBlock-iconButton{
    color: #fff;
    display: block;
    width: 42vw/*158px*/;
    height: 41vw/*157px*/;
    background: #333;
    box-sizing: border-box;;
    border-radius: 20px;
    padding-top: 10px;
    box-shadow:4px 4px 4px rgba(0,0,0,.5);
  }
    
  .aboutFreelyResearchBlock-icon{
    height: 29vw/*110px*/;
    width: 36vw/*134px*/;
    border-radius: 5vw;
    background: #fff;
    display: block;
    margin: 0 auto 3px;;
    padding-top: 8px;
    text-align: center;
  }
  .aboutFreelyResearchBlock-iconButton .fa{
    font-size: 25vw/*94px*/;
  }
  .aboutFreelyResearchBlock-iconTitle{
    font-size: 4vw;
  }


  /* 開催中おすすめコンテスト */
  .recommendContestBlock{
    background: #fff;
    padding: 20px;
  }

  .recommendContestFreelyResearchBlock-title{
    width: 90%;
  }


  /* */
  .freelyResearchArticleGroupBlock{
    display: block;
  }

  /* 投稿作品を見てみよう！ */
  .viewWorkFreelyResearchBlock{
    width: inherit;
    box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
  }
  .viewWorkFreelyResearchBlock-title{
    width: 90%;
  }
  .viewWorkFreelyResearchBlock-documentBlock{
    display: block;
  }
  .viewWorkFreelyResearchBlock-mainImage{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .viewWorkFreelyResearchBlock-document{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .viewWorkFreelyResearchBlock-workList{
    padding-top: 0;
  }
  .viewWorkFreelyResearchBlock-workImageListBlock{

  }
  .viewWorkFreelyResearchBlock-workImageList{
    width: 45.8vw/*172px*/;
    box-sizing: border-box;
    margin-bottom: 2.7vw;
  }
  .viewWorkFreelyResearchBlock-workImageList a{
    color: #333;
  }
  .viewWorkFreelyResearchBlock-workThumbnail{
    width: 45.3vw/*170px*/;
    height: 45.3vw/*170px*/;
  }
  .viewWorkFreelyResearchBlock-workTitle{

  }

  .buttonAreaFreelyResearchBlock{
    right: 50%;
    transform:translateX(50%);
  }
  a.buttonFreelyResearchBlock{
    
  }
  .buttonFreelyResearchBlock:before {

  }
  .buttonFreelyResearchBlock:after {

  }
  .buttonFreelyResearchBlock-outer{

  }
  .buttonFreelyResearchBlock-inner{

  }


  /* 作品を投稿しよう！ */
  .postWorkFreelyResearchBlock{
    width: inherit;
    box-sizing: border-box;
  }
  .postWorkFreelyResearchBlock-title{
    width: 90%;
  }
  .postWorkFreelyResearchBlock-mainImage{

  }
  .postWorkFreelyResearchBlock-document{

  }

  /* DJマロンとMCズイミーサクッと10秒工作 */
  .djMaronFreelyResearchBlock{
    width: inherit;
    padding-bottom: 80px;
  }
  .djMaronFreelyResearchBlock-title{
    width: 90%;
  }
  .djMaronFreelyResearchBlock-titleText{
    font-size: 2rem;
  }
  .djMaronFreelyResearchBlock-mainImage{
    
  }
  .djMaronFreelyResearchBlock-movieContentsBlock{
    display: block;
  }
  .djMaronFreelyResearchBlock-movieBlock{
    width: 100%;
  }
  .djMaronFreelyResearchBlock-movieBlock a{
  }
  .djMaronFreelyResearchBlock-document{
    width: inherit;
    order: inherit;
    margin-bottom: 20px;
  }
  .djMaronFreelyResearchBlock-movie{
    text-align: center;
  }
  .djMaronFreelyResearchBlock-movieTitle{
    font-size: 1.6rem;
    padding-bottom: 
  }

  /* 保護者 */
  .informationParentFreelyResearchBlock{
    width: inherit;
    box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
  }
  .informationParentFreelyResearchBlock-title{
    width: 90%;
  }
  .informationParentFreelyResearchBlock-mainImage{

  }
  .informationParentFreelyResearchBlock-document{
    font-size: 1.6rem;
    padding: 10px;
  }
}