@charset "UTF-8";
main {
  margin: 0 auto;
}
main section {
  width: 100%;
  padding-bottom: 10px;
}
main section p {
  margin-left: 20px;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.7;
}
main ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
main img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
main h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px 0 10px 15px;
  border-left: 8px solid #3d3d3d;
  border-bottom: 1px solid #b3b2b2;
}
main h4 {
  font-size: 26px;
  font-weight: bolder;
  margin-top: 40px;
  margin-bottom: 20px;
}
main h5 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 40px;
}

/*-------------------------------表--------*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: 1px #585857 solid;
  padding: 10px;
}

.bunka-supo-tu table .th1 {
  width: 12%;
}
.bunka-supo-tu table .youbi {
  width: 26%;
}
.bunka-supo-tu table .th2 {
  width: 12%;
}
.bunka-supo-tu table .nanji {
  width: 50%;
}

.annai {
  margin-top: 40px;
  line-height: 1.8;
}

.gaiyou {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
.gaiyou th {
  border: none;
  text-align: left;
  width: 30%;
}
.gaiyou td {
  border: none;
}
.gaiyou td ul {
  list-style-type: disc;
}

.pchyou {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
.pchyou span {
  color: red;
}
.pchyou th {
  width: 7%;
}
.pchyou .mei {
  width: 58%;
}
.pchyou .jikan {
  width: 35%;
}
.pchyou td.mei {
  width: 58%;
}
.pchyou td.jikan {
  width: 35%;
}

.ithyou {
  max-width: 800px;
  margin: 40px auto;
  border: none;
}
.ithyou th, .ithyou td {
  border: none;
}
.ithyou span {
  color: red;
}
.ithyou tr {
  display: flex;
  flex-direction: column;
  border: none;
}
.ithyou tr th {
  text-align: left;
}
.ithyou tr ul {
  list-style-type: disc;
  margin-left: 40px;
}

.tiiki h4 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 40px;
}
.tiiki table {
  width: 100%;
}
.tiiki table th {
  width: 24%;
}
.tiiki table td {
  width: 76%;
}

@media screen and (min-width: 901px) {
  /*ウィンドウ幅が最大901px以上の場合に適用*/
  .bunka-supo-tu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .bunka-supo-tu table {
    max-width: 58%;
    margin-top: 0;
  }
  .bunka-supo-tu table td {
    padding-right: 0;
  }
  .bunka-supo-tu img {
    max-width: 40%;
    max-height: 240px;
  }
  .tiiki h4 {
    font-size: 26px;
    font-weight: bolder;
    margin-top: 40;
  }
  h5 {
    width: 100%;
    margin-bottom: 10px;
  }
  section.supo .narrow-content > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 40px;
  }
  section.supo .narrow-content > div p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  section.supo .narrow-content > div table {
    width: 48%;
    margin-top: 0;
  }
  section.supo .narrow-content > div img {
    width: 48%;
    max-width: none;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  .ithyou tr {
    display: flex;
    flex-direction: row;
  }
  .ithyou tr th {
    width: 15%;
  }
  .ithyou tr td {
    width: 100%;
  }
}/*# sourceMappingURL=manabu.css.map */