.model-page .thum-img {
	margin-bottom: 40px;
}

.model-page .thum-img img {
	width: 100%;
}

.model-page {
	padding-top: 60px;
}

.model-content {
	display: flex;
	justify-content: space-between;
}

.model-content .main {
	width: calc(100% - 360px);
}

.model-content .side {
	width: 290px;
	border-top: 2px solid #333;
	
}

.model-content .side .side-inner {
	background: #fff;
	padding: 5px 10px 0 10px;
}

.model-content .side h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.model-content .side th {
	font-size: 10px;
	white-space: nowrap;
	border-top: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.model-content .side th span {
	background: #F3CE46;
	padding: 2px 10px;
	border-radius: 40px;
	
}

.model-content .side td {
	font-size: 13px;
	padding-left: 10px;
	border-top: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.model-content .main h1 {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}

.tag-list {
	display: flex;
	gap:10px;
	margin-bottom: 10px;
}

.tag-list a {
	display: block;
	border-radius: 40px;
	color: #E1513E;
	border: 1px solid #E1513E;
	font-size: 12px;
	line-height: 1;
	padding: 2px 10px;
}

.main-content {
	margin-bottom: 50px;
}

.course-block h2 {
	background: #F3CE46;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 8px 0;
	line-height: 1;
}

.course-img img {
	width: 100%;
	display: block;
}

.course-block dl {
	display: flex;
	padding: 30px 0;
	position: relative;
}

.course-block dl:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 100%;
	background: #F3CE46;
	position: absolute;
	left: 36px;
    top: 0;
	z-index: 1;
}

.course-block dt {
	width: 15%;
	position: relative;
	z-index: 2;
}

.course-block dt p {
	background: #F3CE46;
	border-radius: 40px;
	width: 80%;
	text-align: center;
}

.course-block dd {
	width: 85%;
}

.course-block dd h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.course-block:last-child dl:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 50%;
	background: #F3CE46;
	position: absolute;
	left: 36px;
    top: 0;
	z-index: 1;
}

















