<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 */


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

	#bestrate_wrap {
		width: 86%;
		margin: 0 auto 0;
		padding: 2.0em 0 3.0em;
	}
	#bestrate_wrap &gt; h2 {
		font-family: kozuka-mincho-pro,serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2.0em;
		margin: 0 0 1.0em;
		text-align: center;
		color: #444444;
	}
	#bestrate_wrap &gt; .icon{
		width: 50%;
		margin: 0 auto 2.0em;
	}
	#bestrate_wrap h3 {
		font-family: kozuka-mincho-pro,serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.5em;
		margin: 0 0 1.4em;
		text-align: center;
		color: #444444;
	}
	#bestrate_wrap p.text {
		font-size: 0.8em;
		line-height: 2.4em;
		color: #555555;
		margin: 0 auto 2.4em;
		text-align: left;
	}
	#bestrate_wrap &gt; div.border_wrap {
		padding: 2.5em 1.5em 0.5em;
		margin: 5.5em 0;
		background: #fbf9ed;
	}
	#bestrate_wrap div.btn_link {
	}
	#bestrate_wrap div.btn_link a {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 1.8em 0;
		text-align: center;
		font-size: 14px;
		background: #423b26;
		color: #FFF;
		position: relative;
	}
	#bestrate_wrap div.btn_link a:after {
		content:"";
		display:block;
		width:6px;
		height:6px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}


}

@media screen and (min-width:769px) {

	#bestrate_wrap {
		width: 720px;
		margin: 0 auto 0;
		padding: 0 0 60px;
	}
	#bestrate_wrap &gt; h2 {
		font-family: kozuka-mincho-pro,serif;
		font-weight: 400;
		font-style: normal;
		font-size: 32px;
		margin: 0 0 30px;
		text-align: left;
		color: #444444;
		line-height: 1.6em;
	}
	#bestrate_wrap &gt; .icon{
		width: 128px;
		margin: 0 auto 30px;
	}
	#bestrate_wrap h3 {
		font-family: kozuka-mincho-pro,serif;
		font-weight: 400;
		font-style: normal;
		font-size: 26px;
		margin: 0 0 20px;
		text-align: left;
		color: #444444;
	}
	#bestrate_wrap p.text {
		font-size: 13px;
		line-height: 2.4em;
		color: #555555;
		margin: 0 auto 30px;
		text-align: left;
	}
	#bestrate_wrap &gt; div.border_wrap {
		padding: 40px 40px 10px;
		margin: 80px 0;
		background: #fbf9ed;
	}
	#bestrate_wrap div.btn_link {
	}
	#bestrate_wrap div.btn_link a {
		display: block;
		width: 320px;
		margin: 0 auto;
		padding: 16px 0;
		text-align: center;
		font-size: 14px;
		background: #423b26;
		color: #FFF;
		position: relative;
	}
	#bestrate_wrap div.btn_link a:after {
		content:"";
		display:block;
		width:6px;
		height:6px;
		position:absolute;
		right: 24px;
		top:50%;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg) translateY(-60%);
		-moz-transform:rotate(45deg) translateY(-60%);
		transform:rotate(45deg) translateY(-60%);
	}
	
	
	
}




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