@charset "UTF-8";
/*=================================================================*/
/*	special_202604_02
/*=================================================================*/
.special_202604_02 .contWrap {
  background-color: #fdeee7;
  padding: 28px;
  margin: 0 0 30px;
}
.special_202604_02 .contWrap.topArea {
  background: url(../../img/sec/special/202604/02/top_bg02.png) top center;
  background-size: cover;
}
.special_202604_02 .h2topTtl {
  margin-bottom: 40px;
}
.special_202604_02 .h2topTtl h2 {
  font-size: 220%;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.special_202604_02 .h2topTtl h2 .h2green {
  color: #22B24C;
}
.special_202604_02 .h2topTtl h2 .h2Pink {
  color: #EC008C;
}
.special_202604_02 .infoTag {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  gap: unset;
}
.special_202604_02 .infoTag dt {
  flex: 0 0 120px;
  margin-right: 15px;
}
.special_202604_02 .infoTag dt span {
  background-color: #6c5726;
  text-align: center;
  color: #FFF;
  padding: 2px;
  display: block;
  font-size: 1.4rem;
  border-radius: 4px;
}
.special_202604_02 .infoTag dd {
  width: calc(100% - 140px);
}
.special_202604_02 .infoTag dd .tab {
  background-color: #d8e9d2;
  display: inline-block;
  border: solid 1px #bbc1b9;
  border-radius: 4px;
  line-height: 1.4;
  padding: 0 4px;
}
.special_202604_02 .infoTag dd .tab.shonen {
  background-color: #E1F4FC;
}
.special_202604_02 .infoTag dd .tab.oyako {
  background-color: #C6EAFA;
}
.special_202604_02 .infoTag dd .tab.katei {
  background-color: #AAE0F9;
}
.special_202604_02 .infoTag dd .tab.seijin {
  background-color: #8DD7F7;
}
.special_202604_02 .infoTag dd .tab.kourei {
  background-color: #6BCFF6;
}
.special_202604_02 .infoTag dd .tab.anyone {
  background-color: #40C7F4;
}
.special_202604_02 .round_pink {
  border: 3px solid #EC008C;
  padding: 2%;
  margin-top: 10px;
}
.special_202604_02 .btnWrap {
  padding: 10px 0 0;
}
.special_202604_02 .btnWrap a.topBtn {
  background-color: #fff;
}
.special_202604_02 ul.courseTopList {
  padding-left: 40px;
}
.special_202604_02 ul.courseTopList li {
  list-style-type: disc;
}
.special_202604_02 ul.courseTopList li .bg_yellow {
  background-color: #FFF101;
  font-weight: bold;
}
.special_202604_02 .entry .bg_Pink {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1%;
  background-color: #F8C1D9;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}
.special_202604_02 .entry .bg_Pink::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top: 40px solid #F8C1D9;
  transform: rotate(180deg);
  left: 50%;
  margin-left: -40px;
  top: -70px;
}
.special_202604_02 .entry .bg_Pink ul {
  padding-left: 30px;
}
.special_202604_02 .entry .bg_Pink ul li {
  list-style-type: disc;
}
.special_202604_02 .entry .bg_Pink .img {
  width: 15%;
}
.special_202604_02 .entry .bg_Pink .img img {
  max-width: 83%;
}
.special_202604_02 .entry .imgWrap {
  text-align: center;
  margin: 20px auto;
  width: 90%;
}
.special_202604_02 .mokuji {
  margin: 0;
}
.special_202604_02 .mokuji .inner {
  border: solid 1px #DDD;
}
.special_202604_02 .title_box {
  display: flex;
  align-items: center;
  margin: 30px 0 5px 0;
}
.special_202604_02 .title_box .h3CourseTtl {
  padding: 0px 15px 0px 30px;
  font-size: 2.4rem;
  color: #22B24C;
  position: relative;
}
.special_202604_02 .title_box .h3CourseTtl::before {
  position: absolute;
  content: "■";
  color: #22B24C;
  left: 0;
}
.special_202604_02 .title_box .h3CourseTtl.sansan {
  color: #EC008C;
}
.special_202604_02 .title_box .h3CourseTtl.sansan::before {
  position: absolute;
  content: "■";
  color: #EC008C;
  left: 0;
}
.special_202604_02 .title_box dl {
  display: flex;
}
.special_202604_02 .title_box dl dt {
  font-weight: bold;
  margin-right: 20px;
}

.courseTbl {
  text-align: center;
}
.courseTbl th, .courseTbl td {
  padding: 5px;
  padding: 5px;
  line-height: 1.4;
  border: solid 1px #858585;
}
.courseTbl thead th {
  text-align: center;
  background-color: #ededed;
}
.courseTbl thead th:nth-child(1) {
  width: 60px;
}
.courseTbl thead th:nth-child(3) {
  width: 44px;
}
.courseTbl thead th:nth-child(4) {
  width: 90px;
}
.courseTbl thead th:nth-child(5) {
  width: 75px;
}
.courseTbl thead th:nth-child(6) {
  width: 130px;
}
.courseTbl tbody tr td .addInfo {
  margin: 5px 0 0;
}
.courseTbl tbody tr td .addInfo span {
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 1;
  margin-right: 10px;
  font-size: 1.4rem;
  display: inline-block;
}
.courseTbl tbody tr td:nth-of-type(1) {
  text-align: left;
}
.courseTbl tbody tr .td_Center {
  text-align: center !important;
}
.courseTbl tbody tr .shonen {
  background-color: #E1F4FC;
}
.courseTbl tbody tr .oyako {
  background-color: #C6EAFA;
}
.courseTbl tbody tr .katei {
  background-color: #AAE0F9;
}
.courseTbl tbody tr .seijin {
  background-color: #8DD7F7;
}
.courseTbl tbody tr .kourei {
  background-color: #6BCFF6;
}
.courseTbl tbody tr .anyone {
  background-color: #40C7F4;
}
.courseTbl tbody tr .td_harf {
  width: 150px;
}
.courseTbl tbody tr .td_left {
  text-align: left;
}
.courseTbl tbody tr .td_col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.takuji {
  color: #1d90d0;
  border: solid 1px #1d90d0;
  border-radius: 5px;
  padding: 0 4px;
  margin-right: 5px;
  background-color: #FFF;
}

.new {
  color: #ef2c31;
  border: solid 1px #ef2c31;
  border-radius: 5px;
  background-color: #FFF;
}

.long {
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 0 4px;
}

.beginner {
  color: #015AAA;
  font-size: 1.8rem;
  padding: 0 4px;
}

/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	special_202604_02
  /*=================================================================*/
  .special_202604_02 .contWrap {
    padding: 15px;
  }
  .special_202604_02 .contWrap .h2topTtl {
    padding: 0;
    background: none;
    margin-bottom: 20px;
  }
  .special_202604_02 .contWrap .h2topTtl h2 {
    font-size: 180%;
  }
  .special_202604_02 .contWrap .infoTag {
    display: block;
  }
  .special_202604_02 .contWrap .infoTag dt {
    margin-bottom: 10px;
  }
  .special_202604_02 .contWrap .infoTag dd {
    width: 100%;
  }
  .special_202604_02 .contWrap dl {
    display: flex;
  }
  .special_202604_02 .contWrap dl dt {
    font-weight: bold;
    margin-right: 0;
  }
  .special_202604_02 .round_pink {
    border: 2px solid #EC008C;
    padding: 4%;
  }
  .special_202604_02 .title_box {
    display: block;
    margin: 30px 0 5px 0;
  }
  .special_202604_02 .title_box .h3CourseTtl {
    padding: 0px 0px 0px 20px;
    font-size: 2rem;
  }
  .special_202604_02 .title_box dl {
    display: block;
  }
  .special_202604_02 ul.courseTopList {
    margin-bottom: 10px;
  }
  .special_202604_02 .entry .bg_Pink {
    margin-top: 30px;
    display: block;
  }
  .special_202604_02 .entry .bg_Pink::before {
    border: 25px solid transparent;
    border-top: 30px solid #F8C1D9;
    margin-left: -30px;
    top: -50px;
  }
  .special_202604_02 .entry .bg_Pink ul {
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .special_202604_02 .entry .bg_Pink .img {
    width: 50%;
    margin: 10px auto 0;
  }
  .special_202604_02 .entry .bg_Pink .img img {
    max-width: 100%;
  }
  .special_202604_02 .entry .imgWrap {
    width: 100%;
  }
  .special_202604_02 .topTxt {
    font-size: 2.6rem;
  }
  .special_202604_02 .img_Box {
    display: block;
  }
  .special_202604_02 .img_Box .kouzaImg {
    width: 100%;
    margin-bottom: 10px;
  }
  .special_202604_02 .img_Box .kouzaImg p {
    font-size: 1.4rem;
  }
  .special_202604_02 table.courseTbl img {
    width: auto;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=special_202604_02.css.map */