@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #000000;
}
.drawer-content a:hover, .drawer-content a:active, .drawer-content a:focus {
		color: #cc0000;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.5rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent.none > li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
}
.no {
		font-family: 'Open Sans', 'Noto Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.event_block .highline .large, .event_block .title, .text-sp, .info-card .title, .ad_card .btn, .ad_card .head {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.btn-reg:hover .btn {
		background-color: #000000;
		color: #ffffff;
}
.btn-search:hover .btn {
		background-color: #9f5de2 !important;
		color: #ffffff;
		border: 0;
}
h1, h2, .fix-ad .item .act {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.slick-slide {
		background-color: transparent !important;
}
.slick-dots li.slick-active button:before {
		background-color: #e51937 !important;
}
.slick-dots li button:before {
		background-color: #ffffff !important;
}
.remark-text a {
		color: #0644ff;
}
.remark-text a:hover, .remark-text a:focus {
		color: #000000;
}
br.d-xs-block {
		display: none !important;
}
.d-xxxl-block {
		display: none !important;
}
@media screen and (min-width: 1921px) {
		.d-xxxl-block {
				display: block !important;
		}
		.d-xxxl-none {
				display: none !important;
		}
}
@media screen and (max-width: 320px) {
		br.d-xs-block {
				display: block !important;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: rgba(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
MODAL
--------------------------------------------*/
.act-modal .modal-header {
		border: 0;
		padding: 0;
}
.act-modal .modal-header .btn-close {
		position: absolute;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 5rem;
		background-color: #666666;
		right: -10px;
		top: -10px;
		opacity: 1;
		background-image: none !important;
}
.act-modal .modal-header .btn-close img {
		width: 20px;
		height: 20px;
}
.act-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.act-modal .modal-header .btn-close, .act-modal .modal-header .btn-close:hover {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.act-modal .modal-content {
		border-radius: 2.5rem;
		-webkit-box-shadow: 0 0 1rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 1rem RGBA(0, 0, 0, .5);
		padding: 2rem 3rem;
		font-size: 1rem;
		line-height: 1.75;
}
#act1.act-modal .modal-content {
		padding: 4rem 3rem;
}
.act-modal .modal-content ul.point_red li {
		padding-left: 1rem;
		position: relative;
}
.act-modal .modal-content ul.point_red li::after {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 5rem;
		display: block;
		position: absolute;
		left: 0;
		top: 12px;
		background-color: #fb1313;
}
.act-modal .modal-body {
		padding: 0;
}
.act-modal .modal-content .is-card {
		max-width: 150px;
		margin: 0 auto 1.5rem auto;
		display: block;
}
.act-modal .modal-content small {
		color: #666666;
		font-size: .825rem;
}
.act-modal .modal-content small a {
		color: #0644ff;
		text-decoration: underline;
}
.act-modal .modal-content small a:hover {
		color: #000000;
}
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************
BUTTON
************************/
a.btn-more {
		border-radius: 5rem;
		border: 1px solid #000000 !important;
		background-color: transparent;
		color: #000000;
		min-width: 150px;
		font-weight: bold;
}
a.btn-more:hover {
		border: 1px solid #000000 !important;
		background-color: #000000;
		color: #ffffff;
}
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
STOP CARD
************************/
.stop-card {
		border: 0;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		border-radius: 2rem;
		padding: 0;
		margin: 2rem auto;
}
.stop-card .card-footer, .stop-card .card-header {
		border: 0;
		background-color: transparent;
}
.stop-card .card-body, .stop-card .card-header {
		padding: 0;
}
.stop-card .card-footer {
		padding: 1.5rem 0 2rem 0;
}
.stop-card .stop_block {
		color: #fff6c5;
		font-size: 1.5rem;
		font-weight: 600;
		width: 90px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		border-radius: 100%;
		background-color: #63add5;
		margin: auto;
		position: relative;
		top: -30px;
}
.stop-card .stop_block .no {
		font-size: 120%;
		line-height: 1;
}
.stop-card .card-body {
		font-size: 1.25rem;
		font-weight: bold;
}
.stop-card .card-body .no {
		font-size: 140%;
		line-height: 1;
}
/************************
EVENT BLOCK
************************/
.event_block .title .top {
		font-size: 2.75rem;
		letter-spacing: 3px;
		color: #000000;
}
.event_block .title .top.light {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		overflow: hidden;
		z-index: 2;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: transparent !important;
		background: -o-linear-gradient(140deg, transparent 0%, transparent 45%, #d9d9d9 50%, transparent 55%, transparent 100%);
		background: linear-gradient(-50deg, transparent 0%, transparent 45%, #d9d9d9 50%, transparent 55%, transparent 100%);
		background-size: 400% auto;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: shine_s 20s infinite linear;
		animation: shine_s 20s infinite linear;
}
@-webkit-keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
@keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
.event_block .highline {
		color: #000;
		font-size: 1.125rem;
		line-height: 1.5;
		padding: .75rem 0;
		margin: .825rem 0;
		border-top: 1px solid #a2a2a2;
		border-bottom: 1px solid #a2a2a2;
}
.event_block .btn-block {
		display: inline-block;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.event_block .title .top {
		font-size: 2.5rem;
		letter-spacing: 3px;
		color: #000000;
}
.event_block .remark_text {
		max-width: 100%;
		right: 2rem;
		bottom: 2rem;
		text-shadow: 0 0 .5rem RGBA(0, 0, 0, .75);
		color: #ffffff;
		font-size: .75rem;
}
.event_block .text_info .btn-event {
		margin-bottom: 2rem;
		min-width: inherit;
		padding: .75rem 2rem;
}
.event_block .highline .large {
		font-size: 130%;
		line-height: 1.25;
}
.event_block .title_tag img {
		max-width: 170px;
}
.event_block .title_block > div {
		display: inline-block;
		padding-left: 25px;
}
.event_block .title_block img {
		max-width: 70px;
		left: -50px;
		top: 20px;
}
.event_block .text_info .text, .event_block .text_info .date {
		font-size: 1rem;
}
.event_block {
		padding: 1rem 45% 1.5rem 4rem;
		border-radius: 4rem;
		-webkit-box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
		background-image: url("../images/act_bg.jpg");
		background-position: 112% bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		aspect-ratio: 16 / 6;
		background-color: #efefef;
		overflow: hidden;
}
.event_block::after {
		content: '';
		position: absolute;
		width: 100%;
		max-width: 70%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: -o-linear-gradient(left, RGBA(239, 239, 239, 1)60%, RGBA(239, 239, 239, 0)100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(60%, RGBA(239, 239, 239, 1)), to(RGBA(239, 239, 239, 0)));
		background: linear-gradient(to right, RGBA(239, 239, 239, 1)60%, RGBA(239, 239, 239, 0)100%)
}
/************************
SPACE
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container:not(.wide) {
		padding: 0px;
		max-width: 991px;
}
.page-container.sp {
		max-width: 1100px;
}
.key-visual .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.key-visual .slick-dotted.slick-slider {
		margin-bottom: 0;
}
.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
		padding: 0px;
		max-width: 1100px;
}
@media only screen and (min-width:992px) {
		.page-container.mini {
				margin: 0 auto;
				max-width: 760px;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual .page-container {
				max-width: 100%;
		}
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (min-width:2560px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 2560px;
		}
}
@media only screen and (max-width:1199px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 86%;
		}
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
@media only screen and (max-width:991px) {
		.page-container.ad, .page-container.mini {
				max-width: 90%;
				margin: auto;
		}
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 96%;
		}
}
@media only screen and (max-width:767px) {
		.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
				padding: 0px;
				max-width: 88%;
		}
}
@media only screen and (max-width:567px) {
		.page-container.description > .page-container {
				margin: 0 auto;
				max-width: 90% !important;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
BANNER
************************/
.bot-banner {
		background-color: #f4e2e2;
		margin: 2rem 0;
		clear: both;
}
@media only screen and (max-width: 991px) {
		.bot-banner {
				margin: 2rem 0;
		}
}
/************************
AD BLOCK
************************/
.page-container.ad {
		background-image: url("../images/bot_bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		padding: 4rem 0 2rem 0;
}
.page-container.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .info.short {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
}
.ad_card .card-body {
		min-height: 100px;
		padding-bottom: 0;
		padding-top: 1.5rem;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block .slick-slide {
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .slick-slide a .pic {
		-webkit-box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		border-radius: 2rem;
}
.ad_block .slick-slide a .pic, .ad_block .slick-slide a:hover .pic {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
		pointer-events: none;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
.ad_card .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.ad_card .slick-dotted.slick-slider {
		margin-bottom: 0;
}
@media only screen and (min-width: 1920px) {
		.page-container.ad {
				background-size: 2560px auto;
		}
}
/************************
SEARCH
************************/
.search_block {
		background-image: url("../images/search_bg.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 3.75rem 0;
		background-color: #ffffff;
}
.search_block .pic {
		width: 220px;
		height: 155px;
		margin-right: 1rem;
}
@media screen and (min-width:2560px) {
		.search_block {
				background-size: 2560px auto;
		}
}
.check-list, .check-list li {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.check-list li {
		margin-bottom: .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.35rem;
}
.check-list li .icon {
		max-width: 30px;
		display: inline-block;
		position: relative;
		top: -.15rem;
}
/*------------------------------------------ 
Main Head
--------------------------------------------*/
.main-head .no {
		font-size: 130%;
}
.main-head .no small {
		font-size: 80%;
}
.c-gold {
		background: -o-linear-gradient(left, #744e0b, #f2c96f 50%, #906a26);
		background: -webkit-gradient(linear, left top, right top, from(#744e0b), color-stop(50%, #f2c96f), to(#906a26));
		background: linear-gradient(to right, #744e0b, #f2c96f 50%, #906a26);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
}
.c-gold2 {
		background: -o-linear-gradient(top, #906a26, #f2c96f);
		background: -webkit-gradient(linear, left top, left bottom, from(#906a26), to(#f2c96f));
		background: linear-gradient(to bottom, #906a26, #f2c96f);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
.main-head .info {
		font-size: 1.5rem;
		line-height: 1.25;
}
.main-head .info .is-plus {
		font-size: 130%;
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-icon {
		display: inline-block;
		width: 12px;
		height: 12px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #666666;
}
.remark-icon.plus::before {
		width: 100%;
		height: 2px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-icon.plus::after {
		width: 2px;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.remark-icon.minus::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #666666;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
}
.remark-title {
		display: inline-block;
		padding-left: 1.25rem;
}
/************************
INFO CARD
************************/
.remark_text {
		font-size: .75rem;
}
.info-card.last .text-block {
		left: 7rem;
		top: 5rem;
		margin: auto;
		max-width: 60%;
}
.info-card.last img.flag {
		max-width: 80px;
		left: 1rem;
		top: 2rem;
		z-index: 4;
}
.info-card.last .subtitle {
		font-size: 2.125rem;
}
.info-card .has-bg {
		border-radius: 3rem 3rem 0 0;
		background-color: #e0dee3;
		padding: 3rem 2rem 2rem 2rem;
		-webkit-box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
		box-shadow: inset 0 0 .75rem RGBA(0, 0, 0, .125);
}
.info-card .has-bg.full {
		border-radius: 3rem;
		background-color: RGBA(255, 255, 255, .95);
		padding: 3rem 2rem 1rem 2rem;
		border: 5px solid #b2acc6;
}
.info-card.is_sp {
		background-color: transparent;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card.is_sp .title, .info-card .title {
		font-size: 2.125rem;
		letter-spacing: 3px;
}
.info-card .title img {
		max-width: 170px;
		margin-right: 1.5rem;
		position: relative;
		top: -5px;
}
.info-card.is_sp .btn-event {
		background-color: #663399;
		color: #ffffff;
		border: 0;
}
.info-card.is_sp .btn-event:hover {
		background-color: #9f5de2;
		color: #ffffff;
}
.info-card.is_sp .title {
		/*padding-left: 15%;*/
}
.info-card .text .no, .info-card .title .no {
		font-size: 150%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1rem;
}
.info-card .text {
		font-size: 1.35rem;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .star-list {
		font-size: 1.25rem;
		margin-left: 2rem;
}
.info-card .star-list .icon {
		max-width: 25px;
		margin-right: .5rem;
		position: relative;
		top: -2px;
}
.info-card .star-list small {
		font-size: 80%;
}
.info-card .val-card {
		max-width: 75%;
		margin: auto;
}
.info-card .val-card .item {
		padding: 3.5rem 1rem 2rem 1rem;
		background-color: #ffffff;
		border-radius: 2rem;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		font-size: 1.25rem;
}
.info-card .val-card.mission .item {
		padding: 3.5rem 1rem 2rem 1rem;
		background: -o-linear-gradient(top, #e8c476 0%, #d0b374 50%, #c2a973 80%, #f2dbaa 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#e8c476), color-stop(50%, #d0b374), color-stop(80%, #c2a973), to(#f2dbaa));
		background: linear-gradient(180deg, #e8c476 0%, #d0b374 50%, #c2a973 80%, #f2dbaa 100%);
		border-radius: 2rem;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
}
.info-card .val-card.mission .item::after {
		content: '';
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		background-color: #ffffff;
		border-radius: 1.75rem;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.info-card .val-card.mission .subtitle {
		font-size: 1.5rem;
}
.info-card .val-card .item .is-head {
		padding: .5rem 2rem;
		color: #000;
		background: -o-linear-gradient(left, #f2c96f 20%, #f7f1ae 60%, #f8d089 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f2c96f), color-stop(60%, #f7f1ae), to(#f8d089));
		background: linear-gradient(to right, #f2c96f 20%, #f7f1ae 60%, #f8d089 100%);
		border-radius: 5rem;
		top: -1rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 200px;
		font-size: 1.45rem;
}
.info-card .val-card.has-grid .row .col-sm-4 {
		border-right: 2px solid #f2c96f;
}
.info-card .val-card.has-grid .row .col-sm-4:last-child {
		border-right: 0;
}
.info-card .val-card .item .no {
		font-size: 140%;
}
.info-card .remark-text {
		margin: auto;
		font-size: .875rem;
		font-weight: 600;
		color: #666666;
		letter-spacing: 1px;
}
.info-card .btn-block {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event::after {
		content: '';
}
a.btn-event .icon {
		right: -3px;
		top: 0;
		font-size: 110%;
		line-height: 0;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ee1e1e;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
/************************
DESCRIPTION
************************/
.description {
		background-color: #ebebeb;
		font-size: 1rem;
}
.description > div {
		max-width: 80%;
		margin: auto;
		color: #000000;
		font-size: 1rem;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
		float: left;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
		margin: 0 5px;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		float: left;
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				float: left;
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.6em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				padding: 0px 3%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
				padding-right: 20%;
		}
		footer .fiscal .f_right {
				/*padding-right: 20%;*/
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				padding-right: 25%;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
				padding-right: 25%;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #064f89;
}
.key-visual .topic {
		left: 0;
		right: 0;
		top: 5%;
		bottom: auto;
		margin: auto;
		z-index: 2;
		max-width: 25vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .light {
		opacity: 0;
}
.key-visual.is-time .light {
		opacity: 1;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}
.key-visual .box-card {
		left: 0;
		right: 0;
		top: auto;
		bottom: -4%;
		z-index: 3;
}
.key-visual .cloud_groud {
		left: 0;
		right: 0;
		top: auto;
		bottom: -25%;
		z-index: 2;
}
.key-visual .tb01 {
		max-width: 100%;
		margin: auto;
		overflow: hidden;
}
.key-visual .is_light {
		right: 0;
		top: 20%;
		bottom: 0;
		left: auto;
		margin: auto;
		max-width: 14vw;
		opacity: .7;
}
.key-visual .kv_bg {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		-webkit-animation: go 3s linear forwards;
		animation: go 3s linear forwards;
}
@-webkit-keyframes go {
		0% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes go {
		0% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@media (min-width: 1200px) {
		.key-visual .cloud_groud img {
				width: 100%;
		}
}
@media (min-width: 1920px) {
		.key-visual .topic {
				max-width: 500px;
				top: 5%;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic {
				top: 5%;
				max-width: 650px;
		}
		.key-visual .tb01, .key-visual .box-card, .key-visual .cloud_groud {
				max-width: 2560px;
		}
		.key-visual .cloud_groud img {
				width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 30vw;
		}
}
@media (max-width: 991px) {
		.key-visual .box-card {
				bottom: -15%;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {}
@media (max-width: 767px) {}
@media (min-width: 568px) and (max-width: 599px) {
		.key-visual .topic {
				max-width: 60vw;
		}
}
@media (max-width: 480px) {
		.key-visual .topic {
				top: 6%;
				max-width: 70vw;
		}
		.key-visual .is_light {
				top: 0;
				left: 0;
				bottom: 0;
				max-width: 100%;
		}
		.key-visual .cloud_groud {
				bottom: -23%;
				display: none !important;
		}
		.key-visual .box-card {
				bottom: -10%;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 65vw;
		}
}
/************************
CARD GROUP
************************/
.card-item.is_mix > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
.card-item.is_mix img {
		margin: auto;
		position: relative;
}
.has-shadow-left::after, .has-shadow-right::after {
		content: '';
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
}
.has-shadow-left::after {
		left: 0;
		right: auto;
		background: -o-linear-gradient(left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
}
.has-shadow-right::after {
		left: auto;
		right: 0;
		background: -o-linear-gradient(right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, right top, left top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
}
.card-item .is_hover {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
}
.card-item .is_hover.show {
		opacity: 1;
		z-index: 2;
}
.card-item img {
		margin: auto;
}
@media only screen and (max-width:576px) {
		.has-shadow-left::after, .has-shadow-right::after {
				left: 0;
				right: 0;
				top: 0;
				bottom: auto;
				height: 30px;
				width: 100%;
				background: -o-linear-gradient(top, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
				background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
				background: linear-gradient(to bottom, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
		}
}
/***************************
TABLE BLOCK
***************************/
.table_block .table td.head:not(.topic) {
		background-color: #63add5;
		color: #fff6c5;
		border-radius: 1rem 0 0 1rem;
		min-width: 120px;
		min-height: 80px;
		font-size: 1.2125rem;
		font-weight: 600;
		line-height: 1.25;
		text-align: center;
		margin-left: 0;
}
.table_block .table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.table_block .table td.topic.first {
		width: 130px;
}
.table_block .table td.topic {
		background-color: transparent;
}
.table_block .table td:not(.topic) {
		min-height: 80px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: .25rem;
		-webkit-box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
}
.table_block .table td:not(.head) {
		width: calc((100% - 130px)/2);
}
.table_block .table tr:first-child td.head:not(.topic) {
		min-width: 120px;
		min-height: 100px;
}
.table_block .table tr:first-child td:not(.topic) {
		min-height: 120px;
}
.table_block .table td:last-child {
		border-radius: 0 1rem 1rem 0;
		margin-right: 0;
}
.table_block .table td {
		font-size: 1.125rem;
		text-align: center;
		line-height: 1.75;
}
.table_block .table td .no {
		font-size: 150%;
		line-height: 1;
		font-weight: 700;
}
.table_block .table td .text-sp {
		font-size: 130%;
}
.table_block .table td .no.large {
		font-size: 150%;
		line-height: 1;
}
/***************************
BLOCK
***************************/
.content_bg .page-container.has_bg {
		background-color: #f7f7f7;
		padding-top: 2rem;
}
/************************
BG ITEM
************************/
.airplane_left {
		left: -35%;
		top: 60%;
}
.airplane_right {
		right: -30%;
		top: 10%;
}
/************************/
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.box-card.logos {
		margin: 2rem auto 1rem auto;
}
.box-card img {
		max-width: 520px;
}
.c-red {
		color: #cc0000;
}
/************************
ACT NAV
************************/
.act-nav {
		top: 1.5rem;
		background-color: transparent;
		padding: 1.5rem 0 3rem 0;
		z-index: 5;
}
.act-nav ul {
		border-radius: 10rem;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 2px !important;
		background-color: #ececec;
		overflow: hidden;
}
.act-nav ul::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		pointer-events: none;
		border-radius: 10rem;
		position: absolute;
		-webkit-box-shadow: inset 0 0 .5rem rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 .5rem rgba(0, 0, 0, 0.3);
		z-index: 3;
}
.act-nav ul li {
		position: relative;
		z-index: 2;
		width: 180px;
}
.act-nav .nav-pills .nav-link .large {
		font-size: 130%;
		line-height: 1;
		font-weight: normal;
}
.act-nav .nav-pills .nav-link {
		font-size: 1.5rem;
		padding: .5rem 0 .25rem 0;
		position: relative;
		font-weight: bold;
		color: #a8a8a8;
		width: 100% !important;
}
.act-nav .nav-pills .nav-link:hover, .act-nav .nav-pills .nav-link.active {
		color: #fff6c5;
		background-color: #63add5;
		border-radius: 0;
		position: relative;
		width: 100%;
}
.act-nav .nav-pills .nav-link:hover::before, .act-nav .nav-pills .nav-link.active::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #ffffff;
		z-index: 1;
}
.act-nav .nav-pills .nav-item {
		position: relative;
}
.act-nav .nav-pills .nav-item:last-child::after {
		display: none;
}
.act-nav .nav-pills .nav-link, .act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after {
		-webkit-transition: all 0.125s linear;
		-o-transition: all 0.125s linear;
		transition: all 0.125s linear;
}
/************************
RWD
************************/
@media screen and (min-width:2560px) {
		.act-nav {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.act-nav .nav-pills .nav-link {
				font-size: 1.25rem;
				padding: .5rem 0 .25rem 0;
		}
		.act-nav ul {
				max-width: 66%;
		}
		.stop-card .card-body {
				font-size: 1rem;
		}
		.stop-card .stop_block {
				color: #fff6c5;
				font-size: 1.25rem;
				width: 80px;
				height: 80px;
				line-height: 80px;
				top: -20px;
		}
		.airplane_left {
				left: 5%;
				top: 60%;
				max-width: 120px;
		}
		.airplane_right {
				right: 5%;
				top: 10%;
				max-width: 120px;
		}
		.bg_item_board {
				max-width: 100% !important;
				overflow: hidden;
		}
		.table_block .table td {
				font-size: 1rem;
		}
		.table_block .table td.head:not(.topic) {
				min-width: 120px;
				min-height: 80px;
				font-size: 1.125rem;
		}
		.table_block .table td .text-sp {
				font-size: 130%;
		}
		.box-topic h3.text {
				font-size: 1.75rem;
		}
		.block_01 {
				padding-top: 0;
		}
		.box-card img {
				max-width: 420px;
		}
		.box-card.logos img {
				max-width: 330px;
		}
		.box-card.logos {
				margin: 1.5rem auto .5rem auto;
		}
		.box-topic h2.text {
				font-size: 2.125rem;
				margin: 2rem auto;
		}
		.box-topic .text.name {
				font-size: 1.125rem;
				line-height: 1.5em;
		}
		.info-card .title img {
				max-width: 170px;
				margin-right: 1rem;
				top: -5px;
		}
		.info-card {
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-card .star-list, .info-card .text {
				font-size: 1rem;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .val-card {
				max-width: 90%;
				margin: auto;
		}
		.info-card .val-card .item .is-head {
				font-size: 1.25rem;
				padding: .25rem 1rem;
				width: 150px;
		}
		.info-card .val-card.mission .item .is-head {
				width: 28vw;
				height: auto;
				aspect-ratio: 2 / 1;
				top: -4.5rem;
				padding: .25rem 0 0 0;
		}
		.info-card .remark-text {
				max-width: 90%;
				font-size: .75rem;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1.35rem;
		}
		.info-card.last .subtitle {
				font-size: 1.75rem;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 22vw;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.main-head .info {
				font-size: 1.125rem;
		}
		.main-head .h1 {
				font-size: 2rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.75rem;
		}
		.info-card.last .text-block {
				left: 6rem;
				top: 4rem;
				max-width: 60%;
		}
		.info-card.last .text-block .text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.event_block .text_info .btn-event, a.btn-event {
				width: 120px;
				height: 45px;
				line-height: 45px;
				font-size: 1.125rem;
				padding: 0 1rem;
				text-align: center;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
				padding-left: 2rem !important;
		}
		.event_block .title .top {
				font-size: 2.5rem;
		}
		.event_block .title_block > div {
				padding-left: 45px;
		}
		.event_block .text_info {
				font-size: 1rem;
		}
		.event_block .title_block img {
				max-width: 60px;
				left: -20px;
				top: 15px;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 2.125rem;
				border-radius: 4rem;
				background-position: right bottom;
				aspect-ratio: 16 / 7.5;
				background-color: #ffffff;
				overflow: hidden;
				background-image: url("../images/act_bg_md.jpg");
				max-width: calc(100% - 4rem);
				margin: auto;
		}
		.event_block::after {
				max-width: 88%;
				background: -o-linear-gradient(left, RGBA(255, 255, 255, 1) 50%, RGBA(255, 255, 255, 0) 100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(50%, RGBA(255, 255, 255, 1)), to(RGBA(255, 255, 255, 0)));
				background: linear-gradient(to right, RGBA(255, 255, 255, 1) 50%, RGBA(255, 255, 255, 0) 100%);
		}
		.block_wide .event_block .highline {
				font-size: 1rem;
				padding: .5rem 0;
				line-height: 1.5;
				margin: .75rem 0;
		}
		.event_block .text_info .btn-event {
				margin-bottom: 1.5rem;
		}
		.event_block .title_tag .icon {
				max-width: 20px;
		}
		.event_block .title {
				font-size: 2rem;
				letter-spacing: 2px;
		}
}
@media (max-width:991px) {
		.table_block .table td {
				font-size: .875rem;
		}
		.table_block .table td.head:not(.topic) {
				font-size: 1rem;
		}
		.airplane_right {
				right: 3%;
				top: 8%;
				max-width: 90px;
		}
		a.btn-more {
				font-size: .875rem;
				min-width: 120px;
		}
		.airplane_left {
				left: 0;
				top: 60%;
				max-width: 90px;
		}
		.act-nav .nav-pills .nav-link {
				font-size: 1rem;
		}
		.act-nav ul {
				max-width: 70%;
				background-size: 3.5vw auto;
				background-position: 98% -50%;
		}
		.box-card img {
				max-width: 320px;
		}
		.box-topic h2.text {
				font-size: 2rem;
				margin: 2rem auto;
		}
		.box-topic .text {
				font-size: 1.5rem;
		}
		.main-head .info {
				font-size: 1rem;
		}
		.info-card .has-bg.full, .info-card .has-bg {
				padding: 2rem 2rem 1rem 2rem;
		}
		.info-card .text {
				font-size: 1rem;
		}
		.info-card .star-list {
				font-size: 1rem;
				line-height: 1.75;
		}
		.info-card .text {
				font-size: .85rem;
		}
		.description {
				font-size: .85rem;
		}
		.page-container.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .btn {
				padding: .25rem 1rem .25rem 1.125rem;
				font-size: .8125rem;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.5rem;
		}
		.info-card .date {
				font-size: .8125rem;
		}
		.info-card .val-card {
				max-width: 96%;
		}
		.info-card .val-card .item {
				font-size: 1rem;
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card .star-list .icon {
				max-width: 2vw;
				margin-right: .25rem;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1.125rem;
		}
		.info-card.last .subtitle {
				font-size: 1.5rem;
		}
		.info-card {
				max-width: 88%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-card .val-card .item .is-head {
				font-size: 1rem;
				padding: .25rem 1rem;
				width: 120px;
		}
		.info-card .val-card.mission .item .is-head {
				width: 26vw;
				aspect-ratio: 2 / 1;
				top: -3rem;
				padding: .25rem 0 0 0;
		}
		.info-card .val-card.mission .item {
				padding: 3rem 1rem 1.5rem 1rem;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 1rem;
				top: 1rem;
		}
		.info-card.last .text-block {
				left: 3rem;
				top: 3rem;
				max-width: 100%;
		}
		.btn-block .btn-event {
				width: 100px;
				height: auto;
				padding: .125rem 1rem;
				font-size: .8125rem;
				border-width: 1px;
		}
		.info-card .btn-block {
				display: -webkit-inline-box !important;
				display: -ms-inline-flexbox !important;
				display: inline-flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
				max-width: 70%;
		}
		.event_block {
				padding: 2rem 1rem 1.5rem 2.5rem;
				aspect-ratio: auto;
		}
		.event_block::after {
				max-width: 78%;
		}
		.event_block .text_info .btn-event {
				margin-bottom: 0;
				margin-top: .75rem;
				padding: 0 1rem;
		}
		.event_block .title .top {
				font-size: 1.75rem;
		}
		.event_block .btn-block {
				position: relative !important;
				margin-bottom: .5rem;
		}
		.event_block .title_tag {
				font-size: 1.125rem;
		}
		.event_block .title_tag .icon {
				max-width: 18px;
		}
		.event_block .title {
				font-size: 1.5rem;
				letter-spacing: 1px;
		}
		.event_block .highline {
				font-size: .85rem;
		}
		.event_block .highline .large {
				font-size: 120%;
				line-height: 1.5;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.info-card .title img, .event_block .title_tag img {
				max-width: 160px;
		}
		.airplane_left {
				left: 2%;
		}
		.info-card .val-card {
				max-width: 77%;
		}
		.info-card .val-card.mission .item {
				padding: 4rem 1rem 1.5rem 1rem;
		}
		.info-card .val-card.mission .subtitle {
				font-size: 1.125rem;
		}
		.info-card.last .text-block {
				left: 6rem;
				top: 3.5rem;
				max-width: 100%;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 2rem;
				top: 2rem;
		}
		.info-card.last .text-block .text {
				font-size: .85rem;
				line-height: 1.75;
		}
		.btn-block .btn-event {
				width: 120px;
				height: 35px;
				padding: .25rem 1rem;
				font-size: .875rem;
				border-width: 2px;
		}
		.event_block::after {
				max-width: 80%;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 2.5rem;
		}
		.event_block .highline {
				font-size: 1rem;
		}
		.airplane_right {
				right: 3%;
				top: 8%;
				max-width: 70px;
		}
		.airplane_left {
				left: 1%;
				max-width: 70px;
		}
}
@media (max-width:767px) {
		.event_block .remark_text {
				text-shadow: 0 0 .125rem RGBA(0, 0, 0, 1);
				font-size: .5rem;
		}
		.info-card .title img, .event_block .title_tag img {
				max-width: 140px;
		}
		.act-nav ul {
				max-width: 70%;
		}
		.act-nav .nav-pills .nav-link {
				font-size: 1rem;
				min-width: 125px;
				padding: .35rem .5rem;
		}
		.act-nav .nav-pills .nav-link::after {
				bottom: .5rem;
		}
		.act-nav {
				top: 1.5rem;
		}
		.box-card img {
				width: 340px;
		}
		.box-card.logos img {
				max-width: 280px;
		}
		.box-topic h2.text {
				font-size: 1.75rem;
				margin: 1.5rem auto;
		}
		.box-topic .text.name {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-topic h3.text {
				font-size: 1.5rem;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.25rem;
		}
		.info-card.last .text-block {
				left: 4rem;
				top: 3rem;
				max-width: 100%;
		}
		.info-card.last .text-block .text {
				font-size: .8rem;
				line-height: 1.5;
		}
		.check-list li, .info-card .val-card.mission .subtitle {
				font-size: 1rem;
		}
		.info-card.last .subtitle {
				font-size: 1.25rem;
				margin-bottom: .5rem !important;
		}
		.info-card .val-card.mission .item .is-head {
				width: 30vw;
		}
		.info-card .val-card.mission .item {
				padding: 3rem 1rem 1.5rem 1rem;
		}
		.info-card .val-card {
				max-width: 100%;
		}
		.btn-block .btn-event {
				height: auto;
				padding: .125rem .5rem;
				width: 100px;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 2rem;
				border-radius: 3rem;
		}
		.event_block::after {
				max-width: 90%;
		}
		.event_block .title {
				font-size: 1.25rem;
				letter-spacing: 1px;
		}
		.event_block .highline {
				font-size: .875rem;
				line-height: 1.5;
				margin: .5rem 0;
				padding: .35rem 0;
		}
}
@media only screen and (max-width: 650px) {
		.info-card.last .text-block {
				left: 3rem;
				top: 3rem;
				max-width: 100%;
		}
		.info-card .date.mb-2 {
				margin-bottom: .25rem !important;
		}
		.info-card.last .text-block .text {
				font-size: .75rem;
				line-height: 1.5;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.act-nav .nav-pills .nav-link:hover::before, .act-nav .nav-pills .nav-link.active::before {
				border-left: 8px solid transparent;
				border-right: 8px solid transparent;
				border-top: 8px solid #ffffff;
		}
		.event_block .title_block img {
				max-width: 50px;
				left: -15px;
				top: 5px;
		}
		.event_block .text_info .text, .event_block .text_info .date {
				font-size: .75rem;
		}
		.event_block .remark_text {
				text-shadow: 0 0 .5rem RGBA(0, 0, 0, .75);
		}
		.info-card .col-sm-6 {
				flex: 0 0 auto;
				width: 50%;
		}
		.table.d-sm-none.d-block {
				display: none !important;
		}
		.table.d-sm-block.d-none {
				display: block !important;
		}
		.search_block .pic {
				width: 180px;
				height: 127px;
				margin: 0 auto 1rem auto;
		}
		.act-nav .nav-pills .nav-item:last-child::after {
				display: none;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .85rem;
				min-width: inherit;
				padding: .5rem .5rem;
		}
		.info-card .val-card .item .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
				padding: 0 .25rem;
		}
		.info-card .remark-text {
				max-width: 100%;
		}
		.info-card.last img.flag {
				max-width: 5vw;
				left: 1rem;
				top: 1rem;
		}
		.info-card.last .text-block {
				left: 0;
				right: 0;
				top: 5rem;
				max-width: 90%;
				margin: auto;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 1.5rem;
		}
		.event_block .title_tag .icon {
				max-width: 15px;
		}
		.event_block .title .top {
				font-size: 1.5rem;
		}
		.event_block .title_tag {
				font-size: 1rem;
		}
		.event_block .highline {
				font-size: .825rem;
		}
}
@media (max-width:480px) {
		.event_block .remark_text {
				font-size: .75rem;
		}
		.table_block .table td .text-sp {
				font-size: 120%;
		}
		a.btn-event {
				width: 100px;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
		}
		.act-modal .modal-header .btn-close {
				width: 25px;
				height: 25px;
				line-height: 25px;
		}
		.act-modal .modal-header .btn-close img {
				width: 15px;
				height: 15px;
		}
		.act-modal .modal-content {
				border-radius: 2rem;
				max-width: calc(100% - 2rem);
				margin: auto;
				padding: 2rem 1.5rem;
		}
		.act-modal .modal-content .is-card {
				max-width: 130px;
		}
		#act1.act-modal .modal-content {
				padding: 2rem 1.5rem;
		}
		a.btn-more {
				min-width: 120px;
		}
		.stop-card .stop_block {
				width: 70px;
				height: 70px;
				line-height: 70px;
				font-size: 1.25rem;
		}
		.stop-card {
				max-width: 80%;
				margin: 1rem auto 2rem auto;
		}
		.stop-card .card-body {
				font-size: 1rem;
		}
		.table_block .table {
				width: 320px;
				margin: auto;
		}
		.table_block .table td.topic {
				width: 100% !important;
				text-align: center;
		}
		.table_block .table td.topic img {
				max-width: 220px;
				margin: 1rem auto .5rem auto;
		}
		.table_block .table td:not(.head) {
				min-width: calc(320px - 110px);
				min-height: 55px;
				width: inherit;
		}
		.table_block .table td {
				font-size: .85rem;
				line-height: 1.75;
		}
		.table_block .table td.head:not(.topic) {
				min-width: 100px;
				min-height: 50px;
				font-size: 1rem;
				font-weight: 600;
		}
		.act-nav ul li {
				width: 120px;
		}
		.airplane_right {
				right: 0;
				top: 0;
				max-width: 18vw;
		}
		.airplane_left {
				left: 0;
				top: auto;
				max-width: 18vw;
				bottom: 0;
				z-index: 2;
		}
		.info-card .has-bg.full {
				padding: 1.5rem 2rem 1rem 2rem;
				border-width: 3px;
		}
		.check-list li .icon {
				max-width: 3.5vw;
				top: -2px;
		}
		.act-nav {
				padding: 1.5rem 0 2rem 0;
		}
		.act-nav {
				top: 48px;
				padding-top: 0;
		}
		.act-nav ul {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				max-width: 100%;
		}
		.act-nav .nav-pills .nav-link.active::after, .act-nav .nav-pills .nav-link:hover::after, .act-nav .nav-pills .nav-link:focus::after {
				display: none;
		}
		.act-nav .nav-pills .nav-item::after {
				content: '';
				width: 1px;
				height: 50%;
				position: absolute;
				display: block !important;
				left: auto;
				right: -1px;
				top: 0;
				bottom: 0;
				margin: auto 0;
				background-color: #ffffff;
		}
		.act-nav .nav-pills .nav-item:last-child::after {
				display: none !important;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .85rem;
				min-width: inherit;
				text-wrap: nowrap;
				padding: 0.35rem .5rem;
		}
		.act-nav .nav-pills .nav-link:hover::before, .act-nav .nav-pills .nav-link.active::before {
				border-left: 6px solid transparent;
				border-right: 6px solid transparent;
				border-top: 6px solid #ffffff;
				z-index: 1;
		}
		.content_bg .page-container.has_bg {
				padding-top: 1rem;
		}
		.box-topic h3.text {
				font-size: 1.25rem;
				line-height: 1.125em !important;
				margin: 0 auto .5rem auto;
		}
		.box-card {
				top: 0;
				z-index: 2;
		}
		.box-card img {
				width: 280px;
		}
		.box-card.logos {
				margin: 1rem auto .25rem auto;
		}
		.box-card.logos img {
				max-width: 180px;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
				letter-spacing: normal;
				margin: 1rem auto;
		}
		.box-topic .text.name {
				font-size: .85rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1rem;
		}
		.info-card {
				max-width: 100%;
		}
		.info-card .title img {
				margin: 0 auto .5rem auto;
				display: block;
		}
		.info-card.is_sp .title, .info-card .title {
				font-size: 1.125rem;
		}
		.info-card.is_sp .title {
				padding-left: 0;
		}
		.main-head .h1 {
				font-size: 1.5rem;
		}
		.main-head .info {
				font-size: .875rem;
		}
		.info-card .has-bg {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card.is_sp .title img.progress_line {
				max-width: 40vw;
				top: 0;
				display: block;
				margin: .5rem 0 .5rem 1rem;
		}
		.info-card .val-card.has-grid .row .col-sm-4 {
				border-bottom: 2px solid #f2c96f;
				border-right: 0;
				margin-bottom: 1rem;
				padding-bottom: 1rem;
		}
		.info-card .val-card.has-grid .row.space {
				max-width: 80%;
				margin: auto;
		}
		.info-card .star-list {
				margin-left: 0;
		}
		.info-card .val-card.has-grid .row .col-sm-4:last-child {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
		}
		.info-card .val-card .item {
				font-size: 1rem;
				padding: 2rem .5rem 1.5rem .5rem;
		}
		.info-card .val-card.mission .item .is-head {
				width: 50vw;
		}
		.info-card .star-list {
				font-size: .875rem;
				line-height: 1.75;
		}
		.info-card.last .subtitle {
				font-size: 1.125rem;
		}
		.info-card .text, .info-card .val-card.mission .subtitle {
				font-size: 1rem;
				line-height: 1.75;
		}
		.search_block .pic {
				width: 150px;
				height: 106px;
				margin: 0 auto 1rem auto;
		}
		.search_block .info-card {
				max-width: calc(90% - 1rem);
		}
		.search_block .remark_text ul {
				padding-left: 1rem !important;
		}
		.check-list li, .info-card.last .text-block .text {
				font-size: .875rem;
				line-height: 1.5;
		}
		.check-list li {
				margin-bottom: 0;
		}
		.info-card .val-card.mission .subtitle .no {
				line-height: 1;
		}
		.info-card.last img.flag {
				max-width: 8vw;
				left: 1.5rem;
				top: 1.5rem;
		}
		.btn-block .btn-event {
				font-size: 1rem;
				height: auto;
				padding: .25rem .5rem;
				width: 120px;
		}
		.event_block .btn-block {
				width: 100%;
				text-align: center;
				margin-top: 1rem;
		}
		.event_block .text_info .btn-event {
				margin: 0 auto;
				width: 100px;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
				min-width: 200px;
		}
		.event_block .title {
				padding-left: 0;
				font-size: 1.75rem;
				line-height: 1.35;
		}
		.event_block .remark_text {
				position: relative !important;
				color: #272727;
				text-shadow: none;
				bottom: 0;
				right: 0;
				max-width: calc(100% - 1rem);
				margin: 1rem auto 0 auto;
		}
		.event_block .title_block img {
				max-width: 50px;
				left: -5px;
				top: 5px;
		}
		.event_block .title_block > div {
				padding-left: 45px;
		}
		.event_block .remark_text ul {
				padding-left: .5rem !important;
		}
		.event_block .text_info .text, .event_block .text_info .date {
				font-size: .825rem;
		}
		.event_block {
				background-image: url("../images/act_bg_sp.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: 100% auto;
				max-width: 90%;
				border-radius: 2rem;
				padding: 55% 1.5rem 2rem 1.5rem;
				margin-left: auto;
				margin-right: auto;
				background-color: #efefef;
		}
		.event_block .highline {
				font-size: .875rem;
				line-height: 1.5;
				margin: .75rem 0;
				padding: .5rem 0;
				width: 100%;
		}
		.block_wide .event_block .highline {
				font-size: 1rem;
				line-height: 1.25;
				margin: .75rem 0;
				padding: .75rem 0;
				display: block !important;
		}
		.event_block::after {
				display: none;
		}
		.event_block .highline .large {
				font-size: 110%;
				line-height: 1.75;
		}
		.event_block .title_tag img {
				max-width: 150px;
				margin: 1rem 0 .5rem 0;
		}
}
@media (max-width:375px) {
		.event_block .highline {
				font-size: .9125rem;
				line-height: 1.25;
				margin: .75rem 0;
				padding: .75rem 0;
		}
		.event_block {
				padding: 55% 1rem 2rem 1rem;
		}
}
@media only screen and (max-width: 344px) {
		.info-card .star-list {
				font-size: .85rem;
				line-height: 1.75;
		}
		.info-card .has-bg {
				padding: 2rem .5rem 2rem .5rem;
		}
		.info-card .val-card.mission .item .is-head {
				width: 60vw;
		}
		.info-card.last img.flag {
				max-width: 8vw;
				left: 1.25rem;
				top: 1rem;
		}
		.info-card.last .text-block .text {
				font-size: .75rem;
				line-height: 1.5;
		}
}
@media (max-width:320px) {
		.stop-card .stop_block {
				width: 60px;
				height: 60px;
				line-height: 60px;
				font-size: 1.125rem;
		}
		.table_block .table {
				width: 290px;
		}
		.table_block .table td:not(.head) {
				min-width: calc(290px - 100px);
				min-height: 55px;
				width: inherit;
		}
		.table_block .table td.head:not(.topic) {
				min-width: 80px;
				min-height: 50px;
				font-size: .825rem;
				font-weight: 600;
		}
		.act-nav .nav-pills .nav-link {
				font-size: .75rem;
				padding: 0.5rem .25rem;
		}
		.box-card img {
				width: 75vw;
		}
		.box-topic h2.text {
				font-size: 1.125rem;
		}
		.box-topic .text.name {
				font-size: .75rem;
		}
		.search_block .info-card {
				max-width: 90%;
		}
		.event_block .title_block img {
				max-width: 45px;
				left: -10px;
				top: 5px;
		}
		.event_block .title .top {
				font-size: 1.35rem;
		}
		.event_block .title {
				font-size: 1.35rem;
		}
		.event_block .highline {
				font-size: .875rem;
				line-height: 1.55;
		}
		.d-xs-block {
				display: block !important;
		}
		.d-xs-none {
				display: none !important;
		}
		a.btn-event {
				font-size: .85rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #000000;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:480px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 2rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.5rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#drift {
		position: fixed;
		width: 160px;
		height: auto;
		right: 0px;
		bottom: 28%;
		z-index: 9999;
}
#drift img {
		width: 100%;
		vertical-align: middle;
}
#drift-1 {
		position: fixed;
		width: 130px;
		height: auto;
		right: 0px;
		bottom: 45%;
		z-index: 9999;
}
#drift-1 img {
		width: 100%;
		vertical-align: middle;
}
/*浮動視窗*/
#main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}