@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Normalize */
html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Noto Sans JP", "Yu Gothic", Helvetica, "Meiryo", "メイリオ", sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.75em 0;
  font-size: 2em;
  line-height: 1.5em;
}

h2 {
  margin: 1em 0;
  font-size: 1.5em;
  line-height: 2em;
}

h3 {
  margin: 1.28205em 0;
  font-size: 1.17em;
  line-height: 1.28205em;
}

h4 {
  margin: 1.5em 0;
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  margin: 1.80723em 0;
  font-size: 0.83em;
  line-height: 1.80723em;
}

h6 {
  margin: 2.23881em 0;
  font-size: 0.67em;
  line-height: 2.23881em;
}

blockquote {
  margin: 1.5em 40px;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol,
ul {
  padding: 0 0 0 40px;
}

figcaption,
figure {
  display: block;
}

figure {
  margin: 1.5em 40px;
}

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

main {
  display: block;
}

p,
pre {
  margin: 1em 0;
}

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

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Noto Sans JP", "Yu Gothic", Helvetica, "Meiryo", "メイリオ", sans-serif;
}

button {
  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 {
  padding: 0;
  border-style: none;
}

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

input {
  overflow: visible;
}

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

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

[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

  -webkit-appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
  margin: 1.5em 0;
  padding: 0 0 0 40px;
}

menu menu,
ol menu,
ul menu {
  margin: 0;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0.25em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5em;
  -webkit-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img-center {
  margin: 0 auto;
}

.vertical-bottom {
  vertical-align: bottom;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(16px / -2);
}

.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-sm-column {
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.row-md-column {
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-sm-1 {
  width: calc(100% / 12 * 1 - 16px);
  margin: 8px;
}

.col-sm-2 {
  width: calc(100% / 12 * 2 - 16px);
  margin: 8px;
}

.col-sm-3 {
  width: calc(100% / 12 * 3 - 16px);
  margin: 8px;
}

.col-sm-4 {
  width: calc(100% / 12 * 4 - 16px);
  margin: 8px;
}

.col-sm-5 {
  width: calc(100% / 12 * 5 - 16px);
  margin: 8px;
}

.col-sm-6 {
  width: calc(100% / 12 * 6 - 16px);
  margin: 8px;
}

.col-sm-7 {
  width: calc(100% / 12 * 7 - 16px);
  margin: 8px;
}

.col-sm-8 {
  width: calc(100% / 12 * 8 - 16px);
  margin: 8px;
}

.col-sm-9 {
  width: calc(100% / 12 * 9 - 16px);
  margin: 8px;
}

.col-sm-10 {
  width: calc(100% / 12 * 10 - 16px);
  margin: 8px;
}

.col-sm-11 {
  width: calc(100% / 12 * 11 - 16px);
  margin: 8px;
}

.col-sm-12 {
  width: calc(100% / 12 * 12 - 16px);
  margin: 8px;
}

.block-sm {
  display: block;
}

.lp-footer {
  margin-top: 1em;
  padding-bottom: 60px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.lp-footer p {
  font-size: 0.8em;
}

.text-left {
  text-align: left;
}

* + .annotation {
  margin: -1.5em 0 0.5em;
  font-size: 10px;
}

noscript {
  display: block;
  padding: 1em;
  font-weight: bold;
  text-align: center;
  color: #e60012;
  background: rgba(230, 0, 18, 0.2);
}

body {
  margin: 0;
  padding: 0;
}

body.is-fixed {
  position: fixed;
}

body.is-fixed .toc-block {
  left: 0;
}

.container {
  max-width: 980px;
  margin: 0 auto;
}

.container-terms {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
  padding: 0 1em;
  counter-reset: clause;
}

.terms-title {
  font-size: 1.5em;
  text-align: center;
}

.clause-title {
  margin: 1.5em 0 0.5em;
  font-size: 1.2em;
  line-height: 1.6em;
}

.clause-title::before {
  content: "第" counter(clause) "条";
  counter-increment: clause;
}

.toc-block {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding: 1em;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #ccc;
  -webkit-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

.toc-title {
  display: block;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
}

#toc {
  counter-reset: toc;
}

#toc li {
  counter-increment: toc;
}

#toc li a::before {
  content: "第" counter(toc) "条";
}

#toc ul {
  padding: 0;
  list-style: none;
}

#toc ul li {
  margin-bottom: 0.5em;
}

#toc a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sp-float-nav {
  position: fixed;
  bottom: -50px;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.5em 1em;
  background: #ccc;
  -webkit-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

.sp-float-nav.is-on {
  bottom: 0;
}

.float-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.float-nav li {
  padding: 5px 1em;
  color: #fff;
  background: #004ea2;
  border-radius: 5px;
}

.sp-float-nav a,
.sp-float-nav li {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.table {
  border-collapse: collapse;
  font-size: 0.8em;
  border: 1px solid #ccc;
}

.table th,
.table td {
  padding: 0.5em;
  border: 1px solid #ccc;
}

.table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 27%;
  background: #dfdfdf;
}

.table th:first-child + th {
  width: 12%;
}

.table th:first-child + th + th {
  width: 40%;
}

.table th:first-child + th + th + th {
  width: 21%;
}

.terms-list {
  padding: 0;
  list-style-type: none;
  counter-reset: section;
}

.terms-list ol {
  counter-reset: section2;
}

.terms-list ol ol {
  counter-reset: section3;
}

.terms-list li::before,
.terms-list dt::before {
  content: counter(section) ". ";
  display: inline-block;
  width: 1.5em;
  counter-increment: section;
}

.terms-list dd {
  margin: 0 0 0 1.5em;
}

.terms-list li {
  position: relative;
  padding-left: 1.5em;
}

.terms-list li::before {
  position: absolute;
  left: 0;
}

.terms-list li li {
  position: relative;
  padding-left: 2.5em;
}

.terms-list li li::before {
  content: "(" counter(section2) ") ";
  width: 2em;
  text-align: right;
  counter-increment: section2;
}

.terms-list li li li {
  padding-left: 1.5em;
}

.terms-list li li li::before {
  content: counter(section3) ". ";
  width: 1.5em;
  text-align: left;
  counter-increment: section3;
}

.footer {
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .button {
    max-width: 300px;
  }
  .button-lg {
    max-width: 100%;
    font-size: 2em;
  }
  .row-sm-column {
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .col-md-1 {
    width: calc(100% / 12 * 1 - 16px);
    margin: 8px;
  }
  .col-md-2 {
    width: calc(100% / 12 * 2 - 16px);
    margin: 8px;
  }
  .col-md-3 {
    width: calc(100% / 12 * 3 - 16px);
    margin: 8px;
  }
  .col-md-4 {
    width: calc(100% / 12 * 4 - 16px);
    margin: 8px;
  }
  .col-md-5 {
    width: calc(100% / 12 * 5 - 16px);
    margin: 8px;
  }
  .col-md-6 {
    width: calc(100% / 12 * 6 - 16px);
    margin: 8px;
  }
  .col-md-7 {
    width: calc(100% / 12 * 7 - 16px);
    margin: 8px;
  }
  .col-md-8 {
    width: calc(100% / 12 * 8 - 16px);
    margin: 8px;
  }
  .col-md-9 {
    width: calc(100% / 12 * 9 - 16px);
    margin: 8px;
  }
  .col-md-10 {
    width: calc(100% / 12 * 10 - 16px);
    margin: 8px;
  }
  .col-md-11 {
    width: calc(100% / 12 * 11 - 16px);
    margin: 8px;
  }
  .col-md-12 {
    width: calc(100% / 12 * 12 - 16px);
    margin: 8px;
  }
  .block-sm {
    display: inline;
  }
  .container-terms {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3em;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
  }
  .terms-title {
    font-size: 2em;
  }
  .clause-title {
    margin: 2em 0 0.5em;
    font-size: 1.5em;
    line-height: 2em;
  }
  .toc-block {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background: #fcfcfc;
  }
  .toc-title {
    color: #000;
  }
  #toc ul li {
    margin-bottom: 0;
  }
  #toc a {
    display: inline;
    padding: 0;
    text-decoration: underline;
    background: none;
    border: none;
    border-radius: 0;
  }
  .sp-float-nav {
    display: none;
  }
  .footer {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .row-md-column {
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .col-lg-1 {
    width: calc(100% / 12 * 1 - 16px);
    margin: 8px;
  }
  .col-lg-2 {
    width: calc(100% / 12 * 2 - 16px);
    margin: 8px;
  }
  .col-lg-3 {
    width: calc(100% / 12 * 3 - 16px);
    margin: 8px;
  }
  .col-lg-4 {
    width: calc(100% / 12 * 4 - 16px);
    margin: 8px;
  }
  .col-lg-5 {
    width: calc(100% / 12 * 5 - 16px);
    margin: 8px;
  }
  .col-lg-6 {
    width: calc(100% / 12 * 6 - 16px);
    margin: 8px;
  }
  .col-lg-7 {
    width: calc(100% / 12 * 7 - 16px);
    margin: 8px;
  }
  .col-lg-8 {
    width: calc(100% / 12 * 8 - 16px);
    margin: 8px;
  }
  .col-lg-9 {
    width: calc(100% / 12 * 9 - 16px);
    margin: 8px;
  }
  .col-lg-10 {
    width: calc(100% / 12 * 10 - 16px);
    margin: 8px;
  }
  .col-lg-11 {
    width: calc(100% / 12 * 11 - 16px);
    margin: 8px;
  }
  .col-lg-12 {
    width: calc(100% / 12 * 12 - 16px);
    margin: 8px;
  }
  .lp-footer {
    padding-bottom: 0;
  }
  #toc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #toc ul li {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    padding: 0.25em 1em;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: calc(100% / 12 * 1 - 16px);
    margin: 8px;
  }
  .col-xl-2 {
    width: calc(100% / 12 * 2 - 16px);
    margin: 8px;
  }
  .col-xl-3 {
    width: calc(100% / 12 * 3 - 16px);
    margin: 8px;
  }
  .col-xl-4 {
    width: calc(100% / 12 * 4 - 16px);
    margin: 8px;
  }
  .col-xl-5 {
    width: calc(100% / 12 * 5 - 16px);
    margin: 8px;
  }
  .col-xl-6 {
    width: calc(100% / 12 * 6 - 16px);
    margin: 8px;
  }
  .col-xl-7 {
    width: calc(100% / 12 * 7 - 16px);
    margin: 8px;
  }
  .col-xl-8 {
    width: calc(100% / 12 * 8 - 16px);
    margin: 8px;
  }
  .col-xl-9 {
    width: calc(100% / 12 * 9 - 16px);
    margin: 8px;
  }
  .col-xl-10 {
    width: calc(100% / 12 * 10 - 16px);
    margin: 8px;
  }
  .col-xl-11 {
    width: calc(100% / 12 * 11 - 16px);
    margin: 8px;
  }
  .col-xl-12 {
    width: calc(100% / 12 * 12 - 16px);
    margin: 8px;
  }
}

@media (max-width: 480px) {
  .row-sm-column [class*="col-sm-"] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
