@charset "euc-jp";

.main {
  width: 100%;
  max-width: initial;
}

.r_topIndex__img__right {
  float: right;
}

@media (min-width: 980px) {
  .contents {
    width: 80%;
  }
  .side {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .side {
    width: 100%;
  }

  .r_topIndex__img__right {
    /*float: none;*/
  }

  .r_topIndex_group01_left {
    /*width: 100%;*/
    /*float:none;*/
  }
  .r_topIndex__img {
    /*float:none;*/
  }
  .r_col_1 {
    /*width: 100%;*/
  }
  .r_col_2 {
    /*width: 100%;*/
  }
}