body .pageHead h1 span img {
  width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body .pageHead h1 span img {
    width: 30px;
    margin-right: 6px;
  }
}

section.top {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.top .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  
}
@media screen and (max-width: 768px) {
  section.top .cntWrap {
    order: 0;
  }
}
@media screen and (min-width: 769px) {
  section.top .cntWrap .txt {
    width: 570px;
    padding-top: 50px;
  }
}
section.top .cntWrap .txt .ttl {
  margin-bottom: 60px;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 769px) {
  section.top .cntWrap .txt .ttl {
    border-bottom: 9px solid #191919;
  }
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .ttl {
    margin-bottom: 22px;
  }
}
section.top .cntWrap .txt .ttl h2 {
  padding-bottom: 6px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .ttl h2 {
    padding-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
  }
}
section.top .cntWrap .txt .ttl span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
  border: 1px solid #191919;
  border-radius: 50px;
  background-color: #fff2e6;
  font-size: 18px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .ttl span {
    width: 60px;
    height: 60px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    top: -15px;
    right: -5px;
  }
}
section.top .cntWrap .txt .ttl span i {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .ttl span i {
    font-size: 28px;
  }
}
section.top .cntWrap .txt .ttl + p {
  margin: -50px 0 20px;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .ttl + p {
    margin: 0 0 22px;
  }
}
section.top .cntWrap .txt h3 {
  margin-bottom: 12px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  section.top .cntWrap .txt p {
    line-height: 1.8;
  }
}
section.top .cntWrap .txt p span {
  color: #fd4700;
}
section.top .cntWrap .txt .top_pic_02{
  text-align: center;
  margin-top: 20px;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt .top_pic_02{
    margin: 12px auto 0px auto;
  }
}
section.top .cntWrap .txt > img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  section.top .cntWrap .txt > img {
    margin-top: 8px;
  }
}
section.top .cntWrap .pic {
  margin-right: 10px;
  position: relative;
}
section.top .cntWrap .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

section.top .movie {
  max-width: 780px;
  width: 100%;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top .movie {
    order: 2;
    margin: 32px auto 0;
  }
  section.top .movie iframe {
    width: 100%;
    height: 50vw;
  }
}
section.top .movie img.watch {
  position: absolute;
  right: -70px;
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  section.top .movie img.watch {
    width: 53px;
    right: -20px;
    bottom: -15px;
  }
}
section.top .dog {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 5px solid #000;
}
@media screen and (max-width: 768px) {
  section.top .dog {
    order: 1;
    gap: 18px 0;
    margin: 32px auto 24px;
    padding-top: 32px;
  }
}
section.top .dog .ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.top .dog .ttl {
    margin-bottom: 16px;
  }
}
section.top .dog [class*=wrap] {
  width: 100vw;
}
section.top .dog [class*=wrap].wrap01 {
  height: 150px;
  background: url(/course/img/trimmer/dog01.png) repeat-x top left/cover;
  animation: dogSlide01 60s 0s linear infinite;
}
section.top .dog [class*=wrap].wrap02 {
  height: 158px;
  background: url(/course/img/trimmer/dog02.png) repeat-x top left/cover;
  animation: dogSlide02 60s 0s linear infinite;
}
section.top .dog [class*=wrap].wrap03 {
  height: 208px;
  background: url(/course/img/trimmer/dog03.png) repeat-x top left/cover;
  animation: dogSlide03 60s 0s linear infinite;
}
@keyframes dogSlide01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: top left 1928px;
  }
}
@keyframes dogSlide02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: top left -1906px;
  }
}
@keyframes dogSlide03 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: top left 1882px;
  }
}
section.top .dog .more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px 0;
}
section.top .dog .more p {
  font-size: 16px;
}
section.top .dog .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}

.movie iframe {
  display: block;
}

@media screen and (min-width: 769px) {
  #wrapper.trainer section.top .cntWrap .txt .ttl span {
    top: -40px;
  }
}

#wrapper.int section.graph {
  margin-bottom: 110px;
  padding: 55px 0;
  background: url(/course/img/veterinarian/feature_bg.gif) repeat center center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.graph {
    margin-bottom: 38px;
    padding: 24px 5%;
  }
}
#wrapper.int section.graph div.wow {
  width: 100%;
  position: relative;
}
#wrapper.int section.graph div.wow img {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper.int section.graph .cntWrap {
  display: flex;
  justify-content: center;
  gap: 28px 4%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.graph .cntWrap {
    flex-direction: column;
    align-items: center;
  }
}
#wrapper.int section.graph .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  max-width: 510px;
  width: 48%;
  padding: 0 2.5% 25px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff2e6;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.graph .cntWrap .cntBox {
    gap: 22px;
    width: 90%;
    padding: 0 5% 18px;
    border-width: 2px;
  }
}
#wrapper.int section.graph .cntWrap .cntBox h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 5px 30px;
  background-color: #000;
  line-height: 1.4;
  font-size: 24px;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.graph .cntWrap .cntBox h3 {
    min-height: 70px;
    padding: 5px 24px;
    font-size: 18px;
  }
}
#wrapper.int section.graph .cntWrap .cntBox p {
  line-height: 1.8;
  text-align: left;
}
#wrapper.int section.graph .cntWrap .cntBox dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  line-height: 1.2;
}
#wrapper.int section.graph .cntWrap .cntBox dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 12px 30px;
  background-color: #000;
  border-radius: 30px;
  color: #fff2e6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.graph .cntWrap .cntBox dl dt {
    padding: 8px 18px;
  }
}
#wrapper.int section.graph .cntWrap .cntBox dl dd {
  padding-left: 1.1em;
  text-indent: -1.1em;
  letter-spacing: 0.2em;
  text-align: left;
}
#wrapper.int section.feature {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature {
    margin: 0 auto 52px;
  }
}
#wrapper.int section.feature h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature h2 {
    margin-bottom: 22px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
#wrapper.int section.feature h2::after {
  content: "";
  width: 50px;
  height: 6px;
  margin-top: 12px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature h2::after {
    height: 4px;
    margin-top: 8px;
  }
}
#wrapper.int section.feature .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#wrapper.int section.feature .cntWrap:nth-last-of-type(n+2) {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap:nth-last-of-type(n+2) {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper.int section.feature .cntWrap:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#wrapper.int section.feature .cntWrap .txt {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt {
    width: 100%;
  }
}
#wrapper.int section.feature .cntWrap .txt .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt .ttl {
    margin-bottom: 14px;
  }
}
#wrapper.int section.feature .cntWrap .txt .ttl img {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt .ttl img {
    width: 50px;
    margin-right: 8px;
  }
}
#wrapper.int section.feature .cntWrap .txt .ttl h3 {
  display: flex;
  flex-direction: column;
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt .ttl h3 {
    font-size: 26px;
  }
}
#wrapper.int section.feature .cntWrap .txt .ttl h3 span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt .ttl h3 span {
    margin-top: 8px;
    font-size: 12px;
  }
}
#wrapper.int section.feature .cntWrap .txt p {
  margin-bottom: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .txt p {
    margin-bottom: 14px;
  }
}
#wrapper.int section.feature .cntWrap .pic {
  position: relative;
  border: 4px solid #191919;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.feature .cntWrap .pic {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
  }
}
#wrapper.int section.feature .cntWrap .pic::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}
#wrapper.int section.feature .cntWrap .pic img {
  position: relative;
  z-index: 1;
}
#wrapper.int section.select {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  padding: 0 5%;
  background: url(/course/img/integrate/select_bg.gif) center center;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.select {
    margin-bottom: 42px;
  }
}
#wrapper.int section.select::before {
  content: "";
  margin-bottom: 25px;
  border-top: 40px solid #fff2e6;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
}
#wrapper.int section.select h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.select h2 {
    margin-bottom: 12px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
#wrapper.int section.select .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 940px;
  width: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.select .cntWrap {
    margin-bottom: 22px;
  }
}
#wrapper.int section.select .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  width: 32%;
}
#wrapper.int section.select .cntWrap .cntBox img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.select .cntWrap .cntBox img {
    max-width: 240px;
    width: 100%;
    margin-bottom: 0;
  }
}
#wrapper.int section.select .cntWrap .cntBox a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  width: 280px;
  height: 70px;
  border-radius: 5px;
  background-color: #191919;
  line-height: 1.2;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #wrapper.int section.select .cntWrap .cntBox a.btn {
    max-width: 240px;
    width: 100%;
    height: auto;
    padding: 12px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #wrapper.int section.select .cntWrap .cntBox a.btn {
    padding: 8px 0;
    font-size: 14px;
  }
}

#wrapper:not(.int) section.feature {
  margin-bottom: 80px;
  padding: 70px 0 75px;
  background: url(/course/img/veterinarian/feature_bg.gif) repeat center center;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature {
    margin-bottom: 42px;
    padding: 28px 0 20px;
  }
}
#wrapper:not(.int) section.feature .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .ttl {
    margin-bottom: 26px;
  }
}
#wrapper:not(.int) section.feature .ttl h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .ttl h2 {
    font-size: 24px;
  }
}
#wrapper:not(.int) section.feature .ttl span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #191919;
  line-height: 1;
  font-size: 86px;
  font-weight: bold;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .ttl span {
    width: 84px;
    height: 84px;
    padding-bottom: 0;
    font-size: 38px;
  }
}
#wrapper:not(.int) section.feature .ttl span i {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .ttl span i {
    font-size: 10px;
  }
}
#wrapper:not(.int) section.feature .ttl span i::before, #wrapper:not(.int) section.feature .ttl span i::after {
  content: "";
  width: 40px;
  height: 2px;
  margin: 5px 0;
  background-color: #fff2e6;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .ttl span i::before, #wrapper:not(.int) section.feature .ttl span i::after {
    width: 30px;
    height: 1px;
    margin: 3px 0;
  }
}
#wrapper:not(.int) section.feature .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap {
    justify-content: center;
    padding: 0 3.5%;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl {
  width: 355px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap dl {
    max-width: 500px;
    width: 100%;
    margin-bottom: 26px;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl dt {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap dl dt {
    height: 80px;
    padding: 0 5%;
    font-size: 18px;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 3px;
  background-color: #fd4700;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap dl dt i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px 30px 30px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #wrapper:not(.int) section.feature .cntWrap dl dd {
    height: calc(100% - 85px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap dl dd {
    padding: 14px 5% 18px;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl dd p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wrapper:not(.int) section.feature .cntWrap dl dd p {
    line-height: 1.8;
  }
}
#wrapper:not(.int) section.feature .cntWrap dl dd a.ov {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 5px auto 0;
  border-radius: 5px;
  background-color: #fd4700;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #wrapper:not(.int) section.feature .cntWrap dl dd a.ov {
    width: 180px;
    height: 40px;
    margin-top: 0;
    font-size: 14px;
  }
}

section.meikenbokujo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo {
    margin-bottom: 42px;
  }
}
section.meikenbokujo h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 20px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
section.meikenbokujo p {
  font-size: 16px;
  width: 700px;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
section.meikenbokujo .img_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .img_box {
    width: 100vw;
    translate: -5px 0;
  }
}
section.meikenbokujo .ttl-img_box {
  margin-bottom: 20px;
}
section.meikenbokujo .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap {
    justify-content: center;
    padding: 0 3.5%;
  }
}
section.meikenbokujo .cntWrap dl {
  width: 355px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap dl {
    max-width: 500px;
    width: 100%;
    margin-bottom: 26px;
  }
}
section.meikenbokujo .cntWrap dl dt {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap dl dt {
    height: 70px;
    padding: 0 5%;
    font-size: 18px;
  }
}
section.meikenbokujo .cntWrap dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 3px;
  background-color: #fd4700;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap dl dt i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
}
section.meikenbokujo .cntWrap dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px 30px 30px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  section.meikenbokujo .cntWrap dl dd {
    height: calc(100% - 85px);
  }
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap dl dd {
    padding: 14px 5% 18px;
  }
}
section.meikenbokujo .cntWrap dl dd p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.meikenbokujo .cntWrap dl dd p {
    line-height: 1.8;
  }
}
section.meikenbokujo .cntWrap dl dd a.ov {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 5px auto 0;
  border-radius: 5px;
  background-color: #fd4700;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.meikenbokujo .cntWrap dl dd a.ov {
    width: 180px;
    height: 40px;
    margin-top: 0;
    font-size: 14px;
  }
}

section.curriculum {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section.curriculum {
    margin: 0 auto 42px;
    padding: 0 3.5%;
  }
}
section.curriculum h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.curriculum h2 {
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
}
section.curriculum h2::before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 768px) {
  section.curriculum h2::before {
    height: 6px;
    top: 15px;
  }
}
section.curriculum h2 span {
  padding: 0 15px;
  background-color: #fff2e6;
  font-size: 30px;
  font-weight: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.curriculum h2 span {
    padding: 0 10px;
    font-size: 26px;
  }
}
section.curriculum .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
section.curriculum .cntWrap dl {
  width: 440px;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  section.curriculum .cntWrap dl {
    width: 100%;
    padding: 0 3.5% 16px;
  }
}
section.curriculum .cntWrap dl dt {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.curriculum .cntWrap dl dt {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
section.curriculum .cntWrap dl dt span {
  color: #fd4700;
}
@media screen and (min-width: 769px) {
  section.curriculum .cntWrap dl dd {
    line-height: 1.8;
  }
}
section.curriculum .cntWrap .pic {
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
}
section.curriculum .cntWrap .pic.fst {
  width: 660px;
}
section.curriculum .cntWrap .pic.x2 {
  width: 530px;
}
section.curriculum .cntWrap .pic.x3 {
  width: 350px;
}
section.curriculum .cntWrap .pic p {
  display: flex;
  align-items: center;
  height: 35px;
  padding-left: 20px;
  background-color: #191919;
  color: #fff;
  font-size: 14px;
}
section.curriculum .slideWrap {
  width: 100%;
  pointer-events: none;
}
section.curriculum .slideWrap .slideBox {
  max-width: 500px;
  border: 1px solid #fff2e6;
}
section.curriculum .slideWrap .slideBox p {
  padding: 3px 5%;
  background-color: #191919;
  color: #fff;
  font-size: 12px;
}
section.curriculum .program {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.curriculum .program {
    margin-top: 42px;
  }
}
section.curriculum .program h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  section.curriculum .program h3 {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  section.curriculum .program h3 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
  }
}
section.curriculum .program h3::before {
  content: "";
  width: 115px;
  height: 24px;
  margin-bottom: 15px;
  background: url(/course/img/trainer/program_ttl.gif) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  section.curriculum .program h3::before {
    width: 80px;
    height: 17px;
  }
}
section.curriculum .program h3::after {
  content: "";
  width: 80px;
  height: 7px;
  margin-top: 10px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  section.curriculum .program h3::after {
    width: 80px;
    height: 4px;
  }
}
section.curriculum .program p.lead {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  section.curriculum .program p.lead {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  section.curriculum .program p.lead {
    margin-bottom: 12px;
    text-align: left;
  }
}
section.curriculum .program .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
}
section.curriculum .program .cntWrap img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.curriculum .program .cntWrap img {
    width: 33%;
  }
}
section.curriculum .mdlTgl {
  margin-top: 70px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.curriculum .mdlTgl {
    margin-top: 36px;
  }
}
section.curriculum .mdlWrap {
  width: 100%;
  height: 100%;
  padding: 170px 5% 5vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5999;
}
@media screen and (max-width: 768px) {
  section.curriculum .mdlWrap {
    padding: 180px 5% 5vh;
  }
}
section.curriculum .mdlWrap .mdlBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
section.curriculum .mdlWrap .mdlCls {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 110px;
  right: calc(50% - 600px);
  cursor: pointer;
}
@media screen and (max-width: 1333px) {
  section.curriculum .mdlWrap .mdlCls {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  section.curriculum .mdlWrap .mdlCls {
    top: 130px;
    right: 20px;
  }
}
section.curriculum .mdlWrap .mdlCls::before, section.curriculum .mdlWrap .mdlCls::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
section.curriculum .mdlWrap .mdlCls::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.curriculum .mdlWrap .mdlCls::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
section.curriculum .mdlWrap .mdlBox {
  max-width: 1200px;
  width: 100%;
  max-height: 700px;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 5%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.curriculum .mdlWrap .mdlBox {
    max-width: 600px;
  }
}

section.timeTable {
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  section.timeTable {
    margin: 0 auto 42px;
  }
}
section.timeTable h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.timeTable h2 {
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
}
section.timeTable h2::before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 768px) {
  section.timeTable h2::before {
    height: 6px;
    top: 15px;
  }
}
section.timeTable h2 span {
  padding: 0 15px;
  background-color: #fff2e6;
  font-size: 30px;
  font-weight: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.timeTable h2 span {
    padding: 0 10px;
    font-size: 26px;
  }
}
section.timeTable h2 + p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.timeTable h2 + p {
    font-size: 16px;
  }
}
section.timeTable h2 + p i {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.timeTable h2 + p i {
    font-size: 20px;
  }
}
section.timeTable .tblWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap {
    overflow-x: scroll;
  }
}
section.timeTable .tblWrap table {
  border: 1px solid #191919;
  background-color: #fff;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table {
    min-width: 800px;
    font-size: 15px;
  }
}
section.timeTable .tblWrap table tr:nth-of-type(1) th:nth-of-type(n+2) {
  height: 40px;
  background-color: #e6b8b8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr:nth-of-type(1) th:nth-of-type(n+2) {
    height: 30px;
  }
}
section.timeTable .tblWrap table tr:nth-of-type(n+2) th, section.timeTable .tblWrap table tr:nth-of-type(n+2) td {
  height: 60px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr:nth-of-type(n+2) th, section.timeTable .tblWrap table tr:nth-of-type(n+2) td {
    height: 48px;
  }
}
section.timeTable .tblWrap table tr:nth-of-type(n+2) th:nth-of-type(1) {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr:nth-of-type(n+2) th:nth-of-type(1) {
    padding: 0 5px;
  }
}
section.timeTable .tblWrap table tr:nth-of-type(n+2) td {
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr:nth-of-type(n+2) td {
    padding: 0 8px;
  }
}
section.timeTable .tblWrap table tr:nth-of-type(n+2) td:nth-of-type(2n+1) {
  background-color: #f8eaea;
}
section.timeTable .tblWrap table tr.break th, section.timeTable .tblWrap table tr.break td {
  height: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr.break th, section.timeTable .tblWrap table tr.break td {
    height: 8px;
  }
}
section.timeTable .tblWrap table tr.break th i, section.timeTable .tblWrap table tr.break td i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #191919;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
section.timeTable .tblWrap table tr th, section.timeTable .tblWrap table tr td {
  vertical-align: middle;
  border: 1px solid #ccc;
}
section.timeTable .tblWrap table tr th.meiken {
  position: relative;
}
section.timeTable .tblWrap table tr th.meiken::before {
  content: url(/course/img/veterinarian/meiken_icon.png);
  display: block;
  z-index: 100;
  position: absolute;
  top: -5px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr th.meiken::before {
    top: 2px;
    left: -10px;
  }
}
section.timeTable .tblWrap table tr th.byouin {
  position: relative;
}
section.timeTable .tblWrap table tr th.byouin::before {
  content: url(/course/img/veterinarian/byouin_icon.png);
  display: block;
  z-index: 100;
  position: absolute;
  top: -5px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap table tr th.byouin::before {
    top: 2px;
    left: -7px;
  }
}
section.timeTable .tblWrap + p {
  padding-top: 5px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.timeTable .tblWrap + p {
    font-size: 12px;
  }
}

#wrapper.veterinarian section.timeTable table tr:nth-of-type(1) th:nth-of-type(n+2) {
  background-color: #e6b8b8;
}
#wrapper.veterinarian section.timeTable table tr:nth-of-type(n+2) td:nth-of-type(2n+1) {
  background-color: #f8eaea;
}

#wrapper.trimmer section.timeTable table tr:nth-of-type(1) th:nth-of-type(n+2) {
  background-color: #a19ebd;
}
#wrapper.trimmer section.timeTable table tr:nth-of-type(n+2) td:nth-of-type(2n+1) {
  background-color: #fff;
}

#wrapper.trainer section.timeTable table tr:nth-of-type(1) th:nth-of-type(n+2) {
  background-color: #5f9c6e;
}
#wrapper.trainer section.timeTable table tr:nth-of-type(n+2) td:nth-of-type(2n+1) {
  background-color: #fff;
}

section.qualification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 100px;
  padding: 50px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.qualification {
    margin: 0 auto 42px;
    padding: 18px 5%;
  }
}
section.qualification .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media screen and (max-width: 768px) {
  section.qualification .ttl {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
section.qualification .ttl h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.qualification .ttl h2 {
    width: 100%;
    margin-bottom: 4px;
    font-size: 22px;
  }
}
section.qualification .ttl p {
  width: 160px;
  height: 160px;
  padding: 15px;
  border-radius: 10px;
  background-color: #191919;
}
@media screen and (min-width: 769px) {
  section.qualification .ttl p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  section.qualification .ttl p {
    width: 100%;
    height: auto;
    padding: 3px 0;
  }
}
section.qualification .ttl p span {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  section.qualification .ttl p span {
    display: inline;
    font-size: 16px;
  }
}
section.qualification ul.trainer {
  height: 360px;
}
@media screen and (max-width: 768px) {
  section.qualification ul.trainer {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  section.qualification ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 700px;
    height: 300px;
    padding-left: 55px;
    position: relative;
  }
  section.qualification ul::before {
    content: "";
    width: 6px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVQImWOQlJT8z4AMsAoAAEeFA9/5W26AAAAAAElFTkSuQmCC) repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}
section.qualification ul li {
  display: flex;
  align-items: center;
  margin: 7px 0 7px 15px;
  padding-left: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.qualification ul li {
    width: 100%;
    margin: 4px 0;
    font-size: 14px;
  }
}
section.qualification ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 4px;
  background-color: #191919;
  position: absolute;
  top: 0.4em;
  left: 0;
}
section.qualification ul li.new::after {
  content: "NEW";
  order: -1;
  margin-right: 3px;
  padding: 0px 3px 0px 2px;
  background-color: #efc818;
  color: #fff;
  align-self: flex-start;
}

section.result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.result {
    margin: 0 auto 42px;
  }
}
section.result .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media screen and (max-width: 768px) {
  section.result .ttl {
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
  }
}
section.result .ttl h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.result .ttl h2 {
    margin-bottom: 4px;
    font-size: 22px;
  }
}
section.result .ttl p {
  width: 160px;
  height: 160px;
  padding: 15px;
  border-radius: 10px;
  background-color: #191919;
}
@media screen and (min-width: 769px) {
  section.result .ttl p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  section.result .ttl p {
    width: 100%;
    height: auto;
    padding: 3px 0;
  }
}
section.result .ttl p span {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  section.result .ttl p span {
    display: inline;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  section.result .pc-img {
    display: none;
  }
}
section.result .sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  section.result .sp-img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.result .graph {
    padding: 0 5%;
  }
}

section.transfer {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 100px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
section.transfer .ttl {
  text-align: center;
  background-color: #000;
}
section.transfer .ttl .ttl_img {
  padding: 2% 0;
}
section.transfer .contents_area {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 60px auto 40px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area {
    margin: 0 auto 42px;
    padding: 18px 5%;
  }
}
section.transfer .contents_area .merit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .merit {
    margin-top: 20px;
  }
}
section.transfer .contents_area .merit.sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .merit.pc_img {
    display: none;
  }
  section.transfer .contents_area .merit.sp_img {
    display: block;
  }
}
section.transfer .contents_area .cost {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .cost {
    width: 70%;
    margin: 30px auto 0;
  }
}
section.transfer .contents_area .sub_ttl {
  position: relative;
  text-align: center;
  top: 50px;
  z-index: 100;
}
section.transfer .contents_area .money {
  background-color: #88766d;
  border-radius: 15px;
  padding: 40px 80px 40px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money {
    padding: 50px 20px;
    margin-bottom: 0px;
  }
}
section.transfer .contents_area .money .money_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.transfer .contents_area .money .money_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money .money_list li {
    font-size: 13px;
  }
}
section.transfer .contents_area .money .money_list li .item {
  height: 100%;
  align-content: center;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 5px 20px;
}
section.transfer .contents_area .money .money_list li .amount {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money .money_list li .amount {
    font-size: 22px;
  }
}
section.transfer .contents_area .money .money_list li .amount .yen {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money .money_list li .amount .yen {
    font-size: 14px;
  }
}
section.transfer .contents_area .money .money_total {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 5px dotted rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
}
section.transfer .contents_area .money .money_total .item {
  height: 100%;
  align-content: center;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 5px 20px;
}
section.transfer .contents_area .money .money_total .amount {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money .money_total .amount {
    font-size: 26px;
  }
}
section.transfer .contents_area .money .money_total .amount .yen {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area .money .money_total .amount .yen {
    font-size: 16px;
  }
}
section.transfer .contents_area.second .tblWrap {
  width: 100%;
}
section.transfer .contents_area.second .tblWrap .subject {
  margin: 40px auto 10px;
  border: 1px solid #191919;
  background-color: #fff;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject {
    margin-top: 20px;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject tbody tr {
    font-size: 14px;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr th {
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject tbody tr th {
    width: 12%;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr th .vertical {
  display: inline-block;
  writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: nowrap;
}
section.transfer .contents_area.second .tblWrap .subject tbody tr th .vertical .rotate {
  text-combine-upright: all;
}
section.transfer .contents_area.second .tblWrap .subject tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject tbody tr td {
    line-height: 2em;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr td .vertical {
  display: inline-block;
  writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: nowrap;
}
section.transfer .contents_area.second .tblWrap .subject tbody tr td.period {
  background-color: #fff2e6;
  border-right: solid 1px #ccc;
  padding: 20px 2px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject tbody tr td.period {
    width: 10%;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr td.subject-name {
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .subject tbody tr td.subject-name {
    padding: 20px 15px;
  }
}
section.transfer .contents_area.second .tblWrap .subject tbody tr td.subject-name span {
  font-size: 14px;
}
section.transfer .contents_area.second .tblWrap .annotation {
  font-size: 14px;
  text-align: right;
}
section.transfer .contents_area.second .tblWrap .qualification {
  background-color: #88766d;
  margin: 40px auto;
  border-radius: 15px;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .qualification {
    padding-bottom: 20px;
  }
}
section.transfer .contents_area.second .tblWrap .qualification .ttl_txt {
  text-align: center;
}
section.transfer .contents_area.second .tblWrap .qualification .ttl_txt p {
  display: inline;
  padding: 5px 60px;
  font-size: 20px;
  color: #6c5549;
  background-color: #fff;
  border-radius: 50px;
}
section.transfer .contents_area.second .tblWrap .qualification .name_txt {
  display: flex;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .qualification .name_txt {
    display: block;
    width: 100%;
  }
}
section.transfer .contents_area.second .tblWrap .qualification .name_txt ul {
  width: 50%;
  display: block;
  text-align: left;
  justify-content: space-around;
  padding: 0 auto;
  margin: 20px auto;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second .tblWrap .qualification .name_txt ul {
    width: 100%;
  }
}
section.transfer .contents_area.second .tblWrap .qualification .name_txt ul li {
  margin: 0 0 10px 60px;
}
section.transfer .contents_area.second.last-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.transfer .contents_area.second.last-area {
    margin-bottom: 0px;
  }
}
section.transfer .kirikae_area {
  display: flex;
  justify-content: center;
  margin-top: 90px auto;
  padding: 0 auto;
  width: 100%;
  height: 140px;
  background-color: #88766d;
  align-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.transfer .kirikae_area {
    height: 100px;
  }
}
section.transfer .kirikae_area .txt-area h4 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.transfer .kirikae_area .txt-area h4 {
    font-size: 22px;
  }
}
section.transfer .kirikae_area .txt-area p {
  text-align: center;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.transfer .kirikae_area .txt-area p {
    font-size: 18px;
  }
}
section.transfer .kirikae_area .img {
  position: absolute;
}
section.transfer .kirikae_area .img.left {
  left: 20%;
  top: -10%;
}
@media screen and (max-width: 768px) {
  section.transfer .kirikae_area .img.left {
    width: 70px;
    left: 1%;
    top: -17%;
  }
}
section.transfer .kirikae_area .img.right {
  right: 20%;
}
@media screen and (max-width: 768px) {
  section.transfer .kirikae_area .img.right {
    width: 85px;
    right: -4%;
    top: 17%;
  }
}

#wrapper.trainer section.result {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result .ttl {
    margin-bottom: 20px;
  }
}
#wrapper.trainer section.result ul {
  max-width: 470px;
  width: 100%;
  padding: 20px 50px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result ul {
    padding: 12px 5%;
  }
}
#wrapper.trainer section.result ul::before {
  content: "";
  width: 36px;
  height: 33px;
  background: url(/course/img/trainer/result_arw.gif) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result ul::before {
    content: "";
    width: 26px;
    height: 28px;
    top: 0;
    left: 50%;
    transform: rotate(90deg) translate(-100%, -50%);
    transform-origin: 0 0;
  }
}
#wrapper.trainer section.result ul li {
  display: inline-flex;
  align-items: center;
  margin: 8px 25px 8px 0;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result ul li {
    margin: 4px 15px 4px 0;
  }
}
#wrapper.trainer section.result ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 4px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result ul li::before {
    width: 6px;
    height: 6px;
  }
}
#wrapper.trainer section.result ul li.other::before {
  display: none;
}
#wrapper.trainer section.result ul li.other span {
  position: relative;
  bottom: -3px;
  right: -90px;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.result ul li.other span {
    right: -70px;
  }
}
#wrapper.trainer section.practice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
  padding: 55px 0 70px;
  background: url(/course/img/veterinarian/feature_bg.gif) repeat center center;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.practice {
    margin-bottom: 42px;
    padding: 28px 5% 20px;
  }
}
#wrapper.trainer section.practice .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#wrapper.trainer section.practice .ttl span {
  margin: 0 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.practice .ttl span {
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
  }
}
#wrapper.trainer section.practice .ttl img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.practice .ttl img {
    width: 34px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }
  #wrapper.trainer section.practice .ttl img.t1 {
    right: calc(50% + 100px);
  }
  #wrapper.trainer section.practice .ttl img.t2 {
    left: calc(50% + 100px);
  }
}
#wrapper.trainer section.practice p.lead {
  max-width: 690px;
  width: 100%;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  #wrapper.trainer section.practice p.lead {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.practice p.lead {
    margin: 12px 0;
  }
}
#wrapper.trainer section.practice .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
}
#wrapper.trainer section.practice .cntWrap img {
  margin-bottom: 28px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper.trainer section.practice .cntWrap img {
    width: 32%;
    margin-bottom: 2%;
  }
}

section.voice {
  display: flex;
  max-width: 1000px;
  width: 93%;
  margin: 0 auto 120px;
  border: 3px solid #191919;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.voice {
    flex-direction: column;
    margin: 0 auto 48px;
  }
}
section.voice h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
}
@media screen and (max-width: 768px) {
  section.voice h2 {
    width: 100%;
    padding: 14px 0;
  }
  section.voice h2 img {
    width: 150px;
  }
}
section.voice dl {
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  section.voice dl {
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
  }
}
section.voice dl dt {
  width: 45%;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  section.voice dl dt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.voice dl dt {
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 5%;
  }
}
section.voice dl dt img {
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  section.voice dl dt img {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  section.voice dl dt img {
    margin: 0 5px;
  }
}
section.voice dl dt .voice_pic-area {
  margin: 0 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.voice dl dt .voice_pic-area {
    justify-content: center;
  }
}
section.voice dl dd {
  width: 55%;
  padding: 10px 40px 0 0;
}
@media screen and (max-width: 768px) {
  section.voice dl dd {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 769px) {
  section.voice dl dd p {
    line-height: 2;
  }
}
section.voice dl dd p.ttl {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

i#class-a {
  display: block;
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  i#class-a {
    margin-top: -140px;
    padding-top: 140px;
  }
}

section.teacher {
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 100px;
  padding: 50px 100px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #f7f7fd;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.teacher {
    margin: 0 auto 42px;
    padding: 24px 5%;
  }
}
section.teacher .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
}
section.teacher .cntWrap.merit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.merit {
    margin-top: 35px;
  }
}
section.teacher .cntWrap.merit p {
  width: 45%;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.merit p {
    width: 100%;
  }
}
section.teacher .cntWrap.merit img {
  width: 52%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.merit img {
    width: 100%;
    margin-top: 20px;
  }
}
section.teacher .cntWrap .txt {
  max-width: 515px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt {
    margin-bottom: 18px;
  }
}
section.teacher .cntWrap .txt .ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .ttl {
    align-items: center;
    margin-bottom: 16px;
    text-align: center;
  }
}
section.teacher .cntWrap .txt .ttl .dakara {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #191919;
  border-radius: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  section.teacher .cntWrap .txt .ttl .dakara {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .ttl .dakara {
    padding: 4px 10px;
    font-size: 14px;
  }
}
section.teacher .cntWrap .txt .ttl p {
  margin: 8px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .ttl p {
    margin: 3px 0;
    font-size: 16px;
  }
}
section.teacher .cntWrap .txt .ttl h2 .line {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 55%, #fffa67 0%);
  display: inline;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .ttl h2 .line {
    font-size: 24px;
  }
}
section.teacher .cntWrap .txt .lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .lead {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  section.teacher .cntWrap .txt .lead p {
    line-height: 1.8;
  }
}
section.teacher .cntWrap .txt .lead p.line {
  margin-bottom: 6px;
  border-bottom: 2px solid #191919;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .lead p.line {
    margin-bottom: 4px;
    text-align: center;
  }
}
section.teacher .cntWrap .txt .lead p.line span {
  padding-left: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .txt .lead p.line span {
    display: block;
    padding-left: 0;
    font-size: 20px;
  }
}
section.teacher .cntWrap .logo_img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .logo_img {
    width: 35%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
section.teacher .cntWrap .member_area {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area {
    display: block;
    align-items: center;
    justify-content: center;
  }
}
section.teacher .cntWrap .member_area .member_box {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box {
    display: block;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box {
    margin-bottom: 20px;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box .people {
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box .people {
    display: flex;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .pic {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box .people .pic {
    width: 40%;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .pic img {
  width: 100%;
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .txt {
  margin-left: 15px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box .people .txt {
    width: 60%;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .txt .class {
  font-size: 14px;
  margin-bottom: 0.8em;
  line-height: 1.5em;
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .txt .name {
  font-size: 18px;
}
section.teacher .cntWrap .member_area .member_box .contents_box .people .txt .license {
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
  padding: 5% 5%;
  line-height: 1.8em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box .people .txt .license {
    width: 100%;
    margin: 15px auto 0;
  }
}
section.teacher .cntWrap .member_area .member_box .contents_box .detail {
  padding: 5%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box .contents_box .detail {
    padding: 0 0 10%;
  }
}
section.teacher .cntWrap .member_area .member_box.right {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap .member_area .member_box.right {
    margin: 0 auto;
  }
}
section.teacher .cntWrap.plus {
  display: flex;
  align-items: center;
  padding: 3%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.plus {
    display: block;
  }
}
section.teacher .cntWrap.plus .txt .txt-box {
  border: solid 2px #b8b6d9;
  border-radius: 5px;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.plus .txt .txt-box {
    padding: 5% 3%;
    margin-top: 20px;
  }
}
section.teacher .cntWrap.plus .txt .txt-box p {
  line-height: 1.8em;
}
section.teacher .cntWrap.plus .txt a {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.teacher .cntWrap.plus .txt a {
    width: 180px;
    height: 40px;
    font-size: 14px;
    margin: 20px auto;
  }
}

section.professional {
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 100px;
  padding: 50px 100px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #a3a0d4;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.professional {
    margin: 0 auto 42px;
    padding: 24px 5%;
  }
}
section.professional span.en {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  border-radius: 15px;
  background-color: #191919;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.professional .ttl-area {
  text-align: center;
  background-color: #000;
  margin: -50px -100px 30px;
  height: 100px;
  align-content: center;
}
@media screen and (max-width: 768px) {
  section.professional .ttl-area {
    margin: -24px -7% 20px;
    border-radius: 5px 5px 0;
  }
}
section.professional .ttl-area h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.professional .ttl-area h2 {
    font-size: 24px;
  }
}
section.professional .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
  }
}
section.professional .cntWrap.merit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap.merit {
    margin-top: 35px;
  }
}
section.professional .cntWrap.merit p {
  color: #fff;
  width: 45%;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap.merit p {
    width: 100%;
  }
}
section.professional .cntWrap.merit img {
  width: 52%;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap.merit img {
    width: 100%;
    margin-top: 20px;
  }
}
section.professional .cntWrap .txt {
  max-width: 515px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt {
    margin-bottom: 18px;
  }
}
section.professional .cntWrap .txt .ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .ttl {
    align-items: center;
    margin-bottom: 16px;
    text-align: center;
  }
}
section.professional .cntWrap .txt .ttl span {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  section.professional .cntWrap .txt .ttl span {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .ttl span {
    padding: 4px 10px;
    font-size: 14px;
  }
}
section.professional .cntWrap .txt .ttl p {
  margin: 8px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .ttl p {
    margin: 3px 0;
    font-size: 16px;
  }
}
section.professional .cntWrap .txt .ttl h2 {
  display: flex;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .ttl h2 {
    font-size: 24px;
  }
}
section.professional .cntWrap .txt .lead {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .lead {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  section.professional .cntWrap .txt .lead p {
    line-height: 1.8;
  }
}
section.professional .cntWrap .txt .lead p.line {
  margin-bottom: 6px;
  border-bottom: 2px solid #191919;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .lead p.line {
    margin-bottom: 4px;
    text-align: center;
  }
}
section.professional .cntWrap .txt .lead p.line span {
  padding-left: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.professional .cntWrap .txt .lead p.line span {
    display: block;
    padding-left: 0;
    font-size: 20px;
  }
}

html.qrAct, html.qrAct body {
  overflow-y: hidden;
  overscroll-behavior-y: none;
}
html.qrAct .qrMovie {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  padding: 5vh 5vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
html.qrAct .qrMovie .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
html.qrAct .qrMovie .qrWrap {
  display: flex;
  max-width: 1280px;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
html.qrAct .qrMovie .qrWrap i.qrCls {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
}
html.qrAct .qrMovie .qrWrap i.qrCls::before, html.qrAct .qrMovie .qrWrap i.qrCls::after {
  content: "";
  width: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
html.qrAct .qrMovie .qrWrap i.qrCls::before {
  rotate: 45deg;
}
html.qrAct .qrMovie .qrWrap i.qrCls::after {
  rotate: -45deg;
}
html.qrAct .qrMovie .qrWrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style-course.css.map */