/* -------------------- メインタイトル -------------------- */

#main_title .main_title_bg {
  background: url("../images/terms_of_use_main_title_bg.jpg") top center no-repeat;
  background-size: cover;
  height: 15rem;
}

/* ---------------------------------------- */

.text01 {
  font-size: 2.1rem;
  line-height: 3.5rem;
  font-weight: 400;
}

.contents01_container {
  max-width: 120rem;
  margin: 0 auto;
}

.contents02_container {
  max-width: 110rem;
  margin: 0 auto 0 7.65rem;
}

@media screen and (max-width: 559px) {

.contents02_container {
  margin-left: auto;
}

}


