a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 16px;
}
.check_card .checktitle, .block_top .remark_text span {
		font-family: 'Open Sans', 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
}
.c_red {
		color: #cc0000 !important;
}
.c_gray {
		color: #666666 !important;
}
.is-large {
		font-size: 150%;
		line-height: 1;
}
a.btn-event {
		display: inline-block;
		border-radius: 5rem;
		background-color: #cc0000;
		color: #ffffff;
		padding: 1rem 1rem 1rem 1rem;
		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 !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
@media 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);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
@media only screen and (max-width: 320px) {
		.d-xs-block {
				display: block !important;
		}
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-outlink .modal-header .btn-close {
		width: 2em;
		height: 2em;
}
.modal-outlink .modal-header .btn-close:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0;
}
.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;
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.wide {
				max-width: 1100px;
		}
		.container-xxl.sp {
				max-width: 1200px;
		}
		.container-xxl.big {
				max-width: 2560px;
		}
}
/************************
NAV
************************/
.toggle-button {
		position: relative;
		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;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		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;
}
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-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
}
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal {
				text-align: justify;
		}
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #bfbfbf;
		background-image: url("../images/kv/kv_bg.jpg");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		padding: 5rem 0 4rem 0;
}
.key-visual .kv_phone {
		aspect-ratio: 9 / 13;
		max-width: 370px;
		margin-right: 4rem;
}
.key-visual .kv_topic {
		line-height: 2;
		margin-right: 4rem;
		margin-bottom: 15%;
}
.key-visual .kv_mark {
		left: 1rem;
		bottom: 1rem;
		max-width: 320px;
}
.key-visual .kv_light {
		right: 0;
		top: 6%;
		max-width: 18vw;
		z-index: 15;
}
/************************
CARD SLIDER
************************/
.slider_phone_block, .slider_watch_block {
		position: absolute;
		z-index: 2;
		display: block;
}
.slider_phone_block {
		aspect-ratio: 346 / 219;
		width: 215px;
		overflow: hidden;
		top: 3.25rem;
		left: 1rem;
}
.slider_watch_block {
		aspect-ratio: 346 / 219;
		width: 110px;
		height: auto;
		overflow: hidden;
		right: 1.3rem;
		bottom: 6.95rem;
}
.slider_phone {
		position: relative;
		aspect-ratio: 346 / 219;
}
.slider_watch {
		position: relative;
		aspect-ratio: 346 / 219;
}
.slide-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0;
		-webkit-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
}
.slide-item.active {
		opacity: 1;
		z-index: 1;
}
@media screen and (min-width:1600px) {
		.key-visual .kv_phone {
				margin-right: 0;
		}
		.key-visual .kv_light {
				max-width: 280px;
				top: 15%;
		}
		.key-visual {
				background-size: 2560px auto;
				background-position: center top;
		}
}
@media screen and (max-width:1199px) {
		.key-visual .kv_topic {
				padding-left: 2rem;
				margin-right: 2rem;
		}
		.key-visual .kv_topic .h1 {
				font-size: calc(1.35rem + 1vw);
				line-height: 1.5;
		}
		.key-visual .kv_topic .h2 {
				font-size: calc(1.125rem + .875vw);
				line-height: 1.5;
		}
		.key-visual .kv_mark {
				left: 3rem;
				bottom: 1rem;
				max-width: 30vw;
		}
		.key-visual .kv_phone {
				max-width: 300px;
				margin-right: 6rem;
		}
		.key-visual .kv_light {
				max-width: 16vw;
		}
		.slider_phone_block {
				width: 178px;
				left: .75rem;
				top: 10%;
		}
		.slider_watch_block {
				width: 95px;
				right: .8rem;
				bottom: 20%;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
				padding: 2rem 0 2rem 0;
		}
		.key-visual .h1 {
				font-size: 1.65rem;
		}
		.key-visual .kv_phone {
				max-width: 200px;
				margin-right: 4rem;
		}
		.slider_phone_block {
				width: 116px;
				left: 9px;
				top: 10%;
		}
		.slider_watch_block {
				width: 62px;
				right: 10px;
				bottom: 20%;
		}
		.key-visual .kv_topic .h1 {
				font-size: calc(1.125rem + 1vw);
				line-height: 1.5;
		}
		.key-visual .kv_topic .h2 {
				font-size: calc(1rem + .75vw);
				line-height: 1.5;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.key-visual .kv_phone {
				margin-right: 6rem;
		}
		.key-visual .kv_mark {
				max-width: 25vw;
		}
}
@media screen and (max-width:767px) {
		.key-visual .kv_topic {
				padding-left: 1.5rem;
				margin-right: 1rem;
		}
		.key-visual .h1 {
				font-size: 1.375rem;
				line-height: 1.5;
		}
		.key-visual .kv_phone {
				margin-right: 4rem;
		}
		.key-visual .kv_mark {
				left: 2.5rem;
		}
}
@media only screen and (max-width: 576px) {
		.key-visual .h1 {
				font-size: 1.125rem;
		}
		.key-visual .kv_phone {
				margin-right: 0;
		}
		.key-visual .kv_topic {
				padding-left: 0;
				margin-right: 0;
		}
		.key-visual .kv_mark {
				left: .75rem;
		}
		.key-visual .kv_light {
				top: 25%;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual .h1 {
				font-size: 1.25rem;
		}
		.key-visual .kv_phone {
				margin-right: 1rem;
		}
		.key-visual .kv_topic {
				padding-left: 2rem;
				margin-right: 0;
		}
		.key-visual .kv_mark {
				left: 3rem;
		}
}
@media only screen and (max-width: 480px) {
		.key-visual {
				background-position: 20% bottom;
		}
		.key-visual .kv_topic {
				padding-left: 0;
				margin-right: auto;
				margin-left: auto;
				text-align: center !important;
				margin-bottom: 3rem;
		}
		.key-visual .change {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.key-visual .kv_phone {
				margin-right: auto;
				margin-left: auto;
		}
		.key-visual .kv_mark {
				position: relative !important;
				padding: 0;
				max-width: 50vw;
				margin: 2rem auto 0 auto;
				left: 0;
		}
		.key-visual .kv_light {
				max-width: 30vw;
				top: 40%;
		}
		.key-visual .h1 {
				font-size: 1.5rem;
				line-height: 1.35;
		}
}
@media only screen and (max-width: 320px) {
		.key-visual .h1 {
				font-size: 1.35rem;
				line-height: 1.35;
		}
}
/************************
CHECK CARD
************************/
.check_card {
		border: 0;
		border-radius: 1.5rem;
		padding: 1rem 0;
		background-color: #ffffff;
		font-size: 1rem;
		max-width: calc(100% - .5rem);
		margin: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
}
.check_card .card-header {
		background-color: transparent;
		padding: 1.75rem 1.5rem 0 1.5rem;
		border: 0;
}
.check_card .card-header .is-tag {
		max-width: 40px;
		top: -30px;
		left: 0;
		right: 0;
		margin: auto;
}
.check_card .card-header .no {
		font-size: 5rem;
		margin-bottom: .5rem;
		line-height: 1;
		font-weight: bold;
		color: #414c59;
}
.check_card .card-body {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		color: #000000;
}
.check_card .checktitle {
		font-size: 1.125rem;
		font-weight: 600;
}
.check_card .point_red {
		margin: auto;
		text-align: start;
		display: inline-block;
		max-width: 90%;
		font-weight: 500;
		list-style: disc;
		margin-left: 1.5rem;
		font-size: .95rem;
}
.check_card .card-header .no, .check_card .card-header .is-tag {
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
}
.check_card:hover .card-header .no {
		-webkit-transform: scale(1.25) translateY(-.5rem) translateZ(0);
		transform: scale(1.25) translateY(-.5rem) translateZ(0);
}
.check_card:hover .card-header .is-tag {
		-webkit-animation: bounceIn .5s ease both;
		animation: bounceIn .5s ease both;
}
/************************
EVENT BLOCK
************************/
.event_block .date {
		font-size: 1.25rem;
}
.event_block .text {
		font-size: 1.25rem;
}
.date .badge {
		font-size: 1.25rem;
		font-weight: 600;
		color: #ffffff;
		background-color: #000000;
		border-radius: 5rem;
		padding: .35rem .75rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
/************************
INFO BLOCK
************************/
.info_block {
		background-color: #bfbfbf;
}
.info_block > div {
		background-color: #fefefe;
}
.info_block > div::before {
		content: '';
		width: 100%;
		height: 20%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fefefe));
		background: linear-gradient(to bottom, #eaeaea 0%, #fefefe 100%);
}
.info_block > div::after {
		content: '';
		width: 100%;
		height: 40%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		margin: auto;
		background: -webkit-gradient(linear, left bottom, left top, from(#eaeaea), to(#fefefe));
		background: linear-gradient(to top, #eaeaea 0%, #fefefe 100%);
}
.info_block > div > div {
		position: relative;
		z-index: 2;
}
.info_card {
		background-color: #f3f3f3;
		padding: 2rem 2.5rem;
		border-radius: 2rem;
}
.info_card.sp {
		padding: 2rem 4rem;
}
.block_top {
		padding-top: 6rem;
}
.block_top .phone {
		max-width: 90%;
}
.block_top .info_group {
		padding: 6rem 0 6rem 2rem;
}
.block_top .remark_text {
		font-size: .875rem;
		color: #727171;
}
.block_center .info_card {
		padding: 3rem 2rem;
		border-radius: 2rem;
		height: 100%;
}
.block_bot .info_card .title, .block_center .info_card .title {
		font-size: 1.45rem;
}
.block_bot .step_1 .phone {
		max-width: 50%;
}
.block_bot .phone_end {
		max-width: 70%;
}
@media screen and (min-width: 1920px) {
		.block_top .info_group {
				padding: 6rem 0 6rem 6rem;
		}
}
@media screen and (max-width: 1199px) {
		.check_card .card-header .no {
				font-size: 4rem;
		}
		.check_card .point_red {
				font-size: .85rem;
		}
		.check_card .card-header .is-tag {
				max-width: 3.5vw;
				top: -30px;
		}
		.check_card .checktitle {
				font-size: 1rem;
		}
		.event_block .date {
				font-size: 1.125rem;
		}
		.event_block .text {
				font-size: 1rem;
		}
		.event_block .is-large {
				font-size: 130%;
				line-height: 1.5;
		}
		.date .badge {
				font-size: 1rem;
		}
		.block_top .phone {
				max-width: 65%;
		}
		.block_top {
				padding-top: 3rem;
		}
		.block_top .info_group {
				padding: 4rem 6rem 2rem 6rem;
		}
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: 1.275rem;
		}
		.block_center .info_card {
				padding: 2rem 2rem;
		}
		.remark_text_sp, .info_card {
				font-size: .875rem;
		}
		.block_bot {
				max-width: 88%;
				margin: auto;
		}
		.block_top .remark_text {
				font-size: .75rem;
		}
}
@media screen and (max-width: 991px) {
		.check_group {
				max-width: 65%;
				margin: auto;
		}
		.check_card .card-header .is-tag {
				max-width: 3.75vw;
				top: -30px;
		}
		.check_card .card-header .no {
				font-size: 3.5rem;
		}
		a.btn-event {
				padding: .75rem 1rem .75rem 1rem;
				font-size: 1rem;
				min-width: 150px;
		}
		.block_top .phone {
				max-width: 55%;
		}
		.block_top .info_group {
				padding: 2rem 3rem 1rem 0;
		}
		.block_center .info_card {
				padding: 1.5rem 1rem;
				border-radius: 1rem;
		}
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: .875rem;
		}
		.block_top .info {
				font-size: .8125rem;
		}
		.info_card {
				border-radius: 1rem;
		}
		.info_card, .remark_text_sp {
				font-size: .75rem;
		}
		.info_card.sp {
				padding: 2rem 3rem;
		}
		.block_bot {
				max-width: 80%;
		}
		.info_block .h1 {
				font-size: 1.65rem;
		}
		.info_block .h2 {
				font-size: 1.35rem;
				line-height: 1.5;
		}
		.block_bot .phone_end {
				max-width: 80%;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: 1rem;
		}
		.info_card, .remark_text_sp {
				font-size: .8125rem;
		}
		.check_group {
				max-width: 66%;
		}
}
@media screen and (max-width: 767px) {
		.block_top .info_group {
				padding: 2rem 0 1rem 0;
		}
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: .875rem;
		}
		.info_card, .remark_text_sp {
				font-size: .75rem;
		}
		.block_bot {
				max-width: 90%;
		}
		.check_card .card-header .is-tag {
				max-width: 3.75vw;
				top: -25px;
		}
		.check_group {
				max-width: 70%;
		}
		.date .badge {
				font-size: .875rem;
		}
		.event_block .date {
				font-size: 1rem;
		}
		.event_block .text {
				font-size: .875rem;
		}
}
@media only screen and (max-width: 576px) {
		.check_card .card-header {
				padding: 1rem 1rem 0 1rem;
		}
		.check_card .card-header .is-tag {
				max-width: 7vw;
				top: -25px;
		}
		.check_group {
				max-width: 100%;
		}
		.check_card .checktitle {
				font-size: .9rem;
		}
		.check_card .point_red {
				font-size: .75rem;
				margin-left: 1.25rem;
		}
		.event_block .date {
				font-size: .875rem;
		}
		.date .badge {
				font-size: .8125rem;
		}
		.event_block .text {
				font-size: .8125rem;
		}
		.info_block .col-sm-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 41.66666667%;
		}
		.info_block .col-sm-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 58.33333333%;
		}
		.info_block .col-sm-8 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 66.66666667%;
		}
		.info_block .step_1 .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: .8125rem;
		}
		.order-sm-1 {
				-webkit-box-ordinal-group: 2 !important;
				-ms-flex-order: 1 !important;
				order: 1 !important;
		}
		.order-sm-0 {
				-webkit-box-ordinal-group: 1 !important;
				-ms-flex-order: 0 !important;
				order: 0 !important;
		}
		.block_center .info_card .text {
				max-width: 90%;
				margin: auto;
				font-size: .65rem;
		}
		.block_top .remark_text {
				font-size: .5rem;
		}
		.block_top .info {
				font-size: .75rem;
		}
		.info_block .h1 {
				font-size: 1.5rem;
		}
		.info_card, .remark_text_sp {
				font-size: .65rem;
		}
		.block_center .info_card {
				padding: 1.5rem .45rem;
		}
		.info_card {
				padding: 2rem 2rem;
		}
		.info_card.sp {
				padding: 2rem 2rem;
		}
		.block_bot {
				max-width: 100%;
		}
		.info_block .block_center {
				max-width: 80%;
				margin: auto;
		}
		.block_top .info_group {
				padding: 2rem 0 1rem 0;
				max-width: 80%;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.check_group {
				max-width: 76%;
		}
		.check_card .card-header .is-tag {
				max-width: 5vw;
				top: -25px;
		}
		.check_card .card-header {
				padding: 1.25rem 1rem 0 1rem;
		}
		.info_block .block_center .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.block_top .info_group {
				padding: 2rem 0 1rem 0;
				max-width: 100%;
		}
		.info_block .block_center {
				max-width: 100%;
		}
}
@media only screen and (max-width: 480px) {
		.block_bot .step_1 .phone {
				max-width: 40%;
		}
		.block_bot .phone_end {
				max-width: 65%;
		}
		.block_top .info_group {
				max-width: 100%;
		}
		.order-sm-1 {
				-webkit-box-ordinal-group: 1 !important;
				-ms-flex-order: 0 !important;
				order: 0 !important;
		}
		.order-sm-0 {
				-webkit-box-ordinal-group: 2 !important;
				-ms-flex-order: 1 !important;
				order: 1 !important;
		}
		.info_block .step_1 .col-sm-4, .info_block .col-sm-5, .info_block .col-sm-7, .info_block .col-sm-4, .info_block .col-sm-8 {
				width: 100%;
		}
		.block_bot .info_card .title, .block_center .info_card .title {
				font-size: .875rem;
		}
		.block_center .info_card .text {
				max-width: 100%;
				font-size: .75rem;
		}
		.info_block .block_center {
				max-width: 85%;
		}
		.block_center .info_card {
				padding: 1.5rem 2rem;
		}
		.info_card, .remark_text_sp {
				font-size: .75rem;
		}
		.block_top .title {
				text-align: center;
		}
		.block_top .phone {
				max-width: 40%;
		}
		.block_top {
				padding-top: 1rem;
		}
		.block_top .remark_text {
				font-size: .65rem;
		}
		.block_top .remark_text, .block_top .info {
				max-width: 80%;
				margin: auto;
		}
}
@media only screen and (max-width: 375px) {
		.check_card .card-header .no {
				font-size: 3.125rem;
		}
		.check_card .checktitle {
				font-size: .85rem;
		}
		.check_card .point_red li {
				font-size: .65rem;
		}
		a.btn-event {
				padding: .75rem .75rem .75rem .75rem;
				font-size: .875rem;
		}
}
@media only screen and (max-width: 320px) {
		.info_block .h2 {
				font-size: 1.25rem;
		}
		.check_group {
				max-width: 66%;
		}
		.check_group .col-lg-3.col-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
		}
}
/************************
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: 10px;
				bottom: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6rem;
		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 .item {
		border-radius: 1rem;
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 125px;
		position: relative;
}
.fix-ad .item.pic {
		border-radius: 0;
		padding: 0;
		text-align: center;
		display: block;
		margin-bottom: .25rem;
		width: 125px;
		position: relative;
}
.full-item{
		width: 125px;
}
@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(.8);
				-ms-transform: scale(.8);
				transform: scale(.8);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.7);
				-ms-transform: scale(.7);
				transform: scale(.7);
				bottom: 2.5em;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:576px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 2rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 2rem;
		}
}