<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*=================================================
 * CSS for PC
 * ================================================= */

main{
	width: 100%;
}
#massage &gt; div:nth-of-type(even){	background: #fff6f8;}
#massage .ss_title{	margin-bottom: 70px;}

.free{
	width: 1100px;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	margin: 0 auto 70px auto;
}


/** sys **/

.sys_bg{	padding: 100px 0;}

.sys{
	width: 1200px;
	margin: 0 auto;
}

.sys h3{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #db5a76;
	border-top:5px solid #db5a76;
	margin: 0 0 1px 0;
	padding: 20px;
	background: #fff6f8;
}

.sys dl{
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ccc;
}
.sys dl:first-of-type{	border-bottom: none; }
.sys dt,
.sys dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sys dt{
	color: #fff;
	background: #db5a76;
	border-right: 1px solid #fff;
}
.sys dt:last-of-type{	border-right: none;}
.sys1 dt{	background: #02a29a;}
.sys2 dt{	background: #00a2d7;}

.sys dd:nth-of-type(1){	color: #db5a76;}
.sys dt br,
.sys dd br{	display: none;}

.systxt{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 30px 0 0 0;
}


/** op **/

#op{
	font-size: 0;
	line-height: 0;
	padding: 100px 0;
}
#op h3{
	margin: 0 0 50px 0;
}

.op_in{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 30px 20px 30px;
	border: 1px solid #db5a76;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.opbox2{
	width: calc(100% / 3 - 20px);
	height: 70px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin: 0 10px 20px 10px;
	background: #dc5b76;
	border-radius: 35px;
}

.opbox2 em{	color: #fff;}

.optxt{
	width: 1200px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 15px auto 0 auto;
}


/** caution **/

#caution{
	width: 900px;
	margin: 0 auto;
	padding: 100px 0;
}

#caution .ca1{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #db5a76;
	margin: 0 0 50px 0;
}

#caution ul{
	margin: 0 0 20px 0;
}

#caution li{
	position: relative;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 10px 0 10px 24px;
	border-bottom: 1px dotted #ddd;
}
#caution li span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 12px;
	color: #db5a76;
	position: absolute;
	top: 13px;
	left: 7px;
}

#caution .ca2{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	main{	padding-bottom: 0;}

	#massage .ss_title{	margin-bottom: 10px;}

	.free{
		width: auto;
		margin: 0 0 20px 0;
		padding: 0 10px;
		line-height: 1.5;
	}
	#feature img{
		max-width: 100%;
		height: auto;
	}
	.free img{
		max-width: 100%;
		height: auto;
	}


	/** sys **/
	.sys_bg{	padding: 30px 10px;}
	.sys{
		width: auto;
		margin: 0;
	}
	.sys h3{
		font-size: 22px;
		line-height: 24px;
		padding: 15px 10px;
	}
	.sys dt,
	.sys dd{
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0;
	}
	.sys dt br,
	.sys dd br{	display: inline;}
	.sys dd span{	font-size: 11px;}

	.systxt{
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		margin: 10px 0 0 0;
	}


	/** op **/
	#op{
		width: auto;
		font-size: 0;
		line-height: 0;
		padding: 30px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#op h3{
		margin: 0 0 10px 0;
	}
	.op_in{
		display: flex;
		flex-wrap: wrap;
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
		padding: 10px 5px 0 5px;
	}
	.opbox2{
		width: calc(100% / 2 - 10px);
		height: 60px;
		font-size: 12px;
		line-height: 14px;
		border-radius: 30px;
		margin: 0 5px 10px 5px;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.optxt{
		width: auto;
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0 0 0;
		padding: 0 10px;
	}

	/** caution **/
	#caution{
		width: auto;
		margin: 0;
		padding: 30px 0;
	}
	#caution .ca1{
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	#caution ul{
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	#caution li{
		position: relative;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		padding: 10px 0 10px 17px;
		border-bottom: 1px dotted #ddd;
	}
	#caution li span{
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		line-height: 12px;
		color: #db5a76;
		position: absolute;
		top: 12px;
		left: 0;
	}
	#caution .ca2{
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		padding: 0 10px;
	}

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