@charset "UTF-8";

/* common
========================= */
.course-page{
	text-align: center;
	margin-top: 4rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
h2{
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 3rem;
}
h3{
	color: #e2761e;
	font-size: 2rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
table{
	width: 100%;
	text-align: left;
	font-size: 2rem;
	border-top: 1px solid #3d342c;
	border-bottom: 1px solid #3d342c;
}
table th{
	width: 50%;
	padding: 2rem 0;
}
.att{
	border: 2px solid #ff0000;
	padding: 2rem;
	color: #ff0000;
}
section .btn{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
a.btn.btn-nor{
	background: #379b37;
}
a.btn.btn-pr{
	background: #e2761e;
}
h4{
	font-size: 2rem;
	text-align: left;
}
.card-btn a.btn{
	background: #e2761e;
}
/*PC*/
@media (min-width: 751px){
	.course-page{
		margin-top: 6rem;
	}
	h2{
		font-size: 3.6rem;
		margin-bottom: 8rem;
	}
	h3{
		font-size: 2.6rem;
	}
	.btn-area.dispflex{
		-webkit-justify-content: center;
		        justify-content: center;
	    gap: 10px;
	}
	.btn-area .btn{
		width: 100%;
		margin-bottom: 0;
	}
}
