<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


p.indent001 {
text-indent: 1em;
margin-bottom: 0;
line-height: 2.0em
}


@media screen and (max-width: 767px) {

	.floatRightPC {
	float: none;
	text-indent: 0;
	}

	.floatRightPC img {
	margin: 0;
	padding: 0;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.floatRightPC img.imgFluid {
	width: 360px;
	}


}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

/* for PCX */
@media screen and (min-width: 1501px) {
}

</pre></body></html>