@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;
		outline: none !important;
}
.block_01 a:hover, .drawer-content a:hover {
		text-decoration: underline;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ff3333;
}
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: #666666;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
		font-weight: 600;
}
.box-topic .text.has-icon, .block_01 .remark-text .fw-bold, .key-visual .topic h1 {
		font-family: 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 900;
}
.key-visual .topic h1 .no {
		font-weight: 700 !important;
		font-family: "Open Sans", sans-serif;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.no {
		font-family: "Open Sans", sans-serif;
}
.block_01.b2 .info .no {
		font-size: 120%;
}
.no.large {
		font-size: 200%;
		line-height: 0;
}
.c-red {
		color: #da211e;
}
@media screen and (max-width: 11991px) {
		.main-content {
				overflow: hidden;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-header .btn-close {
		width: 2em;
		height: 2em;
}
/*------------------------------------------ 
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;
}
/************************
AD BLOCK
************************/
.ad_card .btn {
		pointer-events: none;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .card-body, .ad_card .card-footer {
		padding-left: .5rem;
		padding-right: .5rem;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .info.short {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
}
.ad_card .card-body {
		min-height: 100px;
		padding-bottom: 0;
		padding-top: 1.5rem;
}
.ad_block a:hover {
		text-decoration: none;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block .slick-slide {
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .slick-slide a .pic {
		-webkit-box-shadow: .5rem .5rem 0 0 RGBA(0, 0, 0, .25);
		box-shadow: .5rem .5rem 0 0 RGBA(0, 0, 0, .25);
		border-radius: 2rem;
		overflow: hidden;
}
.ad_block .slick-slide a .pic, .ad_block .slick-slide a:hover .pic {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.ad_block .slick-slide a:hover .pic {
		-webkit-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
		-webkit-box-shadow: .75rem .75rem 0 0 RGBA(0, 0, 0, .35);
		box-shadow: .75rem .75rem 0 0 RGBA(0, 0, 0, .35);
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
.ad_block .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.ad_block .slick-dots li {
		margin: 0 3px;
}
.ad_block .slick-dots li button:before {
		font-size: .65rem;
}
.ad_block .slick-dotted.slick-slider {
		margin-bottom: 0;
}
@media (max-width:480px) {
		.ad_block .slick-dots li button:before {
				font-size: .5rem;
		}
		.ad_block .slick-dots li {
				margin: 0 2px;
		}
}
/*------------------------------------------ 
BANNER
--------------------------------------------*/
.banner-title {
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 0 auto 1rem auto;
		color: #d50020;
		padding-bottom: 1rem;
		padding-top: 2rem;
		font-family: "Noto Sans TC", sans-serif;
		font-weight: bold;
}
.banner-title::after {
		content: '';
		margin: auto;
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
		background-color: #d50020;
		left: 0;
		right: 0;
		bottom: 0;
}
.bot-banner {
		clear: both;
		padding: 1rem 0;
}
.bot-banner img {
		max-width: 100%;
}
@media (max-width:991px) {
		.banner-title {
				font-size: 1.25rem;
		}
}
@media (max-width:480px) {
		.banner-title {
				font-size: 1rem;
		}
}
/************************
BUTTON Event
************************/
a.btn-event {
		height: auto;
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1;
		min-width: 250px;
		text-shadow: none;
		border-radius: 2rem;
		padding: 1.25rem 2rem;
		color: #ffffff;
		border: 0;
		background-color: #da211e;
		-webkit-box-shadow: 0.125rem .5rem .35rem RGBA(0, 0, 0, .2);
		box-shadow: 0.125rem .5rem .35rem RGBA(0, 0, 0, .2);
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		color: #ffffff !important;
		background: #ee1818 !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
@media (max-width:991px) {
		a.btn-event {
				font-size: 1.125rem;
				min-width: 200px;
				padding: 1.25rem 1.25rem;
		}
}
@media (max-width:567px) {
		a.btn-event {
				font-size: 1rem;
				min-width: inherit;
				padding: 1rem 1.5rem;
		}
}
@media (max-width:320px) {
		a.btn-event {
				font-size: .95rem;
				min-width: inherit;
				padding: 1rem 1.25rem;
		}
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: RGBA(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
		.modal-header .btn-close {
				width: 2em;
				height: 2em;
				top: 1em;
				position: fixed;
				right: .5em;
				z-index: 5;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 110px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
}
/****************************/
.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;
}
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);
}
/************************/
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;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 1rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		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: #aaa192;
}
.key-visual .topic {
		top: 5%;
		bottom: 1rem;
		left: -5%;
		right: 0;
		margin: auto;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		z-index: 3;
		color: #ffffff;
}
.key-visual .topic h1 {
		position: relative;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.75;
		font-size: 2.25rem;
		text-shadow: .25rem .25rem .25rem RGBA(0, 0, 0, .25);
		padding: 0 2.5rem;
		left: -5%;
}
.key-visual .topic h1 .large {
		font-size: 100%;
		line-height: 1;
		padding: 0 2rem;
}
.key-visual .topic h1::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url("../images/kv/topic_line.svg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
		padding: 0 3rem;
		margin-left: 6%;
}
.key-visual .x-mark {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		z-index: 2;
}
.key-visual .topic-mark {
		top: 2rem;
		bottom: auto;
		left: -2%;
		right: 0;
		margin: auto;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		z-index: 3;
		text-align: start;
}
.key-visual .topic-mark img {
		max-width: 8vw;
		width: 100%;
}
.key-visual .topic h1 .no {
		font-size: 120%;
}
.key-visual .topic-mark {
		max-width: calc(100% - 10rem);
}
.key-visual .bg, .key-visual .x-mark {
		width: 100%;
}
.key-visual .kv_tag {
		max-width: 18vw;
		width: 100%;
		right: 0;
		left: 0;
		margin: auto;
		top: calc(-100% - .5rem);
}
@media screen and (min-width:1400px) {
		.key-visual .topic h1 {
				font-size: 2.75rem;
		}
		.key-visual .topic h1 .large {
				padding: 0 1rem;
		}
		.key-visual .topic {
				left: -25%;
		}
		.key-visual .topic-mark img {
				max-width: 130px;
		}
		.key-visual .kv_tag {
				max-width: 380px;
		}
		.key-visual .topic-mark {
				max-width: calc(1366px - 6rem);
		}
}
@media screen and (min-width:1920px) {
		.key-visual .topic-mark {
				max-width: calc(1600px - 8rem);
		}
		.key-visual .topic h1 {
				font-size: 3.5rem;
		}
		.key-visual .kv_tag {
				max-width: 380px;
		}
		.key-visual .topic-mark {
				top: 5rem;
		}
}
@media screen and (min-width:2560px) {
		.key-visual .bg, .key-visual .x-mark {
				width: 2560px;
		}
		.key-visual .topic {
				left: -10%;
		}
		.key-visual .topic h1 {
				font-size: 3.25rem;
		}
		.key-visual .kv_tag {
				max-width: 400px;
		}
		.key-visual .kv_tag > img {
				top: 0;
		}
		.key-visual .topic-mark img {
				max-width: 180px;
		}
}
@media screen and (max-width:1199px) {
		.key-visual .topic-mark {
				max-width: calc(100%);
		}
		.key-visual .topic {
				padding-left: 4rem;
				top: 2rem;
		}
		.key-visual .topic h1 {
				font-size: 2rem;
				line-height: 1.75;
				left: -3%;
		}
		.key-visual .topic h1::after {
				max-width: 97%;
				margin-left: 2.5rem;
		}
		.key-visual .topic-mark {
				left: 5%;
				top: 1.5rem;
		}
		.key-visual .kv_tag {
				max-width: 18vw;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
		.key-visual .topic {
				padding-left: 1.5rem;
				padding-top: 1.5rem;
		}
		.key-visual .topic h1 {
				font-size: 1.5rem;
				line-height: 2;
				left: -2%;
		}
		.key-visual .topic h1::after {
				max-width: 89%;
				margin-left: 2.125rem;
		}
		.key-visual .kv_tag {
				max-width: 18vw;
		}
}
@media screen and (max-width:991px) and (orientation: landscape) {
		.key-visual .topic {
				padding-top: 3rem;
				padding-left: 2.5rem;
		}
		.key-visual .topic h1 {
				font-size: 1.75rem;
				line-height: 2;
		}
		.key-visual .topic-mark {
				left: 1.5rem;
				top: 1.75rem;
		}
		.key-visual .kv_tag {
				max-width: 20vw;
				top: calc(-100% - .75rem);
		}
}
@media screen and (max-width:767px) {
		.key-visual .topic h1 {
				font-size: 1.25rem;
				margin-top: -5% !important;
		}
		.key-visual .topic {
				padding-left: 1rem;
				top: 3rem;
		}
		.key-visual .topic-mark img {
				max-width: 9vw;
		}
		.key-visual .kv_tag {
				max-width: 18vw;
				top: calc(-100% - .5rem);
		}
		.key-visual .topic-mark {
				left: 1.5rem;
				top: 1rem;
		}
}
@media screen and (max-width:576px) {
		.key-visual .topic {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				padding: 3.5rem 0 0 0;
				margin: 0 auto;
				top: 0;
				left: 0;
		}
		.key-visual .topic h1 {
				text-align: center;
				font-size: 1.25rem;
				line-height: 2;
				left: 0;
				margin-top: 0 !important;
		}
		.key-visual .topic h1::after {
				background-image: url("../images/kv/topic_line_m.svg");
				background-size: 100% auto;
				padding: 0 1rem;
				margin-left: 12%;
				max-width: 90%;
				top: -.25rem;
		}
		.key-visual .topic-mark img {
				max-width: 15vw;
		}
		.key-visual .topic-mark {
				left: .5%;
				top: 1.5rem;
		}
		.key-visual .kv_tag {
				max-width: 36vw;
				top: calc(-100% - 1rem);
		}
}
@media screen and (min-width:568px) and (max-width:599px) {
		.key-visual .topic h1 {
				font-size: 1.45rem;
				line-height: 2;
		}
		.key-visual .topic {
				padding: 3.75rem 0 0 0;
		}
		.key-visual .topic-mark {
				left: 1.5rem;
				top: 2rem;
		}
		.key-visual .topic-mark img {
				max-width: 14vw;
		}
		.key-visual .kv_tag {
				max-width: 28vw;
				top: calc(-100% - 1rem);
		}
}
@media screen and (max-width:320px) {
		.key-visual .topic h1 {
				font-size: 1rem;
		}
		.key-visual .topic-mark {
				left: .5%;
				top: 1rem;
		}
		.key-visual .topic h1::after {
				margin-left: 12%;
				max-width: 82%;
		}
		.key-visual .topic {
				padding: 3rem 0 0 0;
		}
		.key-visual .kv_tag {
				max-width: 35vw;
				top: calc(-100% - .75rem);
		}
}
@media screen and (max-width:280px) {
		.key-visual .topic h1 {
				font-size: .75rem;
		}
		.key-visual .topic h1::after {
				margin-left: 16%;
				max-width: 80%;
		}
}
/************************
CARDS SLIDER
************************/
.cards-board {
		width: 100%;
		overflow: visible;
		padding: 0;
		position: absolute;
		max-width: 100%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 1rem auto 2rem auto;
		z-index: 1;
		padding-right: 0;
}
.cards-slider {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		max-width: 660px;
		margin: 0 0 0 auto;
		right: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		top: 2rem;
}
.cards-slider .item {
		max-width: 20%;
		position: relative;
		z-index: 2;
		margin: 0 .5rem;
}
.cards-slider .item:first-child {
		left: 0;
		top: -6rem;
		max-width: 25%;
		-webkit-animation: ballmove1 3s ease infinite;
		animation: ballmove1 3s ease infinite;
}
.cards-slider .item:nth-child(2) {
		left: -1rem;
		-webkit-animation: ballmove2 3s ease infinite;
		animation: ballmove2 3s ease infinite;
}
.cards-slider .item:nth-child(3) {
		-webkit-animation: ballmove3 3s ease infinite;
		animation: ballmove3 3s ease infinite;
}
.cards-slider .item:nth-child(4) {
		right: 1rem;
		top: -5rem;
		max-width: 28%;
		-webkit-animation: ballmove2 3s ease infinite;
		animation: ballmove2 3s ease infinite;
}
@media (min-width:1400px) {
		.cards-board {
				max-width: 1920px;
				padding-right: 2%;
		}
		.cards-slider {
				max-width: 750px;
				right: 5%;
		}
}
@media (min-width:1920px) {
		.cards-slider {
				max-width: 1200px;
				margin: 0 0 0 auto;
				right: -5%;
		}
}
@media (min-width:2560px) {
		.cards-board {
				max-width: 2560px;
				padding-right: 1%;
		}
		.cards-slider {
				max-width: 1200px;
				margin: 0 0 0 auto;
				right: 2%;
		}
}
@media (max-width:1199px) {
		.cards-slider {
				right: 0;
		}
		.cards-slider .item {
				margin: 0 .25rem;
		}
		.cards-board {
				padding-left: 40%;
		}
		.cards-slider .item:first-child {
				left: 0;
				top: -3rem;
		}
		.cards-slider .item:nth-child(2) {
				left: 0;
		}
		.cards-slider .item:nth-child(3) {}
		.cards-slider .item:nth-child(4) {
				right: 0;
				top: -1rem;
		}
}
@media (max-width:767px) {
		.cards-board {
				padding-left: 45%;
		}
}
@media (min-width:568px) and (max-width:599px) {
		.cards-board {
				padding-left: 0;
		}
		.cards-slider {
				max-width: 480px;
				margin: auto;
		}
}
@media (max-width:576px) and (orientation: portrait) {
		.cards-board {
				padding-left: 0;
				margin-bottom: .5rem;
		}
		.cards-slider {
				max-width: calc(100% - 40px);
				margin: auto;
				top: .5rem;
		}
		.cards-slider .item {
				margin: 0 .25rem;
				max-width: 20%;
		}
		.cards-slider .item:first-child {
				left: 0;
				top: -2rem;
				max-width: 25%;
		}
		.cards-slider .item:nth-child(2) {
				left: -.25rem;
		}
}
@-webkit-keyframes ballmove1 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, 25%);
				transform: translate(0%, 25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@keyframes ballmove1 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, 25%);
				transform: translate(0%, 25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@-webkit-keyframes ballmove2 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, -25%);
				transform: translate(0%, -25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@keyframes ballmove2 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, -25%);
				transform: translate(0%, -25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@-webkit-keyframes ballmove3 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, 25%);
				transform: translate(0%, 25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@keyframes ballmove3 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, 25%);
				transform: translate(0%, 25%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
/************************
BLOCK 1
************************/
.block_01 {
		position: relative;
		overflow: visible;
}
.block_01.b1 {
		background-color: #fffaf4;
		background-image: url("../images/b1_bg1.png"), url("../images/b1_bg2.png");
		background-position: left top, 120% bottom;
		background-repeat: no-repeat;
		background-size: 90% auto;
}
.block_01.b2 {
		background-color: #2a2928;
		-webkit-box-shadow: 0 .125rem .25rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .25rem RGBA(0, 0, 0, .125);
		z-index: 2;
		padding-top: 5rem;
		padding-bottom: 5rem;
}
.block_01.b2::after, .block_01.b2::before {
		content: '';
		height: 10px;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
}
.block_01.b2::before {
		background: -o-linear-gradient(right, RGBA(121, 121, 121, 1)0%, RGBA(255, 255, 255, 1)50%, RGBA(194, 194, 194, 1)80%, RGBA(121, 121, 121, 1)100%);
		background: -webkit-gradient(linear, right top, left top, from(RGBA(121, 121, 121, 1)), color-stop(50%, RGBA(255, 255, 255, 1)), color-stop(80%, RGBA(194, 194, 194, 1)), to(RGBA(121, 121, 121, 1)));
		background: linear-gradient(to left, RGBA(121, 121, 121, 1)0%, RGBA(255, 255, 255, 1)50%, RGBA(194, 194, 194, 1)80%, RGBA(121, 121, 121, 1)100%);
		top: 0;
}
.block_01.b2::after {
		background: -o-linear-gradient(right, RGBA(121, 121, 121, 1)0%, RGBA(255, 255, 255, 1)50%, RGBA(194, 194, 194, 1)80%, RGBA(121, 121, 121, 1)100%);
		background: -webkit-gradient(linear, right top, left top, from(RGBA(121, 121, 121, 1)), color-stop(50%, RGBA(255, 255, 255, 1)), color-stop(80%, RGBA(194, 194, 194, 1)), to(RGBA(121, 121, 121, 1)));
		background: linear-gradient(to left, RGBA(121, 121, 121, 1)0%, RGBA(255, 255, 255, 1)50%, RGBA(194, 194, 194, 1)80%, RGBA(121, 121, 121, 1)100%);
		bottom: 0;
}
.block_01.b3 {
		background-color: #fffaf4;
		background-image: url("../images/b3_bg1.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 80% auto;
}
.box-card {
		margin: auto;
}
.box-card img {
		max-width: 420px;
}
.box-topic .text {
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 600;
}
.box-topic .text.has-icon {
		font-size: 1.35rem;
		line-height: 1.5;
		font-weight: 600;
		display: inline-block;
		margin: 2rem auto 2rem auto;
}
.box-topic .text.has-icon .title {
		font-size: 1.35rem;
		line-height: 1.5;
		font-weight: 600;
		display: inline-block;
}
.box-topic .text.has-icon .word-group {
		max-width: 640px;
}
.box-topic .text.has-icon .icon {
		left: -5rem;
		top: -3rem;
		width: 100%;
		max-width: 70px;
}
.block_01 .info {
		max-width: 100%;
		margin: auto;
}
.block_01 .remark-text {
		font-size: 1rem;
		line-height: 1.75;
}
.block_01 .remark-text .fw-bold {
		color: #414141;
}
.f-block {
		display: block;
		width: 200px;
		height: 200px;
		border-radius: 100%;
		padding: 6px;
		overflow: hidden;
		z-index: 4;
		background: -o-linear-gradient(45deg, RGBA(102, 102, 102, 1)0%, RGBA(212, 212, 212, 1)50%, RGBA(102, 102, 102, 1)100%);
		background: linear-gradient(45deg, RGBA(102, 102, 102, 1)0%, RGBA(212, 212, 212, 1)50%, RGBA(102, 102, 102, 1)100%);
		-webkit-box-shadow: .5rem .5rem 1.5rem RGBA(0, 0, 0, .35);
		box-shadow: .5rem .5rem 1.5rem RGBA(0, 0, 0, .35);
		top: -10rem;
		left: 1rem;
}
.f-block img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		overflow: hidden;
}
.h-block {
		display: block;
		width: 250px;
		z-index: 4;
		top: -15rem;
		right: .5rem;
}
.h-block img {
		left: 0;
		top: 0;
}
.block_01.b2 .info {
		font-size: 1.5rem;
}
.is-tag {
		display: inline-block;
		border-radius: 5rem;
		background: -o-linear-gradient(45deg, RGBA(102, 102, 102, 1) 0%, RGBA(212, 212, 212, 1) 50%, RGBA(102, 102, 102, 1) 100%);
		background: linear-gradient(45deg, RGBA(102, 102, 102, 1) 0%, RGBA(212, 212, 212, 1) 50%, RGBA(102, 102, 102, 1) 100%);
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
		padding: 5px;
		margin-left: .5rem;
}
.is-tag > div {
		display: inline-block;
		padding: .25rem 1rem;
		background-color: #ffffff;
		color: #000000;
		border-radius: 5rem;
		font-size: 120%;
		line-height: 1.125;
}
@media (min-width:1400px) {
		.block_01 .info {
				max-width: 100%;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-card img {
				max-width: 450px;
		}
		.block_01.b1 {
				background-size: 1280px auto;
				background-position: center top, center bottom;
		}
		.block_01.b3 {
				background-size: 1280px auto;
		}
		.f-block {
				width: 210px;
				height: 210px;
				top: -11rem;
				left: 0;
		}
		.h-block {
				width: 260px;
				right: -1rem;
		}
		.box-topic .text.has-icon .icon {
				left: -6rem;
				top: -3rem;
				width: 100%;
				max-width: 80px;
		}
}
@media (min-width:1920px) {
		.block_01.b1 {
				background-size: 1300px auto;
		}
		.block_01.b3 {
				background-size: 1250px auto;
				background-position: 1980px 10%
		}
		.box-card img {
				max-width: 500px;
		}
		.box-topic .text {
				font-size: 1.35rem;
		}
		.block_01.b2 .info {
				font-size: 1.75rem;
		}
}
@media (max-width:1199px) {
		.box-card img {
				max-width: 380px;
		}
		.block_01 .info {
				max-width: 88%;
		}
		.block_01.b2 .info {
				font-size: 1.25rem;
		}
		.block_01 .remark-text {
				font-size: .8125rem;
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.block_01.b2::after, .block_01.b2::before {
				height: 6px;
		}
		.box-topic .text {
				font-size: 1rem;
		}
		.f-block {
				width: 150px;
				height: 150px;
				left: 10%;
				padding: 4px;
				top: -8rem;
		}
		.h-block {
				width: 200px;
				top: -11rem;
				right: 10%;
		}
}
@media (max-width:991px) {
		.box-topic .text.has-icon .word-group {
				max-width: 400px;
		}
		.block_01.b2 .info {
				font-size: 1.125rem;
		}
		.block_01.b1 {
				background-position: left top, 120% top;
				background-size: 90% auto;
		}
		.block_01.b3 {
				background-position: 120% 4rem;
		}
		.block_01 .info {
				max-width: 92%;
		}
		.block_01 .remark-text {
				font-size: 12px;
				max-width: 100%;
		}
		.block_01 .remark-text li:last-child {
				max-width: 80%;
				margin: auto;
		}
		.block_01 .remark-text li:last-child br {
				display: none;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-card img {
				max-width: 320px;
		}
		.box-topic .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.f-block {
				width: 130px;
				height: 130px;
				left: 5%;
				top: -8rem;
		}
		.h-block {
				width: 180px;
				top: -10rem;
				right: 2%;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.box-topic .text.has-icon .word-group {
				max-width: 420px;
		}
		.h-block {
				width: 180px;
				top: -12rem;
				right: 7%;
		}
		.f-block {
				width: 140px;
				height: 140px;
				left: 10%;
				top: -8rem;
		}
		.block_01 .remark-text li:last-child {
				max-width: 100%;
		}
		.block_01 .remark-text li:last-child br {
				display: block;
		}
		.block_01.b3 {
				background-position: 130% 3rem;
		}
}
@media (max-width:767px) {
		.box-topic .text.has-icon .icon {
				left: -4rem;
				top: -2rem;
				max-width: 60px;
		}
		.block_01 .info {
				max-width: 98%;
		}
		.f-block {
				width: 125px;
				height: 125px;
				left: 3%;
				top: -8rem;
		}
		.h-block {
				width: 160px;
				top: -11rem;
				right: .5%;
		}
		.block_01 .remark-text li:last-child br {
				display: none;
		}
		.block_01 .remark-text li:last-child {
				max-width: 80%;
		}
		.block_01.b3 {
				background-position: 100% 6rem;
		}
}
@media (max-width:576px) {
		.box-topic .text.has-icon .word-group {
				max-width: 100%;
		}
		.box-topic .text.has-icon {
				font-size: 1rem;
				margin: 1rem auto;
		}
		.box-topic .text.has-icon .title {
				font-size: 1rem;
		}
		.box-topic .text.has-icon .icon {
				left: 0;
				top: -2.5rem;
				max-width: 40px;
		}
		.block_01 .info {
				max-width: 88%;
		}
		.box-card img {
				max-width: 66vw;
		}
		.box-topic .text {
				font-size: .825rem;
				letter-spacing: normal;
				line-height: 1.45;
		}
		.is-tag {
				margin: 1rem auto 0 auto;
		}
		.block_01.b2 .info {
				font-size: .85rem;
				line-height: 1.75;
		}
		.block_01.b2 {
				padding-top: 3rem;
				padding-bottom: 3rem;
		}
		.f-block {
				width: 90px;
				height: 90px;
				left: 3%;
				top: -7rem;
				padding: 3px;
		}
		.h-block {
				width: 120px;
				top: -9rem;
				right: 1%;
		}
		.block_01.b1 {
				background-position: left top, 120% 9rem;
				padding: 2rem 0 !important;
		}
		.block_01.b3 {
				background-position: 100% 10.125rem;
		}
}
@media (min-width:568px) and (max-width:599px) {
		.box-topic .text.has-icon .icon {
				left: -3rem;
				top: -2rem;
				max-width: 50px;
		}
		.block_01.b2 .info {
				font-size: 1rem;
				line-height: 1.75;
		}
		.f-block {
				left: 15%;
				top: -7rem;
		}
		.h-block {
				width: 150px;
				top: -9rem;
				right: 5%;
		}
		.box-card img {
				max-width: 280px;
		}
		.box-topic .text {
				font-size: .85rem;
				line-height: 1.5;
		}
		.block_01 .info {
				max-width: 86%;
		}
		.is-tag {
				margin: 0 0 0 .25rem;
				padding: 3px;
				line-height: 1;
		}
		.is-tag > div {
				font-size: 110%;
				line-height: 1;
		}
		.block_01 .remark-text {
				font-size: 12px;
				max-width: 80%;
		}
		.block_01 .remark-text li:last-child {
				max-width: 100%;
		}
		.block_01 .remark-text li:last-child br {
				display: block;
		}
}
@media (max-width:320px) {
		.box-topic .text {
				font-size: .75rem;
		}
		.h-block {
				width: 110px;
				top: -7rem;
				right: 1%;
		}
		.block_01 .remark-text {
				max-width: 78%;
				margin: auto;
		}
		.block_01 .remark-text li:last-child {
				max-width: 100%;
		}
		.box-topic .text.has-icon .icon {
				left: 0rem;
				top: -2.5rem;
				max-width: 35px;
		}
		.box-topic .text.has-icon {
				font-size: .875rem;
				margin: 1rem auto;
		}
}
/************************
AD BLOCK
************************/
.block-ad .title-block {
		margin-bottom: 2rem;
		display: inline-block;
		position: relative;
}
.block-ad .title-block .txt {
		font-size: 1.75rem;
		font-weight: 700;
		letter-spacing: 1px;
		position: relative;
}
.block-ad .title-block .txt::after {
		content: '';
		width: 80px;
		height: 4px;
		background-color: #ff6666;
		display: block;
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		right: auto;
		left: -100px;
}
.block-ad .title-block .txt::before {
		content: '';
		width: 80px;
		height: 4px;
		background-color: #ff6666;
		display: block;
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		left: auto;
		right: -100px;
}
.ad-block {
		max-width: 100%;
		margin: auto;
		display: block;
		position: relative;
}
.ad-block .slick-dots {
		max-width: 100%;
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
}
.ad-block .slick-dots {
		bottom: -2rem;
}
.ad-block .slick-prev, .ad-block .slick-next {
		width: 50px;
		height: 50px;
		z-index: 3;
}
.ad-block .slick-next {
		right: -1.35rem;
}
.ad-block .slick-prev {
		left: -1.35rem;
}
.ad-block .slick-prev:before {
		content: '';
		width: 50px;
		height: 50px;
		background-image: url("../images/arrow_left.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
}
.ad-block .slick-next:before {
		content: '';
		width: 50px;
		height: 50px;
		background-image: url("../images/arrow_right.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
}
.ad-block .slick-list {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
}
.ad-block .slick-dots li button:before {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		border-radius: 100%;
		background-color: #333;
}
/****************/
.ad-block .ad_item {
		position: absolute;
		left: 0;
		top: 0;
}
@media only screen and (max-width: 1199px) {
		.block-ad {
				overflow: hidden;
				padding-bottom: 2rem;
				margin-block: 0;
		}
		.block-ad .title-block .txt {
				font-size: 1.75rem;
		}
		.ad-block {
				max-width: 90%;
				margin: auto;
		}
}
@media only screen and (max-width: 991px) {
		.block-ad .title-block .txt {
				font-size: 1.5rem;
		}
		.block-ad .title-block .txt::after {
				width: 50px;
				height: 3px;
				left: -60px;
		}
		.block-ad .title-block .txt::before {
				width: 50px;
				height: 3px;
				right: -60px;
		}
}
@media only screen and (max-width: 767px) {
		.block-ad .title-block .txt {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width: 480px) {
		.block-ad .title-block .txt {
				font-size: 1.35rem;
		}
		.ad-block .slick-next:before, .ad-block .slick-prev:before, .ad-block .slick-prev, .ad-block .slick-next {
				width: 30px;
				height: 30px;
		}
		.ad-block .slick-prev {
				left: -1rem;
		}
		.ad-block .slick-next {
				right: -1rem;
		}
		.ad-block {
				max-width: 100%;
				margin: auto;
		}
		.block-ad .title-block .txt::before {
				width: 40px;
				height: 3px;
				right: -50px;
		}
		.block-ad .title-block .txt::after {
				width: 40px;
				height: 3px;
				left: -50px;
		}
}
/************************
DRAWER-ITEM 
************************/
.info-block {
		background-color: #ffffff;
}
.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: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: 10px 6px 30px 1.5rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:991px) {
		.drawer-header .title {
				font-size: 16px;
		}
		.drawer-header-icon {
				width: 30px;
				height: 30px;
		}
		.drawer-content {
				font-size: 14px;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
#go_ban {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 125px;
		right: 5px;
		bottom: 10%;
}
#go_link {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
#go_link_n {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: .5rem;
		text-align: center;
}
#go_link_n a, #go_link a {
		display: inline-block;
}
#go_link_n img, #go_link img {
		width: 100%;
}
#go_link_n img.text-item, #go_link img.text-item {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		max-width: 100%;
		bottom: 0;
		margin: auto;
}
@media only screen and (max-width: 1199px) {
		#go_ban {
				bottom: 12%;
		}
}
@media only screen and (max-width: 991px) {
		#go_ban {
				bottom: 8%;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		#go_ban {
				bottom: 15%;
				width: 100px;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media only screen and (max-width: 767px) {
		#go_ban {
				right: 5px;
				max-width: 70px;
				bottom: 4rem;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media screen and (max-width: 480px) {
		#go_ban {
				max-width: 60px;
		}
		#go_link_n {
				width: 100%;
		}
}
.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%;
		}
}