@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
figure {
    margin: 0;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
a {
    text-decoration: none;
}
.fade_Box {
    transition: 1s;
    opacity: 0;
  }
  .fade_Box.animated {
    opacity: 1;
  }
/* kobetsu */
.pc_image {
    display: block;
}
.sp_image {
    display: none;
}
.sp_item-image {
    display: none;
}
/* 共通 */
.flex {
    display: flex;
}
/* inner */
.rankatsu-inner {
    width: 100%;
}
.inner_1140 {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
/* .inner_1210 {
    width: 90%;
    max-width: 1210px;
    margin: 0 auto;
} */
/* background */
.bg-color01 {
    background: #f2ede7;
    padding-bottom: 4%;
}
.bg-color02 {
    background: #f2ede7;
    padding-bottom: 4%;
}
.bg-color03 {
    background-image: url(/img/seo/kids/01_schoolbag/stripe_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
/* text */
.txt {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}
.txt.mt10 {
    margin-top: 10px;
}
.txt.space {
    width: 90%;
    padding: 0 60px;
    margin: 0 auto;
}
.description li {
    font-size: 12px;
    margin-top: 15px;
}
.con-ttl {
    width: 60%;
    margin: 0 auto 20px;
}
.main-ttl {
    background: #fff;
    padding: 7% 0;
    position: relative;
}
.main-ttl::after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #690f32;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.main-ttl::before {
    display: block;
    content: "";
    width: 100%;
    background-image: url(/img/seo/kids/01_schoolbag/circle_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
    position: absolute;
    bottom: -50%;
    left: 0;
}
.main-ttl p {
    width: 80%;
    position: absolute;
    bottom: -55%;
    left: 50%;
    transform: translateX(-50%);
}
.ancher {
    padding-top: 20%;
    margin: 0 auto 30px;
}
.ancher ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.ancher ul li {
    width: 30%;
}
.about_rankatsu {
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 40px 7vw 20px;
    margin: 60px auto 0;
    box-sizing: border-box;
}
.about_rankatsu figure {
    width: 25%;
}
.about_rankatsu .txt {
    width: 70%;
    padding: 20px 0;
}
.about_rankatsu .txt .sub-ttl {
    display: block;
    max-width: 250px;
    width: 50%;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}
.schedule_Area {
    /* padding-bottom: 6%; */
    position: relative;
}
.schedule_Area::before {
    display: block;
    content: "";
    width: 100%;
    background-image: url(/img/seo/kids/01_schoolbag/nami_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0;
    position: absolute;
    top: -1%;
    left: 0;
}
.schedule_Area .con-ttl {
    padding-top: 5%;
}
.schedule_box {
    justify-content: space-between;
}
.schedule_box .left {
    width: 36%;
}
.schedule_box .right {
    width: 60%;
}
.sche01 .sche-ttl {
    margin-bottom: 15px;
}
.sche01:nth-of-type(n+2) .sche-ttl {
    margin-top: 15px;
}
.osusume {
    background: rgba(195, 228, 124, 0.4);
    padding: 12px 16px;
    border-radius: 10px;
    margin-top: 10px;
}
.check-box {
    position: relative;
    z-index: 10;
}
.check-box .flex {
    justify-content: center;
}
.check-box .flex li {
    width: 40%;
    margin-right: 4%;
}
.check-box .flex li:nth-of-type(2) {
    margin-right: 0;
}
.check-box .flex li a {
    display: block;
    transition: all .5s;
}
.check-box .flex li a:hover {
    opacity: 0.7;
}
.point_Area {
    padding-top: 12%;
    position: relative;
    z-index: 2;
}
.point_Area::before {
    display: block;
    content: "";
    width: 100%;
    background-image: url(/img/seo/kids/01_schoolbag/nami_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 4% 0;
    position: absolute;
    top: -1%;
    left: 0;
    z-index: 5;
}
.white-box {
    background: #fff;
    padding: 40px 0;
    margin-top: 40px;
}
.white-inner {
    width: 71%;
    margin: 0 auto;
}
.mokuji {
    background: rgba(105, 15, 50, 0.1);
    border-radius: 10px;
    padding: 30px 40px;
}
.mokuji .mokuji-ttl {
    font-size: 26px;
    font-weight: 600;
    color: #690f32;
}
.mokuji ul li a {
    display: block;
    font-size: 16px;
    color: #690f32;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-top: 10px;
    transition: all .5s;
}
.mokuji ul li a:hover {
    opacity: 0.7;
}
.sub-mokuji {
    padding-left: 1em;
}
.sec-ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
}
.sec-ttl::before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: #fe7c92;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sec-image {
    width: 70%;
    margin: 0 auto 40px;
}
.item-txt:not(:first-of-type) {
    margin-top: 40px;
}
.item-txt .ttl {
    font-size: 18px;
    font-weight: 600;
    background: #f2ede7;
    padding: 7px 0 5px 15px;
    margin-bottom: 15px;
}
.item-txt span {
    vertical-align: sub;
}
.item-txt .att {
    font-size: 12px;
    margin-top: 2em;
}
.care {
    background: #f2f2f2;
    padding: 30px 40px;
    margin-top: 60px;
}
.care .sub-item-ttl {
    background: #fff;
    padding: 5px 0 5px 10px;
    margin: 30px auto 20px;
    font-size: 18px;
    font-weight: 600;
}
.care .mini-ttl {
    margin-bottom: 10px;
    font-weight: 600;
}
.method_list {
    background: #fff3f5;
    border: 1px solid #fe7c92;
    padding: 15px 30px;
    margin: 20px auto 40px;
}
.method_list li {
    font-size: 14px;
    letter-spacing: 0.2px;
}
.method_list li:not(:first-of-type) {
    margin-top: 5px;
}
.maker {
    margin-top: 40px;
}
.material,
.select {
    margin-top: 60px;
}
.select {
    padding-bottom: 60px;
}
.appeal-txt {
    background: #fff3f5;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
}
.appeal-txt img {
    width: 70%;
    margin: 0 auto;
}
.ranking_Area {
    background-color: #f2ede7;
    padding: 40px 0 40px;
}
.ranking_Area .graph {
    margin-top: 30px;
}
.rank-item {
    margin-top: 40px;
}
.fail-item {
    width: 90%;
    border-radius: 10px;
    background: #e4d4da;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 20px 20px 50px 20px;
    margin: 30px auto 0;
}
.fail-ttl {
    width: 60%;
    margin: 0 auto 20px;
}
.fail_list {
    justify-content: space-between;
}
.fail_list li.fukudashi {
    box-sizing: border-box;
    width: 31%;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    background: #fff;
    border-radius: 20px;
    padding: 15px 15px;
    position: relative;
}
.fail_list li:before,
.fail_list li:after {
    position: absolute;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.fail_list li:before {
    top: 100%;
    margin-left: -10px;
    border-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-width: 10px;
}
.fail_list li:after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-width: 7px;
}
.fail_list li.fukudashi .perpul {
    font-weight: 600;
    color: #690f32;
}
.last-check_Area {
    background: #f2ede7;
    padding: 30px 0 6% 0;
}
#page_Top {
    display: block;
    width: 80px;
    max-width: 20%;
    position: fixed;
    right: 10px;
    bottom: 1%;
    z-index: 9999;
}
#page_Top:hover {
    opacity: 1;
}
#footer_Btn {
    display: none;
}
@media screen and (max-width:1024px) {
    .schedule_Area {
        padding-bottom: 6%;
    }
    .point_Area::before {
        padding: 3% 0;
        top: -1%;
    }
}
@media screen and (max-width: 960px) {
    .schedule_Area::before {
        padding: 14% 0;
        top: -1%;
    }
    .point_Area::before {
        padding: 14% 0;
        top: -3%;
    }
}
@media screen and (max-width: 767px) {
    .pc_image {
        display: none;
    }
    .sp_image {
        display: block;
    }
    .sp_item-image {
        display: block;
    }
    .bg-color01 {
        padding-bottom: 18%;
    }
    .bg-color02 {
        padding-bottom: 40px;
    }
    .bg-color03 {
        padding: 50px 0;
    }
    .txt.space {
        width: 100%;
    }
    .con-ttl {
        width: 100%;
    }
    .sec-ttl {
        font-size: 18px;
    }
    .sec-ttl::before {
        width: 18px;
        height: 18px;
    }
    .care .sub-item-ttl {
        font-size: 16px;
    }
    .care .mini-ttl {
        font-size: 14px;
    }
    .sec-image {
        width: 100%;
        margin: 0 auto 20px;
    }
    .main-ttl {
        padding: 46%;
    }
    .main-ttl p {
        width: 100%;
    }
    .main-ttl::before {
        content: none;
    }
    .ancher {
        padding-top: 57%;
    }
    .ancher ul {
        flex-wrap: wrap;
    }
    .ancher ul li {
        width: 100%;
        margin: 0 auto;
    }
    .ancher ul li:nth-of-type(n+2) {
        margin-top: 20px;
    }
    .txt.space {
        padding: 0;
    }
    .check-box .flex {
        flex-wrap: wrap;
    }
    .check-box .flex li {
        width: 92%;
        margin: 0 auto;
    }
    .check-box .flex li:nth-of-type(2) {
        margin: 20px 0 0 0;
    }
    .about_rankatsu {
        width: 100%;
        flex-wrap: wrap;
        padding: 40px 0 20px;
        margin: 18% auto 0;
    }
    .about_rankatsu figure {
        width: 50%;
        margin: 0 auto;
    }
    .about_rankatsu .txt {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 0;
    }
    .about_rankatsu .txt .sub-ttl {
        width: 75%;
        top: -8%;
    }
    .schedule_Area {
        margin-top: -50px;
        padding-top: 50px;
        padding-bottom: 15%;
    }
    .schedule_Area::before {
        background-image: url(/img/seo/kids/01_schoolbag/nami_bg01_sp.png);
        padding: 12% 0;
        top: 0;
    }
    .schedule_Area .con-ttl span {
        display: block;
        margin-top: -20%;
        position: relative;
        z-index: 50;
    }
    .schedule_box .left {
        display: none;
    }
    .schedule_box .right {
        width: 100%;
        margin: 0 auto 30px;
    }
    .sche-ttl {
        margin-bottom: 10px;
    }
    .sche01 .sp_item-image {
        width: 98%;
        margin: 10px 0 0 0;
    }
    .point_Area::before {
        background-image: url(/img/seo/kids/01_schoolbag/nami_bg02_sp.png);
        padding: 12% 0;
        top: -0.6%;
    }
    .point_Area .con-ttl span {
        display: block;
        margin-top: -18%;
        position: relative;
        z-index: 50;
    }
    .white-box {
        padding: 20px 0 60px 0;
    }
    .white-inner {
        width: 90%;
    }
    .mokuji {
        padding: 15px 20px;
    }
    .mokuji ul li a {
        font-size: 14px;
    }
    .item-txt:not(:first-of-type) {
        margin-top: 30px;
    }
    .care {
        padding: 15px 15px;
    }
    .method_list {
        padding: 15px 15px;
    }
    .method_box:nth-of-type(2) .method_list {
        margin-bottom: 20px;
    }
    .appeal-txt img {
        width: 86%;
    }
    .ranking_Area {
        padding: 0 0 80px;
    }
    .rank-item {
        margin-top: 20px;
    }
    .rank-item:nth-of-type(2) {
        margin-top: 40px;
    }
    .rank-item .sec-ttl {
        margin-bottom: 10px;
    }
    .fail-item {
        width: 100%;
    }
    .fail-ttl {
        width: 100%;
    }
    .fail_list {
        flex-wrap: wrap;
    }
    .fail_list li.fukudashi {
        width: 100%;
    }
    .fail_list li.fukudashi:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .last-check_Area {
        padding: 30px 0 120px 0;
    }
    .last-check_Area .check-box .flex li {
        width: 94%;
    }
    #footer_Btn {
        display: block;
        width: 330px;
        max-width: 70%;
        position: fixed;
        left: 5%;
        bottom: 0;
        z-index: 9999;
    }
}
/* 共通のcssを上書き */
#mid {
    max-width: 100% !important;
    padding: 0 !important;
}
#outer {
    margin: 0 auto !important;
}
#site_aside2 {
    display: none !important;
}
