@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css?display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light%7CPlayfair+Display:400&display=swap");

:root {
	--breadcrumb-theme-1: #e5a038;
	--breadcrumb-theme-2: #fff;
	--breadcrumb-theme-3: #efe03f;
    --main-color: #39bbcb;
}

::placeholder {
	color: var(--breadcrumb-theme-1) !important;
	opacity: 1;
	font-size: 20px !important;
}

:-ms-input-placeholder {
	color: var(--breadcrumb-theme-1) !important;
	font-size: 20px !important;
}

::-ms-input-placeholder {
	color: var(--breadcrumb-theme-1) !important;
	font-size: 20px !important;
}

.breadcrumb {
	text-align: center;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	overflow: hidden;
	border-radius: 5px;
	counter-reset: flag;
	margin-bottom: 0 !important;
}

.breadcrumb_step {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 1.3rem;
	line-height: 36px;
	padding: 0 10px 0 60px;
	position: relative;
	background: var(--breadcrumb-theme-2);
	color: var(--breadcrumb-theme-1);
	transition: background 0.5s;
}
.breadcrumb_step:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;
}
.breadcrumb_step:first-child::before {
	left: 12px;
}
.breadcrumb_step:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}
.breadcrumb_step:last-child::after {
	content: none;
}
.breadcrumb_step::before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 20px;
	margin: 3px 0;
	position: absolute;
	top: 0;
	left: 25px;
	font-weight: bold;
	background: var(--breadcrumb-theme-2);
	box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);
	padding-top: 6px;
}
.breadcrumb_step::after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	border-radius: 0 5px 0 50px;
	background: var(--breadcrumb-theme-2);
	transition: background 0.5s;
	box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-3);
}
.breadcrumb_step:hover,
.breadcrumb_step--active,
.breadcrumb_step:hover::after,
.breadcrumb_step--active::after {
	transition: top 0.5s ease 0s;
	background: linear-gradient(90deg, #e5a038 0%, #e5a038 45%, #efe03f 50%, #e5a038 55%, #e5a038 100%) 0 0 / 400% 400%;
	animation: 10s ease 0s infinite normal none running gradient;
}
.breadcrumb_step:hover,
.breadcrumb_step--active {
	color: var(--breadcrumb-theme-2);
}
.breadcrumb_step:hover::before,
.breadcrumb_step--active::before {
	color: var(--breadcrumb-theme-1);
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

*:not(i):not(.timer):not(.w-icon-hamburger):not(.social-icon), html, body {
	font-family: 'cwTeXYen', 'Open Sans', '蘋方-繁', 'PingFang', '微軟正黑體', 'Microsoft JhengHei', 'Adobe 繁黑體 Std B', 'Adobe Fan Heiti Std B', 'AdobeFanHeitiStd-Bold', 'Meiryo', 'Verdana', 'Arial', 'Helvetica', 'Raleway', 'sans-serif', 'Open Sans' !important;
}

html, body, * {
	font-size: 1.2rem;
    line-height: 1.5;
}

html, body {
	background-color: var(--main-color);
}

.page-header {
	/* background-color: #e9f0f4; */
	background: linear-gradient(to bottom, #efe03f 0%,#e5a038 100%);
/*
	background: linear-gradient(90deg, #F093ED 0%, #AAF4F7 100%);
	background: -moz-linear-gradient(90deg, #F093ED 0%, #AAF4F7 100%);
	background: -webkit-linear-gradient(90deg, #F093ED 0%, #AAF4F7 100%);
	background: -o-linear-gradient(90deg, #F093ED 0%, #AAF4F7 100%);
 */
}

#header .header-nav-main nav > ul > li > a {
    font-size: 1.2rem;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.2rem;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #fff;
}

html section.section-dark p {
	color: #525252;
}

.text-reasons h3:nth-child(2) {
	background: #fca3b9;
	margin-left: 1%;
}

.text-reasons h3:nth-child(3) {
	background: #fcd752;
	font-size: 1.75rem;
	line-height: 1.5;
	padding-left: 2rem;
	margin-left: 0;
}

.text-reasons h3:nth-child(4) {
	background: #68aef8;
	font-size: 36px;
	padding: .5rem 1.25rem;
	margin-left: 0;
}

html .text-color-light,
html .text-light {
	color: #525251 !important;
}

section.section {
	background: transparent;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 50px 0;
}

html .overlay-color-primary:not(.no-skin):before {
	background-color: #e9f0f4 !important;
}

.page-header {
	padding: 15px 0;
}

.page-header h1 {
	color: #554b44;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 600;
	position: relative;
	top: 2px;
}

html .btn-primary {
	background-color: #6197e0;
	border-color: #6197e0 #6197e0 #3176d3;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #2ba6ca;
	color: #FFF;
}

html .featured-box-primary h4 {
	color: #6197e0;
}

html .featured-box-primary .box-content {
	border-top-color: #6197e0;
}

html .text-color-primary,
html .text-primary {
	color: #395256 !important;
}

html section.section-secondary {
	background-color: #fff !important;
	border-color: #eaeaea !important;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #ffffb9;
	border-color: #ffffb9;
}

html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #efa943;
	border-color: #efa943;
}

ul {
	list-style: none;
}

ul.non_list {
	counter-reset: ol_custom-counter;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: unset;
	border-style: unset;
	border-width: unset;
	min-width: unset;
	padding: unset;
	text-align: unset;
}

ol.list.list-ordened.list-ordened-style-2 > li:before, ol.list.list-ordened.list-ordened-style-3 > li:before {
	border-radius: unset;
	border-style: unset;
	border-width: unset;
	min-width: unset;
	padding: unset;
	text-align: unset;
}

ol.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li:before {
	position: unset;
	top: unset;
	left: unset;
	content:unset;
	counter-increment: unset;
	font-weight: unset;
}

.list.list-ordened > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}
/*
.list.list-ordened li:before {
	position: unset;
	top: unset;
	left: unset;
	content: unset;
	counter-increment: unset;
	font-weight: unset;
}

ol.list.list-ordened  li:before {
	position: unset;
	top: unset;
	left: unset;
	content: unset;
	counter-increment: unset;
	font-weight: unset;
}

ol.list.list-ordened > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}
*/
ol.list.list-ordened > li:before {
	color: #5389d5;
	border-color: #5389d5;
}

section.page-header .page-header-title-border {
	background-color: #7ba5e0 !important;
}

#footer {
	/*background: #525251;*/
	background: linear-gradient(to bottom, #6c6c6c 0%, #3c3c3c 100%);
	font-size: 0.9em;
	margin-top: 0 !important;
	padding: 0;
	position: relative;
	clear: both;
}


html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #5cc7a4;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom-color: #4cbd9e;
}
.home-intro {
	background-color: #86c186;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #212529;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 0;
}


#footer a:not(.btn) {
	color: #fff;
	transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):hover {
	text-decoration: none;
	color: #e5f6fb;
}

.flip-card .flip-front,
.flip-card .flip-back {
	padding: 2rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	box-shadow: 0 0 22px -10px rgba(0, 0, 0, 0.58);
	transform-style: preserve-3d;
	transition: ease transform 500ms;
}

html .testimonial-primary blockquote {
	background: #fcf3e3;
}

html .testimonial-primary.testimonial-style-7 {
	background: #fcf3e3;
}

html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
	background-color: #fff;
	border-color: #605643 #605643 #605643;
	color: #777;
}

/* PNotify */
.ui-pnotify {
	left: calc(50% - 150px);
	top: 15px;
}

.ui-pnotify.stack-bar-top {
	width: 70% !important;
	left: 0 !important;
	opacity: 1;
	cursor: auto;
	top: 0;
	margin-left: 15%;
	right: auto;
	bottom: auto;
}

.ui-pnotify.stack-bar-top .ui-pnotify-container {
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
/* end PNotify */
.process .process-step:hover .process-step-circle {
	background-color: #fff;
}

html .featured-box-quaternary .icon-featured {
	background-color: #f7c378;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 4px #f7c378;
}

html .featured-box-quaternary h4 {
	color: #f7c378;
}

.process .process-step-circle {
	border-color: #ffffff00;
}

html .featured-box-quaternary .box-content-border-bottom {
	border-bottom-color: #d2d3db;
}

html .btn-with-arrow.btn-secondary {
	background-color: transparent;
	border-color: transparent;
	color: #4d3b33;
}

html .btn-with-arrow.btn-secondary span {
	background-color: #a8978f;
	box-shadow: 2px 3px 18px -3px #a8978f;
}

html .btn-primary:active,
html .btn-primary.active {
	background-color: #5bc0de !important;
	background-image: none !important;
	border-color: #5bc0de #5bc0de #2ba6ca !important;
}

html .featured-box-primary .box-content-border-bottom {
	border-bottom-color: #d2d3db;
}

html .divider.divider-primary.divider-small hr {
	background: #5bc0de;
}

.divider.divider-small hr {
	width: 50px;
	height: 3px;
	background: #fca3b9;
}

.text-10 {
	font-size: 2em !important;
}

.text-7 {
	font-size: 1.5em !important;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
	color: #2b7e97;
}

article.post-large .post-image, article.post-large .post-date {
	margin-left: -81px !important;
}

.c-checkbox {
	position: relative;
}

.c-checkbox.c-checkbox-inline .c-checkbox {
	display: inline-block;
}

.form-inline .c-checkbox.c-checkbox-inline {
	margin-right: 20px;
	top: 3px;
}

.c-checkbox input[type=checkbox] {
	visibility: hidden;
	position: absolute;
}

.c-checkbox label:not(.control-label) {
	cursor: pointer;
	padding-left: 30px;
}

.c-checkbox label > span {
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.c-checkbox label > span.inc {
	background: #fff;
	left: -10px;
	top: -10px;
	height: 40px;
	width: 40px;
	opacity: 0;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}

.c-checkbox label > .box {
	top: 2px;
	border: 2px solid #d0d7de;
	height: 20px;
	width: 20px;
	z-index: 5;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.ie .c-checkbox label > .box {
	top: 2px;
}

.c-checkbox label > .check {
	top: -2px;
	left: 6px;
	width: 10px;
	height: 20px;
	border: 2px solid #d0d7de;
	border-top: none;
	border-left: none;
	opacity: 0;
	z-index: 5;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* for c-ckeckbox */
.c-checkbox label > span.inc {
	-webkit-animation: growCircle 0.3s ease;
	-moz-animation: growCircle 0.3s ease;
	animation: growCircle 0.3s ease;
}

.c-checkbox input[type=checkbox]:checked ~ label > .box {
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
}

.c-checkbox input[type=checkbox]:checked ~ label > .check {
	opacity: 1;
	-webkit-transform: scale(1) rotate(45deg);
	-moz-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}

.c-checkbox input[type=checkbox]:disabled ~ label,
.c-checkbox input[type=checkbox][disabled] ~ label {
	cursor: not-allowed;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.c-checkbox input[type=checkbox]:disabled ~ label > .box,
.c-checkbox input[type=checkbox][disabled] ~ label > .box {
	cursor: not-allowed;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.c-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.c-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
	cursor: not-allowed;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.c-checkbox.has-error label {
	color: #e7505a;
}

.c-checkbox.has-error label > .box {
	border-color: #e7505a;
}

.c-checkbox.has-error label > .check {
	border-color: #e7505a;
}

.has-error .input-group-text {
	border-color: #e7505a;
}

.has-danger .input-group-text {
	border-color: #e7505a;
}

.c-checkbox.has-info label {
	color: #4eabe6;
}

.c-checkbox.has-info label > .box {
	border-color: #4eabe6;
}

.c-checkbox.has-info label > .check {
	border-color: #4eabe6;
}

.has-info .input-group-text {
	border-color: #4eabe6;
}

.c-checkbox.has-success label {
	color: #5dc09c;
}

.c-checkbox.has-success label > .box {
	border-color: #5dc09c;
}

.c-checkbox.has-success label > .check {
	border-color: #5dc09c;
}

.has-success .input-group-text {
	border-color: #5dc09c;
}

.c-checkbox.has-warning label {
	color: #ed9c28;
}

.c-checkbox.has-warning label > .box {
	border-color: #ed9c28;
}

.c-checkbox.has-warning label > .check {
	border-color: #ed9c28;
}

.has-warning .input-group-text {
	border-color: #ed9c28;
}

.c-radio {
	position: relative;
}

.c-radio.c-radio-inline {
	display: inline-block;
}

.form-inline .c-radio.c-radio-inline {
	margin-right: 20px;
	top: 3px;
}

.c-radio input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.c-radio label:not(.control-label) {
	cursor: pointer;
	padding-left: 30px;
}

.c-radio label > span {
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.c-radio label > span.inc {
	background: #fff;
	left: -10px;
	top: -10px;
	height: 40px;
	width: 40px;
	opacity: 0;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}

.c-radio label > .box {
	top: 1px;
	border: 2px solid #d0d7de;
	height: 20px;
	width: 20px;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	z-index: 5;
}

.ie .c-radio label > .box {
	top: 2px;
}

.c-radio label > .check {
	top: 6px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #d0d7de;
	opacity: 0;
	z-index: 6;
	display: block;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.c-radio label > span.inc {
	-webkit-animation: growCircleRadio 0.3s ease;
	-moz-animation: growCircleRadio 0.3s ease;
	animation: growCircleRadio 0.3s ease;
}

.c-radio input[type=radio]:checked ~ label > .check {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.c-radio input[type=radio]:disabled ~ label,
.c-radio input[type=radio][disabled] ~ label {
	cursor: not-allowed;
	opacity: 0.7;
}

.c-radio input[type=radio]:disabled ~ label > .box,
.c-radio input[type=radio][disabled] ~ label > .box {
	cursor: not-allowed;
	opacity: 0.7;
}

.c-radio input[type=radio]:disabled:checked ~ label > .check,
.c-radio input[type=radio][disabled]:checked ~ label > .check {
	cursor: not-allowed;
	opacity: 0.7;
}

.c-radio.has-error label {
	color: #e7505a;
}

.c-radio.has-error label > .box {
	border-color: #e7505a;
}
.c-radio.has-error label > .check {
	background: #e7505a;
}

.c-radio.has-info label {
	color: #4eabe6;
}

.c-radio.has-info label > .box {
	border-color: #4eabe6;
}

.c-radio.has-info label > .check {
	background: #4eabe6;
}

.c-radio.has-success label {
	color: #5dc09c;
}

.c-radio.has-success label > .box {
	border-color: #5dc09c;
}

.c-radio.has-success label > .check {
	background: #5dc09c;
}

.c-radio.has-warning label {
	color: #ed9c28;
}

.c-radio.has-warning label > .box {
	border-color: #ed9c28;
}

.c-radio.has-warning label > .check {
	background: #ed9c28;
}

.c-radio.has-joe label {
	color: #32c5d2;
}

.c-radio.has-joe label > .box {
	border-color: #32c5d2;
}

.c-radio.has-joe label > .check {
	background: #32c5d2;
}

.form-c-radios.has-error > label {
	color: #e7505a;
}

.form-c-radios.has-info > label {
	color: #4eabe6;
}

.form-c-radios.has-success > label {
	color: #5dc09c;
}

.form-c-radios.has-warning > label {
	color: #ed9c28;
}

.form-c-radios.has-joe > label {
	color: #32c5d2;
}

.c-radio-list {
	margin: 10px 0;
}

.form-horizontal .c-radio-list {
	margin-top: 0;
}

.c-radio-list .c-radio {
	display: block;
	margin-bottom: 10px;
}

.c-radio-inline {
	margin: 10px 0;
}

.form-horizontal .c-radio-inline {
	margin-top: 8px;
}

.c-radio-inline .c-radio {
	display: inline-block;
	margin-right: 20px;
}

.c-radio-inline .c-radio:last-child {
	margin-right: 0;
}

/* date pick */
.ui-widget-header {
	background: #32c5d2;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #32c5d2;
	background: #32c5d2;
}

select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 40%;
	margin: 1px 5px;
}

.text-reasons label {
	font-size: 9.1rem;
	line-height: .8;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	background-color: var(--main-color);
}

html .rating-primary .filled-stars {
	color: #FFAC12;
}


.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	color: #22848c !important;
}

.heading.heading-middle-border:before {
	border-top: 1px solid #544b31;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
}
.heading.heading-border {
	margin-bottom: 0;
}
.body {
	background-color: transparent;
}


html.sticky-header-active #header .header-body {
	position: fixed;
	border: none !important;
}

.process .process-step-circle {
	display: flex;
	justify-content: center;
	height: 60px;
	text-align: center;
	width: 60px;
	border: 2px solid #F111;
	border-radius: 50%;
	align-items: center;
	position: relative;
	background-color: #F111;
	transition: all 0.2s ease-in-out;
}


html .btn-with-arrow.btn-tertiary:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #6184c6 !important;
}

html .btn-with-arrow.btn-tertiary span {
	background-color: #76a375;
	box-shadow: 2px 3px 18px -3px #7694cb;
}

html .btn-with-arrow.btn-tertiary {
	background-color: transparent;
	border-color: transparent;
	color: #6184c6;
}


.call-to-action h3 {
	text-transform: none;
	color: #fff;
	padding: 0;
	margin: 0 0 9px;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #6184c6;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #6184c6;
}

html .blockquote-primary {
	border-color: #6184c6 !important;
}

#header .header-btn-collapse-nav {
	background: #6184c6;
}

@keyframes rr {
	0% {
		transform-origin: left bottom;
		transform: rotate(10deg);
		opacity: 1
	}
	100% {
		transform-origin: left bottom;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-5px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(5px);
	}
}

ul.nav-tabs li.active img {
	animation-name: rr;
	animation-duration: 500ms;
	animation-iteration-count: 6;
}

i.fas, i.fab, i.far {
	width: 20px;
}

.text-dark {
	color: #171717 !important;
}

.text-light {
	color: #FFF !important;
}

.text-color-success {
	color: #34c38f !important;
}

.text-color-danger {
	color: #ea5455 !important;
}

.text-color-grey {
	color: #999 !important;
}

.text-color-inherit {
	color: inherit;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
	.table.table-no-more,
	.table.table-no-more thead,
	.table.table-no-more tbody,
	.table.table-no-more tr,
	.table.table-no-more th,
	.table.table-no-more td {
		display: block;
	}

	.table.table-no-more thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.table.table-no-more tr {
		border-bottom: 1px solid #DDD;
	}

	.table.table-no-more td {
		border: none;
		position: relative;
		padding-left: 40%;
		text-align: left;
		white-space: normal;
	}

	.table.table-no-more td:before {
		content: attr(data-title);
		font-weight: bold;
		left: 6px;
		padding-right: 10px;
		position: absolute;
		text-align: left;
		top: 8px;
		white-space: nowrap;
		width: 35%;
	}

	.table.table-no-more.table-bordered td {
		border-bottom: 1px solid #dedede;
	}

	.table.table-no-more.table-sm td:before {
		top: 5px;
	}
}

html .j-border-color-primary {
	border-color: #0088CC !important;
}

html .j-border-color-hover-primary:hover {
	border-color: #0088CC !important;
}

html .j-border-color-secondary {
	border-color: #e36159 !important;
}

html .j-border-color-hover-secondary:hover {
	border-color: #e36159 !important;
}

html .j-border-color-tertiary {
	border-color: #2BAAB1 !important;
}

html .j-border-color-hover-tertiary:hover {
	border-color: #2BAAB1 !important;
}

html .j-border-color-quaternary {
	border-color: #383f48 !important;
}

html .j-border-color-hover-quaternary:hover {
	border-color: #383f48 !important;
}

html .j-border-color-dark {
	border-color: #212529 !important;
}

html .j-border-color-hover-dark:hover {
	border-color: #212529 !important;
}

html .j-border-color-light {
	border-color: #FFF !important;
}

html .j-border-color-hover-light:hover {
	border-color: #FFF !important;
}

/* 跑馬燈 */
.marquee {
	width: 100%;
	overflow: hidden;
	background: transparent;
	color: #999;
}

.marquee b {
	color: #fff;
}

label.required:after {
	color: #f00;
}

label.required {
	color: #000;
}

label.required:after {
	color: #000;
}

#header .header-logo img {
	top: 0;
}

html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #447543;
	border-color: #447543;
}

a {
	color: #577a57;
}

a:hover {
	color: #3f5a3f;
}

ol.list.list-ordened {
	text-align: justify !important;
}

ol.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #76a375;
}

ol.list.list-ordened.list-ordened-style-4 li:before {
	background-color: #fff;
	color: palevioletred;
	border: 5px palevioletred double;
}

.bg-color-grey-scale-1 {
	background-color: #faf5e0 !important;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #fff;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

.page-header.page-header-classic .page-header-title-border {
	height: 2px;
	bottom: 5px;
}

.cbp-l-filters-underline {
	margin-bottom: 0;
}

div.cbp-item-wrapper dd {
	-webkit-box-shadow: 4px 6px 12px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 6px 12px -4px rgba(0,0,0,0.75);
	box-shadow: 4px 6px 12px -4px rgba(0,0,0,0.75);
	width: 98%;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #ffffb9;
}

#footer a:not(.btn) {
	color: #ffffb9;
}

.divider [class*="fa-"], .divider .icons {
	background-color: transparent;
}

label.required:after {
	color: #8e2558;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
	background-color: #e5a038 !important;
	border-color: #e5a038;
}

.pagination > a, .pagination > a:hover, .pagination > a:focus, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #e5a038;
}

ol.list.list-ordened {
	padding-left: 0;
}

ol.list.list-ordened.list-ordened-style-2 li, ol.list.list-ordened.list-ordened-style-3 li, ol.list.list-ordened.list-ordened-style-4 li {
	padding-left: 40px;
}

.fancybox-opened {
	z-index: 99999;
}

.hr_divider {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	height: 1px;
	border: none;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #3399cc, #e3d15f, #cc3366);
	animation-duration: 2s;
	animation-name: slide;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.hr_divider_3 {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	height: 3px;
	border: none;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #3399cc, #e3d15f, #cc3366);
	animation-duration: 2s;
	animation-name: slide;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes slide {
	from {
		background-position: left 0;
	}
	to {
		background-position: right 0;
	}
}

.hr_divider--delay {
	animation-delay: 1s;
}

.hr_divider::before, .hr_divider::after {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	top: -1px;
	background: white;
}

.hr_divider::before {
	left: 0;
	top: -1px;
}

.hr_divider::after {
	right: 0;
}

.tabs-vertical .nav-tabs {
	width: 20%;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-left-color: #0969b5;
}

html body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link {
	color: #0969b5;
}

.mosaic-loader {
	--cell-size: 64px;
	--cell-spacing: 1px;
	--border-width: 1px;
	--cells: 4;
	--total-size: calc(
			var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing))
	);
	display: flex;
	flex-wrap: wrap;
	width: var(--total-size);
	height: var(--total-size);
}
.mosaic-loader > .cell {
	--cell-color: white;
	flex: 0 0 var(--cell-size);
	margin: var(--cell-spacing);
	background-color: transparent;
	box-sizing: border-box;
	border: var(--border-width) solid var(--cell-color);
	animation: 1.5s ripple ease infinite;
}
.mosaic-loader > .cell.d-1 {
	animation-delay: 100ms;
}
.mosaic-loader > .cell.d-2 {
	animation-delay: 200ms;
}
.mosaic-loader > .cell.d-3 {
	animation-delay: 300ms;
}
.mosaic-loader > .cell.d-4 {
	animation-delay: 400ms;
}
.mosaic-loader > .cell.d-5 {
	animation-delay: 500ms;
}
.mosaic-loader > .cell.d-6 {
	animation-delay: 600ms;
}
.mosaic-loader > .cell:nth-child(1) {
	--cell-color: #d4aee0;
}
.mosaic-loader > .cell:nth-child(2) {
	--cell-color: #8975b4;
}
.mosaic-loader > .cell:nth-child(3) {
	--cell-color: #64518a;
}
.mosaic-loader > .cell:nth-child(4) {
	--cell-color: #565190;
}
.mosaic-loader > .cell:nth-child(5) {
	--cell-color: #44abac;
}
.mosaic-loader > .cell:nth-child(6) {
	--cell-color: #2ca7d8;
}
.mosaic-loader > .cell:nth-child(7) {
	--cell-color: #1482ce;
}
.mosaic-loader > .cell:nth-child(8) {
	--cell-color: #05597c;
}
.mosaic-loader > .cell:nth-child(9) {
	--cell-color: #b2dd57;
}
.mosaic-loader > .cell:nth-child(10) {
	--cell-color: #57c443;
}
.mosaic-loader > .cell:nth-child(11) {
	--cell-color: #05b853;
}
.mosaic-loader > .cell:nth-child(12) {
	--cell-color: #19962e;
}
.mosaic-loader > .cell:nth-child(13) {
	--cell-color: #fdc82e;
}
.mosaic-loader > .cell:nth-child(14) {
	--cell-color: #fd9c2e;
}
.mosaic-loader > .cell:nth-child(15) {
	--cell-color: #d5385a;
}
.mosaic-loader > .cell:nth-child(16) {
	--cell-color: #911750;
}

@keyframes ripple {
	0% {
		background-color: transparent;
	}
	30% {
		background-color: var(--cell-color);
	}
	60% {
		background-color: transparent;
	}
	100% {
		background-color: transparent;
	}
}

#header .header-nav {
	padding: 0;
}

ol.list.list-ordened.list-ordened-style-2 > li:before, ol.list.list-ordened.list-ordened-style-3 > li:before, ol.list.list-ordened.list-ordened-style-4 > li:before {
	padding: 2px 0 0 0;
}

ol.list.list-icons.list-icons-sm > li > [class*="fa-"]:first-child, ol.list.list-icons.list-icons-sm > li > .icons:first-child, ol.list.list-icons.list-icons-sm > li a:first-child > [class*="fa-"]:first-child, ol.list.list-icons.list-icons-sm > li a:first-child > .icons:first-child {
	top: 0;
}

ol.list.list-icons.list-icons-lg > li > [class*="fa-"]:first-child, ol.list.list-icons.list-icons-lg > li > .icons:first-child, ol.list.list-icons.list-icons-lg > li a:first-child > [class*="fa-"]:first-child, ol.list.list-icons.list-icons-lg > li a:first-child > .icons:first-child {
	font-size: 0.9rem !important;
	top: 8px;
}

.wave_div:before, .wave_div:after {
	content: "";
	position: absolute;
	left: 50%;
	min-width: 300vw;
	min-height: 300vw;
	background-color: #FCFFF5;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.wave_div:before {
	bottom: 15vh;
	border-radius: 45%;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}
.wave_div:after {
	bottom: 12vh;
	opacity: 0.5;
	border-radius: 47%;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

@-webkit-keyframes rotate {
	0% {
		transform: translate(-50%, 0) rotateZ(0deg);
	}
	50% {
		transform: translate(-50%, -2%) rotateZ(180deg);
	}
	100% {
		transform: translate(-50%, 0%) rotateZ(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: translate(-50%, 0) rotateZ(0deg);
	}
	50% {
		transform: translate(-50%, -2%) rotateZ(180deg);
	}
	100% {
		transform: translate(-50%, 0%) rotateZ(360deg);
	}
}

.wild-color-board {
	padding: 10px;
	border-style: solid;
	border-width: 10px;
	border-image: repeating-linear-gradient(45deg, #b8cfe5, #b8cfe5 4%) 1;
}

ol.faq_list {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}
ol.faq_list li {
	margin: 0 0 0.9rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
	text-align: justify;
	line-height: 120%;
}
ol.faq_list li::before {
	content: counter(my-awesome-counter);
	color: #fcd000;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(-10deg);
	background: black;
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #fcd000;
}

li.smaller_font:before {
	font-size: 1rem !important;
}

#header .header-nav-main nav > ul > li > a {
	color: #222;
}

.accordion .card-header a {
	color: #fff !important;
}

.text-2 {
	font-size: .9em !important;
}

.pricing-table .plan.plan-featured .plan-header {
	background: #e5a038;
}

.pricing-table .plan .plan-features {
	text-align: left;
}

.pricing-table .plan .plan-features ul li {
	line-height: 1.5;
}

.pricing-table .plan.plan-featured ul li {
	border-bottom: 1px solid #e5a038;
}

.featured-boxes-modern-style-primary .featured-box {
	background: #2B4AFF;
	background: linear-gradient(135deg, #2B4AFF 0%, #E2498D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B4AFF', endColorstr='#E2498D', GradientType=1);
}

html .svg-fill-color-primary {
	fill: #e5a038 !important;
}

html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
	fill: #e5a038 !important;
}

html .svg-stroke-color-primary {
	stroke: #e5a038 !important;
}

html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
	stroke: #e5a038 !important;
}

.form-control {
	border-radius: 0.25rem;
	border: 1px solid rgba(229, 160, 56, 0.3);
	border-bottom: 2px solid rgba(229, 160, 56, 1);
}

.process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {
	background-color: #e5a038;
}

.process.process-shapes .process-step.action .process-step-circle .process-step-circle-content, .process.process-shapes .process-step.action .process-step-circle:before, .process.process-shapes .process-step.action .process-step-circle:after {
	background-color: #ca1c1b;
}

.process.process-shapes .process-step-circle:after {
	background: none !important;
}

.process.process-shapes .process-step.action .process-step-circle:after {
	background-color: #999;
	opacity: 0.3;
	transform: translate3d(-50%, -50%, 0) scale(2);
	z-index: 1;
}

.process.process-shapes .process-step.action .process-step-circle:before {
	-webkit-animation-name: processShapesScaleOne;
	animation-name: processShapesScaleOne;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.process.process-shapes .process-step.action .process-step-circle:after {
	-webkit-animation-name: processShapesScaleTwo;
	animation-name: processShapesScaleTwo;
}

.process.process-shapes .process-step.action .process-step-circle:before, .process.process-shapes .process-step.action .process-step-circle:after {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

html body .tabs .nav-tabs li.active .nav-link {
	border-top-color: #e5a038 !important;
}

html body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs.nav-justified .nav-link:hover {
	border-top-color: #e5a038 !important;
}

ul.nav-tabs.j-color li.nav-item a {
	color: #fdc82e !important;
}

ul.nav-tabs.j-color li.nav-item.active a {
	color: #e5a038 !important;
}

.list-type5{
	width:100%;
	margin:0 auto;
}

.list-type5 ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	padding: 0;
	counter-reset: li-counter;
}
.list-type5 ol li{
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #F0D756;
	padding-left: 85px;
	color: #0a6aa1;
	text-align: justify;
}

.list-type5 a{
	text-decoration:none;
	color:black;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}

.list-type5 li:hover{
	box-shadow:inset -1em 0 #658578;
	-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
	transition: box-shadow 0.5s;
}

.list-type5 ol li:before {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
	width: 1.8em;
	height: 1.2em;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #658578;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	content: counter(li-counter);
	counter-increment: li-counter;
}

.smallRotate {
	transform-origin: top right;
	animation: smallRotate 4s infinite alternate-reverse;
}

@keyframes smallRotate {
	from {
		rotate: 0;
	}
	to {
		rotate: 10deg;
	}
}

.wild-color-board-ani {
	padding: 10px;
	border-radius: 20px;
	background: linear-gradient(101deg, #179788, #72b5a9, #b2d2cc, #f0f0f0, #b2d2cc, #72b5a9, #179788);
	background-size: 1200% 100%;
	animation: ani_board 10s linear infinite;
}

.wild-color-board-content {
	border-radius: 11px;
	background-color: #fff;
	padding: 20px;
}

@keyframes ani_board {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 100% 0;
	}
}

.pad {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 25px;
	border-radius: 20px;
	background: linear-gradient(0.06deg, #fafafa 0%, #f6f6f6 29.62%, #eaeaea 58.47%, #d7d7d7 86.92%, #cccccc 99.22%);
	box-shadow: -4px 8px 8px rgba(0, 0, 0, 0.1), -8px 16px 16px rgba(0, 0, 0, 0.1), -16px 32px 32px rgba(0, 0, 0, 0.15), -32px 64px 64px rgba(0, 0, 0, 0.25);
}

.pad:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.pad.z {
	border-radius: 100px;
	color: #222;
	background: linear-gradient(0.01deg, #b3b3b3 8.92%, #d5d5d5 31.91%, #f0f0f0 54.33%, #fafafa 67.52%);
}

.pad.z:before {
	margin: 8px;
	border-radius: 96px;
	background: linear-gradient(0.06deg, #fafafa 0%, #f6f6f6 29.62%, #eaeaea 58.47%, #d7d7d7 86.92%, #cccccc 99.22%);
}

@media only screen and (max-width: 991px) {
	.pad {
		font-size: 1rem !important;
	}
}

@media (min-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}

.select2-selection__rendered {
	line-height: 31px !important;
}

.select2-container .select2-selection--single {
	height: 35px !important;
}

.select2-selection__arrow {
	height: 34px !important;
}

#dashboard_title_doll {
	position: absolute;
	width: 150px;
	animation: ani_up_down 1.5s ease-in-out infinite forwards;
	top: -130px;
}

@keyframes ani_up_down {
	50% { top: -110px; }
	100% { top: -130px; }
}

.play_button {
	background-image: linear-gradient(to top, #f4f1ee, #fff);
	border-radius: 50%;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .3), inset 0 4px 1px 1px white, inset 0 -3px 1px 1px rgba(204,198,197,.5);
	float: left;
	height: 70px;
	margin: 0 30px 30px 0;
	position: relative;
	width: 70px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}

.play_button:after {
	color: #e9e6e4;
	content: "";
	display: block;
	font-size: 30px;
	height: 30px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #bdb5b4, 1px 1px 1px white;
	position: absolute;
	width: 30px;
}

.play_button.play:after {
	content: "▶︎";
	left: 23px;
	top: 24px;
}


.play_button:hover {
	background-image: linear-gradient(to top, #fff, #f4f1ee);
	color: #0088cc;
}

.play_button.play:hover:after {
	color: #83d244;
	text-shadow: 0 0 6px #83d244;
}


.play_button:active {
	background-image: linear-gradient(to top, #efedec, #f7f4f4);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0 -3px 1px 1px rgba(204,198,197,.5);
}

.play_button:active:after {
	color: #dbd2d2;
	text-shadow: 0 -1px 1px #bdb5b4, 0 1px 1px white;
}

.j-board {
	background-color: #e7edf2; width: 100%; padding: 20px; border-radius: 20px; border: 1px solid #222;
}

.j-board-1 {
	background-color: #dbdcee; width: 100%; padding: 30px 20px 20px 20px; border-radius: 20px; border: 1px solid #222; box-shadow: 10px 10px 0 0 rgba(51, 51, 51, 1);
}

.com_box_2 {
	float: left;
	position: relative;
	min-height: 100px;
	border: 3px solid #000;
	margin: 50px;
	box-sizing: border-box;
	font-size: 1.5rem !important;
	padding: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	border-radius: 20px;
	background-color: #fff;
}

.com_box_2:before,
.com_box_2:after {
	position: absolute;
	content: '';
	border: 10px solid;
}

.com_box_2:before {
	right: -20px;
	top: 20px;
	border-color: transparent transparent transparent #000;
}

.com_box_2:after {
	border-color: transparent transparent transparent #fff;
	right: -18px;
	top: 20px;
}

@keyframes flow_cloud {
	0% {
		background-position: 0;
	}
	100% {
		background-position: 5440px;
	}
}

.margin_text_border {
	background-color: rgba(255, 255, 255, .5);
	padding: 10px 5px;
	border: 1rem solid #aaaaff;
	-o-border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #aaaaff 6px, #aaaaff 15px, transparent 16px, transparent 20px) 20/1rem;
	border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #aaaaff 6px, #aaaaff 15px, transparent 16px, transparent 20px) 20/1rem;
}



/* Menu Item @ 2024-04-27 */
.menu-item,
.menu-open-button {
	background: #EEEEEE;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	/*margin-left: -40px;*/
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	-webkit-transform: translate3d(0, 0, 0);
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: -webkit-transform ease-out 200ms;
	transition: -webkit-transform ease-out 200ms;
	transition: transform ease-out 200ms;
	transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
	display: none;
}

.lines {
	width: 25px;
	height: 3px;
	background: #596778;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}

.line-2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.line-3 {
	-webkit-transform: translate3d(0, 8px, 0);
	transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
	-webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	font-size: 26px;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
	background: #EEEEEE;
	color: #3290B1;
}

.menu-item:nth-child(3) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(4) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(5) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(6) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(7) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(8) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-item:nth-child(9) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu-open-button {
	z-index: 2;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	cursor: pointer;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
	-webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
	transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
	-webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
	transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
	transition-duration: 180ms;
	-webkit-transition-duration: 180ms;
	-webkit-transform: translate3d(0.08361px, -104.99997px, 0);
	transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
	transition-duration: 280ms;
	-webkit-transition-duration: 280ms;
	-webkit-transform: translate3d(90.9466px, -52.47586px, 0);
	transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
	transition-duration: 380ms;
	-webkit-transition-duration: 380ms;
	-webkit-transform: translate3d(90.9466px, 52.47586px, 0);
	transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
	transition-duration: 480ms;
	-webkit-transition-duration: 480ms;
	-webkit-transform: translate3d(0.08361px, 104.99997px, 0);
	transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
	transition-duration: 580ms;
	-webkit-transition-duration: 580ms;
	-webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
	transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
	transition-duration: 680ms;
	-webkit-transition-duration: 680ms;
	-webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
	transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
	transition-duration: 780ms;
	-webkit-transition-duration: 780ms;
	-webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
	transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
	background-color: #669AE1;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
	color: #669AE1;
	text-shadow: none;
}

.green {
	background-color: #70CC72;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
	color: #70CC72;
	text-shadow: none;
}

.red {
	background-color: #FE4365;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
	color: #FE4365;
	text-shadow: none;
}

.purple {
	background-color: #C49CDE;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
	color: #C49CDE;
	text-shadow: none;
}

.orange {
	background-color: #FC913A;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
	color: #FC913A;
	text-shadow: none;
}

.lightblue {
	background-color: #62C2E4;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
	color: #62C2E4;
	text-shadow: none;
}

.credit {
	margin: 24px 20px 120px 0;
	text-align: right;
	color: #EEEEEE;
}

.credit a {
	padding: 8px 0;
	color: #C49CDE;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.credit a:hover {
	text-decoration: underline;
}

.js-marquee {
	padding-top: 10px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.guide_more {
	margin: 20px auto;
	display: block;
	text-align: center !important;
}

.guide_more .c-btn {
	transition: all .15s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
	transition-property: transform, background, box-shadow;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 15rem;
	height: 5rem;
	padding-bottom: .3em;
	vertical-align: top;
	border: #000 solid .3rem;
	border-radius: 2.5rem;
	background: #fff;
	color: #000 !important;
	line-height: 1.5;
	text-decoration: none;
	box-shadow: 0 .5rem 0 #fff;
}

.guide_more .c-btn:hover {
	transform: translateY(0.5rem);
	background: #fff352;
	box-shadow: 0 0 0 #fff;
}

.index_ol_list {
	position: relative;
	margin: 0.8em 0 0;
	list-style: outside none none;
	counter-reset: big_num;
	padding-left: 0;
}

.index_ol_list_item {
	position: relative;
	margin: 0.8em 0 0 1.9em;
	list-style: outside none none;
}

.index_ol_list_item::before {
	content: counter(big_num, decimal);
	counter-increment: big_num;
	position: absolute;
	top: -2px;
	font-size: 19px;
	left: -1.9em;
	box-sizing: border-box;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	color: #333;
	background: #fff none repeat scroll 0% 0%;
	font-weight: 600;
	text-align: center;
	border: solid 1px #333;
	border-radius: 50%;
}

.table-striped thead tr {
	background-color: #dbdcee;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .7) !important;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #dbdcee !important;
}

.xch_btn {
	margin: 10px auto;
	display: block;
	text-align: center !important;
}

.xch_btn .x_btn {
	transition: all .15s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
	transition-property: transform, background, box-shadow;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 30px;
	border: #000 solid .3rem;
	border-radius: 2.5rem;
	background: #fff;
	color: #0071bc !important;
	line-height: 1.5;
	text-decoration: none;
	box-shadow: 0 5px 0 #fff;
	cursor: pointer;
}

.xch_btn .x_btn:hover {
	transform: translateY(0.5rem);
	background: #fff352;
	box-shadow: 0 0 0 #fff;
}

.xch_btn .x_btn.not_arrow {
	cursor: not-allowed;
	color: #c1272d !important;
}

.button2 {
	opacity: 0;
	transform: translateY(1.875rem);
	transition: all 1s cubic-bezier(.42, .04, .23, .98);
}

.button2.--show, .--show .button2 {
	opacity: 1;
	transform: translateY(0);
}

span.body {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transition: transform .25s ease-in-out;
	border-radius: 30px;
	box-shadow: #222 10px 10px 0 0;
	overflow: hidden;
}

.inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px 40px;
}

.text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: .1em;
	font-feature-settings: "palt" on
}

.icon-parent {
	position: relative;
	display: block
}

.arrow-icon {
	background-color: var(--bgColorCode);
	transition: transform .3s ease-in-out
}

.arrow-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px
}

.arrow-icon.--size-30 {
	width: 1.875rem;
	height: 1.875rem
}

@media only screen and (max-width: 768px) {
	.arrow-icon.--size-30 {
		width: 1.25rem;
		height: 1.25rem
	}
}

.arrow-icon.--size-40 {
	width: 5rem;
	height: 5rem
}

@media only screen and (max-width: 768px) {
	.arrow-icon.--size-40 {
		width: 3rem;
		height: 3rem
	}
}

.icon {
	display: block;
	background-size: contain
}

.--size-30 .icon {
	width: .9375rem;
	height: .9375rem
}

@media only screen and (max-width: 768px) {
	.--size-30 .icon {
		width: .625rem;
		height: .625rem
	}
}

.--size-40 .icon {
	width: 1.25rem;
	height: 1.25rem
}

@media only screen and (max-width: 768px) {
	.--size-40 .icon {
		width: .9375rem;
		height: .9375rem
	}
}

.--reverse .icon {
	transform: scaleX(-1)
}

.--arrow-color-white .icon {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.87328%204.69254C9.18116%204.41544%209.65538%204.4404%209.93247%204.74828L12.7442%207.87242C13.3958%208.59639%2012.882%209.75001%2011.908%209.75001H2.25C1.83579%209.75001%201.5%209.41422%201.5%209.00001C1.5%208.58579%201.83579%208.25001%202.25%208.25001H11.066L8.81753%205.75173C8.54043%205.44385%208.56539%204.96963%208.87328%204.69254Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
}

.--arrow-color-blue .icon {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.87328%204.69254C9.18116%204.41544%209.65538%204.4404%209.93247%204.74828L12.7442%207.87242C13.3958%208.59639%2012.882%209.75001%2011.908%209.75001H2.25C1.83579%209.75001%201.5%209.41422%201.5%209.00001C1.5%208.58579%201.83579%208.25001%202.25%208.25001H11.066L8.81753%205.75173C8.54043%205.44385%208.56539%204.96963%208.87328%204.69254Z%22%20fill%3D%22%233073B5%22%2F%3E%3C%2Fsvg%3E)
}

.body {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transition: transform .25s ease-in-out
}

@media only screen and (min-width: 769px) {
	a:hover .body {
		transform: translateY(.625rem)
	}
}

@media only screen and (max-width: 768px) {
	.inner {
		padding: 1rem 1.25rem 1rem 1.875rem;
	}
}

.--white .inner {
	background-color: #fff
}

.--gray .inner {
	background-color: #efefef
}

.--baige .inner {
	background-color: #f9da58;
}

.text {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: .1em;
	font-feature-settings: "palt" on;
	color: darkgreen;
}

@media only screen and (max-width: 768px) {
	.text {
		font-size: 1.2rem
	}
}

.--lang-en .text {
	letter-spacing: .03em;
	text-align: left
}

.icon-parent {
	position: relative;
	display: block
}

.--size-30 .hover {
	width: 1.875rem;
	height: 1.875rem
}

@media only screen and (max-width: 768px) {
	.--size-30 .hover {
		width: 1.25rem;
		height: 1.25rem
	}
}

a:hover .arrow-icon {
	transform: scale(0)
}

.hover {
	position: absolute;
	top: 0;
	left: 0
}

.--size-40 .hover {
	width: 2.5rem;
	height: 2.5rem
}

@media only screen and (max-width: 768px) {
	.--size-40 .hover {
		width: 1.875rem;
		height: 1.875rem
	}
}

.hover-icon {
	width: 100%;
	transform: scale(0);
	transition: transform .3s ease-in-out
}

a:hover .hover-icon {
	transform: scale(1)
}

.primary-button.--white:before {
	background-color: #3073b5
}

.primary-button.--gray:before {
	background-color: #3073b5
}

.primary-button.--baige:before {
	background-color: #6f953f
}

.primary-button:focus-visible {
	outline: 2px dashed #3073B5
}

.primary-button.--focus-white:focus-visible {
	outline: 2px dashed #fff
}

.primary-button.--focus-blue2:focus-visible {
	outline: 2px dashed #1C5186
}

footer {
	position: relative;
}

.body[data-astro-cid-ioeiary4] {
	background-color: #f8d37a;
	text-align: center;
	padding-bottom: 50px;
}

.icon[data-astro-cid-ioeiary4] {
	margin-bottom: 20px;
}

.icon[data-astro-cid-ioeiary4] img[data-astro-cid-ioeiary4] {
	width: 300px;
}

.top-button[data-astro-cid-ioeiary4] {
	margin-bottom: 50px;
}

.to-corp-link[data-astro-cid-adycahsx] {
	color: #fff;
	padding: 5px 0;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.to-corp-link[data-astro-cid-adycahsx]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: .0625rem;
	left: 0;
	bottom: -.3125rem;
	background-color: #fff;
	transform: scale(0);
	transform-origin: 0 0;
	transition: transform .35s ease-in-out;
}

.arrow-icon[data-astro-cid-adycahsx].--size-30 {
	width: 1.875rem;
	height: 1.875rem;
}
.arrow-icon[data-astro-cid-adycahsx] {
	position: relative;
}
.arrow-icon[data-astro-cid-adycahsx] {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.arrow-icon[data-astro-cid-adycahsx]:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100px;
	background-color: #fff;
	transition: transform .25s ease-in-out;
}
.to-corp-link[data-astro-cid-adycahsx]:after {
	content: "";
	position: absolute;
	width: 100%;
	height: .0625rem;
	left: 0;
	bottom: -.3125rem;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%221%22%20viewBox%3D%220%200%208%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}

.hover[data-astro-cid-adycahsx] {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3073b5;
	border-radius: 100px;
	transform: scale(0);
	transition: transform .25s ease-in-out;
	border: 1px solid #fff;
}
.--arrow-color-white[data-astro-cid-adycahsx] .arrow-icon-image[data-astro-cid-adycahsx] {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%208C4.44772%208%204%208.44772%204%209V15C4%2015.5523%204.44772%2016%205%2016H11C11.5523%2016%2012%2015.5523%2012%2015V12.8333H14V15C14%2016.6569%2012.6569%2018%2011%2018H5C3.34315%2018%202%2016.6569%202%2015V9C2%207.34315%203.34315%206%205%206H6.33333V8H5Z%22%20fill%3D%22%233073B5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%205C8%204.44772%208.44772%204%209%204H15C15.5523%204%2016%204.44772%2016%205V5.6V11C16%2011.0345%2015.9983%2011.0686%2015.9948%2011.1022C15.9436%2011.6065%2015.5178%2012%2015%2012H9C8.44772%2012%208%2011.5523%208%2011L8%205.6L8%205ZM6%205.6V5C6%203.34315%207.34315%202%209%202H15C16.6569%202%2018%203.34315%2018%205V5.6V11C18%2012.6569%2016.6569%2014%2015%2014H9C7.34315%2014%206%2012.6569%206%2011V5.6Z%22%20fill%3D%22%233073B5%22%2F%3E%3C%2Fsvg%3E);
}

.--size-30[data-astro-cid-adycahsx] .arrow-icon-image[data-astro-cid-adycahsx] {
	width: 1.25rem;
	height: 1.25rem;
}
.--arrow-color-white[data-astro-cid-adycahsx] .arrow-icon-image[data-astro-cid-adycahsx] {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.87328%204.69254C9.18116%204.41544%209.65538%204.4404%209.93247%204.74828L12.7442%207.87242C13.3958%208.59639%2012.882%209.75001%2011.908%209.75001H2.25C1.83579%209.75001%201.5%209.41422%201.5%209.00001C1.5%208.58579%201.83579%208.25001%202.25%208.25001H11.066L8.81753%205.75173C8.54043%205.44385%208.56539%204.96963%208.87328%204.69254Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}
.--size-30[data-astro-cid-adycahsx] .arrow-icon-image[data-astro-cid-adycahsx] {
	width: .9375rem;
	height: .9375rem;
}
.arrow-icon-image[data-astro-cid-adycahsx] {
	position: relative;
}
.arrow-icon-image[data-astro-cid-adycahsx] {
	display: block;
	background-size: contain;
}
.ul[data-astro-cid-dd7xbemy] {
	display: flex;
	justify-content: center;
}
.li[data-astro-cid-dd7xbemy] {
	margin-right: 2.5rem;
}
.atag[data-astro-cid-dd7xbemy] {
	display: block;
	width: 1.875rem;
	border-radius: 200px;
	transition: opacity .2s linear;
}

.j_button_01 {
	background-color: #fbeee0;
	border: 2px solid #422800;
	border-radius: 30px;
	box-shadow: #422800 4px 4px 0 0;
	color: #422800;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 0 18px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.j_button_01:hover {
	background-color: #fff;
}

.j_button_01:active {
	box-shadow: #422800 2px 2px 0 0;
	transform: translate(2px, 2px);
}