<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: YuGothic, YuGothicM, "貂ｸ繧ｴ繧ｷ繝�け", Yu Gothic, "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", Hiragino Sans, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", MS PGothic, sans-serif, sans-serif;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: 0;
	padding: 0
}

h1 {
	font-size: 1.25em;
	line-height: 1.5;
	padding: 15px 0;
	color: #105eb0;
	border-bottom: 1px solid #105eb0;
	letter-spacing: .04em
}

h2 {
	font-size: 1em;
	color: #000;
	line-height: 1.7;
	margin: 1em 0 30px;
	padding: 12px 20px;
	border: 1px solid #d8dcdf;
	background: #fff;
	letter-spacing: .04em
}

.event-name {
	font-size: 22.4px;
	color: #e74c3c;
}

.gaiyou table {
	border: none;
	margin: 20px 0;
	width: 90%;
}

.gaiyou table tr th {
	word-break: break-word;
	line-height: 25px;
	color: #272e64;
	border: 1px solid #272E64;
}

.gaiyou table tr td {
	word-break: break-word;
	line-height: 25px;
	color: #666666;
	border: 1px solid #272E64 !important;
	padding: 5px;
}

strong {
	font-size: 1.4rem;
	color: #e74c3c;
}

div.lp {
	color: #336;
}

ul {
	list-style-type: none;
}

li::marker {
	content: none;
}

div.thanks {
	color: #336;
}

p {
	margin: 3px;
}

.nav-index {
	color: #fff;
	border-color: #0f64bc;
	margin-top: -5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.nav-index&gt;ul&gt;li {
	height: 100%;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
	background: #fff
}

.nav-index&gt;ul&gt;li:before {
	display: none
}

.nav-index&gt;ul&gt;li:after {
	content: "";
	display: inline-block;
	background: #0f64bc;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.nav-index&gt;ul&gt;li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	height: 100%;
	padding: 20px 15px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	text-align: center;
	z-index: 10;
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.nav-index&gt;ul&gt;li a:after {
	width: 25px;
	height: 25px;
	content: "";
	background: #0f64bc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	right: -12px;
	bottom: -12px
}

.nav-index&gt;ul&gt;li:hover a {
	color: #fff;
	border-color: #0f64bc
}

@media (max-width:767px) {
	.nav-index {
		margin-bottom: 0
	}

	.nav-index&gt;ul {
		padding: 0;
		margin: 0
	}

	.nav-index&gt;ul&gt;li {
		width: 100%;
		height: inherit
	}
}

@media (min-width:768px) {
	.nav-index {
		opacity: .7
	}

	.nav-index&gt;ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap
	}

	.nav-index&gt;ul&gt;li {
		width: 32%
	}

	.nav-index&gt;ul&gt;li:nth-child(3n-1) {
		margin: 0 1.5% 20px
	}

	.nav-index&gt;ul&gt;li:hover:after {
		width: 100%;
		height: 100%
	}
}


/* Unordered List element */

ul.normal {
	margin: 0;
}

ul.normal&gt;li,
dl.place ul&gt;li {
	position: relative;
	list-style: none;
	font-weight: normal;
}

ul.normal&gt;li::before,
dl.place ul&gt;li::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: .9em;
	left: -1em;
	width: .4em;
	height: .4em;
	border-radius: .2em;
	background: black;
}

/* Description List element for the place of Guidance */

dl.place {
	display: block;
	padding-left: 1.2em;
}

dl.place&gt;dt {
	position: relative;
	display: block;
	font-weight: bold;
}

dl.place&gt;dt::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: .7em;
	left: -1em;
	width: .5em;
	height: .5em;
	background: black;
}

/*
	dl.place&gt;dt::before {
	content: "笆�";
	}*/

dl.place ul,
dl.place dl {
	margin: 0;
}

dl.place ul&gt;li {
	list-style: disc outside;
	font-weight: normal;
}

/* Description List element for the time of Guidance */

dl.guidance-time {
	display: flex;
	flex-wrap: wrap
}

dl.guidance-time&gt;dt {
	width: 10em;
	font-weight: bold;
}

dl.guidance-time&gt;dd {
	width: calc(100% - 10em);
	margin-bottom: 6px;
	margin-left: 0;
}

dl.guidance-time&gt;dd:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	dl.guidance-time&gt;dt {
		display: block;
		width: 100%;
	}

	dl.guidance-time&gt;dd {
		display: block;
		width: 100%;
	}
}

/* free dial */

.tel-block2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.tel-block2 a {
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	font-size: 1.875em;
	font-family: Roboto, YuGothic, YuGothicM, "貂ｸ繧ｴ繧ｷ繝�け", Yu Gothic, "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", Hiragino Sans, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", MS PGothic, sans-serif;
	line-height: .8;
	font-weight: bold;
	letter-spacing: 0;
}

.tel-block2 div {
	white-space: nowrap;
}

.tel-block2 a:before {
	content: "";
	position: absolute;
	width: 1.25em;
	height: 1.25em;
	background: url(https://www.mebio.co.jp/img/common/free2.gif);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	left: -1.5em;
	top: calc(50% - .45em);
}

.reservation {
	font-weight: normal;
}

.examvenue2 {
	color: red;
}

.tel-block2 {
	line-height: 2;
}

.tel-block2 div {
	white-space: nowrap;
}

ul.normal&gt;li::before,
dl.place ul&gt;li::before {
	top: .65em;
}

dl.place&gt;dt::before {
	top: .55em;
}</pre></body></html>