@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**									モデルコース用CSS							*/
/****************************************************************************/


/* ----------------------------------------------------
		一覧
---------------------------------------------------- */
.course_list li {
	display: table;
	width: 100%;
	border: 3px solid #000000;
	background-color: #ffffff;
	margin-top: 30px;
	position: relative;
}


.course_list_img {
	display: table-cell;
	vertical-align: top;
	width: 265px;
	padding-right: 25px;
}

.course_list_img img {
	width: 100%;
}

.course_list_txt {
	display: table-cell;
	vertical-align: top;
}

.course_list_txt h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-family: "honoka";
	font-weight: normal;
	margin: 15px 0;
	padding-right: 150px;
}

.course_list_txt p {
	line-height: 1.5;
	margin-top: 20px;
	color: #221815;
}

.course_list_txt .link_btn2 {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.course_list_txt .link_btn2 {
		top: -3px;
		right: -3px;
	}
}