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


body{
	background:#fff;
	font-size:14px;
}

p{
		margin-bottom:1em;
	}

/*------------------------------------------------------------------
campaign
------------------------------------------------------------------*/

article{
	margin-bottom:20px;
	padding:1% 5%
}

	h2{
		color:#E54B54;
	}

		h2 img{
			margin:5% 0;
			width:55%;
		}
	
	article h3{
		margin:10px 0;
		font-weight: bold;
		font-size:18px;
		text-align: center;
	}

	h3 span{
		color:#E54B54;
		}

	.date{
		background: #F7F7F7;
		padding:10px 20px;
	}

		.date span{
			font-weight: bold;
			margin-right:1em;
		}


	.btn a{
		background: #E54B54;
		color:#fff;
		font-weight: bold;
		font-size:16px;
		text-align: center;
		padding:20px 0;
		margin:10px 0 10px;
		display: block;
		border-radius: 5px;
		-webkit-border-radius: 5px;/* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;/* Firefox用 */ 
	}

	.btn_app{
		display: -webkit-flex;
    	display: flex;
		-webkit-justify-content: space-between;
    	justify-content: space-between;
		vertical-align :middle;
	}

		.btn_app a:first-child{
				margin-right:2%;
		}


dl.guideline{
		background: #F7F7F7;
		margin-top:20px;
		padding:5px 20px;
	}

	.guideline dt{
		font-weight:bold;
		margin:1em 0 0;
	}

	.guideline dt:before{
		content:'■';
		margin-right:0.2em;
	}

	.guideline dd{
		margin-bottom:1em;
	}

		.guideline dd ul li{
				list-style-type:disc;
				margin-left: 2em;
				text-indent: 0;
			}

		.guideline a{
			text-decoration:underline;
		}

/*------------------------------------------------------------------
recommend
------------------------------------------------------------------*/

#recommend{
	margin-top:50px;
}

	#recommend h3{
		margin:10px 0;
		font-weight: bold;
		font-size:18px;
	}

		#recommend ul li{
			overflow: hidden;
			clear: both;
			margin:10px 0;
		}

			#recommend ul li a{
				display:inline-block;
			}

				#recommend ul li img{
					width:35%;
					float:left;
					margin:0 10px 0 0;
				}

				h4{
					font-weight: bold;
				}

		#recommend ul li.active{
			display: none;
		}
</pre></body></html>