@charset "UTF-8";

html {
  font-size: calc(100vw * 10 / 1280);
}
html * {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-style: normal;
  color: #231815;
}
img {
  max-width: 100%;
  height: auto;
}
@media (768px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width <= 767px) {
  .pc {
    display: none !important;
  }
}

#description {
  padding:  0 14vw 4vw;
  color: #FFFFFF;
  background-color: #467536;
  background-image: url("../img/bg_description_pc@2x.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
#description p {
  font-size: 1.6rem;
  line-height: 1.75;
}
#description h2 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  margin: 1.5em 0;
  padding-top: 1.5em;
  border-top: solid 1px #FFFFFF;
}

#present {
  margin-top: -2.7vw;
  padding: 0 14vw;
}

#outline {
  padding: 4.6vw 18vw 0;
}
#outline h2 {
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 700;
  margin-inline: auto;
  margin-bottom: 2.4vw;
  padding: 0 2em .6em;
  border-bottom: solid 3px #231815;
}
#outline table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#outline table th {
  width: 7em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #467536;
  padding: 1em;
}
#outline table td {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 1.125em;
  background-color: #f6f8de;
}

#note {
  padding: 4.6vw 18vw;
}
#note h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 2em 0 1em;
}
#note h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 1em 0 .5em -.5em;
}
#note p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#note p + p {
  margin-top: 1em;
}





