@charset "utf-8";
/* CSS Document */

.p-fc--green {
	color: #1eac4b!important;
	margin-bottom: 10px;
}
.p-period {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.p-period dt,
.p-period dd {
	padding: 2px 8px;
}
.p-period dt {
	color: #fff;
	background: #1eac4b;
	border-radius: 3px;
}
.p-attention {
	display: flex;
	padding: 2px;
	border-radius: 10px;
	background: #FFEDED;
}
.p-attention__head,
.p-attention__text {
	padding: 5px 10px;
}
.p-attention__head {
	display: flex;
	align-items: center;
	text-align: center;
	color: #fa305f;
}
.p-attention__text {
	flex: 1;
	border-radius: 0 8px 8px 0;
	background: #fff;
}
.present_text {
	max-width: 380px;
	margin-bottom: 5px;
}
.toplink .c-btn {
	width: auto;
}

@media only screen and (max-width: 767.9px) {
	
	
	
}