@charset "UTF-8";
/*--------------------------------------------------
千花繚乱（アポロン）キャンペーンページ 第1回
--------------------------------------------------*/
.lower_cp.apollon_cp {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, xYuGothic, Meiryo, sans-serif;
  font-size: 16px;
  padding-top: 80px;
  background-image: linear-gradient(0deg, rgb(202, 225, 225) 50%, rgb(201, 224, 225));
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp {
    padding-top: 50px;
    font-size: 14px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap {
  background-image: url(../_assets/img/apollon_cp/bg_wrap_top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap {
    background-image: url(../_assets/img/apollon_cp/bg_sp.png);
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .end_notice {
  color: #BC272D;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .end_notice {
    font-size: 22px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .end_notice span {
  font-weight: normal;
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .end_notice span {
    font-size: 18px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .tag_course {
  position: absolute;
  top: -15px;
  left: -25px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .tag_course {
    width: 47%;
    left: -20px;
    top: -20px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .lower_cp_mv {
  padding-top: 120px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .lower_cp_mv {
    padding-top: 50px;
    width: 95%;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_area {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_area {
    padding-top: 30px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_area .head-copy {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_area .head-copy {
    font-size: 17px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_area .head-copy span {
  font-size: 40px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_area .head-copy span {
    font-size: 13px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap {
  max-width: 990px;
  min-height: 632px;
  margin: 50px auto 0;
  background-image: url(../_assets/img/apollon_cp/bg_course_wrap.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap {
    width: 96%;
    background-image: url(../_assets/img/apollon_cp/bg_course_wrap_sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 15px 0 15px;
    margin: 10px auto 30px;
    position: relative;
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.3);
  }
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #534741;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    bottom: 20px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 {
    margin-top: 15px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_wrap {
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 30px 20px;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_wrap {
    border-radius: 8px;
    font-size: 24px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_wrap span {
  font-size: 20px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_wrap span {
    font-size: 16px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_bg::after {
  content: "";
  display: block;
  width: 97%;
  height: 97%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_01 .cp_end_bg::after {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_02 .left_item_wrap {
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_02 .left_item_wrap li {
  width: 112px !important;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap.course_02 .left_item_wrap li:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap .course_inner_bg {
    background: linear-gradient(to top, rgb(248, 244, 232), rgb(255, 255, 255));
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
  }
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap .course_inner_bg::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #534741;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .lower_cp.apollon_cp .lower_cp_wrap .course_wrap .course_inner_bg::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #534741;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner {
  width: 860px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner {
    width: 86%;
    padding-top: 50px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap {
    display: block;
    margin-top: 5px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .flex_order0 {
  order: 0;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .flex_order1 {
  order: 1;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .flex_order2 {
  order: 2;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap {
  width: 55%;
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap {
    width: 100%;
    justify-content: center;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li {
  width: 150px;
  margin-right: 10px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li {
    width: 31%;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li span {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li span {
    font-size: 12px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li span a {
  text-decoration: underline;
  color: #0000FF;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li span a:hover {
  text-decoration: none;
  color: #0000FF;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap .min_img_wrap {
  position: relative;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap .min_img_wrap .min_img {
  position: absolute;
  bottom: 85px;
  right: -8px;
  width: 45px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap .min_img_wrap .min_img {
    bottom: 15px;
    right: -15px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .left_item_wrap li:last-child {
  margin-right: 0;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .right_image {
  width: 43%;
  flex-shrink: 0;
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .present_item_wrap .right_image {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .course_ttl {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .course_ttl {
    font-size: 20px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .num_wrap {
  display: inline-block;
  background-color: #F28E1E;
  color: #fff;
  border-radius: 18px;
  padding: 3px 30px;
  line-height: 1;
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .num_wrap {
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 35px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .num_wrap .num {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .num_wrap .num {
    font-size: 24px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .course_caption {
  font-size: 12px;
  text-align: center;
  margin: 15px 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .course_caption {
    text-align: left;
    margin: 10px 0;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up {
  width: 830px;
  margin: 0 0 0 auto;
  background-color: #fff;
  border: #F28E1E 1px solid;
  padding: 20px 20px 20px 90px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up {
    width: 100%;
    padding: 30px 15px 15px;
    margin: 0 auto;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dt {
  width: 111px;
  height: 111px;
  background-color: #F28E1E;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  display: inline-grid;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dt {
    width: 90%;
    height: inherit;
    border-radius: 35px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    padding: 3px;
  }
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dt br {
    display: none;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dd {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dd {
    font-size: 12px;
  }
  .lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dd strong {
    font-size: 12px;
  }
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dd::before {
  content: "●";
  color: #F28E1E;
}
.lower_cp.apollon_cp .lower_cp_wrap .course_inner .info_sns_up dd:last-child {
  margin-bottom: 0;
}
.lower_cp.apollon_cp .kiyaku {
  width: 100%;
  background-image: url(../_assets/img/apollon_cp/bg_wrap_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .kiyaku {
    padding-bottom: 50px;
    background-size: 170%;
  }
}
.lower_cp.apollon_cp .kiyaku .bt_entry a {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  background-color: #EF7C00;
  border: #fff 2px solid;
  box-shadow: -3px 3px 3px 0 rgba(83, 71, 65, 0.3);
  border-radius: 35px;
  text-align: center;
  font-size: 34px;
  color: #fff;
  padding: 10px 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .kiyaku .bt_entry a {
    width: 74%;
    font-size: 18px;
  }
}
.lower_cp.apollon_cp .kiyaku .bt_entry a::after {
  content: "＞";
  color: #fff;
  font-size: 34px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .kiyaku .bt_entry a::after {
    font-size: 18px;
    right: 10px;
  }
}
.lower_cp.apollon_cp .kiyaku_area {
  max-width: 960px;
  margin: 40px auto;
  border: 3px #736357 solid;
  background-color: #fff;
  padding: 30px 0 20px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .kiyaku_area {
    width: 90%;
    padding: 20px 0 15px;
  }
}
.lower_cp.apollon_cp .kiyaku_inner {
  width: 890px;
  background: #fff;
  height: 320px;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .kiyaku_inner {
    width: 90%;
    height: 450px;
    padding: 4% 4%;
  }
}
.lower_cp.apollon_cp .kiyaku_inner .kiyaku_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.lower_cp.apollon_cp .kiyaku_inner dl {
  margin-bottom: 20px;
}
.lower_cp.apollon_cp .kiyaku_inner dl dt {
  font-weight: bold;
}
.lower_cp.apollon_cp .kiyaku_inner dl dd + dd {
  margin-top: 15px;
}
.lower_cp.apollon_cp .kiyaku_inner .caption {
  padding-left: 1em;
  text-indent: -1em;
}
.lower_cp.apollon_cp .kiyaku_inner p a {
  color: #0000FF;
  text-decoration: underline;
}
.lower_cp.apollon_cp .cp_sns_wrap {
  background-color: #fff;
  background-image: url(../_assets/img/apollon_cp/bg_cp_sns.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  padding-bottom: 68px;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .cp_sns_wrap {
    background-image: url(../_assets/img/apollon_cp/bg_cp_sns.png);
    background-size: 100% auto;
  }
}
.lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl {
    margin-top: 20px;
    font-size: 20px;
  }
  .lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl span {
    font-size: 16px;
  }
}
.lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl::before, .lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl::after {
  content: "";
  background-image: url(../_assets/img/common/icon_top_cp_subttl.png);
  background-size: contain;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl::before {
  margin-right: 5px;
}
.lower_cp.apollon_cp .cp_sns_wrap .cp_sns_subttl::after {
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */