#contents h4.heading {
  font-size: 1.3em;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents h4.heading {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #contents h4.heading {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 1.25em;
  }
}
#contents h4.heading:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0d7";
  margin-right: 0.4em;
}
#contents .blk#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;
  margin: 2% 0 0 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #contents .blk#list {
    flex-direction: column;
    margin: 2%;
  }
}
#contents .blk#list > div {
  margin-bottom: 4%;
  border: solid 2px #009140;
}
@media (min-width: 768px) {
  #contents .blk#list > div {
    width: 48%;
  }
}
#contents .blk#list > div p:first-of-type {
  font-size: 1.1em;
  font-weight: 700;
  padding: 3.5% 5% 2.7%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#list > div p:first-of-type {
    font-size: 1.05em;
  }
}
#contents .blk#list > div p.txt {
  padding: 0 5% 3%;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  #contents .blk#list > div p.txt {
    padding-bottom: 0.7em;
  }
}
#contents .blk#list > div .pic {
  margin: 0 5% 2.7%;
}
#contents .blk#list > div .pic img {
  width: 100%;
}
#contents .blk#link a {
  display: block;
  background-color: #5bba2b;
  color: #000;
  position: relative;
  font-size: 1.4em;
  font-weight: 900;
  padding: 4% 4%;
  text-decoration: none;
  margin-top: 4%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#link a {
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .blk#link a {
    padding: 5% 1.2em 5% 3%;
    letter-spacing: 0;
    font-size: 1.25em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  #contents .blk#link a {
    font-size: 1.15em;
  }
}
#contents .blk#link a:before {
  content: '';
  position: absolute;
  left: 3%;
  bottom: 0.7em;
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#link a:before {
    bottom: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  #contents .blk#link a:before {
    bottom: 0.6em;
  }
}
#contents .blk#link a:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f138";
  position: absolute;
  right: 4%;
  top: 11%;
  color: #fff;
  font-size: 2em;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  #contents .blk#link a:after {
    font-size: 1.7em;
    top: 7.5%;
    right: 3%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#link a:after {
    font-size: 1.3em;
    top: 20%;
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #contents .blk#link a:after {
    font-size: 1.3em;
    right: 3%;
    top: 19%;
  }
}
@media screen and (max-width: 320px) {
  #contents .blk#link a:after {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  #contents .blk#link a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
#contents.program h5 {
  font-size: 1.2em;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  #contents.program h5 {
    margin: 2%;
    line-height: 1.5;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 320px) {
  #contents.program h5 {
    font-size: 1.05em;
  }
}
#contents.program h6 {
  margin: 2% 0 1.5%;
  font-weight: 900;
  font-size: 1.05em;
}
@media screen and (max-width: 767px) {
  #contents.program h6 {
    margin-bottom: 3%;
  }
}
#contents.program h6 strong {
  display: inline-block;
  position: relative;
  padding: 0.3em 3em;
  background-color: #009140;
  color: #fff;
}
#contents.program h6 strong:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 145, 64, 0);
  border-top-color: #009140;
  border-width: 4px;
  margin-left: -4px;
}
#contents.program .blk.schedule .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 768px) {
  #contents.program .blk.schedule .wrap {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  #contents.program .blk.schedule .wrap > div:first-of-type {
    width: 60%;
  }
}
@media (min-width: 769px) {
  #contents.program .blk.schedule .wrap > div:nth-of-type(2) {
    width: 40%;
  }
  #contents.program .blk.schedule .wrap > div:nth-of-type(2) table {
    margin-left: -1px;
  }
}
#contents.program .blk.schedule .wrap > div:nth-of-type(2) table tr:first-of-type th:nth-of-type(2) {
  background-color: #e7ebf5;
}
@media (min-width: 769px) {
  #contents.program .blk.schedule .wrap > div:nth-of-type(2) table tr th:first-of-type {
    display: none;
  }
}
#contents.program .blk.schedule .wrap > div table {
  width: 100%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  #contents.program .blk.schedule .wrap > div table {
    margin-bottom: 5%;
  }
}
#contents.program .blk.schedule .wrap > div table tr th, #contents.program .blk.schedule .wrap > div table tr td {
  border: solid 1px #001007;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents.program .blk.schedule .wrap > div table tr th, #contents.program .blk.schedule .wrap > div table tr td {
    font-size: 0.85em;
    line-height: 1.4;
    padding: 0.5em 1.5%;
  }
}
#contents.program .blk.schedule .wrap > div table tr th {
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  #contents.program .blk.schedule .wrap > div table tr th {
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  #contents.program .blk.schedule .wrap > div table tr th:first-of-type {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #contents.program .blk.schedule .wrap > div table tr th:first-of-type {
    width: 23%;
  }
}
#contents.program .blk.schedule .wrap > div table tr:first-of-type th {
  font-size: 0.95em;
  font-weight: 600;
}
#contents.program .blk.schedule .wrap > div table tr:first-of-type th:nth-of-type(2) {
  background-color: #F5F1D2;
}
#contents.program .blk.schedule .wrap > div table tr:first-of-type th:nth-of-type(3) {
  background-color: #e7ebf5;
}
#contents.program .blk.schedule p.ast {
  font-size: 0.9em;
  padding-top: 0;
  padding-bottom: 0;
}
#contents.program .blk.schedule.weekend .wrap > div:first-of-type {
  width: auto;
}
@media (max-width: 768px) {
  #contents.program .blk.schedule.weekend .wrap > div table th:first-of-type {
    width: auto;
  }
}
#contents.program #toTrial h6 {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #contents.program #toTrial h6 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 320px) {
  #contents.program #toTrial h6 {
    margin-left: 0;
    font-size: 1.2em;
  }
}
#contents.program #toTrial h6 span {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 1%;
  vertical-align: middle;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contents.program #toTrial h6 span {
    font-size: 0.7em;
    padding: 0;
  }
}
#contents.program #toTrial .inner p.txt {
  font-size: 1.05em;
  text-align: left;
  position: absolute;
  top: 10%;
  left: 4.5%;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  #contents.program #toTrial .inner p.txt {
    top: 7.5%;
    left: 4%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents.program #toTrial .inner p.txt {
    top: 5%;
    left: 3%;
    font-size: 0.9em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #contents.program #toTrial .inner p.txt {
    top: 4%;
    left: 2.8%;
    font-size: 0.85em;
    line-height: 1.4;
    width: 55%;
    text-shadow: 1px 0 4px #fff;
  }
}
@media screen and (max-width: 320px) {
  #contents.program #toTrial .inner p.txt {
    font-size: 0.75em;
    width: 60%;
  }
}
#contents.price h5 {
  font-size: 1.2em;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  #contents.price h5 {
    margin: 2%;
    line-height: 1.5;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 320px) {
  #contents.price h5 {
    font-size: 1.05em;
  }
}
#contents.price h6 {
  margin: 2% 0 1.5%;
  font-weight: 900;
  font-size: 1.05em;
}
@media screen and (max-width: 767px) {
  #contents.price h6 {
    margin-bottom: 3%;
    font-size: 1em;
  }
}
@media screen and (max-width: 320px) {
  #contents.price h6 {
    font-size: 0.95em;
  }
}
#contents.price h6 strong {
  display: inline-block;
  position: relative;
  padding: 0.3em 3em;
  background-color: #009140;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents.price h6 strong {
    padding: 0.3em 2em 0.3em 1em;
  }
}
#contents.price h6 strong:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 145, 64, 0);
  border-top-color: #009140;
  border-width: 4px;
  margin-left: -4px;
}
#contents.price .blk.price table {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table.pctab {
    display: none;
  }
}
@media (min-width: 768px) {
  #contents.price .blk.price table.sp {
    display: none;
  }
}
#contents.price .blk.price table tr th, #contents.price .blk.price table tr td {
  border: solid 1px #001007;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table tr th, #contents.price .blk.price table tr td {
    font-size: 0.85em;
    line-height: 1.4;
    padding: 0.5em 1%;
  }
}
@media screen and (max-width: 320px) {
  #contents.price .blk.price table tr th, #contents.price .blk.price table tr td {
    font-size: 0.77em;
    padding: 0.5em 0.8%;
  }
}
#contents.price .blk.price table tr th {
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table tr th {
    min-width: 30%;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table tr th:first-of-type {
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price table tr td:first-of-type {
    background-color: #F2F2F2;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #contents.price .blk.price table tr:first-of-type th {
    font-size: 0.95em;
    font-weight: 600;
  }
}
#contents.price .blk.price p.ast {
  font-size: 0.9em;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -3%;
}
@media screen and (max-width: 767px) {
  #contents.price .blk.price p.ast {
    margin-top: -5%;
  }
}
#contents.price #toTrial h6 {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #contents.price #toTrial h6 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 320px) {
  #contents.price #toTrial h6 {
    margin-left: 0;
    font-size: 1.2em;
  }
}
#contents.price #toTrial h6 span {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 1%;
  vertical-align: middle;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contents.price #toTrial h6 span {
    font-size: 0.7em;
    padding: 0;
  }
}
#contents.price #toTrial .inner p.txt {
  font-size: 1.05em;
  text-align: left;
  position: absolute;
  top: 10%;
  left: 4.5%;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  #contents.price #toTrial .inner p.txt {
    top: 7.5%;
    left: 4%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents.price #toTrial .inner p.txt {
    top: 5%;
    left: 3%;
    font-size: 0.9em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #contents.price #toTrial .inner p.txt {
    top: 4%;
    left: 2.8%;
    font-size: 0.85em;
    line-height: 1.4;
    width: 55%;
    text-shadow: 1px 0 4px #fff;
  }
}
@media screen and (max-width: 320px) {
  #contents.price #toTrial .inner p.txt {
    font-size: 0.75em;
    width: 60%;
  }
}
