@charset "utf-8";

.u-pl13em {padding-left: 1.3em;}
.u-pl25em {padding-left: 2.5em;}
.u-pl355em {padding-left: 3.55em;}
.u-indent-13em {text-indent: -1.3em;}
.u-indent-15em {text-indent: -1.5em;}
.u-indent-355em {text-indent: -3.55em;}

@media screen and (max-width:750px) {
	.u-float--R {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 10px;
        float: none;
    }					
}

@media screen and (max-width:750px) {
    .sp-ml0 {
        margin-left: 0;
    }
}

@media screen and (max-width:750px) {
    .sp-inlineblock {
        display: inline-block;
    }
}