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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
:root {
  --black: #1a222c;
  --ff: 'Noto Sans JP', sans-serif;
}
html {
  scroll-padding-top: 84px;
}
body {
  font-optical-sizing: auto;
  color: var(--black);
  font-family: var(--ff);
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  padding-top: 84px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--black);
}
.w1288 {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.ttl01 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.ttl01:has(+ .lead) {
  margin-bottom: 16px;
}
.ttl01 span {
  display: block;
}
.ttl01 .en {
  color: #048cf2;
  margin-bottom: 18px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.05em;
}
.ttl01 .ja {
  font-size: 32px;
}
.ttl01 + .lead {
  text-align: center;
  font-size: 24px;
  color: #757a80;
  font-weight: 500;
}
#header {
  line-height: 1;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header .w1288 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .logo a:hover {
  opacity: 0.8;
}
#header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
#header .buttons a {
  height: 51px;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  display: block;
  padding-top: 10px;
}
#header .buttons a span {
  font-size: 14px;
  display: block;
}
#header .buttons a span:first-child {
  font-size: 10px;
  margin-bottom: 5px;
}
#header .buttons .demo_btn {
  width: 138px;
  border: solid 1px #048cf2;
  color: #048cf2;
}
#header .buttons .demo_btn:hover {
  background: #eff8ff;
}
#header .buttons .download_btn {
  width: 160px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f9a23b),
    to(#f9844d)
  );
  background: linear-gradient(to right bottom, #f9a23b, #f9844d);
}
#header .buttons .download_btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f9814d),
    to(#f65c5e)
  );
  background: linear-gradient(to right bottom, #f9814d, #f65c5e);
}
#footer {
  padding: 65px 0 176px;
  background: url(../img/footer.svg) repeat-x left bottom/1400px auto;
}
#footer .w1288 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .left_column .f_logo {
  line-height: 1;
  margin-bottom: 16px;
}
#footer .left_column .f_logo a:hover {
  opacity: 0.8;
}
#footer .left_column .f_logo_text {
  font-weight: bold;
  color: #757a80;
  line-height: 1;
}
#footer .right_column {
  line-height: 1;
}
#footer .right_column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  margin-bottom: 24px;
}
#footer .right_column ul li:not(:last-child):after {
  content: '|';
  color: #b9bcbf;
  display: inline-block;
  margin: 0 16px;
}
#footer .right_column ul a:hover {
  text-decoration: underline;
  color: #048cf2;
}
#footer .right_column ul a[target='_blank'] {
  padding-right: 18px;
  background: url(../img/blank.svg) no-repeat center right/12px auto;
}
#footer .right_column ul a[target='_blank']:hover {
  background-image: url(../img/blank_blue.svg);
}
#footer .right_column small {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    scroll-padding-top: calc(84 / 1340 * 100vw);
  }
  body {
    font-size: calc(16 / 1340 * 100vw);
    padding-top: calc(84 / 1340 * 100vw);
  }
  .w1288 {
    max-width: calc(1280 / 1340 * 100vw);
  }
  .ttl01 {
    margin-bottom: calc(30 / 1340 * 100vw);
  }
  .ttl01:has(+ .lead) {
    margin-bottom: calc(16 / 1340 * 100vw);
  }
  .ttl01 .en {
    margin-bottom: calc(18 / 1340 * 100vw);
  }
  .ttl01 .ja {
    font-size: calc(32 / 1340 * 100vw);
  }
  .ttl01 + .lead {
    font-size: calc(24 / 1340 * 100vw);
  }
  #header .w1288 {
    height: calc(84 / 1340 * 100vw);
  }
  #header .logo img {
    max-width: calc(220 / 1340 * 100vw);
  }
  #header .buttons {
    gap: 0 calc(24 / 1340 * 100vw);
  }
  #header .buttons a {
    height: calc(51 / 1340 * 100vw);
    border-radius: calc(8 / 1340 * 100vw);
    padding-top: calc(10 / 1340 * 100vw);
  }
  #header .buttons a span {
    font-size: calc(14 / 1340 * 100vw);
  }
  #header .buttons a span:first-child {
    font-size: calc(10 / 1340 * 100vw);
    margin-bottom: calc(5 / 1340 * 100vw);
  }
  #header .buttons .demo_btn {
    width: calc(138 / 1340 * 100vw);
    border: solid calc(1 / 1340 * 100vw) #048cf2;
    color: #048cf2;
  }
  #header .buttons .demo_btn:hover {
    background: #eff8ff;
  }
  #header .buttons .download_btn {
    width: calc(160 / 1340 * 100vw);
  }
  #footer {
    padding: calc(65 / 1340 * 100vw) 0 calc(176 / 1340 * 100vw);
    background: url(../img/footer.svg) repeat-x left
      bottom/calc(1400 / 1340 * 100vw) auto;
  }
  #footer .left_column .f_logo {
    margin-bottom: calc(16 / 1340 * 100vw);
  }
  #footer .left_column .f_logo img {
    max-width: calc(220 / 1340 * 100vw);
  }
  #footer .right_column ul {
    font-size: calc(14 / 1340 * 100vw);
    margin-bottom: calc(24 / 1340 * 100vw);
  }
  #footer .right_column ul li:not(:last-child):after {
    margin: 0 calc(16 / 1340 * 100vw);
  }
  #footer .right_column ul a[target='_blank'] {
    padding-right: calc(18 / 1340 * 100vw);
    background: url(../img/blank.svg) no-repeat center
      right/calc(12 / 1340 * 100vw) auto;
  }
  #footer .right_column small {
    font-size: calc(14 / 1340 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: calc(57 / 375 * 100vw);
  }
  body {
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(57 / 375 * 100vw);
  }
  .w1288 {
    max-width: 100%;
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
  .ttl01 {
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .ttl01 .en {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .ttl01 .ja {
    font-size: calc(24 / 375 * 100vw);
  }
  .ttl01 + .lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
  }
  #header .w1288 {
    height: calc(57 / 375 * 100vw);
  }
  #header .logo img {
    max-width: 100%;
    width: calc(138 / 375 * 100vw);
  }
  #header nav {
    display: none;
  }
  #footer {
    padding-bottom: calc(130 / 375 * 100vw);
    background-size: auto calc(64 / 375 * 100vw);
  }
  #footer .w1288 {
    display: block;
  }
  #footer .w1288 .left_column {
    text-align: center;
    margin-bottom: calc(78 / 375 * 100vw);
  }
  #footer .w1288 .left_column .f_logo {
    margin-bottom: calc(16 / 375 * 100vw);
  }
  #footer .w1288 .left_column .f_logo img {
    width: calc(220 / 375 * 100vw);
  }
  #footer .w1288 .left_column .f_logo_text {
    font-size: calc(16 / 375 * 100vw);
  }
  #footer .w1288 .right_column ul {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: calc(24 / 375 * 100vw) 0;
    margin-bottom: calc(45 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  #footer .w1288 .right_column ul li:after {
    content: none;
  }
  #footer .w1288 .right_column a[target='_blank'] {
    padding-right: calc(18 / 375 * 100vw);
    background: url(../img/blank.svg) no-repeat center
      right/calc(12 / 375 * 100vw) auto;
  }
  #footer .w1288 .right_column a[target='_blank']:hover {
    background-image: url(../img/blank_blue.svg);
  }
  #footer .w1288 .right_column small {
    margin-right: auto;
    font-size: calc(14 / 375 * 100vw);
  }
}
:root {
  --color-blue: #048cf2;
}
html {
  scroll-behavior: smooth;
}
body:has(.c-terms) #header {
  border-bottom: 1px solid #e3e3e3;
}
body:has(.c-terms) #footer {
  background: none;
  padding-bottom: 69px;
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  body:has(.c-terms) #footer {
    padding-bottom: 4.8507462687vw;
  }
}
@media screen and (max-width: 767px) {
  body:has(.c-terms) #footer {
    padding-bottom: 66px;
  }
}
.c-terms {
  background-color: #f5f5f5;
}
.c-terms__mv {
  height: 235px;
  background-image: url(../userpolicy/img/bg.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-terms__mv {
    background-image: url(../userpolicy/img/bg_sp.jpg);
    height: 180px;
  }
}
.c-terms__mv .w1288 {
  width: 100%;
}
.c-terms__mv h1 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-terms__mv h1 {
    font-size: 24px;
    text-align: center;
  }
}
.c-terms__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 64px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}
@media screen and (max-width: 1299px) {
  .c-terms__container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-terms__container {
    padding-block: 32px;
  }
}
.c-terms__content,
.c-terms__sidebar {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px rgba(26, 34, 44, 0.08);
  box-shadow: 0 0 16px rgba(26, 34, 44, 0.08);
}
.c-terms__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 44px 32px 62px;
}
@media screen and (max-width: 767px) {
  .c-terms__content {
    padding: 28px 16px 30px;
  }
}
.c-terms__content h2 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-terms__content h2 {
    font-size: 14px;
  }
}
.c-terms__content ol {
  counter-reset: item;
  padding-left: 29px;
}
.c-terms__content ol > li {
  counter-increment: item;
  position: relative;
}
.c-terms__content ol > li::before {
  content: counter(item) '. ';
  position: absolute;
  left: -29px;
}
.c-terms__content p + ol {
  margin-top: 20px;
}
.c-terms__content li,
.c-terms__content p {
  font-size: 14px;
  line-height: 24px;
}
.c-terms__content li a,
.c-terms__content p a {
  color: var(--color-blue);
}
.c-terms__content li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-terms__content li + li {
    margin-top: 13.5px;
  }
}
.c-terms__content ul {
  margin-top: 12px;
}
.c-terms__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-terms__content ul li span:first-child {
  min-width: 35px;
}
.c-terms__intro {
  margin-top: 18px;
}
.c-terms__item {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-terms__item {
    padding-top: 42px;
  }
}
.c-terms__item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-terms__item h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.c-terms__date {
  margin-top: 44px;
  text-align: right;
}
.c-terms__date p + p {
  margin-top: 4px;
}
.c-terms__sidebar {
  width: 304px;
  padding: 32px 41px 40px;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .c-terms__sidebar {
    display: none;
  }
}
.c-terms__sidebar h3 {
  font-size: 18px;
  font-weight: bold;
}
.c-terms__sidebar ul {
  margin-top: 16px;
}
.c-terms__sidebar li + li {
  margin-top: 2px;
}
.c-terms__sidebar li {
  line-height: 22.4px;
  margin-left: -12px;
}
.c-terms__sidebar li a {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
}
.c-terms__sidebar li a:hover {
  background-color: #eff8ff;
}
/*# sourceMappingURL=terms.min.css.map */
