@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* ===== 共通設定 ===== */
html {
  height: 100%;
}
body {
  margin: 0 0 20px;
  font-family: "メイリオ", Meiryo, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 17px;
  line-height: 180%;
  background-color: #e8f5ff;
  color: #000000;
  overflow-x: hidden;
  height: 100%;
}
img {
  border: none;
}
#wrap {
  width: 100%;
  position: relative;
}
#header {
  width: 100%;
  height: 88px;
  background-color: #083d99;
  position: fixed;
  z-index: 100;
}
#header #logo_lic a {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 216px;
  height: 32px;
  background: url("../img/logo_lic.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
#header #btn_trial a {
  position: absolute;
  top: 21px;
  right: 34px;
  width: 262px;
  height: 46px;
  background: url("../img/btn_trial_header.png") no-repeat;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
}
#header #btn_trial a:hover {
  background-position: 0 -46px;
}
#maingraphic {
  padding-top: 88px;
  margin: 0 auto;
  max-width: 1218px;
  /* 最大幅 */
  min-width: 902px;
  /* 最小幅 */
}
#maingraphic img {
  width: 100%;
  height: auto;
}
#container_main {
  box-sizing: border-box;
  width: 902px;
  margin: 40px auto 0px;
  padding: 46px 97px 82px;
  background-color: #fff;
  border: solid #cccccc 1px;
  border-bottom: none;
  font-size: 1.05rem;
  line-height: 190%;
}
#container_main #btn_trial a {
  width: 443px;
  height: 68px;
  margin: 70px auto 0;
  background: url("../img/btn_trial_main.png") no-repeat;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
}
#container_main #btn_trial a:hover {
  background-position: 0 -68px;
}
#box_toc {
  box-sizing: border-box;
  width: 100%;
  margin-top: 42px;
  padding: 20px 68px;
  background-color: #fafafa;
  border: solid #b3b3b3 1px;
}
#box_toc #box_toc_inner {
  position: relative;
  width: 572px;
  padding: 0 44px;
  background: url("../img/bg_toc.png") repeat-y;
}
#box_toc #box_toc_inner b {
  font-weight: bold;
}
#box_toc #box_toc_inner ol {
  list-style: none;
  /* 冒頭の数字が不要なので消す */
  padding-left: 17px;
  /* 左側の余白を5pxで調整する */
}
#box_toc #box_toc_inner ol a {
  text-decoration: none;
  /* 装飾(下線)を消す */
  color: #2979da;
}

#box_toc #box_toc_inner ol li ol li.new{
    position: relative;
    display: inline-block;
}

#box_toc #box_toc_inner ol li ol li.new::after{
    position: absolute;
    content:"";
    width: 50px;
    height: 18px;
    background: url("../img/iconNew.png") no-repeat;
    background-size: 100%;
    top: 5px;
    right: -57px;
}

.features {
  box-sizing: border-box;
  width: 100%;
  margin-top: 56px;
  font-size: 1.05rem;
  line-height: 190%;
  position: relative;
}
.features h1 {
  position: relative;
  display: block;
  height: 62px;
  background-color: #bfd0f2;
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
  line-height: 64px;
  margin-bottom: 23px;
}
.features h1 .no {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  height: 100%;
  width: 68px;
  background-color: #0947b3;
  text-align: center;
  padding-left: 3px;
}
.features h1:after {
  content: "";
  position: absolute;
  top: 67px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #0947b3;
}
.features h2 {
  position: relative;
  display: block;
  height: 58px;
  background-color: #bfd0f2;
  font-weight: bold;
  color: #333;
  font-size: 1.55rem;
  line-height: 62px;
  margin-bottom: 23px;
}
.features h2 .no {
  color: #0947b3;
  margin: 0 20px;
}
.features h2:after {
  content: "";
  position: absolute;
  top: 58px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #527ecc;
}
.features strong {
  background-color: #ffdc73;
  font-weight: bold;
}
.features .annotation {
  box-sizing: border-box;
  display: block;
  width: 620px;
  border: solid 1px #83c5e6;
  padding: 7px 24px;
  margin: 20px auto 5px;
}
.features .annotation .left {
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
.features .annotation .right {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.features img {
  margin-top: 24px;
}
.features img.first {
  margin-bottom: 24px;
}

.features .remarks{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12.5px;
    font-weight: 300;
}

.features .superscript{
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-size: 12.5px;
    font-weight: 300;
    top: -5px;
    margin-right: 3px;
}

#footer {
  width: 100%;
  height: 88px;
  background-color: #083d99;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1.0rem;
  line-height: 88px;
}
#btn_toc {
  visibility: hidden;
}
#btn_toc a {
  position: fixed;
  bottom: 28px;
  /* left: calc(50% + 515px); */
  right: 28px;
  width: 56px;
  height: 56px;
  background: url("../img/btn_toc.png") no-repeat;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
}
#btn_toc a:hover {
  background-position: 0 -56px;
}