/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



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: 1440px;
    margin: 0 auto;
    background-image: url(/static/images/pc/Wrapper.jpg);
    /* background-position: -3vw 25%; */
    background-repeat: no-repeat;
    background-size: cover;
    overflow: clip;
  }
/* } */

@media screen and (max-device-width: 768px) {
  .Wrapper {
    height: 120vh;
  }
}


.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: 88.46072%;
  }
  .Header::after {
    top: calc(47% + 55px);
    height: 1px;
  }
}

@media screen and (max-device-width: 768px) {
  .Header {
    /* background-image: url(/static/images/sp/Header.jpg); */
    padding: 20px;
    padding-top: 91.46072%;
  }
  .Header::after {
    top: calc(56% + 55px);
    height: 1px;
  }
}

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

@media screen and (min-device-width: 769px) {
  .Header_logo {
    top: 27%;
    left: 5%;
    width: 357px;
    height: 80px;
    background-image: url(/static/images/pc/Header_logo.png);
    background-image: url(/static/images/pc/Header_logo.png), none;
    background-size: auto;
    background-repeat: no-repeat;
    /* background-size: 357px 80px; */
    /* filter: drop-shadow(0 0 5px #666); */
  }
}

@media screen and (max-device-width: 768px) {
  .Header_logo {
    top: 34%;
    left: 6%;
    width: 48.5%;
    height: 67px;
    background-image: url(/static/images/pc/Header_logo.png);
    background-image: url(/static/images/pc/Header_logo.png), none;
    background-size: contain;
    background-repeat: no-repeat;
    /* 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: 45%;
    left: 5%;
    width: 656px;
    height: 48px;
    /* background-size: 656px 48px; */
    background-size: auto;
    background-image: url(/static/images/pc/Header_copy.png);
    background-repeat: no-repeat;
    background-position: left;
   }
}

@media screen and (max-device-width: 768px) {
  .Header_copy {
    top: 55%;
    left: 6%;
    width: 60%;
    height: 40px;
    /* background-size: 210px 22px; */
    background-size: contain;
    background-image: url(/static/images/pc/Header_copy.png);
    background-repeat: no-repeat;
    background-position: left;
   }
}

.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 80px 80px;
  }
}

@media screen and (max-device-width: 768px) {
  .Footer {
    /* background-image: url(/static/images/sp/Footer.png); */
    padding: 0px 6vw 0px;
    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: 80px;
    /* 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;
  vertical-align: middle;
  /* font-size: calc(16 / 16 * 1rem); */
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

.Copyright {
  text-align: right;
  font-size: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.Copyright dt {
  /* font-size: 2.5rem; */
  margin-left: 2px;
}

@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: 40px;
    /* padding-top: 18px; */
  }
}

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

.Section_bodyInner{
  display: grid;
  gap: 16px;
}

.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;
  }
}

.DefinitionItem {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}


@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: #F6F6F6;
  color: #000;
  font-weight: 500;
}

@media screen and (min-device-width: 769px) {
  .DefinitionItem_elementInner {
    padding: calc(24 / 16* 1rem) calc(40 / 16* 1rem);
    font-size: calc(24 / 16* 1rem);
  }
}

@media screen and (max-device-width: 768px) {
  .DefinitionItem_elementInner {
    padding: calc(20 / 16* 1rem) calc(16 / 16* 1rem);
    font-size: calc(20 / 16* 1rem);
  }
}

/* .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;
}
