<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
	margin start
---------------------------------*/
.margin--bottom0{
	margin-bottom: 0 !important;
}

.margin--bottom1{
	margin-bottom: 1rem !important;
}

.margin--bottom2{
	margin-bottom: 2rem !important;
}

.margin--bottom3{
	margin-bottom: 3rem !important;
}

.margin--bottom4{
	margin-bottom: 4rem !important;
}

.margin--bottom5{
	margin-bottom: 5rem !important;
}

.margin--bottom10{
	margin-bottom: 10rem !important;
}

@media(max-width: 1024px){
	.margin--tbBottom0{
		margin-bottom: 0 !important;
	}

	.margin--tbBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--tbBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--tbBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--tbBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--tbBottom5{
		margin-bottom: 5rem !important;
	}
}

@media(max-width: 600px){
	.margin--spBottom0{
		margin-bottom: 0 !important;
	}

	.margin--spBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--spBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--spBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--spBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--spBottom5{
		margin-bottom: 5rem !important;
	}
}

.margin--top0{
	margin-top: 0;
}

.margin--top1{
	margin-top: 1rem;
}

.margin--top2{
	margin-top: 2rem;
}

.margin--top3{
	margin-top: 3rem;
}

.margin--top4{
	margin-top: 4rem;
}

.margin--top5{
	margin-top: 5rem;
}

@media(max-width: 1024px){
	.margin--tbTop0{
		margin-top: 0;
	}

	.margin--tbTop1{
		margin-top: 1rem;
	}

	.margin--tbTop2{
		margin-top: 2rem;
	}

	.margin--tbTop3{
		margin-top: 3rem;
	}

	.margin--tbTop4{
		margin-top: 4rem;
	}

	.margin--tbTop5{
		margin-top: 5rem;
	}
}

@media(max-width: 600px){
	.margin--spTop0{
		margin-top: 0;
	}

	.margin--spTop1{
		margin-top: 1rem;
	}

	.margin--spTop2{
		margin-top: 2rem;
	}

	.margin--spTop3{
		margin-top: 3rem;
	}

	.margin--spTop4{
		margin-top: 4rem;
	}

	.margin--spTop5{
		margin-top: 5rem;
	}
}

/*---------------------------------
	margin end
---------------------------------*/



/*---------------------------------
	responsive start
---------------------------------*/
@media(min-width: 1025px){
	.responsive--pcHidden{
		display: none;
	}
}

@media(max-width: 600px){
	.responsive--spHidden{
		display: none;
	}
}

/*---------------------------------
	responsive end
---------------------------------*/



/*---------------------------------
	font start
---------------------------------*/

.fontSize--100{
	font-size: 100%;
}

.fontSize--112_5{
	font-size: 112.5%;
}

.fontSize--125{
	font-size: 125%;
}

.fontSize--150{
	font-size: 150%;
}

.fontSize--175{
	font-size: 175%;
}

.fontSize--200{
	font-size: 200%;
}

.fontWeight--normal{
	font-weight: normal;
}

.fontWeight--bold{
	font-weight: bold;
}

.fontSignature{
	font-family: 'Noto Serif JP', serif;
}

/*---------------------------------
	font end
---------------------------------*/



/*---------------------------------
	textPlacement start
---------------------------------*/

.textPlacement{
	display: flex;
}

.textPlacement--left{
	justify-content: flex-start;
}

.textPlacement--center{
	justify-content: center;
}

.textPlacement--right{
	justify-content: flex-end;
}

.textPlacement_item{
	display: block;
}

/*---------------------------------
	textPlacement end
---------------------------------*/



/*---------------------------------
	lineheight start
---------------------------------*/

.lineheight2{
	line-height: 2;
}

/*---------------------------------
	lineheight end
---------------------------------*/




/*---------------------------------
	textPlacement start
---------------------------------*/

.textNowrap{
	white-space: nowrap;
}

/*---------------------------------
	textPlacement end
---------------------------------*/

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