@charset "UTF-8";

/* common */
.cmn_heading{
	color: #ec6d74;
}
@media (max-width: 767px){
	.cmn_billboard_heading{
		margin-bottom: 5px;
	}
}
@media (min-width: 768px){
	.cmn_billboard{
		background-image: url(../../sy_images/course/shinkyu_curriculum/csq_bb.jpg);
	}
}

.table{
	border: solid 2px #ec6d74;
}
.table tr, 
.table th, 
.table td {
	border: solid 2px #ec6d74;
}
.table th{
	width: auto;
	background: #ec6d74 url(../../sy_images/common/co_border_red5.png);
	background-size: 24px;
}
.table td{
	vertical-align: top;
}


/* ===========================================
カリキュラム Page
   =========================================== */

.co_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.co_head dt{
	width: 68px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	background-color: #ec6d74;
	color: #fff;
	font-size: 1.3rem;
}
.co_head dd{
	padding-left: 10px;
	line-height: 1.46;
}
@media (max-width: 767px){
	.co_head{
		margin-bottom: 20px;
	}
}
@media (min-width: 768px){
	.co_head{
		margin-top: 10px;
	}
	.co_head dt{
		width: 106px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 1.8rem;
	}
	.co_head dd{
		line-height: 1.53;
	}
}

.cu_pickup{
	margin-top: 25px;
}
.cu_pickup .cmn_heading_2{
	margin-top: 10px;
	color: #ec6d74;
}
.cu_pickup > h3{
	padding-bottom: 5px;
}
@media (min-width: 768px){
	.cu_pickup{
		margin-top: 55px;
	}
	.cu_pickup .cmn_heading_2{
		margin-top: 15px;
	}
}

/* カリキュラム紹介 */
.co_dl dt{
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	font-weight: 700;
	background-color: #ec6d74;
	color: #fff;
	font-size: 1.6rem;
}
.co_dl dd{
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
}
.co_list{
	border-radius: 20px;
	padding: 20px;
	background-color: #fbe2e3;
	text-align: center;
}
.co_list_dl{
	margin-top: 35px;
	background: url(../../sy_images/common/co_border_red.png) repeat-x 0 -19px;
	background-size: 24px;
}
.cu_dl dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #ec6d74;
}
.cu_dl dt em{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 68px;
	margin-top: 4px;
	line-height: 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	text-align: center;
	background-color: #ec6d74;
	color: #fff;
}
.cu_dl dt span{
	flex-grow: 1;
	padding-left: 5px;
}
.cu_dl dt ~ dt{
	margin-top: 25px;
}
@media (max-width: 767px){
	.cu_intro_flow figure img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.cu_dl dd br{
		display: none;
	}
}
@media (min-width: 768px){
	.cu_intro_flow{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cu_dl{
		width: 580px;
	}
	.cu_dl dt ~ dt{
		margin-top: 50px;
	}
	.cu_dl dt em{
		margin-top: 6px;
	}
}

/* 表 */
.cu_heading{
	margin-top: 25px;
	padding-bottom: 15px;
}
.cu_heading span{
	font-family:Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	color: #323232;
}
.cu_table tr:nth-child(2) td{
	width: 10%;
}
.cu_table tr:nth-child(2) td:nth-child(n + 3){
	width: 20%;
}
.cu_table .cu_td{
	background-color: #fdf0f1;
	vertical-align: middle;
}
.cu_table .cu_td em{
	display: block;
	text-align: center;
	color: #ec6d74;
}
.cu_table li{
	padding-left: 13px;
	background: url(../../sy_images/common/co_list_red.gif) no-repeat 0  4px;
	background-size: 7px;
}
.cu_table + p{
	margin-top: 10px;
	font-size: 1.2rem;
	color: #707070;
}
@media (max-width: 767px){
	.cu_table .cu_td br{
		display: none;
	}
	.cu_heading span{
		display: block;
	}
}
@media (min-width: 768px){
	.cu_table .cu_td em{
		font-size: 1.8rem;
	}
	.cu_table li{
		padding-left: 14px;
		background-position: 0 9px;
		background-size: 9px;
	}
	.cu_heading{
		margin-top: 60px;
	}
	.cu_heading span{
		margin-left: 1em;
		font-size: 1.5rem
	}
	.cu_table + p{
		margin-top: 15px;
		font-size: 1.4rem;
	}
}