@charset "UTF-8";
/****************************************************************************************************
 *
 * MKCCS050 マイキープラットフォーム利用規約用 CSS
 *
 ****************************************************************************************************/
.terms {
  word-break: break-all;
  background: #ffffff !important;
}
/**************************************************
 * タイトル
 **************************************************/
.terms > h1 {
  font-size: 2.0rem;
  font-weight: bold;
}
.terms > h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.terms > ol {
  font-size: 1.4rem;
}
/**************************************************
 * OLを使用しない文言
 **************************************************/
.terms > p {
  margin-left: 1.0rem;
  font-size: 1.4rem;
}
/**************************************************
 * 括弧付き連番OL
 **************************************************/
ol.ol-bracket {
  margin-left: 0rem;
}
ol.ol-bracket li {
  list-style-type: none;
}
ol.ol-bracket li::before {
  display:inline-block;
  margin-left:-2.5em;
  width: 2.5em;
  word-break: normal;
}
ol li {
  list-style-type: none;
}
.h2_title {
    text-align: center;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 0.5em;
}