@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;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
}
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;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: "Open Sans", '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 16px;
}
.event_block .highline .large, .event_block .title, .block_wide .title {
		font-family: "Open Sans", 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
		font-weight: 800;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.text-blue {
		color: #003399;
}
.block_wide .title .no:not(.large) {
		font-size: 105%;
		line-height: 1;
}
.no.large {
		font-size: 160%;
		line-height: 1;
}
.c-red {
		color: #cc0000;
}
@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;
		}
}
/*------------------------------------------ 
Go to Black
--------------------------------------------*/
.goto-block {
		right: 0;
		bottom: 5.5em;
		width: 12vw;
		max-width: 145px;
		z-index: 3;
		text-align: right;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
/************************
CARDS
************************/
.cards_block {
		max-width: 580px;
		margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
		.cards_block {
				max-width: 60vw;
		}
}
@media only screen and (max-width: 991px) {
		.cards_block {
				max-width: 60vw;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.cards_block {
				max-width: 50vw;
		}
}
@media only screen and (max-width: 767px) {
		.cards_block {
				max-width: 60vw;
		}
}
@media only screen and (max-width: 576px) {
		.cards_block {
				max-width: 70vw;
		}
}
@media only screen and (max-width: 480px) {
		.cards_block {
				max-width: 80vw;
		}
}
/************************
BUTTON Event
************************/
a.btn-event {
		min-width: 180px;
		min-height: 50px;
		line-height: 50px;
		display: inline-block;
		text-shadow: none;
		font-size: 1.125rem;
		font-weight: bold;
		border-radius: .5rem;
		padding: 0 1rem;
		color: #ffffff;
		background-color: #d50020;
}
a.btn-event.light {
		color: #ffffff;
		background-color: #ff0000;
}
a.btn-event.purple {
		background-color: #584c9d;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ff3939;
}
a.btn-event.purple:active, a.btn-event.purple:focus, a.btn-event.purple:hover {
		background-color: #3f3387;
}
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);
}
@media (max-width:1199px) {
		a.btn-event {
				font-size: 1rem;
				min-height: inherit;
		}
}
@media (max-width:991px) {
		a.btn-event {
				font-size: .875rem;
				padding: 0 1rem;
				min-width: 110px;
				height: 45px;
				line-height: 45px;
		}
}
@media (max-width:767px) {
		a.btn-event {
				font-size: .875rem;
		}
}
@media (max-width:576px) {
		a.btn-event {
				font-size: .875rem;
				min-width: 120px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		a.btn-event {
				font-size: .825rem;
				min-width: 100px;
				padding: 0 1rem;
				height: 35px;
				line-height: 35px;
		}
}
@media (max-width:480px) {
		a.btn-event {
				font-size: .8125rem;
				padding: 0 1rem;
				min-width: 110px;
				height: 35px;
				line-height: 35px;
		}
}
@media (max-width:320px) {}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.sp {
				max-width: 991px;
		}
		.container-xxl.wide {
				max-width: 1920px;
		}
		.container-xxl.wide_m {
				max-width: 1366px;
		}
		.container-xxl.wide_sm {
				max-width: 1440px;
		}
}
@media (min-width:1600px) {
		.container-xxl.sp {
				max-width: 1100px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		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;
		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 (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
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;
}
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;
}
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 {
		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 {
				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: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-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;
		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-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		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: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: #484848;
}
/************************/
footer .f_warning {
		color: #fff;
}
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		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 {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal {
				text-align: justify;
		}
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #e0ecfa;
}
.key-visual .kv_spaceship, .key-visual img {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
}
@media screen and (min-width:1200px) {
		.key-visual .pc {
				width: 100%;
				max-width: 100%;
		}
}
@media screen and (min-width:2560px) {
		.key-visual .pc {
				width: 2560px;
				max-width: 2560px;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .pc {
				display: block !important;
		}
		.key-visual .mobile {
				display: none !important;
		}
}
/************************
CONTENT BLOCK
************************/
.content-block .top-block {
		padding: 2rem;
		background-color: #d7d9ea;
		-webkit-box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
		        box-shadow: 0 0 .75rem RGBA(0, 0, 0, .25);
		border-radius: 2rem;
}
.content-block .top-block .snow-up {
		top: -3.5rem;
}
/************************
BG ITEM INFO
************************/
.title_item_1 {
		max-width: 100px;
		left: -100px;
		top: 40px;
}
.title_item_2 {
		max-width: 100px;
		right: -100px;
		top: 40px;
}
.bg_item_1 {
		max-width: 100px;
		left: -130px;
		top: 30%;
}
.bg_item_2 {
		max-width: 100px;
		right: -130px;
		top: 25%;
}
.bg_item_3 {
		max-width: 120px;
		left: -150px;
		top: 80%;
}
.bg_item_4 {
		max-width: 120px;
		right: -130px;
		top: 65%;
}
.bg_item_5 {
		top: auto;
		bottom: -150px;
		left: 0;
		max-width: 250px;
}
.bg_item_6 {
		top: auto;
		bottom: -120px;
		right: 0;
		max-width: 300px;
}
@media (min-width:1400px) {
		.title_item_1 {
				left: -100px;
				top: 40px;
		}
		.title_item_2 {
				right: -100px;
				top: 40px;
		}
		.bg_item_1 {
				left: -130px;
				top: 30%;
		}
		.bg_item_2 {
				right: -130px;
				top: 25%;
		}
		.bg_item_3 {
				left: -130px;
				top: 80%;
		}
		.bg_item_4 {
				right: -120px;
				top: 65%;
		}
}
@media (max-width:1199px) {
		.content-block .top-block .snow-up {
				top: -3rem;
		}
		.title_item_1 {
				max-width: 8vw;
				left: -8vw;
				top: 40px;
		}
		.title_item_2 {
				max-width: 8vw;
				right: -8vw;
				top: 45px;
		}
		.bg_item_1 {
				max-width: 8vw;
				left: 2%;
				top: 25%;
		}
		.bg_item_2 {
				max-width: 8vw;
				right: 2%;
				top: 20%;
		}
		.bg_item_3 {
				max-width: 8vw;
				left: 2%;
				top: 70%;
		}
		.bg_item_4 {
				max-width: 10vw;
				right: 1%;
				top: 55%;
		}
		.bg_item_5 {
				bottom: -20vh;
				left: 0;
				max-width: 20vw;
		}
		.bg_item_6 {
				bottom: -15vh;
				right: 0;
				max-width: 25vw;
		}
}
@media (max-width:991px) {
		.bg_item_2 {
				max-width: 8vw;
				right: 1%;
				top: 20%;
				z-index: 3;
		}
		.bg_item_1 {
				max-width: 8vw;
				left: 1%;
				top: 25%;
				z-index: 3;
		}
		.bg_item_3 {
				max-width: 9vw;
				left: 2%;
				top: 90%;
				z-index: 3;
		}
		.bg_item_4 {
				max-width: 12vw;
				right: 0;
				top: 60%;
				z-index: 3;
		}
		.bg_item_6 {
				bottom: -11vh;
				right: 0;
				max-width: 25vw;
		}
		.bg_item_5 {
				bottom: -12vh;
				left: 0;
				max-width: 18vw;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.bg_item_3 {
				max-width: 8.5vw;
				left: 15%;
				top: 96%;
				z-index: 3;
		}
		.bg_item_6 {
				bottom: -7.5rem;
		}
		.bg_item_5 {
				bottom: -8rem;
		}
}
@media (max-width:767px) {
		.bg_item_2 {
				top: 15%;
		}
		.bg_item_3 {
				top: 98%;
		}
		.bg_item_4 {
				top: 62%;
		}
		.bg_item_6 {
				bottom: -7.5rem;
				right: 0;
				max-width: 30vw;
		}
		.bg_item_5 {
				bottom: -8rem;
				left: 0;
				max-width: 22vw;
		}
}
@media (max-width:576px) {
		.content-block .top-block .snow-up {
				top: -1.5rem;
		}
		.title_item_1 {
				max-width: 12vw;
				left: -8vw;
				top: 25px;
		}
		.title_item_2 {
				max-width: 12vw;
				right: -8vw;
				top: 25px;
		}
		.bg_item_1 {
				max-width: 15vw;
				left: 1%;
				top: 33%;
		}
		.bg_item_2 {
				max-width: 15vw;
				top: 10%;
		}
		.bg_item_4 {
				max-width: 20vw;
				right: 0;
				top: 65%;
		}
		.bg_item_3 {
				max-width: 14vw;
		}
		.bg_item_5 {
				bottom: -8rem;
				left: 0;
				max-width: 35vw;
		}
		.bg_item_6 {
				bottom: -7.5rem;
				right: 0;
				max-width: 42vw;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.bg_item_4 {
				max-width: 15vw;
				top: 60%;
		}
		.bg_item_3 {
				max-width: 14vw;
				top: 95%;
				left: 10%;
		}
		.bg_item_6 {
				bottom: -5rem;
				right: 0;
				max-width: 30vw;
		}
		.bg_item_5 {
				bottom: -6rem;
				left: 0;
				max-width: 24vw;
		}
}
@media (max-width:320px) {
		.bg_item_3, .bg_item_4, .bg_item_1, .bg_item_2 {
				display: none;
		}
		.bg_item_6 {
				bottom: -4rem;
				max-width: 45vw;
		}
		.bg_item_5 {
				bottom: -4rem;
				max-width: 32vw;
		}
}
/************************
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-left: 1rem;
}
.event_block .title .top {
		font-size: 1.85rem;
		letter-spacing: 3px;
		color: #000000;
}
.event_block .remark_text {
		font-size: .8125rem;
}
.event_block .btn-link {
		font-size: 2rem;
		line-height: 1;
		color: #cc0000;
}
.event_block .btn-link span.text {
		font-size: 2rem;
		line-height: 1;
		border-bottom: 1px solid #cc0000;
}
.event_block .btn-link:hover {
		color: #ff1e1e;
		border-bottom: 1px solid #ff1e1e;
}
.event_block .highline .large {
		font-size: 130%;
		line-height: 1.25;
}
.event_block .highline .large .no {
		font-size: 150%;
		line-height: 1.25;
		color: #584c9d;
}
.event_block .text, .event_block .date {
		font-size: 1.125rem;
}
.event_block {
		padding: 2rem 45% 1.5rem 2rem;
		border-radius: 2rem;
		-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: right bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		aspect-ratio: 16 / 5.25;
		background-color: #ffffff;
		overflow: hidden;
}
.event_block::after {
		content: '';
		position: absolute;
		width: 100%;
		max-width: 70%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: -webkit-gradient(linear, left top, right top, color-stop(60%, RGBA(255, 255, 255, 1)), to(RGBA(255, 255, 255, 0)));
		background: -o-linear-gradient(left, RGBA(255, 255, 255, 1)60%, RGBA(255, 255, 255, 0)100%);
		background: linear-gradient(to right, RGBA(255, 255, 255, 1)60%, RGBA(255, 255, 255, 0)100%)
}
@media (min-width:1400px) {
		.event_block {
				aspect-ratio: 16 / 5;
			 padding: 2rem 40% 0 2rem;
		}
}
@media (max-width:1199px) {
		.event_block {
				font-size: 1rem;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 2.125rem;
				background-position: right bottom;
				aspect-ratio: 16 / 6.5;
				background-color: #ffffff;
				overflow: hidden;
				background-image: url("../images/act_bg_md.jpg");
				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-left: .5rem;
		}
		.event_block .btn-link {
				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) {
		.event_block {
				padding: 2rem 1rem 1.5rem 2.5rem;
				aspect-ratio: auto;
		}
		.event_block::after {
				max-width: 78%;
		}
		.event_block .btn-link {
				font-size: 1.5rem;
		}
		.event_block .btn-link span.text {
				font-size: 1.75rem;
		}
		.event_block .title .top {
				font-size: 1.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: 110%;
				line-height: 1.5;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.block_wide .event_block .highline {
				font-size: .875rem;
				padding-left: .5rem;
		}
		.event_block .btn-link span.text {
				font-size: 1.5rem;
		}
		.event_block::after {
				max-width: 80%;
		}
		.event_block {
				padding: 2.5rem 1rem 1.5rem 2.5rem;
		}
		.event_block .highline {
				font-size: 1rem;
		}
}
@media (max-width:767px) {
		.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 (max-width:576px) {
		.event_block .remark_text {
				font-size: .75rem;
				padding-right: 1rem;
		}
		.event_block .title {
				padding-left: 0;
				font-size: 1.75rem;
				line-height: 1.35;
		}
		.event_block .text {
				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;
				border-radius: 1rem;
				padding: 65% 1rem 0 1rem;
				margin-left: auto;
				margin-right: auto;
				text-align: center !important;
				border-radius: .5rem;
		}
		.event_block .highline {
				font-size: .875rem;
				line-height: 1.5;
				margin: .75rem 0;
				padding: .5rem 0;
				width: 100%;
		}
		.event_block .title .top {
				font-size: 1.25rem;
				letter-spacing: normal;
		}
		.block_wide .event_block .highline {
				font-size: 1rem;
				line-height: 1.25;
				padding-left: 0;
				text-align: center;
				display: block !important;
		}
		.event_block::after {
				display: none;
		}
		.event_block .highline .large {
				font-size: 130%;
				line-height: 1.75;
		}
		.event_block .btn-link span.text {
				font-size: 1.5rem;
		}
		.event_block .btn-link {
				font-size: 1.25rem;
		}
		.event_block .highline .large.text {
				font-size: 100%;
				line-height: 1.5;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.event_block .title .top {
				font-size: 1.75rem;
				letter-spacing: normal;
				text-align: center;
		}
}
@media (max-width:375px) {
		.event_block .title .top {
				font-size: 1.125rem;
		}
		.event_block {
				padding: 65% 1rem 0 1rem;
		}
		.event_block .btn-link {
				display: block !important;
				text-align: center;
		}
}
@media (max-width:320px) {
		.block_wide .event_block .highline {
				font-size: .85rem;
		}
		.event_block .title .top {
				font-size: 1.125rem;
		}
		.event_block {
				padding: 65% .125rem 0 .125rem;
		}
		.event_block .text, .event_block .date {
				font-size: .75rem;
		}
		.event_block .title {
				font-size: 1.35rem;
		}
		.event_block .highline {
				font-size: .875rem;
				line-height: 1.55;
		}
		.event_block .btn-link span.text {
				font-size: 1.25rem;
		}
		.event_block .btn-link {
				font-size: 1rem;
		}
}
/************************
CARD BLOCK
************************/
.is-link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: .5rem .75rem;
		border-radius: 2rem;
		background-color: #d50020;
		color: #ffffff;
		font-style: italic;
		font-size: 90%;
		font-weight: normal;
		height: 30px;
		position: relative;
		bottom: 1px;
		margin-left: .25rem;
}
.has-card .is-link {
		font-style: normal;
		font-size: 1.25rem;
		min-width: 130px;
		height: 35px;
}
.has-more .is-link {
		font-style: normal;
		font-size: 1.25rem;
		min-width: 150px;
		height: auto;
		border-radius: .75rem;
		padding: .75rem 2rem;
		background-color: #d50020;
}
.has-more.max .is-link {
		font-style: normal;
		font-size: 1.125rem;
		min-width: 180px;
		height: auto;
		border-radius: .75rem;
		padding: .75rem 2rem;
		background-color: #d50020;
		margin: 0;
}
.has-more.max > a {
		display: inline-block;
		margin: 0 1rem 1rem 1rem;
}
.has-more {
		display: block;
		margin-top: 2rem;
}
.is-link {
		font-size: 1.125rem;
		min-width: 70px;
		height: 30px;
		font-weight: bold;
}
.is-link img {
		width: 13px;
		height: auto;
		display: inline-block;
		margin: .25rem 0 0 .35rem;
}
a:hover .is-link {
		background-color: #ed0024;
}
.has-more a:hover .is-link {
		background-color: #ed0024;
}
a .is-link, a:hover .is-link {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
}
.card-block.has-go > a, .card-block.has-card > a {
		border-left: 1px solid #999999;
}
.card-block.has-card > a:last-child, .card-block.has-go > a:last-child {
		border-right: 1px solid #999999;
}
.card-block.has-card .card-item .card-name {
		display: block;
		margin-bottom: .75rem;
}
.card-block.has-card .card-item img {
		max-width: 190px;
		width: 15vw;
		margin-bottom: 1rem;
}
.card-block.has-card .card-item {
		font-size: 1rem;
}
.card-block.has-card .card-item ul {
		padding-left: 0;
		margin: 0 0 1rem 0;
		min-height: 100px;
		list-style: none;
		text-align: start;
}
.card-block.has-card .card-item ul li::before {
		content: '．';
		width: 1rem;
		height: 1rem;
		position: relative;
		margin-left: -1rem;
		display: inline-block;
}
.card-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1rem 1rem 2rem 1rem;
}
.block_2 .card-block {
		padding: 0 0 3.5rem 0;
		margin: auto;
		position: relative;
		z-index: 2;
		max-width: 90%;
}
.block_3 .card-block {
		padding-top: 0;
}
.card-block.is-card.has-logo {
		padding-bottom: 0;
		margin-bottom: 1rem;
}
.card-block .card-item small {
		display: block;
}
.card-block.has-go > a .card-item > div.basic-h {
		min-height: 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.card-block.has-go > a .card-item > div.has-h {
		min-height: 90px;
}
.card-block.has-go > a .card-item small {
		height: 1rem;
}
.card-block.has-card .card-item .card-name {
		font-size: 1.45rem;
}
.card-block.has-go > a {
		min-width: 20%;
		max-width: 20%;
}
.card-block.has-card > a {
		min-width: 30%;
		max-width: 30%;
}
.block_2 .card-block.is-card > a {
		min-width: 30%;
		max-width: 30%;
}
.block_3 .card-block.is-card > a {
		min-width: 25%;
		max-width: 25%;
}
.block_4 .card-block.has-go > a {
		min-width: 20%;
		max-width: 20%;
}
.block_5 .card-block.has-card > a {
		min-width: 29%;
		max-width: 29%;
}
.card-block.is-card.full > a {
		min-width: calc(70.5% - 1.5rem);
		max-width: calc(70.5% - 1.5rem);
}
.card-block.is-card.full > a .card-item {
		width: 100%;
		margin: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem;
}
.card-block.has-go > a .card-item {
		font-size: 1.25rem;
		min-width: inherit;
		font-weight: bold;
		width: 100%;
		padding: 1rem;
		margin: 0;
}
.card-block.has-go > a .card-item .title {
		margin-bottom: .5rem;
		font-size: 1.25rem;
}
.card-block.has-card > a .card-item {
		min-width: inherit;
		width: 100%;
		padding: 1rem;
		margin: 0;
}
.card-block.has-go > a, .card-block.has-card > a {
		border-left: 1px solid #999999 !important;
}
.card-block.has-card > a:last-child, .card-block.has-go > a:last-child {
		border-right: 1px solid #999999 !important;
}
.card-block .card-item {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 1.5rem;
		border-radius: 0;
		letter-spacing: 1px;
		padding: 1.5rem 1rem;
		margin: 0 .75rem 1.5rem .75rem;
		min-height: 150px;
}
.card-block.is-card .card-item {
		padding: 0;
		border-radius: 1.25rem;
		background: #ffffff;
		-webkit-box-shadow: 0 .3rem .75rem rgba(0, 0, 0, .1);
		box-shadow: 0 .3rem .75rem rgba(0, 0, 0, .1);
		margin-bottom: 0.5rem;
		margin-top: 18px;
		position: relative;
}
.card-block.is-card.has-logo .card-item {
		background: #ffffff;
}
.card-block.is-card .card-item.sp {
		overflow: visible;
}
.card-block.is-card .card-item .tag {
		font-size: 1.125rem;
		line-height: 1.125;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #ffffff;
		background-image: url("../images/tag_bg.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 100%;
		max-width: 80%;
		padding: .5rem 0 .5rem 0;
		margin: .75rem auto;
}
.card-block.is-card .card-item .top_tag {
		font-size: .8125rem;
		line-height: 24px;
		letter-spacing: 1px;
		position: absolute;
		top: -8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #ffffff;
		background-image: url("../images/top_tag_n.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
		width: 100%;
		max-width: 100%;
		padding: 0 0 1rem 0;
		margin: 0 auto;
		height: 50px;
}
.card-block.is-card .card-item .cover {
		aspect-ratio: 300/203;
		overflow: hidden;
		margin-bottom: 1.5rem;
		border-radius: 1.25rem 1.25rem 0 0;
}
.card-block.is-card .card-item.sp .logo {
		max-width: 70%;
		margin-top: 2.5rem;
}
.card-block.is-card .card-item .logo {
		max-width: 70%;
		margin-top: 1rem;
}
.card-block.is-card .card-item .title {
		font-size: 1.115rem;
		font-weight: bold;
		display: block;
}
.card-block.is-card .card-item .info {
		font-size: 1rem;
		display: block;
		padding: .5rem;
}
.card-block.is-card .card-item .is-link {
		margin-bottom: 1.5rem;
		margin-top: .5rem;
}
.card-block.is-card.full .card-item .is-link {
		margin-bottom: 0;
}
.card-block.is-card.full .card-item .icon {
		max-width: 100px;
		margin-right: 1rem;
}
.card-block .card-item .no {
		font-weight: bold;
		font-size: 115%;
		line-height: 0;
		position: relative;
		bottom: 0;
}
.card-block .card-item .no.large {
		font-weight: bold;
		font-size: 2.5rem;
		line-height: 0;
		position: relative;
		top: -2px;
}
.card-block.is-card.has-logo > a, .card-block.is-card.has-logo > a:hover, .card-block:not(.is-card) > a, .card-block:not(.is-card) > a:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
}
.card-block > a .cover img, .card-block > a:hover .cover img {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.card-block:not(.is-card) > a {
		display: inline-block;
		-webkit-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
}
.card-block:not(.is-card) > a:hover {
		-webkit-transform: translateY(-5px) scale(1.07);
		-ms-transform: translateY(-5px) scale(1.07);
		transform: translateY(-5px) scale(1.07);
}
.card-block.is-card.has-logo > a:hover {
		-webkit-transform: translateY(-5px) scale(1.07);
		-ms-transform: translateY(-5px) scale(1.07);
		transform: translateY(-5px) scale(1.07);
}
.card-block.is-card > a:hover .cover img {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
}
/************************
BLOCK
************************/
.block_wide {
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #fbfaff;
		background-position: center top;
}
.block_wide {
		padding: 2rem 0 0 0;
}
.box-card {
		position: relative;
		display: inline-block;
		margin: auto;
}
.box-card img {
		max-width: 480px;
}
.content-block > .text {
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 600;
		letter-spacing: 1px;
}
.content-block > .text a {
		text-decoration: underline;
}
.content-block > .text a:hover {
		color: #d50020;
}
.content-block > .text.date {
		margin-bottom: 3rem;
}
.content-block .topic {
		font-size: 2.125rem;
		color: #785942;
		letter-spacing: 2px;
}
.content-block .topic .icon {
		width: 100%;
		max-width: 100px;
}
.block_wide .remark-text {
		font-size: .8125rem;
		max-width: 100%;
		margin: auto;
}
.block_wide .remark-text .icon {
		font-size: 150%;
		line-height: 1;
		position: relative;
}
.card_view {
		background-color: #ffffff;
		border-radius: 1.75rem;
		padding: 1.5rem 1rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .15);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .15);
}
.card_view .head, .card_view .text .tag {
		font-size: 1.75rem;
		line-height: 1.25;
}
.card_view .text .tag small {
		font-size: 60%;
}
.card_view .dots-grid {
		background-image: url(../images/dots_red.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 20px;
		width: 100%;
		display: block;
		margin: .5rem auto;
		max-width: 70%;
}
.card_view.purple .dots-grid {
		background-image: url(../images/dots_purple.png);
}
.card_view .text .no {
		font-size: 2.7rem;
		font-weight: bold;
		color: #cc0000;
		line-height: 1;
		margin-bottom: .5rem;
}
.card_view .text .no small {
		font-size: 70%;
}
.card_view.purple .text .no {
		color: #584c9d;
}
.card_view .text snall {
		font-size: .875rem;
}
.card_view, .card_view:hover {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
}
.card_view:hover {
		-webkit-box-shadow: 0 .5rem .5rem RGBA(0, 0, 0, .2);
		box-shadow: 0 .5rem .5rem RGBA(0, 0, 0, .2);
		-webkit-transform: translate(0, -.25rem);
		-ms-transform: translate(0, -.25rem);
		transform: translate(0, -.25rem);
}
/************************
BLOCK INFO
************************/
.block_wide.block_main {
		background-image: url("../images/content_bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #8ee098;
}
.block_wide.block_order {
		background: -o-linear-gradient(top, #e3fafd 0%, #9ceaf4 30%);
		background: -webkit-gradient(linear, left top, left bottom, from(#e3fafd), color-stop(30%, #9ceaf4));
		background: linear-gradient(to bottom, #e3fafd 0%, #9ceaf4 30%);
}
.block_wide.block_reg {
		background: -o-linear-gradient(top, #d4f4dc 0%, #bbeec8 30%);
		background: -webkit-gradient(linear, left top, left bottom, from(#d4f4dc), color-stop(30%, #bbeec8));
		background: linear-gradient(to bottom, #d4f4dc 0%, #bbeec8 30%);
}
.block_wide.block_main {
		padding: 1rem 0 0 0;
}
.block_wide {
		padding: 0 0 6rem 0;
}
.block_wide .title {
		font-size: 1.75rem;
}
.block_wide .title .icon_text {
		max-width: 30px;
		position: relative;
		top: -3px;
}
.block_wide .subtitle {
		font-size: 1.5rem;
}
.block_wide .text {
		font-size: 1.35rem;
}
.box-card {
		position: relative;
		display: inline-block;
		margin: auto;
}
@media (min-width:1400px) {
		.content-block > .text {
				font-size: 1.35rem;
		}
		.block_wide .title {
				font-size: 1.75rem;
		}
		.event_block .title .top {
				font-size: 2rem;
		}
		.box-card img {
				max-width: 580px;
		}
}
@media (min-width:2560px) {
		.block_wide {
				background-size: 2560px auto;
		}
}
@media (max-width:1199px) {
		.block_wide .title {
				font-size: 1.5rem;
		}
		.block_wide .subtitle {
				font-size: 1.35rem;
		}
		.block_wide .text {
				font-size: 1.125rem;
		}
		.card_view {
				border-radius: 1.5rem;
		}
		.card_view .text .no {
				font-size: 2rem;
		}
		.card_view .head .tag, .card_view .head {
				font-size: 1.25rem;
		}
		.card_view .text {
				font-size: .85rem;
				line-height: 1.5;
		}
		.card_view .dots-grid {
				height: 10px;
				margin: .5rem auto 0 auto;
		}
		.content-block > .text {
				font-size: 1.125rem;
		}
		.block_wide {
				padding: 0 0 6rem 0;
		}
		.block_wide .remark-text {
				font-size: .8125rem;
		}
		.content-block .topic .icon {
				max-width: 80px;
		}
		.content-block .topic {
				font-size: 2rem;
				letter-spacing: 2px;
		}
		.content-block {
				max-width: 80%;
				margin: auto;
		}
}
@media (max-width:991px) {
		.block_wide .title .icon_text {
				max-width: 20px;
		}
		.block_wide .title {
				font-size: 1.35rem;
		}
		.block_wide .subtitle {
				font-size: 1.125rem;
		}
		.block_wide .text {
				font-size: 1rem;
		}
		.card_view {
				border-radius: 1.25rem;
				padding: 1.25rem .75rem .75rem .75rem;
		}
		.card_view .text .tag small {
				font-size: .875rem;
		}
		.card_view .dots-grid {
				height: 10px;
				margin: .5rem auto .5rem auto;
		}
		.card_view .head .tag, .card_view .head {
				font-size: 1.125rem;
		}
		.card_view .text .tag {
				font-size: .875rem;
		}
		.card_view .text .no {
				font-size: 1.875rem;
				line-height: 1.5;
				margin-bottom: 0;
		}
		.card_view .text {
				font-size: .75rem;
		}
		.box-card img {
				max-width: inherit;
				width: 450px;
		}
		.content-block {
				max-width: 90%;
		}
		.block_wide .remark-text {
				font-size: .75rem;
		}
		.content-block > .text {
				font-size: 1.25rem;
		}
		.box-card img {
				max-width: 400px;
		}
		.content-block > .text {
				font-size: 1.125rem;
				line-height: 1.75;
				letter-spacing: normal;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.content-block .topic {
				font-size: 1.75rem;
		}
		.content-block .topic .icon {
				max-width: 70px;
		}
		.box-card img {
				max-width: 480px;
		}
		.card_view .text .no {
				font-size: 2.25rem;
				line-height: 1.5;
		}
		.card_view .head .tag, .card_view .head {
				font-size: 1.25rem;
		}
		.card_view .text .tag small {
				font-size: 1rem;
		}
}
@media (max-width:767px) {
		.card_view {
				padding: 1.25rem 0 .75rem 0;
		}
		.card_view .head .tag, .card_view .head {
				font-size: 1.15rem;
		}
		.card_view .text .no {
				font-size: 1.75rem;
				line-height: 1.5;
		}
		.box-card img {
				width: 400px;
		}
		.block_wide .title {
				font-size: 1.25rem;
		}
		.content-block {
				max-width: 100%;
		}
		.content_2 .card-block, .content_3 .card-block {
				padding: 2rem 1rem;
		}
		.content_1 .content-block {
				padding: 1rem 1rem;
		}
		.block_wide .subtitle {
				font-size: 1rem;
		}
}
@media (max-width:576px) {
		.content-block {
				max-width: 90%;
		}
		.content-block .top-block {
				padding: 1rem;
				border-radius: .5rem;
		}
		.block_wide .text {
				font-size: .875rem;
		}
		.card_view .text .tag small {
				font-size: 1rem;
		}
		.block_wide .remark-text {
				max-width: 100%;
		}
		.content-block > .text {
				font-size: 1rem;
				line-height: 1.5;
				text-align: start !important;
		}
		.content-block > .text.date {
				text-align: center !important;
		}
		.content-block > .text br {
				display: none;
		}
		.block_wide {
				background-image: url("../images/content_bg_m.jpg");
				background-size: 100% auto;
		}
		.card_view_group > div:last-child {
				margin-bottom: 0;
		}
		.content_2 .card-block .item_group {
				max-width: 66%;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.block_wide {
				padding: 0 0 4rem 0;
		}
		.content_1 .content-block {
				padding: 1.25rem 1rem;
		}
		.content_1 .content-block .btn-block {
				margin-top: 1rem;
		}
		.card_view_group {
				max-width: 90%;
				margin: auto;
		}
		.card_view {
				max-width: 80%;
				margin: auto;
		}
		.card_view_group > div {
				margin-bottom: 1rem;
		}
		.card_view_group > div:last-child {
				margin-bottom: 0;
		}
		.box-card img {
				max-width: 360px;
		}
		.content-block > .text {
				font-size: 1rem;
				line-height: 1.5;
		}
		.block_wide .remark-text {
				max-width: 100%;
		}
		br.d-xs-block {
				display: block !important;
		}
}
@media (max-width:375px) {
		br.d-xs-none.sp {
				display: none !important;
		}
}
@media (max-width:320px) {
		.block_wide {
				padding: 0 0 3rem 0;
		}
		.content-block {
				max-width: 100%;
				padding: .5rem;
		}
		.card_view .text .no {
				font-size: 1.75rem;
				line-height: 1.5;
		}
		.card_view .head .tag, .card_view .head {
				font-size: .85rem;
		}
		.card_view .text .tag {
				font-size: .8125rem;
		}
		.block_wide .title {
				font-size: 1rem;
				letter-spacing: normal;
		}
		.content-block > .text {
				font-size: .85rem;
		}
		.content-block .topic {
				font-size: 1.1rem;
		}
		.block_wide .title .icon_text {
				max-width: 20px;
				top: -2px;
				margin: 0 !important;
		}
		br.d-xs-block {
				display: block !important;
		}
		br.d-xs-none {
				display: none !important;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.info-block {
		background-color: #f9f5ef;
}
.drawer-item .table {
		margin: 1rem 0;
}
.drawer-item .table th {
		text-wrap: nowrap;
		background-color: #f1f1f1;
}
.drawer-item .table td, .drawer-item .table th, .drawer-item .table tr {
		border-color: #666;
		padding: .25rem .5rem;
}
.drawer-item .list-unstyled li span:first-child {
		padding-right: .5rem;
}
.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 {
		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;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: contain;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: 5px;
		margin-left: auto;
		opacity: .85;
		margin-right: 0;
		float: right;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: 10px 6px 30px 1.5rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: start;
		word-wrap: break-word;
		color: #000000;
		font-weight: normal;
}
.drawer-content span {
		color: #000000;
}
.drawer-content ol {
		padding-left: 1rem;
}
.drawer-content a {
		color: #cc0000;
}
.drawer-content a:hover {
		color: #ff3333;
		text-decoration: underline;
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
				font-weight: normal;
		}
		.drawer-content .table-responsive .table td, .drawer-content .table-responsive .table th {
				text-wrap: nowrap;
		}
}
@media screen and (max-width:576px) {}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@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;
		width: 100%;
}
@media (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 5.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: 5rem;
		}
}
@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: 2.5rem;
		}
}
@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.75rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.75rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1.75rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1.75rem;
		}
}