/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #1c262f;
	--primary-light: #212d37;
	--secondary: #0ee951;
	--gradient: linear-gradient(#71bded, #71bded);
	--gradient2: linear-gradient(to right, #104bd5, #00dabf);
	--btn-gradient: linear-gradient(to right, #0ee951, #00dabf);
	--btn-color: linear-gradient(to right, #0ee951, #0ee951);
	--btn-color2: linear-gradient(to right, #F9B208, #F9B208);
	--btn-color3: linear-gradient(to right, #4E89AE, #4E89AE);
	--btn-color4: linear-gradient(to right, #ED6663, #ED6663);
	--btn-color5: linear-gradient(to right, #FFA372, #FFA372);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

button {
	font-family: sans-serif;
}

p, ul, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* Section Background */
.whats_new {
	background-color: #1C262F;
}
.whats_new2 {
	background-color: #1C262F;
}

.program,
.program2,
.registration,
.contact {
	background-color: var(--primary-light);
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');

/* Gradient Border And Background On Icons */
.home .fas,
.plans .far,
.information .fas,
.information .far,
.work .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#051f96),
			to(#69bddf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	padding-top: 11px;
	padding-bottom: 21px;
	font-weight: 500;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
	background-color: #022448;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 108px;
	height: 32px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 5.5rem;
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eee;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0ee951),
			to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
	font-family: 'Libre Baskerville', serif;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

.offcanvas-collapse {
	padding-top: 10px;
	text-align: center;
}

#openbtn {
	position: relative;
	background: #0f1519;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

#openbtn .openbtn-area {
	transition: all .4s;
}

#openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 2px;
	background: #f8f9fa;
	opacity: 0.7;
	width: 45%;
}

#openbtn span:nth-of-type(1) {
	top: 15px;
}

#openbtn span:nth-of-type(2) {
	top: 23px;
}

#openbtn span:nth-of-type(3) {
	top: 31px;
}

#openbtn.active .openbtn-area {
	transform: rotateX(360deg);
}

#openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-135deg);
	width: 40%;
}

#openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

#openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(135deg);
	width: 40%;
}

/****************/
/*     Home     */
/****************/
section.home {
	position: relative;
	height: 110vh;
	background-image: url(../assets/images/intro-bg.jpg);
	background-size: cover;
	background-position: 0px 60px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
	width: 50%;
}

.para-light {
	opacity: 0.7;
}

section.home h1 {
	font-size: 55px;
	text-shadow: 4px 4px #000;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

section.home h1, section.home h2 {
	font-weight: 550;
	font-family: 'Rubik', sans-serif;
}

section.home h2 {
	font-size: 31px;
	text-shadow: 3px 3px #000;
}

section.home hr.title-line {
	opacity: 0 !important;
}

section.home .img1 {
	max-width: 900px;
    width: 100%;
	/* height: auto; */
}

section.home .img2 {
	max-width: 1200px;
    width: 100%;
	/* height: auto; */
}

/***********************/
/*     What's New     */
/***********************/
#whats_new {
	padding: 115px 0px;
	height: auto;
	background: radial-gradient(ellipse at center, #0b0c2a 0%, #01010c 100%);
	color: white;
}
#whats_new2 {
	padding: 30px 0px;
	height: auto;
}

#whats_new .card2 {
	width: 85%;
	margin: 0 auto;
	padding: 30px 30px;
	border: 4px solid; /* 枠線を細く */
	border-image-slice: 1;
	border-width: 4px; /* 幅を細く */
	border-image-source: linear-gradient(
		45deg,
		red,
		orange,
		yellow,
		green,
		blue,
		indigo,
		violet
	); /* 虹色のグラデーション */
}
#whats_new h6 {
	opacity: 0.7;
	margin-bottom: 0px;
	font-size: 13px;
	font-style: italic;
}

#whats_new p {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(248, 249, 250, 0.7);
	color: #f8f9fa;
}

whats_new a {
	color: #5495ce;
	text-decoration: underline dotted #5495ce;
}

#whats_new a:hover {
	color: #1493ff;
	text-decoration-color: #1493ff;
}

#whats_new p.add-space {
	padding: 12.5px 0px;
	border: none;
}
.space-bg {
	background: radial-gradient(ellipse at center, #0b0c2a 0%, #01010c 100%);
	background-image: url('your-space-image.jpg'); /* 任意の宇宙画像に変更可 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: white;
}
/*******************/
/*     Program     */
/*******************/
section#program {
	padding: 115px 0px;
}
section#program2 {
	padding: 30px 0px;
}

section#program h2 {
	color: #f8f9fa;
}
section#program2 h2 {
	color: #f8f9fa;
}

section#program .message {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

section#program p {
	color: rgba(248, 249, 250, 0.7);
}

section#program div.alos-warning-box {
	width: 85%;
	margin: 0 auto;
}

section#program p.alos-warning {
	color: rgba(248, 249, 250, 0.9);
}

section#program .table-responsive {
}

section#program .schedule-table {
	width: 85%;
	min-width: 580px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-size: 14px;;
}

section#program th#date-time-frame {
	width: 40%;
}

section#program th#session-frame {
	width: 60%;
}

section#program .add-pad {
	font-size: 14.5px;
}

section#program .schedule-table thead {
	vertical-align: middle;
}

section#program .schedule-table thead th {
	color: rgba(248, 249, 250, 0.8);
	font-weight: 500;
	font-size: 14px;
}
section#program .schedule-table td {
	color: rgba(248, 249, 250, 0.8);
	font-weight: 500;
	font-size: 14px;
}
section#program2 .schedule-table thead th {
	color: rgba(248, 249, 250, 0.8);
	font-weight: 500;
	font-size: 14px;
}

section#program2 .schedule-table td {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
	border-bottom-color: #363a3e;
}

.schedule-table thead tr:last-child th {
	border-bottom: 1px solid #363a3e;
}

.schedule-table th+td {
	border-bottom: 0;
}

.schedule-table thead th:last-child {
	border-right-color: transparent;
}

section#program h5.program-date {
	color: rgba(248, 249, 250, 0.9);
	font-weight: 450;
	font-size: 16px;
}

section#program h5.program-time {
	opacity: 1;
	color: rgba(248, 249, 250, 0.9);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--bs-font-sans-serif);
}

.schedule-table h5.meeting-title {
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0;
	color: #313333;
	font-weight: 400;
	font-size: 19px;
}

.schedule-table p.meeting-time {
	padding-bottom: 10px;
	color: #313333 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

section#program div.session-card2 {
	width: 100%;
	height: 134px;
	border-radius: 0px;
}

section#program div.long-card2 {
	height: 154px;
}

section#program div.long-card2 {
	height: 154px;
}

section#program div.bg-green {
	background-color: #cfe6da;
}

section#program div.bg-blue {
	background-color: #cfe6e6;
}

section#program div.bg-orange {
	background-color: #e6dacf;
}

section#program div.bg-purple {
	background-color: #dacfe6;
}

section#program div.bg-yellow {
	background-color: #e6e6cf;
}

section#program div.bg-pink {
	background-color: #e6cfda;
}

.schedule-table h5,
.schedule-table p {
	position: relative;
	z-index: 2;
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
	padding: 10px;
	color: #f8f9fa;
}

.schedule-table th {
	padding: 23px;
}

.schedule-table td {
	padding: 16px 0px 16px 0px;
}

.schedule-table span.sm-font {
	font-size: 15.5px;
}

/* border */
.schedule-table thead th {
	border: 1px solid #363a3e;
}

.schedule-table thead tr:nth-child(2) {
	border-bottom: none;
}

.schedule-table tbody th, .schedule-table tbody td {
	border: 1px solid #363a3e;
}

/* Back Page */
/************************/
/*     Back Program     */
/************************/
section#back_program {
	padding: 70px 0px 70px;
	background-color: var(--primary);
	background-color: #1f2b33;
}

section#back_program h2,
section#venue h2 {
	color: #f8f9fa;
}

section#back_program div.joining-box {
	margin: 0 auto;
	width: 90%;
}

section#session-corner p.mtg-joining {
	color: rgba(248, 249, 250, 0.8);
	font-size: 15px;
}

section#back_program .table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

section#back_program .schedule-table {
	width: 85%;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

section#back_program .add-pad {
	font-size: 14.5px;
}

section#back_program .schedule-table thead {
	vertical-align: middle;
}

section#back_program .schedule-table thead th {
	background-color: #212529;
	background-color: #0f1519;
	color: rgba(248, 249, 250, 0.9);
	font-weight: 500;
	font-size: 16px;
}

section#back_program .schedule-table td {
}

section#back_program h5.program-date {
	color: rgba(248, 249, 250, 0.9);
	font-weight: 450;
	font-size: 18px;
}

section#back_program h5.program-time {
	opacity: 1;
	color: rgba(248, 249, 250, 0.9);
	font-size: 17px;
	font-weight: 400;
	font-family: var(--bs-font-sans-serif);
}

section#back_program div.session-card2 {
	width: 100%;
	height: 134px;
	border-radius: 0px;
}

section#back_program div.bg-green {
	background-color: #c8d5bb;
}

section#back_program div.bg-blue {
	background-color: #bcd6c9;
}

section#back_program div.bg-orange {
	background-color: #d6c9bc;
}

section#back_program div.bg-purple {
	background-color: #bfbfcd;
}

section#back_program div.bg-yellow {
	background-color: #d6d6bc;
}

section#back_program div.bg-pink {
	background-color: #d1bdc6;
}

section#session-corner {
	padding: 70px 0px 50px;
}

section#session-corner h2 {
	color: #f8f9fa;
}

section#session-corner p {
	color: #f8f9fa;
	font-size: 19px;
}

section#session-corner span {
	margin-left: 20px;
	color: #f8f9fa;
}

section#back_program i.no-video {
	position: relative;
	top: 1.7px;
}

section#session-corner a.ps-corner-btn {
	padding: 10px 70px;
	border-image-source: var(--btn-color3);
	box-shadow: 5px 5px 0px 0px #4E89AE;
}

section#session-corner a.as-corner-btn {
	padding: 10px 100px;
	border-image-source: var(--btn-color4);
	box-shadow: 5px 5px 0px 0px #ED6663;
}

section#session-corner a#questionnaire-btn,
section#session-corner a#questionnaire-btn2 {
	padding: 13px 110px;
	color: #f8f9fa;
	background-color: transparent;
	font-weight: 550;
	border-radius: 0px;
	border: 2px solid#FFA372;
	transition: all .2s;
}

section#session-corner a#questionnaire-btn:hover,
section#session-corner a#questionnaire-btn2:hover {
	color: #363a3e;
	background-color: #FFA372;
	font-weight: 600;
}

section#session-corner a#mtg-joining-btn,
section#session-corner a#mtg-joining-btn2 {
	padding: 13px 110px;
	color: #f8f9fa;
	background-color: transparent;
	font-weight: 550;
	border-radius: 0px;
	border: 2px solid#4E89AE !important;
	transition: all .2s;
}

section#session-corner a#mtg-joining-btn:hover,
section#session-corner a#mtg-joining-btn2:hover {
	color: #212529 !important;
	background-color: #6893ad !important;
	border: 2px solid #2e5066 !important;
	font-weight: 600 !important;
}

section#back_program div.long-card2 {
	height: 154px;
}

section#back_program div.long-card2 {
	height: 154px;
}


@media screen and (max-width: 1200px) {

	section#session-corner a#mtg-joining-btn,
	section#session-corner a#questionnaire-btn {
		padding: 13px 90px;
	}

	section#program div.long-card,
	section#back_program div.long-card2 {
		height: 174px;
	}
}

@media screen and (max-width: 992px) {

	section#session-corner a#mtg-joining-btn,
	section#session-corner a#questionnaire-btn {
		padding: 13px 110px;
	}

	section#program div.long-card3 {
		height: 154px;
	}

	section#back_program div.long-card3 {
		height: 154px;
	}
}

section#session-corner a.ps-corner-btn:hover,
section#session-corner a.as-corner-btn:hover,
section#session-corner a.questionnaire-btn:hover {
	box-shadow: none;
}

section#session-corner hr.bp-hr1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

section#session-corner hr.bp-hr2 {
	margin-top: 20px;
	margin-bottom: 15px;
}

section#session-corner img.pdf-icon {
	margin-bottom: 5px;
}

section#session-corner i#arrow-icon,
section#session-corner i#arrow-icon2,
section#session-corner i#arrow-icon3 {
	opacity: .9;
	transition: all .2s ease-out;
}

footer.secret-page-footer {
	padding: 30px 0px 30px;
	text-align: center;
	background-color: #000;
}

footer.secret-page-footer div.contact-address {
	color: #f8f9fa;
}

footer.secret-page-footer a.address {
	border-bottom: 1px dashed #5293cc;
	color: #5293cc;
	transition: all .2s ease-out;
}

footer.secret-page-footer h2 {
	color: rgba(248, 249, 250, 0.9);
}

footer.secret-page-footer a {
	color: #f8f9fa;
}

footer.secret-page-footer a.guide-to-google-map {
	border-bottom: 1px dashed #7aa6cc;
	color: #7aa6cc;
	transition: all .2s ease-out;
}

footer.secret-page-footer a:hover,
footer.secret-page-footer a.guide-to-google-map:hover {
	opacity: 0.8;
}

/* Video Page*/
section#video h2 {
	margin-top: 70px;
	color: #f8f9fa;
	font-size: 28px;
	text-align: center;
}

footer.video-foot {
	background-color: #000;
	text-align: center;
}

footer.video-foot p {
	padding: 30px 0px;
	color: rgba(248, 249, 250, 0.7);
}

/********************/
/*     location     */
/********************/
section#location {
	padding: 115px 0px;
	background-color: #1C262F;
	text-align: center;
}

section#location h2 {
	color: #f8f9fa;
}

section#location .address {
	width: 85%;
	margin: 0 auto;
	color: #fff;
	letter-spacing: .75px;
	font-size: 18px;
	text-align: left;
}

section#location p.location-name {
	line-height: 1.35;
	font-weight: 500;
}

section#location p.location-address {
	margin-bottom: 10px;
	opacity: 0.8;
	line-height: 1.35;
	font-size: 16px;
}

.location .fas {
	background: #1493ff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#map {
    padding: 10px 10px 4px 10px;
    margin: 0 auto;
    width: 85%;
    background-color: #D4D4D4;
    color: #353535;
}
/************************/
/*     Registration     */
/************************/
section#registration {
	padding: 115px 0px;
	background-color: var(--primary-light);
	text-align: center;
}

section#registration .main-content {
	width: 85%;
}

section#registration h2 {
	color: #fff;
}

section#registration h5 {
	color: #fff;
	font-size: 18px;
}

section#registration p {
	color: #fff;
}




section#program span.kome,
section#registration span.kome,
section#back_program span.kome {
	color: #ff99a7;
}

section#registration .personal-information {
	margin-top: 60px;
	padding: 10px 0px;
	border-top: 1px dashed rgba(248, 249, 250, 0.3);
	border-bottom: 1px dashed rgba(248, 249, 250, 0.3);
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}

/***********************/
/*       Contact       */
/***********************/
section.information {
	padding: 115px 0px;
	background-color: #0F1519;
	text-align: center;
}

section.information h2 {
	color: #f8f9fa;
}

.information .container-fluid .row div:first-child {
	background-color: var(--primary);
	filter: drop-shadow(2px 2px 4px #1c262f);
}

.information .container-fluid .row div:last-child {
	background-color: var(--primary);
	filter: drop-shadow(2px 2px 4px #1c262f);
}

.information .container-fluid .row div:nth-child(2) {
	background-color: var(--primary-light);
	filter: drop-shadow(2px 2px 4px #1c262f);
}

.information p {
	color: #f8f9fa;
	font-size: 16px;
}

.information a {
	color: #99cfff;
}

.information a:hover {
	color: #1493ff;
	text-decoration: underline dotted #1493ff;
}

.information br.c-br-1 {
	display: none;
}

.information br.c-br-2 {
	display: block;
}

/******************/
/*     Footer     */
/******************/
.footer {
	background-color: #0f1519;
	padding: 115px 0px;
}

.footer h5 {
	color: rgba(248, 249, 250, 0.9);
	font-style: italic;
}

.footer a {
	color: rgba(248, 249, 250, 0.7);
}

.footer a:hover {
	color: #1493ff;
	text-decoration: underline dotted #1493ff;
}

.copy-right {
	padding-bottom: 20px;
    padding-top: 110px;
	color: rgba(248, 249, 250, 0.7);
}

/*****************************/
/*     Loading Animation     */
/*****************************/
#loading,
#loading2 {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #0f1519;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.spinner-box,
.spinner-box2 {
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle-border,
.circle-border2 {
	width: 100px;
	height: 100px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(0deg, #3b5867a5 33%, #91daffa5 100%);
	animation: spin .8s linear 0s infinite;
}

.circle-core,
.circle-core2 {
	width: 100%;
	height: 100%;
	background-color: #0f1519;
	border-radius: 50%;
}

.loaded,
.loaded2 {
	opacity: 0;
	visibility: hidden;
}

/*************************/
/*     Media Queries     */
/*************************/
@media screen and (max-width: 1324px) {
	.information br.c-br-2 {
		display: none;
	}

	.information br.c-br-1 {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {

	.whats_new,
	.work,
	.testimonial,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 11px;
		padding-bottom: 21px;
		background-color: #022448;
		box-shadow: 0 3px 6px 0 rgba(15, 21, 25, 0.7);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media screen and (max-width: 1200px) {
	section#registration .main-content {
		width: 84%;
	}
}

@media screen and (max-width: 992px) {
	.navbar .nav-item .nav-link:hover {
		transform: translateY(-5px);
	}

	.navbar .nav-item .nav-link:active {
		transform: translateY(-5px);
	}

	section#program div.alos-warning-box {
		width: 100%;
	}

	div.copy-right {
		padding-bottom: 0px;
		padding-top: 20px;
	}

	.information br.c-br-1 {
		display: none;
	}

	.information br.c-br-2 {
		display: block;
	}

	#openbtn {
		display: block;
	}

	/* Back Page */
	footer div.contact-address {
		width: 85%;
		margin: 0 auto !important;
	}

	footer div.Venue-box {
		margin-bottom: 30px !important;
	}
}

@media screen and (max-width: 1400px) {
	.schedule-table span.sm-font {
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	section#program .schedule-table {
		width: 85%;
	}
}

@media screen and (max-width: 769px) {
	footer div.contact-address {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.navbar {
		padding-top: 16px;
		padding-bottom: 6px;
	}

	.offcanvas-collapse {
		top: 4.9rem;
	}

	section.home h1 {
		font-size: 50px;
	}

	section.home h2 {
		font-size: 26px;
	}

	section#header hr {
		margin-bottom: 1rem !important;
	}

	section#program div.session-card2 {
		padding: 0px 10px;
	}

	.schedule-table td {
		padding: 10px 0px;
	}

	section#program .schedule-table thead th {
		font-size: 15px;
	}

	section#program h5.program-date,
	section#back_program h5.program-date {
		font-size: 17px;
	}

	section#program h5.program-time,
	section#back_program h5.program-time {
		font-size: 16px;
	}

	section#program .add-pad,
	section#back_program .add-pad {
		font-size: 12.5px;
	}

	.schedule-table h5.meeting-title {
		padding-top: 20px;
		font-size: 17px;
	}

	section#program div.wid-specify,
	section#back_program div.wid-specify {
		width: 130px;
	}

	/* Back Page */
	section#back_program div.joining-box {
		width: 100%;
	}

	section#back_program .schedule-table thead th {
		font-size: 15px;
	}

	footer.secret-page-footer h2 {
		text-align: left;
	}

	footer div.contact-address {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.schedule-table  {
		width: 580px;
	}
	div.header-box {
		width: 95%;
		margin: 0 auto;
	}

	div.top-text-box {
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 576px) {
	section.home {
		position: relative;
		height: 100vh;
		background-image: url(../assets/images/intro-bg.jpg);
		background-size: auto 100vh;
		background-position:top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	section.home h1 {
		font-size: 45px;
	}

	section.home h2 {
		font-size: 21px;
	}

	div.header-box {
		width: 90%;
		margin: 0 auto;
	}

	div.top-text-box {
		width: 90%;
		margin: 0px auto 0;
		padding-top: 10px;
	}

	section#whats_new .card2 {
		width: 85%;
	}

	section#registration p.add-mb {
		margin-bottom: 10px !important;
	}

	.circle-border {
		width: 80px;
		height: 80px;
	}

	.spinner-box {
		margin-bottom: 90px;
	}

	div.footer .copy-right {
		font-size: 15px;
	}

	/* Back Page */
	section#session-corner a#questionnaire-btn2 {
		padding: 13px 85px !important;
	}

	section#session-corner a#mtg-joining-btn2 {
		padding: 13px 62px !important;
	}

	.secret-page-footer div.copy-right {
		font-size: 15px;
	}

	/* Video Page */
	section#video h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 540px) {
	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}

@media screen and (max-width: 500px) {
	div.top-text-box {
		width: 85%;
	}

	section.home img.top-img-logo {
		width: 110px;
		height: 67px;
	}
}

@media screen and (max-width: 441px) {
	.information br.c-br-2 {
		display: none;
	}

	.information br.c-br-1 {
		display: block;
	}
}

@media screen and (max-width: 378px) {
	section.home h1 {
		font-size: 40px;
	}

	section.home h2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 330px) {
	section#session-corner a#questionnaire-btn2 {
		padding: 13px 80px !important;
	}

	section#session-corner a#mtg-joining-btn2 {
		padding: 13px 55px !important;
	}
}


.registration .btn,
.registration a.btn,
.registration button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .5rem .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
  min-width: 250px;
}

.registration a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

.registration a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

.registration .btn-custom01-front {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 1rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.registration .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.registration .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.registration a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
}

.registration a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}


.registration a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

.registration a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}





.registration a.btn-custom02 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

.registration a.btn-custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #00D907;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

.registration .btn-custom02-front {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 1rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #00D907;
}


.registration a.btn-custom02:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
}

.registration a.btn-custom02:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}


.registration a.btn-custom02:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

.registration a.btn-custom02:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.table{
	font-size: 0.8em;
}
.badge {
    display: inline-block;
    color: #000;
    padding: 0.2rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
	background-color: #FFF;
	margin-bottom: 20px;
}
.txtColRed{ color:#D57429;}
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
	animation-iteration-count:5;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

