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

/* common */
.cmn_heading {
	color: #78c497;
}

@media (max-width: 767px) {
	.cmn_billboard {
		background-image: url(../../2020images/point/03/p3_bb@2023-sp.jpg);
	}
}

@media (min-width: 768px) {
	.cmn_billboard {
		background-image: url(../../2020images/point/03/p3_bb@2023-pc.jpg);
	}
}

.cmn_billboard-heading {
	background-color: rgba(128, 173, 63, .8);
}

.cmn_billboard-heading--list {
	color: #80ad3f;
}

@media (max-width: 767px) {
	.cmn_billboard-heading--list {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}

/* ===========================================
	   point Page
   =========================================== */

.po_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 28px;
	margin-bottom: 50px;
	background: url(../../2020images/common/co_line.png) repeat-x 0 bottom;
	background-size: auto 13px;
}

.po_heading b {
	padding-left: 12px;
	font-size: 2rem;
	line-height: 1.526;
	color: #78c497;
}

@media (max-width: 767px) {
	.po_heading span {
		width: 66px;
	}

	.po_heading br {
		display: none;
	}
}

@media (min-width: 768px) {
	.po_heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 100px;
	}

	.po_heading b {
		padding-left: 30px;
		font-size: 3.8rem;
	}
}

@media (max-width: 767px) {
	.po_section&gt;div~div {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.po_section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.po_section&gt;div {
		width: 455px;
	}
}

/* 文部科学大臣に認定された、授業内容 */
.po03_sec {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.po03_img:after {
		clear: both;
		display: block;
		content: "";
	}

	.po03_img img {
		width: 47%;
		float: left;
		border-radius: 5px;
	}

	.po03_img img:nth-child(2) {
		margin-left: 6%;
	}
}

@media (min-width: 768px) {
	.po03_img img~img {
		margin-top: 50px;
	}

	.po03_sec {
		margin-top: 80px;
	}
}</pre></body></html>