@charset "utf-8";
/*==================================================
	【コース・料金】ページ固有のスタイル
==================================================*/
#course h4.sub {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 125%;
	border-left: 2px solid #30517c;
	background: rgba( 94, 0, 231, 0.1) url(../img/top/slash.png);
	margin: 20px 0 10px;
	padding: 10px;
}
#course .box_toc {
	border: 1px solid  #5e00e7;
	margin-bottom: 50px;
	padding: 15px;
}
#course .box_toc dl {
	margin-bottom: 1em;
}
#course .box_toc dl:last-of-type {
	margin-bottom: 0;
}
#course .box_toc dt {
	font-size: 90%;
	color: #30517c;
	font-weight: 600;
}
#course .box_toc dt span.check {
	color: #14c4ff;
	padding-right: 0.3em;
}
#course .box_toc dd {
	font-size: 90%;
}
#course .tbl_price {
	width: 100%;
	font-size: 90%;
	border: 3px solid #5e00e7;
	table-layout: fixed;
	margin-bottom: 80px;
}
#course .tbl_price tr {
	border: 1px solid #EEE;
}
#course .tbl_price th {
	text-align: center;
	color: #5e00e7;
	padding: 20px;
}
#course .tbl_price td {
	text-align: center;
	padding: 20px;
}
#course .tbl_price td.left {
	text-align: left;
}
#course hr {
	border-bottom: 1px dashed #BBBBBB;
	margin-bottom: 1em;
}
#course .other {
	border: 1px solid #5e00e7;
	font-size: 90%;
	padding: 15px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#course .tbl_price {
		table-layout: auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#course .box_toc dt,
	#course .box_toc dd {
		font-size: 100%;
	}
	#course .tbl_price {
		font-size: 100%;
	}
	#course .tbl_price th,
	#course .tbl_price td {
		display: block;
		padding: 10px;
	}
	#course .other {
		font-size: 100%;
	}
}