a {
	color: var(--colorOrange);
}

.is_center { text-align: center!important;}
.is_right {	text-align: right!important;}
.is_left {text-align: left!important;}

.mt-5 {	margin-top: 0.3125rem!important;}
.mb-5 {	margin-bottom: 0.3125rem!important;}
.mt-10 { margin-top: 0.625rem!important;}
.mb-10 { margin-bottom: 0.625rem!important;}
.mt-24 { margin-top: 1.50rem!important;}
.mb-24 { margin-bottom: 1.50rem!important;}
.mt-40 { margin-top: 2.50rem!important;}
.mb-40 { margin-bottom: 2.50rem!important;}

@media screen and (max-width: 767px) {
	.mt-5 {	margin-top: 0.234375rem!important;}
	.mb-5 {	margin-bottom: 0.234375rem!important;}
	.mt-10 { margin-top: 0.46875rem!important;}
	.mb-10 { margin-bottom: 0.46875rem!important;}
	.mt-24 { margin-top: 1.125rem!important;}
	.mb-24 { margin-bottom: 1.125rem!important;}
	.mt-40 { margin-top: 1.875rem!important;}
	.mb-40 { margin-bottom: 1.875rem!important;}
}

.inner {
  height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 100%;
}

#main {
	margin-top: 4.0rem;
	padding-bottom: 4.0rem;
}

.main_indent {
	display: block;
	margin-left: 1.0rem;
}

