@charset "UTF-8";
/* 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;
}

#pmtc > div > p {
  text-align: left;
}
#pmtc > div > ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0 auto;
}
#pmtc > div > ul li {
  border: 1px solid #926425;
  background: #ffffd2;
  padding: 0.5em 0.7em;
  border-radius: 10px;
  font-family: "M PLUS 1p";
  transform: rotate(0.05deg);
  font-weight: 500;
  color: #584527;
}
#pmtc > div .etc ul {
  display: none;
}
#pmtc div#kouka {
  margin: 20px auto 0 auto;
}
#pmtc div#kouka ul {
  margin: 20px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#pmtc div#kouka ul h3 {
  font-family: "M PLUS 1p";
  transform: rotate(0.05deg);
  font-weight: 500;
  color: #23839a;
  text-align: left;
  border-bottom: 1px solid #23839a;
}
#pmtc div#kouka ul h3::before {
  content: "■";
  margin: 0 0.3em 0 0;
}
#pmtc div#kouka ul img {
  border-radius: 5px;
}
#pmtc div#kouka ul figcaption {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 5px auto 0 auto;
}
#pmtc div#kouka ul p {
  margin: 10px auto 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
}
#pmtc div#kouka > ul {
  gap: 20px;
}
#pmtc div#kouka > ul > li {
  border: 1px solid #23839a;
  border-radius: 10px;
  padding: 20px;
}
#pmtc div#kouka > ul > li > ul {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
#pmtc div#houhou {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px auto 0 auto;
}
#pmtc div#houhou h3 {
  background: #23839a;
  color: white;
  font-family: "M PLUS 1p";
  transform: rotate(0.05deg);
  font-weight: 500;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: left;
}
#pmtc div#houhou p {
  margin: 10px auto 0 auto;
  text-align: left;
}
#pmtc div#houhou ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #pmtc > div > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #pmtc div#kouka > ul {
    display: block;
  }
  #pmtc div#kouka > ul > li {
    margin-top: 20px;
  }
  #pmtc div#houhou {
    display: block;
  }
  #pmtc div#houhou ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #pmtc > div > ul {
    display: block;
  }
  #pmtc > div > ul > li {
    margin: 10px auto 0 auto;
  }
}

section#bless > div div.etc:nth-of-type(1) {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

#tikaku > div > p {
  text-align: left;
}/*# sourceMappingURL=index.css.map */