@charset "UTF-8";
/* ================================================== *
 *    Web Fonts
 * ================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/* ================================================== *
 *    Bootstrap Base
 * ================================================== */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");

:root {
	--bs-blue: #004ea2;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #e8374a;
	--bs-orange: #f3c844;
	--bs-yellow: #b7a77f;
	--bs-green: #75d3b0;
	--bs-teal: #20c997;
	--bs-cyan: #17a2b8;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #004ea2;
	--bs-secondary: #6c757d;
	--bs-success: #b7a77f;
	--bs-info: #f3c844;
	--bs-warning: #e8374a;
	--bs-danger: #e8374a;
	--bs-light: #f8f9fa;
	--bs-dark: #000;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #404040;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
a{
	color:#003D8D;
	text-decoration:underline;
	transition:.3s;
}
a:hover{
	text-decoration:none;
	transition:.3s;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
	-ms-overflow-style: scrollbar;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #2d2d2d;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
	white-space: normal;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote> :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (min-width: 576px) {

	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1240px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}


.close {
	font-size: calc(1.275rem + 0.3vw);
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}

@media (min-width: 1200px) {
	.close {
		font-size: 1.5rem;
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:hover,
.close:focus {
	opacity: 0.75;
}

.close:disabled,
.close.disabled {
	pointer-events: none;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: initial;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow 0.75s linear infinite;
	animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only,
.sr-only-focusable:not(:focus) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #004ea2 !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #b7a77f !important;
}

.border-info {
	border-color: #f3c844 !important;
}

.border-warning {
	border-color: #e8374a !important;
}

.border-danger {
	border-color: #e8374a !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #000 !important;
}

.border-white {
	border-color: #fff !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-primary {
	color: #004ea2 !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #b7a77f !important;
}

.text-info {
	color: #f3c844 !important;
}

.text-warning {
	color: #e8374a !important;
}

.text-danger {
	color: #e8374a !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #000 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #2d2d2d !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
	color: inherit !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.bg-primary {
	background-color: #004ea2 !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #b7a77f !important;
}

.bg-info {
	background-color: #f3c844 !important;
}

.bg-warning {
	background-color: #e8374a !important;
}

.bg-danger {
	background-color: #e8374a !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #000 !important;
}

.bg-body {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.font-italic {
	font-style: italic !important;
}

.font-normal {
	font-style: normal !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0 !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;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-0 {
		margin-right: 0 !important;
	}

	.mr-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mr-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mr-sm-3 {
		margin-right: 1rem !important;
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mr-sm-5 {
		margin-right: 3rem !important;
	}

	.mr-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-0 {
		margin-left: 0 !important;
	}

	.ml-sm-1 {
		margin-left: 0.25rem !important;
	}

	.ml-sm-2 {
		margin-left: 0.5rem !important;
	}

	.ml-sm-3 {
		margin-left: 1rem !important;
	}

	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}

	.ml-sm-5 {
		margin-left: 3rem !important;
	}

	.ml-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-0 {
		padding-right: 0 !important;
	}

	.pr-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pr-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pr-sm-3 {
		padding-right: 1rem !important;
	}

	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pr-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-0 {
		padding-left: 0 !important;
	}

	.pl-sm-1 {
		padding-left: 0.25rem !important;
	}

	.pl-sm-2 {
		padding-left: 0.5rem !important;
	}

	.pl-sm-3 {
		padding-left: 1rem !important;
	}

	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}

	.pl-sm-5 {
		padding-left: 3rem !important;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.mt-md-m2 {
		margin-top: -0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.mr-md-0 {
		margin-right: 0 !important;
	}

	.mr-md-1 {
		margin-right: 0.25rem !important;
	}

	.mr-md-2 {
		margin-right: 0.5rem !important;
	}

	.mr-md-3 {
		margin-right: 1rem !important;
	}

	.mr-md-4 {
		margin-right: 1.5rem !important;
	}

	.mr-md-5 {
		margin-right: 3rem !important;
	}

	.mr-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-0 {
		margin-left: 0 !important;
	}

	.ml-md-1 {
		margin-left: 0.25rem !important;
	}

	.ml-md-2 {
		margin-left: 0.5rem !important;
	}

	.ml-md-3 {
		margin-left: 1rem !important;
	}

	.ml-md-4 {
		margin-left: 1.5rem !important;
	}

	.ml-md-5 {
		margin-left: 3rem !important;
	}

	.ml-md-auto {
		margin-left: auto !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-0 {
		padding-right: 0 !important;
	}

	.pr-md-1 {
		padding-right: 0.25rem !important;
	}

	.pr-md-2 {
		padding-right: 0.5rem !important;
	}

	.pr-md-3 {
		padding-right: 1rem !important;
	}

	.pr-md-4 {
		padding-right: 1.5rem !important;
	}

	.pr-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-0 {
		padding-left: 0 !important;
	}

	.pl-md-1 {
		padding-left: 0.25rem !important;
	}

	.pl-md-2 {
		padding-left: 0.5rem !important;
	}

	.pl-md-3 {
		padding-left: 1rem !important;
	}

	.pl-md-4 {
		padding-left: 1.5rem !important;
	}

	.pl-md-5 {
		padding-left: 3rem !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-0 {
		margin-right: 0 !important;
	}

	.mr-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mr-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mr-lg-3 {
		margin-right: 1rem !important;
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mr-lg-5 {
		margin-right: 3rem !important;
	}

	.mr-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-0 {
		margin-left: 0 !important;
	}

	.ml-lg-1 {
		margin-left: 0.25rem !important;
	}

	.ml-lg-2 {
		margin-left: 0.5rem !important;
	}

	.ml-lg-3 {
		margin-left: 1rem !important;
	}

	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}

	.ml-lg-5 {
		margin-left: 3rem !important;
	}

	.ml-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-0 {
		padding-right: 0 !important;
	}

	.pr-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pr-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pr-lg-3 {
		padding-right: 1rem !important;
	}

	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pr-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-0 {
		padding-left: 0 !important;
	}

	.pl-lg-1 {
		padding-left: 0.25rem !important;
	}

	.pl-lg-2 {
		padding-left: 0.5rem !important;
	}

	.pl-lg-3 {
		padding-left: 1rem !important;
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}

	.pl-lg-5 {
		padding-left: 3rem !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-0 {
		margin-right: 0 !important;
	}

	.mr-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mr-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mr-xl-3 {
		margin-right: 1rem !important;
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mr-xl-5 {
		margin-right: 3rem !important;
	}

	.mr-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-0 {
		margin-left: 0 !important;
	}

	.ml-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ml-xl-2 {
		margin-left: 0.5rem !important;
	}

	.ml-xl-3 {
		margin-left: 1rem !important;
	}

	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}

	.ml-xl-5 {
		margin-left: 3rem !important;
	}

	.ml-xl-auto {
		margin-left: auto !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-0 {
		padding-right: 0 !important;
	}

	.pr-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pr-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pr-xl-3 {
		padding-right: 1rem !important;
	}

	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pr-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-0 {
		padding-left: 0 !important;
	}

	.pl-xl-1 {
		padding-left: 0.25rem !important;
	}

	.pl-xl-2 {
		padding-left: 0.5rem !important;
	}

	.pl-xl-3 {
		padding-left: 1rem !important;
	}

	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}

	.pl-xl-5 {
		padding-left: 3rem !important;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.float-xxl-left {
		float: left !important;
	}

	.float-xxl-right {
		float: right !important;
	}

	.float-xxl-none {
		float: none !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-inline {
		display: inline !important;
	}

	.d-xxl-inline-block {
		display: inline-block !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important;
	}

	.mr-xxl-0 {
		margin-right: 0 !important;
	}

	.mr-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.mr-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.mr-xxl-3 {
		margin-right: 1rem !important;
	}

	.mr-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.mr-xxl-5 {
		margin-right: 3rem !important;
	}

	.mr-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important;
	}

	.ml-xxl-0 {
		margin-left: 0 !important;
	}

	.ml-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ml-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.ml-xxl-3 {
		margin-left: 1rem !important;
	}

	.ml-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.ml-xxl-5 {
		margin-left: 3rem !important;
	}

	.ml-xxl-auto {
		margin-left: auto !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pr-xxl-0 {
		padding-right: 0 !important;
	}

	.pr-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pr-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pr-xxl-3 {
		padding-right: 1rem !important;
	}

	.pr-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pr-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xxl-0 {
		padding-left: 0 !important;
	}

	.pl-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.pl-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.pl-xxl-3 {
		padding-left: 1rem !important;
	}

	.pl-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.pl-xxl-5 {
		padding-left: 3rem !important;
	}

	.text-xxl-left {
		text-align: left !important;
	}

	.text-xxl-right {
		text-align: right !important;
	}

	.text-xxl-center {
		text-align: center !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

/* ------------------------------------------------- *
 *        Original Settings
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        library
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        Original Modules
 * ------------------------------------------------- */
body,
html {
	height: 100%;
}

body {
	min-height: 100%;
	font-weight: 400;
	word-wrap: break-word;
	letter-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
}

button:focus {
	outline: none;
}

p {
	line-height: 1.6;
}

a {
	text-decoration: none;
}

a:focus,
a:active {
	text-decoration: none;
	outline: none;
}


html {
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
	-webkit-font-feature-settings: "pkna"1;
	font-feature-settings: "pkna"1;
}

body {
	font-family: 'Open Sans', "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

.col-45,
.col-sm-45,
.col-md-45,
.col-lg-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-45 {
		width: 60%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
}

@media (min-width: 992px) {
	.col-md-45 {
		width: 60%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
}

@media (min-width: 1200px) {
	.col-lg-45 {
		width: 60%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
}

.frame {
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.frame {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.btn {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 0.65rem 2.5rem;
	border-radius: 5px;
}
.btn-arrow-right{
	font-size:11px;
	background:#003D8D;
	color:#fff;
	transition:.3s;
	border:none;
	position:relative;
	padding:0.4em 3em 0.4em 3em;
	letter-spacing:0;
}
.btn-arrow-right.freetext{
	font-size:14px;
}
.btn-arrow-right::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	position:absolute;
	top:0;bottom:0;
	margin:auto 0;
	height:1em;
	line-height:1;
	right:7px;
  transition: .3s;
}
.btn-arrow-right:hover::after{
	transform:translate(5px);
  transition: .3s;
}
.btn-arrow-right.hovergradient,
.btn-arrow-right.hovergradient span{
	position:relative;
}
.btn-arrow-right.hovergradient:before{
	background: linear-gradient(90deg, #44ABDA 0%, #076BAF 100%) 0% 0% no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
	border-radius:5px;
	opacity:0;
}
.btn-arrow-right.whitemode{
	font-size:14px;
	border:1px solid #fff;
	background:transparent;
	padding:0.2em 3.7em 0.2em 3.3em;
}
.btn-arrow-right.hovergradient:hover{
	color:#fff;
}
.btn-arrow-right.hovergradient:hover::before{
	opacity:1;
}
.btn-arrow-right.whitemode:hover{
	background:#fff;
	color:#A8A8A8;
	border:1px solid #A8A8A8;
	transition:all .3s;
}
@media (min-width: 992px) {
	.btn-arrow-right{
		font-size:18px;
		padding:0.65em 4.35em 0.65em 4.1em;
	}
	.btn-arrow-right.freetext{
		font-size:18px;
	}
	.btn-arrow-right::after{
		font-size:0.8em;
		right:15px;
	}
	.btn-arrow-right.whitemode{
		font-size:18px;
		padding:0.65em 4.7em 0.65em 4.7em;
	}
}
.btn.size-s{
	width:150px;
	padding: 2px 20px 4px;
	border-radius:2.5px;
}
.btn.size-s::after{
	font-size:0.7em;
}
.btn.size-m{
	width:175px;
	padding: 5px 25px 4px 25px;
	border-radius:2.5px;
	letter-spacing:0.14px;
}
.btn.size-m::after{
	right:11px;
}
.btn.size-l{
	width:291px;
	padding: 9px 30px 9px 30px;
	border-radius:5px;
}
.btn.size-l::after{
	right:11px;
}
@media (min-width: 992px) {
	.btn.size-s{
		width:180px;
		font-size:16px;
		padding: 8px 40px 8px 40px;
		border-radius:5px;
	}
	.btn.size-m{
		width:250px;
		padding: 11px 50px 12px 50px;
		border-radius:5px;
	}
	.btn.size-m::after{
		right:15px;
	}
	.btn.size-l{
		width:380px;
		padding: 17px 60px 16px 60px;
		border-radius:5px;
	}
	.btn.size-l::after{
		right:14px;
	}
}


table.table-detail {
	width: 100%;
	border: #004ea2 solid 1px;
	border-collapse: collapse;
	margin-bottom: 40px;
}

table.table-detail iframe {
	max-width: 100%;
}

table.table-detail th {
	background: #004ea2;
	color: #fff;
	padding: 10px 5px;
	border-bottom: #fff solid 1px;
	vertical-align: top;
	font-size: 12px;
	width: 90px;
}

@media (min-width: 992px) {
	table.table-detail th {
		width: 30%;
		font-size: 14px;
		padding: 10px 15px;
	}
}

table.table-detail tr:last-child th {
	border-bottom: #004ea2 solid 1px;
}

table.table-detail tr:last-child td {
	border-bottom: #004ea2 solid 1px;
}

table.table-detail td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

@media (min-width: 992px) {
	table.table-detail td {
		font-size: 14px;
		padding: 10px 15px;
	}
}

table.table-detail td p {
	font-size: 12px;
}

@media (min-width: 992px) {
	table.table-detail td p {
		font-size: 14px;
	}
}

table.table-detail td iframe {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Open Sans", "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
	font-weight: 700;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	line-height: 1.4;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: inherit;
}

h1,
.h1 {
	font-size: 1.75rem;
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

h2,
.h2 {
	font-size: 1.5rem;
}

@media (min-width: 992px) {

	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: 1.4rem;
}

@media (min-width: 992px) {

	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4 {
	font-size: 1.2rem;
}

@media (min-width: 992px) {

	h4,
	.h4 {
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	font-size: 1rem;
}

@media (min-width: 992px) {

	h5,
	.h5 {
		font-size: 1.25rem;
	}
}

p {
	margin: 0 0 1rem;
	font-size: 14px;
}

@media (min-width: 992px) {
	p {
		font-size: 16px;
		line-height: 1.8;
	}
}

.font-size-lg {
	font-size: 1.3rem;
}

.font-size-default {
	font-size: 16px;
}

.font-size-md {
	font-size: 16px;
}

.font-size-sm {
	font-size: 14px !important;
}

@media (min-width: 992px) {
	.font-size-sm {
		font-size: 14px !important;
	}
}

.font-size-xs {
	font-size: 10px !important;
}

@media (min-width: 992px) {
	.font-size-xs {
		font-size: 10px !important;
	}
}

.l-site-footer {
	padding: 18px 0 12px;
}

.l-site-footer-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto 19px;
}

.l-site-footer-nav li {
	list-style: none;
	padding: 0px 15px 8px;
	font-size: 11px;
	letter-spacing:0;
	line-height:1.5;
	margin:0;
}

@media (min-width: 992px) {
	.l-site-footer {
		padding: 20px 0 12px;
	}
	.l-site-footer-nav {
		margin: 0 auto 28px;
	}
	.l-site-footer-nav {
		display:flex;
		justify-content:center;
	}
	.l-site-footer-nav li {
		padding: 1px 20px;
		border-bottom: none;
		border-right: 1px solid #ADADAD;
		font-size: 12px;
	}
}

.l-site-footer-nav li:last-child {
	border-right: none;
}

.l-site-footer-nav li a {
	color: #404040;
	text-decoration: none;
	padding-bottom: 3px;
}

.l-site-footer-nav li a:hover {
	border-bottom: 1px solid #404040;
}

.l-site-footer-copyright {
	text-align: center;
	color: #707070;
	font-size: 10px;
	margin-bottom:0;
	letter-spacing:0;
}

.footer-link ul{
	padding-left: 0px;
	margin-bottom:18px;
}

.footer-link-flame {
	background-color: #F0F0F0;
	padding-top: 25px !important;
	padding-bottom: 20px !important;
}
@media (min-width: 1200px) {
	.footer-link-flame {
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.footer-link-flame-row{
    display: grid;
    grid-template-columns: repeat(5,1fr);
		gap:0 30px;
		padding-bottom:39px;
	}
	.footer-link-flame-row:last-child{
		padding-bottom:0;
	}
}
.footer-link-logo {
	width: 100px;
	margin: 0 auto 34px;
}
.footer-link-title {
	font-weight: bold;
	padding-bottom:11px;
	border-bottom: 1px solid #707070;
	margin-bottom:14px;
	font-size: 14px;
	letter-spacing:0;
}
.footer-link-title a{
	color:#404040;
	text-decoration:none;
}
.footer-link li {
	padding: 0px 10px 11px 0px;
	margin:0;
	font-size: 13px;
	list-style: none;
	letter-spacing:0;
	line-height:1.5;
}
.footer-link li ul{
	padding:8px 0 0 20px;
	margin-bottom:0;
}
.footer-link li li{
	font-size: 13px;
	padding: 0px 10px 9px 0px;
}
.footer-link li li:last-child{
	padding-bottom: 0;
}

.footer-link li a {
	color: #231F20;
	text-decoration:none;
}
@media (min-width: 992px) {
	.footer-link-logo {
		width: 140px;
		margin: 0 auto 43px;
	}
	.footer-link-title {
		font-size: 16px;
		padding-bottom:15px;
		margin-bottom:18px;
	}
	.footer-link li {
		padding: 0px 10px 13px 0px;
		font-size: 14px;
		list-style: none;
	}
	.footer-link li ul{
		padding:8px 0 0 10px;
	}
	.footer-link li li{
		font-size: 12px;
		padding: 0px 10px 13px 0px;
	}
}
.footer-link-title.has_child_item{
	position:relative;
	display:flex;
	justify-content:space-between;
}
.footer-link-title.has_child_item a{
	display:block;
}
.footer-link-title.has_child_item span{
	display:block;
	font-size:0.8em;
	margin-right:9px;
}
.footer-link-title.has_child_item span i{
	transition: 0.2s;
}
.footer-link-title.has_child_item span.is-opened i{
	transform: rotate(180deg);
	transition: 0.2s;
}
.footer-link-title.has_child_item{
}
.footer-link-title.has_child_item + ul{
	display:none;
}
@media (min-width: 1200px) {
	.footer-link-title.has_child_item a{
		
	}
	.footer-link-title.has_child_item + ul{
		display:block;
	}
	.footer-link-title.has_child_item span{
		display:none;
	}
}
.contact-footer-text {
	font-size: 30px;
	font-weight: bold;
	padding: 60px 0px 20px 0px;
}

.contact-footer-btn .is-external-link:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	padding-left: 15px;
}

.contact-footer-btn .fa-download-check:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f019";
	padding-left: 15px;
}

.contact-footer-btn a:hover button {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	border: 1px solid #ffffff;
}

.l-site-header {
	position: relative;
}

.l-site-header-logo {
	padding: 0px 0 0px 7px;
}

.l-site-header-logo img {
	width: 87px;
}

@media (min-width: 992px) {
	.l-site-header-logo {
		padding: 20px 0 20px 27px;
	}
	.l-site-header-logo img {
		width: 158px;
	}
}

.l-site-header-menu>ul {
	flex: 1;
	width: auto;
	padding: 0;
	margin:0;
}

.l-site-header-menu>ul>li {
	font-size: 16px;
	letter-spacing:0;
	line-height:1.4;
	list-style: none;
	text-align:center;
	padding-left:0;
}
.l-site-header-menu>ul>li.nav_item{
	padding-bottom:10px;
	display: inline-block;
	margin: 0 35px 0 0;
}
@media (min-width: 1400px) {
	.l-site-header-menu>ul>li.nav_item {
		margin-right:60px;
	}
}
.l-site-header-menu>ul>li.last {margin-right:50px;}

.l-site-header-menu>ul>li a {
	display: block;
	padding: 15px 0;
	color:#2d2d2d;
}

.l-site-header-menu>ul>li a:hover {
	text-decoration: none;
}

.l-site-header .menu_list .nav_item>span:hover {
	cursor: pointer;
}

.l-site-header .menu_list .nav_item.btn_contact{
	display:flex;
	align-items:center;
	margin-right:30px;
}
.l-site-header .menu_list .nav_item.btn_contact a{
	display:block;
	background:#003D8D;
	border:2px solid #003D8D;
	transition:.4s all;
	border-radius:50px;
	padding:7px 28px;
	line-height:1;
	letter-spacing:0;
	color:#fff;
	text-decoration:none;
}

.l-site-header .menu_list .nav_item.btn_contact a:hover {
	color:#003D8D;
	background:#fff;
	transition:.4s all;
}

.l-site-header .menu_list .nav_item .panel {
	position: absolute;
	top: 108px;
	left: 0;
	right: 0;
	margin: auto;
	background: #003d8d;
	color:#fff;
	z-index: 2;
	display:none;
}


.l-site-header .menu_list .nav_item .panel .panel_inner {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_block1{
	width:26.3%;
	padding:10px 0 30px;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_block2{
	width:73.7%;position:relative;
	padding:30px 0;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_title{
	font-size:24px;
	height:100%;
	text-align:left;
	position:relative;
	line-height:1.5;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_title span{
	display:block;
	position:absolute;
	top:15px;
	right:20%;
}
.l-site-header .menu_list .nav_item .panel .panel_inner ul{
	list-style: none;
	padding:15px 0;
}

.l-site-header .menu_list .nav_item .panel .panel_inner ul li{
	text-align:left;
	letter-spacing:0;
}

.l-site-header .menu_list .nav_item .panel .panel_inner a{
	color:#fff;
	letter-spacing:0;
	text-decoration:none;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_1st{
	margin:0;
	padding:0;
	width:35.5%;
	border-left:solid 2px #4775B0;
	height:100%;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_1st li{
	padding:0;
	letter-spacing:0;
	list-style-type:none;
	margin:0;
	line-height:1.4;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_1st li a {
	display:block;
	padding: 15px 40px;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_1st li.has_child_item > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left:1.5em;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_1st li:hover{
	background:#012F6C;
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_2nd{
	background:#012F6C;
	height:100%;
	position:absolute;
	left:35.5%;
	top:0;
	width:64.5%;
	display:none;
	margin:0;
	padding:30px 0;
	box-sizing:border-box;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_2nd li a{
}
.l-site-header .menu_list .nav_item .panel .panel_inner .panel_inner_child_item_2nd li a:hover{
	background:#01224D;
}


.l-site-header .menu_list .nav_item .panel .panel_inner_child {
	display: none;
	position: absolute;
	z-index: 10000000;
	top: 102px;
	left: 0;
	width: 200px;
	background: #fff;
	font-size: 11px;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	width: 100px;
	padding: 0 0 20px !important;
	line-height: 1.2;
	font-size: 12px;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item:hover {
	cursor: pointer;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item>a {
	padding-top: 0px;
	padding-bottom: 0px;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item .panel_inner_child {
	list-style: none;
	padding-left: 0px;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item .panel_inner_child li {
	text-align: left;
	border-bottom: 1px solid #bdbdbd;
	padding-left: 10px;
	background-color: #ffffff;
	letter-spacing:0;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item .panel_inner_child li:last-child {
	border-bottom: none;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item .panel_inner_child li:hover {
	background-color: #bdbdbd;
}

.l-site-header .menu_list .nav_item .panel .panel_inner .panel_item .panel_inner_child_item {
	padding: 5px 0 5px 0;
}
.l-site-header .menu_list .nav_item .panel .pannel_bottom{
	background:#6C6C6C;
	padding:10px;
}
.sidebar .sidebar-list .pannel_bottom{
	padding:0 0 20px;
}
.l-site-header .menu_list .nav_item .panel .pannel_bottom .pannel_bottom_inner{
	display:flex;
	justify-content:center;
	gap:0px 20px;
}
.sidebar .sidebar-list .pannel_bottom .pannel_bottom_inner{
	display:flex;
	padding:0 10px 0 30px;
	flex-direction: column;
	gap:10px 0px;
}
.sidebar .sidebar-list .pannel_bottom a,
.l-site-header .menu_list .nav_item .panel .pannel_bottom a{
	display:block;
	background:transparent;
	border:1px solid #fff;
	transition:.4s all;
	border-radius:50px;
	padding:7px 40px 7px 28px;
	line-height:1;
	letter-spacing:0;
	color:#fff;
	text-decoration:none;
	position:relative;
	text-align:center;
}
.sidebar .sidebar-list .pannel_bottom a{
	width:100%;
	padding:10px 10px;
	margin:auto;
}

.sidebar .sidebar-list .pannel_bottom a:after,
.l-site-header .menu_list .nav_item .panel .pannel_bottom a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	font-size:0.7em;
}
.sidebar .sidebar-list .pannel_bottom a:hover,
.l-site-header .menu_list .nav_item .panel .pannel_bottom a:hover {
	color:#6C6C6C;
	background:#fff;
	transition:.4s all;
}

.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger .arrow {
	position: relative;
	min-height:77px;
	display:flex;
	align-items:center;
}

.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger .arrow:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	color: #004ea2;
	text-align: center;
	display: inline-block;
	position: absolute;
	font-size:0.95em;
	right: 0;
	left: 0;
	bottom: 0px;
}

.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger i {
	padding-left: 5px;
	color: #bdbdbd;
}

.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger a {
	padding-top: 10px;
	padding-bottom: 20px;
	display: inline-block;
	text-decoration:none;
}

.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger.is-opened,
.l-site-header .menu_list .nav_item .gnav-menu-lv1__trigger a:hover {
	color: #004ea2;
}

.slick-home-hero.slick-initialized.slick-slider {
	margin-bottom: 0;
	padding-bottom: 0;
}

.slick-home-band .slick-prev,
.slick-home-band .slick-next,
.slick-home-hero .slick-prev,
.slick-home-hero .slick-next {
	width: 40px;
	height: 40px;
	background:#fff;
	border-radius:20px;
	margin-top:-20px;
}
.slick-home-band .slick-prev,
.slick-home-hero .slick-prev {
	left:26px;
}
.slick-home-band .slick-next,
.slick-home-hero .slick-next {
	right:26px;
}
.slick-home-band .slick-prev::before,
.slick-home-band .slick-next::before,
.slick-home-hero .slick-prev::before,
.slick-home-hero .slick-next::before {
	color: #003D8D;
	font-size: 16px;
	display:inline-block;
	transition: all .3s;
}
.slick-home-band .slick-prev::before,
.slick-home-hero .slick-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f060";
	opacity:1;
}
.slick-home-band .slick-prev:hover,
.slick-home-band .slick-next:hover,
.slick-home-band .slick-prev:focus,
.slick-home-band .slick-next:focus,
.slick-home-hero .slick-prev:hover,
.slick-home-hero .slick-next:hover,
.slick-home-hero .slick-prev:focus,
.slick-home-hero .slick-next:focus {
	background:#fff;
}
.slick-home-band .slick-prev:hover:before,
.slick-home-hero .slick-prev:hover:before {
	transform:translateX(-5px);
	display:inline-block;
	transition: all .3s;
}
.slick-home-band .slick-next::before,
.slick-home-hero .slick-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	opacity:1;
}
.slick-home-band .slick-next:hover:before,
.slick-home-hero .slick-next:hover:before {
	transform:translateX(5px);
	display:inline-block;
	transition: all .3s;
}
@media (min-width: 992px) {
	.slick-home-band .slick-prev,
	.slick-home-band .slick-next,
	.slick-home-hero .slick-prev,
	.slick-home-hero .slick-next {
		width: 74px;
		height: 74px;
		border-radius:37px;
		margin-top:-37px;
	}
	.slick-home-band .slick-prev,
	.slick-home-hero .slick-prev {
		left:30px;
	}
	.slick-home-band .slick-next,
	.slick-home-hero .slick-next {
		right:30px;
	}
	.slick-home-band .slick-prev::before,
	.slick-home-band .slick-next::before,
	.slick-home-hero .slick-prev::before,
	.slick-home-hero .slick-next::before {
		font-size: 16px;
	}
}
.slick-home-hero .hero-flame{
	height:268px;
}

.slick-home-band .band-flame{
	height:120px;
	position:relative;
	transition:.3s;
}
.slick-home-band .band-flame a:hover .band-image img{
	transition:.3s;
	transform:scale(1.1);
}
.slick-home-band .band-flame .band-image{
	overflow:hidden;
	height:100%;
	width:100%;
}
.slick-home-band .band-flame .band-image img{
	transition:.3s;
	object-fit:cover;
	object-position: 50% 50%;
	height:100%;
	width:100%;
}
.slick-home-band .band-flame .band-title{
	font-size:19px;
	letter-spacing:0;
	text-align:center;
	color:#fff;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.slick-home-band .band-flame .band-arrow{
	position:absolute;
	bottom:0px;
	right:5px;
	transform:rotate(45deg);
	color:#fff;
}
@media (min-width: 992px) {
	.slick-home-hero .hero-flame{
		height:660px;
	}
	.slick-home-band .band-flame{
		height:180px;
	}
	.slick-home-band .band-flame .band-title{
		font-size:26px;
	}
}

.band-flame {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0 2px;
}
.hero-flame {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0;
}

.band-flame a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.hero-flame a {
	display: inline-block;
	width: 100%;
	height: 100vh;
}

.hero-flame .hero-text {
	position: absolute;
	top: 11%;
	left: 0;
	padding: 0px 20px 0px 20px;
	width: auto;
	text-align: left;
}

@media (min-width: 992px) {
	.hero-flame .hero-text {
		position: absolute;
		top: 23.5%;
		left: 12.5%;
		padding:0px;
		width: auto;
		max-width:700px;
	}
}

.hero-flame .hero-text-title {
	font-size: 25px;
	color: #fff;
	letter-spacing:0.25px;
	margin-bottom:2px;
}

@media (min-width: 992px) {
	.hero-flame .hero-text-title {
		font-size: 46px;
		color: #fff;
		margin-bottom:0px;
	}
}

.hero-flame .hero-text-subtitle {
	font-size: 16px;
	color: #fff;
	letter-spacing:0.15px;
	margin-bottom:10px;
}

@media (min-width: 992px) {
	.hero-flame .hero-text-subtitle {
		font-size: 30px;
		color: #fff;
		margin-bottom:25px;
	}
}

.hero-flame .hero-text-text {
	font-size: 13px;
	color: #fff;
	letter-spacing:0.12px;
	margin-bottom:15px;
	line-height:1.66;
}

@media (min-width: 992px) {
	.hero-flame .hero-text-text {
		font-size: 20px;
		color: #fff;
		margin-bottom:45px;
		line-height:1.8;
	}
}

.slick-dots {
	position: absolute;
	bottom: -36px !important;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	height: 16px !important;
	width: 16px !important;
	margin: 0 1px !important;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button:before {
	font-size: 8px !important;
}
.slick-dots li.slick-active button:before {
	color: #003D8D !important;
}
@media (min-width: 992px) {
	.slick-dots {
		bottom: -48px !important;
	}
	.slick-home-band .slick-dots {
		bottom: -52px !important;
	}
	.slick-dots li {
		height: 20px !important;
		width: 20px !important;
		margin: 0 1px !important;
	}
	.slick-dots li button:before {
		font-size: 13px !important;
	}
	.slick-home-band .slick-dots li button:before {
		font-size: 11px !important;
	}
}

/* HOME */
.frame.home-hero {
	padding-top: 0;
	padding-bottom: 34px;
}
.frame.home-applications {
	padding-top: 0;
	padding-bottom: 20px;
}
.frame.home-products {
	padding-top: 0;
	padding-bottom: 28px;
}
.frame.home-aboutus {
	padding-top: 0;
	padding-bottom: 28px;
}
.frame.home-news {
	padding-top: 0;
	padding-bottom: 30px;
}
.frame.home-bgblue {
	padding-top: 0;
	padding-bottom: 50px;
}

@media (min-width: 992px) {
	.frame.home-hero {
		padding-top: 0;
		padding-bottom: 74px;
	}
	.frame.home-applications {
		padding-top: 0;
		padding-bottom: 87px;
	}
	.frame.home-products {
		padding-top: 0;
		padding-bottom: 67px;
	}
	.frame.home-aboutus {
		padding-top: 0;
		padding-bottom: 87px;
	}
	.frame.home-news {
		padding-top: 0;
		padding-bottom: 73px;
	}
	.frame.home-bgblue {
		padding-top: 0;
		padding-bottom: 100px;
	}
}

.applications-subtitle{
	padding-top:22px;
}
.applications-home-box-outer{
	padding:0 20px;
}
.applications-home-box{
	position:relative;
	margin-bottom:15px;
}
.applications-home-box .applications-home-box-image{
	transition:.3s;
	overflow:hidden;
	height:175px;
}
.applications-home-box .applications-home-box-image img{
	transition:.3s;
	object-fit:cover;
	object-position: 50% 50%;
	height:100%;
	width:100%;
}	
.applications-home-box .applications-home-box-title{
	font-size:23px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
	position:absolute;
	top:42%;left:50%;
	transform:translate(-50%, -42%);
	width:95%;
	text-align:center;
	letter-spacing:0;
}
.applications-home-box .applications-home-box-btn{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:20px;
	text-align:center;
	width:100%;
	z-index:2;
}

.applications-home-box a:hover .applications-home-box-image img,
.applications-home-box .applications-home-box-image img.is-scaled{
	transform:scale(1.1);
	transition:.3s;
}

@media (min-width: 992px) {
	.applications-subtitle{
		padding-top:40px;
		margin-bottom:22px;
	}
	.applications-home-box-outer{
		padding:0;
		display:flex;
		justify-content:center;
	}
	.applications-home-box{
		margin-bottom:0;
		margin-right:6px;
		width:33.333%;
	}
	.applications-home-box:last-child{
		margin-right:0;
	}
	.applications-home-box .applications-home-box-image{
		height:380px;
	}
	.applications-home-box .applications-home-box-title{
		font-size:34px;
		top:43%
	}
	.applications-home-box .applications-home-box-btn{
		bottom:38px;
	}
	.applications-home-box .applications-home-box-btn.others-use{
		bottom:30px;
	}
	.applications-home-box .applications-home-box-btn.others-use .btn-arrow-right.whitemode{
		padding:0.5em 3.7em 0.5em 3.5em;
	}
}

.products-home-box{
	border:1px solid #A8A8A8;
	position:relative;
	margin-bottom:15px;
}
.products-home-box a{
	opacity:1;
	transition:.3s;
	color:#404040;
	text-decoration:none;
}
.products-home-box a:hover .products-home-box-image,
.products-home-box a:hover .products-home-box-text .products-home-box-text-title,
.products-home-box a:hover .products-home-box-text .products-home-box-text-text{
	opacity:0.7;
	transition:.3s;
}
.products-home-box .products-home-box-inner{
	display:flex;
}
.products-home-box .products-home-box-image{
	width:42%;
}
.products-home-box .products-home-box-image img{
	object-fit: cover;
	width:100%;
	height:100%;
}
.products-home-box .products-home-box-text{
	padding:16px 16px 14px 16px;
	width:58%;
}
.products-home-box .products-home-box-text-title{
	font-size:15px;
	margin:0 0 0 0;
	border-bottom:1px solid #A8A8A8;
	padding-bottom:5px;
	margin-bottom:9px;
	font-weight:normal;
	letter-spacing:0;
}
.products-home-box .products-home-box-text-text{
	font-size:13px;
	line-height:1.75;
	margin-bottom:25px;
	letter-spacing:0;
}
.products-home-box .products-home-box-text-btn{
	text-align:center;
}
.products-home-box .btn-arrow-right{
	width:100%;
	padding-top:0.6em;
	padding-bottom:0.6em;
}
@media (min-width: 992px) {
	.products-home-box{
		margin-bottom:20px;
	}
	.products-home-box .products-home-box-image{
		width:44%;
	}
	.products-home-box .products-home-box-text{
		padding:20px;
		width:56%;
	}
	.products-home-box .products-home-box-text-title{
		font-size:24px;
		padding-bottom:14px;
		margin-bottom:16px;
	}
	.products-home-box .products-home-box-text-text{
		font-size:16px;
		line-height:1.8;
		margin-bottom:28px;
	}
	.products-home-box .btn-arrow-right{
		font-size: 18px;
    padding: 0.65em 4.35em 0.65em 4.1em;
	}
}
.news-home-box a{
	color:#014DA3;
}
.news-home-box a:hover .news-home-box-image{
	line-height:1;
	opacity:1;
	transition:.3s;
}
.news-home-box .news-home-box-title{
	position:relative;
	padding:3px 0 0 0;
	font-size:15px;
	letter-spacing:0;
}
.news-home-box .news-home-box-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	transition:.3s;
}
.news-home-box a:hover .news-home-box-title::before {
	transform:translateX(5px);
	transition:.3s;
}
.news-home-box a:hover .news-home-box-image{
	opacity:.7;
	transition:.3s;
}
@media (min-width: 992px) {
	.news-home-box .news-home-box-title{
		font-size:20px;
		padding:4px 0 0 0;
	}
	.news-home-box .news-home-box-title::before {
		margin-right:11px;
	}
}

.bgblue-home-box{
	background:#E2F3FD;
	padding:20px 20px 25px;
}
.bgblue-home-box .btn-arrow-right{
	font-size:14px;
	padding:0.35em 3.5em 0.35em 3.7em;
}
.bgblue-home-box .bgblue-home-box-title{
	color:#014DA3;
	font-size:18px;
	margin:0 auto 14px;
	text-align:center;
	font-weight:normal;
	letter-spacing:0;
}
.bgblue-home-box .bgblue-home-box-text{
	font-size:13px;
	margin-bottom:11px;
	line-height:1.7;
	padding:0;
	letter-spacing:0;
}
@media (min-width: 992px) {
	.bgblue-home-box{
		padding:38px 50px;
	}
	.bgblue-home-box .bgblue-home-box-title{
		font-size:30px;
		margin:0 auto 20px;
	}
	.bgblue-home-box .bgblue-home-box-text{
		font-size:16px;
		margin-bottom:20px;
		line-height:1.8;
	}
	.bgblue-home-box .btn-arrow-right{
		font-size:18px;
		padding:0.65em 4.5em 0.65em 4em;
	}
}


.cardbox {
	border: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.cardbox-cont {
	width: 100%;
	margin-left: 25px;
}

.cardbox-title {
	color: #004ea2;
	margin: 20px 0px 15px 0px;
	font-size: 1em;
}

@media (min-width: 768px) {
	.cardbox-title {
		font-size: 1.3em;
		margin: 20px 0px 15px 0px;
	}
}

@media (min-width: 1200px) {
	.cardbox-title {
		font-size: 1.5em;
		margin: 30px 0px 30px 0px;
	}
}

.cardbox-img {
	width: 100%;
}

.cardbox-img img {
	width: 100%;
	vertical-align: bottom;
}

.cardbox-btn {
	width: 70%;
	margin-right: 0px;
}

.cardbox-btn a button {
	padding: 0;
	border: none;
	background: transparent;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	background: #000;
	border-radius: 5px;
}

.cardbox-btn a button img {
	display: block;
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cardbox-btn a:hover button img {
	opacity: 0.6;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.story-list {
	list-style: none;
	padding-left: 0px;
}

.story-list li span {
	font-weight: bold;
	padding-right: 20px;
}

@media (min-width: 992px) {
	.story-list li span {
		padding-right: 60px;
	}
}


.accordion-container {
	position: relative;
	width: 100%;
	cursor: initial;
}

.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 30px 10px 0px;
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
}

@media (min-width: 992px) {
	.accordion-container .accordion-title {
		font-size: 20px;
	}
}

.accordion-title {
	position: relative;
}

.accordion-title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*横線に*/
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #4c545a;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accordion-title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*縦線*/
	width: 15px;
	height: 2px;
	background: #4c545a;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion-title.open:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-title.open:after {
	opacity: 0;
}

.accordion-content {
	display: block;
}

.location-table {
	width: 100%;
	margin-bottom: 40px;
	font-size: 13px;
	cursor: auto;
}

@media (min-width: 992px) {
	.location-table {
		font-size: 15px;
	}
}

.location-table tr {
	border-bottom: 2px solid #666666;
}

.location-table th {
	width: 29%;
}

.location-table tr th {
	padding: 10px 10px 10px 0px;
}

.location-table tr td {
	padding: 10px 0px 10px 0px;
}

.youtube-cont-text {
	padding: 0px 15px 20px 15px;
}

.youtube-movie {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.un_youtube_area {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.un_youtube_area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	.youtube-movie {
		margin-bottom: 0px;
	}
}

.youtube-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube-movie a {
	/* lityを動かすためにiframeを覆う */
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.hide {
	display: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
}


.l-single-WYSIWYG {
	margin-bottom: 50px;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
	/*
  h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    border-left: 3px solid $body-color;
    padding: 8px 16px;
    @include media-breakpoint-up(lg) {
    }
  }
  */
}

@media (min-width: 992px) {
	.l-single-WYSIWYG {
		font-size: 16px;
	}
}

.l-single-WYSIWYG .wp-caption,
.l-single-WYSIWYG .alignnone {
	width: auto !important;
}

.l-single-WYSIWYG .wp-caption img,
.l-single-WYSIWYG .alignnone img {
	margin: 0;
}

.l-single-WYSIWYG .wp-caption .wp-caption-text,
.l-single-WYSIWYG .alignnone .wp-caption-text {
	padding: 1rem;
	font-size: 14px;
	background: #f5f5f5;
	border: 1px solid #efefef;
	border-top: none;
}

.l-single-WYSIWYG img {
	border-radius: 4px;
}

.l-single-WYSIWYG hr {
	margin: 3rem 0;
}

.l-single-WYSIWYG h1,
.l-single-WYSIWYG .h1,
.l-single-WYSIWYG h2,
.l-single-WYSIWYG .h2,
.l-single-WYSIWYG h3,
.l-single-WYSIWYG .h3,
.l-single-WYSIWYG h4,
.l-single-WYSIWYG .h4,
.l-single-WYSIWYG h5,
.l-single-WYSIWYG .h5,
.l-single-WYSIWYG h6,
.l-single-WYSIWYG .h6 {
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", Sans-serif !important;
}

.l-single-WYSIWYG h1 span,
.l-single-WYSIWYG .h1 span,
.l-single-WYSIWYG h2 span,
.l-single-WYSIWYG .h2 span,
.l-single-WYSIWYG h3 span,
.l-single-WYSIWYG .h3 span,
.l-single-WYSIWYG h4 span,
.l-single-WYSIWYG .h4 span,
.l-single-WYSIWYG h5 span,
.l-single-WYSIWYG .h5 span,
.l-single-WYSIWYG h6 span,
.l-single-WYSIWYG .h6 span {
	display: block;
}

.l-single-WYSIWYG h1,
.l-single-WYSIWYG .h1 {
	color: #004ea2;
	margin: 3rem 0 1rem;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h1,
	.l-single-WYSIWYG .h1 {
		font-size: 3rem;
	}
}

.l-single-WYSIWYG h2,
.l-single-WYSIWYG .h2 {
	color: #b7a77f;
	margin: 3rem 0 1rem;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h2,
	.l-single-WYSIWYG .h2 {
		font-size: 2.6rem;
	}
}

.l-single-WYSIWYG h3,
.l-single-WYSIWYG .h3 {
	margin: 3rem 0 1rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px;
	border-left: 8px solid #004ea2;
	background: #fff;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h3,
	.l-single-WYSIWYG .h3 {
		font-size: 1.6rem;
	}
}

.l-single-WYSIWYG h4,
.l-single-WYSIWYG .h4 {
	margin: 2rem 0 1rem;
	border-bottom: solid 3px #6c757d;
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px 0;
}

.l-single-WYSIWYG h4:after,
.l-single-WYSIWYG .h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #004ea2;
	bottom: -3px;
	width: 20%;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h4,
	.l-single-WYSIWYG .h4 {
		font-size: 1.4rem;
	}
}

.l-single-WYSIWYG h5,
.l-single-WYSIWYG .h5 {
	margin: 2rem 0 1rem;
	border-left: 5px solid #004ea2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 6px 16px;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h5,
	.l-single-WYSIWYG .h5 {
		font-size: 1.2rem;
		padding: 12px 16px;
	}
}

.l-single-WYSIWYG h6,
.l-single-WYSIWYG .h6 {
	margin: 1.5rem 0 1rem;
	border-bottom: 3px solid #6c757d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 0;
}

@media (min-width: 992px) {

	.l-single-WYSIWYG h6,
	.l-single-WYSIWYG .h6 {
		font-size: 1rem;
	}
}

.l-single-WYSIWYG p {
	word-break: normal;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.l-single-WYSIWYG p strong {
	font-size: 18px;
}

@media (min-width: 992px) {
	.l-single-WYSIWYG p {
		margin: 0 0 1.5rem;
		font-size: 16px;
		line-height: 1.73;
	}

	.l-single-WYSIWYG p strong {
		font-size: 20px;
	}
}

.l-single-WYSIWYG strong {
	font-size: 18px;
}

@media (min-width: 992px) {
	.l-single-WYSIWYG strong strong {
		font-size: 20px;
	}
}

.l-single-WYSIWYG.is-desc p {
	font-size: 14px;
	line-height: 1.5;
}

.l-single-WYSIWYG a {
	text-decoration: underline;
}

.l-single-WYSIWYG .btn {
	text-decoration: none;
}

.l-single-WYSIWYG img {
	max-width: 100%;
	height: auto;
	margin: 0 0 16px;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.l-single-WYSIWYG img {
		margin: 0 0 24px;
	}
}

.l-single-WYSIWYG em {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(183, 167, 127, 0.6)));
	background: linear-gradient(transparent 60%, rgba(183, 167, 127, 0.6) 60%);
	font-style: normal;
	font-weight: bold;
}

.l-single-WYSIWYG strong {
	font-weight: 700;
}

.l-single-WYSIWYG iframe {
	width: 100%;
}

.l-single-WYSIWYG .su-button {
	margin: 0 auto;
	display: block !important;
	width: 60%;
}

.l-single-WYSIWYG .su-row .su-button {
	margin: 0 auto;
	display: block !important;
	width: 100%;
}

.l-single-WYSIWYG blockquote {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin: 1.5em 0;
	color: #fff;
	padding: 35px;
	background: #004ea2;
	font-weight: bold;
	border-radius: 6px;
}

.l-single-WYSIWYG blockquote p {
	font-size: 22px;
	margin-bottom: 0;
}

/* ↓ not using or not exist ?? */
.l-single-WYSIWYG blockquote:before {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 25px;
	vertical-align: middle;
	line-height: 1;
	content: "";
	top: 10px;
	left: 15px;
	color: #b7a77f;
}

/* ↓ not using or not exist ?? */
.l-single-WYSIWYG blockquote:after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #b7a77f;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 25px;
	line-height: 1;
	content: "";
}

.l-single-WYSIWYG ul {
	margin: 1rem 0 2rem;
	padding: 20px 25px;
	border: 0;
	background-color: rgba(0, 78, 162, 0.1);
	border-radius: 4px;
}

.l-single-WYSIWYG ul li {
	list-style-type: none;
	padding: 0.2em 0 0.2em 1.4em;
	margin-bottom: 8px;
	line-height: 1.4;
	position: relative;
}

.l-single-WYSIWYG ul li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.6em;
	left: 10px;
	width: 6px;
	height: 6px;
	background-color: #004ea2;
	border-radius: 100%;
	color: #004ea2;
}

.l-single-WYSIWYG ol {
	margin: 1rem 0 2rem;
	padding: 20px 25px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	counter-reset: number;
	background-color: rgba(0, 78, 162, 0.1);
	border-radius: 4px;
}

.l-single-WYSIWYG ol li {
	list-style-type: none;
	padding: 0.2em 0 0.2em 2em;
	margin-bottom: 8px;
	line-height: 1.4;
	position: relative;
}

.l-single-WYSIWYG ol li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #004ea2;
	color: white;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	content: counter(number);
	counter-increment: number;
}

.l-single-WYSIWYG table {
	border: none;
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 2rem;
}

.l-single-WYSIWYG table th,
.l-single-WYSIWYG table td {
	font-size: 13px;
	padding: 5px 10px;
}

.l-single-WYSIWYG table p {
	font-size: 13px;
	margin-bottom: 0;
}

.l-single-WYSIWYG table th {
	background: #004ea2 !important;
	color: #fff;
}

.l-single-WYSIWYG table th a {
	color: #fff;
}

.l-single-WYSIWYG .wp-caption {
	width: 100% !important;
	max-width: 100% !important;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 34px;
	margin:11px 15px 0 0;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #003D8D;
  border-radius: 1.5px;
}
.menu-trigger p {
	font-size:9px;
	text-align:center;
	padding:0; margin:0;
	position:absolute;
	bottom:0;
	color: #003D8D;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  top: 16px;
}
.menu-trigger.btn_close span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.btn_close span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.btn_close span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.sidebar {
	position: fixed;
	z-index: 100000;
	top: 56px;
	bottom: 0;
	right: -100vw;
	width: 100vw;
	background-color: white;
}

.sidebar .right {
	right: -100vw;
	text-align: right;
}
.sidebar-header{
	background:#fff;
}
.sidebar-wrapper{
	background:#003D8D;
}

.sidebar-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
.sidebar-body{
	padding:16px 20px;
}
.sidebar-body ul {
	padding: 0;
	margin: 0;
}
.sidebar-body ul li a {
	display: block;
	padding: 10px 10px 10px;
	color: #fff;
	letter-spacing:0;
	text-decoration:none;
}
.sidebar-item {
	font-size: 15px;
	list-style: none;
	border-bottom: 1px solid #9A9A9A;
	color: #fff;
	margin:0;
	line-height:1.5;
}
.sidebar-item .sidebar-item-title a {
	padding: 14px 10px 15px;
}
.sidebar-item .sidebar-item-title i{
	font-size:0.85em;
}
.sidebar-item a.arrow {padding-right:9px;}
.sidebar-contents{
	padding:0 0 10px;
}
.sidebar-contents ul{
	padding:7px 0 2px 15px;
}
.sidebar-contents ul li {
	list-style: none;
	margin:0;
	line-height:1.5;
}
.sidebar-contents ul li a{
	font-size:14px;
	padding:2px 10px 9px;
	letter-spacing:0;
}
.sidebar-contents ul li ul{
	padding-top:0;
}
.sidebar-contents ul li ul li a{
	padding-bottom:8px;
	color:#97C2FA;
	letter-spacing:0;
}

.sidebar-item .side-collapse i:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
}

.sidebar-item .side-collapse[aria-expanded=true] i:before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
}


/* Custom dropdown */
.select_language_box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
	width:95%;
}
.l-site-header-lang {
	text-align:right;
}

.languagae-select {
  list-style-type: none;
  padding: 0.2em 0;
	margin:0;
  text-align: left;
  cursor: pointer;
  min-width: 140px;
  display: inline-block;
  position: relative;
  background-color: #E2DFDF;
	background-image:url(../images/icon-lang.png);
	background-repeat:no-repeat;
	background-position: 14px center;
	background-size:16px 16px;
}
.sidebar_select_language .languagae-select {
  background-color: #fff;
	border-radius:2.5px;
	padding: 0.2em 0;
}

.languagae-select li {
  padding: 0;
	margin:0;
  text-indent: 3em;
	font-size: 13px;
  position: relative;
}
.languagae-select li .options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
  background: #E2DFDF;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  top: 2em;
  left: 0em;
  transition: all ease 0.25s;
}
.sidebar_select_language .languagae-select li .options {
	background: #fff;
}
.languagae-select li .options li {
  padding: 0.4em 0;
}
.languagae-select li .options li:hover {
  background: #CCCCCC;
}
.languagae-select li .options li:last-of-type {
  border-bottom: 0;
}
.languagae-select li .options.open {
  background: #E2DFDF;
  max-height: 500px;
	z-index:3;
}
.sidebar_select_language li .options.open {
	background: #fff;
}

.languagae-select:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #535353;
  position: absolute;
  top: 0.75em;
  right: 1em;
  transition: all ease 0.25s;
}
.languagae-select.open:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #535353;
  border-top: 0;
}
.sidebar_select_language .languagae-select:before {
	right: 0.6em;
	z-index:2;
}
.sidebar_select_language .languagae-select:after {
  content: "";
  width: 20%;
  height: 100%;
	top:0;right:0;
	background:#E2DFDF;
	position:absolute;
	z-index:1;
	border-radius:0 5px 5px 0;
}
@media (max-width: 992px) {
	.un_align-items_reverse {
		flex-direction: column-reverse;
	}
}


/* PARTS */
	/*hero image*/
.hero-flame-single {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	aspect-ratio: 48/11;
	height: auto;
}
.hero-flame-single a {
	display: inline-block;
	width: 100%;
	height: 100vh;
}
.hero-flame-single .hero-flame-single-filter{
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	display:flex;
	align-items:center;
	justify-content:center;
}
.hero-flame-single .hero-title {
	font-size: 25px;
	color: #fff;
	letter-spacing:0.25px;
	text-align:center;
}
@media (min-width: 992px) {
	.hero-flame-single .hero-title {
		font-size: 50px;
	}
}

	/* パンくず */
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
	padding: 0;
	margin-bottom: 1rem;
}
.breadcrumb ul li{
	font-size:10px;
	letter-spacing: 0.1px;
	margin:0;
	padding:0;
}
.breadcrumb li:not(:last-of-type)::after {
  margin: 0 1.1em 0 0.9em;
	font-size:0.6em;
	color: #A8A8A8;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	vertical-align:middle;
}

.breadcrumb li a{
	color: #404040;
	transition:.3s;
	text-decoration:none;
}
.breadcrumb li a:hover{
	color: #A8A8A8;
	transition:.3s;
}

.breadcrumb li a.active {
	color: #A8A8A8;
}
@media (min-width: 992px) {
	.breadcrumb ul li{
		font-size:14px;
		letter-spacing: 0.14px;
	}
}

	/*段落*/
p {
	font-size:13px;
	margin:0 0 1em;
	letter-spacing: 0.13px;
	line-height:1.7;
}
@media (min-width: 992px) {
	p {
		font-size:16px;
		letter-spacing: 0.16px;
		line-height:1.75;
	}
}

	/*タイトル*/
.section-title {
	font-size: 25px;
	font-weight:normal;
	line-height: 1.75;
	letter-spacing:0.25px;
	margin: 0 auto;
	margin-bottom: 38px;
	text-align: center;
	position:relative;
}
.section-title:after {
	height:2px;
	content:'';
	width:78px;
	margin:0 auto;
	position:absolute;
	bottom:-7px;
	left:0;right:0;
	background:linear-gradient(90deg, #003D8D 0%, #003D8D 50%, #DBDBDB 50%, #DBDBDB 100%);
}

@media (min-width: 992px) {
	.section-title {
		font-size: 42px !important;
		margin-bottom: 57px;
		letter-spacing:0.42px;
	}
	.section-title:after {
		height:4px;
		width:156px;
		bottom:-18px;
	}
}
.section-title + .section-subtitle {
	margin-top:-18px;
}
.section-subtitle {
	font-size: 18px;
	line-height: 2;
	margin: 0 auto;
	font-weight: normal;
	margin-bottom: 9px;
	text-align: center;
	letter-spacing:0.18px;
}

@media (min-width: 992px) {
	.section-subtitle {
		font-size: 28px;
		margin-bottom: 12px;
		letter-spacing:0.28px;
	}
	.section-title + .section-subtitle {
		margin-top:-4px;
	}
}

.title-l2{
	font-weight:normal;
	margin:0 0 14px 0;
	padding:0;
	font-size:23px;
	letter-spacing: 0.23px;
	line-height: 1.75;
	border-bottom:1px solid #DBDBDB;
	padding:0 0 7px 0px;
	display:flex;
}
.title-l2:before{
	border-left:4px solid #014DA3;
	margin:0.25em 15px 0.25em 0;
	content:'';
	display:block;
}
.title-l2 span{
	display:block;
}
@media (min-width: 992px) {
	.title-l2{
		font-size:36px;
		letter-spacing: 0.36px;
		padding:0 0 17px 0px;
		margin:0 0 17px 0;
		border-bottom:2px solid #DBDBDB;
	}
	.title-l2:before{
		margin-right:20px;
		border-left:6px solid #014DA3;
	}
}

.title-l3{
	font-weight:normal;
	margin:0 0 9px 0;
	padding:0;
	font-size:20px;
	line-height:1.75;
	letter-spacing: 0.2px;
	color:#014DA3;
}
@media (min-width: 992px) {
	.title-l3{
		margin:0 0 15px 0;
		font-size:30px;
		letter-spacing: 0.3px;
	}
}

.title-l4{
	font-weight:normal;
	margin:0 0 9px 0;
	padding:0;
	font-size:16px;
	line-height:1.75;
	letter-spacing: 0.16px;
}
.title-l4 span{
	display:inline-block;
	padding-bottom:8px;
	border-bottom:1.5px solid #DBDBDB;
}
@media (min-width: 992px) {
	.title-l4{
		margin:0 0 12px 0;
		font-size:24px;
		letter-spacing: 0.24px;
	}
	.title-l4 span{
		padding-bottom:8px;
		border-bottom:2px solid #DBDBDB;
	}
}

.title-l5{
	font-weight:bold;
	margin:0 0 9px 0;
	padding:0;
	font-size:14px;
	line-height:1.75;
	letter-spacing: 0.14px;
}
@media (min-width: 992px) {
	.title-l5{
		margin:0 0 12px 0;
		font-size:18px;
		letter-spacing: 0.18px;
	}
}

	/*ギャラリー*/
.image-block{
	width:100%;
	display:flex;
}
.image-block figure{
	display:table;
}

.image-block figure figcaption{
	caption-side:bottom;
	display:table-caption;
	font-size:11px;
	line-height:1.73;
	letter-spacing: 0.11px;
	text-align:center;
	margin:8px 0 0 0;
}
@media (min-width: 992px) {
	.image-block figure figcaption{
		font-size:14px;
		line-height:1.71;
		letter-spacing: 0.14px;
		margin:14px 0 0 0;
	}
}
.movie-block{
	width:100%;
}
.movie-block video{
	width:100%;
}
.movie-block p{
	font-size:11px;
	line-height:1.73;
	letter-spacing: 0.11px;
	text-align:center;
	margin:8px 0 0 0;
}
@media (min-width: 992px) {
	.movie-block{
		width:800px;
		margin:0 auto;
	}
	.movie-block p{
		font-size:14px;
		line-height:1.71;
		letter-spacing: 0.14px;
		margin:14px 0 0 0;
	}
}

	/*リスト*/
ol{
	padding-left:15px;
}
ul{
	padding-left:25px;
}
ol li, ul li{
	font-size:13px;
	line-height:1.69;
	letter-spacing: 0.1px;
	margin:0 0 9px 0;
	padding-left:15px;
}
ul li{
	padding-left:5px;
}
li ol, li ul{
	padding-top:9px;
}
ol li li, ul li li{
	margin:0 0 4px 0;
}


ol li::marker{
	font-weight:bold;
	color:#003D8D;
}
li ol li::marker{
	color:#404040;
}
ul li::marker{
	color:#003D8D;
}
li ul li{
	list-style-type:disc;
}
li ul li::marker{
	color:#A8A8A8;
}
@media (min-width: 992px) {
	ol{
		padding-left:20px;
	}
	ul{
		padding-left:28px;
	}
	ol li, ul li{
		font-size:16px;
		line-height:1.75;
		letter-spacing: 0.13px;
		margin:0 0 22px 0;
		padding-left:22px;
	}
	ul li{
		padding-left:12px;
	}
	li ol{
		padding-top:13px;
		padding-left:38px;
	}
	li ul{
		padding-top:13px;
		padding-left:47px;
	}
	ol li li{
		margin:0 0 8px 0;
		padding-left:22px;
	}
	ul li li{
		margin:0 0 8px 0;
		padding-left:14px;
	}
}

	/*ファイル*/
.file-link{
	position:relative;
	padding:3px 0 0 0;
	font-size:15px;
	letter-spacing:0;
	padding-left:0;
	margin-bottom:0.2em;
}
.file-link a{
	color:#003D8D;
	text-decoration:underline;
	font-size:13px;
	letter-spacing:0.13px;
	line-height:1.8;
}
.file-link span{
	font-size:10px;
	letter-spacing:0.1px;
	line-height:1.8;
	background:#ccc;
	padding:0px 10px;
	border-radius:1.5px;
	color:#fff;
	margin-left:10px;
	line-height:1;
}
.file-link span.red{
	background:#E65050;
}
.file-link span.green{
	background:#70C36E;
}
.file-link span.blue{
	background:#5381BF;
}

.file-link a::before {
	color:#003D8D;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	display:inline-block;
	vertical-align:middle;
	margin-right:0.8em;
	transition:.3s;
}
.file-link a:hover::before {
	transform:translateX(5px);
	transition:.3s;
}

@media (min-width: 992px) {
	.file-link{
		margin-bottom:0.8em;
	}
	.file-link a{
		font-size:16px;
		letter-spacing:0.16px;
	}
	.file-link span{
		font-size:13px;
		letter-spacing:0.13px;
		border-radius:3px;
		padding:1px 15px 0;
		margin-left:15px;
	}
	.file-link a::before {
		font-size:1.2em;
		margin-right:24px;
	}
}

	/*引用*/
.quote-box{
	background:#E2F3FD;
	padding:20px 20px 20px;
}
.quote-box .quote-box-title{
	color:#014DA3;
	font-size:18px;
	margin:0 auto 14px;
	text-align:center;
	font-weight:normal;
	letter-spacing:0;
}
.quote-box .quote-box-text{
	font-size:13px;
	margin-bottom:11px;
	line-height:1.7;
	padding:0;
	letter-spacing:0.11px;
}
@media (min-width: 992px) {
	.quote-box{
		padding:38px 50px;
	}
	.quote-box .quote-box-title{
		font-size:30px;
		margin:0 auto 20px;
	}
	.quote-box .quote-box-text{
		font-size:16px;
		margin-bottom:20px;
		line-height:1.8;
		letter-spacing:0.16px;
	}
}

	/*注釈*/
.annotation-box{
	background:#EFEFEF;
	padding:15px 15px;
}
.annotation-box .annotation-box-text{
	font-size:11px;
	margin-bottom:0;
	line-height:1.75;
	padding:0;
	letter-spacing:0.11px;
}
@media (min-width: 992px) {
	.annotation-box{
		padding:28px 40px;
	}
	.annotation-box .annotation-box-text{
		font-size:14px;
		line-height:1.7;
	letter-spacing:0.14px;
	}
}

	/*表ブロック*/
.wp-block-table{
	overflow: auto;
	white-space: nowrap;
}
.wp-block-table::-webkit-scrollbar{
	height: 5px;
}
.wp-block-table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.wp-block-table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
table{
  width:100%;
}
.wp-block-table thead {
	border-bottom:none !important;
}
.wp-block-table table th,
.wp-block-table table td{
	padding:11px 10px 10px;
	font-size:13px;
	letter-spacing:0.13px;
	line-height:1.1;
	border: solid 1px #fff;
}
.wp-block-table table th{
	font-weight:normal;
	background:#003D8D;
	color:#fff;
}
.wp-block-table table td{
	background:#EFEFEF;
}
.wp-block-table table tr:first-child td{
	background:#A8A8A8;
	color:#fff;
}
@media (min-width: 992px) {
	.wp-block-table table th,
	.wp-block-table table td{
		font-size:16px;
		letter-spacing:0px;
		padding:17px 10px 15px;
	}
}

	/*カラム*/
.customcol-items-start .wp-block-columns{
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.customcol-items-end .wp-block-columns{
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.customcol-items-center .wp-block-columns{
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.customcol-row-reverse .wp-block-columns{
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.col2-wrapper{
	padding-bottom:0px;
}
.col2-wrapper .is-layout-flex{
	gap:15px;
	padding-bottom:5px;
}
@media (min-width: 992px) {
	.col2-wrapper{
		padding-bottom:0px;
	}
	.col2-wrapper .is-layout-flex{
		gap:40px;
		padding-bottom:0px;
	}
}
.col3-wrapper{
	padding:0 20px 0px;
}
.col3-wrapper .is-layout-flex{
	gap:20px;
}
@media (min-width: 992px) {
	.col3-wrapper{
		padding:0 0 0px;
	}
	.col3-wrapper .is-layout-flex{
		gap:30px;
	}
}

	/*メディアと文章*/
.media-text-box{
	display:flex;
	gap:15px;
}
.media-text-box .media-text-box-image{
	width:34.6%;
}
.media-text-box .media-text-box-innerblock{
	width:calc(65.4% - 15px);
}
@media (min-width: 992px) {
	.media-text-box{
		gap:20px;
	}
	.media-text-box .media-text-box-image{
		width:40%;
	}
	.media-text-box .media-text-box-innerblock{
		width:calc(60% - 20px);
	}
}

	/*区切り線*/
hr{
	height:0;
	padding:0;
	margin:25px 0;
	color:#DBDBDB;
	border-bottom:2px solid;
}
@media (min-width: 992px) {
	hr{
		margin:40px 0;
	}
}
	/*スペーサー*/
.spacer{/*background:red;opacity:0.5;*/}
.spacer-ss{
	height:10px;
}
.spacer-s{
	height:15px;
}
.spacer-m{
	height:25px;
}
.spacer-l{
	height:40px;
}
.spacer-2l{
	height:50px;
}
.spacer-3l{
	height:80px;
}
@media (min-width: 992px) {
	.spacer-ss{
		height:15px;
	}
	.spacer-s{
		height:30px;
	}
	.spacer-m{
		height:50px;
	}
	.spacer-l{
		height:80px;
	}
	.spacer-2l{
		height:100px;
	}
	.spacer-3l{
		height:150px;
	}
}

	/*width100% 画像*/
.feature-img {
	height:500px;
}
.feature-img img{
	object-fit:cover;
	height:100%;
	width:100%;
}
@media (min-width: 992px) {
	.feature-img {
		height:auto;
	}
}

/* To fix underlined links */
a.link-underline{
	text-decoration:underline !important;
}


/* WP Movie Player width*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* WP Auto margin */
body .is-layout-flow > * + * {
   margin-block-start: 0.5rem !important;
}

/* Pagination */
.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  display: flex;
  text-decoration: none;
  justify-content:center;
	align-items:center;
  min-width: 2em;
  transition: all 0.2s;
  padding: calc(.5em - 1px) 0.5em;
	line-height:1;
}
.pagination, .pagination__item, .pagination__item--current, .pagination__pos{
	font-size:15px;
}
.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
}

.pagination {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
.pagination__list {
  display: none;
}
.pagination__item {
  margin: 0;
	padding-left:0;
}
.pagination__item--current{
  border: 1px solid #003D8D;
  border-radius: 1em;
}
.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__item a:hover, .pagination__item--current:hover,
.pagination__btn--next:hover, .pagination__btn--prev:hover{
	text-decoration:underline;
}
.pagination__item--current{
  margin: 0 0.5em;
}
.pagination__pos {
  order: 2;
  padding: 0.5em;
	line-height:1;
	margin:0;
}
.pagination__btn--prev {
  order: 1;
}
.pagination__btn--next {
  order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 520px) {
  .pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
    margin: 0 0.28em;
  }
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__pos {
    display: none;
  }
  .pagination__btn--prev {
    margin-right: 1.14em;
  }
  .pagination__btn--next {
    margin-left: 1.14em;
  }
}
@media (min-width: 960px) {
	.pagination, .pagination__item, .pagination__item--current{
		font-size:20px;
	}
  .pagination__list {
    order: 3;
  }
  .pagination__btn--prev {
    order: 2;
  }
  .pagination__btn--next {
    order: 4;
  }
  .pagination__btn--first {
    order: 1;
    display: block;
  }
  .pagination__btn--last {
    order: 5;
    display: block;
  }
}


/* Archive Page */
.archive-select-category {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.archive-select {
  list-style-type: none;
  padding: 0.4em 0;
  background: #fff;
  text-align: left;
  border-bottom: 2px solid #DBDBDB;
  cursor: pointer;
  min-width: 230px;
  display: inline-block;
  position: relative;
}
.archive-select li {
	font-size:15px;
  padding: 0;
	margin:0;
  text-indent: 1em;
  position: relative;
}
.archive-select li .options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0 0 0;
  background: #fff;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  top: 1.8em;
  left: 0em;
  transition: all ease 0.25s;
}
.archive-select li .options li {
  padding: 0.4em 0;
  border-bottom: 1px solid #eee;
}
.archive-select li .options li:hover {
  background: rgba(123, 123, 123, 0.2);
}
.archive-select li .options li:last-of-type {
  border-bottom: 0;
}
.archive-select li .options.open {
  background: #fff;
  max-height: 2000px;
  border: 1px solid #eee;
	z-index:1;
}
.archive-select:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #535353;
  position: absolute;
  top: 1em;
  right: 1em;
  transition: all ease 0.25s;
}
.archive-select.open:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #535353;
  border-top: 0;
}
@media (min-width: 992px) {
	.archive-select li {
		font-size:16px;
	}
}
.archive-box-image-inner{
	aspect-ratio: 4/3;
}
.archive-box-image img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.archive-category-list{
	display:flex;
	flex-wrap:wrap;
	gap:10px 10px;
	list-style-type:none;
	margin:0;padding:0;
}
.archive-category-list li{
	border:1px solid #003D8D;
	border-radius:1em;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0.3em 1.5em;
	line-height:1;
}
.archive-category-list li a{
	color:#003D8D;
	text-decoration:none;
}
@media (min-width: 992px) {
	.archive-category-list li{
		font-size:14px;
	}
}

/* news */
.news-snslink ul{
	display:flex;
	justify-content:end;
	list-style-type:none;
}
.news-snslink ul li{
	padding-left:20px;
}
.news-snslink ul li img{
	width:22px;
}
@media (min-width: 992px) {
	.news-snslink ul li{
		padding-left:32px;
	}
	.news-snslink ul li img{
		width:24px;
	}
}

/*form*/

.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	min-height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #238dff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #2d2d2d;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.form-control-color {
	max-width: 3rem;
	padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
	border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
	border-radius: 0.25rem;
}

.form-select {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select:focus {
	border-color: #238dff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.form-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.form-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.75em;
	margin-bottom: 0.125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.75em;
}

.form-check-input {
	width: 1.25em;
	height: 1.25em;
	margin-top: 0.125em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	-webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-check-input {
		-webkit-transition: none;
		transition: none;
	}
}

.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #238dff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-check-input:checked {
	background-color: #004ea2;
	border-color: #004ea2;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #004ea2;
	border-color: #004ea2;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23238dff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.form-file {
	--bs-form-file-height: calc(1.5em + 0.75rem + 2px);
	position: relative;
}

.form-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: var(--bs-form-file-height);
	margin: 0;
	opacity: 0;
}

.form-file-input:focus-within~.form-file-label {
	border-color: #238dff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-file-input[disabled]~.form-file-label .form-file-text,
.form-file-input:disabled~.form-file-label .form-file-text {
	background-color: #e9ecef;
}

.form-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--bs-form-file-height);
	border-color: #ced4da;
	border-radius: 0.25rem;
}

.form-file-text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fff;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.form-file-button {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0.375rem 0.75rem;
	margin-left: -1px;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.form-file-sm {
	--bs-form-file-height: calc(1.5em + 0.5rem + 2px);
	font-size: 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
	padding: 0.25rem 0.5rem;
}

.form-file-lg {
	--bs-form-file-height: calc(1.5em + 1rem + 2px);
	font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
	padding: 0.5rem 1rem;
}

.form-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: none;
}

.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #004ea2;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #56a7ff;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #004ea2;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #56a7ff;
}

.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #004ea2;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.form-range::-ms-thumb:active {
	background-color: #56a7ff;
}

.form-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.form-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.form-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-file {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-file .form-file-input:focus~.form-file-label {
	z-index: 3;
}

.input-group>.form-file>.form-file-input:focus {
	z-index: 4;
}

.input-group>.form-file:not(:last-child)>.form-file-label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child)>.form-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-lg>.form-control {
	min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.input-group-sm>.form-control {
	min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 1.75rem;
}

.input-group> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form_contents {
	background-color: #eeeeee;
	padding: 1rem;
}

.form_contents select {
	background-image: url(../images/select.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

.form_contents .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #2d2d2d;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form_contents .btn {
		-webkit-transition: none;
		transition: none;
	}
}

.form_contents .btn:hover {
	color: #2d2d2d;
}

.form_contents .btn-check:focus+.btn,
.form_contents .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 78, 162, 0.25);
}

.form_contents .btn:disabled,
.form_contents .btn.disabled,
.form_contents fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.form_contents .btn-primary {
	color: #fff;
	background-color: #004ea2;
	border-color: #004ea2;
}

.form_contents .btn-primary:hover {
	color: #fff;
	background-color: #003c7c;
	border-color: #00356f;
}

.form_contents .btn-check:focus+.btn-primary,
.form_contents .btn-primary:focus {
	color: #fff;
	background-color: #003c7c;
	border-color: #00356f;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 105, 176, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 105, 176, 0.5);
}

.form_contents .btn-check:checked+.btn-primary,
.form_contents .btn-check:active+.btn-primary,
.form_contents .btn-primary:active,
.form_contents .btn-primary.active,
.form_contents .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #00356f;
	border-color: #002f62;
}

.form_contents .btn-check:checked+.btn-primary:focus,
.form_contents .btn-check:active+.btn-primary:focus,
.form_contents .btn-primary:active:focus,
.form_contents .btn-primary.active:focus,
.form_contents .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 105, 176, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 105, 176, 0.5);
}

.form_contents .btn-primary:disabled,
.form_contents .btn-primary.disabled {
	color: #fff;
	background-color: #004ea2;
	border-color: #004ea2;
}

.form_contents .btn-lg,
.form_contents .btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.form_contents .btn-sm,
.form_contents .btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.form_contents .btn-block {
	display: block;
	width: 100%;
}

.form_contents .btn-block+.btn-block {
	margin-top: 0.5rem;
}

.form_contents .required {
	color: red;
}


/* contact form 7 overwride */
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}