@charset "utf-8";


.u-wb { word-break: normal; }

.box .box_fix {
    float: right;
    height: 4.5em;/* 画像上部の余白 */
}
.box .box_img {
    margin-left: 1em;
    float: right;
    clear: both;
}
.u-flex {
    justify-content: space-between;
}
.u-ml12em {
    margin-left: 1.2em;
}



@media screen and (max-width:750px){
	.box .box_fix {
		float: none;
        height:2em;
	}
    .box .box_img {
        float: none;
        text-align: center;
        margin-left: 0;
    }
    .u-flex{
        display: block;
    }
    .u-flex div.u-w50per{
         width: 100%;
    }
    .u-w70per  {
        width: 100%;
    }
    .u-w30per {
        width: 100%;
        margin-top: 1em;
        text-align: center;
    }
    .sp_img	{
        text-align: center;
        margin-top: 2em;
    }
    .u-ml12em {
        margin-left: 0;
    }
}