<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainCont {
	border: none;
}
.rinenMv{
	background: #F9F5ED;
	padding: 36px 20px 40px;
}
.rinenMv-mv{
	max-width: 350px;
	margin: 0 auto;
}
.rinenMv-mv img{
	width: 100%;
	height: auto;
}
.rinenMv-ttl{
	margin-top: 40px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #4D4D4D;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.rinenMv-txt{
	margin-top: 40px;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

.rinenBody{
	margin-top: 30px;
}
.rinenBody-list{
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.rinenBody-list-item{
	position: relative;
	
}
.rinenBody-list-item-img{
	width: 100%;
}
.rinenBody-list-item-img img{
	width: 100%;
}
.rinenBody-list-item-body{
	width: 100%;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-50%);
}
.rinenBody-list-item-body-ttl{
	font-size: 15px;
	color: #036EB7;
	text-align: center;
	font-weight: 700;
}
.rinenBody-list-item-body-pop{
	display: flex;
	justify-content: center;
}
.rinenBody-list-item-body-pop ruby{
	ruby-position: under;
	
}

.rinenBody-list-item-body-pop ruby rt{
	font-size: 12px;
	letter-spacing: 0.1em;
	position: relative;
	top: 8px;
	font-weight: 700;
	
}
.rinenBody-list-item-body-txt{
	padding-top: 30px;
	font-size: 12px;
	text-align: left;
	color: #4D4D4D;
	line-height: 1.8;
	letter-spacing: 0.05em;
	
}
.rinenBner-link{
	padding: 0 25px;
	margin: 60px 0;
	display: flex;
	justify-content: center;
}

.sp-none{
	display: none;
}
.pc-none{
	display: block;
}
body.fixed {
	width: 480px;
	overflow-x: hidden;
  }
</pre></body></html>