@charset "utf-8";

@media screen and (max-width:750px){
    .m-grid__item {
        margin-left: auto;
        margin-right: auto;
    }
}

.u-flex {
    justify-content: center;
}
                    
@media screen and (max-width:750px) {
    .u-flex{
     display: block;
    }
    .u-flex div.u-w50per,.u-flex div.u-w40per,.u-flex div.u-w30per{
        width: 100%;
        margin-top: 1em;
        text-align:center;
    }
}

.box .box_fix {
    float: right;
    height: 4em;
}
.box .box_img {
 float: right;
 clear: both;
}

@media screen and (max-width:750px){
	.box .box_fix {
		float: none;
        height: 2em;
	}
    .box .box_img {
        float: none;
    }
    .box img {
        width: 100%;
    }						
}

.translateY {
    transform: translateY(-28px);

    @media screen and (max-width:750px) {
        transform: translateY(-20px);
    }
}

@media screen and (max-width:750px) {
    .sp-mt1em {
        margin-top: 1em;
    }
}