/***************************/
/********【page_tofukit】********/
/***************************/
/********【common】********/
/****/
.page_tofukit {
    width: 100%;
    min-width: 1054px;
    background: #FCFCF2;
    padding: 10px 20px 100px;
    font-size: 17px;
}
.page_tofukit .page_container {
    width: 1024px;
    margin: auto;
}
.page_tofukit .bold {
    font-weight: bold;
}
.page_tofukit .hidden-s {
    display: block;
}
.page_tofukit .hidden-l {
    display: none;
}
.page_tofukit #link01, .page_tofukit #link02, .page_tofukit #link03 {
    margin-top: -160px;
    padding-top: 160px;
}
@media only screen and (max-width: 990px) {
    .page_tofukit {
        min-width: inherit;
        padding: 0px 0px 50px;
        overflow: hidden;
        width: auto;
    }
    .page_tofukit .page_container {
        width: 100%;
    }
    .page_tofukit .hidden-s {
        display: none;
    }
    .page_tofukit .hidden-l {
        display: inline;
    }
    .page_tofukit #link01, .page_tofukit #link02, .page_tofukit #link03 {
        margin-top: -60px;
        padding-top: 60px;
    }
}
/********【cont00】********/
.page_tofukit .cont00 .nav_ar {
    margin: 0 0 100px;
}
.page_tofukit .cont00 .nav_ar ul {
    padding: 0;
    /* flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_tofukit .cont00 .nav_ar ul li {
    display: block;
}
.page_tofukit .cont00 .nav_ar ul li a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #1b1b1b;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px 10px 50px;
}
.page_tofukit .cont00 .nav_ar ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    transform-origin: center;
    top: 16px;
    right: 10px;
}
@media only screen and (max-width: 800px) {
    .page_tofukit .cont00 .nav_ar {
        margin: 0 0 50px;
    }
    .page_tofukit .cont00 .nav_ar ul li {
        font-size: 15px;
    }
    .page_tofukit .cont00 .nav_ar ul li a {
        font-size: 12px;
        display: inline-block;
        position: relative;
        color: #1b1b1b;
        text-decoration: none;
        text-align: center;
        padding: 10px 10px;
    }
    .page_tofukit .cont00 .nav_ar ul li a:after {
        top: 30px;
        right: 0px;
        left: 0;
        margin: auto;
    }
}
/********【cont01】********/
.page_tofukit .cont01 .h3_ar {
    background: #EA5504;
    padding: 10px 20px;
    margin: 0 0 50px;
    border-radius: 50px;
    position: relative;
}
.page_tofukit .cont01 .h3_ar:before {
    position: absolute;
    content: "";
    background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_bg_h3.png) no-repeat center center/cover;
    width: 202px;
    height: 200px;
    left: -20px;
    top: -80px;
}
.page_tofukit .cont01 .jp {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.page_tofukit .cont01 .img {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.page_tofukit .cont01 .img img {
    border: solid 2px #bbb;
    background: #fff;
    padding: 10px;
}
@media only screen and (max-width: 990px) {
    .page_tofukit .cont01 .h3_ar {
        padding: 5px 20px 5px 40px;
        margin: 0 0 30px;
        line-height: 1.4
    }
    .page_tofukit .cont01 .h3_ar:before {
        width: 85px;
        height: 85px;
        left: -3px;
        top: -12px;
    }
    .page_tofukit .cont01 .jp {
        font-size: 19px;
    }
    .page_tofukit .cont01 .img {
        max-width: 350px;
    }
}
/********【cont02】********/
.page_tofukit .cont02 {
    padding: 0 0 0px;
}
/****/
.page_tofukit .cont02 .com_ar {
    text-align: center;
    margin: 0 0 10px;
}
.page_tofukit .cont02 .com {
    font-size: 24px;
    color: #EA5504;
    font-weight: bold;
    position: relative;
    padding: 0 50px;
    display: inline-block;
    line-height: 1.4;
    top: 0;
    font-feature-settings: inherit;
    width: auto;
    text-align: center;
}
.page_tofukit .cont02 .com:before, .page_tofukit .cont02 .com:after {
    position: absolute;
    z-index: 2;
    content: "";
    background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_ico_star.png) no-repeat center center/cover;
    width: 32px;
    height: 30px;
    top: 48%;
    transform: translate(0%, -50%);
}
.page_tofukit .cont02 .com:before {
    left: 0;
}
.page_tofukit .cont02 .com:after {
    right: 0;
}
/****/
.page_tofukit .cont02 .h4_ar {
    text-align: center;
    background: #EA5504;
    border-radius: 100px;
    position: relative;
    padding: 10px 20px;
    max-width: 680px;
    margin: 0 auto 20px;
}
.page_tofukit .cont02 .num {
    position: absolute;
    z-index: 3;
    top: -78px;
    left: 0%;
    line-height: 1;
}
.page_tofukit .cont02 .num span {
    font-size: 70px;
    font-weight: bold;
    color: #49322D;
    position: relative;
    z-index: 3;
    padding: 33px 0 0 50px;
    display: inline-block;
}
.page_tofukit .cont02 .num:before {
    position: absolute;
    z-index: 2;
    content: "";
    background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_bg_h4.png) no-repeat center center/100% 100%;
    width: 149px;
    height: 135px;
    top: 0%;
    left: 0%;
}
.page_tofukit .cont02 .jp {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
/****/
.page_tofukit .cont02 .bg {
    background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_bg_contents.jpg) repeat center center;
    padding: 60px 50px 0px;
}
.page_tofukit .cont02 .bx_ar {
    margin: 0 -2% 60px;
    /* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: start;
    flex-direction: row;
    flex-wrap: wrap;
}
.page_tofukit .cont02 .bx {
    width: 29.333%;
    margin: 0 2%;
}
.page_tofukit .cont02 .step {
    position: relative;
    width: 123px;
    transform: rotate(-7deg);
    left: -50px;
    top: 30px;
}
.page_tofukit .cont02 .step:before {
    position: absolute;
    content: "";
    background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_bg_step.png) no-repeat center center/cover;
    width: 123px;
    height: 123px;
    left: 5px;
    top: -30px;
}
.page_tofukit .cont02 .step span.step_s, .page_tofukit .cont02 .step span.num_s {
    color: #EA5504;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
}
.page_tofukit .cont02 .step span.step_s {
    font-size: 15px;
    margin: 0 0 -10px;
}
.page_tofukit .cont02 .step span.num_s {
    font-size: 30px;
    padding: 0 0 0 10px;
}
.page_tofukit .cont02 .img {
    text-align: center;
    margin: 0 0 5px;
}
.page_tofukit .cont02 .txt {
    padding: 0 15px;
    font-weight: 500;
    line-height: 1.6;
}
/****/
.page_tofukit .cont02 .notice_ar {
    padding: 30px 0;
    border-top: solid 1px #49322D;
    /* flexbox */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page_tofukit .cont02 .notice_img {
    width: 30%;
}
.page_tofukit .cont02 .notice_txt {
    width: 70%;
    padding: 0 0 0 5%;
    font-weight: bold;
}
@media only screen and (max-width: 990px) {
    .page_tofukit .cont02 {
        padding: 0 0 0px;
    }
    /****/
    .page_tofukit .cont02 .com_ar {
        margin: 0 0 10px;
    }
    .page_tofukit .cont02 .com {
        font-size: 18px;
        padding: 0 25px;
        line-height: 1.4;
    }
    .page_tofukit .cont02 .com:before, .page_tofukit .cont02 .com:after {
        width: 20px;
        height: 18px;
        top: 42%;
    }
    /****/
    .page_tofukit .cont02 .h4_ar {
        padding: 10px 15px;
        max-width: inherit;
        margin: 0 auto 0px;
    }
    .page_tofukit .cont02 .num {
        top: -25px;
        left: -18px;
    }
    .page_tofukit .cont02 .num span {
        font-size: 30px;
        padding: 16px 0 0 22px;
    }
    .page_tofukit .cont02 .num:before {
        width: 70px;
        height: 64px;
    }
    .page_tofukit .cont02 .jp {
        font-size: 18px;
        padding: 0 0 0 35px
    }
    /****/
    .page_tofukit .cont02 .bg {
        background: url(https://mameyoko.jp/wp-content/uploads/2025/06/tofukit_bg_contents.jpg) repeat center center;
        padding: 40px 20px 30px;
    }
    .page_tofukit .cont02 .bx_ar {
        margin: 0 0% 50px;
        /* flexbox */
        display: block;
    }
    .page_tofukit .cont02 .bx {
        width: 100%;
        margin: 0 0% 0px;
    }
    .page_tofukit .cont02 .step {
        width: 100px;
        left: -20px;
        top: 40px;
    }
    .page_tofukit .cont02 .step:before {
        width: 85px;
        height: 105px;
        left: 13px;
    }
    .page_tofukit .cont02 .step span.step_s {
        font-size: 13px;
        letter-spacing: -0.03em;
    }
    .page_tofukit .cont02 .step span.num_s {
        font-size: 18px;
        padding: 0 0 0 10px;
    }
    .page_tofukit .cont02 .txt {
        font-size: 17px;
    }
    /****/
    .page_tofukit .cont02 .notice_ar {
        padding: 20px 0 0;
        /* flexbox */
        display: block;
    }
    .page_tofukit .cont02 .notice_img {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .page_tofukit .cont02 .notice_txt {
        width: 100%;
        padding: 0 0 0 0%;
        font-size: 17px;
    }
}
/********【cont03】********/
.page_tofukit .cont03 {
    padding: 80px 0 0px;
}
.page_tofukit .cont03 .h3_ar {
    background: #EA5504;
    padding: 10px 20px;
    margin: 0 0 0px;
    border-radius: 50px;
    position: relative;
}
/*
.page_tofukit .cont03 .h3_ar:before {
    position: absolute;
    content: "";
    background: url(https://mameyoko.jp/wp-content/uploads/2025/07/tofukit_bg_chishiki_fx.png) no-repeat center center/100% 100%;
    width: 187px;
    height: 169px;
    left: 40px;
    top: -110px;
}
*/
.page_tofukit .cont03 .jp {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.page_tofukit .cont03 .txt_ar {
    background: #fff;
    max-width: 750px;
    margin: auto;
    padding: 50px 60px 40px;
}
.page_tofukit .cont03 .txt {
    margin: 0 0 20px;
    font-weight: 500;
}
@media only screen and (max-width: 990px) {
    .page_tofukit .cont03 {
        padding: 0 0 50px;
    }
    .page_tofukit .cont03 .h3_ar {
        padding: 10px 20px;
        margin: 0 0 0px;
    }
    .page_tofukit .cont03 .h3_ar:before {
        width: 95px;
        height: 91px;
        left: -0px;
        top: -20px;
    }
    .page_tofukit .cont03 .jp {
        font-size: 17px;
        padding: 0 0 0 15px;
    }
    .page_tofukit .cont03 .txt_ar {
        padding: 50px 20px 02px;
    }
    .page_tofukit .cont03 .txt {
        font-size: 17px;
    }
}