/* コードサイニング証明書ページ（/sec/cs/）用スタイル */
/* 共通スタイルは /sec/cc/css/index.css を併用 */

#conts-sec-cs-index .aboutcs {
  margin: 0 0 2em;
}

#conts-sec-cs-index .aboutcs h4 {
  font-size: 115%;
  line-height: 1.7;
  margin: 0 0 1em;
}

#conts-sec-cs-index .aboutcs h5 {
  font-size: 105%;
  margin: 1.5em 0 0.5em;
  padding-left: 0.5em;
  border-left: 4px solid #0068b7;
}

#conts-sec-cs-index .aboutcs p,
#conts-sec-cs-index .aboutcs ul {
  line-height: 1.8;
  margin: 0 0 1em;
}

#conts-sec-cs-index .aboutcs ul.check-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

#conts-sec-cs-index .aboutcs ul.check-list li {
  list-style: none;
  list-style-type: none;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.5em;
}

#conts-sec-cs-index .aboutcs ul.check-list li::marker {
  content: none;
}

#conts-sec-cs-index .aboutcs ul.check-list li::before {
  content: "\2713";
  color: #0068b7;
  font-weight: bold;
  position: absolute;
  left: 0;
}

#conts-sec-cs-index ol.flow-steps {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
}

#conts-sec-cs-index ol.flow-steps li {
  list-style: none;
  list-style-type: none;
  counter-increment: flow-step;
  position: relative;
  padding: 0.8em 0 0.8em 3em;
  border-bottom: 1px dotted #ccc;
  line-height: 1.7;
}

#conts-sec-cs-index ol.flow-steps li::before {
  content: counter(flow-step);
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #0068b7;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 90%;
}

#conts-sec-cs-index ol.flow-steps {
  counter-reset: flow-step;
}

#conts-sec-cs-index .sec-text-inquiry {
  font-size: 110%;
  font-weight: bold;
  color: #c41e1b;
}

#conts-sec-cs-index .compare-table th,
#conts-sec-cs-index .compare-table td {
  vertical-align: middle;
}

#conts-sec-cs-index .compare-table .sec-text-center {
  text-align: center;
}

#conts-sec-cs-index .official-link {
  margin: 1.5em 0 2em;
  padding: 1em 1.2em;
  background: #f5f8fb;
  border: 1px solid #d9ebf8;
}

#conts-sec-cs-index .cs-notice .cs-notice-lead {
  margin-bottom: 1.5em;
}

#conts-sec-cs-index .cs-notice .cs-notice-lead .cs-notice-next {
  display: block;
}

#conts-sec-cs-index .cs-notice ul.issue-methods {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#conts-sec-cs-index .cs-notice ul.issue-methods li {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

#conts-sec-cs-index .hb-section-alert {
  margin: 1em 0 2em;
}
