@charset "UTF-8";
/* ress css */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

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

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

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

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 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-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

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

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

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

/* style */
body {
  color: #212121;
  font-size: 15px;
  line-height: 1.825;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.01em; }

@media screen and (max-width: 767px) {
  body {
    font-size: 13px; } }
.main {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
  padding: 2.2em 0; }
  .main-ttl {
    font-size: 22px;
    text-align: center; }
  .main-lede {
    margin-top: .75em; }
  .main-hl {
    margin-top: 2em;
    color: #444;
    font-size: 17px;
    font-weight: bold;
    line-height: 1; }

@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: 20px; }

  .main-hl {
    font-size: 16px; } }
.terms-section {
  margin-top: 1.5em; }
.terms-hl {
  color: #444;
  font-weight: bold; }
.terms-txt {
  margin-top: .5em; }
.terms-detail {
  margin-top: .5em; }
.terms-list {
  margin-top: .5em;
  counter-reset: cnt; }
  .terms-list > li {
    margin-top: .75em;
    padding-left: 2em;
    text-indent: -2.5em;
    list-style-position: inside;
    list-style-type: none;
    counter-increment: cnt; }
    .terms-list > li::before {
      content: "（" counter(cnt) "）"; }
  .terms-list-txt {
    text-indent: 0; }
  .terms-list-num {
    margin-top: .5em; }
    .terms-list-num-detail {
      margin-top: .5em;
      padding-left: 1em;
      text-indent: -1em;
      list-style-position: inside;
      list-style-type: none;
      counter-increment: cnt; }
      .terms-list-num-detail::before {
        content: counter(cnt) ". "; }
  .terms-list-nonum {
    margin-top: .5em; }
    .terms-list-nonum-detail {
      margin-top: .5em;
      list-style-type: none; }

.txt-link {
  color: #444;
  transition: all .2s linear; }
  .txt-link:hover {
    color: #7ecd00; }

.record {
  margin-top: 2em;
  list-style-type: none;
  font-size: 14px; }
  .record-wrap {
    display: flex;
    justify-content: flex-end; }

@media screen and (max-width: 767px) {
  .record {
    font-size: 14px; } }
.signature {
  margin-top: 2em;
  font-size: 14px; }
  .signature-wrap {
    display: flex;
    justify-content: flex-end; }
