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

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	position: relative;
	margin: 0 0 1em;
	clear:both; /* Do not edit */
	padding: 23px 90px 23px 20px;
	font-size: 187.5%;
	color: #333333;
	border-bottom: 4px solid #83D4FF;
	background: url(/shared/templates/site_school/free/images/ttl_h1_bg.png) right bottom -1px / 85px auto no-repeat #fff;
	background-color: #E4F6FF;
}
#tmp_contents h1::before {
	content: "";
	background-image: linear-gradient(to right, #83D4FF, #83D4FF 8px, transparent 3px, transparent 8px);
	background-size: 12px 4px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background-position: left top;
}
#tmp_contents h1::after {
	content: "";
	position: absolute;
	bottom: -33px;
	left: 20px;
	border: 15px solid transparent;
	border-top: 15px solid #83D4FF;
}

#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	position: relative;
	clear:both; /* Do not edit */
	padding: 18px 75px 18px 20px;
	font-size: 150%;
	color: #333333;
	border-bottom: 4px solid #F5CA66;
	background: url(/shared/templates/site_school/free/images/ttl_h2_bg.png) right bottom -1px / 65px auto no-repeat #fff;
	background-color: #FDF6E5;
}
#tmp_contents h2::before {
	content: "";
	background-image: linear-gradient(to right, #F5CA66, #F5CA66 8px, transparent 3px, transparent 8px);
	background-size: 12px 4px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background-position: left top;
}
#tmp_contents h3 {
	position: relative;
	clear:both; /* Do not edit */
	padding: 14px 20px;
	font-size: 150%;
	color: #333333;
	border-bottom: 4px solid #83D4FF;
	background-color: #fff;
}
#tmp_contents h3::before {
	content: "";
	background-image: linear-gradient(to right, #83D4FF, #83D4FF 8px, transparent 3px, transparent 8px);
	background-size: 12px 4px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background-position: left top;
}
#tmp_contents h4 {
	font-size: 112.5%;
	position: relative;
	padding: 8px 20px 8px 42px;
	border-bottom: 2px solid #83D4FF;
	background: url(/shared/templates/site_school/free/images/ttl_h4_bg.png) left center / 35px auto no-repeat #fff;
}
#tmp_contents h5 {
	font-size: 112.5%;
	position: relative;
	padding: 8px 20px 8px 30px;
	background: url(/shared/templates/site_school/free/images/ttl_h5_bg.png) left center / 20px auto no-repeat #fff;
}
#tmp_contents h6 {
	font-size: 100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents img {
	max-width: 100%;
	height: auto;
}
#tmp_contents ul {
	margin: 0 0 1em 3.2em; /* Do not edit */
	list-style-image:url(/shared/site_school/images/icon/circle-yellow.svg); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents ul.horizon_list {
	margin: 0 0 1em 0;
}
#tmp_contents ul.horizon_list li {
	display: inline;
	margin-right: 1em;
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents .autolink_list a + a {
	border-top: 1px dashed #c4d3d3;
}
#tmp_contents .list_item {
	display: table;
	width:100%;
}
/* tpl_index */
.tpl_index #tmp_contents .idx_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
.tpl_index #tmp_contents .idx_box ul li {
	width: calc(50% - 15px);
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を元に戻す */
	margin: 0 0 12px 0;
	position: relative;
	z-index: 1;
	
}
.tpl_index #tmp_contents .idx_box ul li:nth-child(2n+1) {
	margin-right:30px;
}
.tpl_index #tmp_contents .idx_box ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #EFA600;
	position: relative;
	padding: 20px;
	cursor: pointer;
	transition:0.2s ease-in-out;
}

.tpl_index #tmp_contents .idx_box ul li a:before {
	background: #FDF6E5;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 6px;
	transition:0.2s ease-in-out;
	z-index: -1;
}
.tpl_index #tmp_contents .idx_box ul li a:hover:before {
	top: 0;
	left: 0;
}
/* map */
#tmp_contents .box_gmap {
	width: 100%;
	margin:15px 0 0.8em;
	clear:both;
}
#tmp_gmap_box {
	height: 420px;
	border: 1px solid #83D4FF;
	clear:both;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* Do not edit */
	background-color: #fff;
	border: solid 4px #B5E5FF;
	box-sizing: border-box;
	clear:both; /* Do not edit */
	border-radius: 6px;
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse: separate; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding: 30px 20px calc(30px - 0.8em);
	color:inherit;
}
#tmp_contents div.outline {
	padding: 30px 30px calc(30px - 0.8em);
	color:inherit;
}
#tmp_contents div.outline h2 {
	color: #009CD3;
	background-color: inherit;
	margin: 0 0 0.4em 0;
	padding: 0;
}
#tmp_contents div.outline h2::before,
#tmp_contents div.outline h2::after {
    display: none;
}
#tmp_contents div.outline.error {
	background-color: #f7c9d5;
	border: 1px solid #fff2f5;
	background: url(/shared/site_school/images/top/top_emergency.svg) left 30px center / 30px auto no-repeat #FFF2F5;
}
#tmp_contents div.outline.error h2 {
	color: #b92538;
}
#tmp_contents div.outline.error ul {
	list-style-image: url(/shared/site_school/images/free/circle-red.svg);
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:10px;
	color:inherit;
	background: repeating-linear-gradient(
		-30deg,
		#E4F6FF, #E4F6FF 7px, #CCF3FF 0, #CCF3FF 9px);
	border-radius: 6px;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */
	border-radius: 6px;
	background-color: #FDF6E5;
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding: 0.8em 0.4em 0.8em 1.2em;
	font-weight:bold;
	font-size: 112.5%;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding: 30px 20px 10px;
	position: relative;
}
#tmp_contents .box_info .box_info_cnt::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F1AF1A;
    top: 0px;
	right: 0;
	left: 0;
    margin: auto;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* Do not edit */
	border-radius: 6px;
	background-color: #FDF6E5;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding: 0.8em 0.4em 0.8em 1.2em;
	font-weight:bold;
	font-size: 112.5%;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding: 30px 20px 10px;
	position: relative;
}
#tmp_contents .box_link .box_link_cnt::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F1AF1A;
    top: 0px;
	right: 0;
	left: 0;
    margin: auto;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left: 24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* Do not edit */
	background: repeating-linear-gradient(
		-30deg,
		#E4F6FF, #E4F6FF 7px, #CCF3FF 0, #CCF3FF 9px);
	border-radius: 6px;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding: 10px 10px 5px;
}
#tmp_contents table.box_menu td.box_menu_cnt {
	padding: 10px 20px 10px 20px;
}
#tmp_contents table.box_menu tbody {
	padding: 10px;
}
#tmp_contents table.box_menu td.box_menu_ttl {
	padding: 20px 15px 0 15px;
}
#tmp_contents table.box_menu td.box_menu_ttl p {
	margin: 0;
}
#tmp_contents div.box_menu {
	padding: 20px 10px 6px 10px;
}
#tmp_contents div.box_menu .box_menu_cnt {
	margin-left: 10px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable 
   enquete_table
================================================== */
#tmp_contents table.enquete_table tbody,
#tmp_contents table.enquete_table tr,
#tmp_contents table.enquete_table th,
#tmp_contents table.enquete_table td {
	max-width:800px;
	margin: auto;
	width: 100%;
	display: block;
	border: none;
	text-align: left;
}
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #B4B4B4;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	border: 1px solid #B4B4B4;
	border-bottom: none;
	background-color: #FDF6E5;
	padding: 8px 8px;
}
#tmp_contents table.enquete_table th {
	border: 1px solid #E0E0E0;
	border-bottom: none;
	background-color: #FFFFFF;
	padding: 12px 10px 4px 10px;
	color: #424242;
	border-radius: 5px 5px 0 0;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	border: 1px solid #B4B4B4;
	padding: 8px 8px;
}
#tmp_contents table.enquete_table td {
	border: 1px solid #E0E0E0;
	border-top: none;
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
	min-height: 3em;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
	display: block;
	margin: 0 auto 2.5em;
	border: none;
	border-radius: 5px;
	background-color: #F9F4ED;
	padding: 30px 5px;
}
#tmp_contents table.enquete_table input,
#tmp_contents table.enquete_table textarea {
	border: 1px solid #E0E0E0;
	padding: .2em;
	border-radius: 3px;
}
#tmp_contents table.enquete_table textarea {
	width: 100%;
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* base.css &gt; Styles &gt; .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}

/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* base.css &gt; Styles &gt; th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css &gt; Styles &gt; th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css &gt; Styles &gt; th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css &gt; Styles &gt; th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css &gt; Styles &gt; th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css &gt; Styles &gt; th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color: #F7F7F7; /* = table.datatable th */
	border: 1px solid #C0D6E1; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width: auto !important;
}
.container {
	width:100% !important;
	min-width: auto !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_wrap_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.tmp_contents_box {
	display: block;
}
.gnavi,
#tmp_means,
#tmp_wrap_gnavi::before,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
.footer_main,
#tmp_wrap_footer .container::after {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_hlogo {
	height: auto;
}
#tmp_hlogo h1, #tmp_hlogo p {
	height: auto;
	margin: 20px;
}
/* map */
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
/* copyright */
.copyright {
	text-align:left !important;
}
.footer_main ul li a,
#tmp_copyright {
		color:#000000 !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

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