/* pc-hidden */
.pc-hidden {
	display: none !important;
}
@media only screen and (max-width: 640px) {
	.pc-hidden {
		display: initial !important;
	}
	.sp-hidden{
		display: none !important;
	}
}

.btn_stylecontents,
a.btn_stylecontents{
	display: block;
	text-align: center;
	border:solid #ccc 2px;
	width:480px;
	height: 64px;
	border-radius:32px;
	font-size: 24px;
	font-weight: bold;
	line-height: 64px;
	cursor: pointer;
	margin:auto;
	color:#1f1f1f;
	text-decoration: none;
}
.btn_stylecontents:hover{
	color:inherit;
	background:#fafafa;
}
.style_section{
	padding-bottom: 120px;
}

.page_ttl{
	font-size:32px;
	text-align: center;
	padding-top:90px;
}

.c-stylecoord_item_notice{
	position:absolute;
	width: 100%;
	background: #ccc;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
    align-items: center;
}
.c-stylecoord_item_notice p{
	font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.btn_stylecontents,
	a.btn_stylecontents{
		width: 100%;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}

	.style_section{
		padding: 30px 20px 60px;
	}

	.page_ttl{
		font-size: 20px;
		padding-top: 0;
	}
}