/* 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;
}

body {
  background: url(grp/kigi.png) bottom 90px left no-repeat fixed, #e0effe;
}
@media only screen and (max-width: 480px) {
  body {
    background: url(grp/kigi_s.png) bottom left no-repeat fixed, #e0effe;
  }
}

.p_maya {
  font-size: 16px;
  line-height: 32px;
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}

#reki {
  align-items: center;
}
#reki p {
  text-align: left;
}
@media print, screen and (max-width: 1200px) {
  #reki {
    padding: 0 20px;
  }
}

#dame {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0 0;
}
#dame figure {
  width: 30%;
}
#dame p {
  width: 68%;
}
@media print, screen and (max-width: 1200px) {
  #dame {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #dame {
    display: block;
  }
  #dame figure {
    width: auto;
  }
  #dame figure img {
    width: 300px;
  }
  #dame p {
    width: auto;
    margin-top: 15px;
  }
}

#mata {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0 0;
}
#mata figure {
  width: 30%;
}
#mata p {
  width: 68%;
}
@media print, screen and (max-width: 1200px) {
  #mata {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #mata {
    display: block;
  }
  #mata figure {
    width: auto;
  }
  #mata figure img {
    width: 300px;
  }
  #mata p {
    width: auto;
    margin-top: 15px;
  }
}

#course_list {
  margin-top: 30px;
  border-top: 2px dotted #24ddc1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#course_list section {
  width: 49%;
  margin-top: 40px;
  padding: 30px;
  background: #dffdef;
  border-radius: 10px;
  position: relative;
}
#course_list section div h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
#course_list section div p {
  margin-top: 10px;
}
#course_list section div p:nth-of-type(2) {
  font-size: 16px;
  line-height: 32px;
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}
#course_list section:nth-of-type(2) figure {
  position: absolute;
  z-index: 30;
  bottom: 5px;
  right: 5px;
}
#course_list section:nth-of-type(4) {
  display: block;
}
#course_list section:nth-of-type(4) div {
  width: auto;
}
@media print, screen and (max-width: 1200px) {
  #course_list {
    padding: 0 20px;
  }
  #course_list section:nth-of-type(2) figure {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #course_list {
    display: block;
  }
  #course_list section {
    width: auto;
  }
  #course_list section div {
    width: auto;
    margin-top: 20px;
  }
}

#bottom_ph {
  display: none;
  margin: 30px 0 0 0;
}
#bottom_ph img {
  width: 100%;
  max-width: 640px;
}

#taninzu {
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4em;
}/*# sourceMappingURL=index.css.map */