/*

For Site Information Pages
(sitepolicy, privacy, trademark)

*/

.x-main.full {
  background: var(--idk-gray);
}
.section_hpinfo {
  background: #224269 !important;
  color: #fff;
}
.widget_hpinfo, .widget_hpinfo a {
  color: #fff;
}
.line_infotop {
  width: 75% !important;
}
.h4_hpinfo {
  color: #fff;
}
.text_h4info {
  font-size: 0.8em;
}
.section_contents {
  margin: 0 !important;
  padding: 3rem 0 5rem !important;
  background: var(--idk-gray) !important;
}
.line_contents {
  width: 75% !important;
  margin: -120px auto 0 !important;
  padding: 1rem 5% 3em !important;
  background: #fff !important;
}
.column_contents {
  font-size: 0.8em;
  line-height: 1.6em;
}
.text_contents ul li, .text_contents ol li {
  line-height: 1.6em;
}
.text_contents h5 {
  color: #224269;
  font-size: 20px;
}
.text_contents a {
  text-decoration: underline;
}
/*** RESPONSIVE ***/
@media (max-width:767px) {
  .line_infotop, .line_contents {
  width: 85% !important;
  }
  .text_h4info {
    font-size: 1rem;
  }
  .text_contents h5 {
    font-size: 1.4rem;
  }
  .text_contents,
  .text_contents ul li,
  .text_contents ol li {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
