@keyframes wheel {
	0% {
		width: 0px;
		right: -27px;
		opacity: 0;
		transform: rotate(0deg);
	}
	10% {
		opacity: 1;
	}
	50% {
		width: 14px;
		right: -35px;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		width: 0px;
		right: -27px;
		opacity: 0;
		transform: rotate(360deg);
	}
}
@keyframes buttonwheel {
	0% {
		height: 0px;
		opacity: 0;
		transform: translateY(50%) rotate(-90deg);
	}
	10% {
		opacity: 1;
	}
	50% {
		height: 25px;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		height: 0px;
		opacity: 0;
		transform: translateY(50%) rotate(270deg);
	}
}
.oldhtml {
	font-size: min(1.25vw * var(--fontratio, 1), 16px * var(--fontratio, 1));
	line-height: 1.5;
	/* **************************************************
	  elements
	************************************************** */
	/* --------------------------------------------------
	  paragraph
	-------------------------------------------------- */
	/* --------------------------------------------------
	  img
	-------------------------------------------------- */
	/* --------------------------------------------------
	  link
	-------------------------------------------------- */
	/* --------------------------------------------------
	  heading
	-------------------------------------------------- */
	/* --------------------------------------------------
	  ul
	-------------------------------------------------- */
	/* --------------------------------------------------
	  table
	-------------------------------------------------- */
	/* --------------------------------------------------
	  decorated character
	-------------------------------------------------- */
	/* **************************************************
	  column
	************************************************** */
	/* **************************************************
	  list
	************************************************** */
	/* --------------------------------------------------
	  linkList
	-------------------------------------------------- */
	/* **************************************************
	  mod-borderBlock
	************************************************** */
	/* --------------------------------------------------
	  borderBlock01
	-------------------------------------------------- */
	/* --------------------------------------------------
	  borderBlock02
	-------------------------------------------------- */
	/* --------------------------------------------------
	  borderBlock03
	-------------------------------------------------- */
	/* **************************************************
	  Course Color
	************************************************** */
	/* **************************************************
	  Youtube
	************************************************** */
}
@media screen and (max-width: 959px) {
	.oldhtml {
		font-size: min(1.5609756098vw * var(--fontratio, 1), 12.8px * var(--fontratio, 1));
	}
}
@media screen and (max-width: 767px) {
	.oldhtml {
		font-size: min(3.4330798898vw * var(--fontratio, 1), 12.8740495868px * var(--fontratio, 1));
	}
}
.oldhtml img {
	display: inline-block;
}
.oldhtml p {
	margin: 0 0 20px 0px;
	clear: both;
}
.oldhtml table p {
	margin: 0 0 10px 0px;
}
@media screen and (max-width: 767px) {
	.oldhtml p {
		margin: 0 0 15px 0px;
	}
	.oldhtml table p {
		margin: 0 0 5px 0px;
	}
}
.oldhtml img[align="left"] {
	margin: 0 20px 10px 0;
}
.oldhtml img[align="right"] {
	margin: 0 0 10px 20px;
}
.oldhtml img[border="1"] {
	border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.oldhtml img[align="left"] {
		float: none;
		display: block;
		margin: 0 auto 15px auto;
	}
	.oldhtml img[align="right"] {
		float: none;
		display: block;
		margin: 0 auto 15px auto;
	}
}
.oldhtml a {
	color: #0077b6;
}
.oldhtml a:hover {
	text-decoration: underline;
}
.oldhtml h2 {
	clear: both;
	font-size: 133%;
	font-weight: bold;
	margin: 30px 0 20px;
	padding: 5px 10px;
	color: #333;
	background-color: #efefef;
	border-left: #0077b6 5px solid;
}
.oldhtml h2 a {
	color: #333;
}
.oldhtml h3 {
	clear: both;
	color: #222;
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 20px;
}
.oldhtml h3:after {
	display: none;
}
.oldhtml h4 {
	clear: both;
	color: #222;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.oldhtml h2 {
		font-size: 116%;
		margin-bottom: 15px;
	}
	.oldhtml h3 {
		font-size: 116%;
		margin-bottom: 15px;
	}
	.oldhtml h4 {
		font-size: 100%;
		margin-bottom: 5px;
	}
}
.oldhtml ul {
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
}
.oldhtml ul li {
	background: url(../images/ico_bullet_01.png) no-repeat 0px 0.8em;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px solid #ddd;
}
.oldhtml ul ol li {
	background: none;
	padding: 8px 0px;
	border-bottom: none;
}
.oldhtml table ul {
	margin-bottom: 0px;
	border-top: none;
}
.oldhtml table ul li {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.oldhtml ul {
		margin-bottom: 30px;
	}
}
.oldhtml table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: min(1.25vw * var(--fontratio, 1), 16px * var(--fontratio, 1));
	line-height: 1.5;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
	.oldhtml table {
		font-size: min(1.5609756098vw * var(--fontratio, 1), 12.8px * var(--fontratio, 1));
	}
}
@media screen and (max-width: 767px) {
	.oldhtml table {
		font-size: min(3.4330798898vw * var(--fontratio, 1), 12.8740495868px * var(--fontratio, 1));
	}
}
.oldhtml table th,
.oldhtml table td {
	font-size: min(1.25vw * var(--fontratio, 1), 16px * var(--fontratio, 1));
	line-height: 1.5;
	vertical-align: middle;
	padding: 8px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
	.oldhtml table th,
	.oldhtml table td {
		font-size: min(1.5609756098vw * var(--fontratio, 1), 12.8px * var(--fontratio, 1));
	}
}
@media screen and (max-width: 767px) {
	.oldhtml table th,
	.oldhtml table td {
		font-size: min(3.4330798898vw * var(--fontratio, 1), 12.8740495868px * var(--fontratio, 1));
	}
}
.oldhtml table th {
	color: #333;
	background: #f4f5f6;
}
.oldhtml table td {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.oldhtml table th,
	.oldhtml table td {
		padding: 5px;
	}
}
.oldhtml .enclosedTxt {
	border: 1px solid #0077b6;
	margin: 0 .2em;
	padding: 0 .3em;
}
.oldhtml .colOneOne img {
	max-width: 100%;
	height: auto;
}
.oldhtml .colOneOne {
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
	zoom: 1;
}
.oldhtml .colOneOne .pane {
	float: left;
	width: 330px;
	margin-left: 30px;
}
.oldhtml .colOneOne .pane:first-child {
	margin: 0px;
}
@media screen and (max-width: 767px) {
	.oldhtml .colOneOne {
		padding-bottom: 0;
	}
	.oldhtml .colOneOne .pane {
		float: none;
		width: auto;
		margin: 0 0 15px 0 !important;
	}
}
.oldhtml .linkList li {
	background-image: url(../images/ico_link_01.png);
}
@media screen and (max-width: 767px) {
	.oldhtml .linkList li a {
		display: block;
	}
}
.oldhtml .borderBlock01 {
	background: #fff;
	padding: 28px;
	margin-bottom: 20px;
	border: 3px solid #ddd;
	border-radius: 10px;
}
.oldhtml .borderBlock01 .borderBlock01 {
	margin: 10px 0 0 0;
	padding-bottom: 0;
}
.oldhtml .borderBlock01 h2,
.oldhtml .borderBlock01 h3,
.oldhtml .borderBlock01 h4 {
	color: #222;
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: transparent;
	border: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.oldhtml .borderBlock01 {
		padding: 15px;
		border: 2px solid #ddd;
	}
	.oldhtml .borderBlock01 h2,
	.oldhtml .borderBlock01 h3,
	.oldhtml .borderBlock01 h4 {
		font-size: 116%;
	}
}
.oldhtml .borderBlock02 {
	background: #fffcf2;
	padding: 28px;
	margin-bottom: 20px;
	border: 3px solid #e4e0d5;
	border-radius: 10px;
}
.oldhtml .borderBlock02 h2,
.oldhtml .borderBlock02 h3,
.oldhtml .borderBlock02 h4 {
	color: #5c4b1b;
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #fffcf2;
	border: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.oldhtml .borderBlock02 {
		padding: 15px;
		border: 2px solid #e4e0d5;
	}
	.oldhtml .borderBlock02 h2,
	.oldhtml .borderBlock02 h3,
	.oldhtml .borderBlock02 h4 {
		font-size: 116%;
	}
}
.oldhtml .borderBlock03 {
	background: #fff;
	padding: 28px;
	margin: 0 auto 20px auto;
	border: 3px solid #ddd;
	border-radius: 10px;
	width: 70%;
}
.oldhtml .borderBlock03 h2,
.oldhtml .borderBlock03 h3,
.oldhtml .borderBlock03 h4 {
	color: #222;
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.oldhtml .borderBlock03 {
		padding: 15px;
		margin: 0 0 20px 0;
		border: 2px solid #ddd;
		width: auto;
	}
	.oldhtml .borderBlock03 h2,
	.oldhtml .borderBlock03 h3,
	.oldhtml .borderBlock03 h4 {
		font-size: 116%;
	}
}
.oldhtml .borderLan {
	border-color: #ef897f !important;
	background-color: #fdede8 !important;
}
.oldhtml .borderFre {
	border-color: #9ac834 !important;
	background-color: #f3f8e6 !important;
}
.oldhtml .borderEng {
	border-color: #f4b81c !important;
	background-color: #fdf0d4 !important;
}
.oldhtml .borderJuv {
	border-color: #76c5c6 !important;
	background-color: #f0f8f7 !important;
}
.oldhtml .borderPsy {
	border-color: #6fa6d2 !important;
	background-color: #ecf2f9 !important;
}
.oldhtml .borderEdu {
	border-color: #eda2b8 !important;
	background-color: #fdf4f6 !important;
}
.oldhtml .borderChartres {
	border-color: #0077b6 !important;
	background-color: #eaf0fc !important;
}
.oldhtml .youtube16-9 {
	height: 0px;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.oldhtml .youtube16-9 iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
