@charset "utf-8";

.u-wb { word-break: normal; }
.box .box_fix.img02 {
        float: right;
        height: 0.5em;/* 画像上部の余白 */
}
.box .box_fix.img03 {
        float: right;
        height: 6em;/* 画像上部の余白 */
}
.box .box_fix.img04 {
        float: right;
        height: 4em;/* 画像上部の余白 */
}
.box .box_img {
     float: right;
     clear: both;
}
.pc-ml1em {margin-left: 1em;}
.pc-mt3em{margin-top: 3em;}
.w-fc{width: fit-content;}
.text-vw{writing-mode: vertical-rl; letter-spacing:0.3em;}
.border-bold{border: 2px solid #000;}
.borderT-bold{border-top: 2px solid #000;}

@media screen and (max-width:750px) {
	.u-float--R {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 10px;
        float: none;
    }
    .box .box_fix.img02 {
		float: none;
        height: 1em;/* スマホサイズ画像上部の余白 */
	}
    .box .box_fix.img03 {
		float: none;
        height: 0.5em;/* スマホサイズ画像上部の余白 */
	}
    .box .box_fix.img04 {
		float: none;
        height: 2em;/* スマホサイズ画像上部の余白 */
	}
    .box .box_img {
        float: none;
    }
    .box img {
        width: 100%;
    }	
    .pc-ml1em{margin-left: 0;}	
    .pc-mt3em{margin-top: 0;}					
}
