.under_contents {
    margin-top: 150px;
}

.school_contents {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px;
}

.school_contents h1 {
    text-align: center;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(15px,3vw,32px);
    margin: 50px auto;
    padding: 15px 0;
}
@media only screen and (max-width: 850px) {
    .school_contents h1 {
        padding: 15px 0px;
        margin: 25px 80px;
    }
}
@media only screen and (max-width: 720px) {
    .school_contents h1 {

        margin: 20px auto;
    }
}
.school_contents h1:before{
    content: url("../images/kakko.png");
    position: absolute;
    left: -60px;
    top: 0;
}
@media only screen and (max-width: 560px){
.school_contents h1:before {
    content: url("../images/kakko_sp.png");
    left: 0%;
    top: 0;
}
}
.school_contents h1:after {
    content: url("../images/kakko.png");
    position: absolute;
    right: -60px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 560px) {
    .school_contents h1:after {
        content: url("../images/kakko_sp.png");
        right: 0%;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.inner {
    width:90%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width: 800px) {
    .inner {
        width:100%;
    }
}


.resultList h2 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    margin: 35px;
}

@media only screen and (max-width: 560px) {
    .resultList h2 {
        font-size: 22px;
    }
}

/* レシピリスト */

.resultList {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
    .resultList {
        padding: 0 0;
    }
}

.recipe_text_area_yellow {
    background-color: #D6C062;

}
.recipe_text_area_pink {
    background-color: #F29C97;

}
.recipe_text_area {
    padding: 10px 10px;
    margin: -15px 20px 0;
    position: relative;
    z-index:20;
}

@media only screen and (max-width: 560px) {
   .iframe .recipe_text_area {
        height: auto;
        margin: -15px 5px 0;
    }
}


.raBox {
    background: url("../images/back-p.png") left top no-repeat;
    background-size: cover;
    padding: 80px 0;
}

._sp {
    display: none !important;
}

@media screen and (max-width: 560px) {

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }
}

.raBoxInner {
    background: #fff;
}

.raTxt {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
    line-height: 30px;
    /*font-family: KozGoPr6N-Bold;*/
}

.cook_image {
    margin: 0 auto;
}

.raTxt img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.clearFix {
    display: flex;
    flex-wrap: wrap;
}


/* sp */

.raBoxSp {
    background: url("../images/back-p.png") left top no-repeat;
    background-size: cover;
    padding: 0 0 20px 0;
}


@media (max-width: 560px) {
    ._sp {
        display: block !important;
    }
    .raBoxSp{
        padding:20px 0;
        margin-top: 125px;
    }
    .raBoxSpInner {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
    }
}
@media (max-width: 400px) {
    .raBoxSpInner {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        padding: 10px 5px;
        box-sizing: border-box;
    }
}



@media screen and (max-width: 960px) {
    .title {
        pointer-events: all;
        font-family: 'Noto Serif JP', serif;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0.05em;
        color: #FA8186;
        font-size: 15px;
        border-bottom: 1px solid #FA8186;
        padding-bottom: 10px;
        position: relative;
        display: block;
        width: 200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    .title::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #FA8186;
        position: absolute;
        right: 0;
    }
}


@media screen and (max-width: 960px) {
    .toggle {
        display: none;
        padding: 20px 10px 10px;
        line-height: 25px;
    }
}


ul {
    list-style: none;
}


a {
    text-decoration: none;
}



a,
a:visited {
    color: inherit;
}


.otherPost li {
    width: 28%;
    position: relative;
    margin:30px 2.5%;
}

.otherPost li img{
    transition: all 0.3s;
}

.otherPost li:hover img{
    transform: scale(1.05);
}

@media screen and (max-width: 960px) {
    .otherPost li {
        width: 33.3%;
    }
}
@media screen and (max-width: 800px) {
    .otherPost li {
        width: 45%;

    }
}

@media screen and (max-width: 560px) {
    .otherPost li {
        width: 50%;
        padding-bottom: 20px;
        border-bottom: 1px dotted #aaa;
        margin: 20px 0;
    }
}

/*.otherPost li:nth-child(4n) {
    margin-right: 0;
}*/


.otherPost li img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 560px) {
    .otherPost li img {
        width:90%;
        margin:0 auto;
    }
}

.otherPost .food_image_area {
    width: 100%;
    margin: 0 auto 10px auto;
    position: relative;
}

@media screen and (max-width: 560px) {
    .otherPost .food_image_area {
        margin-bottom: 6px;
    }
}

.otherPost .food_image_area:before {
    content: "";
    display: block;
    padding-top: 66.6666%;
}

@media screen and (max-width: 800px) {
    .otherPost h3 {
        font-size: 11px;
    }
}

@media screen and (max-width: 560px) {
    .fbox > span:first-child {
        flex-basis: auto;
        font-size:11px;
    }
}

.school_name{
    line-height: 1;
}

.fbox > .school_name_span {
    display: inline-block;
    line-height: 1;
    color: white;
    font-size:13px;
}

@media screen and (max-width: 560px) {
    .fbox > .school_name_span {
        line-height: 1.3;
    }
}
.otherPost .school_text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

@media screen and (max-width: 800px) {
    .otherPost .school_text {
        font-size: 15px;
    }
}

@media screen and (max-width: 560px) {
    .otherPost .school_text {
        font-size: 12px;
        margin-top: 4px;
    }
}
.food_image_area img {
    transition: all 0.3s;
}
.pageNation {
    border-top: 2px solid red;
    padding-top: 60px;
    display: block;
    padding-bottom: 60px;
    display: block;
}

.pageNation ul {
    display: flex;
    flex-wrap: wrap;
}


.pageNation li {
    /* display: inline-block; */
}

.pageNation li a.active {
    background: #e84d3f;
    color: #fff;
}

.pageNation li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e83820;
    background: #fff;
    display: block;
    transition: .15s;
    margin: 2px;
    text-align: center;
}

/* ページネーション */


