@charset "UTF-8";
/* CSS Document */
/*10*/
/*--------------------------------------
  クラス用scss
---------------------------------------*/
/*---------- 全サイズに適用 ----------*/
/*-- Margin --*/
/*---------- 768px以上に適用 ----------*/
/*----- 要素別 -----*/
/*aprica 追加*/
/*追加ここまで*/

.manabiyaPage a {
  text-decoration: none;
}
.manabiyaPage .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.manabiyaPage .c-manabiya-thumbList li {
  padding: 18px 0;
}
.manabiyaPage .c-manabiya-thumbList li + li {
  border-top: 1px solid #f9cdd3;
}
.manabiyaPage .c-manabiya-thumbList a {
  display: flex;
  color: #555;
}
.manabiyaPage .c-manabiya-thumbList a .thumb {
  flex-shrink: 0;
  margin-right: 10px;
}
.manabiyaPage .c-manabiya-thumbList a .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: 80px;
}
.manabiyaPage .c-manabiya-thumbList a .txt .ttl {
  color: #000000;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
.manabiyaPage .c-manabiya-thumbList a .txt .summary {
  color: #707070;
  font-size: 1.2rem;
}
.manabiyaPage .c-manabiya-btnList li:nth-child(n+2) {
  margin-top: 10px;
}
.manabiyaPage .c-manabiya-btnList li a.btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 12px;
  position: relative;
  justify-content: flex-start;
  font-size: 1.4rem;
  color: #555;
  text-decoration: none;
  align-items: center;
}
.manabiyaPage .c-manabiya-btnList li a.btn:after {
  margin-left: auto;
  content: "";
  display: inline-block;
  width: 11px;
  height: 17px;
  background-image: url("../img/icon_link.svg");
  background-repeat: no-repeat;
}
.manabiyaPage .c-manabiya-btnList.fo_list li a.btn {
  cursor: pointer;
}
.manabiyaPage .c-manabiya-btnList.fo_list li a.btn:hover {
  text-decoration: none;
  color: #555555;
}
.manabiyaPage .c-manabiya-btnList.fo_list li a.btn:after {
  content: "";
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #df2624 transparent transparent transparent;
}
.manabiyaPage .c-manabiya-btnList.fo_list li.trans a.btn::after {
  transform: rotate(180deg);
}
.manabiyaPage .c-manabiya-btnList.fo_list .in {
  margin: 18px 0;
  display: none;
}
.manabiyaPage .c-manabiya-btnList.fo_list .in .r_tit {
  font-size: 1.2rem;
  color: #df2624;
  margin-bottom: 9px;
}
.manabiyaPage .c-manabiya-btnList.fo_list .in p {
  margin-bottom: 9px;
}
.manabiyaPage .c-manabiya-btnList.fo_list .in p a {
  font-size: 1.4rem;
  color: #000;
  display: flex;
  align-items: center;
}
.manabiyaPage .c-manabiya-btnList.fo_list .in p a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #df2624;
  border-right: 2px solid #df2624;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 35px;
}
.manabiyaPage .c-manabiya-btnList.fo_list .in p a:hover {
  color: #df2624;
}

.c-MT8 {
  margin-top: 8px !important;
}

.c-MT10 {
  margin-top: 10px !important;
}

.c-MT2E {
  margin-top: 2em !important;
}

.c-MB50 {
  margin-bottom: 50px !important;
}

.c-MB60 {
  margin-bottom: 60px !important;
}

.c-PT10 {
  padding-top: 2.5641vw !important;
}

.c-fwB {
  font-weight: bold !important;
}

.c-fz17 {
  font-size: 17px;
}

.c-fz17E {
  font-size: 1.7em;
}

.c-fz17R {
  font-size: 1.7rem;
}

.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

.MT0 {
  margin-top: 0px !important;
}

.MR0 {
  margin-right: 0px !important;
}

.MB0 {
  margin-bottom: 0px !important;
}

.ML0 {
  margin-left: 0px !important;
}

.MT5 {
  margin-top: 5px !important;
}

.MR5 {
  margin-right: 5px !important;
}

.MB5 {
  margin-bottom: 5px !important;
}

.ML5 {
  margin-left: 5px !important;
}

.MT10 {
  margin-top: 10px !important;
}

.MR10 {
  margin-right: 10px !important;
}

.MB10 {
  margin-bottom: 10px !important;
}

.ML10 {
  margin-left: 10px !important;
}

.MT15 {
  margin-top: 15px !important;
}

.MR15 {
  margin-right: 15px !important;
}

.MB15 {
  margin-bottom: 15px !important;
}

.ML15 {
  margin-left: 15px !important;
}

.MT20 {
  margin-top: 20px !important;
}

.MR20 {
  margin-right: 20px !important;
}

.MB20 {
  margin-bottom: 20px !important;
}

.ML20 {
  margin-left: 20px !important;
}

.MT25 {
  margin-top: 25px !important;
}

.MR25 {
  margin-right: 25px !important;
}

.MB25 {
  margin-bottom: 25px !important;
}

.ML25 {
  margin-left: 25px !important;
}

.MT30 {
  margin-top: 30px !important;
}

.MR30 {
  margin-right: 30px !important;
}

.MB30 {
  margin-bottom: 30px !important;
}

.ML30 {
  margin-left: 30px !important;
}

.MT35 {
  margin-top: 35px !important;
}

.MR35 {
  margin-right: 35px !important;
}

.MB35 {
  margin-bottom: 35px !important;
}

.ML35 {
  margin-left: 35px !important;
}

.MT40 {
  margin-top: 40px !important;
}

.MR40 {
  margin-right: 40px !important;
}

.MB40 {
  margin-bottom: 40px !important;
}

.ML40 {
  margin-left: 40px !important;
}

.MT45 {
  margin-top: 45px !important;
}

.MR45 {
  margin-right: 45px !important;
}

.MB45 {
  margin-bottom: 45px !important;
}

.ML45 {
  margin-left: 45px !important;
}

.MT50 {
  margin-top: 50px !important;
}

.MR50 {
  margin-right: 50px !important;
}

.MB50 {
  margin-bottom: 50px !important;
}

.ML50 {
  margin-left: 50px !important;
}

.MT55 {
  margin-top: 55px !important;
}

.MR55 {
  margin-right: 55px !important;
}

.MB55 {
  margin-bottom: 55px !important;
}

.ML55 {
  margin-left: 55px !important;
}

.MT60 {
  margin-top: 60px !important;
}

.MR60 {
  margin-right: 60px !important;
}

.MB60 {
  margin-bottom: 60px !important;
}

.ML60 {
  margin-left: 60px !important;
}

.MT65 {
  margin-top: 65px !important;
}

.MR65 {
  margin-right: 65px !important;
}

.MB65 {
  margin-bottom: 65px !important;
}

.ML65 {
  margin-left: 65px !important;
}

.MT70 {
  margin-top: 70px !important;
}

.MR70 {
  margin-right: 70px !important;
}

.MB70 {
  margin-bottom: 70px !important;
}

.ML70 {
  margin-left: 70px !important;
}

.MT75 {
  margin-top: 75px !important;
}

.MR75 {
  margin-right: 75px !important;
}

.MB75 {
  margin-bottom: 75px !important;
}

.ML75 {
  margin-left: 75px !important;
}

.MT80 {
  margin-top: 80px !important;
}

.MR80 {
  margin-right: 80px !important;
}

.MB80 {
  margin-bottom: 80px !important;
}

.ML80 {
  margin-left: 80px !important;
}

.MT85 {
  margin-top: 85px !important;
}

.MR85 {
  margin-right: 85px !important;
}

.MB85 {
  margin-bottom: 85px !important;
}

.ML85 {
  margin-left: 85px !important;
}

.MT90 {
  margin-top: 90px !important;
}

.MR90 {
  margin-right: 90px !important;
}

.MB90 {
  margin-bottom: 90px !important;
}

.ML90 {
  margin-left: 90px !important;
}

.MT95 {
  margin-top: 95px !important;
}

.MR95 {
  margin-right: 95px !important;
}

.MB95 {
  margin-bottom: 95px !important;
}

.ML95 {
  margin-left: 95px !important;
}

.MT100 {
  margin-top: 100px !important;
}

.MR100 {
  margin-right: 100px !important;
}

.MB100 {
  margin-bottom: 100px !important;
}

.ML100 {
  margin-left: 100px !important;
}

.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.manabiya-topMain {
  text-align: center;
}

h2.secTtl {
  max-width: 460px;
  margin: 40px auto 0;
}

.manabiya-topIntro {
  margin: 40px 0 80px 0;
}
.manabiya-topIntro p {
  font-size: 2rem;
  line-height: 2.25;
  text-align: center;
}
.manabiya-topIntro p em {
  font-weight: bold;
  color: #cc0033;
}
.manabiya-topIntro .news-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box {
    margin-top: 30px;
  }
}
.manabiya-topIntro .news-box .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box .title {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.manabiya-topIntro .news-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box ul {
    width: 100%;
  }
}
.manabiya-topIntro .news-box ul li {
  align-items: center;
  padding: 1em 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px dotted #eee;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box ul li {
    flex-wrap: wrap;
    font-size: 13px;
  }
}
.manabiya-topIntro .news-box ul li:first-of-type {
  border-top: 1px solid #ccc;
}
.manabiya-topIntro .news-box ul li a {
  color: #676969;
  display: flex;
  align-items: center;
}
.manabiya-topIntro .news-box ul li a:hover .date,
.manabiya-topIntro .news-box ul li a:hover .text {
  color: #cc0033;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box ul li a {
    flex-wrap: wrap;
  }
}
.manabiya-topIntro .news-box ul li .category {
  margin-right: 15px;
  display: inline-flex;
  padding: 0 0.5em;
  min-width: 100px;
  font-size: 12px;
  background-color: #666;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 21px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box ul li .category {
    font-size: 12px;
    height: 20px;
    width: 100px;
    margin-right: 10px;
  }
}
.manabiya-topIntro .news-box ul li .date {
  display: inline-flex;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .manabiya-topIntro .news-box ul li .text {
    display: block;
    width: 100%;
    padding-top: 0.5em;
  }
}

.manabiya-topPickup {
  background-color: #f8f8f8;
  padding: 40px 0 55px 0;
}
.manabiya-topPickup .in-pu {
  max-width: 1000px;
  margin: 0 auto;
}
.manabiya-topPickup h2 {
  max-width: 193px;
}
.manabiya-topPickup ul {
  display: flex;
  margin: 40px 0 20px 0;
  justify-content: space-between;
}
.manabiya-topPickup ul li {
  width: 32%;
}
.manabiya-topPickup ul li span {
  font-size: 1.6rem;
  color: #000;
  margin-top: 20px;
  display: block;
  font-weight: bold;
}
.manabiya-topPickup ul li .img {
  width: 320px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

.manabiya-topNavi {
  position: sticky;
  top: 80px;
  z-index: 98;
}
.manabiya-topNavi ul {
  display: flex;
  margin-top: 50px;
}
.manabiya-topNavi ul li {
  width: calc((100% - 6px) / 3);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cc0033;
  border-bottom: 1px solid #cc0033;
  background: #cc0033;
}
.manabiya-topNavi ul li + li {
  margin-left: 2px;
}
.manabiya-topNavi ul li:first-of-type {
  border-left: 1px solid #cc0033;
}
.manabiya-topNavi ul li:last-of-type {
  border-right: 1px solid #cc0033;
}
.manabiya-topNavi ul li a {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.manabiya-topNavi ul li a:after {
  content: "";
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-radius: 3px;
}
.manabiya-topNavi ul li.navi_manabiya {
  border-right: 1px solid #cc0033;
  background: #fff;
}
.manabiya-topNavi ul li.navi_manabiya a {
  color: #cc0033;
}
.manabiya-topNavi ul li.navi_manabiya a:after {
  border-top: 10px solid #CC0033;
}

.manabiya-topCategory h2 {
  text-align: center;
  color: #fff;
  background: url("../img/bg_tit-ctgr.webp");
  padding: 25px 0 30px 0;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
.manabiya-topCategory h2 .obj {
  width: 90px;
  height: 90px;
  position: absolute;
}
.manabiya-topCategory h2 .obj.pos1 {
  left: 50%;
  top: 68%;
  margin-left: -230px;
}
.manabiya-topCategory h2 .obj.pos2 {
  left: 50%;
  top: 60%;
  margin-left: 180px;
}
.manabiya-topCategory h2 .obj.pos3 {
  left: 50%;
  top: -23%;
  margin-left: -300px;
}
.manabiya-topCategory h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #e52d44 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.manabiya-topCategory h2 span {
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.manabiya-topCategory h2 p {
  font-size: 2rem;
  display: block;
}
.manabiya-topCategory h2#s4 {
  font-size: 2rem;
  font-weight: bold;
  color: #cc0033;
  text-align: center;
  margin-bottom: 0;
  border-top: 2px solid #cc0033;
  border-left: 2px solid #cc0033;
  border-right: 2px solid #cc0033;
  background: url("../img/bg_stripe.webp");
}
.manabiya-topCategory h2#s4:after {
  content: none;
}
.manabiya-topCategory .navi_baby {
  display: flex;
  justify-content: center;
  background: #cc0033;
}
.manabiya-topCategory .navi_baby li {
  width: 333.3333333333px;
  border-left: 2px solid #fff;
  background: #cc0033;
}
.manabiya-topCategory .navi_baby li:last-of-type {
  border-right: 2px solid #fff;
}
.manabiya-topCategory .navi_baby li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.manabiya-topCategory .navi_baby li a:before {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #cc0033;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.manabiya-topCategory #Baby-lead {
  font-size: 2rem;
  line-height: 2.25;
  text-align: center;
  padding: 105px 0 60px;
}
.manabiya-topCategory #Baby-lead em {
  display: block;
  font-weight: bold;
  margin-bottom: 45px;
}
.manabiya-topCategory #Baby-lead p + p {
  margin-top: 60px;
}
.manabiya-topCategory .inner {
  display: flex;
  padding-bottom: 40px;
  position: relative;
}
.manabiya-topCategory .inner .col {
  width: 32%;
  padding: 20px 20px 0;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.manabiya-topCategory .inner .col:nth-child(n+2) {
  margin-left: 20px;
}
.manabiya-topCategory .inner .col h3 a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  height: 56px;
}
.manabiya-topCategory .inner .col h3 a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #df0623;
  border-right: 2px solid #df0623;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.manabiya-topCategory .inner .col h3 img {
  height: 17.8px;
  width: auto;
}
.manabiya-topCategory .inner .col h3.tw_g img {
  height: 46px;
  width: auto;
}
.manabiya-topCategory .inner .col ul li a {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(223, 6, 35, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  text-decoration: none;
}
.manabiya-topCategory .inner .col ul li a .img {
  border-radius: 10px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.manabiya-topCategory .inner .col ul li a .txt {
  width: 185px;
}
.manabiya-topCategory .inner .col ul li a .txt h4 {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.manabiya-topCategory .inner .col ul li a .txt p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #707070;
}
.manabiya-topCategory .inner .col ul li:last-of-type a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #cc0033;
  margin-top: 20px;
  padding: 20px 0;
  border-top: none;
}
.manabiya-topCategory .inner .col ul li:last-of-type a:before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background: #cc0033;
}
.manabiya-topCategory .inner .col ul li:last-of-type a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #cc0033;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  margin-left: 20px;
}
.manabiya-topCategory .inner .col ul li:last-of-type a:hover {
  opacity: 0.7;
}

.manabiya-Baby {
  background: url("../img/top/bg_baby-blk.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby h2 {
  max-width: 247px;
}
.manabiya-Baby p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-pre1 {
  background: url("../img/top/bg_pre1.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-pre1 h2 {
  max-width: 247px;
}
.manabiya-Baby-pre1 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-pre2 {
  background: url("../img/top/bg_pre2.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-pre2 h2 {
  max-width: 247px;
}
.manabiya-Baby-pre2 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-pre3 {
  background: url("../img/top/bg_pre3.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-pre3 h2 {
  max-width: 247px;
}
.manabiya-Baby-pre3 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}



.manabiya-Baby-mama1 {
  background: url("../img/top/bg_mama1.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-mama1 h2 {
  max-width: 247px;
}
.manabiya-Baby-mama1 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-mama2 {
  background: url("../img/top/bg_mama2.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-mama2 h2 {
  max-width: 247px;
}
.manabiya-Baby-mama2 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-mama3 {
  background: url("../img/top/bg_mama3.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-mama3 h2 {
  max-width: 247px;
}
.manabiya-Baby-mama3 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}

.manabiya-Baby-mama4 {
  background: url("../img/top/bg_mama4.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px 0;
}
.manabiya-Baby-mama4 h2 {
  max-width: 247px;
}
.manabiya-Baby-mama4 p {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 35px;
  color: #707070;
}




.manabiya-topMember {
  background: url("../img/top/bg_topMember.webp") no-repeat;
  background-size: cover;
  padding: 40px 0 70px 0;
}
.manabiya-topMember h2 {
  max-width: 407px;
  margin: 0 auto;
}
.manabiya-topMember .next_t {
  text-align: center;
  margin: 37px 0;
  font-size: 2rem;
  color: #707070;
  line-height: 1.75;
}
.manabiya-topMember .next_t span {
  display: block;
  margin-top: 10px;
}
.manabiya-topMember .inner {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
}
.manabiya-topMember .mem {
  max-width: 440px;
}
.manabiya-topMember .mem ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.manabiya-topMember .mem li {
  width: 210px !important;
  font-size: 1.8rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 1;
  cursor: pointer;
}
.manabiya-topMember .mem .bl .slick-track {
  transform: unset !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.manabiya-topMember .mem .bl .slick-track::before {
  display: none;
}
.manabiya-topMember .mem .bl .slick-track::after {
  display: none;
}
.manabiya-topMember .mem .bl .slick-slide {
  float: none;
}
.manabiya-topMember .mem .bl li {
  color: #6488e5;
  border: 1px solid #6488e5;
}
.manabiya-topMember .mem .bl li.slick-current {
  color: #fff;
  background-color: #6488e5;
}
.manabiya-topMember .slideBox {
  position: relative;
  max-width: 440px;
}
.manabiya-topMember .slideBox .slick-track {
  display: flex;
}
.manabiya-topMember .slideBox .item {
  width: 440px !important;
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-left: 20px;
}
.manabiya-topMember .slideBox .item .name {
  display: flex;
  align-items: center;
}
.manabiya-topMember .slideBox .item .name .img {
  width: 110px;
}
.manabiya-topMember .slideBox .item .name p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 20px;
  color: #555555;
}
.manabiya-topMember .slideBox .item .name p span {
  font-size: 2rem;
  display: block;
  margin-top: 2px;
}
.manabiya-topMember .slideBox .item .txt {
  font-size: 1.4rem;
  line-height: 1.57143;
  margin-top: 20px;
  color: #555555;
}
.manabiya-topMember .slideBox .slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #6488e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.manabiya-topMember .slideBox .slick-arrow::before {
  content: "" !important;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.manabiya-topMember .slideBox .slick-arrow:hover {
  filter: brightness(120%);
  transition: 0.3s;
}
.manabiya-topMember .slideBox .slick-prev {
  left: -45px;
}
.manabiya-topMember .slideBox .slick-prev::before {
  transform: rotate(-137deg);
  position: relative;
  left: 3px;
}
.manabiya-topMember .slideBox .slick-next {
  right: -45px;
}
.manabiya-topMember .slideBox .slick-next::before {
  transform: rotate(45deg);
  position: relative;
  right: 2px;
}
.manabiya-topMember .slideBox .slick-dots {
  bottom: -55px;
}
.manabiya-topMember .slideBox .slick-dots li {
  margin: 0;
}
.manabiya-topMember .slideBox .slick-dots li button {
  padding: 0;
}
.manabiya-topMember .slideBox .slick-dots li button::before {
  font-size: 13px;
  color: #fff;
  opacity: 1;
}
.manabiya-topMember .slideBox .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #6488e5;
}

.manabiya-btnBox {
  width: 350px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.manabiya-btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #df0623;
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  position: relative;
}
.manabiya-btnBox a::after {
  content: "";
  background: url("../img/ar_but.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 9px;
  display: block;
  position: absolute;
  right: 20px;
}

.l-manabiya-header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../img/head_bg.webp");
}
.l-manabiya-header .in {
  justify-content: center;
  align-items: center;
}
.l-manabiya-header .headerTop {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-manabiya-header .headerTop .logoMain {
  width: 329px;
}
.l-manabiya-header .headerTop .logoAprica {
  position: absolute;
  left: 0;
  top: 0;
  width: 166px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.l-manabiya-header .headerTop .logoAprica img {
  width: 126px;
}
.l-manabiya-header .headerTop .menuBtn {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 24px;
  width: 42px;
  height: 30px;
}
.l-manabiya-header .headerTop .menuBtn span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  left: 0;
  background-color: #df0623;
}
.l-manabiya-header .headerTop .menuBtn span:nth-child(2) {
  top: 13px;
}
.l-manabiya-header .headerTop .menuBtn span:nth-child(3) {
  bottom: 0;
}
.l-manabiya-header .menu {
  transition: 0.3s;
  opacity: 0;
}
.l-manabiya-header .menu .in {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 50px;
  display: none;
}
.l-manabiya-header .menu .bn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.l-manabiya-header .menu .bn li {
  width: 480px;
}
.l-manabiya-header .menu .col3 {
  display: flex;
  justify-content: space-between;
}
.l-manabiya-header .menu .col3 a {
  text-decoration: none;
}
.l-manabiya-header .menu .col3 dl {
  width: 320px;
}
.l-manabiya-header .menu .col3 dl dt {
  color: #df0623;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.l-manabiya-header.on {
  background-image: none;
  background-color: #f8f8f8;
}
.l-manabiya-header.on .menu {
  opacity: 1;
}
.l-manabiya-header.on .menu .in {
  display: block;
}
.l-manabiya-header.on .menuBtn span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}
.l-manabiya-header.on .menuBtn span:nth-child(2) {
  opacity: 0;
}
.l-manabiya-header.on .menuBtn span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 13px;
}

.l-manabiya-content {
  margin-top: 80px;
}
.l-manabiya-content .lowerContent {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.l-manabiya-mainContent {
  max-width: 640px;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 75px;
}
.l-manabiya-mainContent .top_t {
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 2px solid #df0623;
  border-bottom: 2px solid #df0623;
  color: #df0623;
  padding: 20px 0;
}
.l-manabiya-mainContent .n_im .txt {
  margin-top: 28px;
  margin-bottom: 40px;
}
.l-manabiya-mainContent .n_im .txt .red_t {
  font-size: 1.4rem;
  color: #df0623;
}
.l-manabiya-mainContent .n_im .txt h2 {
  margin-top: 3px;
  font-size: 3rem;
  color: #000000;
}
.l-manabiya-mainContent .n_im .txt .tag {
  font-size: 1.4rem;
  color: #707070;
  margin-top: 3px;
}
.l-manabiya-mainContent .n_im .txt .small {
  color: #bebebe;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 15px;
}
.l-manabiya-mainContent .n_im .txt p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 38px;
  display: block;
}
.l-manabiya-mainContent .n_im .box_slv {
  background: #f8f8f8;
  padding: 27px 20px;
  margin: 60px 0 40px 0;
}
.l-manabiya-mainContent .n_im .box_slv h2 {
  font-size: 1.6rem;
  color: #df0623;
}
.l-manabiya-mainContent .n_im .box_slv ul li a {
  font-size: 1.8rem;
  color: #555555;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.l-manabiya-mainContent .n_im .box_slv ul li a:hover {
  opacity: 0.7;
}
.l-manabiya-mainContent .n_im .box_slv ul li a::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #df0623;
  display: inline-block;
  margin-right: 20px;
}
.l-manabiya-mainContent .small_txt {
  color: #676969;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 35px;
}
.l-manabiya-mainContent .blk_sec {
  margin-top: 35px;
}
.l-manabiya-mainContent .blk_sec h3 {
  font-size: 2.4rem;
  color: #555555;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.l-manabiya-mainContent .blk_sec .red {
  color: #e96678;
}
.l-manabiya-mainContent .blk_sec ul {
  margin-top: 20px;
}
.l-manabiya-mainContent .blk_sec ul li {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.l-manabiya-mainContent .blk_sec p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}
.l-manabiya-mainContent .blk_sec p.bot_t {
  margin-top: 40px;
}
.l-manabiya-mainContent .blk_sec .img {
  margin-top: 63px;
}
.l-manabiya-mainContent .im-intext {
  position: relative;
}
.l-manabiya-mainContent .im-intext span {
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 1.61538;
  display: block;
  position: absolute;
  bottom: 7%;
  left: 5%;
  font-weight: bold;
}
.l-manabiya-mainContent h4.red_T {
  margin: 35px 0 -30px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cc0033;
}
.l-manabiya-mainContent .fl_blk-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.l-manabiya-mainContent .fl_blk-link::after {
  content: "";
  width: 31.5%;
  display: block;
}
.l-manabiya-mainContent .fl_blk-link li {
  width: 31.5%;
  max-width: 200px;
}
.l-manabiya-mainContent .fl_blk-link li:nth-child(n+4) {
  margin-top: 15px;
}
.l-manabiya-mainContent .fl_blk-link li a {
  color: #000000;
  display: block;
}
.l-manabiya-mainContent .fl_blk-link li a .img {
  border-radius: 20px;
  overflow: hidden;
}
.l-manabiya-mainContent .fl_blk-link li a p {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: bold;
}

.l-manabiya-sideMenu {
  max-width: 310px;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 50px;
}
.l-manabiya-sideMenu .btn {
  text-align: left;
  padding: 10px 0 35px;
}
.l-manabiya-sideMenu .btn a {
  display: flex;
  width: 90%;
  border: 1px solid #df0623;
  border-radius: 50px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.l-manabiya-sideMenu .btn a:after {
  content: "";
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid #df0623;
  border-bottom: 2px solid #df0623;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.3em;
}
.l-manabiya-sideMenu .teacherBox {
  background-color: #fdfcef;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
}
.l-manabiya-sideMenu .teacherBox dt {
  color: #df0623;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.l-manabiya-sideMenu .teacherBox .head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-manabiya-sideMenu .teacherBox .head .img {
  flex-shrink: 0;
  margin-right: 20px;
}
.l-manabiya-sideMenu .teacherBox .head .img img {
  border-radius: 100px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-manabiya-sideMenu .teacherBox .head .name span {
  display: block;
}
.l-manabiya-sideMenu .teacherBox .head .name span.txt2 {
  margin-top: 0.2em;
  font-size: 1.6rem;
}
.l-manabiya-sideMenu .teacherBox p {
  line-height: 1.7;
  font-size: 1.4rem;
}
.l-manabiya-sideMenu .cateImg {
  position: relative;
  width: 100%;
}
.l-manabiya-sideMenu .cateImg a {
  display: block;
}
.l-manabiya-sideMenu .cateImg span {
  position: absolute;
  left: 16px;
  bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}
.l-manabiya-sideMenu .cateImg img {
  width: 310px;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-manabiya-sideMenu .recommend {
  padding-bottom: 25px;
}
.l-manabiya-sideMenu .recommend dt {
  background-color: #df0623;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.l-manabiya-sideMenu .bn {
  margin-bottom: 35px;
}
.l-manabiya-sideMenu .bn li + li {
  margin-top: 20px;
}
.l-manabiya-sideMenu .links dl + dl {
  margin-top: 20px;
}
.l-manabiya-sideMenu .links dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.l-manabiya-pankz {
  background-color: #e8e8e8;
  padding: 0.8em;
}
.l-manabiya-pankz.baby-toppage {
  border-bottom: 1px solid #ccc;
}
.l-manabiya-pankz ul {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.l-manabiya-pankz ul a {
  color: #707070;
  text-decoration: none;
}
.l-manabiya-pankz ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}
.l-manabiya-pankz ul li:last-of-type:after {
  content: "";
}

.l-manabiya-footer {
  text-align: center;
  padding: 35px;
  background-color: #f8f8f8;
}
.l-manabiya-footer .footLogo {
  width: 328px;
  margin: 0 auto;
  padding-bottom: 23px;
}
.l-manabiya-footer .in {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.l-manabiya-footer .bn {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.l-manabiya-footer .bn li {
  width: 480px;
}
.l-manabiya-footer .col3 {
  display: flex;
  justify-content: space-between;
}
.l-manabiya-footer .col3 a {
  text-decoration: none;
}
.l-manabiya-footer .col3 dl {
  width: 320px;
  text-align: left;
}
.l-manabiya-footer .col3 dl dt {
  color: #df0623;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-manabiya-footer .col3 dl dd {
  line-height: 2;
}
.l-manabiya-footer .col3 dl dd a {
  font-size: 1.4rem;
  color: #555;
  display: inline-flex;
}
.l-manabiya-footer .col3 dl dd a:hover {
  color: #df0623;
  text-decoration: underline;
}
.l-manabiya-footer .col3 dl dd a + a {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .manabiyaPage .c-manabiya-btnList li a.btn {
    letter-spacing: -1px;
  }
  .manabiyaPage .c-manabiya-btnList.fo_list li a.btn {
    font-size: 1.3rem;
  }
  .manabiyaPage .c-manabiya-btnList.fo_list li a.btn:after {
    border-width: 2.05128vw 2.05128vw 0 2.05128vw;
  }
  .manabiyaPage .c-manabiya-btnList.fo_list .in p a::after {
    margin-left: 7.69231vw;
  }
  .MT0 {
    margin-top: 0vw !important;
  }
  .MR0 {
    margin-right: 0vw !important;
  }
  .MB0 {
    margin-bottom: 0vw !important;
  }
  .ML0 {
    margin-left: 0vw !important;
  }
  .spMT0 {
    margin-top: 0vw !important;
  }
  .spMR0 {
    margin-right: 0vw !important;
  }
  .spMB0 {
    margin-bottom: 0vw !important;
  }
  .spML0 {
    margin-left: 0vw !important;
  }
  .MT5 {
    margin-top: 0.64103vw !important;
  }
  .MR5 {
    margin-right: 0.64103vw !important;
  }
  .MB5 {
    margin-bottom: 0.64103vw !important;
  }
  .ML5 {
    margin-left: 0.64103vw !important;
  }
  .spMT5 {
    margin-top: 0.64103vw !important;
  }
  .spMR5 {
    margin-right: 0.64103vw !important;
  }
  .spMB5 {
    margin-bottom: 0.64103vw !important;
  }
  .spML5 {
    margin-left: 0.64103vw !important;
  }
  .MT10 {
    margin-top: 1.28205vw !important;
  }
  .MR10 {
    margin-right: 1.28205vw !important;
  }
  .MB10 {
    margin-bottom: 1.28205vw !important;
  }
  .ML10 {
    margin-left: 1.28205vw !important;
  }
  .spMT10 {
    margin-top: 1.28205vw !important;
  }
  .spMR10 {
    margin-right: 1.28205vw !important;
  }
  .spMB10 {
    margin-bottom: 1.28205vw !important;
  }
  .spML10 {
    margin-left: 1.28205vw !important;
  }
  .MT15 {
    margin-top: 1.92308vw !important;
  }
  .MR15 {
    margin-right: 1.92308vw !important;
  }
  .MB15 {
    margin-bottom: 1.92308vw !important;
  }
  .ML15 {
    margin-left: 1.92308vw !important;
  }
  .spMT15 {
    margin-top: 1.92308vw !important;
  }
  .spMR15 {
    margin-right: 1.92308vw !important;
  }
  .spMB15 {
    margin-bottom: 1.92308vw !important;
  }
  .spML15 {
    margin-left: 1.92308vw !important;
  }
  .MT20 {
    margin-top: 2.5641vw !important;
  }
  .MR20 {
    margin-right: 2.5641vw !important;
  }
  .MB20 {
    margin-bottom: 2.5641vw !important;
  }
  .ML20 {
    margin-left: 2.5641vw !important;
  }
  .spMT20 {
    margin-top: 2.5641vw !important;
  }
  .spMR20 {
    margin-right: 2.5641vw !important;
  }
  .spMB20 {
    margin-bottom: 2.5641vw !important;
  }
  .spML20 {
    margin-left: 2.5641vw !important;
  }
  .MT25 {
    margin-top: 3.20513vw !important;
  }
  .MR25 {
    margin-right: 3.20513vw !important;
  }
  .MB25 {
    margin-bottom: 3.20513vw !important;
  }
  .ML25 {
    margin-left: 3.20513vw !important;
  }
  .spMT25 {
    margin-top: 3.20513vw !important;
  }
  .spMR25 {
    margin-right: 3.20513vw !important;
  }
  .spMB25 {
    margin-bottom: 3.20513vw !important;
  }
  .spML25 {
    margin-left: 3.20513vw !important;
  }
  .MT30 {
    margin-top: 3.84615vw !important;
  }
  .MR30 {
    margin-right: 3.84615vw !important;
  }
  .MB30 {
    margin-bottom: 3.84615vw !important;
  }
  .ML30 {
    margin-left: 3.84615vw !important;
  }
  .spMT30 {
    margin-top: 3.84615vw !important;
  }
  .spMR30 {
    margin-right: 3.84615vw !important;
  }
  .spMB30 {
    margin-bottom: 3.84615vw !important;
  }
  .spML30 {
    margin-left: 3.84615vw !important;
  }
  .MT35 {
    margin-top: 4.48718vw !important;
  }
  .MR35 {
    margin-right: 4.48718vw !important;
  }
  .MB35 {
    margin-bottom: 4.48718vw !important;
  }
  .ML35 {
    margin-left: 4.48718vw !important;
  }
  .spMT35 {
    margin-top: 4.48718vw !important;
  }
  .spMR35 {
    margin-right: 4.48718vw !important;
  }
  .spMB35 {
    margin-bottom: 4.48718vw !important;
  }
  .spML35 {
    margin-left: 4.48718vw !important;
  }
  .MT40 {
    margin-top: 5.12821vw !important;
  }
  .MR40 {
    margin-right: 5.12821vw !important;
  }
  .MB40 {
    margin-bottom: 5.12821vw !important;
  }
  .ML40 {
    margin-left: 5.12821vw !important;
  }
  .spMT40 {
    margin-top: 5.12821vw !important;
  }
  .spMR40 {
    margin-right: 5.12821vw !important;
  }
  .spMB40 {
    margin-bottom: 5.12821vw !important;
  }
  .spML40 {
    margin-left: 5.12821vw !important;
  }
  .MT45 {
    margin-top: 5.76923vw !important;
  }
  .MR45 {
    margin-right: 5.76923vw !important;
  }
  .MB45 {
    margin-bottom: 5.76923vw !important;
  }
  .ML45 {
    margin-left: 5.76923vw !important;
  }
  .spMT45 {
    margin-top: 5.76923vw !important;
  }
  .spMR45 {
    margin-right: 5.76923vw !important;
  }
  .spMB45 {
    margin-bottom: 5.76923vw !important;
  }
  .spML45 {
    margin-left: 5.76923vw !important;
  }
  .MT50 {
    margin-top: 6.41026vw !important;
  }
  .MR50 {
    margin-right: 6.41026vw !important;
  }
  .MB50 {
    margin-bottom: 6.41026vw !important;
  }
  .ML50 {
    margin-left: 6.41026vw !important;
  }
  .spMT50 {
    margin-top: 6.41026vw !important;
  }
  .spMR50 {
    margin-right: 6.41026vw !important;
  }
  .spMB50 {
    margin-bottom: 6.41026vw !important;
  }
  .spML50 {
    margin-left: 6.41026vw !important;
  }
  .MT55 {
    margin-top: 7.05128vw !important;
  }
  .MR55 {
    margin-right: 7.05128vw !important;
  }
  .MB55 {
    margin-bottom: 7.05128vw !important;
  }
  .ML55 {
    margin-left: 7.05128vw !important;
  }
  .spMT55 {
    margin-top: 7.05128vw !important;
  }
  .spMR55 {
    margin-right: 7.05128vw !important;
  }
  .spMB55 {
    margin-bottom: 7.05128vw !important;
  }
  .spML55 {
    margin-left: 7.05128vw !important;
  }
  .MT60 {
    margin-top: 7.69231vw !important;
  }
  .MR60 {
    margin-right: 7.69231vw !important;
  }
  .MB60 {
    margin-bottom: 7.69231vw !important;
  }
  .ML60 {
    margin-left: 7.69231vw !important;
  }
  .spMT60 {
    margin-top: 7.69231vw !important;
  }
  .spMR60 {
    margin-right: 7.69231vw !important;
  }
  .spMB60 {
    margin-bottom: 7.69231vw !important;
  }
  .spML60 {
    margin-left: 7.69231vw !important;
  }
  .MT65 {
    margin-top: 8.33333vw !important;
  }
  .MR65 {
    margin-right: 8.33333vw !important;
  }
  .MB65 {
    margin-bottom: 8.33333vw !important;
  }
  .ML65 {
    margin-left: 8.33333vw !important;
  }
  .spMT65 {
    margin-top: 8.33333vw !important;
  }
  .spMR65 {
    margin-right: 8.33333vw !important;
  }
  .spMB65 {
    margin-bottom: 8.33333vw !important;
  }
  .spML65 {
    margin-left: 8.33333vw !important;
  }
  .MT70 {
    margin-top: 8.97436vw !important;
  }
  .MR70 {
    margin-right: 8.97436vw !important;
  }
  .MB70 {
    margin-bottom: 8.97436vw !important;
  }
  .ML70 {
    margin-left: 8.97436vw !important;
  }
  .spMT70 {
    margin-top: 8.97436vw !important;
  }
  .spMR70 {
    margin-right: 8.97436vw !important;
  }
  .spMB70 {
    margin-bottom: 8.97436vw !important;
  }
  .spML70 {
    margin-left: 8.97436vw !important;
  }
  .MT75 {
    margin-top: 9.61538vw !important;
  }
  .MR75 {
    margin-right: 9.61538vw !important;
  }
  .MB75 {
    margin-bottom: 9.61538vw !important;
  }
  .ML75 {
    margin-left: 9.61538vw !important;
  }
  .spMT75 {
    margin-top: 9.61538vw !important;
  }
  .spMR75 {
    margin-right: 9.61538vw !important;
  }
  .spMB75 {
    margin-bottom: 9.61538vw !important;
  }
  .spML75 {
    margin-left: 9.61538vw !important;
  }
  .MT80 {
    margin-top: 10.25641vw !important;
  }
  .MR80 {
    margin-right: 10.25641vw !important;
  }
  .MB80 {
    margin-bottom: 10.25641vw !important;
  }
  .ML80 {
    margin-left: 10.25641vw !important;
  }
  .spMT80 {
    margin-top: 10.25641vw !important;
  }
  .spMR80 {
    margin-right: 10.25641vw !important;
  }
  .spMB80 {
    margin-bottom: 10.25641vw !important;
  }
  .spML80 {
    margin-left: 10.25641vw !important;
  }
  .MT85 {
    margin-top: 10.89744vw !important;
  }
  .MR85 {
    margin-right: 10.89744vw !important;
  }
  .MB85 {
    margin-bottom: 10.89744vw !important;
  }
  .ML85 {
    margin-left: 10.89744vw !important;
  }
  .spMT85 {
    margin-top: 10.89744vw !important;
  }
  .spMR85 {
    margin-right: 10.89744vw !important;
  }
  .spMB85 {
    margin-bottom: 10.89744vw !important;
  }
  .spML85 {
    margin-left: 10.89744vw !important;
  }
  .MT90 {
    margin-top: 11.53846vw !important;
  }
  .MR90 {
    margin-right: 11.53846vw !important;
  }
  .MB90 {
    margin-bottom: 11.53846vw !important;
  }
  .ML90 {
    margin-left: 11.53846vw !important;
  }
  .spMT90 {
    margin-top: 11.53846vw !important;
  }
  .spMR90 {
    margin-right: 11.53846vw !important;
  }
  .spMB90 {
    margin-bottom: 11.53846vw !important;
  }
  .spML90 {
    margin-left: 11.53846vw !important;
  }
  .MT95 {
    margin-top: 12.17949vw !important;
  }
  .MR95 {
    margin-right: 12.17949vw !important;
  }
  .MB95 {
    margin-bottom: 12.17949vw !important;
  }
  .ML95 {
    margin-left: 12.17949vw !important;
  }
  .spMT95 {
    margin-top: 12.17949vw !important;
  }
  .spMR95 {
    margin-right: 12.17949vw !important;
  }
  .spMB95 {
    margin-bottom: 12.17949vw !important;
  }
  .spML95 {
    margin-left: 12.17949vw !important;
  }
  .MT100 {
    margin-top: 12.82051vw !important;
  }
  .MR100 {
    margin-right: 12.82051vw !important;
  }
  .MB100 {
    margin-bottom: 12.82051vw !important;
  }
  .ML100 {
    margin-left: 12.82051vw !important;
  }
  .spMT100 {
    margin-top: 12.82051vw !important;
  }
  .spMR100 {
    margin-right: 12.82051vw !important;
  }
  .spMB100 {
    margin-bottom: 12.82051vw !important;
  }
  .spML100 {
    margin-left: 12.82051vw !important;
  }
  .u-txt1 + .MT40 {
    margin-top: 20px !important;
  }
  .taC {
    text-align: left !important;
  }
  h2.secTtl {
    max-width: 66.66667vw;
  }
  .manabiya-topIntro {
    margin: 7.6923076923vw 0 11.5384615385vw;
    padding: 0 5.12821vw;
  }
  .manabiya-topIntro .inner {
    width: 89.74359vw;
  }
  .manabiya-topIntro p {
    font-size: 1.4rem;
  }
  .manabiya-topIntro .bnBox {
    flex-direction: column;
    width: 89.74359vw;
    text-align: center;
    margin: 14.10256vw auto 11.53846vw;
  }
  .manabiya-topIntro .bnBox li {
    width: 100%;
  }
  .manabiya-topIntro .bnBox li:nth-child(1) {
    width: 88.46154vw;
    margin-left: 0vw;
  }
  .manabiya-topIntro .bnBox li:nth-child(2) {
    width: 89.74359vw;
    margin-top: 5.12821vw;
    margin-left: 0;
  }
  .manabiya-topPickup {
    padding: 5.12821vw 0 8.97436vw 0;
  }
  .manabiya-topPickup .in-pu {
    max-width: none;
  }
  .manabiya-topPickup h2 {
    max-width: 32.82051vw;
    margin-left: 5.12821vw;
  }
  .manabiya-topPickup ul {
    margin: 5.12821vw 0 0 0;
    height: auto;
    overflow-x: scroll;
    padding: 0 2.5641vw;
  }
  .manabiya-topPickup ul li {
    width: 64.10256vw;
    white-space: nowrap;
    margin-left: 2.5641vw;
  }
  .manabiya-topPickup ul li span {
    margin-top: 3.84615vw;
  }
  .manabiya-topPickup ul li .img {
    width: 64.10256vw;
    height: 64.10256vw;
  }
  .manabiya-topNavi {
    top: 13.33333vw;
  }
  .manabiya-topNavi ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding: 2.179435vw 1vw 4.35897vw;
  }
  .manabiya-topNavi ul li a:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .manabiya-topCategory h2 {
    padding: 6.41026vw;
    margin-bottom: 7.69231vw;
  }
  .manabiya-topCategory h2 .obj.pos1 {
    margin-left: 0;
    left: -5vw;
    top: 65%;
  }
  .manabiya-topCategory h2 .obj.pos2 {
    margin-left: 0;
    left: auto;
    right: 0vw;
  }
  .manabiya-topCategory h2 .obj.pos3 {
    margin-left: 0;
    left: 3%;
    top: -30%;
  }
  .manabiya-topCategory h2::after {
    border-width: 3.84615vw 3.84615vw 0 3.84615vw;
    bottom: -3.58974vw;
    margin-left: -4vw;
  }
  .manabiya-topCategory h2 span {
    padding-bottom: 1.28205vw;
    margin-bottom: 2.05128vw;
  }
  .manabiya-topCategory .navi_baby li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    padding: 2.5641025641vw 0;
  }
  .manabiya-topCategory #Baby-lead {
    font-size: 1.4rem;
    padding: 11.5384615385vw 0 23.0769230769vw;
  }
  .manabiya-topCategory #Baby-lead em {
    margin-bottom: 11.5384615385vw;
  }
  .manabiya-topCategory #Baby-lead p {
    margin: 0 5.1282051282vw;
  }
  .manabiya-topCategory #Baby-lead p + p {
    margin-top: 11.5384615385vw;
  }
  .manabiya-topCategory .inner {
    display: block;
    padding: 0 5.12821vw 10.25641vw 5.12821vw;
  }
  .manabiya-topCategory .inner .col {
    width: 100%;
  }
  .manabiya-topCategory .inner .col:nth-child(n+2) {
    margin-left: 0;
    margin-top: 5.12821vw;
  }
  .manabiya-topCategory .inner .col h3 a {
    font-size: 2rem;
    height: 14.35897vw;
  }
  .manabiya-topCategory .inner .col h3 img {
    height: 4.61538vw;
  }
  .manabiya-topCategory .inner .col h3.tw_g img {
    height: 12.05128vw;
  }
  .manabiya-topCategory .inner .col ul li a .txt {
    width: 55.12821vw;
  }
  .manabiya-topCategory .inner .col ul li:last-of-type a {
    font-size: 1.5rem;
  }
  .manabiya-topCategory .inner .col ul li:last-of-type a:after {
    border-left: 2.5641025641vw solid #cc0033;
    border-top: 2.0512820513vw solid transparent;
    border-bottom: 2.0512820513vw solid transparent;
  }
  .manabiya-Baby {
    background: url("../img/top/bg_baby-blk-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-pre1 {
    background: url("../img/top/bg_pre1-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-pre1 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-pre1 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-pre2 {
    background: url("../img/top/bg_pre2-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-pre2 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-pre2 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-pre3 {
    background: url("../img/top/bg_pre3-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-pre3 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-pre3 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-mama1 {
    background: url("../img/top/bg_mama1-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-mama1 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-mama1 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-mama2 {
    background: url("../img/top/bg_mama2-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-mama2 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-mama2 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

 .manabiya-Baby-mama3 {
    background: url("../img/top/bg_mama3-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-mama3 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-mama3 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }

  .manabiya-Baby-mama4 {
    background: url("../img/top/bg_mama4-sp.webp") no-repeat;
    background-size: cover;
    padding: 10.25641vw 0 56.41026vw 0;
  }
  .manabiya-Baby-mama4 h2 {
    max-width: 50.51282vw;
    margin: 0 auto;
  }
  .manabiya-Baby-mama4 p {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: center;
    margin-top: 9.48718vw;
  }



  .manabiya-topMember {
    padding: 8.20513vw 0 11.53846vw 0;
  }
  .manabiya-topMember h2 {
    max-width: none;
    width: 48.71795vw;
  }
  .manabiya-topMember .next_t {
    font-size: 1.4rem;
    line-height: 1.375;
    margin: 9.48718vw 0 7.17949vw 0;
  }
  .manabiya-topMember .inner {
    max-width: none;
    width: auto;
    display: block;
  }
  .manabiya-topMember .mem {
    max-width: none;
    width: auto;
    padding: 0 5.12821vw;
  }
  .manabiya-topMember .mem li {
    width: 43.58974vw !important;
    margin-bottom: 2.5641vw;
    font-size: 1.6rem;
    padding: 2.5641vw;
  }
  .manabiya-topMember .mem .bl .slick-track {
    width: auto !important;
  }
  .manabiya-topMember .slideBox {
    max-width: none;
    width: auto;
    margin-top: 5.12821vw;
    margin-left: 7.69231vw;
  }
  .manabiya-topMember .slideBox .item {
    width: 84.61538vw !important;
    height: auto;
    padding: 5.12821vw;
    margin-left: 2.5641vw;
  }
  .manabiya-topMember .slideBox .item .txt {
    margin-top: 5.12821vw;
  }
  .manabiya-topMember .slideBox .slick-arrow {
    width: 7.69231vw;
    height: 7.69231vw;
  }
  .manabiya-topMember .slideBox .slick-arrow::before {
    width: 3.07692vw;
    height: 3.07692vw;
  }
  .manabiya-topMember .slideBox .slick-prev {
    left: -5vw;
  }
  .manabiya-topMember .slideBox .slick-next {
    right: 3vw;
  }
  .manabiya-topMember .slideBox .slick-dots {
    bottom: -9vw;
  }
  .manabiya-btnBox {
    width: 79.48718vw;
  }
  .manabiya-btnBox a::after {
    background: none;
    width: 2.8vw;
    height: 2.8vw;
    border-top: 2px solid #df0623;
    border-right: 2px solid #df0623;
    transform: rotate(45deg);
  }
  .l-manabiya-header .headerTop {
    height: 13.33333vw;
  }
  .l-manabiya-header .headerTop .logoMain {
    width: 41.53846vw;
  }
  .l-manabiya-header .headerTop .logoAprica {
    width: 21.02564vw;
    height: 13.33333vw;
  }
  .l-manabiya-header .headerTop .logoAprica img {
    width: 16.15385vw;
  }
  .l-manabiya-header .headerTop .menuBtn {
    width: 15px;
    height: 15px;
    right: 5.12821vw;
    top: 4.61538vw;
  }
  .l-manabiya-header .headerTop .menuBtn span {
    height: 3px;
  }
  .l-manabiya-header .headerTop .menuBtn span:nth-child(2) {
    top: 6px;
  }
  .l-manabiya-header .menu .in {
    box-sizing: border-box;
    padding: 5.12821vw 2.5641vw;
    height: 100vh;
    overflow-y: auto;
  }
  .l-manabiya-header .menu .bn li {
    width: 49%;
  }
  .l-manabiya-header .menu .col3 {
    display: block;
  }
  .l-manabiya-header .menu .col3 dl {
    width: 100%;
    margin-bottom: 4vw;
  }
  .l-manabiya-header.on .menuBtn span:nth-child(1) {
    top: 6px;
  }
  .l-manabiya-header.on .menuBtn span:nth-child(3) {
    bottom: 6px;
  }
  .l-manabiya-content {
    margin-top: 13.33333vw;
  }
  .l-manabiya-content .lowerContent {
    display: block;
    padding-top: 2.5641vw;
  }
  .l-manabiya-sideMenu {
    max-width: 100%;
    padding-bottom: 0;
  }
  .l-manabiya-sideMenu .c-manabiya-thumbList {
    padding: 0 5.12821vw;
  }
  .l-manabiya-sideMenu .teacherBox {
    margin: 0 5.12821vw 10.25641vw 5.12821vw;
  }
  .l-manabiya-sideMenu .teacherBox dt {
    margin-bottom: 3.84615vw;
  }
  .l-manabiya-sideMenu .teacherBox .head {
    flex-direction: column-reverse;
    margin-bottom: 5.12821vw;
  }
  .l-manabiya-sideMenu .teacherBox .head .img {
    margin-right: 0;
  }
  .l-manabiya-sideMenu .teacherBox .head .img img {
    width: 30.76923vw;
    height: 30.76923vw;
  }
  .l-manabiya-sideMenu .teacherBox .head .name {
    text-align: center;
    margin-bottom: 4.61538vw;
  }
  .l-manabiya-sideMenu .teacherBox p {
    line-height: 1.57143;
  }
  .l-manabiya-sideMenu .cateImg span {
    font-size: 1.8rem;
  }
  .l-manabiya-sideMenu .cateImg img {
    width: 100%;
    height: 41.02564vw;
  }
  .l-manabiya-pankz ul {
    flex-wrap: wrap;
  }
  .l-manabiya-pankz ul li {
    display: inline-block;
    width: auto;
  }
  .l-manabiya-footer {
    padding: 10.25641vw 5.12821vw;
  }
  .l-manabiya-footer .footLogo {
    width: 51.28205vw;
  }
  .l-manabiya-footer .bn {
    margin-top: 7.69231vw;
  }
  .l-manabiya-footer .bn li {
    width: 48%;
  }
  .l-manabiya-footer .col3 {
    display: block;
  }
  .l-manabiya-footer .col3 dl {
    width: 100%;
    margin-bottom: 4vw;
  }
  .l-manabiya-mainContent {
    padding-bottom: 8.97436vw;
  }
  .l-manabiya-mainContent .top_t {
    font-size: 1.2rem;
    padding: 2.5641vw 5.12821vw;
    line-height: 1.5;
  }
  .l-manabiya-mainContent .n_im .txt {
    margin-top: 4.61538vw;
    padding: 0 5.12821vw;
    margin-bottom: 10.25641vw;
  }
  .l-manabiya-mainContent .n_im .txt .red_t {
    font-size: 1.2rem;
  }
  .l-manabiya-mainContent .n_im .txt h2 {
    font-size: 2rem;
    margin-top: 1vw;
  }
  .l-manabiya-mainContent .n_im .txt .tag {
    font-size: 1.2rem;
    margin-top: 1vw;
  }
  .l-manabiya-mainContent .n_im .txt .small {
    margin-top: 4.10256vw;
  }
  .l-manabiya-mainContent .n_im .txt p {
    margin-top: 9.74359vw;
  }
  .l-manabiya-mainContent .n_im .box_slv {
    margin: 0vw 0 10.25641vw 0;
    padding: 6.92308vw 5.12821vw;
  }
  .l-manabiya-mainContent .n_im .box_slv ul li a {
    font-size: 1.4rem;
    margin-top: 6.41026vw;
  }
  .l-manabiya-mainContent .n_im .box_slv ul li a::before {
    width: 3.58974vw;
    margin-right: 5.12821vw;
  }
  .l-manabiya-mainContent .small_txt {
    margin-top: 8.97436vw;
  }
  .l-manabiya-mainContent .blk_sec {
    margin-top: 8.97436vw;
    padding: 0 5.12821vw;
  }
  .l-manabiya-mainContent .blk_sec h3 {
    font-size: 1.8rem;
    padding-bottom: 1.28205vw;
  }
  .l-manabiya-mainContent .blk_sec p.bot_t {
    margin-top: 10.25641vw;
  }
  .l-manabiya-mainContent .blk_sec .img {
    margin-top: 16.15385vw;
  }
  .l-manabiya-mainContent .im-intext span {
    font-size: 1.8rem;
  }
  .l-manabiya-mainContent h4.red_T {
    margin: 5.12821vw 6.41026vw -2.5641vw 6.41026vw;
    padding-top: 7.69231vw;
    border-top: 1px solid rgba(223, 6, 35, 0.2);
  }
  .l-manabiya-mainContent h4.red_T.fist_T {
    padding-top: 2.5641vw;
    border-top: none;
  }
  .l-manabiya-mainContent .fl_blk-link {
    margin-top: 5.12821vw;
    padding: 0 5.12821vw;
    flex-direction: column;
  }
  .l-manabiya-mainContent .fl_blk-link::after {
    width: 100%;
  }
  .l-manabiya-mainContent .fl_blk-link li {
    max-width: 89.74359vw;
    width: 100%;
  }
  .l-manabiya-mainContent .fl_blk-link li:nth-child(n+4) {
    margin-top: 0;
  }
  .l-manabiya-mainContent .fl_blk-link li:nth-child(n+2) {
    border-top: 1px solid rgba(223, 6, 35, 0.2);
    padding-top: 5.12821vw;
    margin-top: 5.12821vw;
  }
  .l-manabiya-mainContent .fl_blk-link li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .l-manabiya-mainContent .fl_blk-link li a .img {
    width: 20.51282vw;
    height: 20.51282vw;
    border-radius: 2.5641vw;
  }
  .l-manabiya-mainContent .fl_blk-link li a p {
    width: 75%;
    margin-top: 0;
    font-weight: 500;
  }
  .l-manabiya-mainContent .fl_blk-link li a p span {
    font-size: 1.2rem;
    color: #707070;
    display: block;
    margin-top: 1.5vw;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .c_pc-MT8 {
    margin-top: 8px !important;
  }
  .c_pc-MT10 {
    margin-top: 10px !important;
  }
  .c_pc-MT2E {
    margin-top: 2em !important;
  }
  .c_pc-MB50 {
    margin-bottom: 50px !important;
  }
  .c_pc-MB60 {
    margin-bottom: 60px !important;
  }
  .c_pc-PT10 {
    padding-top: 2.5641vw !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
  .c_pc-fz17 {
    font-size: 17px;
  }
  .c_pc-fz17E {
    font-size: 1.7em;
  }
  .c_pc-fz17R {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=style.css.map */