@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		outline: none !important;
}
img {
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
		background-color: #ffffff;
		background-repeat: repeat;
}
#popupDetails .btn-danger {
		font-size: 14px;
		padding: 5px 20px;
		background-color: #bb2d3b;
		color: #ffffff;
		border: 0;
}
#popupDetails .btn-danger:active, #popupDetails .btn-danger:hover {
		background-color: #b02a37;
		color: #ffffff;
}
@media screen and (max-width: 768px) {
		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;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container {
		padding: 0px;
		max-width: 992px;
}
@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:992px) {}
@media only screen and (max-width:768px) {}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		top: 5px;
		left: 0;
		width: 53px;
		height: 53px;
		padding: 15px 15px;
		margin: 0px;
		-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: 992px) {
		.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;
		background-color: rgba(255, 255, 255, 0.99);
		-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);
		-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;
}
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: 992px) {
		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: 400;
}
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 15px;
		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: 992px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		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: 500;
				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_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
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, header .h_menu ul.menu-top li {
		line-height: 1.5em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 500;
		color: #2e2e2e;
}
/************************/
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 15px;
		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_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 17px;
		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;
		background: #ff3333;
		padding: 26px 17px;
}
header.open .h_bank, header .h_bank {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank a, header .h_bank a:hover {
		display: inline-block;
		color: #ffffff;
}
header .h_bank img {
		display: inline-block;
		width: 20px;
		margin-bottom: -3px;
}
header.open .h_bank {
		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: 992px) {
		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 {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				display: none;
				width: 280px;
				height: 100vh;
				top: 0;
				left: 0;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				display: inline-block;
				overflow-x: hidden;
		}
		body.open .h_bank {
				display: none;
		}
		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: 468px) {}
/***********************
LAYOUT 框架
***********************/
main.main-content {
		position: relative;
		display: inline-block;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
		font-size: 18px;
		line-height: 1.6em;
}
body.open main.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 992px) {
		body.open main.main-content, main.main-content {
				padding-top: 50px;
		}
}
@media only screen and (max-width:480px) {
		main.main-content {
				font-size: 16px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 15px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
footer .f_warning {
		margin: 20px 0px;
		color: #fff;
		text-align: middle;
		float: center;
		padding: 0px 1%;
		margin-right: auto;
		margin-left: auto;
		font-size: 14px;
		line-height: 1.4em;
}
footer .fiscal .f_left {
		width: 25%;
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: center;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: 75%;
		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 + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		/* font-weight: 600; */
}
@media screen and (max-width: 1280px) {
		footer .fiscal .f_left {
				width: 28%;
		}
		footer .fiscal .f_right {
				width: 71%;
		}
}
/* 手機直式 */
/*
@media screen and (orientation: portrait) and (max-width: 992px) {
	
}
*/
/* 手機橫式 */
/*
@media screen and (orientation: landscape) and (max-width: 992px) {
	
}
*/
@media screen and (max-width: 992px) {
		footer .fiscal {
				width: 100%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				margin: 0px 0%;
				text-align: left;
		}
		footer .f_warning {
				width: 90%;
				margin: 10px 4%;
				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;
		}
}
/************************
TOTAL
************************/
.cs01 {
		color: #bb3b24;
}
.cs02 {
		color: #fff799;
}
.fs-1 {
		font-size: 36px;
}
.fs-2 {
		font-size: 20px;
}
.fw-sbold {
		font-weight: 700;
}
.pb-0.pb-0 {
		padding-bottom: 0;
}
.mb-1 {
		margin-bottom: 4px;
}
.mb-2 {
		margin-bottom: 8px;
}
.mb-4 {
		margin-bottom: 16px;
}
.me-2 {
		margin-right: 8px;
}
.mx-4 {
		margin-right: 16px;
		margin-left: 16px;
}
.position-absolute {
		position: absolute;
}
.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.justify-content-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
a.underline {
		text-decoration: underline;
		color: black;
}
.dot {
		font-size: 11px;
		top: -2px;
		position: relative;
}
.cb0 {
		background: #f6f6f6;
		padding: 10px;
		border-radius: 5px;
}
.cb1 {
		background: #fef3f4;
		padding: 10px;
}
@media screen and (max-width: 992px) {
		.fs-1 {
				font-size: 32px;
		}
}
@media screen and (max-width: 480px) {
		.fs-1 {
				font-size: 24px;
		}
		.flex-sm-wrap {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #ffedde;
		background-image: url(../images/kv/kv_bg.jpg);
		background-size: auto 100%;
		background-repeat: repeat-x;
		background-position: center center;
		overflow: clip;
		position: relative;
}
.key-visual .star {
		right: 0;
		top: auto;
		bottom: 1%;
		width: 17%;
		max-width: 280px;
}
.key-visual .page-container {
		aspect-ratio: 1920 / 731;
		max-width: 1500px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.key-visual .title {
		aspect-ratio: 1 / 1;
		width: 25%;
		margin: auto auto auto 22%;
		position: relative;
		top: 0;
		bottom: -10%;
}
.key-visual .box1 {
		aspect-ratio: 1 / 1;
		width: 20%;
		left: 0;
		bottom: 20%;
}
.key-visual .box2 {
		aspect-ratio: 1 / 1;
		width: 27%;
		left: 50%;
		bottom: 10%;
}
.key-visual .ic_jko {
		width: 20%;
		left: -10%;
		bottom: 35%;
}
.key-visual .box3 {
		aspect-ratio: 1 / 1;
		width: 17%;
		right: 4%;
		bottom: 28%;
}
.key-visual .box1 .cup {
		width: 28%;
		right: 18%;
		bottom: 35%;
}
.key-visual .box2 .cup {
		width: 28%;
		bottom: 53%;
}
.key-visual img {
		width: 100%;
		vertical-align: bottom;
		bottom: 0;
}
@media screen and (min-width: 1500px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
		.key-visual {
				background-image: none;
		}
		.key-visual .page-container {
				aspect-ratio: 750 / 1098;
				background-image: url(../images/kv/kv_bg_m.jpg);
				background-repeat: no-repeat;
				background-position: center top;
				background-size: cover;
		}
		.key-visual .title {
				width: 66%;
				top: 0;
				bottom: auto;
				margin: 0 auto;
				padding-top: 10%;
		}
		.key-visual .box1 {
				display: none;
		}
		.key-visual .box3.for-m {
				width: 12%;
				right: 10%;
				left: auto;
				bottom: 40%;
				margin: auto;
				display: block !important;
		}
		.key-visual .box2 {
				width: 63%;
				right: 3%;
				left: 0;
				bottom: 2%;
				margin: auto;
		}
		.key-visual .box3 {
				display: none;
		}
		.key-visual .star {
				right: 0;
				top: auto;
				bottom: 5%;
				width: 40%;
				max-width: inherit;
		}
}
/************************
LAYOUT
************************/
.block .txt, .block .pic, .block .box, .block {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
/************************/
.block_01, .block_02, .block_03 {
		background-color: #ffeddb;
		padding: 0 5%;
}
/***********************
Block 1
***********************/
.block_01 {
		padding: 40px 5%;
		padding-bottom: 20px;
}
/***********************
Block 2
***********************/
.block_02 {
		padding: 40px 5%;
}
.block_02.sp {
		padding: 0 5%;
}
.block_02.sp .page-container {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #d6af88;
		margin-bottom: 2rem;
}
.block_02.sp .link-img-container {
		margin-top: 1rem;
}
.block_02.sp .button-container {
		margin-top: 0;
}
.block_02 h2 {
		display: inline-block;
		padding: 12px 0;
		font-size: 28px;
		font-weight: 500;
		width: 50%;
		border-radius: 50px;
		color: #fff;
		background: #bb3b24;
		-webkit-box-shadow: 5px 6px 0 #202130;
		box-shadow: 5px 6px 0 #202130;
		z-index: 2;
		position: relative;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
}
.block_02.first h2 {
		width: 100%;
		border-radius: 0;
		color: #000;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 36px;
}
.block_02.first .box {
		background: none;
		padding: 30px 5% 0 5%;
}
.block_02 .box {
		position: relative;
		background: #fff;
		padding: 60px 5%;
		border-radius: 26px;
}
.block_02 .box a {
		color: #656565;
}
.block_02 .box a:hover {
		color: #bb2d3b;
}
.block_02 .button-container {
		margin-top: 20px;
}
.block_02 .dec {
		width: 20%;
		position: absolute;
		z-index: 3;
		right: -30px;
		top: 10px;
}
.content--main {
		font-size: 20px;
		line-height: 1.8em;
		font-weight: 500;
}
.content--small span, .content--medium span, .content--main span {
		line-height: 1;
}
.content--medium {
		font-size: 18px;
}
.content--small {
		font-size: 16px;
}
.content--small.icon img {
		width: 24px;
		vertical-align: text-bottom;
		margin-right: 8px;
}
.content--img {
		width: 180px;
		position: absolute;
		left: 2%;
		top: 25%;
}
.block_02 .link-img-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 10px;
		margin-top: 30px;
		height: 100px;
}
.block_02 .button-container img {
		height: 100%;
}
/***********************
Block 3
***********************/
.block_03 {
		padding-top: 40px;
		padding-bottom: 40px;
}
.block_03 img {
		width: 100%;
}
.block_03 .page-container {
		margin: 5px auto;
}
/***********************
Block 4
***********************/
.block_04 {
		background: #ded7d0;
		padding: 20px 5%;
}
@media screen and (max-width: 991px) {
		.content--img {
				width: 160px;
				top: 35%;
		}
		.block_02 h2 {
				padding: 12px 24px;
				font-size: 24px;
				width: 55%;
		}
		.block_02.first h2 {
				font-size: 30px;
		}
		.block_02 .dec {
				width: 150px;
				top: 40px;
				right: -20px;
		}
		.block_02 .link-img-container {
				height: 80px;
		}
}
@media screen and (max-width: 767px) {
		.block_02 .dec {
				width: 150px;
				top: 30px;
				right: 0;
				position: relative;
		}
		.block_02.first h2 {
				font-size: 28px;
		}
		.block_02 h2 {
				width: 70%;
		}
		.content--img {
				position: relative;
				width: 180px;
		}
		.block_03 {
				padding-top: 0;
				padding-bottom: 40px;
		}
		.go_link {
				width: 80px;
		}
}
@media screen and (max-width: 568px) {
		.content--medium {
				font-size: 16px;
		}
		.content--small {
				font-size: 14px;
		}
		.content--main {
				font-size: 18px;
		}
}
@media screen and (max-width: 480px) {
		.block_02.sp .link-img-container {
				margin-top: 0;
		}
		.block_02.sp .page-container {
				padding-top: 0;
		}
		.block_03 .box, .block_02 .box {
				padding: 60px 3%;
		}
		.block_02.first h2 {
				line-height: 1.5;
		}
		.block_02.sp .remark-text {
				padding-top: 1rem;
				display: block;
		}
		.block_02 .dec {
				top: 10px;
		}
		.block_02 h2 {
				padding: 8px 12px;
				/*font-size: 24px;*/
				font-size: 20px;
				width: 88%;
		}
		.content--main {
				font-size: 18px;
		}
		.content--medium {
				font-size: 16px;
		}
		.content--small {
				font-size: 14px;
		}
		.block_02 .jkopay {
				height: 80px;
		}
}
@media screen and (max-width: 320px) {
		.content--main {
				font-size: 15px;
		}
		.content--medium {
				font-size: 14px;
		}
		.content--small {
				font-size: 12px;
		}
		.block_02 h2 {
				padding: 8px 12px;
				font-size: 18px;
				width: 95%;
		}
}
/***********************
BUTTON
***********************/
.button {
		display: inline-block;
		padding: 4px 0px;
		margin: 4px;
		width: 180px;
		border-radius: 6px;
		font-weight: 500;
}
.button--primary {
		background: #c90000;
		color: white;
		-webkit-transition: all ease 300ms;
		-o-transition: all ease 300ms;
		transition: all ease 300ms;
}
.button--primary:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
}
/***********************
TABLE 表格選單
***********************/
table {
		font-size: 18px;
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 1.2em;
		border-collapse: collapse;
		border-spacing: 0;
		background: #fbe5e7;
}
table tr {
		padding: 5px;
		text-align: left;
		border: 1px solid #ffffff;
}
table th {
		padding: 13px 5px;
		font-size: 18px;
		letter-spacing: 1px;
		color: #000000;
		background: #f8ccd0;
		text-align: center;
		border-left: 1px solid #ffffff;
}
table tr a, table tr:hover, .table tr:active {
		color: #222222;
}
tr:nth-of-type(odd) {
		background: #fef3f4;
}
table tr td {
		padding: 3px 10px;
		height: 40px;
		text-align: center;
		border-left: 1px solid #ffffff;
}
/*table tr.odd { background: #fbe5e7; }*/
table .show {
		display: none;
}
@media only screen and (max-width: 480px) {
		table {
				border: 0;
		}
		table thead {
				display: none;
		}
		table tr {
				margin-bottom: 10px;
				/*
	display: block;
	*/
				border-bottom: 2px solid #ffffff;
		}
		table tr td {
				display: block;
				min-height: 40px;
				height: auto;
				padding: 10px 5px;
				text-align: left;
				border-right: 0px solid #ffffff;
				border-bottom: 1px dotted #ffffff;
		}
		table td:last-child {
				border-bottom: 0;
		}
		table td:before {
				content: attr(data-label);
				float: left;
				text-transform: uppercase;
				font-weight: bold;
		}
		table .show {
				display: inline-block;
				padding-right: 10px;
				color: #dc0012;
		}
}
table dt {
		font-size: 16px;
		padding: 3px 10px;
}
table .state {
		width: 50px;
}
table .turn {
		width: 80px;
}
table .time {
		width: 150px;
}
table .act {
		width: 150px;
}
.none {
		display: none;
}
/************************
DRAWER-ITEM 
************************/
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #212121;
		padding: 6px;
		cursor: pointer;
		min-height: 30px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header h1 {
		float: left;
		color: #4c4c4c;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 500;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 30px;
		color: #ffffff;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		float: left;
		width: 22px;
		height: 22px;
		background: url('../images/btn_to_close.png') no-repeat scroll center center transparent;
		background-size: 70%;
		text-align: right;
		vertical-align: middle;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
		/*color: #ffffff;*/
}
.drawer-content {
		width: 96%;
		margin: 0px 2%;
		padding: 0;
		display: block;
		color: #474747;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.8em;
		padding-top: 10px;
		padding-bottom: 30px;
		text-align: left;
}
.drawer-content a {
		color: #474747;
}
.drawer-content a:active, .drawer-content a:hover {
		color: #ff3333;
}
.drawer-content ol {
		padding-left: 25px;
}
/************************
GOTOP
************************/
.go_top, .go_link {
		position: fixed;
		display: inline-block;
		z-index: 99;
}
.go_top img, .go_link img, .go_link a {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
.go_top {
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 5px;
		z-index: 100;
}
.go_link {
		width: 100px;
		right: 0px;
		bottom: 0;
}
.go_link a {
		width: 100%;
		border-radius: 15px;
}
.go_link a.link01 {
		z-index: 10;
		bottom: 58px;
}
.go_link a.link02 {
		bottom: 60px;
}
.go_link img {
		max-width: 100%;
}
@media screen and (max-width: 480px) {
		.go_link {
				width: 85px;
		}
		.go_link a.link01 {
				bottom: 60px;
		}
		.go_link a.link02 {
				bottom: 60px;
		}
}
.block_02 .cards img {
		width: 60%;
}
@media screen and (max-width: 992px) {
		.block_02 .cards img {
				width: 80%;
		}
}
@media screen and (max-width: 768px) {
		.block_02 .mode_top {
				display: inline-block;
				width: 100% !important;
				color: #000000;
				font-size: 18px;
				line-height: 2em;
				font-weight: 400;
		}
}
@media screen and (max-width: 480px) {
		.block_02 .cards img {
				width: 100%;
		}
}
/************************/
.pc_992, .pc_820, .pc_768, .pc_480 {
		display: block;
}
.pc_1024 .mo_992, .mo_820, .mo_768, .mo_480 {
		display: none;
}
@media screen and (min-width: 1024px) {
		.pc_1024 {
				display: block;
		}
}
@media screen and (max-width: 1024px) {
		.pc_992 {
				display: none;
		}
		.mo_992 {
				display: block;
		}
}
@media screen and (max-width: 820px) {
		.pc_1024, .pc_820 {
				display: none;
		}
		.mo_820 {
				display: block;
		}
}
@media screen and (max-width: 768px) {
		.mo_992 {
				display: none;
		}
		.pc_768 {
				display: none;
		}
		.mo_768 {
				display: block;
		}
}
@media screen and (max-width: 480px) {
		.pc_480 {
				display: none;
		}
		.mo_480 {
				display: block;
		}
}