/*====================================================*/
/*コンテンツ２：これまでの家守庵  　                     */
/*====================================================*/


.con2 {
    text-align: center;
    margin: 0 auto 5%;
}

.con2_img {
    width: 100%;
    max-width: 100%;
}


.con2_1,
.con2_2,
.con2_3,
.con2_4 {
    margin-top: 2%;
}

.con2_1,
.con2_3 {
    margin-left: 15%;
}

.con2_2 {
    margin-right: 23%;
}

.con2_4 {
    margin-right: 37%;
}

.con2_5 {
    margin-top: 5%;
}

.con2_request {
    font-size: 38px;
    line-height: 1.25;
}

@media only screen and (max-width:750px) {
    .con2_request {
        font-size: 22px;
        margin: 0 2%;
    }

    .imgbox {
        display: flex;
    }

    .con2_title {
        font-size: 32px;
    }

    .con2_title1 {
        width: 50%;
    }

    .con2_title2 {
        width: 45%;
    }

    .con2_title3 {
        width: 55%;
    }

    .con2_4 {
        margin-right: 15%;
    }

    .con2_1,
    .con2_3 {
        margin-left: 10%;
    }

    .con2_1>div>p {
        line-height: normal;
    }

    .con2_2>div>p {
        line-height: normal;
    }

    .con2_3>div>p {
        line-height: normal;
    }

    .con2_4>div>p {
        line-height: normal;
    }


}