@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;
}

/* おりがみ部トップページ */
.origami_top-main-visual{
  background: #fff;
}
.origami_top-main-visual img{
  width: 100%
}
.textButton{
  background-color: #33cc00;
}
.textButton .text{
  color: #fff;
}
.origamiBlock-registerArea{
  padding-bottom: 10px;
}
.origami_top-main-navigation .speech-bubble{
  padding: 25px 20px 20px;
  position: relative;
}
.origami_top-main-navigation .speech-bubble-part{
  position: absolute;
  bottom: -38px;
  right: 75px;
}

.origami_top-main-navigation .title{
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.orgamiCategoryTitle{
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding-top: 10px;
}
.origami_top-main-navigation .menu-list{
  text-align: center;
  display:grid;
  padding: 30px 80px;
  gap:20px;
  grid-template-columns:1fr 1fr 1fr;
}
.origami_top-main-navigation .menu-list li{

}
.origami_top-main-navigation .menu-list .thum-img-area{
  padding: 20px;
  border-radius: 10px;
}
.origami_top-main-navigation .menu-list li:nth-child(odd) .thum-img-area{
  background-color: #f7a79f;
}
.origami_top-main-navigation .menu-list li:nth-child(even) .thum-img-area{
  background-color: #ffe699;
}
.viewOrigamiBlock-info{
  display: flex;
}
.viewOrigamiBlock-info img{
  max-width: 170px;
  height: 100%;
}
.origamibannerArea{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.origamiBlock-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-radius: 40px;
  padding: 14px;
  box-sizing: border-box;
  margin: 0 auto 25px;
  font-family: "UD Shin Go Bold JIS2004";
  position: relative;
}
.origamiBlock-titleText{
  font-family: "UD Shin Go Medium JIS2004";
}
.origamiBlock-othersPage{
  text-align: center;
  padding: 10px 0px;
}
.origamiBlock-othersPage span{
  font-size: 30px;
  font-weight: bold;
}
.postWorkOrigamiBlock{
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}

.orengeArea {
  background: #fcfad3;
  position: relative;
  margin: 0px 160px 25px 160px;
}
.orengeTitle {
  text-align: center;
  color: #ff6600;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 5px;
}
.checkBoxList {
  width: 500px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}
.checkBoxList .list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.checkBoxList .list:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 10px;
  background: url("../../../../img/v3/tutorial/checkbox_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.postWorkOrigamiBlock-contentImage{
  width: 40%;
}
.postWorkOrigamiBlock-title{
  background:#f60;
  width: 450px;
}
.bukatsu-banner-area{
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 1px 2px 1px #ccc;
}
.postWorkorigamiBlock-infoText{
  padding: 0 25px 10px;
  position: relative;
}
.postWorkOrigamiBlock-link{
  text-align: center;
  margin: 50px;
}
.postWorkOrigamiBlock-link p{
  font-size: 1.8rem;
}
.buttonAreaOrigamiBlock-PostContest{
  text-align: right;
  margin: 10px 0px;
}
.origami-backpage-area{
  text-align: right;
  margin-bottom: 20px;
  margin-right: 100px;
}
.viewOrigamiBlock-title{
  font-size:1.8rem;
  line-height:2;
}
.viewOrigamiBlock-contentList li{
  margin:10px;
  padding: 10px;
  box-shadow: 2px 2px 5px #333;
}

/* ワンダースクールの自由研究 */
.aboutOrigamiBlock-title{
  background: #FF581A;
  color: #fff;
  width: 500px;
}
.aboutOrigamiBlock-main{
  display: flex;
  justify-content: center;
  margin: 40px;
}
.aboutOrigamiBlock-mainImage{
  width: 430px;
}
.aboutOrigamiBlock-mainImage img{
  width: 100%;
  height: auto;
}
.aboutOrigamiBlock-documentBlock{
  width: 430px;
  margin-left: 50px;
}
.aboutOrigamiBlock-document{
  font-size: 1.6rem;
}

.aboutOrigamiBlock-iconGroupTitle{
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 2px;
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #000;
}
.aboutOrigamiBlock-iconMenu{
  display: flex;
}
.aboutOrigamiBlock-iconMenu li{
  list-style: none;
}
.aboutOrigamiBlock-iconMenu li+li{
  margin-left: 10px;
}
a.aboutOrigamiBlock-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);
}
.aboutOrigamiBlock-iconMenu li:nth-child(1) .aboutOrigamiBlock-iconButton{background: #A6CB9D;}
.aboutOrigamiBlock-iconMenu li:nth-child(2) .aboutOrigamiBlock-iconButton{background: #922D51;}
.aboutOrigamiBlock-iconMenu li:nth-child(3) .aboutOrigamiBlock-iconButton{background: #E26B59;}
.aboutOrigamiBlock-iconMenu li:nth-child(4) .aboutOrigamiBlock-iconButton{background: #F3B152;}
.aboutOrigamiBlock-iconMenu li:nth-child(1) .fa{color: #A6CB9D;}
.aboutOrigamiBlock-iconMenu li:nth-child(2) .fa{color: #922D51;}
.aboutOrigamiBlock-iconMenu li:nth-child(3) .fa{color: #E26B59;}
.aboutOrigamiBlock-iconMenu li:nth-child(4) .fa{color: #F3B152;}

.aboutOrigamiBlock-icon{
  height: 63px;
  width: 84px;
  border-radius: 16px;
  background: #fff;
  display: block;
  margin: 0 auto 3px;;
  padding-top: 8px;
  text-align: center;
}
.aboutOrigamiBlock-iconButton .fa{
  font-size: 54px;
  color: #000;
}
.aboutOrigamiBlock-iconTitle{
  color: #fff;
  font-size: 1rem;
  text-align: center;
}


.recommendContestBlock{
  background: #fff;
  padding: 20px;
}

/* 開催中おすすめコンテスト */
.recommendContestOrigamiBlock-title{
  background: #FF1AF6;
  color: #fff;
  width: 500px;
}


/* */
.origamiArticleGroupBlock{
  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;
}
.viewWorkFreelyResearchiBlock-documentBlock{
  display: flex;
  justify-content: space-between;
}
.viewWorkOrigamiBlock-mainImage{
  width: 317px;
  padding: 20px;
}
.viewWorkOrigamiBlock-document{
  width: 210px;
  font-size: 1.6rem;
  padding: 20px;
}
.viewWorkOrigamiBlock-workList{
  padding: 20px 0px;
}
.viewWorkOrigamiBlock-workImageList a{
  color: #333;
}
.viewWorkOrigamiBlock-workThumbnail{
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  background-size: cover;
  vertical-align: bottom;
}
.viewWorkOrigamiBlock-workTitle{
  margin: 5px 3px;
  text-align: center;
  font-size: 1.6rem;
}

.otherTopicsButtonAreaOrigamiBlock{
  display: flex;
  justify-content: flex-end;
  margin-right: 70px;
}
.buttonAreaOrigamiBlock{
  display: flex;
  justify-content: flex-end;
}
.buttonAreaOrigamiBlock-article{
  display: flex;
  justify-content: flex-end;
}
.buttonOrigamiBlock{
  text-align: right;
}
a.buttonOrigamiBlock{
  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;
}
a.buttonOrigamiBlock-article{
  display: inline-block;
  min-width: 240px;
  box-sizing: border-box;
  background: #F3B152;
  position: relative;
  padding-right: 40px;
  height: 45px;
  color: #fff;
  font-size: 1.6rem;
  align-items: center;
  border-radius: 10px;
}
.buttonOrigamiBlock-article:before {
  content: '';
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform:translateY(-50%);
}
.buttonOrigamiBlock-article: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%);
}
.buttonOrigamiBlock:before {
  content: '';
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform:translateY(-50%);
}
.buttonOrigamiBlock: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%);
}
.buttonOrigamiBlock-outer{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.buttonOrigamiBlock-inner{
    font-family: "UD Shin Go Medium JIS2004";
    font-size: 1.8rem;
}


/* 作品を投稿しよう！ */

.postWorkOrigamiBlock-title{
  background: #f60;
  color: #fff;
  min-width: 300px;
}
.postWorkOrigamiBlock-main{
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.moiveOrigamiBlock-main{
  position: relative;
  padding-top: 30px;
}

.postWorkOrigamiBlock-mainImage{
  text-align: center;
  margin-bottom: 20px;
}
.postWorkOrigamiBlock-document{
  font-size: 1.6rem;
  padding: 0 10px;
}
.postWorkOrigamiBlock-recepStatus{
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  height: 3em;
  background: #ff3300;
}
a.postWorkOrigamiBlock-contestLink{
  color: #000;
}
.postWorkOrigamiBlock-contest{
  margin: 20px 0 10px;
}
.postWorkOrigamiBlock-contest{
  margin: 20px 0 10px;
  width: 450px;
}
.postWorkOrigamiBlock-contestDiscription{
  margin-top: 10px;
  padding: 10px;
}


/* DJマロンとMCズイミーサクッと10秒工作 */
.djMaronOrigamiBlock{
  width: 640px;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.djMaronOrigamiBlock-title{
  background: #FF1A1A;
  color: #fff;
  width: 610px;
}
.djMaronOrigamiBlock-titleText{
  font-size: 2.4rem;
}
.djMaronOrigamiBlock-mainImage{
  margin-bottom: 20px;
}
.djMaronOrigamiBlock-movieContentsBlock{
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.djMaronOrigamiBlock-movieBlock{
  width: 240px;
}
.djMaronOrigamiBlock-movieBlock a{
  color: #333;
}
.djMaronOrigamiBlock-document{
  width: 340px;
  order: 1;
  font-size: 1.6rem;
}
.djMaronOrigamiBlock-movie{
  margin-bottom: 5px;
  position: relative;
}
.djMaronOrigamiBlock-movieTitle{
  font-size: 1.6rem;
}


/* 保護者 */
.informationParentOrigamiBlock{
  width: 374px;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}
.informationParentOrigamiBlock-title{
  background: #CC40BC;
  color: #fff;
  width: 312px;
}
.informationParentOrigamiBlock-mainImage{
  text-align: center;
  margin-bottom: 20px;
}
.informationParentOrigamiBlock-document{
  font-size: 1.6rem;
  padding: 10px;
}


/* ワンダースクールの自由研究の説明直下のバナー調整用 */
.origamiLargeBanner{
  margin-bottom: 20px;
}


@media screen and (min-width:768px) {
  .origamiBlock{
    padding: 40px 20px 70px;
    margin:0px 20px 40px;
    position: relative;
  }
  .viewOrigamiBlock-info .viewOrigamiBlock-infoText{
    margin-left: 20px;
    margin-bottom: 20px;
    color: #000;
  }
  .postWorkOrigamiBlock-contestArea{
    display:flex;
  }
  .postWorkOrigamiBlock-text p{
    font-size: 2.3rem;
    font-weight: bold;
  }
  .postWorkOrigamiBlock-text{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10px;
  }
  .viewWorkOrigamiBlock-workImageListBlock{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .viewWorkOrigamiBlock-workImageList{
    box-sizing: border-box;
    margin-bottom: 24px;
    margin-right: 10px;
    border: 1px solid #707070;
  }
  .viewOrigamiBlock-contentList ul{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .buttonAreaOrigamiBlock-workList{
    text-align: right;
  }
  .postWorkorigamiBlock-infoText p{
    font-size: 1.8rem;
    line-height:2;
    margin: 0px 100px;
  }
  .postWorkOrigamiBlock-contentImage{
    margin-right: 20px;
    border: 1px solid #707070;
  }
  .postWorkOrigamiBlock-contentThumImage{
    margin-right: 20px;
  }
}

.oct_bg{
  display: flex;
  flex-direction: column;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
}
.oct_header,
.oct_footer{
  height: 80px;
  display: flex;
}
.corner_cc{
  width:100%;
  height:calc( 100% - 160px );
  flex: 1;
  background: #fff;
}
.corner_ct{
  flex: 1;
  height:calc( 100% - 160px );
  height: 80px;
  background: #fff;

}
.corner_parts{
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}
.corner_lt{transform:rotate(0deg);}
.corner_rt{transform:rotate(90deg);}
.corner_lb{transform:rotate(-90deg);}
.corner_rb{transform:rotate(180deg);}


/* スマホ版 */
@media screen and (max-width:768px) {
  .origamiBlock{
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
  }

  .origami_top-main-navigation{
    padding-top: 20px;
  }
  .origami_top-main-navigation .menu-list{
    width:100%;
    padding: 10px 0px;
    grid-template-columns:1fr 1fr;
    gap:5px;
  }
  .origami_top-main-navigation .menu-list .thum-img-area{
    padding: 10px;
    border-radius: 10px;
  }
  .otherTopicsButtonAreaOrigamiBlock{
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .buttonAreaOrigamiBlock-article{
    display: flex;
    margin: 5px;
  }
  .viewOrigamiBlock-contentList ul{
    width:100%;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .buttonAreaOrigamiBlock-workList{
    text-align: center;
    padding-bottom: 20px;
  }
  .buttonAreaOrigamiBlock-PostContest{
    text-align: center;
  }
  .viewWorkOrigamiBlock-workImageList{
    width:100%;
    border: 1px solid #707070;
  }
  .viewWorkOrigamiBlock-workImageListBlock{
    display: grid;
    grid-template-columns:1fr 1fr;
    margin: auto;
    gap:10px;
  }
  .viewWorkOrigamiBlock-workThumbnail {
    width: 100%
  }
  .origami-backpage-area{
    text-align:center;
    padding-bottom: 20px;
    margin-right: 0;
  }
  .origami_top-main-navigation .speech-bubble{
    padding: 0px 10px ;
    position: relative;
  }
  .postWorkOrigamiBlock-contentImage{
    width: 100%;
    padding-bottom:10px;
  }
  .viewOrigamiBlock-info img{
    max-width: 100px;
    height: 100px;
    margin:10px;
  }
  a.buttonOrigamiBlock-article{
    display: inline-block;
    min-width: 60%;
    box-sizing: border-box;
    background: #F3B152;
    position: relative;
    padding-right: 40px;
    height: 30px;
    color: #fff;
    font-size: 1.6rem;
    align-items: center;
    border-radius: 10px;
  }
  .viewOrigamiBlock-title{
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 5px;
  }

  .buttonOrigamiBlock-article:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 8px;
    transform:translateY(-50%);
  }
  .buttonOrigamiBlock-article: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: 11px;
    transform:translateY(-50%);
  }
  .postWorkOrigamiBlock-contest{
    max-width: 100%
  }
  .origami_top-main-navigation .menu-list li{
    margin:0;
  }
  .postWorkorigamiBlock-infoText p{
    font-size: 1.4rem;
    font-weight: bold;
  }
  .origamiBlock-loginArea{
    padding-bottom: 20px;
  }
  .orengeArea{
    margin: 0px 10px 20px;
  }
  .checkBoxList {
    width: 100%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }


  .postWorkOrigamiBlock-text p{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .origamiBlock-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 100px;
    padding: 5px 20px;
    box-sizing: border-box;
    margin: 5px auto 20px;
    text-align: center;
  }
  .bukatsuLogoArea{
    padding-bottom: 5px;
    margin: auto;
  }
  .bukatsuLogoArea div{
    width: 100%;
    text-align: center;
  }
  /* ワンダースクールの自由研究 */
  .aboutOrigamiBlock-title{
    width: 100%;
  }
  .aboutOrigamiBlock-main{
    display: block;
    justify-content: center;
    margin: 0;
  }
  .aboutOrigamiBlock-mainImage{
    width: 70%;
    padding: 5px;
    margin: auto;
  }
  .aboutOrigamiBlock-mainImage img{
    width: 100%;
    height: auto;
  }
  .aboutOrigamiBlock-documentBlock{
    width: inherit;
    padding: 5px;
    margin-left: 0;
  }
  .aboutOrigamiBlock-document{
    font-size: 1.6rem;
  }

  .aboutOrigamiBlock-iconGroupTitle{
    text-align: center;
    display: block;
  }
  .aboutOrigamiBlock-iconMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aboutOrigamiBlock-iconMenu li{
    list-style: none;
    margin-bottom:20px;
  }
  .aboutOrigamiBlock-iconMenu li+li{
    margin-left: 0;
  }
  a.aboutOrigamiBlock-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);
  }

  .aboutOrigamiBlock-icon{
    height: 29vw/*110px*/;
    width: 36vw/*134px*/;
    border-radius: 5vw;
    background: #fff;
    display: block;
    margin: 0 auto 3px;;
    padding-top: 8px;
    text-align: center;
  }
  .aboutOrigamiBlock-iconButton .fa{
    font-size: 25vw/*94px*/;
  }
  .aboutOrigamiBlock-iconTitle{
    font-size: 4vw;
  }


  /* 開催中おすすめコンテスト */
  .recommendContestBlock{
    background: #fff;
    padding: 20px;
  }

  .recommendContestOrigamiBlock-title{
    width: 90%;
  }


  /* */
  .origamiArticleGroupBlock{
    display: block;
  }

  /* 投稿作品を見てみよう！ */
  .viewWorkOrigamiBlock{
    width: inherit;
    box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
  }
  .viewWorkOrigamiBlock-title{
    width: 90%;
  }
  .viewWorkOrigamiBlock-documentBlock{
    display: block;
  }
  .viewWorkOrigamiBlock-mainImage{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .viewWorkOrigamiBlock-document{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .viewWorkOrigamiBlock-workList{
    padding: 10px;
  }
  .viewWorkOrigamiBlock-workImageList a{
    color: #333;
  }
  .viewWorkOrigamiBlock-workTitle{

  }
  a.buttonOrigamiBlock{

  }
  .buttonOrigamiBlock:before {

  }
  .buttonOrigamiBlock:after {

  }
  .buttonOrigamiBlock-article:before {

  }
  .buttonOrigamiBlock-article:after {

  }
  .buttonOrigamiBlock-outer{

  }
  .buttonOrigamiBlock-inner{
    font-size: 1.4rem;
  }


  /* 作品を投稿しよう！ */
  .postWorkOrigamiBlock{
    width: inherit;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .postWorkOrigamiBlock-title{
    width: 90%;
  }
  .postWorkOrigamiBlock-main{
    padding: 0 10px 0px;
  }
  .moiveOrigamiBlock-main{
    padding: 0 20px 10px;
  }
  .postWorkOrigamiBlock-document{

  }

  /* DJマロンとMCズイミーサクッと10秒工作 */
  .djMaronOrigamiBlock{
    width: inherit;
    padding-bottom: 80px;
  }
  .djMaronOrigamiBlock-title{
    width: 90%;
  }
  .djMaronOrigamiBlock-titleText{
    font-size: 2rem;
  }
  .djMaronOrigamiBlock-mainImage{

  }
  .djMaronOrigamiBlock-movieContentsBlock{
    display: block;
  }
  .djMaronOrigamiBlock-movieBlock{
    width: 100%;
  }
  .djMaronOrigamiBlock-movieBlock a{
  }
  .djMaronOrigamiBlock-document{
    width: inherit;
    order: inherit;
    margin-bottom: 20px;
  }
  .djMaronOrigamiBlock-movie{
    text-align: center;
  }
  .djMaronOrigamiBlock-movieTitle{
    font-size: 1.6rem;
  }

  /* 保護者 */
  .informationParentOrigamiBlock{
    width: inherit;
    box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
  }
  .informationParentOrigamiBlock-title{
    width: 90%;
  }
  .informationParentOrigamiBlock-mainImage{

  }
  .informationParentOrigamiBlock-document{
    font-size: 1.6rem;
    padding: 10px;
  }

  .oct_header,
  .oct_footer{
    height: 40px;
  }
  .corner_cc{
    height:calc( 100% - 80px );
  }
  .corner_ct{
    height:calc( 100% - 80px );
    height: 40px;
  }
  .corner_parts{
    width: 40px;
    height: 40px;
  }
  .bukatsu-banner-area{
    width: 320px;
    margin: auto;
  }
  @media screen and (max-width: 768px) {
    .bukatsu-banner-area {
        width: 90%;
        margin: auto;
    }
}
}
