/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

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

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

#itiniti {
  position: relative;
}
#itiniti::before {
  content: url(grp/chou.png);
  position: absolute;
  left: 20px;
  top: -75px;
}
#itiniti::after {
  content: url(grp/wani.png);
  position: absolute;
  right: 20px;
  top: -93px;
}
#itiniti div > figure:nth-of-type(2) {
  display: none;
}
#itiniti div table {
  display: none;
}
#itiniti div table tr {
  border: 1px solid silver;
}
#itiniti div table tr th {
  font-weight: 400;
  width: 7em;
  padding: 5px 10px;
  background: #fbd257;
}
#itiniti div table tr td {
  text-align: left;
  padding: 5px 10px;
}
@media screen and (max-width: 1199px) {
  #itiniti div::before {
    content: "";
  }
  #itiniti div::after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  #itiniti div > figure:nth-of-type(1) {
    display: none;
  }
  #itiniti div > figure:nth-of-type(2) {
    display: block;
  }
}

#shoku > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#shoku > div p {
  text-align: left;
}
#shoku > div ul {
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#shoku > div ul img {
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  #shoku > div {
    grid-template-columns: 1fr;
  }
}

#nenkan > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
#nenkan > ul > li {
  border-radius: 10px;
  overflow: hidden;
  background: #fffae6;
  border: 2px solid #fbd257;
  position: relative;
}
#nenkan > ul > li h4 {
  position: absolute;
  top: 8px;
  left: 8px;
  background: red;
  color: white;
  padding: 5px 10px;
  border: 2px solid white;
  border-radius: 10px;
  font-weight: 500;
}
#nenkan > ul > li > ol {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
}
#nenkan > ul > li > ol > li {
  margin: 0 1em 0 2em;
  list-style: disc;
  text-align: left;
}
#nenkan > ul > li > ol > li span {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
}
#nenkan > ul > li:nth-child(1) h4 {
  background: #6fd06f;
}
#nenkan > ul > li:nth-child(2) h4 {
  background: #4eb72f;
}
#nenkan > ul > li:nth-child(3) h4 {
  background: #2db38a;
}
#nenkan > ul > li:nth-child(4) h4 {
  background: #1fbeda;
}
#nenkan > ul > li:nth-child(5) h4 {
  background: #4277e6;
}
#nenkan > ul > li:nth-child(6) h4 {
  background: #666dfb;
}
#nenkan > ul > li:nth-child(7) h4 {
  background: #c571f2;
}
#nenkan > ul > li:nth-child(8) h4 {
  background: #fb9bf3;
}
#nenkan > ul > li:nth-child(9) h4 {
  background: #ff669b;
}
#nenkan > ul > li:nth-child(10) h4 {
  background: #fe927a;
}
#nenkan > ul > li:nth-child(11) h4 {
  background: #f3b956;
}
#nenkan > ul > li:nth-child(12) h4 {
  background: #c8df22;
}
#nenkan aside {
  margin: 20px auto 0 auto;
  background: #ffe3db;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
#nenkan aside > ul > li {
  margin: 30px auto 0 auto;
}
#nenkan aside > ul > li h3 {
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: red;
}
#nenkan aside > ul > li > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 0 1em;
}
#nenkan aside > ul > li > ul > li {
  margin: 0 1em 0 0;
}
#nenkan aside > ul > li > ul > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  margin: 0 0.3em 0 0;
  color: #ff7d4d;
}
#nenkan aside > ul > li:nth-child(1) {
  margin-top: 0;
}
#nenkan aside figure {
  align-self: center;
}
@media screen and (max-width: 768px) {
  #nenkan aside {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */