:root {
  --baceFontColor: #333333;
}

#prf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#prf > div:nth-of-type(1) > ul {
  border-bottom: 1px solid silver;
}
#prf > div:nth-of-type(1) > ul > li {
  display: grid;
  grid-template-columns: 10em 1fr;
  padding: 1em 0;
  border-top: 1px solid silver;
}
#prf > div:nth-of-type(1) > ul > li p {
  text-align: left;
}
#prf > div:nth-of-type(1) > ul > li > ul > li {
  text-align: left;
  margin: 0 0 0 2em;
  list-style: disc;
}
#prf > div:nth-of-type(1) > ul > li > ul > li span {
  font-size: 0.9rem;
}
#prf > div:nth-of-type(1) > ul > li > ol {
  display: flex;
  justify-content: start;
  gap: 0.5em 1em;
}
#prf > div:nth-of-type(1) > ul > li > ol > li {
  margin: 0 0 0 2em;
  list-style: disc;
  text-align: left;
}
#prf > div:nth-of-type(2) ul > * + * {
  margin-top: 20px;
}
#prf > div:nth-of-type(2) ul > li figure {
  border: 1px solid #151e45;
  padding: 7px;
}
@media screen and (max-width: 1199px) {
  #prf {
    display: block;
  }
  #prf > div:nth-of-type(2) ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px auto 0 auto;
  }
  #prf > div:nth-of-type(2) ul > * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #prf > div:nth-of-type(2) ul {
    display: block;
  }
  #prf > div:nth-of-type(2) ul > * + * {
    margin-top: 20px;
  }
}

#koujou {
  margin: 80px auto 0 auto;
}
#koujou h3 {
  grid-column: 1/-1;
  margin-top: 0;
}

#sikaku {
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#sikaku h3 {
  grid-column: 1/-1;
}
#sikaku section h4 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 1.3em;
}
#sikaku section h4::before {
  display: block;
  content: "";
  background-color: #151e45;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
#sikaku section table {
  margin: 10px auto 0 auto;
  width: 100%;
  border: 2px solid #151e45;
}
#sikaku section table tr th {
  border: 1px solid silver;
  padding: 0.5em 1em;
  width: 50%;
  text-align: left;
  background: #f5f5f5;
}
#sikaku section table tr td {
  border: 1px solid silver;
  padding: 0.5em 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sikaku {
    display: block;
  }
  #sikaku section {
    margin-top: 20px;
  }
}

#fuukei {
  margin: 60px auto 0 auto;
}
#fuukei section {
  margin: 20px auto 0 auto;
}
#fuukei section > h3 {
  font-size: 1.3em;
  text-align: left;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 1.3em;
}
#fuukei section > h3::before {
  display: block;
  content: "";
  background-color: #151e45;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
#fuukei section > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px auto 0 auto;
}
#fuukei section > ul > li a {
  display: block;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
#fuukei section > ul > li a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=index.css.map */