<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*法人・団体受講*/

/*----------------------------------------------------
 * override
----------------------------------------------------*/


/*----------------------------------------------------
 * common
----------------------------------------------------*/

/* ついてくるメニュー対策 */
#contents.group section#yotsuya,
#contents.group section#support,
#contents.group section#case,
#contents.group section#procedure,
#contents.group section#fee,
#contents.group section#faq {
	margin-top: -45px;
	padding-top: 45px;
}


/* title
 ---------------------------------------------------*/
#contents.group .title .subtxt {
	width: 60%;
}

/* banner area
 ---------------------------------------------------*/
#contents.group .banner_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/*----------------------------------------------------
 * contents
----------------------------------------------------*/

/* nav
 ---------------------------------------------------*/
#contents.group #group_nav li:nth-child(n+2):after {
	background: #fff;
}

#contents.group #group_nav.group_nav_hoiku li.group_nav_yotsuya { width: 25%;}
#contents.group #group_nav.group_nav_hoiku li.group_nav_support { width: 21%;}
#contents.group #group_nav.group_nav_hoiku li.group_nav_case { width: 9%;}
#contents.group #group_nav.group_nav_hoiku li.group_nav_procedure { width: 13%;}
#contents.group #group_nav.group_nav_hoiku li.group_nav_fee { width: 20%;}
#contents.group #group_nav.group_nav_hoiku li.group_nav_faq { width: auto;}



/* こんなことにお悩みではありませんか
 ---------------------------------------------------*/
#contents.group #problem #problem_case {
	display: flex;
	justify-content: space-between;
}

#contents.group #problem #problem_case li {
	width: 32.29%;
	margin-bottom: 30px;
}

#contents.group #problem #answer {
	text-align: center;
	margin-left: 80px;
}


/* 法人・団体受講でできること
 ---------------------------------------------------*/
#contents.group section#support {
	padding-top: 65px;
}


/* 導入事例
 ---------------------------------------------------*/
#contents.group #case .title {
	margin-bottom: 55px;
}


/* 受講料・団体割引について
 ---------------------------------------------------*/
/* 全科目セット */
#contents.group #fee table#fee_all{
	width: 55%;
}
/* 科目ごと */
#contents.group #fee table#fee_subject {
	width: 55%;
}
/* 団体受講割引 */
#contents.group #fee #fee_discount {
	width: 64%;
}

</pre></body></html>