* {
		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;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #000000;
}
.drawer-content a:hover, .drawer-content a:active, .drawer-content a:focus {
		color: #cc0000;
}
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;
}
.is-time .topic {
		opacity: 1 !important;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.6rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.6rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.c_red {
		color: #cc0000 !important;
}
.c_red_light {
		color: #e85246 !important;
}
hr.large {
		border-top-width: 3px;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Public Sans', 'Noto Sans TC', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
}
br.d-xs-block {
		display: none !important;
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-outlink .modal-content {
		border-radius: 0 !important;
}
.modal-outlink .modal-dialog {
		max-width: 750px !important;
}
.modal-outlink .modal-footer, .modal-outlink .modal-header {
		border: 0 !important;
}
.modal-outlink .modal-header {
		padding: 30px 30px 0 30px;
}
.modal-outlink .modal-header h3 {
		font-weight: lighter;
		font-size: 2rem;
}
.modal-outlink .modal-body {
		padding: 30px 30px 10px 30px;
}
.modal-outlink .modal-footer {
		padding: 0 30px 30px 30px;
		text-align: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.modal-outlink .modal-footer .btn {
		border-radius: 0;
		height: 38px;
		min-width: 80px;
		margin: 0 10px;
}
/*------------------------------------------ 
MODAL
--------------------------------------------*/
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************ 
Info Block
************************/
.info-block {
		padding: 2rem;
		background-image: url("../images/card_bg.png");
		background-position: center;
		background-repeat: no-repeat;
		aspect-ratio: 1642 / 832;
		background-size: contain;
		font-size: 1.375rem;
		line-height: 2;
		font-weight: 500;
}
.info-block .no {
		font-size: 140%;
		line-height: 1;
}
.info-block .star_line {
		max-width: 70%;
}
.info-block .star_line_v {
		max-width: 15px;
}
.info-item-group {
		gap: 1rem;
}
.info-item {
		font-weight: 600;
		min-width: 50%;
}
.info-item .no {
		font-size: 280%;
		font-weight: 700;
		line-height: 1;
}
.info-item .no small {
		font-size: 2.5rem;
		font-weight: 600;
}
/************************ 
SP Card
************************/
.sp-card {
		border: 0;
		border-radius: 0;
		position: relative;
		background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f0f0f0));
		background: linear-gradient(to bottom, #f1f1f1 0%, #f0f0f0 100%);
		padding: 2rem 1.5rem;
		height: 100%;
}
.sp-card::after {
		content: '';
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 8px;
		top: 8px;
		margin: auto;
		border: 1px solid #d87279;
}
.sp-card .card-footer, .sp-card .card-body, .sp-card .card-header {
		border: 0;
		background-color: transparent;
		padding: 0;
}
.sp-card .card-header .head {
		max-width: 100%;
		font-size: 1.375rem;
		color: #8c0912;
		font-weight: 600;
}
.sp-card .card-body {
		text-align: start;
		font-size: 1.125rem;
		padding: 1rem 1rem;
}
.sp-card .card-footer .remark-text {
		background-color: #8c0912;
		padding: .5rem 1rem;
		color: #ffffff;
		text-align: start;
		font-size: 1.125rem;
}
/************************ 
Point Card
************************/
.point-section {
		max-width: calc(100% - 6rem);
		margin: auto;
}
.point-card {
		position: relative;
		background: #ffffff;
		border-radius: 2.5rem;
		overflow: hidden;
		height: 100%;
		margin: auto;
		padding: 1.5rem 1.125rem;
}
.point-card > img {
		max-width: calc(100% - 1rem);
		margin: auto;
}
.point-card-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: .75rem;
		line-height: 1.25;
		font-size: 1.5rem;
}
.point-card-head .no {
		display: inline-block;
		font-size: 300%;
		line-height: 1;
		position: relative;
		font-weight: 700;
		background-image: linear-gradient(180deg, #ff1a1a 0%, #e60000 50%, #b80000 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
}
.point-card-head .no small {
		font-weight: 800;
		font-size: 80%;
}
.point-desc {
		padding: 1.5rem 0 1rem 0;
		font-size: 1.35rem;
		line-height: 1.45;
		font-weight: 500;
}
.has-equal, .has-plus {
		position: relative;
		overflow: visible;
}
.has-equal::after, .has-plus::after {
		position: absolute;
		width: 30px;
		height: 30px;
		display: block;
		right: -40px;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 300%;
		font-weight: 700;
		color: #ffffff;
}
.has-plus::after {
		content: '+';
}
.has-equal::after {
		content: '=';
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.key-visual .container-xxl {
				padding-top: 120px;
				max-width: 100%;
		}
		.container-xxl {
				max-width: 1100px;
		}
		.container-xxl.wide {
				max-width: 1366px;
		}
}
@media (max-width:1199px) {
		.key-visual .container-xxl {
				padding-top: 120px;
		}
}
@media (max-width:991px) {
		.key-visual .container-xxl {
				padding-top: 50px;
		}
}
/************************
AD BLOCK
************************/
.ad_board {
		background-color: #ffffff;
}
.container-xxl.ad {
		background-color: #ffffff;
		padding: 4rem 0 2rem 0;
}
.container-xxl.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.ad_card {
		max-width: 90%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .card-body {
		min-height: 100px;
		padding: 1.5rem 0 0 0;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .card-footer {
		padding-left: 0;
		padding-right: 0;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block {
		padding-bottom: 3rem;
}
.ad_block .swiper-slide {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
}
.ad_block .swiper-slide a .pic {
		-webkit-box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		box-shadow: 0 0 .5rem .5rem RGBA(255, 255, 255, .75);
		border-radius: 2rem;
}
.ad_block .swiper-slide a .pic, .ad_block .swiper-slide a:hover .pic {
		-webkit-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 .swiper-button-next:after, .ad_block .swiper-button-prev:after {
		font-size: 2rem;
}
.ad_block .swiper-button-prev, .ad_block .swiper-button-next {
		color: #333333;
}
.ad_block .swiper-button-prev {
		left: 10px;
}
.ad_block .swiper-button-next {
		right: 10px;
}
.ad_block .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
}
.ad_block .swiper-pagination-bullet-active {
		background: #d71921;
}
.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;
		pointer-events: none;
}
.ad_card .btn span {
		font-size: 180%;
		line-height: 0;
		position: relative;
		top: 1px;
}
.ad_block a:hover .btn {
		background-color: #000 !important;
		color: #ffffff !important;
}
@media only screen and (min-width: 1920px) {
		.container-xxl.ad {
				background-size: 2560px auto;
		}
}
/************************
INFO CARD
************************/
.remark_text.large {
		font-size: .95rem;
}
.remark_text {
		font-size: .8125rem;
}
.info-card .head {
		max-width: 300px;
		margin: 0 auto;
}
.info-card .title {
		font-size: 2.5rem;
		letter-spacing: 5px;
		color: #eaf4fb;
}
.info-card .subtitle {
		font-size: 2rem;
}
.info-card .text .no, .info-card .title .no {
		font-size: 150%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no {
		font-size: 120%;
}
.info-card .text .no.large {
		font-size: 160%;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .date {
		font-size: 1.325rem;
		font-weight: 500;
		color: #000000;
}
.info-card .date .badge {
		font-size: 1.25rem;
		font-weight: 500;
		color: #000000;
		background-color: #e8d5b3;
		border-radius: 5rem;
		padding: .35rem .75rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.info-card .text {
		font-size: 1.375rem;
		font-weight: normal;
		color: #ffffff;
		line-height: 1.65;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f8f8f8), color-stop(50%, #e4e4e4), color-stop(90%, #d0d0d0));
		background: linear-gradient(to bottom, #f8f8f8 10%, #e4e4e4 50%, #d0d0d0 90%);
		color: #990000;
		padding: 1rem 1.75rem 1rem 2.15rem;
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		min-width: 200px;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		background-color: #ee1e1e;
		-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;
		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);
}
/************************
DESCRIPTION
************************/
.description_block {
		background-color: #ebebeb;
}
.description > div a {
		color: #0644ff;
}
.description > div a:hover {
		text-decoration: underline;
}
/************************
Toggle Button
************************/
.toggle-button {
		position: relative;
		float: left;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-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;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-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;
		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;
		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;
		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;
}
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;
		margin: 0 5px;
}
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;
		text-align: start;
}
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) {
		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;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
				display: block;
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
				z-index: 49;
		}
		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;
				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%;
				text-align: start;
		}
		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;
				padding: 9px 13px;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 5px;
				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 {
				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;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-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;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-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;
		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;
		font-weight: 500;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		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;
				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;
				text-align: start;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
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: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
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.6em;
		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 !important;
}
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_left, footer .fiscal .f_right {
				width: 100%;
				padding: 0px 3%;
				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: 576px) {
		footer {
				padding-bottom: 0;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
				padding-right: 20%;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		width: 100%;
		background: #ffffff;
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #210909;
}
.key-visual .topic {
		left: 11%;
		right: auto;
		top: 17%;
		bottom: auto;
		margin: auto;
		z-index: 2;
		max-width: 38vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
}
.key-visual .topic::after {
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		max-width: 70%;
		max-height: 70%;
		background-color: RGBA(0, 0, 0, .35);
		-webkit-filter: blur(2rem);
		filter: blur(2rem);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		-webkit-transition: all .3s .3s ease;
		transition: all .3s .3s ease;
}
.key-visual .topic {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.key-visual .kv_block {
		max-width: 100%;
		margin: auto;
}
.key-visual .is_light {
		right: 3%;
		top: auto;
		bottom: 0;
		margin: auto;
		max-width: 17vw;
		opacity: 1;
		z-index: 2;
}
.key-visual.is-time .topic::after {
		opacity: 1;
}
.key-visual.is-time .topic > img {
		-webkit-animation: bounceIn .5s ease both;
		animation: bounceIn .5s ease both;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
}
@-webkit-keyframes bounceIn {
		0% {
				opacity: 0;
				-webkit-transform: scale(0.3);
				transform: scale(0.3);
		}
		50% {
				opacity: 1;
				-webkit-transform: scale(1.05);
				transform: scale(1.05);
		}
		70% {
				-webkit-transform: scale(0.9);
				transform: scale(0.9);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes bounceIn {
		0% {
				opacity: 0;
				-webkit-transform: scale(0.3);
				transform: scale(0.3);
		}
		50% {
				opacity: 1;
				-webkit-transform: scale(1.05);
				transform: scale(1.05);
		}
		70% {
				-webkit-transform: scale(0.9);
				transform: scale(0.9);
		}
		100% {
				opacity: 1;
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@media (min-width: 1600px) {
		.key-visual .topic {
				left: 11%;
				top: 20%;
				max-width: 36vw;
		}
}
@media (min-width: 1920px) {
		.key-visual .topic {
				max-width: 700px;
				top: 25%;
				left: 20%;
		}
		.key-visual .is_light {
				max-width: 300px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic {
				max-width: 800px;
				top: 25%;
				left: 20%;
		}
		.key-visual .kv_block, .key-visual .is_bg {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 39vw;
		}
}
@media (max-width: 576px) {
		.key-visual .topic {
				left: 0;
				right: 0;
				bottom: auto;
				top: 5%;
				max-width: 93vw;
		}
		.key-visual .is_light {
				max-width: 35vw;
				left: auto;
				right: 0;
				top: auto;
				bottom: 1%;
		}
		.key-visual .topic::after {
				max-width: 50%;
				max-height: 50%;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 40vw;
				top: 15%;
				right: auto;
				left: 10%;
		}
		.is_light.d-sm-none, .key-visual .d-sm-none {
				display: none !important
		}
		.is_light.d-sm-block, .key-visual .d-sm-block {
				display: block !important
		}
		.key-visual .is_light {
				max-width: 20%;
				left: auto;
				right: 0;
		}
}
/***************************
BLOCK
***************************/
.content_bg {
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background-color: #210909;
		padding-bottom: 8rem;
}
.content_bg::after {
		background-image: url("../images/content_bg_1.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-color: #210909;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		margin: auto;
}
.content_bot_bg {
		background-image: url("../images/content_bg_2.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-color: #210909;
		will-change: transform;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		margin: auto;
		padding-top: 4rem;
		padding-bottom: 6rem;
}
.info-card {
		max-width: 100%;
		margin: auto;
}
.content_bot_up {
		left: 0;
		right: 0;
		bottom: -2px;
		pointer-events: none;
}
/************************
BOX CARD
************************/
.box-card img {
		max-width: 520px;
}
/************************
RWD
************************/
@media screen and (min-width:1600px) {
		.point-card-head {
				font-size: 1.75rem;
		}
		.point-desc {
				font-size: 1.375rem;
		}
}
@media screen and (min-width:1920px) {
		.box-card img {
				max-width: 540px;
		}
}
@media screen and (min-width:2560px) {
		.content_bg, .content_bot_bg {
				background-size: 2560px auto;
		}
		.content_bg::after {
				max-width: 2560px;
		}
}
@media (max-width:1199px) {
		.info-block {
				max-width: calc(100% - 4rem);
		}
		.info-block .star_line_v {
				max-width: 12px;
		}
		.info-item .no small {
				font-size: 2rem;
		}
		.info-block .star_line {
				max-width: 60%;
		}
		.info-item-group {
				width: 70%;
		}
		.sp-card .card-body {
				padding: 1rem .5rem;
		}
		.sp-card .card-header .head {
				font-size: 1.25rem;
		}
		.sp-card .card-footer .remark-text, .sp-card .card-body {
				font-size: 1rem;
		}
		.point-card-head {
				padding: .5rem .5rem .5rem .5rem;
				font-size: 1.25rem;
		}
		.point-desc {
				font-size: 1rem;
				padding: 1rem .5rem;
		}
		.box-card img {
				max-width: 420px;
		}
		.info-block, .info-card .text, .info-card .date .badge, .info-card .date {
				font-size: 1.125rem;
		}
		.info-card .title {
				font-size: 1.75rem;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
				padding-left: 2rem !important;
		}
		.remark_text.large {
				font-size: .85rem;
		}
		.has-indent.large > li {
				margin-left: 1.75rem;
				text-indent: -2.125rem;
		}
		.has-indent > li {
				margin-left: 1.75rem;
				text-indent: -2.125rem;
		}
		.has-indent > li {
				margin-left: 1.35rem;
				text-indent: -1.425rem;
		}
		.content_bot_bg {
				padding-top: 3rem;
				padding-bottom: 5rem;
		}
		.info-card .subtitle {
				font-size: 1.5rem;
		}
		.content_bg {
				padding-bottom: 6rem;
		}
}
@media (max-width:991px) {
		.point-card {
				max-width: 100%;
				padding: 1rem .725rem;
				border-radius: 1.75rem;
		}
		.point-card-head .no {
				font-size: 250%;
		}
		.point-card .remark_text {
				font-size: .75rem;
		}
		.point-desc {
				padding: .75rem 0;
		}
		.content_bot_bg {
				padding-top: 3rem;
				padding-bottom: 4rem;
		}
		.point-section {
				max-width: calc(100% - 2rem);
		}
		.has-equal::after, .has-plus::after {
				width: 20px;
				height: 20px;
				right: -22px;
				font-size: 200%;
		}
		.info-block {
				padding: 1.5rem 1rem;
				line-height: 1.75;
		}
		.info-item-group {
				width: 60%;
		}
		.info-block .star_line_v {
				max-width: 8px;
		}
		.info-block .info-item .no {
				font-size: 230%;
		}
		.info-block .info-item .no small {
				font-size: 1.5rem;
		}
		.content_bg {
				padding-bottom: 3rem;
		}
		.sp-card::after {
				left: 6px;
				top: 6px;
		}
		.sp-card .card-footer .remark-text {
				padding: .5rem .5rem;
		}
		.sp-card .card-header .head {
				font-size: 1.125rem;
		}
		.sp-card {
				padding: 1.75rem 1rem;
		}
		.sp-card .card-footer .remark-text, .sp-card .card-body {
				font-size: .85rem;
		}
		a.btn-event {
				font-size: 1rem;
				min-width: 180px;
		}
		.info-block .no {
				font-size: 120%;
				line-height: 1;
		}
		.box-card img {
				max-width: 40vw;
		}
		.info-block .star_line {
				max-width: 50%;
		}
		.info-block, .info-card .text {
				font-size: 1rem;
		}
		.description {
				font-size: .85rem;
		}
		.container-xxl.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .btn {
				padding: .25rem 1rem .25rem 1.125rem;
				font-size: .8125rem;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card .title {
				font-size: 1.5rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {}
@media (max-width:767px) {
		.info-block {
				max-width: calc(100% - 1rem);
		}
		.point-section {
				max-width: 100%;
		}
		.sp-card .card-body {
				padding: .75rem .5rem;
		}
		.sp-card .card-header .head {
				font-size: 1.125rem;
		}
		.info-block, .info-card .text {
				font-size: .875rem;
		}
		.has-indent.large > li {
				margin-left: 1.75rem;
				text-indent: -2.25rem;
		}
		.info-card .title img {
				max-width: 140px;
		}
		.box-card img {
				max-width: 45vw;
		}
		.description > div {
				font-size: .8125rem;
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		.point-desc {
				font-size: .875rem;
		}
		.content_bot_bg {
				padding-top: 2rem;
				padding-bottom: 3rem;
		}
}
@media (max-width:667px) {
		.sp-card .card-header .head {
				font-size: 1rem;
		}
		.sp-card {
				padding: 1.5rem .65rem;
		}
		.sp-card .card-footer .remark-text, .sp-card .card-body {
				font-size: .875rem;
		}
		.sp-card .card-body {
				padding: .5rem .125rem;
		}
}
@media (max-width:576px) {
		.sp-card .card-header .head {
				font-weight: bold;
		}
		.has-indent > li {
				margin-left: 1.35rem;
				text-indent: -1.3rem;
		}
		.box-card {
				margin-top: 2rem;
		}
		.info-card .date {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
		}
		a.btn-event {
				min-width: 160px;
				width: auto;
				height: 45px;
				line-height: 45px;
				padding: 0 1rem;
		}
		.info-block {
				max-width: 100%;
				line-height: 1.75;
				padding: 1.125rem 1rem 1.5rem 1rem;
				background-image: url(../images/card_bg_m.png);
				aspect-ratio: 1642 / 1787;
		}
		.info-block, .info-card .text {
				font-size: .935rem;
		}
		.info-item-group {
				gap: .5rem;
		}
		.info-block .star_line {
				max-width: 90%;
		}
		.info-item-group {
				width: 100%;
		}
		.box-card {
				top: 0;
				z-index: 2;
		}
		.box-card img {
				max-width: 70vw;
		}
		.info-card {
				max-width: 100%;
		}
		.info-card .title {
				font-size: 1.3755rem;
				line-height: 1.5;
				letter-spacing: normal;
		}
		.container-xxl.ad .title {
				font-size: 1.5rem;
				text-align: center;
				padding: 0 !important;
		}
		.point-section.first {
				max-width: 100%;
		}
		.info-block .info-item .no small {
				font-size: 1.25rem;
		}
		.sp-card {
				padding: 1.5rem 1rem;
		}
		.point-section {
				max-width: 76%;
		}
		.point-section > .col-sm-4:first-child {
				margin-top: 1.5rem;
		}
		.point-section .first {
				margin-top: 1rem;
		}
		.has-equal::after, .has-plus::after {
				top: auto;
				left: 0;
				right: 0;
				bottom: -18px;
				font-size: 200%;
		}
		.point-card-head {
				min-height: auto;
				font-size: 1.125rem;
		}
		.point-card-head .no {
				bottom: 0px;
		}
		.point-desc {
				font-size: 1rem;
		}
		.info-card .text .no {
				line-height: 0;
		}
		.content_bot_bg {
				background-color: #a9a9a9;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.box-card img {
				max-width: 50vw;
		}
		.sp-card {
				padding: 1.5rem 1rem;
		}
		.sp-card .card-header .head {
				font-size: 1.125rem;
		}
		.point-section.first {
				max-width: 70%;
		}
		.point-section {
				max-width: 50%;
		}
		.info-block, .info-card .text {
				font-size: .875rem;
		}
		.point-card {
				min-height: inherit;
		}
		.has-equal::after, .has-plus::after {
				font-size: 200%;
		}
		.box-card {
				margin-top: 0;
		}
		.info-block {
				max-width: 100%;
				line-height: 1.5;
				padding: 1.75rem 1rem 1rem 1rem;
				background-image: url(../images/card_bg.png);
				aspect-ratio: 1642 / 832;
		}
		.info-item-group {
				width: 70%;
		}
		.info-card {
				max-width: 100%;
				padding: 0 0;
		}
		.info-block br.d-sm-none.d-block {
				display: none !important;
		}
}
@media (max-width:375px) {
		.info-block, .info-card .text {
				font-size: .875rem;
		}
		.point-desc {
				font-size: .875rem;
		}
		.sp-card .card-footer .remark-text, .sp-card .card-body {
				font-size: .825rem;
		}
}
@media (max-width:320px) {
		br.d-xs-block {
				display: block !important;
		}
		.info-block, .info-card .text {
				font-size: .8125rem;
		}
		.info-block .info-item .no {
				font-size: 200%;
		}
		.info-block .info-item .no small {
				font-size: 1rem;
		}
		.info-block {
				padding: 1rem 1rem 1rem 1rem;
				background-image: url(../images/card_bg_xs.png);
				aspect-ratio: 1642 / 2073;
				line-height: 1.75;
		}
		.info-block .star_line {
				max-width: 100%;
		}
		.info-item {
				line-height: 1.5;
		}
		.info-item-group {
				width: 90%;
		}
		.sp-card .card-footer .remark-text, .sp-card .card-body {
				font-size: .75rem;
		}
		.sp-card .card-body {
				padding: .5rem 0;
		}
		.sp-card {
				padding: 1.5rem .75rem;
		}
		.sp-card .card-footer .remark-text {
				padding: .25rem .25rem;
		}
		.point-section.first > div.col-sm-6 {
				padding: 0
		}
		.container-xxl.ad .title, .info-card .subtitle {
				font-size: 1.375rem;
		}
		.has-equal::after, .has-plus::after {
				top: auto;
				left: 0;
				right: 0;
				bottom: -22px;
				font-size: 170%;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px 0;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.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-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content b {
		color: #000000;
		font-weight: 700;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				text-align: start;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
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: 125px;
		position: relative;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.fix-ad .full-item > img {
		right: 0;
		top: 0;
}
@media only screen and (min-width:1920px) {
		.fix-ad .full-item {
				width: 145px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				bottom: 7rem;
		}
		.fix-ad .full-item {
				max-width: 9vw;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				bottom: 4rem;
		}
		.fix-ad .full-item {
				max-width: 10vw;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 8vw;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 10vw;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				bottom: 4rem;
		}
		.fix-ad .full-item {
				max-width: 20vw;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 9vw;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .full-item {
				max-width: 18vw;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.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: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}