@charset "Shift_JIS";

@media screen and (max-width:767px) {
/*スマホサイズ*/
}

table td.blue
{
	background: #d9f9fd;
}

#contentsWrap h2
{
	position: relative;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #c8000b;
	padding-left: 10px;
}

#contentsWrap h2::after
{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 55%;
	height: 0;
	border-top: 2px solid #c8000b;
	margin-left: -4px;
}

/*--------------------------
it講座の強み
--------------------------*/

dl.strength
{
	display: flex;
	flex-direction: column;
	background: #eff2ff;
	padding: 20px;
	border-radius:10px;
}

dl.strength dt
{
	font-weight: 800;
	margin: 10px 0 20px 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color:#858cff;
	font-size: 1.2rem;
	line-height: 1.2;
}

dl.strength dt span.strength {
	background: #858cff;
	color: #fff;
	display: inline-flex;
	align-items: center; /* 垂直方向の中央揃え */
	padding: 5px 20px;
	margin-right: 10px;
	text-align: center; /* テキストを中央揃え */
	border-radius: 100px;
}

dl.strength dd
{
line-height:1.8;
	letter-spacing:0.02rem;
}

dl.strength .discBOX
{
	background: #dee2ff;
}

dl.strength .attBox02
{
	background: #dee2ff;
	border:solid #dee2ff;
}

/* スマホ用のメディアクエリ */
@media (max-width: 768px) {
	dl.strength dt
	{
	grid-template-columns: auto 1fr;
	}
	dl.strength dt span.strength {
	padding: 5px 20px;
	margin-right: 10px;
	font-size:1.2rem;
	}
}

/*------------------
講師プロフィール
------------------*/
dl.profile
{
	margin-top:0px;
}
dl.profile dt
{
	background:#f2f2f2;
	display:inline-block;
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
}

dl.profile dd
{
	border-bottom:solid 1px #d4d4d4;
	padding:10px 0;
}

/*------------------
priceの注意　ul
------------------*/
#price ul.att
{
	padding:20px;
	background:#f2f2f2;
	border-radius:10px;
}

#price ul.att li
{
	margin-top: 13px;
	line-height: 1.4;
	font-size: 0.9rem;
	text-indent: -1em;
	padding-left:1em;
}
#price ul.att li:first-child
{
	margin-top: 0px;
}
