section {
  padding-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  section {
    padding-bottom: 0;
  }
}
section .block {
  margin-top: 2em;
}
section .ttl {
  color: #00597b;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 42px;
}
section .ttl:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #00597b;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 4px;
}
section .ttl:after {
  content: "1";
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: 0;
}
section .ttl.two:after {
  content: "2";
}
section figure {
  text-align: center;
  margin: 32px 0;
}

#tebiki {
  background-color: #f2f6f5;
}
#tebiki p {
  text-align: center;
  margin-bottom: 32px;
}
.youtube_link .more {
  margin-bottom: 32px;
}
.youtube_link .more a {
  min-width: 550px;
  padding: 14px 0;
}
#tebiki .pdf_list > .flex > div {
  margin-bottom: 32px;
}
#tebiki .pdf_list > .flex > .flex {
  width: 48.5%;
  background-color: #fff;
  align-items: center;
  padding: 1.4em 2em;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .youtube_link .more a {
    min-width: auto;
    width: 100%;
    padding: 14px 35px 14px 14px;
  }
  #tebiki .pdf_list > .flex > .flex {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
#tebiki .pdf_list > .flex > .flex a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
#tebiki .pdf_list > .flex > .flex a span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
#tebiki .pdf_list > .flex > .flex > div:nth-child(1) {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #tebiki .pdf_list > .flex > .flex > div:nth-child(1) {
    margin-bottom: 6px;
  }
}
#tebiki .pdf_list > .flex > .flex > div:nth-child(1) img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #tebiki .pdf_list > .flex > .flex > div:nth-child(1) img {
    width: 26px;
  }
}
#tebiki .pdf_list > .flex > .flex > div:nth-child(2) {
  width: 80%;
  line-height: 1.6;
}

/*# sourceMappingURL=flow.css.map */
