@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:active a:focus {
		text-decoration: none;
		color: #333;
		outline: none !important;
}
a:hover {
		text-decoration: none;
		color: #ff0000;
		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;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
}
.info-block .info {
		font-family:  'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.no {
		font-family: "Open Sans", sans-serif;
		font-size: 110%;
}
.no .large {
		font-size: 150%;
		line-height: 1;
}
.no .x-large {
		font-size: 180%;
		line-height: 1;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.card.reset, .card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
		padding: 0;
}
@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;
}
/************************
BUTTON Event
************************/
a.btn-event {
		font-size: 1.35rem;
		font-weight: bold;
		line-height: 1;
		min-width: 150px;
		padding: 1rem 3rem;
		color: #ffffff !important;
		background-color: #dd2726;
		border-radius: .75rem;
		margin: 2rem auto 0 auto;
		/*-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);*/
}
a.btn-event:hover {
		background-color: #c51312;
		-webkit-box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .25);
		box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .25);
}
a.btn-event, a.btn-event:hover {
		-webkit-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
}
/*a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}*/
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container {
		padding: 0px;
		max-width: 992px;
}
.page-container.wide {
		max-width: 1140px;
}
@media only screen and (min-width:1200px) {
		.key-visual .page-container {
				max-width: 1100px;
		}
		.page-container {
				padding: 0px;
				max-width: 1100px;
		}
}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1024px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				width: 100%;
				padding: 0px;
		}
}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:768px) {}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
		float: left;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		float: left;
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				float: left;
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 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;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.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;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 90%;
				margin: 0px 5%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 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 .tb01, .key-visual {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
}
.key-visual {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-image: url('../images/kv/kv_light.png'), url('../images/kv/visual_bg_n_L.jpg');
		background-repeat: no-repeat, no-repeat;
		background-position: right center, center bottom;
		background-size: auto 420px;
		background-color: #d6d5d1;
		height: 420px;
		z-index: 2;
}
.key-visual .tb01 {
		max-width: 40vw;
		text-align: left;
		padding-top: 5%;
		left: 0;
		font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
@media only screen and (min-width: 1366px) {
		.key-visual {
				background-position: right center, center bottom;
				background-size: auto 460px;
				height: 460px;
		}
		.key-visual .tb01 {
				max-width: 520px;
				margin-left: -5%;
				padding-top: 5%;
		}
}
@media only screen and (min-width: 1600px) {
		.key-visual {
				background-position: right center, center bottom;
				background-size: auto 540px;
				height: 540px;
		}
		.key-visual .tb01 {
				max-width: 580px;
				margin-left: -5%;
				padding-top: 8%;
		}
}
@media only screen and (min-width: 1920px) {
		.key-visual {
				background-position: center center, center bottom;
				background-size: 2560px auto;
				height: 730px;
		}
		.key-visual .tb01 {
				margin-left: -15%;
				left: 0;
				max-width: 680px;
				padding-top: 10%;
		}
}
@media screen and (max-width: 1199px) {
		.key-visual {
				background-size: auto 330px;
				height: 330px;
				background-position: right center, center bottom;
		}
		.key-visual .tb01 {
				padding-top: 5%;
				left: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 991px) {
		.key-visual {
				background-size: auto 280px;
				background-position: right center, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 6%;
				left: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
		.key-visual {
				background-size: auto 280px;
				background-position: right center, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 6%;
				left: 5%;
				max-width: 36vw;
		}
}
@media screen and (max-width: 767px) {
		.key-visual {
				background-size: auto 280px;
				background-position: right -1.5rem, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 8%;
				max-width: 42vw;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual {
				background-size: 120% auto;
				background-position: top right, center bottom;
				height: 200px;
		}
		.key-visual .tb01 {
				padding-top: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 480px) {
		.key-visual .tb01 {
				padding-top: 5%;
				left: 0;
				right: 0;
				margin: auto;
				max-width: 75vw;
		}
		.key-visual {
				background-image: url("../images/kv/visual_bg_m.jpg");
				background-size: 100% auto;
				height: 410px;
				background-position: center bottom;
		}
}
@media screen and (max-width: 320px) {
		.key-visual {
				height: 380px;
		}
}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
/************************/
.val-vard .card {
		display: inline-block;
		width: 100%;
		aspect-ratio: 3 / 3.25;
		padding: 1.5rem 2.5rem 1rem 2.5rem;
}
.val-vard .card > div {
		position: relative;
		z-index: 2;
}
.val-vard .card .card-header span {
		display: block;
		padding: .125rem .25rem;
		font-size: 1.35rem;
		color: #ffffff;
		text-align: center;
}
.val-vard .card.item1 .text-color {
		color: #b7a977;
}
.val-vard .card.item2 .text-color {
		color: #9ca592;
}
.val-vard .card.item3 .text-color {
		color: #a05a5c;
}
.val-vard .card .card-body {
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 3.5rem 0 .5rem 0;
		font-weight: 600;
}
.val-vard .card .card-body ul li {
		padding: .25rem;
}
.val-vard .card .card-body .val {
		font-size: 1.75rem;
		display: block;
		text-align: center;
		margin: .5rem auto .5rem auto;
		background-color: #fff8f2;
		padding: .5rem;
}
.val-vard .card .card-body .val {
		font-size: 1.75rem;
		display: block;
		text-align: center;
		margin: 1rem auto 1rem auto;
}
.val-vard .card .card-footer {
		font-size: 1rem;
		line-height: 1.5;
		padding-left: .5rem;
}
.val-vard .card::before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
		z-index: 1;
}
.val-vard .card.item1::before {
		background-image: url("../images/stop_01_bg.png");
}
.val-vard .card.item2::before {
		background-image: url("../images/stop_02_bg.png");
}
.val-vard .card.item3::before {
		background-image: url("../images/stop_03_bg.png");
}
.val-vard .card:hover {
		-webkit-transform: translate(0, -.5rem);
		-ms-transform: translate(0, -.5rem);
		transform: translate(0, -.5rem);
}
.val-vard .card:hover, .val-vard .card {
		-webkit-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
}
.val-vard .card:hover::after, .val-vard .card:hover::before {
		-webkit-transition: all 0.001s linear;
		-o-transition: all 0.001s linear;
		transition: all 0.001s linear;
}
/************************/
.block_01 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
		background-color: #f6efe4;
		padding-bottom: 3rem;
		overflow: hidden;
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
}
@media only screen and (min-width:1920px) {
		.block_01 {
				background-size: 2560px auto;
		}
}
.block_01 > .page-container > div {
		position: relative;
		z-index: 3;
}
.box-card {
		position: relative;
		display: inline-block;
		padding: 60px 0;
		margin: auto;
}
.box-card img {
		max-width: 550px;
}
.box-topic {
		font-weight: 500;
}
.box-topic.has-underline {
		position: relative;
}
.box-topic.has-underline::after {
		content: '';
		width: 100px;
		height: 2px;
		background-color: #666666;
		display: inline-block;
		position: absolute;
		bottom: -2rem;
		left: 0;
		right: 0;
		margin: auto;
}
.title_tag {
		max-width: 360px;
}
.box-topic .text {
		font-size: 1.4rem;
		line-height: 1.5em;
		font-weight: 600;
		position: relative;
}
.block_01 .info {
		font-size: 1.4rem;
		line-height: 1.5em;
		font-weight: 600;
		position: relative;
}
.block_01 .info small {
		font-size: 1rem;
}
.no {
		font-size: 102%;
		font-family: "Open Sans", sans-serif;
}
.no.large {
		font-size: 135%;
}
.c-red {
		color: #ff0100;
}
.c-red-m {
		color: #db0917;
}
/************************/
.remark-text {
		max-width: 90%;
		margin: 0 auto;
		font-size: .85rem;
		line-height: 1.75;
}
.remark-text ul {
		margin-left: .85rem;
}
.remark-text ul li {
		position: relative;
}
.remark-text li::before {
		content: '*';
		font-size: .85rem;
		line-height: 1.75;
		position: absolute;
		left: -.85rem;
		top: .25rem;
		margin: auto;
}
/************************/
.reward-box {
		background-image: url(../images/chat_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		aspect-ratio: 21 / 1.35;
		background-size: contain;
		padding-top: .5rem;
		font-size: 1.5rem;
}
.info-block {
		border-radius: 2rem;
		border: 0;
		-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .155);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .155);
		width: auto;
		padding: 1.75rem 3.5rem 2rem 3.5rem;
		margin: 0 auto 1.5rem auto;
		background-color: #ffffff;
		max-width: calc(100% - 2rem)
}
.info-block .head {
		font-size: 2rem;
}
.info-block .info {
		font-size: 1.25rem;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 1.7;
}
.info-block .info .no {
		font-size: 120%;
}
/************************/
.bg_item_1, .bg_item_2, .bg_item_3, .bg_item_4 {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.bg_item_1, .bg_item_2 {
		-webkit-animation: move1 4s linear infinite;
		animation: move1 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(15%, 0);
				transform: translate(15%, 0);
		}
}
@keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(15%, 0);
				transform: translate(15%, 0);
		}
}
.bg_item_3, .bg_item_4 {
		-webkit-animation: move2 4s linear infinite;
		animation: move2 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 15%);
				transform: translate(0, 15%);
		}
}
@keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 15%);
				transform: translate(0, 15%);
		}
}
/************************/
.bg_item_1 {
		max-width: 8vw;
		left: 0;
		top: 13%;
}
.bg_item_2 {
		max-width: 6vw;
		left: 8%;
		top: 10%;
}
.bg_item_3 {
		max-width: 5vw;
		right: -6%;
		left: auto;
		top: 30%;
}
.bg_item_4 {
		max-width: 5vw;
		left: -7%;
		top: 55%;
}
/************************/
.block_01_b {
		background-color: #ffffff;
		background-image: url(../images/sp_bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
}
@media only screen and (min-width:1920px) {
		.block_01_b {
				background-size: 2560px auto;
		}
}
.block_01_b .head h3 {
		font-size: 2rem;
		font-weight: bold;
}
.block_01_b .head h3 .is-icon {
		max-width: 110px;
		top: -80px;
}
.block_01_b .head p {
		font-size: 1.35rem;
		font-weight: bold;
}
.block_01_b .cards-group .card-item {
		max-width: 88%;
		margin: auto;
}
.block_01_b .cards-group {
		border-radius: 3rem;
		/*-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);*/
		width: auto;
		padding: 2.5rem 3.5rem 3rem 3.5rem;
		margin: 0 auto 2rem auto;
		background-color: #ffffff;
		max-width: 90%;
}
.block_01_b .cards-group .has-space, .block_01_b .cards-group .slick-slide {
		padding: 0 1rem;
}
.block_01_b .cards-group .has-space, .block_01_b .cards-group .slick-slide .text-board {
		width: 60%;
}
.slick-prev, .slick-next {
		width: 30px;
		height: 30px;
}
.slick-prev:before, .slick-next:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.slick-prev:before {
		background-image: url("../images/arrow_left.png");
}
.slick-next:before {
		background-image: url("../images/arrow_right.png");
}
.slick-prev {
		left: -45px;
}
.slick-next {
		right: -45px;
}
.block_01_b .cards-group .icon {
		max-width: 75px;
		left: 1.25rem;
		top: -2.5rem;
}
.block_01_b .cards-group .card-item .title {
		font-size: 1.75rem;
		font-weight: bold;
		display: block;
		padding: 0 0 .5rem 0;
		max-width: 100%;
		margin: 0 auto .75rem auto;
		border-bottom: 1px solid #000000;
}
.block_01_b .cards-group .card-item .info {
		font-size: 1.125rem;
		font-weight: bold;
		margin-bottom: .5rem;
}
.block_01_b .cards-group .card-item .card-item-link img {
		max-width: 70%;
}
.block_01_b .cards-group .card-item .btn-event {
		font-size: 1.25rem;
		padding: .5rem 2rem;
		min-width: 120px;
}
/************************/
.block_02 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0;
		padding-top: 0;
		padding-bottom: 30px;
		background-color: #f4ebde;
}
.block_02 .head h3 {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
}
.block_02 .head p {
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
}
.block_02 .head .table > :not(caption) > * > * {
		background-color: transparent;
}
.block_02 .head .card {
		border-radius: 3rem;
		-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		width: auto;
		padding: 2.5rem 2rem 2rem 3.5rem;
		max-width: 100%;
		margin: 0 auto 2rem auto;
}
.block_02 .head .card .icon {
		max-width: 55px;
		left: 1.125rem;
		top: -1.125rem;
}
.block_02 .head .is-list ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
}
.block_02 .head .is-list ul li {
		position: relative;
		padding: 0 1.5rem;
		margin-bottom: 1rem;
		font-size: 1.25rem;
}
.block_02 .head .is-list ul li::after {
		content: '';
		width: 1px;
		height: 1.75rem;
		background-color: #000;
		position: absolute;
		right: auto;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.block_02 .head .table td {
		font-size: 1.35rem;
		font-weight: 600;
		padding: .75rem 1.25rem;
		position: relative;
}
.block_02 .head .table td.none {
		padding: 0;
		position: relative;
		line-height: 1;
}
.block_02 .head .table tr td.none::after {
		display: none;
}
.block_02 .head .table td a:hover {
		color: #dd2726;
}
.block_02 .head .table td small {
		font-size: 80%;
}
.block_02 .head .table tr td::after {
		content: '';
		width: 1px;
		height: 1.75rem;
		background-color: #000;
		position: absolute;
		right: auto;
		left: 1px;
		top: .85rem;
		bottom: auto;
		margin: auto;
}
.block_02 hr {
		border-color: #000000;
		opacity: 1;
		max-width: calc(100% - 12px);
		margin: auto;
}
.block_01_b .head h3 .is-icon {
		max-width: 110px;
		top: -85px;
}
.sp-tag {
		left: 0;
		top: 0;
		max-width: 90px;
		z-index: 2;
}
@media only screen and (min-width:1440px) {
		.title_tag {
				max-width: 360px;
		}
		.bg_item_1 {
				max-width: 150px;
				left: -10%;
				top: 15%;
		}
		.bg_item_2 {
				max-width: 100px;
				left: 0;
				top: 10%;
		}
		.bg_item_3 {
				max-width: 90px;
				right: -10%;
				left: auto;
				top: 30%;
		}
		.bg_item_4 {
				max-width: 90px;
				left: -10%;
				top: 60%;
		}
		.block_01_b .head h3 .is-icon {
				max-width: 110px;
				top: -85px;
		}
}
@media only screen and (max-width:1199px) {
		.reward-text {
				max-width: 28vw;
				margin: auto;
		}
		.sp-tag {
				max-width: 7vw;
				left: -.5rem;
		}
		.val-vard + .remark-text {
				max-width: 83%;
		}
		.val-vard {
				max-width: 94%;
				margin-left: auto;
				margin-right: auto;
		}
		.box-card img {
				max-width: 50vw;
		}
		.box-card {
				padding: 60px 0 30px 0;
		}
		.title_tag {
				max-width: 300px;
		}
		.bg_item_1 {
				max-width: 8vw;
				left: 3%;
				top: 13%;
		}
		.bg_item_2 {
				max-width: 5vw;
				right: -1%;
		}
		.bg_item_3 {
				max-width: 5vw;
				right: 2%;
				top: 20%;
		}
		.bg_item_4 {
				max-width: 5vw;
				left: 0;
				top: 48%;
		}
		.reward-box {
				font-size: 1.25rem;
				aspect-ratio: 21 / 1.5;
		}
		.block_01_b .head h3 .is-icon {
				max-width: 8vw;
				top: -80px;
		}
		.remark-text {
				max-width: 92%;
		}
		.info-block {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
		}
		.ad-board {
				max-width: 93%;
				margin-left: auto;
				margin-right: auto;
		}
		.val-vard .card {
				padding: 0;
				aspect-ratio: auto;
		}
		.val-vard .card .card-header span {
				padding: .25rem .25rem;
				font-size: 1.25rem;
		}
		.val-vard .card .card-body {
				font-size: 1.25rem;
				line-height: 1.5;
				padding: 2.5rem 0 .75rem 0;
		}
		.val-vard .card .card-body .val {
				font-size: 1.5rem;
				margin: .25rem 0 .25rem 0;
		}
		.block_01_b .cards-group {
				max-width: 92%;
				margin-left: auto;
				margin-right: auto;
				padding: 2.5rem 1.5rem 2rem 1.5rem;
		}
		.block_01_b .cards-group .icon {
				max-width: 7vw;
				left: 1.25rem;
				top: -2rem;
		}
		.block_02 .head .is-list ul li {
				position: relative;
				padding: 0 1rem;
				margin-bottom: 1rem;
				font-size: 1.125rem;
		}
		.block_02 .head .card .icon {
				max-width: 5vw;
		}
		.block_02 .head .card {
				max-width: 92%;
				margin-left: auto;
				margin-right: auto;
				padding: 2.5rem 2rem 2rem 2rem;
		}
		.block_02 .head .card {
				max-width: 100%;
				padding: 2.5rem 1.5rem 2rem 1.5rem;
				border-radius: 1.5rem;
		}
		.block_01_b .cards-group {
				border-radius: 1.5rem;
		}
		.block_02 .head h3, .block_01_b .head h3 {
				font-size: 1.75rem;
		}
		.info-block .head {
				font-size: 1.75rem;
		}
		.block_01 .info, .box-topic .text {
				font-size: 1rem;
		}
		.block_02 .head .table td, .block_01_b .head p, a.btn-event {
				font-size: 1.125rem;
		}
		.block_01_b .cards-group .card-item .title {
				font-size: 1.5rem;
				margin-bottom: .5rem;
		}
		.block_01_b .cards-group .card-item .info {
				font-size: 1rem;
		}
		.block_01_b .cards-group .card-item .btn-event {
				font-size: 1rem;
				padding: .5rem 2rem;
				min-width: 110px;
		}
		.block_01_b .cards-group .card-item {
				max-width: 75%;
		}
		.block_01_b {
				background-size: auto;
		}
}
@media only screen and (max-width:991px) {
		.val-vard + .remark-text {
				max-width: 82%;
		}
		.info-block {
				margin-bottom: 2rem;
				padding: 1.5rem 2rem 1.5rem 2rem;
		}
		.remark-text {
				font-size: .75rem;
		}
		.block_01_b .cards-group .icon {
				max-width: 8vw;
				left: 1.25rem;
				top: -1.5rem;
		}
		.box-card {
				padding: 50px 0 20px 0;
		}
		.block_01 {
				padding-bottom: 2rem;
		}
		.block_02 .remark-text {
				font-size: .75rem;
		}
		.val-vard .card .card-header span {
				padding: 0 .5rem;
				font-size: 1rem;
		}
		.val-vard .card .card-body {
				font-size: .85rem;
				line-height: 1.5;
				padding: 2rem 0 .5rem 0;
		}
		.val-vard .card .card-body .val {
				font-size: 1.1rem;
				margin: .25rem 0 .25rem 0;
		}
		.val-vard .card .card-footer {
				font-size: .75rem;
				line-height: 1.5;
		}
		.title_tag {
				max-width: 250px;
		}
		.reward-box {
				font-size: .875rem;
		}
		.info-block .head {
				font-size: 1.5rem;
		}
		.block_01 .info-block .info {
				font-size: .8125rem;
				letter-spacing: normal;
		}
		.no.large {
				font-size: 140%;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: 1rem;
		}
		.block_02 .head .is-list ul {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		}
		.block_02 .head .is-list ul li::after, .block_02 .head .table tr td::after {
				height: 1.125rem;
		}
		.block_02 .head .table td {
				padding: 0.5rem 1rem;
		}
		.block_02 .head h3, .block_01_b .head h3 {
				font-size: 1.5rem;
		}
		.block_02 .head .table td, .block_01_b .head p, a.btn-event, .block_01_b .cards-group .card-item .info {
				font-size: 1rem;
		}
		.slick-prev, .slick-next {
				width: 25px;
				height: 25px;
		}
		.block_01_b .cards-group .card-item {
				max-width: 85%;
		}
		.block_01_b .cards-group .card-item .card-item-link img {
				max-width: 75%;
		}
		.block_02 {
				width: 100%;
				padding: 0px 5%;
		}
		.block_01 .info {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1rem;
		}
		.block_01_b .cards-group .card-item .title {
				padding-top: .25rem;
				font-size: 1.25rem;
		}
		.box-topic.has-underline::after {
				height: 2px;
				bottom: -1rem;
		}
		.block_01_b .head h3 .is-icon {
				max-width: 8vw;
				top: -50px;
		}
		.bg_item_3 {
				max-width: 6vw;
				right: 3%;
				top: 20%;
		}
		.bg_item_4 {
				max-width: 5vw;
				left: 2%;
				top: 48%;
		}
		.reward-box {
				font-size: 1.125rem;
				aspect-ratio: 21 / 1.5;
		}
		.block_01_b .cards-group {
				max-width: 92%;
				padding: 1.5rem 1rem 1.5rem 1rem;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		.val-vard .card .card-body {
				font-size: .85rem;
				line-height: 1.5;
				padding: 2.25rem 0 .5rem 0;
		}
		.bg_item_4 {
				max-width: 5vw;
				left: 2%;
				top: 50%;
		}
		.block_02 .head .is-list ul {
				max-width: 100%;
		}
		.block_02 .head .table td.is-list.first ul li {
				padding: 0 .75rem;
		}
		.block_02 .head .table td.is-list.last ul li {
				padding: 0 .75rem;
		}
		.block_02 .head .card {
				padding: 2rem 1rem 1.5rem 1.5rem;
		}
		.val-vard .card .card-body .val {
				font-size: 1.25rem;
				margin: .75rem 0 .75rem 0;
		}
}
@media only screen and (max-width:767px) {
		.reward-text {
				max-width: 30vw;
		}
		.bg_item_3 {
				max-width: 6vw;
				right: 3%;
				top: 10%;
		}
		.info-block + .remark-text {
				max-width: 80%;
		}
		.block_01_b .head h3 .is-icon {
				max-width: 9vw;
				top: -40px;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .9rem;
		}
		.remark-text {
				max-width: 100%;
		}
		.box-topic {
				padding: 0 1.5rem;
		}
		.block_01 .info, .box-topic .text {
				font-size: 1.125rem;
		}
		.block_01_b .head p, a.btn-event {
				font-size: 1rem;
		}
		.block_01_b .cards-group .card-item .info {
				font-size: .875rem;
		}
	 .slick-prev{
			left: -20px;
	}
	.slick-next{
			right: -20px;
	}
	 .block_01_b .cards-group .card-item .title{
		font-size: 1.35rem;
	}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				font-size: .8125rem;
		}
		.block_01 .remark-text {
				font-size: .75rem;
		}
		.block_02 .head h3, .block_01_b .head h3 {
				font-size: 1.35rem;
		}
		.block_02 .head p {
				font-size: .95rem;
		}
		.block_02 .head .card {
				padding: 2rem .125rem 1.5rem 1.25rem;
				border-radius: 2rem;
		}
		.block_01_b .cards-group .card-item {
				max-width: 100%;
		}
		.val-vard .card .card-header span {
				padding: .25rem .25rem;
				font-size: 1rem;
		}
		.val-vard .card .card-header {
				padding-top: .25rem;
		}
		.val-vard .card .card-body .val {
				font-size: 1rem;
				margin: .5rem 0 .5rem 0;
		}
		.val-vard .card .card-body {
				font-size: .825rem;
				line-height: 1.35;
				padding: 1rem 0 .25rem 0;
		}
		.sp-tag {
				max-width: 8vw;
				left: -.75rem;
		}
		.block_01 .info-block .info {
				font-size: .825rem;
		}
		.info-block {
				padding: 1.25rem 1.15rem 1.25rem 1.15rem;
		}
		.block_01_b .cards-group {
				padding: 1.5rem 1rem 2rem 1rem;
				border-radius: 2rem;
		}
		.block_01_b .cards-group .icon {
				max-width: 9vw;
				left: .5rem;
				top: -1.5rem;
		}
		.block_02 .head .card .icon {
				max-width: 5.5vw;
				top: -.75rem;
		}
		.block_02 .head .card {
				max-width: 100%;
		}
		.box-card img {
				max-width: 55vw;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		.reward-text {
				max-width: 35vw;
		}
		.block_01_b .cards-group .is_card {
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
		}
		.block_01_b .cards-group .card-item .info {
				font-size: .75rem;
		}
		.block_01_b .cards-group .card-item .btn-event {
				font-size: .75rem;
				min-width: 100px;
				padding: .5rem 1rem;
		}
		.block_02 .head .table td {
				padding: 0.25rem .75rem;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .875rem;
				padding: 0 .75rem;
		}
		.block_02 .head .table tr td:first-child::after {
				height: 1rem;
				top: .35rem;
		}
		.block_02 .head .is-list ul li::after, .block_02 .head .table tr td::after {
				height: 1rem;
		}
		.block_01_b .cards-group .card-item {
				max-width: 100%;
		}
		.block_02 .head .table td, .block_01_b .head p, a.btn-event {
				font-size: .875rem;
		}
		.block_01_b .cards-group .card-item .title {
				font-size: 1.125rem;
		}
		.slick-prev {
				left: -25px;
		}
		.slick-next {
				right: -25px;
		}
		.no.large {
				font-size: 130%;
		}
		.bg_item_4 {
				max-width: 5vw;
				left: 2%;
				top: 25%;
		}
		.block_01 .info, .box-topic .text {
				font-size: .85rem;
		}
		br.d-xxs-block {
				display: none !important;
		}
		.cards-group .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.3%;
		}
		br.d-sm-none.d-block {
				display: none !important;
		}
		.block_02 .head .card {
				padding: 2rem .125rem 1.5rem 1rem !important;
		}
		.val-vard .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.val-vard .card .card-header {
				padding-top: .25rem;
		}
		.reward-box {
				font-size: 1.125rem;
				aspect-ratio: 21 / 2.15;
		}
		.ad-board {
				max-width: 90%;
		}
		.val-vard .card .card-header span {
				padding: .25rem .25rem;
				font-size: .875rem;
		}
		.val-vard .card .card-body {
				font-size: .75rem;
				padding: 1rem 0 .25rem 0;
		}
		.val-vard .card .card-footer {
				font-size: .75rem;
		}
		.val-vard .card .card-body .val {
				font-size: 1rem;
				margin: .25rem 0 .25rem 0;
		}
		.info-block {
				padding: 1.25rem 1.5rem 1.5rem 1.5rem;
				border-radius: 1rem;
		}
		.block_01_b .cards-group {
				padding: 2.5rem 1rem 2rem 1rem;
				border-radius: 1rem;
		}
		.block_01 .info-block .info br {
				display: none !important;
		}
		.table.table-borderless.d-sm-block.d-none {
				display: block !important;
		}
		.table.table-borderless.d-sm-none.d-block {
				display: none !important;
		}
}
@media only screen and (max-width:480px) {
		.reward-text {
				max-width: 60vw;
		}
		.sp-tag {
				max-width: 18vw;
				left: -.5rem;
		}
		.title_tag {
				max-width: 220px;
		}
		.block_01_b .head h3 .is-icon {
				max-width: 15vw;
				top: -40px;
				right: 18%;
		}
		.val-vard {
				max-width: 66%;
		}
		.val-vard .card .card-body .val {
				font-size: 1.25rem;
				margin: 1rem 0 .5rem 0;
		}
		.val-vard .card .card-header span {
				font-size: 1.125rem;
		}
		.val-vard .card .card-body {
				font-size: .85rem;
				line-height: 1.35;
				padding: 1.5rem 0 .5rem 0;
		}
		.ad-board {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
		}
		.reward-box {
				font-size: 1rem;
				aspect-ratio: 18 / 2.25;
				padding-top: .35rem;
		}
		.info-block {
				border-radius: 1rem;
			 padding: 1.25rem .75rem 1.25rem .75rem;
		}
		.box-card {
				padding: 40px 0 20px 0;
		}
		.block_01_b .cards-group .card-item .btn-event {
				font-size: .8125rem;
				padding: .5rem 1rem;
				min-width: 110px;
		}
		.block_01_b .cards-group .card-item .card-item-link img {
				max-width: 70%;
		}
		.block_01 .info, .box-topic .text {
				font-size: .875rem;
				padding-left: 0;
				padding-right: 0;
		}
		.bg_item_1 {
				max-width: 12vw;
				left: 3%;
				top: 9%;
		}
		.bg_item_2 {
				max-width: 7vw;
				right: -1%;
				top: 5%;
		}
		.block_01 .info small {
				font-size: .75rem;
		}
		.box-topic {
				padding-left: 0;
				padding-right: 0;
		}
		.box-card img {
				max-width: 280px;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .8125rem;
				padding: 0 .5rem
		}
		.block_02 .head .is-list ul li::after {
				height: .75rem;
		}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				padding: 0;
		}
		.block_02 .head .card {
				border-radius: 1rem;
				padding: 2rem .5rem 1rem 1rem;
		}
		.block_02 .head .table td, .block_01_b .head p, a.btn-event {
				font-size: .8125rem;
		}
		.block_01_b .cards-group .card-item .title {
				font-size: 1.125rem;
				padding-top: 1rem;
		}
		.block_01_b .cards-group .card-item .info {
				font-size: .85rem;
		}
		a.btn-event {
				font-size: .95rem;
				padding: .75rem 2rem;
		}
		.block_02 .head h3, .block_01_b .head h3 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.block_02 .head .text {
				font-size: .8125rem;
		}
		.block_01_b .cards-group .card-item {
				max-width: 50%;
				margin-bottom: 2rem;
		}
		.block_02 .head .table td {
				padding: 0 0.5rem 0.5rem 0.5rem;
				text-align: start;
		}
		.block_02 .head .table td small {
				margin-top: .25rem;
		}
		.block_02 .head .table tr td:first-child {
				padding-left: 1em;
		}
		.block_02 .head .table tr td:first-child::after {
				height: .75rem;
				top: .25rem;
		}
		.val-vard + .remark-text {
				max-width: 88%;
		}
		.remark-text {
				max-width: 100%;
		}
		.bg_item_3 {
				max-width: 8vw;
				right: 3%;
				top: 10%;
		}
		.bg_item_4 {
				max-width: 10vw;
				left: 5%;
				bottom: -2%;
		}
		.slick-prev {
				left: -20px;
		}
		.slick-next {
				right: -20px;
		}
		.block_01_b .cards-group .card-item {
				max-width: 100%;
				margin-bottom: 0;
		}
		.block_01_b .cards-group .slick-slide .text-board {
				width: 100%;
				text-align: center !important;
		}
		.block_01_b .cards-group {
				max-width: 78%;
				border-radius: 1rem;
				padding-bottom: 1.5rem;
		}
		.block_01_b .cards-group .icon {
				max-width: 15vw;
		}
		.block_02 .head .card {
				max-width: 88%;
		}
		.block_02 .head .card .icon {
				max-width: 8vw;
				top: -.75rem;
		}
		.info-block .head {
				font-size: 1.25rem;
		}
		.block_01 .info-block .info {
				font-size: .8125rem;
		}
}
@media only screen and (max-width:375px) {
		.val-vard .card .card-header span {
				font-size: 1rem;
		}
		.val-vard .card .card-body {
				font-size: .85rem;
				line-height: 1.35;
				padding: 1.85rem 0 .5rem 0;
		}
}
@media screen and (max-width: 320px) {
		.reward-box {
				aspect-ratio: 18 / 2.45;
				padding-top: .35rem;
				font-size: .8125rem;
		}
		.info-block {
				padding: 1.25rem .75rem 1.5rem .75rem;
		}
		.block_01_b .cards-group .icon {
				max-width: 16vw;
				top: -1.125rem;
		}
		.block_02 .head .card .icon {
				max-width: 10vw;
				top: -.75rem;
		}
		.val-vard {
				max-width: 70%;
		}
		.remark-text {
				max-width: 80%;
		}
		.box-card img {
				max-width: 80%;
		}
		br.d-xs-none {
				display: none !important;
		}
		.block_02 .head .table td, .block_01_b .head p, a.btn-event {
				font-size: .75rem;
		}
		.block_01 .info, .box-topic .text {
				padding-left: 0.25rem;
				padding-right: 0.25rem;
		}
		.block_01_b .cards-group .card-item {
				max-width: 100%;
		}
		.block_01_b .head p {
				max-width: 90%;
				margin: auto;
		}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				font-size: .75rem;
		}
		br.d-xxs-block {
				display: none !important;
		}
		.val-vard .card .card-header span {
				padding: .25rem .25rem;
				font-size: 1rem;
		}
		.val-vard .card .card-body .val {
				font-size: .85rem;
				margin: .5rem 0;
		}
		.val-vard .card .card-body {
				font-size: .8125rem;
				line-height: 1.35;
				padding: 1.75rem 0 .75rem 0;
		}
		.block_01_b .cards-group .card-item .info {
				font-size: .75rem;
		}
		.block_01_b .cards-group .card-item .title {
				font-size: 1rem;
		}
		.block_01_b .cards-group {
				max-width: 88%;
		}
}
@media screen and (max-width: 280px) {
		.val-vard {
				max-width: 80%;
		}
		.block_01 .info-block .info {
				font-size: .75rem;
		}
		.block_01_b .head p {
				max-width: calc(100% - 1rem);
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 2rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.5rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.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 {
		float: left;
		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: "";
		float: left;
		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;
}
.drawer-content {
		text-align: justify;
}
@media screen and (min-width:1200px) {
		.drawer-content {
				padding: 10px 0 30px 1.5rem;
		}
		.drawer-header {
				padding: 6px 0;
		}
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .85rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
}
@media screen and (max-width:480px) {
		.drawer-content {
				font-size: .8125rem;
				padding-top: 0;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: .75rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				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;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}