<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*_____________________________________________________________________________*/
#mycontainer,#mycontainer *{
	font-size:14px;
	line-height:1.0;
	letter-spacing: 0.00rem;
	box-sizing:border-box;
}
@media screen and (max-width:767px){
	#mycontainer,#mycontainer *{
		font-size:12px;
		line-height:1.0;
		letter-spacing: 0.00rem;
		word-break:break-all;
	}
}
#mycontainer *{
	font-size:inherit;
	line-height:inherit;
	box-sizing:inherit;
}
#mycontainer h2,#mycontainer h3,#mycontainer h4,#mycontainer h5,#mycontainer h6{
	font-weight:normal;
}
#mycontainer .px0{
	font-size:0;
	line-height:0;
}
#mycontainer img{
	max-width:auto;
	max-width:initial;
}
/* 企画だと固定な場合が多いもの */
/*_____________________________________________________________________________*/
#mycontainer .feature_fos_top_btn{
	margin:0;
	padding:0;
	width:100%;
	margin-bottom:10%; /* 1206で120相当 */
}
#mycontainer .feature_fos_top_btn a{
	width:500px;
	display:block;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	border:0px solid #e5e5e5;
	position:relative;
	font-size:20px;
	line-height:4em;
	background-color:#000000;
	color:#FFFFFF;
}
@media screen and (max-width:767px){
	/* SP企画ではほぼmust */
	#mycontainer .feature_fos_top_btn{
		margin-bottom:0;
	}
	#mycontainer .feature_fos_top_btn a{
		width:100%;
		font-size:14px;
		line-height:53px;
	}
	#mycontainer .feature_fos_top_btn a:after{
		content:'';
		display:none;
		width:5px;
		height:5px;
		border-top:1px solid #222222;
		border-right:1px solid #222222;
		position:absolute;
		right:10px;
		top:calc(50% - (5px / 2));
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
}
#mycontainer section{
	margin:0;padding:0;
}
@media screen and (min-width:768px) and (max-width:1108px){
}

@media screen and (max-width:767px){
}
/* ボタン */
#mycontainer .feature_fos_top_btn{
	margin-top:0%;
}
</pre></body></html>