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

/*-------------------------------------

ポイント有効期限のご連絡

Copyright (c) Dospara Co., Ltd. All rights reserved. 
---------------------------------------*/

/*-------------------------------------
　PCページ基本設定
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	width: 600px;
	margin: 0 auto;
	color: #333333;
	line-height: 1.5em;
	font-size: 14px;
  position: relative;
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}


/*-------------------------------------
　PC
---------------------------------------*/

h2 {
	margin: 4px 0;
	padding: 20px 0;
	font-size:26px;
	color:#ffffff;
	text-align: center;
	background-color: #109ed0;
	line-height: 1.4em;
}
h4 {
	margin:4px 0;
	font-size:14px;
	color:#333;
}

.top_lead {
	margin: 40px auto 0;
	width: 90%;
}
.top_lead p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4em;
}
.point {
	margin: 40px 0;
	text-align: center;
	font-size: 16px;
}
.point_btn {
	margin: 20px 0 0;
}

.menu_unit {
	margin: 10px 0;
	padding-top: 10px;
	border-top: #256dbc 1px solid;
	overflow: hidden;
}
.menu_box {
	
}
.menu_box ul li {
	margin: 5px 0 10px 9px;
	float: left;
}
.menu_box ul li:first-child {
	margin: 5px 0 10px;
	float: left;
}
.menu_box2 {
	
}
.menu_box2 ul li {
	margin: 5px 0 10px 15px;
	float: left;
}
.menu_box2 ul li:first-child {
	margin: 5px 0 10px;
}

.service_unit {
	margin: 10px 0 25px;
}
.service_unit p {
	line-height: 1.2em;
}
.service_unit img {
	margin: 15px 0 0;
}

.premium {
	position: relative;
}
.premium_txt {
	position: absolute;
	left: 130px;
    bottom: 20px;
	font-size: 1.8em;
	font-weight: bold;
	color: #E10003;
}

.steam_img {
	width: 600px;
}


/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){
	
	.pc {
		display:none;
	}

/*-------------------------------------
　SPページ基本設定
---------------------------------------*/
	#lp_page {
		width: 97%;
		margin: 20px auto;
		color: #333333;
		line-height: 1.5em;
		font-size: 100%;
		position: relative;
	}
	#main img {
		max-width:100%;
		height:auto;
	}
	
/*-------------------------------------
  SP
---------------------------------------*/
	.menu_box, .menu_box2 {
		text-align: center;
	}
	.menu_box ul li, .menu_box2 ul li {
		float: none;
	}
	.menu_box ul li:first-child {
		margin: 0 0 10px 9px;
		float: none;
	}
	.menu_box2 ul li:first-child {
		margin: 0 0 10px 15px;
		float: none;
	}
	
	.premium_txt {
		left: 80px;
		bottom: 8px;
		font-size: 1.6em;
		font-weight: bold;
		color: #E10003;
	}
	

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