@charset "UTF-8";
/*
 top.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../scss/base/_reboot.scss */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #1D284D;
  text-align: left;
  background-color: #fff;
}

/* line 62, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 97, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 110, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../scss/base/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 143, ../scss/base/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: bold;
}

/* line 157, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../scss/base/_reboot.scss */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
/* line 34, ../scss/_settings.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 199, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 42, ../scss/_settings.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 208, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

/* line 226, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../scss/base/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 299, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 345, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 353, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 360, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 372, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 378, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 393, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 405, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 410, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 415, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 428, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 437, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 446, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 450, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 455, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 461, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* Layouts */
/* line 1, ../scss/module/_buttons.scss */
.btn {
  display: block;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
/* line 7, ../scss/module/_buttons.scss */
.btn > span {
  display: inline-block !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  top: calc(50% + 1px);
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  /* line 7, ../scss/module/_buttons.scss */
  .btn > span {
    letter-spacing: 1px;
  }
}
/* line 18, ../scss/module/_buttons.scss */
.btn.btn-normal {
  background-color: #ED6414;
  color: #fff;
}
/* line 22, ../scss/module/_buttons.scss */
.btn.btn-normal:hover {
  background-color: #fff;
  color: #ED6414;
  border: 2px solid #fff;
}
/* line 29, ../scss/module/_buttons.scss */
.btn.btn-normal-border {
  background-color: #ED6414;
  color: #fff;
  border: 2px solid #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 34, ../scss/module/_buttons.scss */
.btn.btn-normal-border:hover {
  background-color: #fff;
  color: #ED6414;
}
/* line 40, ../scss/module/_buttons.scss */
.btn.btn-white {
  background-color: #fff;
  color: #231815;
}
/* line 45, ../scss/module/_buttons.scss */
.btn.btn-white-border {
  border: 1px solid #231815;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 48, ../scss/module/_buttons.scss */
.btn.btn-white-border:hover {
  background-color: #231815;
  color: white;
}

/* line 4, ../scss/layout/_terms-and-conditions.scss */
#logo a {
  color: #000000;
}

/* line 9, ../scss/layout/_terms-and-conditions.scss */
header {
  background-color: #1D284D;
}

/* line 13, ../scss/layout/_terms-and-conditions.scss */
.header_shadow {
  display: none;
}

/* line 17, ../scss/layout/_terms-and-conditions.scss */
.wrapper {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  /* line 17, ../scss/layout/_terms-and-conditions.scss */
  .wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  /* line 17, ../scss/layout/_terms-and-conditions.scss */
  .wrapper {
    padding-top: 50px;
  }
}

/* line 28, ../scss/layout/_terms-and-conditions.scss */
h1 {
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  /* line 28, ../scss/layout/_terms-and-conditions.scss */
  h1 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 28, ../scss/layout/_terms-and-conditions.scss */
  h1 {
    padding-bottom: 20px;
  }
}
/* line 39, ../scss/layout/_terms-and-conditions.scss */
h1 > span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 4px solid #ED6414;
  letter-spacing: 2px;
}
@-moz-document url-prefix() {
  /* line 39, ../scss/layout/_terms-and-conditions.scss */
  h1 > span {
    font-weight: 500;
  }
}
@media screen and (max-width: 959px) {
  /* line 39, ../scss/layout/_terms-and-conditions.scss */
  h1 > span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 39, ../scss/layout/_terms-and-conditions.scss */
  h1 > span {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

/* line 56, ../scss/layout/_terms-and-conditions.scss */
#terms-and-conditions .page-text {
  line-height: 1.8;
  display: block;
  padding-bottom: 40px;
}

/* line 63, ../scss/layout/_terms-and-conditions.scss */
.Inner {
  background-color: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  border: 1px solid #000000;
  padding: 30px 40px;
  overflow: scroll;
  height: 56.9vh;
}
@media screen and (max-width: 480px) {
  /* line 63, ../scss/layout/_terms-and-conditions.scss */
  .Inner {
    padding: 15px 20px;
  }
}

/* line 77, ../scss/layout/_terms-and-conditions.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 81, ../scss/layout/_terms-and-conditions.scss */
li {
  list-style: none;
}

/* line 85, ../scss/layout/_terms-and-conditions.scss */
.Inner-Headline {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 480px) {
  /* line 90, ../scss/layout/_terms-and-conditions.scss */
  .Inner-Headline {
    font-size: 20px;
  }
}
/* line 94, ../scss/layout/_terms-and-conditions.scss */
.Inner-Text {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}

/* line 99, ../scss/layout/_terms-and-conditions.scss */
.Inner-Text.first {
  margin-top: 36px;
}

/* line 103, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box:not(:first-child) {
  margin-top: 30px;
}

/* line 107, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-Headline {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 480px) {
  /* line 113, ../scss/layout/_terms-and-conditions.scss */
  .Inner-Box-Headline {
    font-size: 20px;
  }
}
/* line 117, ../scss/layout/_terms-and-conditions.scss */
Inner-Box-Subline {
  display: block;
}

/* line 120, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-List {
  margin: 0;
  padding-inline-start: 30px;
}
@media screen and (max-width: 480px) {
  /* line 120, ../scss/layout/_terms-and-conditions.scss */
  .Inner-Box-List {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 127, ../scss/layout/_terms-and-conditions.scss */
.first {
  padding-inline-start: 0px;
  line-height: 1.8;
}

/* line 131, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-List-Item {
  margin-top: 5px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  list-style-type: decimal;
}

/* line 137, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-List-Item-Ol {
  margin: 0;
  padding-inline-start: 20px;
}

/* line 141, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-List-Item-Ol-Item {
  letter-spacing: 0.05em;
  line-height: 1.6;
  list-style-type: decimal;
}

/* line 146, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-List-Item-Link {
  text-decoration: underline;
  display: inline-block;
  color: red;
}

/* line 151, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-Contact {
  margin-top: 36px;
}

/* line 154, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-Contact-Text {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}

/* line 159, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-Contact-Text:nth-child(2) {
  margin-top: 16px;
}

/* line 162, ../scss/layout/_terms-and-conditions.scss */
.Inner-Box-Item {
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  /* line 168, ../scss/layout/_terms-and-conditions.scss */
  .Inner-Box-Item {
    letter-spacing: inherit;
    font-size: 14px;
  }
}
/* line 173, ../scss/layout/_terms-and-conditions.scss */
.revision_history {
  margin-top: 30px;
}
