@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
.layoutType01 .sideContents #rightNavigation2Wrap {
  top: 0;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    top: inherit;
  }
}

.layoutType01 .sideContents #rightNavigation2Wrap.fixed {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
    top: inherit;
  }
}

/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
}

/* mainArea 
*****************************************/
.mainArea {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .mainArea {
    margin-top: 0;
  }
}

.mainArea p {
  margin: 0;
}

.mainArea .mainArea01 {
  background: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainArea .mainArea01 {
    display: none;
  }
}
