/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
}

@media screen and (min-device-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-device-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

body::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  content: "";
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  font-weight: normal;
}

@media screen and (min-device-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  dl,
  dt,
  dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-device-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  dl,
  dt,
  dd {
    font-size: 1.2rem;
  }
}

@media screen and (min-device-width: 769px) {
  .Wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}

.Header {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.Header::after {
  position: absolute;
  left: 5%;
  width: 95%;
  background-color: #fff;
  content: "";
}

@media screen and (min-device-width: 769px) {
  .Header {
    background-image: url(/static/images/pc/Header.jpg);
    padding: 40px;
    padding-top: 67.1%;
  }
  .Header::after {
    top: calc(63% + 52px);
    height: 4px;
  }
}

@media screen and (max-device-width: 768px) {
  .Header {
    background-image: url(/static/images/sp/Header.jpg);
    padding: 20px;
    padding-top: 54.46072%;
  }
  .Header::after {
    top: calc(71% + 30px);
    height: 2px;
  }
}

.Header_logo {
  position: absolute;
  font-size: 0;
}

@media screen and (min-device-width: 769px) {
  .Header_logo {
    top: 35%;
    left: 10%;
    width: 255px;
    height: 90px;
    background-image: url(/static/images/pc/Header_logo.png);
    background-image: url(/static/images/pc/Header_logo.png), none;
    background-size: 255px 90px;
    filter: drop-shadow(0 0 5px #666);
  }
}

@media screen and (max-device-width: 768px) {
  .Header_logo {
    top: 41%;
    left: 9%;
    width: 137px;
    height: 45px;
    background-image: url(/static/images/sp/Header_logo.png);
    background-image: url(/static/images/sp/Header_logo.png), none;
    background-size: 137px 45px;
    filter: drop-shadow(0 0 4px #666);
  }
}

.Header_copy {
  position: absolute;
  font-size: 0;
}

@media screen and (min-device-width: 769px) {
  .Header_copy {
    top: 64.4%;
    left: 5%;
    width: 380px;
    height: 30px;
    background-size: 380px 30px;
    background-image: url(/static/images/pc/Header_copy.png);
  }
}

@media screen and (max-device-width: 768px) {
  .Header_copy {
    top: 73.5%;
    left: 6%;
    width: 210px;
    height: 22px;
    background-size: 210px 22px;
    background-image: url(/static/images/sp/Header_copy2.png);
  }
}

.Footer {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-device-width: 769px) {
  .Footer {
    background-image: url(/static/images/pc/Footer.png);
    padding: 80px 40px 10px;
  }
}

@media screen and (max-device-width: 768px) {
  .Footer {
    background-image: url(/static/images/sp/Footer.png);
    padding: 40px 10px 5px;
    padding-bottom: calc(5px + constant(safe-area-inset-bottom));
    padding-bottom: calc(5px + env(safe-area-inset-bottom));
  }
}

@media screen and (min-device-width: 769px) {
  .Footer_Copyright {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-device-width: 768px) {
  .Footer_Copyright {
    margin-top: 40px;
    padding-bottom: 5px;
  }
}

.Copyright dt,
.Copyright dd {
  display: inline-block;
  font-size: 1.2rem;
}

.Copyright {
  text-align: right;
  font-size: 0;
  color: #fff;
}

@media screen and (min-device-width: 769px) {
  .Copyright dd {
    margin-left: 2px;
  }
}

@media screen and (max-device-width: 768px) {
  .Copyright dd {
    margin-left: 2px;
  }
}

.Contents {
  background-color: #fff;
}

@media screen and (min-device-width: 769px) {
  .Contents {
    padding: 40px;
  }
}

@media screen and (max-device-width: 768px) {
  .Contents {
    padding: 10px;
  }
}

.Head {
  background-color: #c2272e;
}

@media screen and (min-device-width: 769px) {
  .Head {
    padding: 4px 0;
  }
}

@media screen and (max-device-width: 768px) {
  .Head {
    padding: 2px 0;
  }
}

.Head_text {
  font-size: 0;
}

@media screen and (min-device-width: 769px) {
  .Head_text {
    width: 160px;
    height: 57px;
    background-size: 160px 57px;
  }
  .Head_text.-news {
    background-image: url(/static/images/pc/Head_text-news.png);
  }
  .Head_text.-about {
    background-image: url(/static/images/pc/Head_text-about.png);
  }
}

@media screen and (max-device-width: 768px) {
  .Head_text {
    width: 60px;
    height: 21px;
    background-size: 60px 21px;
  }
  .Head_text.-news {
    background-image: url(/static/images/sp/Head_text-news.png);
  }
  .Head_text.-about {
    background-image: url(/static/images/sp/Head_text-about.png);
  }
}

.Section {
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5));
}

.Section_headInner {
  display: inline-block;
  background-color: #fff;
}

@media screen and (min-device-width: 769px) {
  .Section_headInner {
    padding: 10px;
    padding-bottom: 0;
  }
}

@media screen and (max-device-width: 768px) {
  .Section_headInner {
    padding: 5px;
    padding-bottom: 0;
  }
}

.Section_body {
  background-color: #fff;
}

@media screen and (min-device-width: 769px) {
  .Section_body {
    padding: 10px;
    padding-top: 18px;
  }
}

@media screen and (max-device-width: 768px) {
  .Section_body {
    padding: 5px;
    padding-top: 9px;
  }
}

.NewsList {
  min-height: 8em;
  max-height: 10em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.NewsList_item {
  font-size: 1.2rem;
  text-decoration: underline;
}

@media screen and (min-device-width: 769px) {
  .NewsList_item + .NewsList_item {
    margin-top: 10px;
  }
}

@media screen and (max-device-width: 768px) {
  .NewsList_item + .NewsList_item {
    margin-top: 5px;
  }
}

@media screen and (min-device-width: 769px) {
  .DefinitionItem {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-device-width: 768px) {
  .DefinitionItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 0 10px;
  }
}

.DefinitionItem_term {
  font-weight: bold;
}

@media screen and (min-device-width: 769px) {
  .DefinitionItem_term {
    display: table-cell;
    width: 12em;
  }
}

@media screen and (max-device-width: 768px) {
  .DefinitionItem_term {
    flex-grow: 0;
    flex-shrink: 0;
    width: 7em;
  }
}

@media screen and (min-device-width: 769px) {
  .DefinitionItem_description {
    display: table-cell;
    padding-left: 18px;
  }
}

@media screen and (max-device-width: 768px) {
  .DefinitionItem_description {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px;
  }
}

.DefinitionItem_elementInner {
  position: relative;
  height: 100%;
  background-color: #eeeeee;
  color: #9d9d9d;
}

@media screen and (min-device-width: 769px) {
  .DefinitionItem_elementInner {
    padding: 20px;
  }
}

@media screen and (max-device-width: 768px) {
  .DefinitionItem_elementInner {
    padding: 10px;
  }
}

.DefinitionItem_elementInner::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.DefinitionItem_elementInner::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-j {
  text-align: justify !important;
}

.page {
  background-color: #026987;
  min-height: 100vh;
  padding: 50px 40px;
}

.Footer_LinksList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 70px;
  margin-top: 40px;
}

@media screen and (max-device-width: 768px) {
  .Footer_LinksList {
    gap: 15px;
  }
}

.Footer_LinksList a {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.page a,
.page a:visited {
  color: inherit;
}

.page__container {
  margin: 0 auto;
}

.page__text {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page__text {
    font-size: 12px;
    line-height: 1.4;
  }
}

.page__title {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page__title {
    font-size: 20px;
  }
}

.mt-1rem {
  margin-top: 1.25rem;
}

.list-disc li {
  padding-left: 1em;
}

.list-disc li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
}

.list-disc li + li {
  margin-top: 1em;
}

.userdata {
  margin-top: 4rem;
  font-family: "Noto Sans JP", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3,
    メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
}

.userdata__title {
  margin-top: 20px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.userdata__contents {
  margin-top: 20px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 20px 184px;
}

.userdata__itemTitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.userdata__itemContents {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6;
}

.userdata__itemList {
  padding-left: 1em;
}

.userdata__appName {
  text-align: start;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.userdata__wrap {
  margin-top: 10px;
  overflow-x: auto;
  height: 100%;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* scrollbar-width: none; */
}

.userdata__table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.userdata__row:nth-child(odd) {
  background: #fff;
}

.userdata__row {
  color: #222;
  background: #f5f5f5;
  border-bottom: solid 1px #ddd;
}

.userdata__row--title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #a6a6a6;
}

.userdata__head {
  background: #a6a6a6;
  padding: 16px 0 16px 32px;
  vertical-align: top;
}

.userdata__head:first-child {
  background: #a6a6a6;
  padding: 16px 0 16px 24px;
  vertical-align: top;
}

.userdata__head:last-child {
  background: #a6a6a6;
  padding: 16px 24px 16px 32px;
  vertical-align: top;
}

.userdata__head:nth-of-type(1),
.userdata__head:nth-of-type(2),
.userdata__head:nth-of-type(3) {
  width: 140px;
  box-sizing: content-box;
}

.userdata__head:nth-of-type(4),
.userdata__head:nth-of-type(5) {
  width: 320px;
  box-sizing: content-box;
}

.userdata__head:nth-of-type(6),
.userdata__head:nth-of-type(7),
.userdata__head:nth-of-type(8) {
  width: 160px;
  box-sizing: content-box;
}

.userdata__headText {
  color: #fff;
  z-index: 10;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.userdata__headNote {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  white-space: nowrap;
  margin-top: 4px;
}

.userdata__date {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 16px 0 16px 32px;
  vertical-align: top;
}

.userdata__date:first-child {
  padding: 16px 0 16px 24px;
}

.userdata__date:last-child {
  padding: 16px 24px 16px 32px;
}

.userdata__date:nth-child(1),
.userdata__date:nth-child(2),
.userdata__date:nth-child(3) {
  width: 140px;
  box-sizing: content-box;
}

.userdata__date:nth-child(4),
.userdata__date:nth-child(5) {
  width: 320px;
  box-sizing: content-box;
}

.userdata__date:nth-child(6),
.userdata__date:nth-child(7),
.userdata__date:nth-child(8) {
  width: 160px;
  box-sizing: content-box;
}

.userdata__date--indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

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

.userdata__link {
  text-decoration: underline;
}

.userdata__attention {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
}
