@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;
}
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;
}
.c-red {
		color: #ff3333;
}
@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;
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.wide {
				max-width: 100%;
		}
}
@media (min-width:1920px) {
		.container-xxl.wide {
				max-width: 2560px;
		}
}
/****************************/
.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;
}
.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: rgb(72, 72, 72);
		position: relative;
		z-index: 2;
}
/************************/
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 {
		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: 480px) {
		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;
		}
}
/************************
BUTTON
************************/
.btn-event {
		border-radius: 5rem;
		min-width: 180px;
		padding: .5rem .5rem .5rem 1rem;
		color: #ffffff !important;
		font-weight: bold;
}
.btn-event {
		background-color: #ff3333 !important;
		border-color: #ff3333 !important;
}
.btn-event:focus, .btn-event:hover {
		background-color: #d50020 !important;
		border-color: #d50020 !important;
}
.btn-event, .btn-event:hover {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
}
.btn-event:hover {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
}
.key-visual .ad-block .content .btn-event {
		-webkit-box-shadow: 0 .125rem .35rem rgba(0, 0, 0, .25) !important;
		box-shadow: 0 .125rem .35rem rgba(0, 0, 0, .25) !important;
}
.key-visual .ad-block .content .btn-event:hover {
		-webkit-box-shadow: 0 .125rem .128rem rgba(0, 0, 0, .25) !important;
		box-shadow: 0 .125rem .128rem rgba(0, 0, 0, .25) !important;
}
/************************
SLIDER
************************/
.slick-prev {
		left: 0;
}
.slick-next {
		right: 0;
}
.slick-next:before, .slick-prev:before {
		content: "";
		width: 50%;
		height: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.slick-next:before {
		background-image: url("../images/arrow_right.svg");
}
.slick-prev:before {
		background-image: url("../images/arrow_left.svg");
}
.slick-dots {
		z-index: 4;
		bottom: 8%;
}
.slick-dots li {
		margin: 0 2px;
}
.slick-dots li button {
		padding: 0;
}
.slick-dots li button:before {
		width: 20px;
		height: 20px;
		font-size: .85rem;
		color: #c9c9c9;
		opacity: 1;
}
.slick-dots li.slick-active button:before {
		color: #ffffff;
		opacity: 1;
}
.event-block .slick-prev, .event-block .slick-next {
		height: 50px;
		width: 50px;
}
.event-block .slick-prev {
		left: -50px;
		z-index: 3;
}
.event-block .slick-next {
		right: -50px;
		z-index: 3;
}
.event-block .slick-prev, .event-block .slick-next {
		background-color: #ff3333;
		border-radius: 5rem;
		height: 35px;
		width: 35px;
		line-height: 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		opacity: 1;
}
/************************
REMARK BOARD
************************/
.remark-icon {
		cursor: pointer;
		padding: .5rem;
}
.remark-icon img {
		width: 20px;
}
.remark-icon.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
}
.remark-icon, .remark-icon.active {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.remark-content, .remark-content li {
		text-align: justify !important;
}
/************************
BG
************************/
.block_item {
		z-index: 2;
}
.block_item::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: -1;
}
.block_a::after {
		background-image: url("../images/bg_a.png");
		height: calc(100% + 50%);
}
.block_b::after {
		background-image: url("../images/bg_b.png");
		top: 0;
		height: calc(100% + 40%);
}
.block_c::after {
		background-image: url("../images/bg_c.png");
		top: -11%;
		height: calc(100% + 30%);
}
.block_d::after {
		background-image: url("../images/bg_d.png");
		top: -2%;
		height: calc(100% + 30%);
}
.block_e::after {
		background-image: url("../images/bg_e.png");
		top: -15%;
		height: calc(100% + 30%);
}
.block_f::after {
		background-image: url("../images/bg_f.png");
}
@media screen and (min-width:1920px) {
		.block_item::after {
				background-size: 2560px auto;
		}
		.block_c::after {
				background-image: url("../images/bg_c.png");
				top: -12%;
		}
}
/** block_a **/
.block_a .info-board {
		padding: 1.5rem 5rem;
		border-radius: 1rem;
		background-color: #ffffff;
		overflow: hidden;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		max-width: 80%;
		margin: auto;
}
.block_a .info-board .has-border {
		padding-bottom: 1.5rem;
		margin-bottom: 1.25rem;
		border-bottom: 0; /* 移除原始邊框 */
		background-image: -o-linear-gradient(left, #666666 33%, rgba(255, 255, 255, 0) 0%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #666666), color-stop(0%, rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to right, #666666 33%, rgba(255, 255, 255, 0) 0%);
		background-position: bottom;
		background-size: 9px 3px; /* 調整這裡的值來改變點的大小和間隔 */
		background-repeat: repeat-x;
}
.block_a .info-board img {
		max-width: 110px;
}
.block_a .info-board .text {
		font-size: 1.75rem;
		font-weight: bold;
		display: inline-block;
		padding: 0 2rem 0 1rem;
}
.block_a .info-board ul {
		font-size: 1.125rem;
}
.block_a .info-board .no {
		font-size: 150%;
		line-height: 1;
}
/** block_b / block_c / block_d **/
.mark_group {
		max-width: 180px;
		display: inline-block;
}
.block_a, .block_d, .block_c, .block_b {
		padding: 3rem 0 6rem 0;
}
.block_e, .block_f {
		padding: 4rem 0 4rem 0;
}
.block_e .head img, .block_d .head img, .block_c .head img, .block_b .head img {
		max-width: 70px;
}
.block_f .head, .block_e .head, .block_d .head, .block_c .head, .block_b .head {
		font-size: 1.75rem;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
		font-weight: bold;
}
.block_f .text, .block_e .text, .block_d .text, .block_c .text, .block_b .text {
		font-size: 1.125rem;
}
.block_e .remark-text, .block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
		max-width: 80%;
		margin: auto;
}
.block_d .remark-text .title, .block_c .remark-text .title, .block_b .remark-text .title {
		font-size: 1.125rem;
		padding-bottom: .5rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid #000000;
		text-align: center;
}
.block_d .remark-text .title span, .block_c .remark-text .title span, .block_b .remark-text .title span {
		right: 0;
		font-size: 150%;
		line-height: 1;
}
.block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
		font-size: .85rem;
		line-height: 1.75;
		text-align: justify;
}
.block_d .head::after, .block_c .head::after, .block_b .head::after {
		content: '';
		width: 80px;
		height: 2px;
		display: block;
		background-color: #ff3333;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
.block_c .flag-board, .block_b .flag-board {
		padding: 2rem 2rem;
		border-radius: 1rem;
		background-color: #ffffff;
		overflow: hidden;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		max-width: 80%;
		margin: 1rem auto 2rem auto;
}
.block_d .cards-group .item img {
		max-width: 150px;
		margin: 0 auto 1rem auto;
}
.block_d .cards-group .item {
		font-size: 1.5rem;
}
.block_d .cards-group .item .btn-event {
		font-size: 1rem;
		min-height: 65px;
		max-width: 250px;
		margin: 1rem auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: .25rem 1rem;
}
.block_e .card {
		border: 0;
		border-radius: 1.5rem;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		text-align: center;
		margin: .5rem;
}
.block_e .card .card-footer, .block_e .card .card-header {
		border: 0;
		background-color: transparent;
}
.block_e .card .card-header {
		min-height: 100px;
		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;
		padding: 1rem;
}
.block_e .card .card-header img {
		margin: auto;
		max-width: 80%;
}
.block_e .card .card-body .title {
		font-size: 1.35rem;
		font-weight: bold;
		position: relative;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		min-height: 80px;
}
.block_e .card .card-body .title::after {
		content: '';
		width: 80px;
		height: 2px;
		display: block;
		background-color: #666666;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
.block_e .card .card-body .title small {
		font-size: .85rem;
}
.block_e .card .card-body {
		padding: 0;
}
.block_e .card .card-body .info {
		font-size: 1rem;
		min-height: 50px;
}
.block_e .event-block .item .btn-event {
		font-size: 1rem;
		min-width: 90px;
		margin: 1rem auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: .25rem 1rem;
}
.block_f .dw-block img {
		width: 150px;
}
.block_f .tag-board .nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 4rem auto !important;
		background-color: #ff3333;
		color: #ffffff;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25), inset 0 0 .3rem RGBA(0, 0, 0, .2);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25), inset 0 0 .3rem RGBA(0, 0, 0, .2);
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		border-radius: 1rem;
		overflow: hidden;
}
.block_f .tag-board .nav .nav-link {
		font-size: 1.25rem;
		padding: .5rem 3rem;
		color: #ffffff;
		position: relative;
}
.block_f .tag-board .nav .nav-link.active::after {
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background-color: #ff3333;
		position: absolute;
		left: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
}
.block_f .tag-board .nav .nav-link.active {
		border-radius: 1rem;
		color: #666666;
		background-color: #ffffff;
}
.block_f .preview-list {
		font-size: 1.25rem;
		padding-bottom: 1rem;
}
.block_f .preview-list img {
		max-width: 60px;
		position: absolute;
		bottom: 10px;
		left: 0;
}
.block_f .preview-list li.first .info {
		padding-left: 70px;
}
.block_f .preview-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.block_f .preview-list li .info {
		position: relative;
		padding: .5rem 0;
		margin-bottom: .5rem;
		border-bottom: 0;
		background-image: -o-linear-gradient(left, #bcbcbc 33%, rgba(236, 236, 236, 0) 0%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #bcbcbc), color-stop(0%, rgba(236, 236, 236, 0)));
		background-image: linear-gradient(to right, #bcbcbc 33%, rgba(236, 236, 236, 0) 0%);
		background-position: bottom;
		background-size: 6px 2px;
		background-repeat: repeat-x;
		width: 100%;
}
.block_f .preview-list li:last-child .info {
		background-image: none;
}
.block_f .preview-list .no {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		color: #ffffff;
		background-color: #ff3333;
		font-size: 1.5rem;
		border-radius: 5rem;
		margin-right: 1rem;
}
.block_f .remark-text, .block_f .dw-block {
		padding-left: 60px;
}
.block_f .dw-block {
		margin-bottom: 5%;
}
.block_f .preview {
		border-radius: 3.5rem;
		overflow: hidden;
		max-width: 80%;
		margin: auto;
}
.block_qa {
		padding-bottom: 3rem;
}
.block_qa .title {
		padding: 1rem;
		font-size: 1.5rem;
		text-align: center;
		color: #ffffff;
		background-color: #ff3333;
		margin-bottom: 2rem;
}
.block_qa .accordion-body.out {
		background-color: #f1f1f1;
		padding: 0;
}
.block_qa .accordion-body.out .accordion-button {
		background-color: #fafafa;
		padding-left: 1rem;
}
.block_qa .accordion-item {
		border: 0;
		text-align: start;
}
.block_qa .accordion-item .accordion-button {
		background-color: transparent;
		color: #ff3333;
		border: 0;
		padding-left: 0;
		font-size: 1.25rem;
		font-weight: bold;
}
.block_qa .accordion-item .accordion-button {
		padding-bottom: 1rem;
		border-bottom: 0;
		background-image: -o-linear-gradient(left, #cccccc 33%, rgba(255, 255, 255, 0) 0%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #cccccc), color-stop(0%, rgba(255, 255, 255, 0)));
		background-image: linear-gradient(to right, #cccccc 33%, rgba(255, 255, 255, 0) 0%);
		background-position: bottom;
		background-size: 6px 3px;
		background-repeat: repeat-x;
}
.block_qa .accordion-item .accordion-button.collapsed {
		color: #000000;
}
.block_qa .accordion-body.out .accordion-button {
		border-bottom: 1px solid #cccccc;
		background-image: none;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
}
.block_qa .point_A, .block_qa .point_Q {
		margin-right: .5rem;
		display: inline-block;
}
@media (max-width:1199px) {
		.mark_group {
				max-width: 140px;
		}
		.block_a .info-board img {
				max-width: 100px;
		}
		.block_a .info-board {
				padding: 1rem 5rem;
		}
		.block_e .head img, .block_d .head img, .block_c .head img, .block_b .head img {
				max-width: 70px;
		}
		.block_d .head::after, .block_c .head::after, .block_b .head::after {
				width: 65px;
		}
		.block_d .cards-group .item img {
				max-width: 115px;
		}
		.block_d .cards-group .item {
				font-size: 1.25rem;
		}
		.block_d .cards-group .item .btn-event {
				font-size: .85rem;
				min-height: 55px;
				max-width: 220px;
		}
		.block_f .head, .block_e .head, .block_d .head, .block_c .head, .block_b .head {
				font-size: 1.65rem;
		}
		.block_f .text, .block_e .text, .block_d .text, .block_c .text, .block_b .text {
				font-size: 1rem;
		}
		.block_f .preview-list img {
				max-width: 50px;
		}
		.block_f .preview {
				border-radius: 2.75rem;
				max-width: 80%;
				margin-right: 0;
		}
		.block_f .preview-list li.first .info {
				padding-left: 60px;
		}
		.block_e .event-board {
				max-width: calc(100% - 120px);
				margin-left: auto;
				margin-right: auto;
		}
		.block_qa #mainAccordion {
				max-width: calc(100% - 2rem);
				margin-left: auto;
				margin-right: auto;
		}
		.block_qa .accordion-item .accordion-button {
				font-size: 1.125rem;
		}
}
@media (max-width:991px) {
		.block_a .info-board img {
				max-width: 8vw;
		}
		.block_a .info-board .text {
				font-size: 1rem;
		}
		.block_a .info-board ul {
				font-size: .85rem;
		}
		.block_a .info-board .has-border {
				background-size: 6px 2px;
		}
		.block_a .info-board {
				padding: 1rem 4rem;
		}
		.block_e .head img, .block_d .head img, .block_c .head img, .block_b .head img {
				max-width: 6vw;
		}
		.block_f .head, .block_e .head, .block_d .head, .block_c .head, .block_b .head {
				font-size: 2.75vw;
		}
		.block_d .head::after, .block_c .head::after, .block_b .head::after {
				width: 8vw;
		}
		.block_f .text, .block_e .text, .block_d .text, .block_c .text, .block_b .text {
				font-size: .8125rem;
		}
		.block_d .remark-text .title, .block_c .remark-text .title, .block_b .remark-text .title {
				font-size: .8125rem;
		}
		.block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
				font-size: .75rem;
		}
		.block_d .cards-group .item img {
				max-width: 80px;
		}
		.block_d .cards-group .item {
				font-size: 1rem;
		}
		.block_d .cards-group .item .btn-event {
				font-size: 1.5vw;
				min-height: 45px;
				min-width: 120px;
		}
		.block_item::after {
				background-size: 100% 100%;
		}
		.block_e .card .card-body .title {
				font-size: 1.85vw;
				min-height: 50px;
		}
		.block_e .card .card-header img {
				max-width: 70%;
		}
		.block_e .card .card-body .info {
				font-size: .75rem;
				min-height: 40px;
		}
		.block_e .card .card-body .title::after {
				height: 1px;
		}
		.block_e .card .card-header {
				min-height: 60px;
		}
		.block_e .event-block .item .btn-event {
				font-size: .8125rem;
				min-width: 70px;
				margin: .5rem auto;
		}
		.block_e .remark-text, .block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
				font-size: .75rem;
		}
		.block_f .tag-board .nav .nav-link {
				font-size: 1rem;
				padding: .5rem 2rem;
		}
		.block_f .tag-board .nav .nav-link.active::after {
				content: '';
				width: 5px;
				height: 5px;
				left: 18px;
		}
		.block_f .preview-list {
				font-size: 1rem;
				padding-bottom: 0;
		}
		.block_f .preview-list img {
				max-width: 40px;
		}
		.block_f .preview-list .no {
				min-width: 30px;
				min-height: 30px;
				width: 30px;
				height: 30px;
				line-height: 30px;
				font-size: 1.125rem;
				margin-right: .75rem;
				margin-top: .5rem;
		}
		.block_f .preview-list li.first .info {
				padding-left: 50px;
		}
		.block_f .remark-text, .block_f .dw-block {
				padding-left: 50px;
				font-size: .75rem;
		}
		.block_f .preview {
				border-radius: 2.75rem;
				max-width: 80%;
				margin-right: 0;
		}
		.block_f .dw-block img {
				width: 18vw;
		}
		.block_qa .title {
				padding: .75rem;
				font-size: 1.25rem;
				margin-bottom: 1rem;
		}
		.block_qa .accordion-item .accordion-button {
				font-size: 1rem;
		}
		.block_qa #mainAccordion {
				max-width: 100%;
		}
		.block_qa .btn-event {
				font-size: .875rem;
		}
		.event-block .slick-prev, .event-block .slick-next {
				height: 30px;
				width: 30px;
				line-height: 30px;
		}
		.event-block .slick-prev {
				left: -40px;
		}
		.event-block .slick-next {
				right: -40px;
		}
}
@media (max-width:767px) {
		.slick-dots li button:before {
				width: 15px;
				height: 15px;
				font-size: .75rem;
		}
		.slick-dots {
				bottom: 1.25rem;
		}
		.event-block .slick-next {
				right: -20px;
		}
		.event-block .slick-prev {
				left: -20px;
		}
		.block_e .event-board {
				max-width: calc(100% - 1.75rem);
		}
		.block_e .card .card-header img {
				max-width: 80%;
		}
		.block_d::after {
				top: -1%;
		}
		.block_e::after {
				top: -8%;
		}
		.block_e, .block_f {
				padding: 2rem 0 2rem 0;
		}
		.block_a, .block_d, .block_c, .block_b {
				padding: 2rem 0 3rem 0;
		}
		.block_a .info-board ul {
				font-size: .75rem;
		}
		.block_a .info-board .text {
				font-size: 1rem;
		}
		.block_a .info-board {
				padding: 1.5rem 4rem;
		}
		.block_a .info-board .text {
				padding: 0 1rem 0 0;
		}
		.block_c .flag-board, .block_b .flag-board {
				padding: 1rem;
		}
		.block_d .cards-group .item img {
				max-width: 80px;
		}
		.block_f .preview {
				border-radius: 2.25rem;
		}
		.block_f .tag-board .nav {
				margin-bottom: 3rem !important;
		}
		.block_f .remark-text, .block_f .dw-block, .block_f .preview-list li.first .info {
				padding-left: 50px;
		}
		.block_qa .accordion-item .accordion-button {
				font-size: 1rem;
		}
		.block_qa .accordion-body {
				font-size: .875rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.event-block .slick-prev {
				left: -40px;
		}
		.event-block .slick-next {
				right: -40px;
		}
		.block_item::after {
				background-size: 100% 100%;
		}
		.block_c::after {
				top: -6%;
		}
		.block_e::after {
				top: -10%;
		}
		.col-sm-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
		}
		.col-sm {
				-webkit-box-flex: 1;
				-ms-flex: 1 0 0%;
				flex: 1 0 0%;
		}
		.col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.col-sm-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 41.66666667%;
		}
		.col-sm-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 58.33333333%;
		}
		.d-sm-block.d-none {
				display: block !important;
		}
		.d-sm-none.d-block {
				display: none !important;
		}
		.mark_group {
				max-width: 15vw;
				position: relative;
				top: -2px;
		}
		.block_a .info-board {
				padding: 1.5rem 2rem;
		}
		.block_f .head, .block_e .head, .block_d .head, .block_c .head, .block_b .head {
				font-size: 3vw;
		}
		.block_d .cards-group .item {
				font-size: .875rem;
		}
		.block_e .remark-text, .block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
				max-width: 90%;
		}
		.block_e .head img, .block_d .head img, .block_c .head img, .block_b .head img {
				max-width: 8vw;
		}
		.block_e .event-board {
				max-width: calc(100% - 5rem);
		}
		.block_e .card .card-body .title {
				font-size: 1rem;
				min-height: 65px;
		}
		.block_e .card .card-header img {
				max-width: 70%;
		}
		.block_f .preview {
				border-radius: 1.75rem;
		}
		.block_f .preview-list {
				font-size: .8125rem;
		}
		.block_f .tag-board .nav .nav-link {
				font-size: .875rem;
				padding: .5rem 2rem;
		}
		.block_qa .title {
				padding: .5rem;
				font-size: 1.125rem;
				margin-bottom: 1rem;
		}
		.block_qa .accordion-body {
				font-size: .85rem;
		}
}
@media (max-width:480px) {
		.remark-icon {
				top: -6px;
		}
		.remark-icon img {
				width: 18px;
				padding: .125rem;
		}
		.slick-dots {
				bottom: .125rem;
		}
		.block_f .tag-board .nav {
				margin-bottom: 2rem !important;
				max-width: 100%;
		}
		.event-block .slick-prev {
				left: -40px;
		}
		.event-block .slick-next {
				right: -40px;
		}
		.block_e .card .card-header img {
				max-width: 60%;
		}
		.block_e .event-board {
				max-width: 70%;
		}
		.block_e .card .card-body .title {
				font-size: 1rem;
				min-height: 65px;
		}
		.block_e::after {
				top: -10%;
		}
		.block_item::after {
				background-size: 200% 100%;
		}
		.block_c::after {
				top: -8%;
		}
		.block_a .info-board {
				padding: 1rem 1.75rem;
		}
		.block_a .info-board ul {
				padding-left: 1rem !important;
		}
		.block_a .info-board .first {
				padding-bottom: 1rem;
				text-align: center;
		}
		.block_a .info-board .first > div {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				padding-right: 1.75rem;
		}
		.block_a .info-board img {
				max-width: 12vw;
		}
		.block_a .info-board .text {
				padding: 0 .25rem;
		}
		.block_e .remark-text, .block_d .remark-text, .block_c .remark-text, .block_b .remark-text {
				max-width: 92%;
		}
		.block_f .head, .block_e .head, .block_d .head, .block_c .head, .block_b .head {
				font-size: 1.125rem;
		}
		.block_e .head img, .block_d .head img, .block_c .head img, .block_b .head img {
				max-width: 12vw;
		}
		.block_c .flag-board, .block_b .flag-board {
				padding: 1.5rem;
		}
		.mark_group {
				max-width: 25vw;
		}
		.block_d .cards-group .item {
				font-size: .75rem;
		}
		.block_d .cards-group .item .btn-event {
				font-size: .65rem;
				min-height: 45px;
				min-width: 100px;
		}
		.block_d .cards-group .item img {
				max-width: 60px;
		}
		.block_f .tag-board .nav .nav-link {
				font-size: .875rem;
				padding: .5rem 1.75rem;
				line-height: 1.5;
		}
		.block_f .tag-board .nav .nav-link.active::after {
				content: '';
				width: 5px;
				height: 5px;
				left: 15px;
				top: 18px;
				bottom: auto;
		}
		.block_f .preview {
				margin-right: auto;
		}
		.block_f .preview-list img {
				max-width: 40px;
		}
		.block_f .dw-block img {
				width: 120px;
		}
		.block_f .dw-block {
				padding-left: 0;
				margin: 0 auto 1rem auto;
		}
		.block_f .preview {
				border-radius: 2.75rem;
		}
		.block_qa .accordion-body {
				font-size: .85rem;
		}
}
@media (max-width:320px) {
		.d-xs-block {
				display: block !important;
		}
		.block_f .dw-block img {
				width: 100px;
		}
		.block_f .preview-list {
				font-size: .75rem;
				padding-bottom: 0;
		}
		.block_f .preview-list .no {
				min-width: 25px;
				min-height: 25px;
				width: 25px;
				height: 25px;
				line-height: 25px;
				font-size: 1rem;
				margin-right: .75rem;
		}
		.block_c .flag-board, .block_b .flag-board {
				padding: 1rem;
		}
		.block_qa .title {
				padding: .5rem;
				font-size: 1rem;
				margin-bottom: 1rem;
		}
		.block_f .text, .block_e .text, .block_d .text, .block_c .text, .block_b .text {
				font-size: .75rem;
		}
		.block_d .cards-group .item img {
				max-width: 65px;
		}
		.block_d .cards-group .item .btn-event {
				font-size: .55rem;
				min-height: 40px;
				min-width: 80px;
		}
		.block_d .cards-group .item {
				font-size: 3.25vw;
		}
		.block_qa .accordion-item .accordion-button {
				font-size: .85rem;
				padding: .75rem;
		}
		.block_a .info-board {
				padding: 1.5rem 1.25rem;
				max-width: 90%;
		}
		.block_c .flag-board, .block_b .flag-board {
				max-width: 90%;
				padding: 1.75rem;
		}
		.block_item::after {
				background-size: 300% 100%;
		}
		.block_e .card .card-body .title {
				font-size: .875rem;
				min-height: 50px;
		}
		.block_e .card .card-body .info {
				font-size: .65rem;
				min-height: 40px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		background-color: #ffffff;
		margin: 120px auto 0 auto;
}
.key-visual .ad-block {
		max-width: 100%;
		margin: auto;
}
.key-visual .ad-block .content {
		z-index: 3;
		right: 2%;
		top: 0;
		bottom: 10%;
		margin: auto;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		text-align: start;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		color: #ffffff;
		min-width: 350px;
}
.key-visual .ad-block .content h3 {
		font-size: 2.5rem;
		font-weight: bold;
}
.key-visual .ad-block .content .text {
		font-size: 1.5rem;
		font-weight: 500;
}
.key-visual .ad-block .content h3, .key-visual .ad-block .content .text {
		text-shadow: 0 .25rem 0.25rem RGBA(0, 0, 0, .5);
}
.key-visual .item {
		max-width: 100%;
		margin: auto;
		text-align: center;
}
.key-visual .item .bg img {
		margin: auto;
}
.key-visual .kv-cards {
		z-index: 2;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		pointer-events: none;
}
.key-visual .under {
		z-index: 1;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		margin: auto;
		pointer-events: none;
}
@media screen and (min-width:1600px) {
		.key-visual .ad-block .content {
				right: 5%;
				top: 0;
				bottom: 10%;
				min-width: 450px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 2.75rem;
		}
		.key-visual .ad-block .content .text {
				font-size: 1.75rem;
		}
}
@media screen and (min-width:1920px) {
		.key-visual .kv-cards, .key-visual .ad-block {
				max-width: 2560px;
		}
		.key-visual .under img, .key-visual .kv-cards img, .key-visual .item .bg img {
				width: 2560px;
		}
		.key-visual .ad-block .content {
				right: 10%;
		}
}
@media (max-width:1199px) {
		.key-visual .ad-block .content {
				min-width: 280px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 2rem;
				margin-bottom: .75rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: 1rem;
				margin-bottom: 1rem !important;
		}
		.key-visual .ad-block .content .btn_block {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: .875rem;
				padding: .5rem .5rem;
				min-width: 180px;
				width: 180px;
		}
		.key-visual .ad-block .content .btn_block .btn-event {
				margin-bottom: .75rem;
		}
		.key-visual .ad-block .content h3, .key-visual .ad-block .content .text {
				text-shadow: 0 1px 0.25rem RGBA(0, 0, 0, .85);
		}
}
@media (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
		.key-visual .ad-block .content {
				min-width: 210px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 1.75rem;
				margin-bottom: .75rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: .875rem;
				margin-bottom: 1rem !important;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: .8125rem;
				padding: .25rem .5rem;
				min-width: 160px;
				width: 160px;
		}
		.key-visual .ad-block .content .btn_block .btn-event {
				margin-bottom: .75rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.key-visual .ad-block .content {
				min-width: 250px;
		}
}
@media (max-width:767px) {
		.key-visual .ad-block .content {
				min-width: 190px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 1.5rem;
				margin-bottom: .5rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: .825rem;
				margin-bottom: .5rem !important;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: .8125rem;
				padding: .25rem .5rem;
				min-width: 160px;
				width: 160px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .ad-block .content {
				min-width: 160px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 1.275rem;
				margin-bottom: .5rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: .8125rem;
				margin-bottom: .5rem !important;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: .75rem;
				padding: .25rem .5rem;
				min-width: 130px;
				width: 130px;
		}
}
@media (max-width:480px) {
		.key-visual .under {
				display: none;
		}
		.key-visual .ad-block .content {
				min-width: 100px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 3.75vw;
				margin-bottom: .35rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: 2.5vw;
				margin-bottom: .25rem !important;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: 2.25vw;
				padding: .125rem .5rem;
				min-width: 100px;
				width: 100px;
		}
		.key-visual .ad-block .content .btn_block .btn-event {
				margin-bottom: .5rem;
		}
}
@media (max-width:320px) {
		.key-visual .ad-block .content {
				min-width: 88px;
		}
		.key-visual .ad-block .content h3 {
				font-size: 3.5vw;
				margin-bottom: .35rem !important;
		}
		.key-visual .ad-block .content .text {
				font-size: 2.5vw;
				margin-bottom: .25rem !important;
		}
		.key-visual .ad-block .content .btn-event {
				font-size: 2.5vw;
				padding: .125rem .5rem;
				min-width: 88px;
				width: 88px;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.info-block {
		background-color: #f9f5ef;
		padding-top: 2rem;
}
.drawer-item .list-unstyled li span:first-child {
		padding-right: .5rem;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #212121;
		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;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
				font-weight: normal;
		}
}
@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: 10px;
}
.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: 8px;
				bottom: 5em;
		}
}
/************************
Sticky Bar
************************/
.fx_btn {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 6rem;
		z-index: 13;
		width: 90px;
		border-radius: 9px
}
.fx_btn a {
		display: block;
		padding: 6px 0;
}
.fx_btn a:nth-child(2) {
		border-radius: 9px
}
.fx_btn img {
		width: 100%;
}
@media only screen and (min-width: 1600px) {
		.fx_btn {
				width: 105px
		}
}
@media only screen and (max-width: 1199px) {
		.fx_btn {
				bottom: 5rem;
				width: 90px;
		}
}
@media only screen and (max-width: 991px) {
		.fx_btn {
				bottom: 6rem;
				width: 80px;
		}
}
@media only screen and (max-width: 767px) {
		.fx_btn {
				bottom: 6rem;
				width: 70px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.fx_btn {
				bottom: 6rem;
				width: 70px;
		}
}
@media only screen and (max-width: 480px) {
		.fx_btn {
				display: none;
		}
}
/************************/
a.btn_c06, a.btn_c05 {
		display: inline-block;
		width: 50%;
		height: 55px;
		margin: 0px 0px;
		padding: 20px 0px;
		color: #ffffff;
		border-radius: 0;
		background-color: #000000;
		font-size: .85rem;
}
a.btn_c05 {
		display: inline-block;
		width: 50%;
}
a.btn_c06 {
		display: inline-block;
		width: 50%;
}
a.btn_c05:hover {
		color: #ffffff;
		background-color: #000000;
}
a.btn_c06 {
		color: #ffffff;
		background-color: #ff3333;
}
a.btn_c06:hover {
		color: #ffffff;
		background-color: #d50020;
}
.btn_480 {
		display: none;
}
@media only screen and (max-width: 480px) {
		footer {
				margin-bottom: 55px;
		}
		.btn_480 {
				position: fixed;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				width: 100%;
				bottom: 0;
				left: 0;
				z-index: 50;
		}
		.btn_480 img {
				width: 100%;
				max-width: 20px;
				vertical-align: middle;
				margin-right: 5px;
				position: relative;
				top: 0;
		}
}
@media only screen and (max-width: 320px) {
		a.btn_c06, a.btn_c05 {
				font-size: .8125rem;
		}
		.btn_480 img {
				max-width: 18px;
		}
}