@charset "UTF-8";
/*767px*/
/* ----------------------------------*/
/* reset */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box; }

ul li {
  list-style: none; }

* {
  word-break: break-all; }

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku, Arial, Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background-color: #F7F7F7;
  color: #333333; }

header {
  height: 60px;
  background-color: #FFF;
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  align-items: center; }
  header .header__logo__wrap {
    border-left: 4px solid #d31e3e;
    background-color: #262626;
    width: 225px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .header__logo__wrap .header__logo {
      width: 90%;
      height: 100%;
      color: #FFF;
      text-indent: -99999px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/service_logo.svg); }
  header .header__title {
    margin-left: 15px;
    display: block;
    font-size: 1.375rem; }
  header .header__version {
    margin-left: 10px;
    font-size: 0.75rem;
    color: #333333; }

img {
  max-width: 100%; }

table {
  width: 100%;
  table-layout: auto;
  word-break: normal;
  word-wrap: normal;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px; }
  table thead tr {
    background-color: #f5f5f5;
    border-top: 1px solid #c6cbd1; }
    table thead tr th {
      padding: 6px 13px;
      border: 1px solid #dfe2e5;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #333333;
      text-align: left; }
  table tbody tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1; }
    table tbody tr td {
      padding: 6px 13px;
      border: 1px solid #dfe2e5;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #333333;
      vertical-align: top; }

a {
  color: #D31E3E;
  font-weight: bold;
  display: inline-flex;
  text-decoration: underline; }

strong {
  background-color: rgba(220, 255, 25, 0.5);
  color: #333333;
  font-weight: normal; }

.btn > a {
  border-radius: 5px;
  outline: 0;
  box-shadow: none;
  border: 0;
  padding: 10px;
  font-weight: normal;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  text-align: center; }
  .btn > a:hover {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0.7; }

.link_box > p {
  display: flex;
  flex-direction: column; }

.back_link {
  display: block;
  color: #333333;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: normal; }

.content__wrap {
  padding: 30px;
  margin: auto;
  max-width: 960px; }
  .content__wrap .section_title {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 50px 0px 10px;
    color: #333333; }
  .content__wrap .card {
    padding: 20px 50px 12px 50px;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px; }
    .content__wrap .card.reference {
      padding: 30px 50px 12px 50px; }
    .content__wrap .card.doc {
      padding: 50px 50px 20px 50px; }
    .content__wrap .card .card__ttl {
      font-size: 1.375rem;
      font-weight: bold;
      margin-bottom: 20px;
      color: #333333;
      position: relative; }
      .content__wrap .card .card__ttl.getstart:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 3px;
        left: -34px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icon_getstart.png); }
      .content__wrap .card .card__ttl.points:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 1px;
        left: -34px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icon_points.png); }
      .content__wrap .card .card__ttl.notes:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 1px;
        left: -34px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icon_notes.png); }
      .content__wrap .card .card__ttl.spec:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 2px;
        left: -34px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icon_spec.png); }
      .content__wrap .card .card__ttl > a {
        font-size: 1.375rem;
        font-weight: bold;
        color: #333333;
        text-decoration: none; }
        .content__wrap .card .card__ttl > a:hover {
          text-decoration: underline; }
    .content__wrap .card h2 {
      font-size: 2.2rem; }
    .content__wrap .card .anchr_list {
      margin: 10px 0; }
      .content__wrap .card .anchr_list li {
        margin-bottom: 10px; }
        .content__wrap .card .anchr_list li a {
          color: #D31E3E;
          text-decoration: none;
          font-weight: normal; }
          .content__wrap .card .anchr_list li a:hover {
            text-decoration: underline; }
          .content__wrap .card .anchr_list li a:before {
            content: "＞ "; }
    .content__wrap .card section {
      padding: 25px 0px;
      border-bottom: 1px solid #E6E6E6; }
      .content__wrap .card section:last-child {
        border-bottom: 0px; }
      .content__wrap .card section.btn_box {
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .content__wrap .card section.btn_box p {
          font-weight: bold;
          font-size: 1rem;
          margin-bottom: 10px;
          min-width: 300px; }
    .content__wrap .card h3 {
      color: #333333;
      font-size: 1.6rem;
      margin-bottom: 10px;
      font-weight: normal; }
    .content__wrap .card h4 {
      color: #333333;
      font-size: 1.1rem;
      margin-bottom: 10px;
      font-weight: bold;
      margin-top: 50px; }
    .content__wrap .card .note, .content__wrap .card .steps {
      background: #FCFCFC;
      border: 1px solid #E4E4E4;
      border-radius: 6px;
      padding: 24px;
      margin-top: 20px;
      margin-bottom: 20px; }
      .content__wrap .card .note.note, .content__wrap .card .steps.note {
        background: #fffcf2;
        border: 1px solid #ffe3a2; }
      .content__wrap .card .note h4, .content__wrap .card .steps h4 {
        margin-top: 0px;
        margin-bottom: 15px; }
      .content__wrap .card .note > *:last-child, .content__wrap .card .steps > *:last-child {
        margin-bottom: 0px; }
      .content__wrap .card .note li:last-child p, .content__wrap .card .steps li:last-child p {
        margin-bottom: 0px; }
      .content__wrap .card .note p, .content__wrap .card .steps p {
        margin: 0; }
    .content__wrap .card .normal_list {
      padding-left: 20px; }
      .content__wrap .card .normal_list ul {
        margin-left: 1rem; }
      .content__wrap .card .normal_list li {
        list-style: disc;
        list-style-position: outside;
        margin-bottom: 5px; }
    .content__wrap .card ol {
      padding-left: 15px; }
      .content__wrap .card ol li {
        list-style-position: outside;
        margin-bottom: 5px; }
        .content__wrap .card ol li > img {
          margin-top: 20px; }
    .content__wrap .card p {
      color: #333333;
      line-height: 1.5;
      margin-bottom: 20px; }
      .content__wrap .card p:last-child {
        margin-bottom: 0px; }
    .content__wrap .card .itemize_box ul {
      margin-top: 20px;
      padding-left: 20px; }
      .content__wrap .card .itemize_box ul ul {
        margin-top: 0px; }
      .content__wrap .card .itemize_box ul li {
        list-style: unset; }
    .content__wrap .card .card__index_list ul {
      display: flex;
      flex-wrap: wrap; }
      .content__wrap .card .card__index_list ul li {
        width: 50%;
        margin-bottom: 12px;
        list-style: disc;
        list-style-position: inside; }
        .content__wrap .card .card__index_list ul li a {
          color: #333333;
          text-decoration: none;
          font-weight: bold;
          width: 90%; }
          .content__wrap .card .card__index_list ul li a:hover {
            text-decoration: underline; }

@media screen and (max-width: 767px) {
  html {
    font-size: 0.75rem; }
  header {
    height: 40px;
    background-color: #FFF;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    align-items: center; }
    header .header__logo__wrap {
      border-left: 4px solid #d31e3e;
      background-color: #262626;
      width: 150px;
      height: 40px; }
    header .header__title {
      margin-left: 15px;
      display: block;
      font-size: 1rem; }
    header .header__version {
      margin-left: 10px;
      font-size: 0.75rem;
      color: #333333; }
  .anchr_list {
    margin: 8px; }
    .anchr_list li {
      margin-bottom: 10px; }
      .anchr_list li a {
        color: #D31E3E;
        text-decoration: none;
        font-weight: normal; }
        .anchr_list li a:hover {
          text-decoration: underline; }
  .content__wrap {
    padding: 15px; }
    .content__wrap .card {
      padding: 20px 15px 12px 15px; }
      .content__wrap .card.reference {
        padding: 30px 15px 12px 15px; }
      .content__wrap .card.doc {
        padding: 20px 20px 12px 20px; }
      .content__wrap .card section {
        padding: 15px 0px; }
        .content__wrap .card section.btn_box {
          height: 130px; }
          .content__wrap .card section.btn_box > div {
            min-width: 100px; }
      .content__wrap .card h2 {
        font-size: 1.5rem; }
      .content__wrap .card h3 {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      .content__wrap .card .card__ttl {
        margin-bottom: 10px;
        text-indent: 15px; }
        .content__wrap .card .card__ttl:before {
          left: -6px !important;
          width: 16px !important;
          top: 0px !important; }
      .content__wrap .card p {
        margin-bottom: 10px; }
      .content__wrap .card .card__index_list ul {
        flex-wrap: nowrap;
        flex-direction: column; }
        .content__wrap .card .card__index_list ul li {
          width: 100%; }
      .content__wrap .card .note, .content__wrap .card .steps {
        padding: 18px; }
        .content__wrap .card .note p, .content__wrap .card .steps p {
          margin: 0; } }
