<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* kv画像 */
.kv {
	margin-bottom: 20px;
}

/* 導入文 */
.leadTxt {
	margin: 0 10px 18px 0;
}
.leadTxt p {
	margin-bottom: 10px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.5;
}

/* 目次 */
.nav {
	border: #fe9d21 2px solid;
	border-radius: 5px;
  	margin-bottom: 70px;
}
.nav-title {
	background: #fe9d21;
	color: #fff;
	font-size: 20px;
  	font-weight: bold;
	padding: 10px 0 10px 12px;
}
.nav-list {
	padding: 18px 22px;
}
.nav-list li {
	text-indent: -1.4em;
	padding-left: 1.4em;
  	margin-bottom: 12px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}
.nav-list li:last-child {
  	margin-bottom: 0;
}
.nav-list li a {
	color: #4b4b4b;
	text-decoration: underline;
}
.nav-list li a:hover {
  	color: #e4251f;
}
.nav-list li::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ffe7c9;
	margin-right: 10px;
}

/* コンテンツ内容 */
.differenceContents {
	margin: -20px 0 70px;
  	padding-top: 20px;
}
.differenceContents-inner {
	margin: 30px 0 20px;
}
.differenceContents-title {
	position: relative;
	padding-bottom: 10px;
	color: #4b4b4b;
	font-size: 20px;
	font-weight: bold;
}
.differenceContents-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	border-bottom: solid 5px #ddd;
	border-radius: 0 10px 10px 0;
}
.differenceContents-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	width: 9%;
	border-bottom: solid 5px #fe9d21;
	border-radius: 10px 0 0 10px;
}
.differenceContents-txt {
	margin: 0 10px 30px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.6;
}

/* コンテンツ内容（詳細） */
.differenceContents-cont-wrapper {
  	margin-bottom: 50px;
}
.differenceContents-cont {
	margin-bottom: 30px;
}
.differenceContents-cont-title {
	margin: 0 10px 10px;
	color: #4b4b4b;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}
.differenceContents-cont-title::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -4px 6px 0 0;
	width: 9px;
	height: 9px;
  	background-color: #ddd;
}
.differenceContents-cont-txt {
	margin: 0 10px 10px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.6;
}
.differenceContents-cont-attention {
	color: #4b4b4b;
	font-size: 12px;
	text-align: right;
 	margin-right: 10px;
}

/* コンテンツ内容（詳細）テーブル */
.differenceContents-cont-table {
  	margin: 0 10px 10px;
	width: 97%;
	border: 1px solid #ddd;
}
.differenceContents-cont-table th {
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fe9d21;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
}
.differenceContents-cont-table th:nth-child(n+2){
	width: 305px;
}
.differenceContents-cont-table td {
	padding: 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.4;
}
.differenceContents-cont-table tr:last-child {
	border-right: none;
}
.differenceContents-cont-table tr:last-child th,
.differenceContents-cont-table tr:last-child td {
	border-bottom: none;
}
.differenceContents-cont-table-number {
	background-color: #ffe7c9 !important;
	color: #fe9d21 !important;
}

/* コンテンツ内容（詳細）料金表テーブル */
.differenceContents-cont-priceTable {
	margin: 0 10px 10px;
	border: 1px solid #ddd;
}
.differenceContents-cont-priceTable th {
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fe9d21;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
}
.differenceContents-cont-priceTable th:nth-child(n+2){
	width: 250px;
}
.differenceContents-cont-priceTable td {
	text-align: center;
	padding: 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.4;
}
.differenceContents-cont-priceTable tr:last-child {
	border-right: none;
}
.differenceContents-cont-priceTable tr:last-child th,
.differenceContents-cont-priceTable tr:last-child td {
	border-bottom: none;
}
.differenceContents-cont-priceTable-subtitle {
	width: 150px !important;
	background-color: #ffe7c9 !important;
	color: #414141 !important;
}
.differenceContents-cont-priceTable-line {
	width: 150px !important;
	background-color: #ffe7c9 !important;
	background-image: linear-gradient(-13deg, transparent 49%, #ddd 49%, #ddd 51%, transparent 51%, transparent);
}

/* 塾、学習塾を探すボタン */
.btRanking {
	margin: 0 15px 30px;
}
.btRanking-btn {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 15px;
  width: 350px;
  background: #f19032;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #ce7117;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.btRanking-btn:visited {
  color: #fff;
}
.btRanking-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

/* 特集一覧リンク */
.link {
	margin: 0;
	text-align: right;
}
.link a {
	padding:0 0 0 7px;
	background: url(/img2/common/ic_arrow_001.gif) left center no-repeat;
}
.link a:visited {
	color: #004b91;
}
.link a:hover {
	color: #e4251f;
	text-decoration: underline;
}</pre></body></html>