﻿

.p-f-16 {
	font-size: 1.6rem;
}

.p-text__link {
	text-decoration: underline;
}

@media (min-width: 48em) {
	.p-text__link:hover {
		color: #B40914;
	}
	
}

/* MV */
.p-course-mv {
	margin: 0 auto;
	max-width: 669px;
	text-align: center;
}

/* テーブル */
.p-course-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 5px;
}

.p-course-table__col {
}

.p-course-table__col--first {
	width: 130px;
}

.p-course-table__th {
	border: 1px #D9D9D9 solid;
	padding: 10px;
	text-align: center;
}

.p-course-table__td {
	border: 1px #D9D9D9 solid;
	padding: 10px;
	background-color: #ffffff;
}

@media (min-width: 48em) {
	
	.p-course-table__col--first {
		width: 220px;
	}
	
}


/* ボタン配置 */
.p-course-lineup__list {
	display: flex;
	justify-content: space-between;
}

.p-course-lineup__item {
	width: 49%;
}

.p-course-lineup__link {
	width: 100%;
	height: 100%;
}

/* 枠線 */
.p-border-area {
	margin-top: 30px;
	border-radius: 5px;
	border: 3px solid #ededed;
	font-size: 1.5rem;
	line-height: 2;
}

.p-border-area__head {
	border-bottom: 3px solid #ededed;
	padding: 15px 17px 12px;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.6470588235;
}

.p-border-area__content {
	padding: 12px 17px 17px;
	line-height: 1.8666666667;
}

.p-border-area__link {
	text-decoration: underline;
}














