<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 */
/*メインカラー0　#1e50a2　ブルー*/
/*メインカラー1　#0f9900　濃グリーン*/
/*メインカラー2　#e4dbbd　薄キイロ*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/
/*メインカラー5　#e87478　薄ピンク*/
/*メインカラー6　#4c6cb3 薄ブルー*/
/*メインカラー7　#FF8E1A　濃オレンジ*/
/*指導医養成講座==================================*/
.article_1{
	margin: 20px 0 40px;
}
.article_1 p {
	text-align: justify;
	word-break:break-all;
	text-justify:inter-character;
}
.period {
	font-weight: bold;
	font-size: 2rem;
	line-height: 4rem;
}
.period span{
	font-size: 4rem;
}
.period_2, .period_4{
	display: inline-block;
}
.period_3{
	display: inline-block;
	text-indent: 0;
}
@media screen and (max-width: 500px){
	.period_2,.period_3{
		text-indent: 3.1em;
	}
	.period_4 {
		text-indent: 6em;
	}
}
.icon_arrow1_color {
	display: inline-block;
	width: 14pt;
	height: 14px;
	fill: #FF8E1A;
}
.line_indent {
	text-indent: -24px;
	padding-left: 24px;
}
/*svg_リンクアイコン*/
.icon_link1 {
	width: 18px;
	filter: brightness(0) saturate(100%) invert(21%) sepia(31%) saturate(5323%) hue-rotate(325deg) brightness(83%) contrast(94%);
}

/*--------------------
インデント
----------------------*/
.indent_10 {
	padding-left: 120px;
}</pre></body></html>