@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
	outline: none;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}

b {
	font-weight: bold;
}

html, body {
	width: 100%;
	height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
	color: #999;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go, header, .secbox-1 .vs-display .school-body, .secbox-1 .vs-display .school-body2, .secbox-4 .heart .h-box, .secbox-4 .heart .h-box .h-name, .secbox-4 .heart .h-box:nth-of-type(even) .h-name, .secbox-4 .heart-2 .h-box, .secbox-4 .heart-2 .h-box .h-name, .secbox-4 .heart-2 .h-box:nth-of-type(even) .h-name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go, .btn-go:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clrBoth {
	clear: both;
}

.divine-2-box {
	position: relative;
}

.divine-2-box .divine-left {
	float: none;
}

@media only screen and (min-width: 481px) {
	.divine-2-box .divine-left {
		float: left;
	}
}

.divine-2-box .divine-right {
	float: none;
}

@media only screen and (min-width: 481px) {
	.divine-2-box .divine-right {
		float: right;
	}
}

.show-pc {
	display: none;
}

@media only screen and (min-width: 768px) {
	.show-pc {
		display: block;
	}
}

.show-mobile {
	display: block;
}

@media only screen and (min-width: 768px) {
	.show-mobile {
		display: none;
	}
}

.has-animation {
	position: relative;
}

.has-animation p, .has-animation h2 {
	opacity: 0;
}

.has-animation.animate-in p, .has-animation.animate-in h2 {
	animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before, .has-animation.animate-in:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 10;
}

.has-animation.animate-in:after {
	animation-delay: .5s;
}

.has-animation.animation-ltr.animate-in:before {
	animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in:after {
	animation: revealLTR 1s .6s ease;
}

.has-animation.animation-rtl.animate-in:before {
	animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in:after {
	animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(-0.25%);
	}

	50% {
		transform: translateY(-0.5%);
	}

	80% {
		transform: translateY(-0.25%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes revealLTR {
	0% {
		width: 0;
		left: 0;
	}

	65% {
		width: 100%;
		left: 0;
	}

	100% {
		width: 0;
		left: 100%;
	}
}

@keyframes revealRTL {
	0% {
		width: 0;
		right: 0;
	}

	65% {
		width: 100%;
		right: 0;
	}

	100% {
		width: 0;
		right: 100%;
	}
}

@keyframes textHidden {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body {
  font-size: 15px;
	font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
	margin: 0;
	padding: 0;
}

/* 20220929 start */
.top-link .top-link-nav, .top-link .top-link-nav a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-top, .btn-top:active, .btn-top:focus {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 45px;
	height: 45px;
	font-size: 85%;
	color: #fff !important;
	text-align: center;
	background-color: #d61518;
	cursor: pointer;
	border-radius: 100rem;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
	padding: 15px 0;
	visibility: hidden;
	opacity: 0;
	z-index: 15;
}

@media only screen and (min-width: 480px) {
	.btn-top, .btn-top:active, .btn-top:focus {
		bottom: 65px;
		right: 15px;
		width: 55px;
		height: 55px;
		padding: 15px 0;
	}
}

@media only screen and (min-width: 768px) {
	.btn-top, .btn-top:active, .btn-top:focus {
		bottom: 90px;
		right: 25px;
		width: 60px;
		height: 60px;
		padding: 25px 0;
	}
}

.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
	color: #d61518 !important;
	background-color: #fff;
}

.btn-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.btn-top.cd-fade-out {
	opacity: 1;
}

.btn-go-form {
	display: inline-block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	font-size: 85%;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.5px;
	font-family: "Noto Sans TC", "微軟正黑體";
	color: #fff !important;
	background-color: #d61518;
	cursor: pointer;
	border-radius: 100rem;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
	padding: 7px 0 15px 0;
	z-index: 15;
	text-decoration: none;
}

@media only screen and (min-width: 480px) {
	.btn-go-form {
		bottom: 10px;
		right: 15px;
		width: 55px;
		height: 55px;
		font-size: 95%;
		padding: 8px 0 15px 0;
	}
}

@media only screen and (min-width: 768px) {
	.btn-go-form {
		bottom: 25px;
		right: 25px;
		width: 60px;
		height: 60px;
		font-size: 110%;
		padding: 12px 0 20px 0;
	}
}

.btn-go-form:hover {
	color: #d61518 !important;
	background-color: #fff;
}

.top-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	color: #fff;
	background-color: #d61518;
	z-index: 999;
}

@media only screen and (min-width: 480px) {
	.top-link {
		height: 27px;
	}
}

@media only screen and (min-width: 768px) {
	.top-link {
		height: 25px;
	}
}

@media only screen and (min-width: 1024px) {
	.top-link {
		height: 27px;
	}
}

@media only screen and (min-width: 1100px) {
	.top-link {
		height: 30px;
	}
}

.top-link .top-link-nav {
	margin: 6px auto 0 auto;
	justify-content: center;
}

@media only screen and (min-width: 480px) {
	.top-link .top-link-nav {
		margin: 6px 0 0 0;
		justify-content: flex-end;
	}
}

.top-link .top-link-nav a {
	text-decoration: none;
	color: #fff;
	font-size: 105%;
	border-right: #fff 1px solid;
	padding: 2px 5px 0 5px;
}

@media only screen and (min-width: 480px) {
	.top-link .top-link-nav a {
		font-size: 110%;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) {
	.top-link .top-link-nav a {
		font-size: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.top-link .top-link-nav a {
		font-size: 100%;
	}
}

@media only screen and (min-width: 1100px) {
	.top-link .top-link-nav a {
		font-size: 120%;
		letter-spacing: 1px;
		padding: 2px 10px;
	}
}

.top-link .top-link-nav a:hover {
	color: #ffcc00 !important;
}

.top-link .top-link-nav a:last-of-type {
	border-right: none;
}

.top-link .top-link-nav dt, .top-link .top-link-nav dd {
	margin: 0 4px;
}

.top-link .top-link-nav dt {
	display: block;
}

@media only screen and (min-width: 480px) {
	.top-link .top-link-nav dt {
		display: block;
	}
}
/* 20220929 end */



/* 20220929 start */
header {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 0;
	z-index: 5;
}

@media only screen and (min-width: 0px) {
	header {
		height: 0;
		padding-bottom: 110%;
		background: url(../images/banner_phone.jpg) no-repeat top center;
		background-size: cover;
		margin: 20px auto 0 auto;
	}
}
/* 20220929 end */
@media only screen and (min-width: 481px) {
	header {
		height: 0;
		padding-bottom: 46%;
		background: url(../images/banner.jpg) no-repeat top center;
		background-size: cover;
	}
}

@media only screen and (min-width: 1100px) {
	header {
		height: 0;
		background: url(../images/banner.jpg) no-repeat top center;
		background-size: cover;
	}
}

@media only screen and (min-width: 0px) {
	header .container {
		height: 0;
		padding-bottom: 110%;
	}
}

@media only screen and (min-width: 481px) {
	header .container {
		height: 0;
		padding-bottom: 58%;
	}
}

@media only screen and (min-width: 1100px) {
	header .container {
		height: 700px;
		padding: 0;
	}
}

header .btn-logo {
	display: block;
	position: absolute;
	top: 4%;
	right: 49%;
	width: 23%;
	height: 7%;
	opacity: 1;
}

@media only screen and (min-width: 481px) {
	header .btn-logo {
		top: 5%;
		right: 26%;
		width: 11%;
		height: 9%;
	}
}

@media only screen and (min-width: 1100px) {
	header .btn-logo {
		top: 3%;
		right: 25.5%;
		width: 13%;
		height: 10%;
	}
}

header .btn-logo2 {
	display: block;
	position: absolute;
	top: 3%;
	right: 24%;
	width: 24%;
	height: 8%;
	opacity: 1;	
}

@media only screen and (min-width: 481px) {
	header .btn-logo2 {
		top: 5%;
		right: 13%;
		width: 11%;
		height: 9%;
	}
}

@media only screen and (min-width: 1100px) {
	header .btn-logo2 {
		top: 3%;
		right: 12%;
		width: 13%;
		height: 10%;
	}
}


.edm-wrapper {
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

@media only screen and (min-width: 481px) {
	.edm-wrapper {
		width: 100%;
		padding: 20px 0 0 0;
	}
}

@media only screen and (min-width: 1100px) {
	.edm-wrapper {
		width: 1200px;
		padding: 30px 0 0px 0;
	}
}

.has-animation {
	position: relative;
}

.has-animation p, .has-animation h2 {
	opacity: 0;
}

.has-animation.animate-in p, .has-animation.animate-in h2 {
	animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before, .has-animation.animate-in:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 10;
}

.has-animation.animate-in:before {
	background-color: #ffffff;
}

.has-animation.animate-in:after {
	background-color: #0695b3;
	animation-delay: .5s;
}

.has-animation.animation-ltr.animate-in:before {
	animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in:after {
	animation: revealLTR 1s .6s ease;
}

.has-animation.animation-rtl.animate-in:before {
	animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in:after {
	animation: revealRTL 1s .6s ease;
}

/* 20220929 start */
.title-style {
	position: relative;
	display: block;
	width: 98%;
	margin: 35px auto 20px auto;
	color: rgb(70,36,0);
	font-weight: bolder;
	font-size: 130%;
	text-align: center;
	line-height: 1.5rem;
}
/* 20220929 end */
@media only screen and (min-width: 481px) {
	.title-style {
		width: 60%;
		font-size: 150%;
		margin: 40px auto 30px auto;
	}
}

@media only screen and (min-width: 1100px) {
	.title-style {
		font-size: 185%;
		width: 96%;
		margin: 45px auto 40px auto;
		line-height: 1.3;
	}
}

.title-style i {
	margin: 0 10px 0 0;
}

/* 20220929 start */
.title-style span {
	color: #b82a04;
}
/* 20220929 end */

.secbox-1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.secbox-1 .number-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	z-index: -10;
}

@media only screen and (min-width: 0px) {
	.title-style img {
		width: 13%;
	}

	.secbox-1 summary img {
		width: 12%;
	}
}

@media only screen and (min-width: 481px) {
	.title-style img {
		width: 9%;
	}

	.secbox-1 summary img {
		width: 8%;
	}

	.secbox-1 .number-bg {
		width: 80%;
	}
}

@media only screen and (min-width: 1100px) {
	.title-style img {
		width: 9%;
	}

	.secbox-1 summary img {
		width: 8%;
	}

	.secbox-1 .number-bg {
		width: 100%;
	}
}

.secbox-1 .number-bg img {
	width: 100%;
}

.secbox-1 summary {
	color: #323031;
	font-size: 110%;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5rem;
}

@media only screen and (min-width: 481px) {
	.secbox-1 summary {
		font-size: 120%;
		line-height: 1.7rem;
		width: 100%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 summary {
		font-size: 140%;
		width: 70%;
		line-height: 1.8rem;
	}
}

.secbox-1 .as1 {
	position: absolute;
	display: none;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .as1 {
		position: absolute;
		display: block;
		top: -2px;
		left: 0;
		width: 8.1%;
	}

	.secbox-1 .as1 img {
		width: 100%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .as1 {
    /* 20220929 start */
		display: block;
		position: absolute;
		top: -2px;
		left: 0;
		width: 9.8%;
    /* 20220929 end */
	}

	.secbox-1 .as1 img {
		width: 100%;
	}
}

.secbox-1 span {
	color: #db3a34;
}
/* 20220929 start */
.secbox-1 .vs-display {
	width: 95%;
	display: block;
	position: relative;
	margin: 20px auto;
	z-index: 1;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display {
		display: flex;
		width: 95%;
		justify-content: space-around;
		align-items: center;
		margin: 43px auto 32px auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display {
		width: 70%;
	}
}
/* 20220929 end */


/* 20220929 start */
.secbox-1 .vs-display img {
	width: 100%;
}
/* 20220929 end */

.secbox-1 .vs-display aside {
	width: 100%;
	margin: 20px auto;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display aside {
		width: calc(100%-10% / 2);
		margin: 0 5px;
	}
}

.secbox-1 .vs-display .school-head {
	background-color: #0695b3;
	color: #ffffff;
	font-size: 120%;
	padding: 15px 15px;
	text-align: center;
	margin: 5px auto;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display .school-head {
		font-size: 130%;
		padding: 15px 20px;
		margin: 10px auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display .school-head {
		font-size: 145%;
		padding: 20px 30px;
		margin: 0 auto 10px auto;
	}
}

.secbox-1 .vs-display .school-body {
	font-weight: bold;
	background-color: #ffffff;
	color: rgb(232,95,0);
	font-size: 120%;
	text-align: center;
	padding: 20px 20px;
	line-height: 1.3rem;
	border: rgb(232,95,0) solid 3px;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display .school-body {
		padding: 20px 10px;
		line-height: 1.5rem;
		font-size: 125%;
		margin-bottom: 20px;
		width: 60%;
		margin: 0 auto 0 auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display .school-body {
		padding: 30px 40px;
		line-height: 1.8rem;
		font-size: 145%;
		width: 60%;
		margin: 0 auto 0 auto;
	}
}

.secbox-1 .vs-display .school-head2 {
	background-color: #004e89;
	color: #ffffff;
	font-size: 120%;
	padding: 15px 15px;
	text-align: center;
	margin: 5px auto;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display .school-head2 {
		font-size: 130%;
		padding: 15px 30px;
		margin: 10px auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display .school-head2 {
		font-size: 145%;
		padding: 20px 30px;
		margin: 0 auto 10px auto;
	}
}

.secbox-1 .vs-display .school-body2 {
	font-weight: bold;
	background-color: #ffffff;
	color: #004e89;
	font-size: 120%;
	text-align: center;
	padding: 20px 20px;
	line-height: 1.3rem;
	border: #004e89 solid 3px;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display .school-body2 {
		padding: 20px 10px;
		line-height: 1.5rem;
		font-size: 125%;
		margin-bottom: 20px;
		width: 60%;
		margin: 0 auto 0 auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display .school-body2 {
		padding: 30px 40px;
		line-height: 1.8rem;
		font-size: 145%;
		width: 60%;
		margin: 0 auto 0 auto;
	}
}

.secbox-1 .vs-display span {
	color: #db3a34;
}

.secbox-1 .vs-display .boy {
	display: none;
}

@media only screen and (min-width: 481px) {
	.secbox-1 .vs-display .boy {
		display: block;
		position: absolute;
		bottom: -50%;
		left: 38%;
		width: 25%;
		z-index: 5;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-1 .vs-display .boy {
		bottom: -35%;
		left: 39%;
		width: 221px;
	}
}

.secbox-1 .vs-display .boy img {
	width: 100%;
}

.secbox-2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* 20220929 start */
.secbox-2 summary {
	width: 90%;
	color: #323031;
	font-size: 110%;
	text-align: left;
	line-height: 1.4;
	margin: 50px auto;
}
.secbox-2 summary span {
  color: #da0106;
}

.t1tb {
	width: 96%;
	font-size: 88%;
	margin: 0 auto 70px auto;
}

.t1tb th {
  position: relative;
	background: rgb(235,97,0);
	padding: 10px;
	border-collapse: collapse;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}

.t1tb td {
  position: relative;
	text-align: center;
	border: 1px solid rgb(235,97,0);
	line-height: 1.5em;
}
.t1tb td:first-of-type {
  background-color: #ffd4b6;
}

@media only screen and (min-width: 481px) {
	.t1tb {
		font-size: 110%;
		width: 80%;
		margin: 0 auto 70px auto;
	}

	.secbox-2 summary {
		width: 91%;
		font-size: 120%;
		line-height: 1.6;
	}
}

@media only screen and (min-width: 1100px) {
	.t1tb {
		font-size: 130%;
		width: 70%;
		margin: 0 auto 70px auto;
	}

	.t1tb th {
		background: rgb(235,97,0);
		padding: 10px;
		border-collapse: collapse;
		text-align: center;
		color: #fff;
		font-weight: bold;
		border: 1px solid #fff;
	}

	.secbox-2 summary {
		font-size: 140%;
		width: 70%;
		line-height: 1.8;
	}
}

.icon-crown {
  position: absolute;
  top: -62%;
  left: 3%;
  width: 45%;
}
.icon-win {
  position: absolute;
  top: -16%;
  right: -8%;
  width: 30%;
}
@media only screen and (min-width: 481px) {
  .icon-crown {
    position: absolute;
    top: -65%;
    left: 3%;
    width: 30%;
  }
  .icon-win {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
  }
}
.icon-crown img, .icon-win img {
  width: 100%;
}
/* 20220929 end */


.green {
	color: rgb(2,89,108);
	font-size: 120%;
	font-weight: bold;
}

.greens {
	color: rgb(2,89,108);
	font-size: 100%;
}

.org {
	color: rgb(255,101,0);
}

.s2flex {
	width: 93%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.s2ld {
	z-index: 2;
	line-height: 1.6em;
	padding: 3%;
	margin: 2% auto 2% auto;
	width: 97%;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
	box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
}

.s2ld img {
	width: 6%;
	padding-bottom: 3%;
}

.secbox-2 .pic {
	width: 68%;
	display: none;
}

@media only screen and (min-width: 481px) {
	.s2ld {
		line-height: 1.9em;
		padding: 3%;
		margin: 2% 0 2% 0;
		width: 95%;
		background: #fff;
		-moz-box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
		-webkit-box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
		box-shadow: 0px 0px 10px 3px rgba(20%,20%,40%,0.5);
	}

	.s2ld img {
		width: 43px;
		padding-bottom: 4%;
	}

	.secbox-2 .pic {
		width: 53%;
		display: none;
	}
}

@media only screen and (min-width: 720px) {
	.s2ld {
		line-height: 1.9em;
		padding: 3%;
		margin: 2% -29% 2% 0;
		width: 35%;
		background: #fff;
		-moz-box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
		-webkit-box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
		box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
	}

	.s2ld img {
		width: 14%;
		padding-bottom: 4%;
	}

	.secbox-2 .pic {
		width: 53%;
		display: block;
	}
}

@media only screen and (min-width: 1100px) {
	.s2ld {
		line-height: 1.9em;
		padding: 3%;
		margin: 2% -16% 2% 0;
		width: 28%;
		background: #fff;
		-moz-box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
		-webkit-box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
		box-shadow: -4px 4px 3px rgba(20%,20%,40%,0.5);
	}

	.s2ld img {
		width: 14%;
		padding-bottom: 4%;
	}

	.secbox-2 .pic {
		width: 46%;
		display: block;
	}
}

.secbox-2 .pic img {
	width: 100%;
}


/* 20220929 start */
.secbox-2 .table-style, .secbox-2 .table-style-2 {
	margin: 0 auto;
}

.secbox-2 .table-style div, .secbox-2 .table-style-2 div {
	color: #004e89;
	font-size: 120%;
	margin: 0 auto;
	width: 98%;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style div, .secbox-2 .table-style-2 div {
		font-size: 130%;
		width: 92%;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style div, .secbox-2 .table-style-2 div {
		width: 70%;
		font-size: 160%;
	}
}

.secbox-2 .table-style i, .secbox-2 .table-style-2 i {
	margin: 0 10px 0 0;
}

.secbox-2 .table-style table {
	position: relative;
	width: 98%;
	margin: 10px auto 10px auto;
	border: #0695b3 2px solid;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style table {
		width: 92%;
		margin: 10px auto 20px auto;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style table {
		width: 70%;
		margin: 10px auto 5px auto;
	}
}

.secbox-2 .table-style table th {
	text-align: center;
	color: #ffffff;
	background-color: #0695b3;
	border: #ffffff 1px solid;
	padding: 3% 0.3%;
	font-size: 110%;
}

@media only screen and (min-width: 481px) {
	.secbox-2 .table-style table th {
		font-size: 120%;
		line-height: 1.4rem;
		padding: 10px 0;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style table th {
		font-size: 160%;
		line-height: 1.4;
	}
}

.secbox-2 .table-style table tr {
	background-color: #ffffff;
}

.secbox-2 .table-style table tr:nth-of-type(2) {
	background-color: #a2efff;
}

.secbox-2 .table-style table td {
	color: #2a2a2a;
	text-align: left;
	border: #006ba9 1px solid;
	padding: 5px 2px;
	font-size: 90%;
	text-align: center;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style table td {
		font-size: 110%;
		line-height: 1.2rem;
		padding: 10px 10px;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style table td {
		font-size: 130%;
		line-height: 1.4;
	}
}

.secbox-2 .table-style table td:first-of-type {
  color: #0695b3;
  font-weight: 700;
}

.secbox-2 .table-style-2 table {
	position: relative;
	width: 98%;
	margin: 10px auto 10px auto;
	border: #0695b3 2px solid;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style-2 table {
		width: 92%;
		margin: 10px auto 20px auto;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style-2 table {
		width: 70%;
		margin: 10px auto 5px auto;
	}
}

.secbox-2 .table-style-2 table th {
	text-align: center;
	color: #ffffff;
	background-color: #0695b3;
	border: #ffffff 1px solid;
	padding: 3% 0.3%;
	font-size: 110%;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style-2 table th {
		font-size: 120%;
		line-height: 1.4rem;
		padding: 10px 0;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style-2 table th {
		font-size: 160%;
		line-height: 1.4;
	}
}

.secbox-2 .table-style-2 table tr {
	background-color: #ffffff;
}

.secbox-2 .table-style-2 table td {
	color: #2a2a2a;
	text-align: left;
	border: #006ba9 1px solid;
	padding: 5px 2px;
	font-size: 90%;
	text-align: center;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style-2 table td {
		font-size: 110%;
		line-height: 1.2rem;
		padding: 10px 10px;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style-2 table td {
		font-size: 110%;
		line-height: 1.4;
	}
}

.secbox-2 .table-style-2 table td:first-of-type {
  color: #2a2a2a;
  background-color: #a2efff;
}

.secbox-2 .table-style span, .secbox-2 .table-style-2 span {
	color: #db3a34;
}
/* 20220929 end */



.secbox-2 .table-style aside {
	color: #323031;
	font-size: 110%;
	width: 92%;
	text-align: left;
	margin: 10px auto;
	line-height: 1.3rem;
}

@media only screen and (min-width: 480px) {
	.secbox-2 .table-style aside {
		font-size: 120%;
		width: 90%;
		margin: 10px auto;
		line-height: 1.5rem;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style aside {
		font-size: 130%;
		width: 80%;
		margin: 10px auto;
		line-height: 1.8rem;
	}
}

.s2bg {
	position: absolute;
	top: 29%;
	width: 100%;
}



/* 20220929 start */
.slider-container-1 {
  width: 90%;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 480px) {
  .slider-container-1 {
    width: 75%;
    margin: 0 auto 40px auto;
  }
}

.slider-container-1 .item dt {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .slider-container-1 .item dt {
    width: 100%;
  }
}

.slider-container-1 .item dt img {
  width: 100%;
}

.slider-container-1 .item aside {
  color: #7fa225;
  font-size: 160%;
  text-align: center;
  padding: 20px 0 10px 0;
}
.slider-container-1 .item ul {
  width: 85%;
  margin: 20px auto 0 auto;
}
.slider-container-1 .item li {
  list-style: disc;
  font-size: 110%;
  line-height: 1.2;
}
.slider-container-1 .owl-prev, .slider-container-1 .owl-next {
  position: absolute !important;
  top: 40% !important;
  color: #fda258 !important;
  font-size: 400% !important;
  z-index: 10 !important;
}
.slider-container-1 .owl-prev {
  left: -8%;
}
.slider-container-1 .owl-next {
  right: -8%;
}


.tv-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  .tv-pc {
    display: block;
    margin: 0 auto 60px auto;
  }
}

.tv-mb {
  display: block;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 480px) {
  .tv-mb {
    display: none;
  }
}

.tv-pc img, .tv-mb img { width: 100%;}



.window-student {
  height: 0;
  padding-bottom: 127%;
  background: url(../images/window_student_bg_m.png) center top no-repeat;
  background-size: contain;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 480px) {
  .window-student {
    height: 0;
    padding-bottom: 45%;
    background: url(../images/window_student_bg_p.png) center top no-repeat;
    background-size: contain;
    margin: 0 auto 60px auto;
  }
}

.slider-container-2 {
  width: 85%;
  padding-top: 5%;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 480px) {
  .slider-container-2 {
    width: 75%;
    margin: 0 auto 40px auto;
  }
}
.slider-container-2 img { width: 100%;}
.slider-container-2 dl {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider-container-2 dt {
  color: #0695b3;
  font-size: 140%;
  font-weight: 700;
}
.slider-container-2 dd {
  color: #454545;
  font-size: 110%;
  padding-left: 20px;
}
.slider-container-2 aside {
  color: #004b98;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 20px;
	line-height: 1.4;
}
.slider-container-2 aside b{
	color: #4d4d4d;
	display: block;
	font-size: 90%;
}
.slider-container-2 p {
  color: #171717;
  font-size: 100%;
  line-height: 1.5;
}
.slider-container-2 p span {
  color: #b82a04;
}
@media only screen and (min-width: 480px) {
  .slider-container-2 dt {
    color: #0695b3;
    font-size: 200%;
    font-weight: 700;
  }
  .slider-container-2 dd {
    color: #454545;
    font-size: 120%;
    padding-left: 20px;
  }
  .slider-container-2 aside {
    color: #004b98;
    font-size: 160%;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .slider-container-2 p {
    color: #171717;
    font-size: 130%;
    line-height: 1.5;
  }
}


.main-student {
  display: block;
}
@media only screen and (min-width: 480px) {
  .main-student {
    display: flex;
    justify-content: space-evenly;
  }
}

.main-photo {
  display: none;
}
.main-text {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .main-photo {
    display: block;
    width: 30%;
  }
  .main-text {
    width: 60%;
  }
}
/* 20220929 end */




.secbox-3 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: rgb(255,251,206);
}

.secbox-3 span {
	color: #db3a34;
}

.secbox-3 summary {
	color: #323031;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5rem;
}

@media only screen and (min-width: 481px) {
	.secbox-3 summary {
		font-size: 130%;
		width: 85%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-3 summary {
		font-size: 145%;
		width: 70%;
	}
}


/* 20220929 start */
.secbox-3 .se3lr {
	width: 90%;
	margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-3 .se3lr {
    width: 70%;
  }
}
.secbox-3 .se3lr img { width: 100%;}
/* 20220929 end */

.secbox-3 .sec3display {
	display: block;
	width: 90%;
	margin: 10px auto;
}

.lnum {
	font-size: 305%;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2% 0 0 2%;
}

.lsquer {
	margin: 2%;
	font-size: 130%;
	width: 281px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: solid 5px rgb(249,192,53);
}

.lbig {
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.8em;
	line-height: 59px;
	width: 100%;
	padding-left: 8%;
}

@media only screen and (min-width: 481px) {
	.secbox-3 .sec3display {
		margin: 20px 0;
		display: flex;
		flex-direction: column;
		width: 450px;
	}

	.lsquer {
		margin: 2%;
		font-size: 150%;
		width: 437px;
		height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: solid 5px rgb(249,192,53);
	}

	.lbig {
		font-size: 211%;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.8em;
		line-height: 59px;
		width: 100%;
		padding-left: 8%;
	}

	.lnum {
		font-size: 450%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-3 .sec3display {
		margin: 20px 0;
		display: flex;
		flex-direction: column;
		width: 40%;
	}

	.lsquer {
		margin: 2%;
		font-size: 150%;
		width: 500px;
		height: 450px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: solid 5px rgb(249,192,53);
	}

	.lbig {
		font-size: 211%;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.8em;
		line-height: 59px;
		width: 100%;
		padding-left: 8%;
	}

	.lnum {
		font-size: 450%;
	}
}

.secbox-3 .sec3display div {
	margin: 10px 0 20px auto;
	width: 100%;
	display: flex;
	flex-direction: row;
}

@media only screen and (min-width: 481px) {
	.secbox-3 .sec3display div {
		width: calc(100%-10% / 3);
	}
}

.secbox-3 .sec3display div aside {
	width: 61%;
	margin: 4% 9% 4% 0;
	text-align: center;
}

.secbox-3 .sec3display div aside img {
	width: 100%;
}

.secbox-3 .sec3display div figcaption {
	color: #323031;
	font-size: 110%;
	text-align: left;
	margin: 10px auto;
	display: flex;
	align-items: center;
	width: 100%;
}

@media only screen and (min-width: 481px) {
	.secbox-3 .sec3display div figcaption {
		font-size: 150%;
		width: 110%;
		line-height: 1.5rem;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-3 .sec3display div figcaption {
		font-size: 140%;
		line-height: 1.5rem;
		width: 100%;
	}
}

.secbox-3 .sec3display div span {
	color: rgb(236,97,2);
}


/* 20220929 start */
.secbox-3 .day {
	display: none;
}
@media only screen and (min-width: 480px) {
	.secbox-3 .day {
		display: block;
		width: 90%;
		margin: 0 auto 40px auto;
		text-align: center;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-3 .day {
		display: block;
		width: 1020px;
		margin: 0 auto 60px auto;
	}
}
.secbox-3 .day img {
	width: 100%;
}

.secbox-3 .day-mb {
	display: block;
	text-align: center;
	width: 95%;
	margin: 0 auto 20px auto;
}
@media only screen and (min-width: 480px) {
	.secbox-3 .day-mb {
		display: none;
	}
}
.secbox-3 .day-mb img {
	width: 100%;
}
/* 20220929 end */


.secbox-4 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.secbox-4 summary {
	color: #323031;
	font-size: 120%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 1.5rem;
}

@media only screen and (min-width: 481px) {
	.secbox-4 summary {
		font-size: 140%;
		width: 85%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-4 summary {
		font-size: 80%;
		width: 70%;
	}
}

.secbox-4 .vedio-style {
	border: #ffffff 1px solid;
	margin: 15px auto 80px auto;
	width: 90%;
}

.secbox-4 .vedio-style .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.secbox-4 .vedio-style .video-container iframe,
.secbox-4 .vedio-style .video-container object,
.secbox-4 .vedio-style .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.secbox-4 .heart {
	display: block;
}

@media only screen and (min-width: 481px) {
	.secbox-4 .heart {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		margin: -40px auto 45px auto;
		width: 97%;
	}
}

.secbox-4 .heart .h-box {
	position: relative;
	width: 90%;
	border: rgb(235,97,0) 3px solid;
	font-size: 110%;
	background-color: #ffffff;
	color: #323031;
	text-align: left;
	line-height: 1.5rem;
	padding: 57px 15px 15px 15px;
	margin: 70px auto;
	-moz-box-shadow: 4px 4px 3px rgb(235,97,0);
	-webkit-box-shadow: 4px 4px 3px rgb(235,97,0);
	box-shadow: 4px 4px 3px rgb(235,97,0);
}

.h-box .ld {
	display: none;
	position: absolute;
	left: -14%;
	bottom: -13%;
	width: 20%;
}

.lu3 {
	position: absolute;
	z-index: -1;
	width: 17.5%;
	left: -3%;
	top: -3.5%;
}

.lu {
	position: absolute;
	left: -3%;
	top: -2%;
	z-index: -1;
	width: 21%;
}

@media only screen and (min-width: 481px) {
	.lu {
		position: absolute;
		left: -3%;
		top: -1.5%;
		z-index: -1;
	}

	.h-box .ld {
		display: none;
		position: absolute;
		left: -12%;
		width: 53px;
		bottom: -5%;
	}

	.secbox-4 .heart .h-box {
		width: 89%;
		font-size: 115%;
		line-height: 1.5rem;
		padding: 65px 15px 20px 15px;
		margin: 20px 16px;
	}

	.lu3 {
		position: absolute;
		z-index: -1;
		width: 17.5%;
		left: -2.5%;
		top: -5%;
	}
}

@media only screen and (min-width: 720px) {
	.lu {
		position: absolute;
		left: -1.7%;
		top: -3%;
		z-index: -1;
	}

	.h-box .ld {
		display: block;
		position: absolute;
		left: -12%;
		width: 53px;
		bottom: -5%;
	}

	.secbox-4 .heart .h-box {
		width: 27%;
		font-size: 115%;
		line-height: 1.5rem;
		padding: 95px 15px 20px 15px;
		margin: 0 16px;
	}

	.lu3 {
		position: absolute;
		z-index: -1;
		width: 28.5%;
		left: -4%;
		top: -3%;
	}
}

@media only screen and (min-width: 1100px) {
	.lu {
		position: absolute;
		left: -1.7%;
		top: -3%;
		z-index: -1;
	}

	.h-box .ld {
		display: block;
		position: absolute;
		left: -67px;
		bottom: -9%;
		width: 28%;
	}

	.secbox-4 .heart .h-box {
		width: 27%;
		font-size: 125%;
		line-height: 1.8rem;
		padding: 70px 30px 30px 30px;
		margin: 0 36px;
	}

	.lu3 {
		position: absolute;
		z-index: -1;
		width: 28.5%;
		left: -4%;
		top: -3%;
	}
}

.secbox-4 .heart .h-box .h-name {
	position: absolute;
	width: 110%;
	top: 10px;
	left: 2px;
	font-size: 120%;
	font-weight: bold;
	color: #323031;
	text-align: left;
	z-index: 2;
	padding: 10px 15px;
}

@media only screen and (min-width: 481px) {
	.secbox-4 .heart .h-box .h-name {
		top: 12px;
		left: 3px;
		font-size: 120%;
		width: 102%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-4 .heart .h-box .h-name {
		top: 18px;
		left: 16px;
		font-size: 125%;
	}
}

.secbox-4 .heart .h-box .h-name span {
	font-size: 115%;
	color: rgb(236,98,0);
}

.secbox-4 .heart .h-box:nth-of-type(even) {
	border: rgb(235,97,0) 3px solid;
}

.secbox-4 .heart .h-box:nth-of-type(even) .h-name {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 2px;
	font-size: 115%;
	font-weight: bold;
	color: #323031;
	text-align: left;
	z-index: 2;
	padding: 10px 15px;
}

@media only screen and (min-width: 481px) {
	.secbox-4 .heart .h-box:nth-of-type(even) .h-name {
		top: 12px;
		left: 3px;
		font-size: 120%;
		width: 100%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-4 .heart .h-box:nth-of-type(even) .h-name {
		top: 18px;
		left: 16px;
		font-size: 125%;
	}
}

.secbox-4 .heart-2 {
	display: block;
}

@media only screen and (min-width: 481px) {
	.secbox-4 .heart-2 {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		margin: 30px auto 80px auto;
	}
}

.secbox-4 .heart-2 .h-box {
	position: relative;
	width: 90%;
	border: rgb(6,149,179) 3px solid;
	font-size: 110%;
	background-color: #ffffff;
	color: #323031;
	text-align: left;
	line-height: 1.4rem;
	margin: 20px auto;
	-moz-box-shadow: 4px 4px 3px rgba(6,149,179,1);
	-webkit-box-shadow: 4px 4px 3px rgba(6,149,179,1);
	box-shadow: 4px 4px 3px rgba(6,149,179,1);
}

.woman {
	width: 25%;
	display: flex;
	align-items: center;
}

.woman img {
	display: none;
	width: 100%;
}

@media only screen and (min-width: 481px) {
	.woman {
		width: 25%;
		display: flex;
		align-items: center;
		padding-left: 3%;
	}

	.secbox-4 .heart-2 .h-box {
		width: 85%;
		font-size: 125%;
		line-height: 1.6rem;
		display: flex;
		justify-content: space-between;
	}

	.woman img {
		display: block;
	}
}

@media only screen and (min-width: 1100px) {
	.woman {
		width: 207px;
		display: flex;
		align-items: center;
		padding-left: 2%;
	}

	.secbox-4 .heart-2 .h-box {
		width: 85%;
		height: 430px;
		font-size: 125%;
		line-height: 1.6rem;
		display: flex;
		justify-content: space-between;
	}

	.woman img {
		display: block;
	}
}

.secbox-4 .heart-2 .h-box .h-name {
	width: 100%;
	top: 10px;
	left: -13px;
	font-size: 115%;
	color: #323031;
	text-align: left;
	z-index: 2;
	padding: 10px 15px;
	border: none;
}

.topname {
	font-size: 130%;
	color: rgb(8,148,181);
}

@media only screen and (min-width: 481px) {
	.topname {
		font-size: 130%;
	}

	.secbox-4 .heart-2 .h-box .h-name {
		float: right;
		top: 23px;
		left: 218px;
		font-size: 120%;
		width: 68%;
		padding: 10px 15px;
		border-left: 1px dashed rgb(2,89,108);
	}
}

@media only screen and (min-width: 1100px) {
	
	.secbox-4 .heart-2 .h-box .h-name {
		line-height: 1.9rem;
		top: 14px;
		left: 231px;
		font-size: 130%;
		width: 71%;
		padding: 20px 15px;
		border-left: 1px dashed rgb(2,89,108);
	}
}

.secbox-4 .heart-2 .h-box .h-name .sum {
	font-size: 80%;
	color: #323031;
}

.secbox-4 .heart-2 .h-box:nth-of-type(even) {
	border: #0695b3 3px solid;
}

.secbox-4 .heart-2 .h-box:nth-of-type(even) .h-name {
	position: absolute;
	width: 110%;
	background-color: #0695b3;
	top: 10px;
	left: -13px;
	font-size: 120%;
	font-weight: bold;
	color: #323031;
	text-align: left;
	z-index: 2;
	padding: 10px 15px;
}

@media only screen and (min-width: 481px) {
	.secbox-4 .heart-2 .h-box:nth-of-type(even) .h-name {
		top: 10px;
		left: -9px;
		font-size: 120%;
		width: 108%;
		padding: 10px 15px;
	}
}

@media only screen and (min-width: 1100px) {
	.topname {
		color: rgb(5,148,178);
		font-size: 130%;
	}

	.secbox-4 .heart-2 .h-box:nth-of-type(even) .h-name {
		top: 10px;
		left: -10px;
		font-size: 130%;
		width: 105%;
		padding: 10px 15px;
	}
}

.secbox-4 .heart-2 .h-box:nth-of-type(even) .h-name span {
	font-size: 70%;
	color: #323031;
}

.secbox-5 {
	position: relative;
  width: 100%;
  background-color: #fde19f;
  padding-bottom: 40px;
	overflow: hidden;
}

.s5stararea {
	position: static;
	width: 100%;
	height: 308px;
	background: url("../images/s5bg.png") no-repeat top center;
}

.secbox-5 summary {
	color: #323031;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	width: 90%;
	margin: 70px auto 0 auto;
	line-height: 1.5rem;
}

@media only screen and (min-width: 481px) {
	.secbox-5 summary {
		font-size: 130%;
		width: 90%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 summary {
		font-size: 160%;
		width: 70%;
	}
}

.secbox-5 span {
	color: #db3a34;
}

.secbox-5 .blue {
	color: #0695b3;
}

.secbox-5 .deepblue {
	color: #004e89;
}

/* 20220929 start */
.secbox-1 .piece {
	text-align: center;
	width: 95%;
	margin: 10px auto 40px auto;
}
/* 20220929 end */


.startop {
	color: white;
	width: 100%;
	text-align: center;
	font-size: 140%;
	padding-top: 1.5%;
	text-shadow: 0.1em 0.2em 0.4em black;
}

@media only screen and (min-width: 481px) {
  /* 20220929 start */
	.secbox-1 .piece {
		width: 80%;
		margin: 10px auto 50px auto;
	}
  /* 20220929 end */
}

@media only screen and (min-width: 1100px) {
  /* 20220929 start */
	.secbox-1 .piece {
		width: 790px;
		margin: 10px auto 60px auto;
	}
  /* 20220929 end */
}

/* 20220929 start */
.secbox-1 .piece img {
	width: 100%;
}
/* 20220929 end */

.secbox-5 .sec5display1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 94%;
	margin: 70px auto 0 auto;
	color: white;
	font-size: 160%;
	text-align: center;
	line-height: 1.2;
	font-weight: bolder;
	text-shadow: 0.1em 0.2em 0.4em black;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display1 {
		margin: 70px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
		font-size: 200%;
		line-height: 1.2;
		font-weight: bolder;
		text-shadow: 0.1em 0.2em 0.4em black
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display1 {
		margin: 60px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		line-height: 1.3;
		font-size: 250%;
		font-weight: bolder;
		text-shadow: 0.1em 0.2em 0.4em black
	}
}

.secbox-5 .sec5display1 div {
	margin: 10px auto 20px auto;
	width: calc(100% / 3);
	line-height: 1.3rem;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display1 div {
		width: calc(100% / 5);
	}
}

.secbox-5 .sec5display1 div aside {
	width: 95%;
	margin: 0 auto 20px;
	text-align: center;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display1 div aside {
		width: 95%;
		margin: 0 auto 15px;
		text-align: center;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display1 div aside {
		width: 98px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 125%;
	}
}

.secbox-5 .sec5display1 div aside img {
	width: 100%;
}

.secbox-5 .sec5display1 div figcaption {
	font-size: 100%;
	text-align: center;
	margin: 5px auto;
	width: 50%;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display1 div figcaption {
		font-size: 115%;
		width: 60%;
		margin: 10px auto;
		line-height: 1.7rem;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display1 div figcaption {
		font-size: 125%;
		line-height: 1.7rem;
		width: 50%;
	}
}

.secbox-5 .sec5display1 div span {
	color: white;
	font-size: 190%;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display1 div span {
		font-size: 250%;
	}
}

.secbox-5 .sec5display {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	margin: 20px auto 0 auto;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display {
		margin: 20px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 95%;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display {
		margin: 35px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70%;
	}
}

.secbox-5 .sec5display div {
	margin: 10px auto 20px auto;
	width: 50%;
	line-height: 1.3rem;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display div {
		width: calc(100% / 4);
	}
}

.secbox-5 .sec5display div aside {
	width: 45%;
	margin: 0 auto 20px;
	text-align: center;
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display div aside {
		width: 60%;
		margin: 0 auto 15px;
		text-align: center;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display div aside {
		width: 98px;
		margin: 0 auto 20px;
		text-align: center;
	}
}

.secbox-5 .sec5display div aside img {
	width: 100%;
}

.secbox-5 .sec5display div figcaption {
	color: #323031;
	font-size: 100%;
	text-align: center;
	margin: 5px auto;
	width: 50%;
}

.last {
	display: block;
	justify-content: center;
	padding: 6% 0 0 0;
	margin: 0 auto 0 auto;
	width: 91%;
}

/* 20220929 start */
.last span {
	color: #b82a04;
}

.lastleft {
	margin-right: 0;
  font-size: 113%;
  font-weight: 700;
	line-height: 1.9rem;
	text-align: left;
}
/* 20220929 end */

.lastimg {
	width: 85%;
	margin: 0 auto;
}

.lastimg img {
	width: 100%;
}

.bigorg {
	font-weight: bold;
	font-size: 170%;
	line-height: 1.9em
}

@media only screen and (min-width: 481px) {
	.secbox-5 .sec5display div figcaption {
		font-size: 115%;
		width: 70%;
		margin: 10px auto;
	}

	.last {
		display: flex;
		justify-content: center;
		padding: 6% 0 0 0;
		margin: 0 auto 0 auto;
	}

	.lastleft {
		margin-right: -62%;
		font-size: 113%;
		line-height: 1.9rem;
		text-align: left;
		width: 98%;
		padding-bottom: 3%;
	}

	.lastimg {
		width: 62%;
		display: flex;
		align-items: flex-end;
		margin: 0;
	}

	.lastimg img {
		width: 100%;
	}

	.bigorg {
		font-weight: bold;
		font-size: 170%;
		line-height: 1.9em
	}
}

@media only screen and (min-width: 800px) {
	.secbox-5 .sec5display div figcaption {
		font-size: 115%;
		width: 70%;
		margin: 10px auto;
	}

	.last {
		display: flex;
		justify-content: center;
		padding: 6% 0 0 0;
		margin: 0 auto 0 auto;
	}

	.lastleft {
		margin-right: -74%;
		font-size: 113%;
		line-height: 1.9rem;
		text-align: left;
		width: 99%;
	}

	.lastimg {
		width: 500px;
		display: flex;
		align-items: flex-end;
		margin: 0;
	}

	.lastimg img {
		width: 100%;
	}

	.bigorg {
		font-weight: bold;
		font-size: 170%;
		line-height: 1.9em
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 .sec5display div figcaption {
		font-size: 125%;
		line-height: 1.5rem;
		width: 80%;
	}

	.last {
		display: flex;
		justify-content: center;
		padding: 6% 0 0 0;
		margin: 0 auto 0 auto;
	}

  /* 20220929 start */
	.lastleft {
		margin-right: -15%;
		font-size: 150%;
		line-height: 1.9em;
		text-align: left;
		width: 36%;
  }
  /* 20220929 end */

	.lastimg {
		width: 600px;
		display: flex;
		align-items: flex-end;
		margin: 0;
	}

	.lastimg img {
		width: 100%;
	}

	.bigorg {
		font-weight: bold;
		font-size: 200%;
		line-height: 1.9em
	}
}

.secbox-5 .sec5display div span {
	color: #e58d02;
	font-size: 110%;
}

.secbox-6 {
	width: 100%;
	background-color: #ffc857;
	overflow: hidden;
}

.secbox-6 figure {
	color: #004e89;
	font-weight: bolder;
	text-align: center;
	margin: 20px auto 40px auto;
	width: 85%;
	font-size: 130%;
	line-height: 1.8rem;
}

@media only screen and (min-width: 481px) {
	.secbox-6 figure {
		font-size: 140%;
		width: 80%;
		line-height: 2.0rem;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-6 figure {
		font-size: 180%;
		width: 45%;
		line-height: 2.4rem;
	}
}

.secbox-6 figure i {
	margin: 0 10px 0 0;
}

.secbox-6 span {
	color: #db3a34;
}

.secbox-6 .data-write {
	background-color: #ffffff;
	width: 95%;
	margin: 10px auto;
	padding: 0 10px 30px 10px;
}

.secbox-6 hr {
	background-color: #fff;
}

.secbox-6 .joinForm {
	background-color: #fff;
	margin: 10px auto;
}

@keyframes movingSec1Gph {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(-0.25%);
	}

	50% {
		transform: translateY(-0.5%);
	}

	80% {
		transform: translateY(-0.25%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes revealLTR {
	0% {
		width: 0;
		left: 0;
	}

	65% {
		width: 100%;
		left: 0;
	}

	100% {
		width: 0;
		left: 100%;
	}
}

@keyframes revealRTL {
	0% {
		width: 0;
		right: 0;
	}

	65% {
		width: 100%;
		right: 0;
	}

	100% {
		width: 0;
		right: 100%;
	}
}

@keyframes textHidden {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



/* 20230605 start*/

.d-mb{
	display: none;
}


.text-red{ color: #db3a34 !important;}

.btn-contact{ width: 100%;text-align: center; margin: 3% auto;}
.btn-contact a{	
	display: inline-block;
	padding: 1.2% 5%;
	background-color: #b82a04;
	color: #fff;
	border-radius: 50rem;
	font-size: 170%;
}
.btn-contact a:hover{
	background-color: #006ba9;
}
.text-center{
	text-align: center;
}
@media (max-width: 1024px) {
	.btn-contact a{
		font-size: 120%;
	}
	.t1tb {
    margin: 0 auto 30px auto;
}
	.secbox-2 summary {
    margin: 30px auto;
	}
}
@media (max-width: 512px) {
	.btn-contact a{
		padding: 3% 10%;
		font-size: 120%;
	}
	.d-pc{
		display: none;
	}
	.d-mb{
		display: block;
	}
	
}

header .btn-logo {
	display: block;
	position: absolute;
	top: 4%;
	right: 49%;
	width: 23%;
	height: 7%;
	opacity: 1;
}

@media only screen and (min-width: 481px) {
	header .btn-logo {
		top: 5%;
		right: 26%;
		width: 11%;
		height: 9%;
	}
}

@media only screen and (min-width: 1100px) {
	header .btn-logo {
		top: 3%;
		right: 25.5%;
		width: 13%;
		height: 10%;
	}
}

header .btn-logo2 {
	display: block;
	position: absolute;
	top: 3%;
	right: 24%;
	width: 24%;
	height: 8%;
	opacity: 1;	
}

@media only screen and (min-width: 481px) {
	header .btn-logo2 {
		top: 5%;
		right: 13%;
		width: 11%;
		height: 9%;
	}
}

@media only screen and (min-width: 1100px) {
	header .btn-logo2 {
		top: 3%;
		right: 12%;
		width: 13%;
		height: 10%;
	}
}

.secbox-2 .table-style-2 table {
	position: relative;
	width: 98%;
	margin: 10px auto 0 auto;
	border: #0695b3 2px solid;
}
.secbox-2 .table-style-2 table + ul{
	margin:1% auto 2%;
	color: #454545;
	font-size: 90%;
}
.secbox-2 .table-style-2 table + ul + div{
  margin-bottom: 5%;
}
@media only screen and (min-width: 481px) {
	.secbox-2 .table-style-2 table {
		width: 92%;		
	}
	.secbox-2 .table-style-2 table + ul{
		font-size: 110%;
	}
}
@media only screen and (min-width: 1100px) {
	.secbox-2 .table-style-2 table {
		width: 80%;
	}
	.secbox-2 .table-style-2 table + ul{
		font-size: 110%;
	}
}

.secbox-5 summary {	
	font-size: 160%;
	width: 90%;
	margin: 5px auto 0 auto;
	line-height: 1.3;
}

.secbox-5 .sec5display div figcaption {
	color: #323031;
	font-size: 140%;
	text-align: center;
	margin: 5px auto;
	width: 100%;
	line-height: 1.3;
}

@media only screen and (min-width: 481px) {
	.secbox-5 summary {
		font-size: 200%;
		width: 98%;
		margin: 30px auto 0 auto;
	}
	.secbox-1 .piece {
		width: 100%;
		margin: 0px auto 5% auto;
	}
}

@media only screen and (min-width: 1100px) {
	.secbox-5 summary {
		font-size: 240%;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.secbox-3 .day {
		margin: 0 auto 0px auto;
	}
	.secbox-1 .piece {
		width: 100%;
		margin: 0px auto 5% auto;
	}
}

/* 20230605 end*/


/* 20230609 start*/
.tv-mb {  
  margin: 0 auto 0px auto;
}
@media only screen and (min-width: 480px) {
  .tv-pc {
    display: block;
    margin: 0 auto 0px auto;
  }
}

/* .slider-container-2 dl {
  margin-top: 20px;
  margin-bottom: 20px;
} */

.sub{
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 2%;
}
@media (max-width: 1024px) {
	.sub{
		font-size: 150%;
	}
}
@media (max-width: 512px) {
	.sub{
		font-size: 130%;
	}
}
.window-student {
  height: auto;
  padding-bottom: 0%;
	padding: 1% 0;
	width: 100%;  
	background-image: url(../images/window-top.png), url(../images/window-down.png), url(../images/window-body.png);
	background-position: top center,bottom center,top center;
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-size: 100%,100%,100%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 480px) {
  .window-student {
    height: auto;
		padding-bottom: 0%;
		padding: 1% 0;
		width: 80%;  
    background-image: url(../images/window-top-sm.png), url(../images/window-down-sm.png), url(../images/window-body-sm.png);
		background-position: top center,bottom center,top center;
		background-repeat: no-repeat,no-repeat,repeat-y;
		background-size: 100%,100%,100%;
    background-size: contain;
    margin: 0 auto 60px auto;		
  }
	.slider-container-2 {
		width: 90%;
		padding-top: 0%;
		margin: 0 auto 20px auto;
	}
	@media only screen and (min-width: 480px) {
		.slider-container-2 {
			width: 90%;
			margin: 0 auto 40px auto;
		}
	}
}

.note{
	width: 100%;
	text-align: center;
	margin-top: 2%;
	font-size: 200%;
	font-weight: bold;
	color: #323031;
}
.note i{
	font-size: 150%;
	color: #db3a34;
	margin: 0 5px;
}
@media (max-width: 1024px) {
	.note{
		font-size: 180%;
	}
}
@media (max-width: 512px) {
	.note{
		font-size: 150%;
		margin-top: 4%;
	}
}

/* 20230609 end*/


.list-btn{
	display: flex;
	justify-content: center;
	margin-bottom: 3%;
}
.list-btn li{
	color: #fff;
	background-color: #006ba9;
	padding: 1% 2%;
	font-weight: bold;
	font-size: 130%;
	margin: 0 2%;
	border-radius: 50rem;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.d-none{
	display: none !important;
}
@media (max-width: 512px) {
	.list-btn li{		
		font-size: 120%;
		padding: 2%;
		margin: 0 2%;		
		width: 35%;
	}
}