@charset "UTF-8";

body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	background-color: #ffffff;
	margin:0;
}
 .clear10{
clear: both;
height: 10px;
}
.clear30{
clear: both;
height: 30px;
}
#cont {
width: 900px;
margin-right: auto;
margin-left: auto;
line-height: 180%;
margin: 0 auto;
text-align: center;
}

strong{
font-weight: bold;
color:#ff006d;
}

.copy {
	font-size: x-small;
	color: #960;
text-align: center;
}

a:link {
	color: #440074;
	text-decoration: underline;
}
a:visited {
	color: #440074;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #fff;
}


.navi {
	font-size: small;
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 20px;

}



a.cp_btn {
display: block;
width: 450px;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #EC407A;
border: 2px solid #EC407A;
border-radius: 3px;
transition: .4s;
margin: 30px auto;
font-size: 20px;
}
a.cp_btn:hover {
background: #EC407A;
color: #fff;
}
