/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* ========================================================
*
*					枠組み
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  #main {
    width: 100%;
    padding-bottom: 0;
  }
  .breadcrumb {
    max-width: 1200px;
    margin: 0 auto 35px;
    width: 100%;
  }
  #contents {
    margin: 0 auto;
    width: 100%;
    float: none;
    padding: 0;
  }
  .main-cont {
    display: block;
    max-width: 1200px;
    margin: 13px auto 0;
    width: 100%;
  }
  body .pagetop {
    display: none !important;
  }
  .manabi .pagetop {
    display: block !important;
  }
}
/* sp */
@media(max-width:740px){
  a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  #main {
    padding: 0;
    width: 100%;
  }
  #contents {
    padding: 0;
  }
  .main-cont {
    display: block;
    margin: 24px auto 0;
    padding: 0 16px;
  }
}
/* ========================================================
*
*					ttl
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .ttl-wrap {
    background-color: #F5F7FA;
    padding: 30px 0 20px;
    text-align: center;
  }
  .ttl {
    margin-top: 12px;
    font-size: 32px;
    color: #5DA2DE;
    font-weight: bold;
    line-height: 29px;
  }
}
/* sp */
@media(max-width:740px){
  .ttl-wrap {
    background-color: #F5F7FA;
    padding: 30px 0 20px;
    text-align: center;
  }
  .ttl__txt {
    font-size: 14px;
  }
  .ttl {
    margin-top: 5px;
    font-size: 32px;
    color: #5DA2DE;
    font-weight: bold;
    line-height: 29px;
  }
}
/* ========================================================
*
*					anchor
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .anchor {
    text-align: center;
  }
  .anchor__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
  }
  .anchor__item-wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anchor__item {
    /* width: 186px; */
    width: 300px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    padding: 5px 0;
    position: relative;
  }
  .anchor__item:nth-child(n+2) {
    margin-left: 12px;
  }
  .anchor__item::before {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 17px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .anchor .anchor__item--kosodate {
    color: #FC7171;
  }
  .anchor__item--kosodate::before {
    background-image: url(../img/anchor-kosodate.png);
  }
  .anchor .anchor__item--kyouiku {
    color: #F8A259;
  }
  .anchor__item--kyouiku::before {
    background-image: url(../img/anchor-kyouiku.png);
  }
  .anchor .anchor__item--tokushu {
    color: #ce8be8;
  }
  .anchor__item--tokushu::before {
    background-image: url(../img/anchor-tokushu.png);
  }
}
/* sp */
@media(max-width:740px){
  .anchor {
    text-align: center;
  }
  .anchor__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
  }
  .anchor__item-wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            align-items: center;
  }
  .anchor__item {
    /* width: 165px; */
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    padding: 5px 0;
    position: relative;
    margin-bottom: 15px;
  }
  /* .anchor__item:nth-child(n+2) {
    margin-left: 12px;
  } */
  .anchor__item::before {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 17px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .anchor .anchor__item--kosodate {
    color: #FC7171;
  }
  .anchor__item--kosodate::before {
    background-image: url(../img/anchor-kosodate.png);
  }
  .anchor .anchor__item--kyouiku {
    color: #F8A259;
  }
  .anchor__item--kyouiku::before {
    background-image: url(../img/anchor-kyouiku.png);
  }
  .anchor .anchor__item--tokushu {
    color: #ce8be8;
  }
  .anchor__item--tokushu::before {
    background-image: url(../img/anchor-tokushu.png);
  }
}

/* ========================================================
*
*					category
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .category {
    margin-bottom: 60px;
  }
  .category--kosodate {
    margin-top: 40px;
  }
  .category__ttl {
    font-size: 28px;
    font-weight: normal;
    line-height: 29px;
  }
  .category__ttl--kosodate {
    color: #FC7171;
  }
  .category__ttl--kyouiku {
    color: #F8A259;
  }
  .category__txt {
    margin-top: 9px;
    font-size: 14px;
  }
  .category__pick-item-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .category__pick-item {
    width: 48.33%;
  }
  .category__pick-item-link:hover * {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .category__pick-item-img {
    width: 100%;
    min-width: 579px;
    min-height: 254px;
  }
  .category__pick-item-ttl {
    margin-top: 8px;
    line-height: 22.4px;
    font-size: 16px;
    color: #002233;
    font-weight: normal;
  }
  .category__pick-item-tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
  }
  .category__pick-item-tag {
    margin-top: 4px;
    margin-right: 12px;
    font-size: 12px;
    color: #707476;
    font-weight: normal;
    border-radius: 2px;
    background-color: #E9EEF2;
    padding: 3px 4px 2px;
  }
  .category__item-reco {
    margin-top: 46px;
  }
  .category__item-reco-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 28.8px;
    padding-left: 11px;
    position: relative;
  }
  .category__item-reco-ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 3px;
    height: 20px;
    border-radius: 32px;
  }
  .category__item-reco-ttl--kosodate::before {
    background-color: #FC7171;
  }
  .category__item-reco-ttl--kyouiku::before {
    background-color: #F8A259;
  }
  .category__item-wrap {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .category__item {
    width: 23%;
  }
  .category__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .category__item:nth-child(n+2) {
    margin-left: 2.58%;
  }
  .category__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .category__item-link:hover * {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .category__item-img {
    width: 100%;
    min-height: 121px;
  }
  .category__item-ttl {
    margin-top: 8px;
    line-height: 19.6px;
    font-size: 14px;
    color: #002233;
    font-weight: normal;
  }
  .category__item-tag-wrap {
    max-width: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category__item-tag {
    margin-top: 4px;
    margin-right: 8px;
    font-size: 12px;
    color: #707476;
    font-weight: normal;
    border-radius: 2px;
    background-color: #E9EEF2;
    padding: 3px 4px 2px;
  }
  .category__item-tag:last-child {
    margin-right: 0;
  }
}
/* tablet */
@media(min-width:740px) and (max-width:1200px){
  .category__pick-item-img {
    min-height: 157px;
    min-width: 358px;
  }
  .category__item-img {
    min-height: 75px;
    min-width: 170px;
  }
}
/* sp */
@media(max-width:740px){
  .category {
    margin-bottom: 60px;
  }
  .category--kosodate {
    margin-top: 40px;
  }
  .category__ttl {
    font-size: 28px;
    font-weight: normal;
    line-height: 29px;
  }
  .category__ttl--kosodate {
    color: #FC7171;
  }
  .category__ttl--kyouiku {
    color: #F8A259;
  }
  .category__txt {
    margin-top: 9px;
    font-size: 14px;
    line-height: 22.4px;
  }
  .category__pick-item-wrap {
    margin-top: 20px;
  }
  .category__pick-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .category__pick-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category__pick-item-link:hover * {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .category__pick-item-img {
    width: 100%;
    height: auto;
    min-height: 126px;
    min-width: 288px;
  }
  .category__pick-item-ttl {
    margin-top: 8px;
    line-height: 22.4px;
    font-size: 3.73vw;
    color: #002233;
    font-weight: normal;
  }
  .category__pick-item-tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category__pick-item-tag {
    font-size: 2.66vw;
    margin-top: 1.06vw;
    margin-right: 2.13vw;
    color: #707476;
    font-weight: normal;
    border-radius: 0.533vw;
    background-color: #E9EEF2;
    padding: 0.8vw 1.06vw;
  }
  .category__item-reco {
    margin-top: 46px;
  }
  .category__item-reco-ttl {
    font-size: 5.33vw;
    font-weight: bold;
    line-height: 7.68vw;
    padding-left: 2.93vw;
    position: relative;
  }
  .category__item-reco-ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 0.8vw;
    height: 13vw;
    border-radius: 8.53vw;
  }
  .category__item-reco-ttl--kosodate::before {
    background-color: #FC7171;
  }
  .category__item-reco-ttl--kyouiku::before {
    background-color: #F8A259;
  }
  .category__item-wrap {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .category__item {
    width: 48.1%;
  }
  .category__item:nth-child(n+3) {
    margin-top: 18px;
  }
  .category__item-link:hover * {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .category__item-img {
    width: 100%;
    height: auto;
    min-height: 60px;
    min-width: 138px
  }
  .category__item-ttl {
    margin-top: 8px;
    line-height: 19.6px;
    font-size: 3.73vw;
    color: #002233;
    font-weight: normal;
  }
  .category__item-tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category__item-tag {
    font-size: 2.66vw;
    margin-top: 1.06vw;
    margin-right: 2.13vw;
    color: #707476;
    font-weight: normal;
    border-radius: 0.533vw;
    background-color: #E9EEF2;
    padding: 0.8vw 1.06vw;
  }
  .category__item-tag:last-child {
    margin-right: 0;
  }
}
/* ========================================================
*
*					manabi
*
* ======================================================== */
@media (min-width: 741px) {
  /* PC */
  .manabi {
    background-color: #09b5c4;;
    color: #fff;
    padding: 32px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .manabi-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .manabi-app {
    width: 71.5%;
    text-align: center;
  }
  .manabi-logo {
    width: 420px;
    margin: 0 auto 24px;
  }
  .manabi-logo img {
    width: 100%;
  }
  .manabi__txtarea {
    width: 420px;
    font-size: 18px;
    margin: 0 auto 24px;
  }
  .manabi__txt {
    text-align: left;
    position: relative;
    line-height: 1.2223;
    padding-left: 30px;
    margin-bottom: 12px;
  }
  .manabi__txt::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cimage%20id%3D%22icon_check%22%20width%3D%2220%22%20height%3D%2220%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAEMklEQVRYhc3ZX4hVVRTH8c%2BMQ%2FlQJv0hEDWfajKyP4ZWYBKWFRQFVg8ODVQYYb0EGf15tQifQioiqgdNHyKKsIdICudFSyKD%2FFtBUFYvSVNJkOJMD2ufOfueuXfuf6cfHO6%2B%2B5yz1%2Ffuu%2Ffaa%2B09MG%2FZE3qgC3EVLsclOC%2FV%2F43fcQyH8Ee3hoa6ePcajGAtlmGgyfOT%2BAafYge%2B7cToQJs9PIj78DyWd2Iw05cYxXftvNROD6%2FE67i%2Bwf0fcRQ%2F42SqOx%2BLcCUuq9Pec3i4DYaWgIewGc%2Bo%2Fdsn8Bl2Yjd%2BadLOQjF8RnBrauuLFuzPwaOp%2FHYz4IvxAVZVQLeLH%2FFDCwYLHcc76VqIC8REbAa7DeuLipmAF4qeG87qvsaG9NmNjqdrJk2DJSZRPV0kZnMOuxU36R62FdWD3anBkBjCh2KiFHoKr%2FQNr1aNYEdxpl4Pb1Y7Zv83sEwfEiuENyj0qtmFfU8GSy3wgPCzhes6gKf7yzilerC78JAMllrge5Wr1wQew7%2F9Y5xSI9j7car6cA78Qlbejq%2F6QVdRW7CUwFfjhlSexIt9AszVNiwlcP7S5%2Fi%2B13QVdQRLCXxHVrejp2jT1TEsATwf12Z1u3tJV1FXsMSqtlTpyn7SfI3PjY%2Bm8jYV99Nj2NXpc2wIV2Q3jraEGnoEb6bybSoOvoewD4gFBB4cFIFOoVZ7l9pIb30CmtNjWCJXnCoPKhNGImlsVW8lw4XqQXc9ZlVyxUbhZSs6nQw3gu4FLBHoT2lImX8ROVg7OpUA3sc9qS4H7Ba2ynRySOwbFFrUZmM0h6Zz2CrTiUG1afawzlRA76pzrxvYKtOxQRwW0RnxaxZ32HA96G5hFyt7eAKHBzEuYt9CaztsXAJbhyfTtU7nsFWWAxgvvES%2BHI90YYDwHq%2Bl63SXbeUsuynd2vbsxmqxXM%2B2liqXZBJjAXwY%2B1J5QG1eN1vKd5r2CcaahWNLVh4Ve1%2BzpZXKwIqMLQf%2BCPtTeUAENnP7jjZdc5Ptonf3CzbUAk9io9LFLRO7PWdbW5NtiWWjYANzzr10Rf7wbzgHt6Tvy%2FEP9vYdM7QJz2bfX1LJgKrAMCZm55L0%2FXZnB3qT2nk0JvaOJ%2FOH6kVrZ8Qu%2B8Gsbov%2BjelizOawBxPDtISgUXg5jrvUQm8QE6CX3mOlODrYkNUdTLbH670wUzx8XGwKjmV1Vwuf%2BK7uFpelqY19ygkm2VplhsynWQA%2FjjViY6XwHgNiyTyEPaJ3lrQAuSQ9u0f04ojSdU0kG2s06NlC7ZwiXYc3xA5nPf2qPJQpjM4X0dYwFjR4bz8eVxuANVQ7p0gHcCPuFq7n5sr9BTNA1dNevIyPVTzBTGr3YHFSxLi7xA79etwpjsKaDa8JcdzwidikPtKmbbR%2FsNhI88QPGBbHuEXi%2BCdOiKPbI%2FirW0P%2FAW9SAZuOTnSkAAAAAElFTkSuQmCC%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .manabi__txt:last-of-type {
    margin-bottom: 0;
  }
  .manabi__btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 14px;
  }
  .manabi__btn--qr {
    width: 237px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #52c6d0;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .manabi__btn--qr img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  .manabi__btn {
    width: 212px;
  }
  .manabi__btn img {
    width: 100%;
    display: block;
  }
  .manabi__btn a:hover img {
    opacity: 0.8;
  }
  .manabi-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 296px;
    margin: 0 auto 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .manabi-sns__txt {
    margin-right: 10px;
  }
  .manabi-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manabi-sns__item {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
  }
  .manabi-sns__item:last-of-type {
    margin-right: 0;
  }
  .manabi-sns__item:hover {
    opacity: 0.8;
  }
  .manabi-sns__item img {
    width: 100%;
    display: block;
  }
  .manabi-award {
    color: #301d0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .manabi-award__thumbs {
    width: 109px;
    margin: 0 10px 0 0;
  }
  .manabi-award__thumbs img {
    width: 100%;
    display: block;
  }
  .manabi-award__txt {
    width: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    letter-spacing: 1.5px;
  }
  .manabi-award__txt span {
    display: inline-block;
    font-size: 12px;
    padding: 24px 0 24px 15px;
    margin-right: 10px;
  }
  .manabi-award__txt p {
    font-size: 16px;
  }
  .manabi-award__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff !important;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    text-decoration: underline !important;
  }
  .manabi-award__link:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
  .manabi__thumbs {
    margin: 0;
  }
  .manabi__thumbs img {
    position: absolute;
  }
  .manabi-free {
    width: 9.8%;
    top: -20px;
    right: 22.2%;
  }
  .manabi-image {
    width: 29%;
    right: -2%;
    top: 0px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .manabi {
    background-color: #09b5c4;
    color: #fff;
    padding: 8vw 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .manabi-inner {
    max-width: 91.467vw;
    margin: 0 auto;
    position: relative;
  }
  .manabi-app {
    width: 100%;
    text-align: center;
  }
  .manabi-logo {
    width: 77.333vw;
    margin: 0 auto 5.333vw;
  }
  .manabi-logo img {
    width: 100%;
  }
  .manabi__txtarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.733vw;
    width: 85.333vw;
    margin-right: auto;
  }
  .manabi__txtarea ul {
    padding-top: 4.267vw;
  }
  .manabi__txt {
    text-align: left;
    position: relative;
    line-height: 1.2223;
    padding-left: 8vw;
    margin-bottom: 1.6vw;
  }
  .manabi__txt::after {
    content: "";
    width: 5.867vw;
    height: 5.867vw;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cimage%20id%3D%22icon_check%22%20width%3D%2220%22%20height%3D%2220%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAEMklEQVRYhc3ZX4hVVRTH8c%2BMQ%2FlQJv0hEDWfajKyP4ZWYBKWFRQFVg8ODVQYYb0EGf15tQifQioiqgdNHyKKsIdICudFSyKD%2FFtBUFYvSVNJkOJMD2ufOfueuXfuf6cfHO6%2B%2B5yz1%2Ffuu%2Ffaa%2B09MG%2FZE3qgC3EVLsclOC%2FV%2F43fcQyH8Ee3hoa6ePcajGAtlmGgyfOT%2BAafYge%2B7cToQJs9PIj78DyWd2Iw05cYxXftvNROD6%2FE67i%2Bwf0fcRQ%2F42SqOx%2BLcCUuq9Pec3i4DYaWgIewGc%2Bo%2Fdsn8Bl2Yjd%2BadLOQjF8RnBrauuLFuzPwaOp%2FHYz4IvxAVZVQLeLH%2FFDCwYLHcc76VqIC8REbAa7DeuLipmAF4qeG87qvsaG9NmNjqdrJk2DJSZRPV0kZnMOuxU36R62FdWD3anBkBjCh2KiFHoKr%2FQNr1aNYEdxpl4Pb1Y7Zv83sEwfEiuENyj0qtmFfU8GSy3wgPCzhes6gKf7yzilerC78JAMllrge5Wr1wQew7%2F9Y5xSI9j7car6cA78Qlbejq%2F6QVdRW7CUwFfjhlSexIt9AszVNiwlcP7S5%2Fi%2B13QVdQRLCXxHVrejp2jT1TEsATwf12Z1u3tJV1FXsMSqtlTpyn7SfI3PjY%2Bm8jYV99Nj2NXpc2wIV2Q3jraEGnoEb6bybSoOvoewD4gFBB4cFIFOoVZ7l9pIb30CmtNjWCJXnCoPKhNGImlsVW8lw4XqQXc9ZlVyxUbhZSs6nQw3gu4FLBHoT2lImX8ROVg7OpUA3sc9qS4H7Ba2ynRySOwbFFrUZmM0h6Zz2CrTiUG1afawzlRA76pzrxvYKtOxQRwW0RnxaxZ32HA96G5hFyt7eAKHBzEuYt9CaztsXAJbhyfTtU7nsFWWAxgvvES%2BHI90YYDwHq%2Bl63SXbeUsuynd2vbsxmqxXM%2B2liqXZBJjAXwY%2B1J5QG1eN1vKd5r2CcaahWNLVh4Ve1%2BzpZXKwIqMLQf%2BCPtTeUAENnP7jjZdc5Ptonf3CzbUAk9io9LFLRO7PWdbW5NtiWWjYANzzr10Rf7wbzgHt6Tvy%2FEP9vYdM7QJz2bfX1LJgKrAMCZm55L0%2FXZnB3qT2nk0JvaOJ%2FOH6kVrZ8Qu%2B8Gsbov%2BjelizOawBxPDtISgUXg5jrvUQm8QE6CX3mOlODrYkNUdTLbH670wUzx8XGwKjmV1Vwuf%2BK7uFpelqY19ygkm2VplhsynWQA%2FjjViY6XwHgNiyTyEPaJ3lrQAuSQ9u0f04ojSdU0kG2s06NlC7ZwiXYc3xA5nPf2qPJQpjM4X0dYwFjR4bz8eVxuANVQ7p0gHcCPuFq7n5sr9BTNA1dNevIyPVTzBTGr3YHFSxLi7xA79etwpjsKaDa8JcdzwidikPtKmbbR%2FsNhI88QPGBbHuEXi%2BCdOiKPbI%2FirW0P%2FAW9SAZuOTnSkAAAAAElFTkSuQmCC%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .manabi__txt:last-of-type {
    margin-bottom: 0;
  }
  .manabi__thumbs {
    width: 24vw;
    position: relative;
  }
  .manabi-free {
    width: 14.933vw;
    position: absolute;
    top: -1.333vw;
    right: 18.933vw;
    z-index: 0;
  }
  .manabi-image {
    width: 24vw;
    position: relative;
    z-index: 1;
  }
  .manabi__btnarea {
    max-width: 77.333vw;
    margin: auto;
    margin-bottom: 5.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .manabi__btn {
    width: 49%;
  }
  .manabi__btn img {
    width: 100%;
    display: block;
  }
  .manabi__btn a:hover {
    opacity: 0.8;
  }
  .manabi-sns {
    width: 78.933vw;
    margin: auto;
    font-size: 2.667vw;
    font-size: 0.625rem;
    text-align: center;
  }
  .manabi-sns__txt {
    margin-bottom: 1.333vw;
  }
  .manabi-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .manabi-sns__item {
    display: inline-block;
    width: 13.333vw;
    margin-right: 1.333vw;
  }
  .manabi-sns__item:last-of-type {
    margin-right: 0;
  }
  .manabi-sns__item:hover {
    opacity: 0.8;
  }
  .manabi-sns__item img {
    width: 100%;
    display: block;
  }
  .manabi-award {
    padding: 4vw 4vw;
    max-width: 128vw;
    margin: 13.333vw auto 0;
    background: #fff;
    border-radius: 2.133vw;
    color: #301d0d;
  }
  .manabi-award__thumbs {
    width: 28vw;
    margin: auto;
    margin-top: -10.667vw;
    margin-bottom: 1.333vw;
  }
  .manabi-award__thumbs img {
    width: 100%;
    display: block;
  }
  .manabi-award__txt {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4vw;
  }
  .manabi-award__txt span {
    font-size: 3.2vw;
  }
  .manabi-award__txt p {
    font-size: 3.733vw;
  }
  .manabi-award__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff !important;
    font-size: 2.933vw;
    margin-top: 1.333vw;
    text-decoration: underline !important;
  }
  .manabi-award__link:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
}

/* ========================================================
*
*					今月の新着「特集」記事
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .tokushu__ttl {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #ce8be8;
  }
  #tokushu-new,
  #tokushu-pickup {
    margin-bottom: 90px;
  }
  .tokushu-new__ttl,
  .tokushu-pickup__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 28.8px;
    padding-left: 11px;
    position: relative;
    margin-bottom: 20px;
  }
  .tokushu-new__ttl::before,
  .tokushu-pickup__ttl::before {
    content: "";
    width: 3px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    background-color: #ce8be8;
  }
  .tokushu-new__list,
  .tokushu-pickup__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 30px;
  }
  .tokushu-new__item,
  .tokushu-pickup__item {
    width: calc((100% - 90px) / 4);
  }
  a.tokushu-new__link,
  a.tokushu-pickup__link {
    color: #000;
  }
  .tokushu-new__figure,
  .tokushu-pickup__figure {
    margin-bottom: 18px;
  }
  .tokushu-new__img,
  .tokushu-pickup__img {
    width: 100%;
  }
}
/* sp */
@media (max-width: 740px) {
  .tokushu__ttl {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #ce8be8;
  }
  #tokushu-new,
  #tokushu-pickup {
    margin-bottom: 60px;
  }
  .tokushu-new__ttl,
  .tokushu-pickup__ttl {
    font-size: 5.33vw;
    font-weight: bold;
    line-height: 7.68vw;
    padding-left: 2.93vw;
    position: relative;
    margin-bottom: 20px;
  }
  .tokushu-new__ttl::before,
  .tokushu-pickup__ttl::before {
    content: "";
    width: 0.8vw;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8.53vw;
    background-color: #ce8be8;
  }
  .tokushu-new__list,
  .tokushu-pickup__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 5.333vw;
  }
  .tokushu-new__item,
  .tokushu-pickup__item {
    width: calc((100% - 5.333vw) / 2);
  }
  a.tokushu-new__link,
  a.tokushu-pickup__link {
    color: #000;
  }
  .tokushu-new__figure,
  .tokushu-pickup__figure {
    margin-bottom: 14px;
  }
  .tokushu-new__img,
  .tokushu-pickup__img {
    width: 100%;
  }
}