@charset "UTF-8";
main#primeonline_s {
  background: #F5F5F5;
}
main#primeonline_s a {
  outline: none;
}
@media screen and (max-width: 769px) {
  main#primeonline_s {
    padding: 80px 0 20px 0;
  }
}
main#primeonline_s h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../img/main_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
main#primeonline_s h1 img {
  width: 100%;
}
main#primeonline_s h2 {
  text-align: center;
  font-family: vdl-v7gothic, sans-serif;
  font-size: 2.5rem;
  padding: 20px;
  font-weight: 700;
  font-style: normal;
  color: #212121;
}
main#primeonline_s h2 span.num {
  font-family: "Abril Fatface", cursive;
  font-size: 110%;
}
main#primeonline_s h2.bold_h2 span {
  font-size: 4rem;
  background: #f39501;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  margin: 0 2px 0 10px;
}
@media screen and (max-width: 769px) {
  main#primeonline_s h2.bold_h2 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 769px) {
  main#primeonline_s h2 {
    font-size: 2.4rem;
    padding: 20px;
    text-align: center;
  }
}
main#primeonline_s h3 {
  font-family: vdl-v7gothic, sans-serif;
  text-align: center;
  font-size: 2rem;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 769px) {
  main#primeonline_s h3 {
    font-size: 1.6rem;
    text-align: left;
  }
}
main#primeonline_s h4 {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #e9558b;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  main#primeonline_s h4 {
    font-size: 1.8rem;
  }
}
main#primeonline_s img {
  width: 100%;
  max-width: 980px;
}
main#primeonline_s p {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
@media screen and (max-width: 769px) {
  main#primeonline_s p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
main#primeonline_s section {
  text-align: center;
  max-width: 980px;
  margin: 20px auto;
  padding: 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  main#primeonline_s section {
    padding: 20px;
  }
}
main#primeonline_s article {
  padding: 20px;
  margin: 0;
}
main#primeonline_s .bg_blue, main#primeonline_s .bg_red {
  padding: 20px 0;
}
main#primeonline_s .bg_blue {
  background-image: linear-gradient(135deg, #53a0fd 0, #2ecf99 100%);
}
main#primeonline_s .bg_red {
  background-image: linear-gradient(135deg, #fad961 0, #f66 100%);
}
main#primeonline_s .bg_pink {
  background-image: linear-gradient(135deg, #f5b6c2 0, #eb6c86 100%);
  padding-bottom: 10px;
}
main#primeonline_s .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
main#primeonline_s .flexbox p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  main#primeonline_s .flexbox {
    display: block;
  }
}
main#primeonline_s .caster .flexbox div {
  width: 30%;
  min-width: 400px;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  main#primeonline_s .caster .flexbox div {
    width: 100%;
    min-width: 300px;
    padding: 0;
  }
}
main#primeonline_s .caster h3 {
  font-size: 3rem;
  border-bottom: 2px dotted #ddd;
  width: 100%;
  padding: 0;
}
main#primeonline_s .caster h3 span {
  font-size: 1.6rem;
}
main#primeonline_s .caster p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
}
main#primeonline_s .college .flexbox {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
main#primeonline_s .college .flexbox img {
  max-width: 300px;
}
main#primeonline_s .college h2 {
  padding-bottom: 0;
}
main#primeonline_s .college ul li {
  margin-bottom: 30px;
}
main#primeonline_s .bnrbox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main#primeonline_s .bnrbox .bnr {
  max-width: 300px;
}
main#primeonline_s .bnrbox .bnr img {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
main#primeonline_s .btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main#primeonline_s .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 770px) {
  main#primeonline_s .sp {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  main#primeonline_s .pc {
    display: none;
  }
}
main#primeonline_s .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
main#primeonline_s .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
