.beaufit_220512_top p {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin: 3em auto 0;
    
}

.beaufit_220512_h2 {
    text-align: center;
    font-weight: bold;
    margin: 3em auto 0;
    font-size: 1.9em;
    background-color: transparent;
    position: relative;
    color: #251914;
}

.beaufit_220512_h2 span{
    font-size: 0.6em;
}

.beaufit_220512_h2::after {
	border-right: double 3px #7e7e7e;
	border-bottom: double 3px #7e7e7e;
	bottom: 0;
	right: 0;
}

.beaufit_220512_h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1.0em;
    padding: 0;
    border-bottom: 5px solid #c8bcaa;
    line-height: 1.2;
    color: #564940;
}

.beaufit_220512_h3 span {
    font-size: 3.4em;
    color: #e9e5e1;
    margin-right: -0.6em;
}

.beaufit_220512_contents p {
    font-size: 1.2em;
    margin: 0 auto 2em;
    width: 800px;
    text-align: left;
}

.beaufit_220512_contents img {
    margin: 2em auto 1em;
}

.beaufit_220512_2column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beaufit_220512_50img {
    width: 48%;
}

.beaufit_220512_50txt {
    width: 48%;
    font-size: 1.1em;
}


@media screen and (max-width:768px) {
    
    .beaufit_220512_top p {
        margin: 1em auto 0;

    }    
    
    .beaufit_220512_top span {
        display: block;
    }   
    
    .beaufit_220512_h2 {
        margin: 2em auto 0;
    }    

    .beaufit_220512_h3 span {
        font-size: 3.0em;
    }

    .beaufit_220512_contents p {
        width: 95%;
    }

    .beaufit_220512_2column {
        flex-direction: column;
        margin-top: 2em;
    }

    .beaufit_220512_50img {
        width: 100%;
    }

    .beaufit_220512_50txt {
        width: 95%;
        order: 2;
    }

    
}