header .inner h1.catch span {
  font-size: 2.3em;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  header .inner h1.catch span {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner h1.catch span {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  header .inner h1.catch span {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 320px) {
  header .inner h1.catch span {
    font-size: 1.01em;
  }
}

#contents .blk#head_txt p {
  line-height: 1.9;
}

@media screen and (max-width: 320px) {
  #contents .blk#head_txt p {
    line-height: 1.8;
  }
}

#contents .blk#class h3.heading {
  padding-top: 0.7em;
  font-size: 1.6em;
  margin-bottom: 0.2em;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#class h3.heading {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk#class h3.heading {
    font-size: 1.3em;
    letter-spacing: 0;
  }
}

#contents .blk#class h3.heading strong {
  padding: 0 0.3em 0 0;
}

@media screen and (max-width: 767px) {
  #contents .blk#class h3.heading strong {
    padding: 0 0.2em 0 0;
  }
}

#contents .blk#class h3.heading:after {
  border-top: 5px solid #004921;
  content: "";
  display: inline;
  /* for IE */
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  #contents .blk#class h3.heading:after {
    border-width: 3px;
  }
}

#contents .blk#class>p:first-of-type {
  font-size: 0.95em;
  padding: 0.7em 0.5em 2em;
}

#contents .blk#class .list {
  counter-reset: list;
  padding: 0 1%;
}

@media (min-width: 769px) {
  #contents .blk#class .list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#contents .blk#class .list>div {
  border: solid 2px #009140;
  position: relative;
  margin-bottom: 5%;
}

@media (min-width: 769px) {
  #contents .blk#class .list>div {
    width: 48%;
    padding-bottom: 3%;
  }
}

@media (max-width: 768px) {
  #contents .blk#class .list>div {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 4%;
  }
}

#contents .blk#class .list>div h6 {
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0.8em 0.3em 0.3em 1.4em;
}

@media (max-width: 768px) {
  #contents .blk#class .list>div h6 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk#class .list>div h6 {
    font-size: 1.4em;
    padding: 0.8em 0.3em 0.3em 2.2em;
  }
}

#contents .blk#class .list>div h6:before {
  counter-increment: list;
  content: counter(list);
  display: block;
  line-height: 1.1;
  position: absolute;
  background-color: #009140;
  color: #fff;
  padding: 0.2em;
  width: 1.1em;
  text-align: center;
  top: -0.5em;
  left: -0.3em;
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 1.2em;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #contents .blk#class .list>div h6:before {
    top: 0.6em;
    left: 0.3em;
    font-size: 1.05em;
  }
}

#contents .blk#class .list>div h6 span {
  display: inline-block;
  line-height: 1.5;
}

#contents .blk#class .list>div .txt {
  padding: 1% 6% 4%;
  font-size: 0.9em;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#class .list>div .txt {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#contents .blk#class .list>div .schedule {
  padding: 0% 5% 5%;
  font-size: 0.9em;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#class .list>div .schedule {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#contents .blk#class .list>div .schedule .heading {
  display: inline-block;
  background-color: #009140;
  color: #fff;
  line-height: 1.3;
  padding: 0.3em 0.8em;
}

#contents .blk#class .list>div .schedule ul {
  margin: 0.7em 0 0 0.5em;
}

#contents .blk#class .list>div .schedule ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

#contents .blk#class .list>div .schedule ul li span:first-of-type {
  width: 5em;
}

#contents .blk#class .list>div .traighner {
  float: right;
  width: 38%;
  text-align: center;
  font-size: 0.7em;
  margin-right: 5%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#class .list>div .traighner {
    width: 28%;
  }
}

#contents .blk#class .list>div .traighner img {
  display: block;
  border: solid 1px #5bba2b;
  width: 70%;
  margin: 0 auto 10px;
}

#contents .blk#class .price {
  margin: 1.5em 0 3.5em;
  padding: 0 3% 2% 3%;
  border: solid 3px #5bba2b;
}

@media (max-width: 768px) {
  #contents .blk#class .price {
    margin: 3.5em 0 3.5em;
  }
}

#contents .blk#class .price h3 {
  position: relative;
  margin-top: -1em;
}

#contents .blk#class .price h3 strong {
  display: inline-block;
  background-color: #009140;
  color: #fff;
  line-height: 1.2;
  padding: 0.4em 1.2em 0.4em 1.5em;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  #contents .blk#class .price h3 strong {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk#class .price h3 strong {
    padding: 0.4em 0.7em 0.4em 1em;
  }
}

#contents .blk#class .price h3 strong em {
  font-size: 0.7em;
  font-weight: bold;
}

@media (min-width: 769px) {
  #contents .blk#class .price dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    margin: 3% 0;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  #contents .blk#class .price dl {
    margin: 1.2em 0;
  }
}

@media (min-width: 769px) {
  #contents .blk#class .price dl dt {
    width: 35%;
  }
}

#contents .blk#class .price dl dt h4 {
  font-size: 1.15em;
}

@media (max-width: 768px) {
  #contents .blk#class .price dl dt h4 {
    font-size: 1.1em;
    margin-bottom: 0.7em;
  }
}

#contents .blk#class .price dl dt h4 span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #009140;
  line-height: 1.2;
  padding: 0.5em 1em 0.4em 0.7em;
  position: relative;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  #contents .blk#class .price dl dt h4 span {
    padding: 0.5em 0.5em 0.4em 0.5em;
  }
}

@media (min-width: 769px) {

  #contents .blk#class .price dl dt h4 span:after,
  #contents .blk#class .price dl dt h4 span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  #contents .blk#class .price dl dt h4 span:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
  }

  #contents .blk#class .price dl dt h4 span:before {
    border-color: rgba(0, 145, 64, 0);
    border-left-color: #009140;
    border-width: 6px;
    margin-top: -6px;
  }
}

@media (max-width: 768px) {

  #contents .blk#class .price dl dt h4 span:after,
  #contents .blk#class .price dl dt h4 span:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  #contents .blk#class .price dl dt h4 span:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
  }

  #contents .blk#class .price dl dt h4 span:before {
    border-color: rgba(0, 145, 64, 0);
    border-top-color: #009140;
    border-width: 6px;
    margin-left: -6px;
  }
}

#contents .blk#class .price dl dt h4 span em {
  font-size: 0.8em;
  font-weight: bold;
}

@media (min-width: 769px) {
  #contents .blk#class .price dl dd {
    width: 62%;
  }
}

#contents .blk#class .price dl dd table {
  width: 100%;
  border: solid 2px #999;
  border-collapse: collapse;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  #contents .blk#class .price dl dd table {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 320px) {
  #contents .blk#class .price dl dd table {
    font-size: 0.9em;
  }
}

#contents .blk#class .price dl dd table tr:first-of-type td {
  font-size: 0.9em;
}

#contents .blk#class .price dl dd table th,
#contents .blk#class .price dl dd table td {
  text-align: center;
  padding: 0.7em;
  line-height: 1.3;
  border: solid 1px #999;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {

  #contents .blk#class .price dl dd table th,
  #contents .blk#class .price dl dd table td {
    padding: 0.7em 0.4em;
  }
}

@media screen and (max-width: 767px) {

  #contents .blk#class .price dl dd table th,
  #contents .blk#class .price dl dd table td {
    padding: 0.7em 0.4em;
  }
}

#contents .blk#class .price dl dd table th {
  background-color: #e4e4e4;
  font-weight: bold;
}

#contents .blk#class .price dl dd table td strong {
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  #contents .blk#class .price dl dd table td strong {
    font-size: 1.3em;
  }
}

#contents .blk#class .price .ast {
  text-align: right;
  font-size: 0.9em;
}

#contents .blk#class .kiyaku {
  margin-top: 2em;
}

#contents .blk#class .kiyaku h4 {
  font-size: 1.3em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #009140;
  margin-bottom: 1em;
}

#contents .blk#class .kiyaku h5 {
  margin-bottom: 0.4em;
}

#contents .blk#class .kiyaku ul {
  font-size: 0.9em;
  margin: 0 0.5em 1.5em 2.5em;
  list-style: disc;
}

#contents .blk#class .kiyaku p.ast {
  font-size: 0.9em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents .bnr.suikatsu {
    margin-right: 2%;
    margin-left: 2%;
  }
}