@charset "UTF-8";
/* 問題集 */
/* contents area */
.mainguide {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 100px;
  zoom: 100%;
}
.mainguide:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mainguide__ttl {
  width: 560px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  color: #444;
  text-align: left;
  float: right;
}
.mainguide__ttl .new {
  display: inline-block;
  margin: 0 0 0.5em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  color: #e6002d;
}
.mainguide__ttl strong {
  display: inline-block;
  margin: 0.5em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  color: #69564f;
}
.mainguide__mv {
  position: relative;
  width: 560px;
  float: left;
}
.mainguide__mv .slider_thumb {
  margin: 20px 0 0;
  padding: 0 37px;
}
.mainguide__mv .slider_thumb .slick-slide {
  margin: 0 6px;
}
.mainguide__mv .slider_thumb .slick-slide img {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainguide__mv .slider_thumb .slick-slide.slick-current img {
  border: 2px solid #ec8308;
}
.mainguide__mv .slick-prev,
.mainguide__mv .slick-next {
  top: auto;
  bottom: -116px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(../img/common/arrow_swiper.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: none;
          transform: none;
}
.mainguide__mv .slick-prev:before,
.mainguide__mv .slick-next:before {
  display: none;
}
.mainguide__mv .slick-prev:hover, .mainguide__mv .slick-prev:focus,
.mainguide__mv .slick-next:hover,
.mainguide__mv .slick-next:focus {
  background: url(../img/common/arrow_swiper.svg) no-repeat center center;
  background-size: contain;
}
.mainguide__mv .slick-prev:hover,
.mainguide__mv .slick-next:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mainguide__mv .slick-prev.slick-disabled,
.mainguide__mv .slick-next.slick-disabled {
  opacity: 0.3;
}
.mainguide__mv .slick-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mainguide__cv {
  width: 560px;
  text-align: left;
  float: right;
}
.mainguide__cv__apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 26px;
  padding: 26px 0;
  border-top: 1px solid #e1ddd3;
  border-bottom: 1px solid #e1ddd3;
}
.mainguide__cv__apply .fee {
  width: 280px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}
.mainguide__cv__apply .fee strong {
  font-size: 32px;
  font-weight: 700;
}
.mainguide__cv__apply .fee em {
  font-size: 24px;
  font-weight: 700;
}
.mainguide__cv__apply .fee small {
  font-size: 16px;
}
.mainguide__cv__apply .apply {
  width: 270px;
}
.mainguide__cv__apply .apply__btn {
  display: block;
  position: relative;
  background: #f7747e;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.mainguide__cv__apply .apply__btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mainguide__cv .notice {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.538em;
  color: #444;
}
.mainguide .campaign-price__title {
  color: #f7747e;
  font-size: 18px;
  margin-bottom: 1em;
}
.mainguide .campaign-price .horizon {
  position: relative;
  display: table;
  width: auto;
}
.mainguide .campaign-price .horizon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 100%;
  border-top: solid 1px black;
  top: 50%;
}
.mainguide .campaign-price .horizon strong {
  font-size: 14px;
}
.mainguide .campaign-price .horizon small {
  font-size: 14px;
}
.mainguide .campaign-price .price {
  color: #f7747e;
  font-size: 18px;
}
.mainguide .campaign-price .price small {
  font-size: 24px;
}

.midcontents__inner p {
  padding: 0 0 1em;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}
.midcontents__inner p small {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8em;
}
.midcontents__inner p a {
  color: #2390e2;
  text-decoration: underline;
}

.books__ttl {
  position: relative;
  background: #fff1d9;
  margin: 100px 0 36px;
  padding: 24px;
  border-left: 4px solid #ec8308;
  border-radius: 0 20px 20px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #ec8308;
  text-align: left;
}
.books__ttl:first-of-type {
  margin: 0 0 36px;
}
.books__points {
  margin: 1em 0 0;
  padding: 0.8em 1.2em;
  border: 1px solid #faa3aa;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  color: #f7747e;
  text-align: left;
}
.books__points__txt {
  margin: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}
.books__points__txt:before {
  content: "★";
}
.books__sample {
  margin: 0;
  padding: 0 0 30px;
}
.books__warning {
  margin: 0;
  padding: 0;
  padding: 0 0 1em;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
}
.books__warning li {
  margin: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}
.books__warning li:before {
  content: "●";
}
.books__recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
  border: 1px solid #f9b46e;
  border-radius: 20px;
}
.books__recommend__ttl {
  width: 330px;
  padding: 46px 0;
  background: #f9b46e;
  border-radius: 18px 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  color: #fff;
}
.books__recommend__ttl small {
  font-size: 15px;
}
.books__recommend__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 499px;
}
.books__recommend__photo {
  width: 194px;
  margin: 0;
}
.books__recommend__photo .thumb {
  border-radius: 20px;
}
.midcontents__inner .books__recommend__txt {
  width: 286px;
  padding: 0 16px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  color: #444;
  text-align: left;
}
.midcontents__inner .books__recommend__txt strong {
  display: inline-block;
  margin: 0.3em 0 0;
  font-size: 24px;
  line-height: 1.375em;
  color: #69564f;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .mainguide {
    width: auto;
    padding: 4vw 5% 10vw;
  }
  .mainguide__ttl {
    width: auto;
    font-size: 4.2666666667vw;
    float: none;
  }
  .mainguide__ttl .new {
    font-size: 5.3333333333vw;
  }
  .mainguide__ttl strong {
    margin: 0.5em 0 1em;
    font-size: 6.4vw;
  }
  .mainguide__mv {
    width: auto;
    float: none;
  }
  .mainguide__mv .slider_thumb {
    margin: 3vw 0 0;
    padding: 0 8vw;
  }
  .mainguide__mv .slider_thumb .slick-slide {
    margin: 0 1vw;
  }
  .mainguide__mv .slider_thumb .slick-slide img {
    border: 0.3vw solid #ddd;
  }
  .mainguide__mv .slider_thumb .slick-slide.slick-current img {
    border: 0.7vw solid #ec8308;
  }
  .mainguide__mv .slick-prev,
  .mainguide__mv .slick-next {
    bottom: -19vw;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
  .mainguide__mv .slick-prev {
    left: -4vw;
  }
  .mainguide__mv .slick-next {
    right: -4vw;
  }
  .mainguide__cv {
    width: auto;
    padding: 7vw 0 0;
    float: none;
  }
  .mainguide__cv__apply {
    padding: 3vw 0;
    border-top: 0.3vw solid #e1ddd3;
    border-bottom: 0.3vw solid #e1ddd3;
  }
  .mainguide__cv__apply .fee {
    width: 55%;
    font-size: 4vw;
  }
  .mainguide__cv__apply .fee strong {
    font-size: 5vw;
  }
  .mainguide__cv__apply .fee em {
    font-size: 4.2vw;
  }
  .mainguide__cv__apply .fee small {
    font-size: 3.8vw;
  }
  .mainguide__cv__apply .apply {
    width: 40vw;
  }
  .mainguide__cv__apply .apply__btn {
    border-radius: 6vw;
    font-size: 4vw;
    line-height: 12vw;
  }
  .mainguide__cv__apply .apply__btn:after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    border-top: 0.7vw solid #fff;
    border-right: 0.7vw solid #fff;
  }
  .mainguide__cv .notice {
    font-size: 2.9333333333vw;
    line-height: 1.4545em;
  }
  .mainguide__cv .campaign-price__title {
    font-size: 3.7333333333vw;
  }
  .mainguide__cv .campaign-price .horizon {
    max-width: 100%;
    display: table;
    width: auto;
  }
  .mainguide__cv .campaign-price .horizon::before {
    max-width: 100%;
    width: 100%;
  }
  .mainguide__cv .campaign-price .price {
    font-size: 3.4666666667vw;
    width: 100%;
    margin-top: 5px;
  }
  .mainguide__cv .campaign-price .price strong {
    font-size: 5.3333333333vw;
  }
  .mainguide__cv .campaign-price .price small {
    font-size: 4.2666666667vw;
  }
  .midcontents__inner {
    padding: 0 5vw 15vw;
  }
  .midcontents__inner__txt {
    font-size: 3.7333333333vw;
  }
  .midcontents__inner__txt small {
    font-size: 2.9333333333vw;
  }
  .books__ttl {
    margin: 15vw -5vw 8vw;
    padding: 0.8em;
    border-left: 1.2vw solid #ec8308;
    font-size: 5.3333333333vw;
    line-height: 1.5em;
    border-radius: 0;
  }
  .books__ttl:first-of-type {
    margin: 0 -5vw 8vw;
  }
  .books__points {
    padding: 1em;
    border: 0.3vw solid #faa3aa;
    border-radius: 2vw;
    font-size: 3.7333333333vw;
  }
  .books__sample {
    padding: 0 0 7vw;
  }
  .books__warning {
    font-size: 3.7333333333vw;
  }
  .books__recommend {
    display: block;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    margin: 8vw 0 0;
    border: 0.3vw solid #f9b46e;
    border-radius: 3vw;
  }
  .books__recommend__ttl {
    width: 100%;
    padding: 0.6em 0;
    border-radius: 2.8vw 2.8vw 0 0;
    font-size: 4.2666666667vw;
  }
  .books__recommend__ttl small {
    font-size: 3.4666666667vw;
  }
  .books__recommend__btn {
    width: 100%;
  }
  .books__recommend__photo {
    width: 34.6666666667vw;
    padding: 4vw 0 4vw 4vw;
  }
  .books__recommend__photo .thumb {
    border-radius: 4vw;
  }
  .midcontents__inner .books__recommend__txt {
    width: 47.7333333333vw;
    padding: 0 1em 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.9333333333vw;
  }
  .midcontents__inner .books__recommend__txt strong {
    font-size: 4.2666666667vw;
  }
  #fixnav .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fixnav .coursename {
    width: 60vw;
    line-height: 1.375em;
    text-align: left;
    max-width: unset;
    white-space: unset;
    text-overflow: unset;
    max-height: 2.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #fixnav .fixnav {
    width: 30.6666666667vw;
  }
  #fixnav .fixnav__item {
    width: 100%;
  }
}/*# sourceMappingURL=seminar.css.map */