<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================
head
========================= */
.section-head {
	padding-top: 25px;
}
.section-description {
	margin-top: 25px;
	font-size: 15px;
	color: #333333;
	line-height: 2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.section-head + .section {
	margin-top: 20px;
}

/* =========================
section
========================= */
.section {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.content-title {
	color: #1FBEB6;
	font-size: 18px;
}
.content-title + .content-txt {
	margin-top: 10px;
}
.content + .section-title {
	margin-top: 30px;
}
.content-txt {
	padding-left: 15px;
	line-height: 2;
	font-size: 15px;
	color: #333333;
	text-indent: 1em;
}
.have_img {
	word-break: break-all;
	float: left;
}
.have_img img {
	margin: 10px;
	float: right;
}
.content + .content {
	margin-top: 50px;
}
.content-subtitle + .content-txt {
	margin-top: 10px;
}

/* =========================
スタイルガイド
========================= */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.img-center	{text-align: center;}
.img-spacing {margin: 30px 0;}
.fr {float: right;}
.fl{float: left;}
.oh { overflow: hidden;}
.tac {text-align: center;}
.tar {text-align: right;}
.fwb {font-weight: bold;}

/* =========================
画像
========================= */
.graph {
	margin-top: 30px;
}
.graph-caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.graph-caption:before {
	content: '■';
}
/* =========================
footer
========================= */
.section-footer {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 60px;
}

/* =========================
ページャー
========================= */
.pager {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	overflow: hidden;
}
.pager li {
	float: left;
	margin-right: 5px;
}
.pager a {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.pager .current {
	background-color: #CB5238;
}

/* =========================
文中画像
========================= */
.bg-gray {
	padding: 5px;
	background-color: #EDEDED;
}
.images-wrapper {
	padding: 20px 0;
	margin-top: 20px;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}
.photo {
  float: right;
  width: 300px;
  margin: 10px;
}
.gra-wrapper {
	margin-top: 60px;
}
.gra-caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.gra-caption:before {
	content: '■';
}
/* =========================
先生情報
========================= */
.content-teacher {
	overflow: hidden;
	background-color: #E8E2D7;
	padding: 10px;
	margin-top: 20px;
}
.content-teacher + .content-teacher {
	margin-top: 15px;
}
.teacher-thumb {
	float: left;
}
.teacher-info {
	width: 480px;
	float: left;
	margin-left: 10px;
}
.teacher-name {
	font-size: 15px;
	border-bottom: 5px solid #A9976D;
	padding-bottom: 5px;
}
.teacher-name span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}
.teacher-group {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.teacher-description {
	margin-top: 10px;
}</pre></body></html>