.cource-list .courseInfo_tbl {
    margin-bottom: 47px;
}

.cource-list .courseInfo_tbl table th, 
.cource-list .courseInfo_tbl table td {
    font-size: 16px;
}

.cource-list .courseInfo_tbl .cource01 th, 
.cource-list .courseInfo_tbl .cource01 td {
	padding: 2px 5px 1px 5px;
}

.cource-list .courseInfo_tbl .cource02 th, 
.cource-list .courseInfo_tbl .cource02 td {
	padding: 9px 5px 9px 5px;
}

.cource-list .courseInfo_tbl .cource03 th, 
.cource-list .courseInfo_tbl .cource03 td {
	padding: 7px 5px 3px 5px;
    font-size: 15px;
    line-height: 1.3;
}

.post_text{
	overflow:hidden;
}

.post_text p{
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom:25px;
	font-size:16px;
	line-height:2.1;
}
.post_text img{
	max-width:100%;
	height:auto;
}
.post_text img.alignright{
	float:right;
	margin:0 0 15px 15px;
	display:block;
}
.post_text img.alignleft{
	float:left;
	margin:0 15px 15px 0;
	display:block;
}
.post_text img.aligncenter{
	display:block;
	margin:0 auto 15px;
}
.post_text h1,
.post_text h2,
.post_text h3,
.post_text h4,
.post_text h5,
.post_text h6{
	line-height:1.6;
}

.post_text h1{
	font-size:36px;
	border-bottom:6px solid;
	margin:0 0 35px;
}
.post_text h2{
	font-size:32px;
	border-bottom:5px solid;
	margin:0 0 35px;
}
.post_text h3{
	font-size:28px;
	border-bottom:4px solid;
	margin:0 0 35px;
}
.post_text h4{
	font-size:24px;
	border-bottom:3px solid;
	margin:0 0 35px;
}
.post_text h5{
	font-size:20px;
	border-bottom:2px solid;
	margin:0 0 35px;
}
.post_text h6{
	border-bottom:1px solid;
	margin:0 0 35px;
}
.post_text table th {
    font-weight: bold;
    background: #E0F1F3;
}
.post_text td{
	padding:10px;
	border-bottom: 1px solid #36A8B3;
}
.post_text table{
	margin-bottom:25px;
}
.post_text ul,
.post_text ol{
	padding-left:2.0em;
	margin-bottom:25px;
}
.post_text ul li{
	list-style:outside;
	margin-bottom:10px;
	line-height:1.4;
}
.post_text ol li{
	list-style:outside decimal;
	margin-bottom:10px;
	line-height:1.4;
}
.post_text a{
	text-decoration:underline;
	color:#999;
}


/* ======================================
SP
====================================== */
@media only screen and (max-width:640px){
/* ============================================
course
============================================ */
	.cource-list .js-scrollable table{
		width: 1475px;
	}
	
	.cource-list .courseInfo_tbl .js-scrollable th,
	.cource-list .courseInfo_tbl .js-scrollable td {
		font-size: 22px;
		line-height: 1.095416666666667;
		letter-spacing: 0.05em;
	}

	.cource-list .courseInfo_tbl .cource03 th {
		font-size: 20px;
		word-break: keep-all;
		word-wrap: normal;
	}

	.cource-list .courseInfo_tbl .big_cell {
		width: 372px;
	}

	.cource-list .u-sp {
		display: none !important;
	}
	
	.courseInfo_tbl .js-scrollable .other td {
		padding: 40px 37px 28px;
	}

	.courseInfo .courseOutline_bnr {
		margin: 86px auto 55px;
	}
}