/* 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/tree.png) left bottom no-repeat fixed, #f9eff9;
}
@media only screen and (max-width: 480px) {
  body {
    background: url(grp/tree_s.png) left bottom no-repeat fixed, #f9eff9;
  }
}

#lead p {
  width: 100%;
  max-width: 740px;
  margin: 1.5em auto 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#lead p:nth-child(1) {
  margin-top: 0;
  position: relative;
  padding-right: 300px;
}
#lead p:nth-child(1) span {
  position: absolute;
  top: 0;
  right: 0;
}
#lead p:nth-child(1) span img {
  width: 290px;
}
@media only screen and (max-width: 768px) {
  #lead p:nth-child(1) {
    margin-top: 20px;
    padding-right: 0;
  }
  #lead p:nth-child(1) span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}

#heaking {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#heaking p {
  width: 73%;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-size: 1rem;
  line-height: 2rem;
}
#heaking figure {
  width: 23%;
  align-self: center;
}
@media print, screen and (max-width: 1200px) {
  #heaking p {
    width: 68%;
  }
  #heaking figure {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  #heaking {
    display: block;
  }
  #heaking p {
    width: auto;
  }
  #heaking figure {
    width: auto;
    max-width: 150px;
    margin: 20px auto 0 auto;
  }
}

#course {
  position: relative;
  overflow: hidden;
}
#course section {
  margin-top: 30px;
  border: 2px solid #ffe3ec;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 10px;
}
#course section h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
#course section h3 span {
  display: inline-block;
  padding: 0 0.5em;
  background: linear-gradient(#fff 60%, #ffe3ec 0%);
  background: linear-gradient(transparent 60%, #ffe3ec 60%);
}
#course section p {
  margin: 10px 0 0 0;
}
#course section p:nth-of-type(2) {
  text-align: left;
}
#course section aside {
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
}
#course section:nth-child(2) aside {
  background: #ffe6d5;
}
#course section:nth-child(5) aside {
  background: #ffe6d5;
}
@media print, screen and (max-width: 1200px) {
  #course {
    padding: 0 20px;
  }
  #course section h3 {
    font-size: 20px;
    line-height: 30px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  #course section {
    padding: 20px;
  }
  #course section h3 {
    background: #ffe3ec;
    padding: 0.5em 0.5em 0.3em 0.5em;
    border-radius: 10px;
    text-align: left;
  }
  #course section h3 span {
    background: none;
  }
  #course section:nth-child(2) h3 {
    background: #ffe6d5;
  }
  #course section:nth-child(2) h3 span {
    background: none;
  }
  #course section:nth-child(3) h3 {
    background: #f3fddd;
  }
  #course section:nth-child(3) h3 span {
    background: none;
  }
  #course section:nth-child(4) h3 {
    background: #daf3f5;
  }
  #course section:nth-child(4) h3 span {
    background: none;
  }
  #course section:nth-child(5) h3 {
    background: #f8e9d3;
  }
  #course section:nth-child(5) h3 span {
    background: none;
  }
  #course section:nth-child(5) ul li {
    display: block;
  }
  #course section:nth-child(5) ul li p:nth-child(1) {
    width: auto;
    font-size: 16px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #course section:nth-child(5) ul li p:nth-child(1) i {
    display: block;
  }
  #course section:nth-child(5) ul li p:nth-child(2) {
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #course section h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  #course::after {
    top: 350px;
  }
}

#sh p:nth-of-type(1) br {
  display: none;
}
@media only screen and (max-width: 480px) {
  #sh p:nth-of-type(1) br {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */