@charset "UTF-8";
#contents {
  /*戦績*/
}

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

#contents .blk#head_txt picture {
  text-align: center;
  margin: 1% 0 3%;
}

@media screen and (max-width: 767px) {
  #contents .blk#head_txt picture {
    margin: 0 8% 4%;
  }
}

#contents .blk.class {
  border: solid 2px #000;
}

#contents .blk.class h5 {
  font-size: 1.15em;
  padding: 1.5% 2%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #contents .blk.class h5 {
    font-size: 1.1em;
    padding: 1.7% 2.5%;
  }
}

#contents .blk.class h5:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0d7";
  margin-right: 0.4em;
}

#contents .blk.class h5 + p {
  padding: 2% 3%;
}

@media screen and (max-width: 767px) {
  #contents .blk.class h5 + p {
    padding: 3% 3.5% 6%;
  }
}

#contents .blk.class .wrap {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

@media (min-width: 1020px) {
  #contents .blk.class .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: dashed 1px #000;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1019px) {
  #contents .blk.class .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1020px) {
  #contents .blk.class .wrap > div:first-of-type {
    width: 26.5%;
    padding: 1.5% 0;
  }
}

@media (max-width: 1019px) {
  #contents .blk.class .wrap > div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents .blk.class .wrap > div:first-of-type strong {
  font-weight: 500;
  color: #fff;
}

@media (min-width: 1020px) {
  #contents .blk.class .wrap > div:first-of-type strong {
    display: block;
    padding: 0.5em 0.8em;
  }
}

@media (max-width: 1019px) {
  #contents .blk.class .wrap > div:first-of-type strong {
    display: inline-block;
    min-width: 35%;
    padding: 0.3em 2em 0.3em 0.8em;
  }
}

#contents .blk.class .wrap > div:last-of-type {
  font-size: 0.95em;
}

@media (min-width: 1020px) {
  #contents .blk.class .wrap > div:last-of-type {
    width: 71%;
    padding: 1.5% 2% 1.5% 0;
  }
}

@media (max-width: 1019px) {
  #contents .blk.class .wrap > div:last-of-type {
    padding: 2.5% 3% 4% 3.5%;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.class .wrap > div:last-of-type {
    padding: 2.5% 3.5% 6% 3.5%;
  }
}

#contents .blk.class .wrap > div.lesson ul {
  margin-bottom: 2%;
}

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

@media screen and (max-width: 767px) {
  #contents .blk.class .wrap > div.lesson ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #contents .blk.class .wrap > div.lesson ul li span:first-of-type {
    width: 4em;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.class .wrap > div.lesson ul li span:first-of-type:before {
    content: "・";
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  #contents .blk.class .wrap > div.lesson ul li span:nth-of-type(2) {
    white-space: nowrap;
    margin: 0 3% 0 1%;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.class .wrap > div.lesson ul li span:last-of-type {
    width: 100%;
    padding: 0 0 0.2em 1.3em;
  }
}

#contents .blk.class .wrap > div:not(.lesson) ul {
  margin-left: 1.5em;
  list-style: disc;
}

#contents .blk.class#pre {
  border-color: #d5dd7a;
}

#contents .blk.class#pre h5 {
  background-color: #d5dd7a;
  color: #000;
}

#contents .blk.class#pre .wrap {
  border-color: #d5dd7a;
}

#contents .blk.class#pre .wrap > div:first-of-type strong {
  background-color: #d5dd7a;
  color: #000;
}

@media (min-width: 768px) {
  #contents .blk.class#pre .wrap > div.lesson ul li span:first-of-type {
    width: 5em;
  }
}

#contents .blk.class#class1 {
  border-color: #5bba2b;
}

#contents .blk.class#class1 h5 {
  background-color: #5bba2b;
  color: #000;
}

#contents .blk.class#class1 .wrap {
  border-color: #5bba2b;
}

#contents .blk.class#class1 .wrap > div:first-of-type strong {
  background-color: #5bba2b;
  color: #000;
}

#contents .blk.class#class2 {
  border-color: #009140;
}

#contents .blk.class#class2 h5 {
  background-color: #009140;
}

#contents .blk.class#class2 .wrap {
  border-color: #009140;
}

#contents .blk.class#class2 .wrap > div:first-of-type strong {
  background-color: #009140;
}

#contents .blk.class#class3 {
  border-color: #005625;
}

#contents .blk.class#class3 h5 {
  background-color: #005625;
}

#contents .blk.class#class3 .wrap {
  border-color: #005625;
}

#contents .blk.class#class3 .wrap > div:first-of-type strong {
  background-color: #005625;
}

#contents .blk.class#class4 {
  border-color: #087487;
}

#contents .blk.class#class4 h5 {
  background-color: #087487;
}

#contents .blk.class#class4 .wrap {
  border-color: #087487;
}

#contents .blk.class#class4 .wrap > div:first-of-type strong {
  background-color: #087487;
}

@media (min-width: 768px) {
  #contents .blk.class#class4 .wrap > div.lesson ul li span:first-of-type {
    width: 4em;
  }
}

#contents .blk.cls .wrap {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #009140;
  margin-bottom: 3%;
}

@media (max-width: 768px) {
  #contents .blk.cls .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 6%;
  }
}

#contents .blk.cls .wrap .name {
  width: 30%;
  padding: 3%;
  font-weight: 900;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  #contents .blk.cls .wrap .name {
    width: 100%;
    text-align: left;
    padding: 1.5% 2% 1.5% 0;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.cls .wrap .name {
    padding: 2% 2% 2% 0;
  }
}

@media (min-width: 769px) {
  #contents .blk.cls .wrap .name em {
    display: none;
  }
}

@media (max-width: 768px) {
  #contents .blk.cls .wrap .name em {
    font-size: 0.78em;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #009140;
    font-weight: bold;
    padding: 0.2% 1.5%;
    line-height: 1.4;
    margin-right: 0.9em;
    vertical-align: text-top;
  }
  #contents .blk.cls .wrap .name em:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 4px;
    margin-top: -4px;
  }
}

#contents .blk.cls .wrap .txt {
  width: 70%;
  padding: 3%;
  background-color: #fff;
}

@media (max-width: 768px) {
  #contents .blk.cls .wrap .txt {
    width: 100%;
    padding: 2% 3%;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.cls .wrap .txt {
    padding: 3% 3.5% 3.5%;
    line-height: 1.6;
  }
}

#contents .blk.cls .wrap.head {
  border: none;
  font-size: 1.1em;
  background: none;
  margin-bottom: 0.5%;
  font-weight: 900;
}

@media (max-width: 768px) {
  #contents .blk.cls .wrap.head {
    display: none;
  }
}

#contents .blk.cls .wrap.head .name {
  padding: 0 0.5%;
  color: #000;
}

#contents .blk.cls .wrap.head .txt {
  padding: 0 1%;
}

#contents .blk.cls .wrap:nth-of-type(2) {
  background-color: #d5dd7a;
}

#contents .blk.cls .wrap:nth-of-type(3) {
  background-color: #5bba2b;
}

#contents .blk.cls .wrap:nth-of-type(4) {
  background-color: #009140;
}

#contents .blk.cls .wrap:nth-of-type(4) .name {
  color: #fff;
}

#contents .blk.cls .wrap:nth-of-type(5) {
  background-color: #005625;
}

#contents .blk.cls .wrap:nth-of-type(5) .name {
  color: #fff;
}

#contents .blk.cls .wrap:nth-of-type(6) {
  background-color: #087487;
}

#contents .blk.cls .wrap:nth-of-type(6) .name {
  color: #fff;
}

#contents .blk.schedule > .wrap {
  border: solid 1px #009140;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  #contents .blk.schedule > .wrap {
    margin-top: 5%;
  }
}

#contents .blk.schedule .wrap {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ededed;
}

#contents .blk.schedule .wrap .week {
  width: 6%;
  text-align: center;
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  #contents .blk.schedule .wrap .week {
    width: 100%;
    text-align: left;
    padding: 2% 3%;
    border-bottom: solid 1px #009140;
  }
  #contents .blk.schedule .wrap .week:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f0d7";
    margin-right: 0.3em;
  }
}

#contents .blk.schedule .wrap > .wrap {
  width: 94%;
}

@media screen and (max-width: 767px) {
  #contents .blk.schedule .wrap > .wrap {
    width: 100%;
  }
}

#contents .blk.schedule .wrap > .wrap .time {
  width: 30%;
  padding: 0.6em 0.5em 0.6em 1em;
  border-left: solid 1px #009140;
  border-bottom: solid 1px #009140;
  text-align: center;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk.schedule .wrap > .wrap .time {
    padding: 0.5em 0.3em 0.5em 0.5em;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.schedule .wrap > .wrap .time {
    width: 45%;
    border-left: none;
    padding: 0.6em 0.2em 0.6em 0.5em;
    line-height: 1.4;
  }
}

#contents .blk.schedule .wrap > .wrap .time:first-of-type {
  font-weight: bold;
}

#contents .blk.schedule .wrap > .wrap .time.nb {
  border-bottom: none;
}

#contents .blk.schedule .wrap > .wrap .class {
  width: 70%;
  padding: 0.6em 0.7em;
  border-bottom: solid 1px #009140;
  border-left: dotted 1px #009140;
  text-align: center;
}

#contents .blk.schedule .wrap > .wrap .class em {
  font-style: normal;
  font-weight: bold;
}

#contents .blk.schedule .wrap > .wrap .class:not(.head) {
  background-color: #fff;
}

#contents .blk.schedule .wrap > .wrap .class:not(.head) em {
  display: inline-block;
  padding: 0 1.5% 0.05em;
  line-height: 1.3;
  color: #000;
  border-bottom: solid 4px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk.schedule .wrap > .wrap .class {
    padding: 0.5em 0.5em;
  }
}

@media screen and (max-width: 767px) {
  #contents .blk.schedule .wrap > .wrap .class {
    padding: 0.6em 0.2em;
    width: 55%;
    line-height: 1.4;
  }
}

#contents .blk.schedule .wrap > .wrap .class.nb {
  border-bottom: none;
}

#contents .blk.schedule .wrap > .wrap .class.yellow em {
  border-color: #b1bc0f;
  color: #b1bc0f;
}

#contents .blk.schedule .wrap > .wrap .class.ygreen em {
  border-color: #5bba2b;
  color: #5bba2b;
}

#contents .blk.schedule .wrap > .wrap .class.green em {
  border-color: #009140;
  color: #009140;
}

#contents .blk.schedule .wrap > .wrap .class.dgreen em {
  border-color: #005625;
  color: #005625;
}

#contents .blk.schedule .wrap > .wrap .class.bgreen em {
  border-color: #087487;
  color: #087487;
}

#contents .blk#results .arrow_box {
  position: relative;
  background: #453988;
  border: 4px solid #453988;
}

#contents .blk#results .arrow_box::after, #contents .blk#results .arrow_box::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#contents .blk#results .arrow_box::after {
  border-color: rgba(69, 57, 136, 0);
  border-top-color: #453988;
  border-width: 7px;
  margin-left: -7px;
}

#contents .blk#results .arrow_box::before {
  border-color: rgba(69, 57, 136, 0);
  border-top-color: #453988;
  border-width: 13px;
  margin-left: -13px;
}

@media (min-width: 768px) {
  #contents .blk#results {
    margin-top: 80px;
  }
  #contents .blk#results .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents .blk#results .flex_container > dt {
    width: 25%;
    text-align: center;
  }
  #contents .blk#results .flex_container > dd {
    width: 75%;
  }
  #contents .blk#results .flex_container .results_in_dl {
    border-left: 1px solid #ddd;
    padding: 0 0 0 40px;
  }
  #contents .blk#results .flex_container > dt,
  #contents .blk#results .flex_container > dd {
    padding: 10px;
  }
  #contents .blk#results .results_wrap {
    padding: 0px 10px;
  }
  #contents .blk#results .results_heading {
    margin-bottom: 15px;
  }
  #contents .blk#results .results_in_dl {
    margin-top: 20px;
  }
  #contents .blk#results .results_in_dl dd {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  #contents .blk#results .results_in_dl dd br.sp {
    display: none;
    font-size: 0;
  }
}

@media screen and (min-width: 981px) {
  #contents .blk#results .results_in_dl dd br.sp {
    display: none;
    font-size: 0;
  }
}

#contents .blk#results .flex_container:not(:last-child) {
  border-bottom: #453988 1px dashed;
}

#contents .blk#results .results_wrap {
  background-color: #f5f5f5;
  position: relative;
  border: 1px solid #453988;
}

#contents .blk#results .results_heading {
  text-align: center;
  color: #fff;
  background-color: #453988;
  z-index: 2;
  font-size: 1.4em;
  padding: 1.5% 2%;
  color: #fff;
  letter-spacing: 0.1em;
}

#contents .blk#results .results_dl > dt {
  font-size: 1.4em;
  font-weight: 900;
}

#contents .blk#results .results_in_dl > dt {
  font-size: 0.95em;
  font-weight: 900;
}

@media (max-width: 767px) {
  #contents .blk#results {
    margin-top: 10%;
  }
  #contents .blk#results .flex_container > dt {
    padding: 3vw 0 1.5vw;
  }
  #contents .blk#results .flex_container > dd {
    padding: 1vw 3vw 2vw;
  }
  #contents .blk#results .results_in_dl dd {
    margin-bottom: 4vw;
    margin-left: 3vw;
  }
}
#contents .lesson {  margin-bottom: 50px; }
#contents .lesson p.catch_ttl { font-size: 1.15em; font-weight: 600; margin-bottom: 10px; position: relative; background: #e9f4ed; padding: 20px 30px 20px 40px; }
#contents .lesson p.catch_ttl:before { position: absolute; top: 25%; left: 20px; width: 6px; height: 50%; content: ''; opacity: .2; border-radius: 3px; background: #00913E; }
#contents .lesson_item { display: flex; align-items: flex-start; justify-content: space-between; border: 1px solid #009140; padding: 20px;}
#contents .lesson_item:not(:last-child) { margin-bottom: 10px; }
#contents .lesson_item img { max-width: 280px; width: 100%; margin-right: 20px; }
#contents .lesson_ttl { padding: inherit; margin-bottom: 5px; font-weight: 600; font-size: 18px; color: #00913E; }
#contents .lesson_txt { padding: inherit; }
@media (max-width: 767px) {
	#contents .lesson_item { display: block; }
	#contents .lesson_item img { max-width: inherit; margin-right: 0; margin-bottom: 15px; }
	#contents .lesson { margin: 0 2% 7%; }
	#contents .lesson p.catch_ttl { margin-bottom: 20px; }
}
/*# sourceMappingURL=jr.css.map */