﻿@charset "UTF-8";

/*
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #00253c;
	--secondary: #f5f5f5;
	--success: #00873c;
	--info: #eff0e8;
	--warning: #f4a300;
	--danger: #c41c23;
	--light: #f7f8f8;
	--dark: #7d7d7d;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 1024px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Noto Sans JP", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}


*, *::before, *::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

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: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0080bc;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0080bc;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre, code, kbd, samp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

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
}

select {
	word-wrap: normal
}

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
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1, .h1 {
	font-size: 2.5rem
}

h2, .h2 {
	font-size: 2rem
}

h3, .h3 {
	font-size: 1.75rem
}

h4, .h4 {
	font-size: 1.5rem
}

h5, .h5 {
	font-size: 1.25rem
}

h6, .h6 {
	font-size: 0.85rem
}
@media screen and (max-width: 767px){
	h6, .h6 {
		font-size: 1.2rem;
	}
}

h7, .h7 {
	font-size: 0.6rem
}


@media screen and (max-width: 1024px) {
	.pc_only {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.sp_only {
		display: none;
	}
}


.list_name {
	font-size: 1rem
}
@media screen and (min-width: 1024px) {
	.list_name {
		font-size: 0.62rem
	}
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small, .small {
	font-size: .5rem;
	font-weight: 400
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3
}

.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: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: .5rem;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto
}

.kila_red { color: #bf1920; }

.mb-clear ul,
.mb-clear dl,
.mb-clear dd,
.mb-clear p,
.mb-clear figure { margin-bottom: 0; }

@media (min-width: 1024px) {
	.container {
		max-width: inherit
	}
}

.container-fluid {
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -7.5px;
	margin-left: -7.5px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px
}

.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1024px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #333
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #333
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #333
}

.table tbody+tbody {
	border-top: 2px solid #333
}

.table-sm th, .table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #333
}

.table-bordered th, .table-bordered td {
	border: 1px solid #333
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #333;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary>th, .table-primary>td {
	background-color: #b8c2c8
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody {
	border-color: #7a8e9a
}

.table-hover .table-primary:hover {
	background-color: #aab6bd
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #aab6bd
}

.table-secondary, .table-secondary>th, .table-secondary>td {
	background-color: #fbfbfb
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody {
	border-color: #f7f7f7
}

.table-hover .table-secondary:hover {
	background-color: #eee
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #eee
}

.table-success, .table-success>th, .table-success>td {
	background-color: #b8ddc8
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody {
	border-color: #7ac19a
}

.table-hover .table-success:hover {
	background-color: #a7d5bb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #a7d5bb
}

.table-info, .table-info>th, .table-info>td {
	background-color: #fbfbf9
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody {
	border-color: #f7f7f3
}

.table-hover .table-info:hover {
	background-color: #f1f1ea
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #f1f1ea
}

.table-warning, .table-warning>th, .table-warning>td {
	background-color: #fce5b8
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
	border-color: #f9cf7a
}

.table-hover .table-warning:hover {
	background-color: #fbdca0
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #fbdca0
}

.table-danger, .table-danger>th, .table-danger>td {
	background-color: #eebfc1
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
	border-color: #e0898d
}

.table-hover .table-danger:hover {
	background-color: #e9abad
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #e9abad
}

.table-light, .table-light>th, .table-light>td {
	background-color: #fdfdfd
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
	border-color: #fbfbfb
}

.table-hover .table-light:hover {
	background-color: #f0f0f0
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #f0f0f0
}

.table-dark, .table-dark>th, .table-dark>td {
	background-color: #dbdbdb
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
	border-color: #bbb
}

.table-hover .table-dark:hover {
	background-color: #cecece
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #cecece
}

.table-active, .table-active>th, .table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #333
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 1023.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 110%;
	height: -webkit-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-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
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #0074bc;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.form-control::-webkit-input-placeholder {
	color: #c9caca;
	opacity: 1
}

.form-control::placeholder {
	color: #c9caca;
	opacity: 1
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: -webkit-calc(.375rem + 1px);
	padding-top: calc(.375rem + 1px);
	padding-bottom: -webkit-calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: -webkit-calc(.5rem + 1px);
	padding-top: calc(.5rem + 1px);
	padding-bottom: -webkit-calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: -webkit-calc(.25rem + 1px);
	padding-top: calc(.25rem + 1px);
	padding-bottom: -webkit-calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #333;
	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 {
	height: -webkit-calc(1.5em + .5rem + 2px);
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: -webkit-calc(1.5em + 1rem + 2px);
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col, .form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .5rem;
	color: #00873c
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(0, 135, 60, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #00873c;
	padding-right: -webkit-calc(1.5em + .75rem);
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300873c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right -webkit-calc(.375em + .1875rem);
	background-position: center right calc(.375em + .1875rem);
	background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #00873c;
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.25)
}

.was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: -webkit-calc(1.5em + .75rem);
	padding-right: calc(1.5em + .75rem);
	background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #00873c;
	padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem);
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300873c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300873c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #00873c;
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
	color: #00873c
}

.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
	color: #00873c
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
	border-color: #00873c
}

.was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #00ba53;
	background-color: #00ba53
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #00873c
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
	border-color: #00873c
}

.was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #00873c;
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .5rem;
	color: #c41c23
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(196, 28, 35, 0.9);
	border-radius: .25rem
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #c41c23;
	padding-right: -webkit-calc(1.5em + .75rem);
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c41c23' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c41c23' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right -webkit-calc(.375em + .1875rem);
	background-position: center right calc(.375em + .1875rem);
	background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #c41c23;
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: -webkit-calc(1.5em + .75rem);
	padding-right: calc(1.5em + .75rem);
	background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #c41c23;
	padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem);
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c41c23' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c41c23' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c41c23' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c41c23' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #c41c23;
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
	color: #c41c23
}

.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
	color: #c41c23
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #c41c23
}

.was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e23139;
	background-color: #e23139
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #c41c23
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
	border-color: #c41c23
}

.was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #c41c23;
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.25)
}

.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group, .form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-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
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	color: #333;
	text-decoration: none
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #00253c;
	border-color: #00253c
}

.btn-primary:hover {
	color: #fff;
	background-color: #000d16;
	border-color: #000609
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 70, 89, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #00253c;
	border-color: #00253c
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000609;
	border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 70, 89, 0.5)
}

.btn-secondary {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5
}

.btn-secondary:hover {
	color: #212529;
	background-color: #dcdcdc;
	border-color: #d6d6d6
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 209, 209, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #d6d6d6;
	border-color: #cfcfcf
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(208, 209, 209, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #00873c;
	border-color: #00873c
}

.btn-success:hover {
	color: #fff;
	background-color: #00612b;
	border-color: #005425
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 153, 89, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #00873c;
	border-color: #00873c
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #005425;
	border-color: #004720
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 153, 89, 0.5)
}

.btn-info {
	color: #212529;
	background-color: #eff0e8;
	border-color: #eff0e8
}

.btn-info:hover {
	color: #212529;
	background-color: #dfe1d1;
	border-color: #dadcc9
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 210, 203, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
	color: #212529;
	background-color: #eff0e8;
	border-color: #eff0e8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	color: #212529;
	background-color: #dadcc9;
	border-color: #d4d7c1
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(208, 210, 203, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #f4a300;
	border-color: #f4a300
}

.btn-warning:hover {
	color: #fff;
	background-color: #ce8900;
	border-color: #c18100
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(212, 144, 6, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #f4a300;
	border-color: #f4a300
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #c18100;
	border-color: #b47800
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(212, 144, 6, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #c41c23;
	border-color: #c41c23
}

.btn-danger:hover {
	color: #fff;
	background-color: #a3171d;
	border-color: #97161b
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(205, 62, 68, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #c41c23;
	border-color: #c41c23
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #97161b;
	border-color: #8c1419
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 62, 68, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #f7f8f8;
	border-color: #f7f8f8
}

.btn-light:hover {
	color: #212529;
	background-color: #e3e6e6;
	border-color: #dce0e0
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(215, 216, 217, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f7f8f8;
	border-color: #f7f8f8
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dce0e0;
	border-color: #d5dada
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(215, 216, 217, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d
}

.btn-dark:hover {
	color: #fff;
	background-color: #6a6a6a;
	border-color: #646464
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(145, 145, 145, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #646464;
	border-color: #5d5d5d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(145, 145, 145, 0.5)
}

.btn-outline-primary {
	color: #00253c;
	border-color: #00253c
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #00253c;
	border-color: #00253c
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #00253c;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #00253c;
	border-color: #00253c
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.5)
}

.btn-outline-secondary {
	color: #f5f5f5;
	border-color: #f5f5f5
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #f5f5f5;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.5)
}

.btn-outline-success {
	color: #00873c;
	border-color: #00873c
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #00873c;
	border-color: #00873c
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #00873c;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #00873c;
	border-color: #00873c
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.5)
}

.btn-outline-info {
	color: #eff0e8;
	border-color: #eff0e8
}

.btn-outline-info:hover {
	color: #212529;
	background-color: #eff0e8;
	border-color: #eff0e8
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(239, 240, 232, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #eff0e8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
	color: #212529;
	background-color: #eff0e8;
	border-color: #eff0e8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(239, 240, 232, 0.5)
}

.btn-outline-warning {
	color: #f4a300;
	border-color: #f4a300
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #f4a300;
	border-color: #f4a300
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(244, 163, 0, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #f4a300;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #f4a300;
	border-color: #f4a300
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(244, 163, 0, 0.5)
}

.btn-outline-danger {
	color: #c41c23;
	border-color: #c41c23
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #c41c23;
	border-color: #c41c23
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #c41c23;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #c41c23;
	border-color: #c41c23
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.5)
}

.btn-outline-light {
	color: #f7f8f8;
	border-color: #f7f8f8
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f7f8f8;
	border-color: #f7f8f8
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(247, 248, 248, 0.5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f7f8f8;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f7f8f8;
	border-color: #f7f8f8
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(247, 248, 248, 0.5)
}

.btn-outline-dark {
	color: #7d7d7d;
	border-color: #7d7d7d
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(125, 125, 125, 0.5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #7d7d7d;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(125, 125, 125, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #0080bc;
	text-decoration: none
}

.btn-link:hover {
	color: #0080bc;
	text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg, .btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm, .btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}

.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 {
	position: relative;
	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
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #333;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1024px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #00253c
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend, .input-group-append {
	display: -webkit-box;
	display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	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: .25rem
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select {
	height: -webkit-calc(1.5em + 1rem + 2px);
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select {
	height: -webkit-calc(1.5em + .5rem + 2px);
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #00253c;
	background-color: #00253c
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #0074bc
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #0093ef;
	border-color: #0093ef
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #00253c;
	background-color: #00253c
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 37, 60, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 37, 60, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	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")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 37, 60, 0.5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: -webkit-calc(.25rem + 2px);
	top: calc(.25rem + 2px);
	left: -webkit-calc(-2.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: -webkit-calc(1rem - 4px);
	width: calc(1rem - 4px);
	height: -webkit-calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 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-transform 0.15s ease-in-out;
	transition: transform 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: transform 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-transform 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 37, 60, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: -webkit-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #0074bc;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: -webkit-calc(1.5em + .5rem + 2px);
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: -webkit-calc(1.5em + 1rem + 2px);
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: -webkit-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: -webkit-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #0074bc;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: -webkit-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: -webkit-calc(1.5em + .75rem);
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: -webkit-calc(1rem + .4rem);
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #00253c;
	border: 0;
	border-radius: 1rem;
	-webkit-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-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #0093ef
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #00253c;
	border: 0;
	border-radius: 1rem;
	-webkit-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) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #0093ef
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #00253c;
	border: 0;
	border-radius: 1rem;
	-webkit-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) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #0093ef
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-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
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		-webkit-transition: none;
		transition: none
	}
}

.nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #00253c
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container, .navbar>.container-fluid {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 1023.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1024px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
	border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
	border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: -webkit-calc(.25rem - 1px);
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: -webkit-calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: -webkit-calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: -webkit-calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: -webkit-calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 7.5px
}

@media (min-width: 576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -7.5px;
		margin-left: -7.5px
	}
	.card-deck .card {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-right: 7.5px;
		margin-bottom: 0;
		margin-left: 7.5px
	}
}

.card-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 7.5px
}

@media (min-width: 576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}

.breadcrumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0080bc;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0080bc;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #fbff9f;
	border-color: #f7f8f8;
	font-weight: bold;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	-webkit-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
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		transition: none
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #00253c
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #000609
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 37, 60, 0.5)
}

.badge-secondary {
	color: #212529;
	background-color: #f5f5f5
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #212529;
	background-color: #d6d6d6
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #00873c
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #005425
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 135, 60, 0.5)
}

.badge-info {
	color: #212529;
	background-color: #eff0e8
}

a.badge-info:hover, a.badge-info:focus {
	color: #212529;
	background-color: #dadcc9
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(239, 240, 232, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #f4a300
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #c18100
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(244, 163, 0, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #c41c23
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #97161b
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(196, 28, 35, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #f7f8f8
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #dce0e0
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(247, 248, 248, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #7d7d7d
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #646464
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(125, 125, 125, 0.5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #00131f;
	background-color: #ccd3d8;
	border-color: #b8c2c8
}

.alert-primary hr {
	border-top-color: #aab6bd
}

.alert-primary .alert-link {
	color: #000
}

.alert-secondary {
	color: #7c7c7c;
	background-color: #fcfcfc;
	border-color: #fbfbfb
}

.alert-secondary hr {
	border-top-color: #eee
}

.alert-secondary .alert-link {
	color: #636363
}

.alert-success {
	color: #00461f;
	background-color: #cce7d8;
	border-color: #b8ddc8
}

.alert-success hr {
	border-top-color: #a7d5bb
}

.alert-success .alert-link {
	color: #001308
}

.alert-info {
	color: #7c7d79;
	background-color: #fcfcfa;
	border-color: #fbfbf9
}

.alert-info hr {
	border-top-color: #f1f1ea
}

.alert-info .alert-link {
	color: #626360
}

.alert-warning {
	color: #7f5500;
	background-color: #fdedcc;
	border-color: #fce5b8
}

.alert-warning hr {
	border-top-color: #fbdca0
}

.alert-warning .alert-link {
	color: #4c3300
}

.alert-danger {
	color: #660f12;
	background-color: #f3d2d3;
	border-color: #eebfc1
}

.alert-danger hr {
	border-top-color: #e9abad
}

.alert-danger .alert-link {
	color: #3a080a
}

.alert-light {
	color: #808181;
	background-color: #fdfefe;
	border-color: #fdfdfd
}

.alert-light hr {
	border-top-color: #f0f0f0
}

.alert-light .alert-link {
	color: #676767
}

.alert-dark {
	color: #414141;
	background-color: #e5e5e5;
	border-color: #dbdbdb
}

.alert-dark hr {
	border-top-color: #cecece
}

.alert-dark .alert-link {
	color: #282828
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #00253c;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #333;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #00253c;
	border-color: #00253c
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 1024px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #00131f;
	background-color: #b8c2c8
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #00131f;
	background-color: #aab6bd
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #00131f;
	border-color: #00131f
}

.list-group-item-secondary {
	color: #7c7c7c;
	background-color: #fbfbfb
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #7c7c7c;
	background-color: #eee
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #7c7c7c;
	border-color: #7c7c7c
}

.list-group-item-success {
	color: #00461f;
	background-color: #b8ddc8
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #00461f;
	background-color: #a7d5bb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #00461f;
	border-color: #00461f
}

.list-group-item-info {
	color: #7c7d79;
	background-color: #fbfbf9
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #7c7d79;
	background-color: #f1f1ea
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #7c7d79;
	border-color: #7c7d79
}

.list-group-item-warning {
	color: #7f5500;
	background-color: #fce5b8
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #7f5500;
	background-color: #fbdca0
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7f5500;
	border-color: #7f5500
}

.list-group-item-danger {
	color: #660f12;
	background-color: #eebfc1
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #660f12;
	background-color: #e9abad
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #660f12;
	border-color: #660f12
}

.list-group-item-light {
	color: #808181;
	background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #808181;
	background-color: #f0f0f0
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #808181;
	border-color: #808181
}

.list-group-item-dark {
	color: #414141;
	background-color: #dbdbdb
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #414141;
	background-color: #cecece
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #414141;
	border-color: #414141
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
	padding: .75rem
}

.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: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .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-dialog-scrollable {
	display: -webkit-box;
	display: flex;
	max-height: -webkit-calc(100% - 1rem);
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: -webkit-calc(100vh - 1rem);
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - 1rem);
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: -webkit-calc(100vh - 1rem);
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	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: .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: .5
}

.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #333;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.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;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #333;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .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: -webkit-calc(100% - 3.5rem);
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: -webkit-calc(100vh - 3.5rem);
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: -webkit-calc(100% - 3.5rem);
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: -webkit-calc(100vh - 3.5rem);
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 1024px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem
}

.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: -webkit-calc((.5rem + 1px) * -1);
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem
}

.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow {
	left: -webkit-calc((.5rem + 1px) * -1);
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem
}

.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow {
	top: -webkit-calc((.5rem + 1px) * -1);
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem
}

.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
	right: -webkit-calc((.5rem + 1px) * -1);
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: -webkit-calc(.3rem - 1px);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: -webkit-calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #333
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .8;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-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: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.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 .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.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
}

.bg-primary {
	background-color: #444444 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #000609 !important
}

.bg-secondary {
	background-color: #f5f5f5 !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #d6d6d6 !important
}

.bg-success {
	background-color: #00873c !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #005425 !important
}

.bg-info {
	background-color: #f6ece6 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #dadcc9 !important
}

.bg-warning {
	background-color: #f4a300 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #c18100 !important
}

.bg-danger {
	background-color: #c41c23 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #97161b !important
}

.bg-light {
	background-color: #e9e9e9 !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
	background-color: #dce0e0 !important
}

.bg-dark {
	background-color: #7d7d7d !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #646464 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #999999 !important
}

.border-top {
	border-top: 1px solid #999999 !important
}

.border-right {
	border-right: 1px solid #333 !important
}

.border-bottom {
	border-bottom: 1px solid #999999 !important
}

.border-left {
	border-left: 1px solid #333 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #999999 !important
}

.border-secondary {
	border-color: #f5f5f5 !important
}

.border-success {
	border-color: #00873c !important
}

.border-info {
	border-color: #eff0e8 !important
}

.border-warning {
	border-color: #f4a300 !important
}

.border-danger {
	border-color: #c41c23 !important
}

.border-light {
	border-color: #f7f8f8 !important
}

.border-dark {
	border-color: #999999 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

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

.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: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.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: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.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: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 1024px) {
	.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: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.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: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !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: flex !important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		align-content: flex-start !important
	}
	.align-content-sm-end {
		align-content: flex-end !important
	}
	.align-content-sm-center {
		align-content: center !important
	}
	.align-content-sm-between {
		align-content: space-between !important
	}
	.align-content-sm-around {
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		align-content: stretch !important
	}
	.align-self-sm-auto {
		align-self: auto !important
	}
	.align-self-sm-start {
		align-self: flex-start !important
	}
	.align-self-sm-end {
		align-self: flex-end !important
	}
	.align-self-sm-center {
		align-self: center !important
	}
	.align-self-sm-baseline {
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		justify-content: space-around !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		align-content: flex-start !important
	}
	.align-content-md-end {
		align-content: flex-end !important
	}
	.align-content-md-center {
		align-content: center !important
	}
	.align-content-md-between {
		align-content: space-between !important
	}
	.align-content-md-around {
		align-content: space-around !important
	}
	.align-content-md-stretch {
		align-content: stretch !important
	}
	.align-self-md-auto {
		align-self: auto !important
	}
	.align-self-md-start {
		align-self: flex-start !important
	}
	.align-self-md-end {
		align-self: flex-end !important
	}
	.align-self-md-center {
		align-self: center !important
	}
	.align-self-md-baseline {
		align-self: baseline !important
	}
	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1024px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		align-content: flex-start !important
	}
	.align-content-lg-end {
		align-content: flex-end !important
	}
	.align-content-lg-center {
		align-content: center !important
	}
	.align-content-lg-between {
		align-content: space-between !important
	}
	.align-content-lg-around {
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		align-content: stretch !important
	}
	.align-self-lg-auto {
		align-self: auto !important
	}
	.align-self-lg-start {
		align-self: flex-start !important
	}
	.align-self-lg-end {
		align-self: flex-end !important
	}
	.align-self-lg-center {
		align-self: center !important
	}
	.align-self-lg-baseline {
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		align-content: flex-start !important
	}
	.align-content-xl-end {
		align-content: flex-end !important
	}
	.align-content-xl-center {
		align-content: center !important
	}
	.align-content-xl-between {
		align-content: space-between !important
	}
	.align-content-xl-around {
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		align-content: stretch !important
	}
	.align-self-xl-auto {
		align-self: auto !important
	}
	.align-self-xl-start {
		align-self: flex-start !important
	}
	.align-self-xl-end {
		align-self: flex-end !important
	}
	.align-self-xl-center {
		align-self: center !important
	}
	.align-self-xl-baseline {
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 1024px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.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
}

@supports (position: sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2) !important
}

.shadow {
	box-shadow: 1px 2px 0 #000 !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !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
}

.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
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.m-6 {
	margin: 4.5rem !important
}

.mt-6, .my-6 {
	margin-top: 4.5rem !important
}

.mr-6, .mx-6 {
	margin-right: 4.5rem !important
}

.mb-6, .my-6 {
	margin-bottom: 4.5rem !important
}

.ml-6, .mx-6 {
	margin-left: 4.5rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}
	.m-sm-n1 {
		margin: -.25rem !important
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important
	}
	.m-sm-n2 {
		margin: -.5rem !important
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important
	}
	.m-sm-n3 {
		margin: -1rem !important
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important
	}
	.m-sm-n4 {
		margin: -1.5rem !important
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important
	}
	.m-sm-n5 {
		margin: -3rem !important
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}
	.m-md-n1 {
		margin: -.25rem !important
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important
	}
	.m-md-n2 {
		margin: -.5rem !important
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important
	}
	.m-md-n3 {
		margin: -1rem !important
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important
	}
	.m-md-n4 {
		margin: -1.5rem !important
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important
	}
	.m-md-n5 {
		margin: -3rem !important
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1024px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}
	.m-lg-n1 {
		margin: -.25rem !important
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important
	}
	.m-lg-n2 {
		margin: -.5rem !important
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important
	}
	.m-lg-n3 {
		margin: -1rem !important
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important
	}
	.m-lg-n4 {
		margin: -1.5rem !important
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important
	}
	.m-lg-n5 {
		margin: -3rem !important
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}
	.m-xl-n1 {
		margin: -.25rem !important
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important
	}
	.m-xl-n2 {
		margin: -.5rem !important
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important
	}
	.m-xl-n3 {
		margin: -1rem !important
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important
	}
	.m-xl-n4 {
		margin: -1.5rem !important
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important
	}
	.m-xl-n5 {
		margin: -3rem !important
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.position-relative {
  position: relative !important
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap */
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 576px) {
	.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) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 1024px) {
	.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) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !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-extrabold {
  font-weight: 800 !important;
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #333333 !important
}

a.text-primary:hover, a.text-primary:focus {
	color: #000 !important
}

.text-secondary {
	color: #f5f5f5 !important
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #c9c9c9 !important
}

.text-success {
	color: #00873c !important
}

a.text-success:hover, a.text-success:focus {
	color: #003b1a !important
}

.text-info {
	color: #eff0e8 !important
}

a.text-info:hover, a.text-info:focus {
	color: #cfd2ba !important
}

.text-warning {
	color: #f4a300 !important
}

a.text-warning:hover, a.text-warning:focus {
	color: #a87000 !important
}

.text-danger {
	color: #c41c23 !important
}

a.text-danger:hover, a.text-danger:focus {
	color: #811217 !important
}

.text-light {
	color: #f7f8f8 !important
}

a.text-light:hover, a.text-light:focus {
	color: #ced4d4 !important
}

.text-dark {
	color: #7d7d7d !important
}

a.text-dark:hover, a.text-dark:focus {
	color: #575757 !important
}

.text-body {
	color: #333 !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-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		box-shadow: none !important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap !important
	}
	pre, blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr, img {
		page-break-inside: avoid
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 1024px !important
	}
	.container {
		min-width: 1024px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #dee2e6 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
		border-color: #333
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #333
	}
}

a:focus, *:focus {
	outline: none
}

.carousel-indicators_type_dot {
	position: static
}

.carousel-indicators_type_dot li {
	background: transparent;
	border: none;
	height: auto;
	margin: 0;
	text-indent: 0;
	width: auto
}

.carousel-indicators_type_dot li.active {
	color: #f50000
}

.carousel-indicators_type_dot li::before, .carousel-indicators_type_dot li::after {
	display: none
}

.thumbnail-carousel .carousel-indicators {
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.thumbnail-carousel .carousel-indicators li {
	background: transparent;
	border: none;
	height: auto;
	margin: 0;
	text-indent: 0;
	text-align: center;
	width: auto
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.thumbnail-carousel .carousel-indicators li {
		width: 100%
	}
}

.thumbnail-carousel .carousel-indicators li.active img {
	border: solid 2px #43ace9
}

.thumbnail-carousel .carousel-indicators li::before, .thumbnail-carousel .carousel-indicators li::after {
	display: none
}

.drawer-menu .close {
	opacity: 1
}

.drawer-menu .close:not(:disabled):not(.disabled):hover {
	opacity: 1
}

.drawer-menu .modal-dialog {
	height: 100%;
	margin: 0
}

@media (min-width: 576px) {
	.drawer-menu .modal-dialog {
		max-width: inherit
	}
}

.drawer-menu .modal.fade .modal-dialog {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.drawer-menu .modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.drawer-menu .modal-content {
	background: transparent;
	border: none;
	border-radius: 0;
	height: inherit;
	position: absolute;
	right: 0;
	width: 72%
}

@media (min-width: 576px) {
	.drawer-menu .modal-content {
		width: 50%
	}
}

.ekko-lightbox {
	-webkit-box-align: center;
	align-items: center
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ekko-lightbox .modal-dialog {
		-webkit-box-flex: 100% !important;
		flex: 100% !important;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden
	}
}

.form-control.no-effect, .btn.no-effect:focus, .page-link.no-effect:focus {
	box-shadow: none;
	color: inherit
}

.text-break {
	word-break: break-all
}

small, .small {
	font-size: 12px
}

.page-item.active .page-link {
	cursor: auto
}

@font-face {
	font-display: swap;
	font-family: 'FontAwesome-solid';
	src: url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-solid-900.eot");
	src: url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-solid-900.woff") format("woff"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-solid-900.ttf") format("truetype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-solid-900.svg") format("svg")
}

@font-face {
	font-display: swap;
	font-family: 'FontAwesome-brands';
	src: url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-brands-400.eot");
	src: url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-brands-400.woff") format("woff"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-brands-400.ttf") format("truetype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-brands-400.svg") format("svg")
}

@font-face {
	font-display: swap;
	font-family: 'FontAwesome-regular';
	src: url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-regular-400.eot");
	src: url("https://www.kilamek-novelty.com/html/template/novelty/html/template/novelty/css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-regular-400.woff") format("woff"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-regular-400.ttf") format("truetype"), url("https://www.kilamek-novelty.com/html/template/novelty/css/fonts/fa-regular-400.svg") format("svg")
}

.plus-box-fa-icon::before {
	content: "\f0fe";
	font-family: "FontAwesome-solid"
}

.warning-fa-icon::before {
	content: "\f071";
	font-family: "FontAwesome-solid"
}

.question-circle-fa-icon::before {
	content: "\f059";
	font-family: "FontAwesome-solid"
}

.chevron-down-fa-icon::before {
	content: "\f078";
	font-family: "FontAwesome-solid"
}

.add-side-arrow {
	position: relative
}

.add-side-arrow::after {
	border-color: #666 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateX(0) translateY(-25%) rotate(0);
	transform: translateX(0) translateY(-25%) rotate(0);
	width: 0
}

.add-side-arrow_direction_right::after {
	-webkit-transform: translateX(0) translateY(-25%) rotate(45deg);
	transform: translateX(0) translateY(-25%) rotate(45deg)
}

.add-side-arrow_direction_down::after {
	-webkit-transform: translateX(0) translateY(-25%) rotate(90deg);
	transform: translateX(0) translateY(-25%) rotate(90deg)
}

.put-triangle {
	border-color: #ccc transparent transparent transparent;
	border-style: solid;
	border-width: 100px 100px 100px 100px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0
}

.centering {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.centering-x {
	left: 50%;
	position: absolute;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.centering-y {
	bottom: auto;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.align-sentence-head {
	margin-left: 1em;
	text-indent: -1em
}

.add-image-opacity:hover {
	opacity: 0.7
}

.bg-green {
	background-color: #00873c
}

.bg-green-10 {
	background-color: rgba(0, 135, 60, 0.1)
}

html {
	overflow-x: hidden
}

body {
	overflow-x: hidden
}

html {
	font-size: 16px
}

@media screen and (min-width: 1024px) {
	html {
		font-size: 24px
	}
}

body {
	color: #333
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 0.58rem
	}
}

img, svg {
	border: 0;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.svg-container {
	line-height: 0
}

.svg-container img {
	width: 100%
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus::placeholder, textarea:focus::placeholder {
	color: transparent
}

.line-height-narrow {
	line-height: 1.2
}

.line-height-1 {
	line-height: 1.2
}

.lh-sm {line-height:1.25;}
.lh-base {line-height:1.5;}

.lh-lg {line-height:2;}


.text-size-caption {
	font-size: 13px
}

.text-size-standard {
	font-size: 0.9rem !important
}

.text-size-small {
	font-size: 0.66rem !important
}

@media screen and (min-width: 1024px) {
	.text-size-standard {
		font-size: .6rem !important
	}
}

.text-color-link {
	color: #0080bc
}

.border-dotted-bottom {
	border-bottom: dotted 1px #999999;
}

.border-dotted-right {
	border-right: dotted 1px #333
}

.border-dotted-top {
	border-top: dotted 1px #999999;
}

.width-1px {
	width: 1px
}

.discontinued {
	color: #FF0000;
}

.pe-none {
	pointer-events: none;
}

.container {
	max-width: 1200px
}

.container_gutter_around {
	padding: 7.5px
}

.domain {
	border: 3px solid #aaa;
	margin-top: 1.875rem;
	padding: 0.5em 1em
}

.domain>* {
	margin-bottom: 0;
	margin-top: 1rem
}

.domain>*:first-child {
	margin-top: 0
}

.fixed-top {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s
}

.fixed-top.js-scrollable {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1041
}

.fixed-top.js-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.hamburger-menu {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hamburger-menu-x {
	left: 50%;
	position: absolute;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hamburger-menu-y {
	bottom: auto;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hamburger-menu, .hamburger-menu::before, .hamburger-menu::after {
	background: #333;
	content: '';
	display: inline-block;
	height: 3px;
	position: absolute;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.15s 0.15s;
	transition: -webkit-transform 0.15s 0.15s;
	transition: transform 0.15s 0.15s;
	transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
	width: 24px
}

.hamburger-menu {
	-webkit-transition: background 0.15s 0.15s;
	transition: background 0.15s 0.15s
}

.hamburger-menu::before {
	top: -6px
}

.hamburger-menu::after {
	top: 6px
}

.hamburger-menu_clicked {
	background: rgba(46, 50, 51, 0)
}

.hamburger-menu_clicked::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg)
}

.hamburger-menu_clicked::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg)
}

.form-control::-webkit-input-placeholder {
	font-size: 1rem
}

.form-control::placeholder {
	font-size: 1rem
}

@media screen and (min-width: 1024px) {
	.form-control::-webkit-input-placeholder {
		font-size: .66667rem
	}
	.form-control::placeholder {
		font-size: .66667rem
	}
}

.first-category {
	border-top: solid 2px #00253c;
	padding: .5rem .75rem
}

.first-category:first-child {
	border-top: none
}

.first-category__item {
	color: #333;
	display: table;
	table-layout: fixed;
	width: 100%
}

.first-category .arrow-anchor::before {
	color: #333
}

.second-category {
	border-top: solid 1px #999999;
	padding: .5rem .75rem
}

.second-category:first-child {
	border-top: none
}

.second-category:last-child {
	padding-bottom: .75rem
}

.first-category + .second-category {
  border-top: none;
}

.second-category .arrow-anchor::before {
	color: #333
}

.thumbnail-carousel {
	padding-bottom: 4.5625rem
}

@media screen and (min-width: 576px) {
	.thumbnail-carousel {
		padding-bottom: 6.5rem
	}
}

@media screen and (min-width: 768px) {
	.thumbnail-carousel {
		padding-bottom: 7.1875rem
	}
}

@media screen and (min-width: 1024px) {
	.thumbnail-carousel {
		padding-bottom: 5.33333rem
	}
}

@media screen and (min-width: 1200px) {
	.thumbnail-carousel {
		padding-bottom: 5.79167rem
	}
}

.thumbnail-carousel .carousel-indicators {
	margin: 0 -.125rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.thumbnail-carousel .carousel-indicators li {
	margin: 0.25rem .125rem
}

.hover-ignore {
	color: inherit
}

.hover-ignore:hover {
	color: inherit;
	text-decoration: none
}

a.hover-coloring:hover {
	color: #0080bc !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

a.hover-coloring:hover .arrow-anchor::before {
	color: #0080bc
}

.stroke-price-down {
	position: relative
}

.stroke-price-down::after {
	background-color: #000;
	border: 1px solid #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 100%
}

.stroke-price-down_left_up::after {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg)
}

.stroke-price-down::after {
	background-color: #c41c23;
	border: 1px solid #c41c23
}

.inline-block-wrapper {
	font-size: 0
}

.inline-block-wrapper>* {
	display: inline-block
}

.adjust-show-area {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.put-colon::before {
	content: "："
}

.put-colon_align_middle {
	position: relative
}

.put-colon_align_middle::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.put-square::before {
	color: #333333;
	content: "■"
}

.arrow-anchor {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: inline-flex
}

.arrow-anchor::before, .arrow-anchor::after {
	vertical-align: middle
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.arrow-anchor::before, .arrow-anchor::after {
		vertical-align: 2px
	}
}

.arrow-anchor::before {
	color: #333333;
	content: '・'
}

.arrow-anchor:not(.hover-ignore):hover::before {
	color: #0080bc
}

.prevention-masked {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3040
}

.main-bnr-group__item {
	margin-top: .25rem
}

.main-bnr-group__item:first-child {
	margin-top: 0
}

.external-link-group__item {
	margin-top: 1rem
}

.sub-bnr-group {
	text-align: center
}

.sub-bnr-group__item {
	margin-top: 1rem
}

.sub-bnr-group__item:first-child {
	margin-top: 0
}

.pg-calendar__holiday {
	background: #FBE5EF
}

.pg-calendar caption {
	caption-side: top
}

.search-form select.no-effect {
	-webkit-appearance: none;
	appearance: none;
	background: #444444;
	color: #fff
}

.search-form select.no-effect:focus {
	background: #000
}

.search-form option {
	background: #fff;
	color: #00253c
}

.search-form .put-triangle {
	border-color: #fff transparent transparent transparent;
	border-width: 10px 10px 10px 10px;
	left: -webkit-calc(100% - 20px - 5px);
	left: calc(100% - 20px - 5px);
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	display: none;
}

/* @media screen and (min-width: 1024px) {
	.fixed-side {
		display: block;
		position: absolute;
		right: -10px;
		top: -88px;
	}
} */

@media screen and (min-width: 1024px) {
	.fixed-side {
		display: block;
		position: fixed;
		top: 50%;
		left: calc(50vw + 600px);
		transform: translateY(-50%);
		width: 60px;
		z-index: 100;
	}
}

@media screen and (max-width: 1324px) {
	.fixed-side {
		position: fixed;
		left: initial;
		right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.fixed-side {
		bottom: 72px;
	}
}

.fixed-side__bnr-link {
  display: block;
  width: 60px;
  height: 194px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.fixed-side__bnr-link--contact {
  background-image: url(/html/template/novelty/images/bnr-contact--off.png);
}

.fixed-side__bnr-link--contact:hover {
  background-image: url(/html/template/novelty/images/bnr-contact--on.png);
}

.fixed-side__bnr-link--cart {
  background-image: url(/html/template/novelty/images/bnr-cart--off.png);
}

.fixed-side__bnr-link--cart:hover {
  background-image: url(/html/template/novelty/images/bnr-cart--on.png);
}

.fixed-side__bnr-link--return-top {
  background-image: url(/html/template/novelty/images/return-top--off.png);
}

.fixed-side__bnr-link--return-top:hover {
  background-image: url(/html/template/novelty/images/return-top--on.png);
}

.cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  min-width: 16px;
  aspect-ratio: 1 / 1;
  z-index: 1000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  display: grid;
  place-items: center;
}

@media (min-width: 768px) {
  .cart-badge {
    padding: 2px 6px;
    font-size: 14px;
    min-width: 20px;
  }
}

/* .fixed-side__bnr {
	bottom: 0;
	position: fixed;
	right: 0;
	width: 61px;
	z-index: 100
} */

/* @media screen and (min-width: 1024px) {
	.fixed-side__bnr {
		bottom: auto;
		display: block;
		right: 0
	}
} */


/* @media (min-width: 1291.5px) {
	.fixed-side__bnr {
		right: auto;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
} */

.new-arrival {
	background: #fffbef;
	padding: 0 0 1.5rem;
	margin: 1rem 0 1rem;
}

.ranking-area .item-photo {
	max-width: 45.27778%
}

@media screen and (min-width: 768px) {
	.ranking-area .item-photo {
		max-width: inherit
	}
}

.pickup-area .text-size-caption {
	max-width: 267px
}

.special-area .text-size-caption {
	max-width: 267px
}

.contact-us {
	border: solid 2px #999999;
	display: none;
	margin-top: 3rem;
	padding: .5rem
}

@media screen and (min-width: 1024px) {
	.contact-us {
		display: block
	}
}

.scene-area .text-size-caption {
	max-width: 267px
}

.customers-area {

	border: solid 1px #00253c;
	border-top: none
}

@media screen and (min-width: 1024px) {
	.customers-area {
		border: none
	}
}

@media screen and (min-width: 1024px) {
	.customers-area__box {
		border: solid 1px #333;
		max-height: 647px;
		overflow-x: hidden;
		overflow-y: scroll
	}
}

/*--------フッターご利用ガイド----------*/
.footerflow {
	/*background: #f50000;*/
	margin: 0 auto;
	max-width: 1200px;
}

.footerflow dl {
	margin: 0;
}

.footerflow li {
	margin: 0;
}

.footerflow figure {
	margin: 0;
}

.footerflow figcaption {
 color: #333;
 font-size: 90%
}

/*--------フッター説明---------*/
.footerservice {
	/*background: #00ba53;*/
	margin: 0 auto;
	max-width: 1200px;
}

.footerservice dl {
	margin: 0 auto;
}


.footerservice h3 {
	color: #333;
	font-weight: bold;
	font-size: 0.8rem;
	border: #4b89be;
	border-style: none none solid solid ;
	background-color: #fff;
	border-width: 2px 10px;
}

.footerservice p {
 color: #333;
}


/*--------フッター連絡先----------*/
.about-us {
	background: #f5f5f5;
	margin: 0 auto;
	margin-bottom: 3rem;
	max-width: 1200px;
	padding: 1rem;
	/*padding-top: .5rem*/
}

.about-us__separator {
	border-style: dotted;
	border-color: #333 transparent transparent transparent;
	border-width: 1px 0 0 0
}

.about-us__separator:first-child {
	border: none
}

@media screen and (min-width: 1024px) {
	.about-us {
		margin-bottom: 0
	}
}

.copy-right {
	background: #444444;
	color: #fff;
	padding: 0.75rem;
	text-align: center
}

.item-photo {
	position: relative
}

.item-photo__icon {
	left: .25rem;
	max-width: 42.5px;
	position: absolute;
	top: .25rem
}

@media screen and (min-width: 576px) {
	.item-photo__icon {
		max-width: 100px
	}
}

@media screen and (min-width: 768px) {
	.item-photo__icon {
		max-width: 69px
	}
}


.item-price {
	color: #c41c23;
	display: inline;
	font-size: 0;
	line-height: 1;
	word-break: break-all;
	margin: 0 0 0 6px;
}

.item-price>* {
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.item-price {
		line-height: 0.8;
		margin: 0 0 0 8px;
	}
}

.item-price__number {
	font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
	.item-price__number {
		font-size: 0.8rem;
	}
}

.item-price__yen {
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.item-price__yen {
		font-size: 0.75rem
	}
}

.order-form {
	border: solid 1px #c41c23;
	border-radius: 8px;
	margin: 2.5rem 0;
	padding: 1rem 0.5rem;
  scroll-margin-top: 60px;
}

@media screen and (min-width: 1024px) {
	.order-form {
		margin-bottom: 0
	}
}

.order-form .form-control {
  width: 100%;
  font-size: .85rem
}

@media screen and (min-width: 1024px) {
	.order-form .form-control {
		font-size: .55rem
	}
}

@media screen and (min-width: 1024px) {
	.order-form select.form-control {
		padding-bottom: 0.25rem;
		padding-top: 0.25rem
	}
}

@media screen and (min-width: 1024px) {
	.sales-ranking {
		margin-top: 4.5rem
	}
}

.sales-ranking .item-photo__icon {
	max-width: 93.5px
}

@media screen and (min-width: 768px) {
	.sales-ranking .item-photo__icon {
		max-width: 69px
	}
}

@media screen and (min-width: 1024px) {
	.sales-ranking .item-price {
		line-height: 1
	}
}

.sales-ranking .item-price__number {
	font-size: 2.8125rem;
	line-height: 41px
}

@media screen and (min-width: 1024px) {
	.sales-ranking .item-price__number {
		font-size: 1.75rem
	}
}

.sales-ranking .item-price__yen {
	font-size: 1.5rem;
	margin-right: 1rem
}

@media screen and (min-width: 1024px) {
	.sales-ranking .item-price__yen {
		font-size: .75rem;
		margin-right: .5rem
	}
}

.sales-ranking .put-triangle {
	border-color: #c41c23 transparent transparent transparent;
	border-width: 9px 7px 0px 7px
}

.item-lineup {
	margin-bottom: 1rem
}

@media screen and (min-width: 1024px) {
	.item-lineup {
		margin-bottom: 0
	}
}

.item-lineup__box {
	border: solid 1px #999999;
	display: inline-block;
	font-size: 13px;
	padding-bottom: 31px;
	position: relative
}

.item-lineup__box::after {
	background: #7d7d7d;
	bottom: 0;
	color: #fff;
	content: '詳細はこちら;
	line-height: 31px;
	position: absolute;
	text-align: center;
	width: 100%
}

.item-lineup__box:hover {
	border: solid 1px #333;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.item-lineup__box:hover::after {
	background: #333;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.item-lineup__box:hover>* {
	opacity: 0.7
}

.item-lineup .item-price__number {
	font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
	.item-lineup .item-price__number {
		font-size: 1.1rem
	}
}

.item-lineup .put-triangle {
	border-color: #c41c23 transparent transparent transparent;
	border-width: 9px 7px 0px 7px
}

.page-navi__arrow {
	width: 12px
}

@media screen and (min-width: 576px) {
	.page-navi__arrow {
		width: 14px
	}
}

.related-item {
	border: solid 1px #00873c
}

@media screen and (min-width: 1024px) {
	.related-item .item-price__number {
		font-size: .95833rem
	}
}

@media screen and (min-width: 1200px) {
	.related-item .item-price__yen {
		margin: 0
	}
}

.checked-item {
	border: solid 1px #999999;
}

@media screen and (min-width: 1024px) {
	.checked-item .item-price__number {
		font-size: .95833rem
	}
}

@media screen and (min-width: 1200px) {
	.checked-item .item-price__yen {
		margin: 0
	}
}

.purchase-line:before {
	background: #f5f5f5;
	border-radius: 2px;
	content: "";
	height: 4px;
	left: 12.5%;
	margin: 0;
	position: absolute;
	top: 13px;
	width: 75%;
	z-index: 0
}

.numbering-mark {
	background: #f5f5f5;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 23.5px;
	line-height: 23.5px;
	text-align: center;
	vertical-align: middle;
	width: 23.5px
}

.numbering-mark_active {
	background: #0080bc
}

.good-points {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 -0.125rem
}

.good-points__item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	margin: 0 0.125rem
}

.return-top {
	cursor: pointer
}

.bordered-title {
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	font-weight: bold;
	line-height: 1;
	padding: 0.75rem
}

.bordered-title.add-side-arrow::after {
	border-color: #999999 transparent transparent transparent;
	border-width: 12px 8px 12px 8px;
	right: 0.25rem
}

.bordered-title[data-clicked="on"] {
	border-bottom: none
}


.bordered-bottom-title {
	border-bottom: solid 1px #333;
	font-weight: bold;
	line-height: 1;
	padding: 0.75rem
}

.box-title {
	background: #444444;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0.5rem 0.5rem;
	text-align: center
}

@media screen and (min-width: 1024px) {
	.box-title {
		padding: 0.25rem
	}
}

.site-navi__lead:last-of-type .bordered-title {
	border-bottom: solid 1px #333
}

.site-navi__lead:last-of-type .bordered-title[data-clicked="on"] {
	border-bottom: none
}

.site-navi__collapse_cat_カテゴリーから探す .first-category {
	border-top: none;
	margin-bottom: .5rem;
	padding: 0
}

.site-navi__collapse_cat_カテゴリーから探す .first-category:first-child {
	margin-top: 1rem
}

@media screen and (min-width: 1024px) {
	.site-navi__collapse_cat_カテゴリーから探す .first-category {
		margin: .25rem 0
	}
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bag.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bag.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	border: solid 1px #c9caca;
	color: inherit;
	display: table;
	font-weight: bold;
	height: 51.5px;
	line-height: 1.2;
	padding: 0.5rem;
	padding-left: 44px;
	width: 100%
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_antigen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-antigen-test-kit.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-antigen-test-kit.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_cutlery {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cutlery.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cutlery.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_bottle {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bottle.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bottle.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_tumbler {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-tumbler.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-tumbler.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_mug {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mug.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mug.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_glass {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-category-glass.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-category-glass.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_mobile-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mobile-goods.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mobile-goods.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_pc-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pc-goods.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pc-goods.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_laser {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-laser.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-laser.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_pen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pen.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pen.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_stationery {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-stationery.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-stationery.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_gift {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-gift.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-gift.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_clock {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-clock.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-clock.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_calendar {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-calendar.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-calendar.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_outdoor {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-outdoor.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-outdoor.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_apparel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-apparel.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-apparel.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_travel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-travel.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-travel.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_life {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-life.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-life.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_kitchen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-kitchen.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-kitchen.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_bath_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bath_supplies.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bath_supplies.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_cleaning_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cleaning_supplies.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cleaning_supplies.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_health {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-health.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-health.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_car {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-car.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-car.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_prevention {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-prevention.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-prevention.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_disaster {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-disaster.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-disaster.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_hygiene_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-hygiene_supplies.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-hygiene_supplies.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_toilet_paper {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-toilet_paper.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-toilet_paper.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_traffic_safety {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-traffic_safety.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-traffic_safety.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_towel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-towel.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-towel.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_sponge-scrubber {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-sponge-scrubber.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-sponge-scrubber.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_detergent {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-detergent.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-detergentr.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_rain-wear {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-rain-wear.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-rain-wear.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_japanese-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-japanese-goods.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-japanese-goods.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_electric {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-electric.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-electric.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_food {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-food.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-food.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_cataloggift {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cataloggift.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cataloggift.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_acrylicgoods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-acrylicgoods.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-acrylicgoods.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_balloon {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-balloon.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-balloon.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_flower_plants {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-flower_plants.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-flower_plants.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_heat_pad {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-heat_pad.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-heat_pad.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_humidifier {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-humidifier.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-humidifier.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_keychain {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-keychain.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-keychain.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_blanket {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-blanket.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-blanket.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_wettissue {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-wettissue.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-wettissue.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_coaster {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-coaster.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-coaster.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_handyfan {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_paper_bag {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-paper_bag.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-paper_bag.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item_type_handkerchief {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handkerchief.png") 14px center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handkerchief.png") 14px center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__item[data-clicked="on"] .plus-box-fa-icon::before {
	content: "\f146";
	font-family: "FontAwesome-solid"
}

.site-navi__collapse_cat_カテゴリーから探す .first-category__icon {
	color: #c41c23;
	font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
	.site-navi__collapse_cat_カテゴリーから探す .first-category__icon {
		font-size: .66667rem
	}
}

.site-navi .bordered-title {
	border-bottom: none;
	margin-bottom: 0
}

.site-navi .bordered-title[data-clicked="on"] {
	margin-bottom: -.75rem
}

.site-navi .add-side-arrow[data-clicked="on"]::after {
	-webkit-transform: translateX(0) translateY(-75%) rotate(180deg);
	transform: translateX(0) translateY(-75%) rotate(180deg)
}

.header-navi {
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto;
	background: #fffbef;
	display: none;
	font-size: 12px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 1.25rem;
	position: relative
}

@media (min-width: 1024px) {
	.header-navi {
		max-width: inherit
	}
}

@media screen and (min-width: 1024px) {
	.header-navi {
		display: -webkit-box;
		display: flex;
		max-width: 1200px
	}
}

.header-navi__item {
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center
}

.header-navi__collapse {
	background: #fff;
	font-size: .6rem;
	left: 0;
	position: absolute;
	right: 0;
	text-align: justify;
	width: 100%;
	z-index: 1000
}

@media screen and (min-width: 1024px) {
	.header-navi .arrow-anchor::before {
		font-size: .5rem
	}
}

.navigation-box {
	color: #333333;
	display: table;
	height: 58px;
	padding: .25rem 0;
	table-layout: fixed;
	text-decoration: none;
	width: 100%
}

.navigation-box:hover {
	color: #ed6c00;
	text-decoration: none
}

.navigation-box.find-top {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-top.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-price {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-yen.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-lot {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-lot.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-category {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-item.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-customer {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-customer.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-scene {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-scene.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-season {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-season.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.find-brand {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-brand.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box.users-guide {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-guide.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered, .navigation-box_hovered:hover {
	color: #c41c23
}

.navigation-box_hovered.find-top {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-top--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-price {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-yen--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-lot {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-lot--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-category {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-item--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-customer {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-customer--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-scene {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-scene--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-season {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-season--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.find-brand {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-brand--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box_hovered.users-guide {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-guide--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"] {
	background-color: #f7f8f8;
	color: #c41c23
}

.navigation-box[data-clicked="on"].find-price {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-yen--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-lot {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-lot--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-category {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-item--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-customer {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-customer--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-scene {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-scene--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-brand {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-brand--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].find-season {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-season--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box[data-clicked="on"].users-guide {
	background: #f7f8f8 url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-guide--hovered.png") center 0.25rem/auto auto no-repeat scroll
}

.navigation-box__inner {
	display: table-cell;
	vertical-align: bottom
}

.navigation-box__separator {
	border-right: 1px dotted #444444;
}

.navigation-box__separator_doubled {
	border-left: 1px dotted #444444;
	margin-left: -1px
}

.navigation-box .arrow-anchor::before {
	display: none
}

.navigation-box .arrow-anchor::after {
	color: #444444;
	content: '▼'
}

.navigation-box_hovered .arrow-anchor::after {
	color: #c41c23
}

.navigation-box[data-clicked="on"] .arrow-anchor::after {
	color: #c41c23;
	content: '▲'
}

.navigation-group {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.navigation-group__block {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bag.png") left 0.625rem/auto 19px no-repeat scroll;
	border-bottom: 1px dotted #333;
	-webkit-box-flex: 0;
	flex: 0 1 50%;
	max-width: 49%;
	padding: 0.5rem 0;
	padding-left: 1rem
}

.navigation-group__block:first-child, .navigation-group__block:nth-child(3) {
	background-position: left 2px;
	padding-top: 0
}

.navigation-group__block:nth-child(2n+1):last-child {
	padding-bottom: 0
}

.navigation-group__block_type_antigen {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-antigen-test-kit.png")
}

.navigation-group__block_type_cutlery {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cutlery.png")
}

.navigation-group__block_type_bottle {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bottle.png")
}

.navigation-group__block_type_tumbler {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-tumbler.png")
}

.navigation-group__block_type_mug {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mug.png")
}

.navigation-group__block_type_glass {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-category-glass.png")
}

.navigation-group__block_type_mobile-goods {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mobile-goods.png")
}

.navigation-group__block_type_pc-goods {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pc-goods.png")
}

.navigation-group__block_type_laser {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-laser.png")
}

.navigation-group__block_type_pen {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pen.png")
}

.navigation-group__block_type_stationery {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-stationery.png")
}

.navigation-group__block_type_gift {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-gift.png")
}

.navigation-group__block_type_clock {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-clock.png")
}

.navigation-group__block_type_calendar {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-calendar.png")
}

.navigation-group__block_type_outdoor {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-outdoor.png")
}

.navigation-group__block_type_apparel {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-apparel.png")
}

.navigation-group__block_type_travel {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-travel.png")
}

.navigation-group__block_type_life {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-life.png")
}

.navigation-group__block_type_kitchen {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-kitchen.png")
}

.navigation-group__block_type_bath_supplies {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bath_supplies.png")
}

.navigation-group__block_type_cleaning_supplies {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cleaning_supplies.png")
}

.navigation-group__block_type_health {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-health.png")
}

.navigation-group__block_type_car {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-car.png")
}

.navigation-group__block_type_prevention {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-prevention.png")
}

.navigation-group__block_type_disaster {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-disaster.png")
}

.navigation-group__block_type_hygiene_supplies {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-hygiene_supplies.png")
}

.navigation-group__block_type_toilet_paper {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-toilet_paper.png")
}

.navigation-group__block_type_traffic_safety {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-traffic_safety.png")
}

.navigation-group__block_type_towel {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-towel.png")
}

.navigation-group__block_type_sponge-scrubber {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-sponge-scrubber.png")
}

.navigation-group__block_type_detergent {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-detergent.png")
}

.navigation-group__block_type_rain-wear {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-rain-wear.png")
}

.navigation-group__block_type_japanese-goods {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-japanese-goods.png")
}

.navigation-group__block_type_electric {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-electric.png")
}

.navigation-group__block_type_food {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-food.png")
}

.navigation-group__block_type_cataloggift {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cataloggift.png")
}

.navigation-group__block_type_acrylicgoods {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-acrylicgoods.png")
}

.navigation-group__block_type_balloon {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-balloon.png")
}

.navigation-group__block_type_flower_plants {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-flower_plants.png")
}

.navigation-group__block_type_heat_pad {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-heat_pad.png")
}

.navigation-group__block_type_humidifier {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-humidifier.png")
}

.navigation-group__block_type_keychain {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-keychain.png")
}

.navigation-group__block_type_blanket {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-blanket.png")
}

.navigation-group__block_type_wettissue {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-wettissue.png")
}

.navigation-group__block_type_coaster {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-coaster.png")
}

.navigation-group__block_type_handyfan {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png")
}

.navigation-group__block_type_paper_bag {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-paper_bag.png")
}

.navigation-group__block_type_handkerchief {
	background-image: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handkerchief.png")
}

.navigation-group__block_type_january,
.navigation-group__block_type_february,
.navigation-group__block_type_march,
.navigation-group__block_type_april,
.navigation-group__block_type_may,
.navigation-group__block_type_june,
.navigation-group__block_type_july,
.navigation-group__block_type_august,
.navigation-group__block_type_september,
.navigation-group__block_type_october,
.navigation-group__block_type_november,
.navigation-group__block_type_december {
  background-image: none;
}

.navigation-group>*:nth-child(3n+2) {
	border-left: 1px dotted #00253c;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin: 0 .25rem
}

@media screen and (min-width: 1024px) {
	.navigation-group__separator {
		border-left: 3px solid #00253c;
		margin-left: 0.25rem;
		padding-left: 0.25rem;
		width: 100%
	}
}

.footer-navigation {
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: -3px 0
}

@media (min-width: 1024px) {
	.footer-navigation {
		max-width: inherit
	}
}

@media screen and (min-width: 768px) {
	.footer-navigation {
		-webkit-box-pack: center;
		justify-content: center
	}
}

@media screen and (min-width: 1024px) {
	.footer-navigation {
		display: block;
		margin: 0 auto;
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0
	}
}

.footer-navigation__item {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/guide-navi-bg.png") center center/contain no-repeat scroll;
	display: inline-table;
	height: 53px;
	line-height: 1;
	margin: 3px 0;
	max-width: 172.5px;
	text-align: center;
	width: 100%
}

.footer-navigation__separator {
	padding-top: 1.75rem;
	width: 25%;
}

.footer-navigation__separator_direction_right {
	border-color: transparent #333 transparent transparent;
	border-width: 0 1px 0 0
}

.footer-navigation__separator_direction_right:nth-child(4n) {
	border-width: 0
}

.footer-navigation__separator:nth-child(-n+4) {
	padding-top: 0
}

.footer-navigation__box-title {
	margin-top: 1.75rem
}

.footer-navigation__box-title:first-child {
	margin-top: 0
}

.footer-navigation .put-square {
	font-family: "メイリオ", Meiryo
}

@media screen and (min-width: 1024px) {
	.site-header {
		margin-bottom: .5rem;
    margin-top: 0.8rem;
	}
}

.site-header__menu {
	background: #fff;
	padding: 0.5rem 0
}

.site-header__contact {
	font-size: 12px
}

@media screen and (min-width: 1200px) {
	.site-header__contact {
		font-size: 13px
	}
}

.site-header__line-btn {
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px
}

@media screen and (min-width: 1200px) {
	.site-header__line-btn {
		top: 0
	}
}

@media screen and (min-width: 1024px) {
	.site-header__free-dial {
		width: 84%
	}
}

@media screen and (min-width: 1200px) {
	.site-header__free-dial {
		width: 92%
	}
}

.site-header__pdf {
	height: 70px
}

@media screen and (min-width: 1024px) {
	.contents-top {
		margin-bottom: 1rem;
		padding-bottom: .25rem
	}
}

.side-left {
	max-width: 243px;
}

.side-left__top {
	margin-bottom: .5rem
}

.side-left__middle {
	margin-bottom: 1rem
}

.side-left__bottom {
	margin-top: 1rem
}

.side-left .users-guide {
	margin: 1rem 0
}

.category-navi__collapse {
	margin-bottom: 0
}

@media screen and (min-width: 1024px) {
	.category-navi__collapse:last-child {
		margin-bottom: -1rem
	}
}

.category-navi__collapse .first-category {
	border-top: none;
	margin-bottom: .5rem;
	padding: 0
}

.category-navi__collapse .first-category:first-child {
	margin-top: 1rem
}

@media screen and (min-width: 1024px) {
	.category-navi__collapse .first-category {
		margin: .25rem 0
	}
}

.category-navi__collapse .first-category__item {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bag.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bag.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	border: solid 1px #c9caca;
	color: inherit;
	display: table;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	padding: 0.5rem;
	padding-left: 44px;
	width: 100%;
	/*width: 243px;*/
}

.category-navi__collapse .first-category__item_type_antigen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-antigen-test-kit.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-antigen-test-kit.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_cutlery {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cutlery.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cutlery.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_bottle {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bottle.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bottle.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_tumbler {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-tumbler.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-tumbler.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_mug {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mug.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mug.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_glass {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-category-glass.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-category-glass.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_mobile-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mobile-goods.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-mobile-goods.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_pc-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pc-goods.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pc-goods.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_laser {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-laser.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-laser.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_pen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pen.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-pen.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_stationery {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-stationery.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-stationery.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_gift {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-gift.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-gift.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_clock {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-clock.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-clock.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_calendar {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-calendar.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-calendar.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_outdoor {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-outdoor.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-outdoor.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_apparel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-apparel.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-apparel.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_travel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-travel.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-travel.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_life {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-life.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-life.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_kitchen {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-kitchen.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-kitchen.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_bath_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bath_supplies.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-bath_supplies.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_cleaning_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cleaning_supplies.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cleaning_supplies.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_health {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-health.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-health.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_car {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-car.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-car.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_prevention {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-prevention.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-prevention.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_disaster {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-disaster.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-disaster.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_hygiene_supplies {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-hygiene_supplies.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-hygiene_supplies.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_toilet_paper {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-toilet_paper.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-toilet_paper.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_traffic_safety {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-traffic_safety.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-traffic_safety.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_towel {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-towel.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-towel.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_sponge-scrubber {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-sponge-scrubber.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-sponge-scrubber.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_detergent {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-detergent.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-detergent.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_rain-wear {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-rain-wear.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-rain-wear.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_japanese-goods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-japanese-goods.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-japanese-goods.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_electric {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-electric.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-electric.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_food {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-food.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-food.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_cataloggift {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cataloggift.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-cataloggift.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_acrylicgoods {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-acrylicgoods.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-acrylicgoods.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_balloon {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-balloon.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-balloon.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_flower_plants{
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-flower_plants.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-flower_plants.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_heat_pad{
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-heat_pad.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-heat_pad.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_humidifier{
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-humidifier.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-humidifier.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_keychain {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-keychain.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-keychain.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_handyfan {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
}
.category-navi__collapse .first-category__item_type_handyfan::after {
/*	content: "";
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") 1.25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handyfan.png") 1.25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);*/
}

.category-navi__collapse .first-category__item_type_paper_bag {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-paper_bag.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-paper_bag.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
}

.category-navi__collapse .first-category__item_type_handkerchief {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handkerchief.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-handkerchief.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
}

.category-navi__collapse .first-category__item_type_blanket {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-blanket.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-blanket.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_wettissue {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-wettissue.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-wettissue.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

.category-navi__collapse .first-category__item_type_coaster {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-coaster.png") .25rem center/24px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon-coaster.png") .25rem center/24px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%)
}

#brand-category-navi .category-navi__collapse .first-category__item {
  background: linear-gradient(0deg, #eee 0%, #fff 100%);
  padding-left: 0.75rem !important;
}

.category-navi__collapse .first-category__item[data-clicked="on"] .plus-box-fa-icon::before {
	content: "\f146";
	font-family: "FontAwesome-solid"
}

.category-navi__collapse .first-category__icon {
	color: #999999;
	font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
	.category-navi__collapse .first-category__icon {
		font-size: .66667rem
	}
}

.category-navi>*:nth-last-child(2) .category-navi__bordered-title {
	border-bottom: solid 1px #333
}

.main-top {
	margin-bottom: 1rem
}

.main-top .thumbnail-carousel {
	margin-bottom: -1rem
}

.main-top .new-arrival {
	margin: 1rem 0 1rem
}

@media screen and (min-width: 1024px) {
	.site-main__left {
		float: left;
		padding-right: 1rem;
		/*width: 62.52983%;*/
		width: 60%;
	}
}

@media screen and (min-width: 1024px) {
	.site-main__right {
		float: right;
		/*width: 37.47017%;*/
		width: 40%;
	}
}

@media screen and (min-width: 1200px) {
	.site-main__right .item-price__yen {
		margin: 0
	}
}

.site-main .fixed-side {
	display: none
}

.main-bottom {
	margin: 3rem 0
}

@media screen and (min-width: 1024px) {
	.main-bottom {
		margin: 0
	}
}

.main-bottom>* {
	margin-bottom: 3rem
}

.main-bottom .carousel [class*="col-"] {
	border-right: dotted 1px #fff
}

.main-bottom .carousel [class*="col-"]:nth-child(2) {
	border-left: dotted 1px #333
}

@media screen and (min-width: 768px) {
	.main-bottom .carousel [class*="col-"] {
		border-left: dotted 1px #333
	}
	.main-bottom .carousel [class*="col-"]:first-child {
		border-left: dotted 1px #fff
	}
}

.main-bottom .carousel-item {
	padding: 0 15px
}

.main-bottom .carousel-control-prev, .main-bottom .carousel-control-next {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-bottom .icon-arrow {
	max-width: 15px
}

@media screen and (min-width: 1024px) {
	.main-bottom .icon-arrow {
		max-width: 18px
	}
}

.main-bottom .item-price__number {
	font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
	.main-bottom .checked-item {
		margin-bottom: 0
	}
}

@media screen and (min-width: 1024px) {
	.main-bottom .pg-calendar {
		display: none
	}
}

@media screen and (min-width: 1024px) {
	.site-footer {
		margin-top: 3rem
	}
}

.site-footer .copy-right {
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 1rem
}

@media screen and (min-width: 1024px) {
	.site-footer .copy-right {
		margin-top: 0
	}
}

/* @media screen and (min-width: 1024px) {
	.site-footer .fixed-side {
		display: none
	}
} */

.front-page__main-top {
	margin-bottom: 2rem
}

.front-page__main-top .search-form {
	margin-bottom: 1rem
}

.front-page__site-main>* {
	margin-bottom: 3rem
}

.front-page__site-main>*:last-child {
	margin-bottom: 0
}

.product-page {
  padding-bottom: 52px;
}

@media (min-width: 768px) {
.product-page {
  padding-bottom: 0;
}
}

.product-page .thumbnail-carousel {
	padding-bottom: 0;
	margin: 0 0 20px;
}

.product-page .carousel-indicators {
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 0 auto 20px;
	max-width: 24.25rem;
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 100%
}

@media screen and (min-width: 1024px) {
	.product-page .carousel-indicators {
		max-width: 19.41667rem
	}
}

.product-page .carousel-indicators li {
	-webkit-box-flex: 0;
	flex: 0 1 50px
}

.product-page .carousel-indicators li:nth-child(n+8) {
//	margin-bottom: 1rem;
//	margin-top: -0.75rem
}

.archive-page__main-bottom {
	margin-top: 1rem
}

@media screen and (min-width: 768px) {
	.cart-page .purchase-line:before, .shopping-page .purchase-line:before {
		top: 23.5px
	}
}

@media screen and (min-width: 768px) {
	.cart-page .numbering-mark, .shopping-page .numbering-mark {
		font-size: 1.16667rem;
		height: 47px;
		line-height: 47px;
		margin-bottom: .5rem;
		width: 47px
	}
}

@media screen and (min-width: 768px) {
	.category-content:last-of-type {
		display: inline-block;
	}
}
.category-content:last-of-type {
	display: block;
	margin-top: 3rem;
}


.category-content>section {
	margin-bottom: 4rem
}

.category-content__pdf {
	height: 71px
}

.category-content .merit-btn {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.category-content .merit-btn a h4 {
	font-size: 4.8vw;
	line-height: 8.5vw;
}

@media screen and (min-width: 1024px) {
	.category-content .merit-btn a h4 {
		font-size: 20px;
		line-height: 20px;
	}
}


@media screen and (min-width: 1024px) {
	.category-content .merit-btn {
		margin: 0 .75rem
	}
}

.category-content .merit-btn>*:not(.collapse):not(.collapsing) {
	-webkit-box-align: center;
	align-items: center;
	background-color: #38a0da;
	border-radius: 5px;
	box-shadow: 0 7.5px 0 rgba(0, 118, 150, 0.97);
	color: #fff;
	margin-bottom: 7.5px
}

.category-content .merit-btn__left {
	-webkit-box-flex: 0;
	flex: 0 0 89.20863%;
	text-align: center
}

@media screen and (min-width: 1024px) {
	.category-content .merit-btn__left {
		-webkit-box-flex: 0;
		flex: 0 0 100%
	}
}

.category-content .merit-btn__arrow {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: 0 0 9.20863%;
	font-size: 1.375rem
}

@media screen and (min-width: 1024px) {
	.category-content .merit-btn__arrow {
		display: none
	}
}

.category-content .merit-btn__arrow[data-clicked="on"] .chevron-down-fa-icon::before {
	content: "\f077";
	font-family: "FontAwesome-solid"
}

.category-content .merit-btn__contents {
	margin-top: 1rem;
	width: 100%
}

.category-content .merit-btn__contents:hover {
	color: #333
}

.category-content .merit-btn__contents div img {
	width: 75%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
.category-content .merit-btn__contents div img {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.category-content .merit-btn__contents {
		width: 100%
	}
}

@media screen and (min-width: 1024px) {
	.category-content .merit-btn h4 {
		font-size: .83333rem
	}
}

.category-content .normal-headline,
.find-per-month .normal-headline,
.month-event .normal-headline {
	border-left: solid 6px #000;
	font-weight: bold;
	padding-left: 0.25em;
	border-bottom: 1px solid #7d7d7d;
	border-left-color: #c41c23;
	color: #333333;
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-bottom: .25rem;
	padding-left: .75rem
}

.category-content .normal-headline-kinds {
	border-left: solid 6px #000;
	font-weight: bold;
	padding-left: 0.25em;
	border-bottom: 1px solid #7d7d7d;
	border-left-color: #c41c23;
	color: #333333;
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	padding-bottom: .25rem;
	padding-left: .75rem
}
@media screen and (max-width: 767px){
	.category-content .normal-headline-kinds {
		border-left: solid 6px #000;
		font-weight: bold;
		padding-left: 0.25em;
		border-bottom: 1px solid #7d7d7d;
		border-left-color: #c41c23;
		color: #333333;
		font-size: 5.2vw;
		font-weight: bold;
		margin-bottom: 2.5rem;
		padding-bottom: .25rem;
		padding-left: .75rem
	}
}

@media screen and (min-width: 1024px) {
	.category-content h3 {
		font-size: 0.8rem
	}
	.category-content h4 {
		font-size: 1rem
	}
	.category-content h4.sizeS {
		font-size: 0.75rem
	}
}

.contact-page__site-main .domain {
	margin-bottom: 3rem;
	margin-top: 1.33333rem
}

.merit-page__site-main .numbering-mark {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	font-size: 2rem;
	height: 45px;
	line-height: 45px;
	width: 45px
}

@media screen and (min-width: 1024px) {
	.merit-page__site-main .numbering-mark {
		font-size: 1.4rem;
		height: 50px;
		line-height: 50px;
		width: 50px
	}
}

.privacy-page .stick-headline {
	border-left: solid 3px #4f9aeb;
	font-weight: bold;
	padding-left: 0.25em;
	position: relative;
	border-left: none;
	border-bottom: 3px solid #c9caca;
	padding-bottom: .5rem;
	padding-left: 0
}

.privacy-page .stick-headline::after {
	border-left: solid 3px #4940eb;
	bottom: 0;
	left: -3px;
	content: " ";
	display: block;
	height: 50%;
	position: absolute;
	width: 3px
}

.privacy-page .stick-headline::after {
	border-bottom: solid 3px #c41c23;
	border-left: none;
	bottom: -3px;
	content: " ";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%
}

.trade-page .min-cell {
	white-space: nowrap;
	width: 1%
}

.sitemap-page__site-main .site-map {
	margin-bottom: -.5rem
}

.site-map .normal-headline {
	border-left: solid 6px #000;
	font-weight: bold;
	padding-left: 0.25em;
	border-left-color: #c41c23
}


/* よくある質問　メディアクエリはパソコン
---------------------------------- */

.question-page__site-main .box-title {
	font-size: 5vw;
	padding: 0.25rem 1rem;
	text-align: left
}

@media screen and (min-width: 1024px) {
	.question-page__site-main .box-title {
		font-size: 1rem;
		margin-left: 0;
		margin-right: 0;
		padding: .25rem .5rem
	}
}

.question-page__site-main .numbering-mark {
	background: #0080bc;
	line-height: 33px;
	height: 33px;
	width: 33px
}

h1.question-page__title {
	font-size: 5.15vw;
	font-weight: bold;
}

h2.question-page__title {
	font-size: 5.15vw;
	font-weight: bold;
	background-image: url('/html/template/novelty/images/question/top3.png');
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 7vw;
	margin: 0 0 5vw 0;
}

h3.question-page__title {
	font-size: 5.15vw;
	font-weight: bold;
	text-indent: 2.5vw;
	border-bottom: solid 3px #333333;
	margin: 0 0 4vw;
	padding: 0 0 1.5vw 0;
}

.question-page__title .text-size-caption {
	font-size: 1.16667rem
}


@media screen and (min-width: 1024px) {
	h1.question-page__title {
		font-size: 1.25rem
	}
}

@media screen and (min-width: 1024px) {
	h2.question-page__title {
		font-size: 30px;
		background-image: url('/html/template/novelty/images/question/top3.png');
		background-size: contain;
		background-repeat: no-repeat;
		text-indent: 44px;
		margin: 0 0 30px 0;
	}
}

@media screen and (min-width: 1024px) {
	h3.question-page__title {
		font-size: 24px;
		font-weight: bold;
		text-indent: 14px;
		border-bottom: solid 3px #333333;
		padding: 0 0 4px 0;
		margin: 0 0 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.question-page__title .text-size-caption {
		font-size: 1.16667rem
	}
}


.question-page__btnlink {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	margin: 0 0 10vw 0;
}
.question-page__btnlink li {
	display:flex;
	margin: 0 2vw 2vw 0;
}
.question-page__btnlink li:nth-of-type(2n) {
	margin: 0 0 2vw 0;
}
.question-page__btnlink li a {
	font-size: 3.5vw;
	width: 47vw;
	background-color: #4493c4;
	color: #FFFFFF;
	padding: 2vw 0;
	text-align: center;
}
.question-page__btnlink li a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.question-page__btnlink li a:after {
	content: '▼';
	margin: 0 0 0 0.5vw;
}


@media screen and (min-width: 1024px) {
	.question-page__btnlink {
		display: flex;
		flex-wrap: wrap;
		padding: 0 0 0 0;
		margin: 0 0 50px 0;
	}
	.question-page__btnlink li {
		display:flex;
		margin: 0 14px 14px 0;
	}
	.question-page__btnlink li:nth-of-type(2n) {
		margin: 0 14px 14px 0;
	}
	.question-page__btnlink li:nth-of-type(4n) {
		margin: 0 0 14px 0;
	}
	.question-page__btnlink li a {
		width: 202px;
		font-size: 16px;
		background-color: #4493c4;
		color: #FFFFFF;
		padding: 8px 0;
		text-align: center;
	}
	.question-page__btnlink li a:hover {
		text-decoration: none;
		opacity: 0.5;
	}
	.question-page__btnlink li a:after {
		content: '▼';
		margin: 0 0 0 4px;
	}
}

.question-page__subtitle {
	scroll-margin-top: 10vw;
}

@media screen and (min-width: 1024px) {
	.question-page__subtitle {
		scroll-margin-top: 100px;
	}
}

.question-page__kilamek {
	font-size: 5.5vw;
	font-weight: bold;
	background-image: url('/html/template/novelty/images/kilamekun.png');
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 12vw;
	border-bottom: #333 solid 2px;
	margin: 0 0 3vw 0;
	padding: 0 0 2vw 0;
}

@media screen and (min-width: 1024px) {
	.question-page__kilamek {
		font-size: 30px;
		font-weight: bold;
		background-image: url('/html/template/novelty/images/kilamekun.png');
		background-size: contain;
		background-repeat: no-repeat;
		text-indent: 50px;
		border-bottom: #333 solid 2px;
		margin: 0 0 10px 0;
		padding: 0 0 4px 0;
	}
}

.question-page__link {
	border-bottom: solid 1px #333;
	color: #333
}

.question-page__link:hover {
	color: inherit;
	text-decoration: none
}

.question-page__link[aria-expanded='true'], .question-page__link_hovered:hover {
	border-bottom: solid 1px #0080bc;
	color: #0080bc
}











.company-page .min-cell {
	white-space: nowrap;
	width: 1%
}

.flow-page__site-main .no-sp {
	display: none;
}

@media screen and (min-width: 768px) {
	.flow-page__site-main .no-sp {
		display: inline;
	}
}

@media screen and (min-width: 768px) {
	.flow-page__site-main .no-pc {
		display: none;
	}
}

.flow-page-mainvisual {
	background-color: #ffefd5;
	margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual {
		margin-bottom: 33px;
	}
}

.flow-page-mainvisual__title-wrap {
	background-color: #ffc66b;
	padding: 12px 2px;
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_title_sp.png');
	background-repeat: no-repeat;
	background-size: 102.5px 83px;
	background-position: 4px 12px;
	margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__title-wrap {
		background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_title_pc.png');
		background-repeat: no-repeat;
		background-size: 144px 132px;
		background-position: left center;
		margin: 0;
		padding-left: 167px;
		min-height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.flow-page-mainvisual__subtitle {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
	white-space: nowrap;
	display: flex;
	padding-top: 30px;
	padding-left: 110px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__subtitle {
		font-size: 24px;
		line-height: 30px;
		justify-content: initial;
		align-items: center;
		margin-bottom: 0;
		padding-top: 12px;
		padding-left: 0;
	}
}

.flow-page-mainvisual__title {
	font-size: 30px;
	color: #ff5a00;
	font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__title {
		margin-top: 8px;
		font-size: 36px;
		text-align: initial;
	}
}

.flow-page-mainvisual__content {
	background-color: #ffefd5;
	margin: 0 calc(50% - 50vw);
	padding: 12px 8px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__content {
		margin: 0;
		padding: 12px 16px;
	}
}

.flow-page-mainvisual__lead {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

.flow-page-mainvisual__flow-title {
	text-align: center;
	font-size: 24px !important;
	color: #ff5a00;
	font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-title {
		text-align: initial;
	}
}

.flow-page-mainvisual__flow-list {
	margin: 12px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-list {
		flex-direction: row;
		gap: 28px;
	}
}

.flow-page-mainvisual__flow-item {
	padding: 0 8px;
	font-size: 16px;
	line-height: 24px;
	color: #ff5a00;
	font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	min-height: 52px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item {
		padding: 0;
		font-size: 14px;
		line-height: 16px;
		flex-direction: column;
		align-items: center;
		margin: auto auto 0;
		gap: 20px;
		position: relative;
		min-height: initial;
		width: calc((100% - 28px * 4) / 5);
		text-align: center;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(3) {
	gap: 36px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(3) {
		gap: 20px;
	}
}

.flow-page-mainvisual__flow-item::before {
	content: '';
	width: 76px;
	height: 55.5px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item::before {
		width: 168px;
		height: 126px;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(1)::before {
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_flow_item01.png');
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(1)::before {
		width: 150px;
		height: 120px;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(2)::before {
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_flow_item02.png');
}

.flow-page-mainvisual__flow-item:nth-of-type(3)::before {
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_flow_item03.png');
	width: 62px;
	height: 40px;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(3)::before {
		width: 112px;
		height: 96px;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(4)::before {
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_flow_item04.png');
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(4)::before {
		width: 154px;
		height: 116px;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(5)::before {
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/mainvisual_flow_item05.png');
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item span {
		position: relative;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(n + 2) span::before {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 15px;
	height: 14px;
	background-color: #f7b52c;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(n + 2) span::before {
		top: 50%;
		left: -48px;
		transform: translateY(-50%);
		width: 18px;
		height: 22px;
		background-color: #f7b52c;
	}
}

.flow-page-mainvisual__flow-item:nth-of-type(n + 2) span::after {
	content: "";
	position: absolute;
	top: -6px;
	left: 48.9%;
	width: 0;
	height: 0;
	border-top: 12px solid #f7b52c;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

@media screen and (min-width: 768px) {
	.flow-page-mainvisual__flow-item:nth-of-type(n + 2) span::after {
		top: 50%;
		left: -32px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 18px solid transparent;
		border-right: none;
		border-bottom: 18px solid transparent;
		border-left: 18px solid #f7b52c;
	}
}

.flow-page__step {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-1.png") left top/auto 33.5px no-repeat scroll
}

.flow-page__step::after {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/icon-arrow.png") center bottom/auto no-repeat scroll;
	content: "";
	display: block;
	height: 20px;
	margin: 1rem 0
}

.flow-page__step:last-child::after {
	display: none
}

.flow-page__step:nth-child(1) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-1.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(1) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-1.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(1) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-1.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(1) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-1.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(2) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-2.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(2) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-2.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(2) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-2.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(2) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-2.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(3) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-3.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(3) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-3.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(3) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-3.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(3) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-3.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(4) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-4.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(4) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-4.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(4) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-4.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(4) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-4.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(5) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-5.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(5) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-5.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(5) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-5.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(5) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-5.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(6) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-6.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(6) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-6.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(6) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-6.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(6) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-6.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(7) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-7.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(7) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-7.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(7) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-7.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(7) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-7.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page__step:nth-child(8) {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-8.png") left top/auto 33.5px no-repeat scroll
}

@media screen and (min-width: 576px) {
	.flow-page__step:nth-child(8) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-8.png") left top/auto 44.66667px no-repeat scroll
	}
}

@media screen and (min-width: 768px) {
	.flow-page__step:nth-child(8) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-8.png") left top/auto 50.25px no-repeat scroll
	}
}

@media screen and (min-width: 1024px) {
	.flow-page__step:nth-child(8) {
		background: url("https://www.kilamek-novelty.com/html/template/novelty/images/flow/step-8.png") left top/auto 67px no-repeat scroll
	}
}

.flow-page .ft-clear {
	clear: both
}

.flow-page .stick-headline {
	border-left: solid 3px #4f9aeb;
	font-weight: bold;
	padding-left: 0.25em;
	position: relative;
	border-left: none;
	border-bottom: 3px solid #c9caca;
	line-height: 1;
	padding-bottom: .5rem;
	padding-left: 0;
	width: 84.73837%
}

.flow-page .stick-headline::after {
	border-left: solid 3px #4940eb;
	bottom: 0;
	left: -3px;
	content: " ";
	display: block;
	height: 50%;
	position: absolute;
	width: 3px
}

@media screen and (min-width: 1024px) {
	.flow-page .stick-headline {
		width: 86.85783%
	}
}

.flow-page .stick-headline::after {
	border-bottom: solid 3px #c41c23;
	border-left: none;
	bottom: -3px;
	content: " ";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%
}

@media screen and (min-width: 768px) {
	.flow-page__item:nth-of-type(2) .flow-page__item-inner {
		min-height: 302px;
	}

	.flow-page__item:nth-of-type(5) .flow-page__item-inner {
		min-height: 222px;
	}
}

.flow-page__item-inner {
	border: 1px solid #00253c;
}

@media screen and (min-width: 768px) {
	.flow-page__item-media {
		display: flex;
		gap: 12px;
		position: relative;
	}
}

.flow-page__media-title {
	font-size: 20px;
	line-height: 1;
	color: #333;
  font-family: "M PLUS 1p", sans-serif;
	padding-top: 9px;
	padding-left: 60px;
}

@media screen and (min-width: 768px) {
	.flow-page__media-title {
		font-size: 30px;
		padding-top: 12px;
		padding-left: 122px;
	}
}

@media screen and (min-width: 768px) {
	.flow-page__media-content {
		flex: 1;
	}
}

.flow-page__media-title span {
	display: block;
	border-bottom: 3px solid #c9caca;
	margin-right: 8px;
	padding-bottom: 0.5rem;
	position: relative;
}

@media screen and (min-width: 768px) {
	.flow-page__media-title span {
		margin-right: 0;
	}
}

.flow-page__media-title span::after {
	bottom: -3px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%;
	background-color: #c41c23;
}

@media screen and (min-width: 768px) {
	.flow-page__media-title span::after {
		width: 36%;
	}
}

.flow-page__media-text {
	margin-top: 16px;
	padding: 0 8px;
}

@media screen and (min-width: 768px) {
	.flow-page__media-text {
		margin-top: 20px;
		padding: 0 12px;
	}
}

.flow-page__media-text a {
	color: #333;
	border-bottom: 1px solid #333;
	font-weight: 700;
}

.flow-page__media-text a:hover {
	text-decoration: none;
}

.flow-page__item-btn {
	margin: 10px 0 18px;
}

@media screen and (min-width: 768px) {
	.flow-page__item-btn {
		margin-top: -26px;
	}
}

.flow-page__item-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 263px;
	color: #fff;
	padding: 8px;
	margin: 0 auto;
	border-radius: 9999px;
  font-family: "M PLUS 1p", sans-serif;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1;
	filter: drop-shadow(0.6155px 0.788px 1px rgba(0,0,0,0.5));
	background-color: #c41c23;
}

@media screen and (min-width: 768px) {
	.flow-page__item-btn a {
		gap: 12px;
		width: 400px;
		padding: 6px;
		font-size: 24px;
		filter: drop-shadow(1.231px 1.576px 2px rgba(0,0,0,0.5));
		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;
	}
}

@media screen and (min-width: 768px) {
	.flow-page__item-btn a:hover {
		text-decoration: none;
		background-color: #a3171d;
    border-color: #97161b;
	}
}

.flow-page__item-btn a::before {
	content: '';
	display: inline-block;
	width: 28.5px;
	height: 25.5px;
	background-image: url('https://www.kilamek-novelty.com/html/template/novelty/images/flow/icon_cart.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.flow-page__item-media:nth-of-type(2) {
	padding-top: 12px;
	padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.flow-page__item-media:nth-of-type(2) {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.flow-page__item-media + .flow-page__item-media::before {
	content: '';
	display: block;
	width: 95%;
	padding-top: 10px;
	margin: 0 auto;
	border-top: 1px dotted #333;
}

@media screen and (min-width: 768px) {
	.flow-page__item-media + .flow-page__item-media::before {
		position: absolute;
		top: -12px;
		left: 12px;
		width: 97%;
		padding-top: 10px;
		margin: 0 auto;
		border-top: 1px dashed #333;
	}
}

.flow-page__media-img {
	padding: 0 8px 8px;
	display: block;
}

@media screen and (min-width: 768px) {
	.flow-page__media-img {
		width: 220px;
		flex: 0 0 auto;
		padding: 0;
		display: flex;
		align-items: center;
	}
}

.flow-page__media-list {
	padding: 0 8px;
}

@media screen and (min-width: 768px) {
	.flow-page__media-list {
		padding: 0 12px;
	}
}

.flow-page__media-term {
	font-size: 20px;
	line-height: 1;
	color: #333333;
  font-family: "M PLUS 1p", sans-serif;
	text-align: center;
	font-weight: 400;
	background-color: #f5f5f5;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.flow-page__media-term {
		font-size: 30px;
		width: fit-content;
		text-align: initial;
		padding: 10px;
	}
}

@media screen and (min-width: 768px) {
	.flow-page__media-term:first-of-type {
		margin-top: -14px;
	}
}

.flow-page__media-definition {
	margin-top: 8px;
}

.flow-page__item:nth-of-type(7) .flow-page__media-img {
	width: 175px;
	height: 175px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.flow-page__item:nth-of-type(7) .flow-page__media-img {
		width: 190px;
		height: 190px;
		margin: 16px 15px 0 0;
	}

	.flow-page__item:nth-of-type(7) .flow-page__media-img:nth-of-type(2) {
		margin: 0 15px 0 0;
	}
}

.flow-page__step-btn b {
	font-weight: inherit;
}

.flow-page__step-img {
	display: block;
	margin-top: 26px;
}

@media screen and (min-width: 768px) {
	.flow-page__step-img {
		margin-top: 0;
		float: right;
	}
}

.flow-page__step-img--step7 {
	width: 150px;
	height: 150px;
	display: block;
	margin: 18px auto;
}

@media screen and (min-width: 1024px) {
	.exchange-page__site-main .border-box {
		width: 47.19235%;
	}
}

.exchange-page .border-box {
	border-style: solid;
	border-color: #00253c;
	border-width: 3px;
	border-radius: 10px;
	padding: 1rem;
}

.exchange-page .stick-headline {
	border-left: solid 3px #4f9aeb;
	font-weight: bold;
	padding-left: 0.25em;
	position: relative;
	border-left: none;
	border-bottom: 3px solid #c9caca;
	padding-bottom: .5rem;
	padding-left: 0;
}

.exchange-page .stick-headline::after {
	border-left: solid 3px #4940eb;
	bottom: 0;
	left: -3px;
	content: " ";
	display: block;
	height: 50%;
	position: absolute;
	width: 3px;
}

.exchange-page .stick-headline::after {
	border-bottom: solid 3px #c41c23;
	border-left: none;
	bottom: -3px;
	content: " ";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%;
}


/* 特集：ぺんてる */

.pentel_bg {
	position: relative;
	padding-top: 137.73%;
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/pentel/bg_main_sp.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: 9.333333333333334vw;
}
.pentel_bg h2 {
	position: absolute;
	top: 21.5%;
	left: 4%;
	font-size: 11.733333333333333vw;
	font-weight: bold;
	color: #000;
}
.pentel_bg > p {
	position: absolute;
	top: 32%;
	left: 4%;
	width: 92%;
	font-size: 2.4vw;
	font-weight: bold;
}
.pentel_bg .penterl_1c_full_txt {
	position: absolute;
	top: 47%;
	left: 58%;
	width: 39%;
	font-size: 2.1333333333333333vw;
}
.pentel_bg .penterl_1c_full_txt p {
	margin: 0 0 0 0;
	font-weight: bold;
}
.pentel_bg .pentel_printimage {
	position: absolute;
	top: 64%;
	left: 10%;
	width: 80%;
	height: auto;
	border: #ddd solid 1px;
	border-radius: 10px 10px 10px 10px;
	background-color: #fff;
}
.pentel_bg .pentel_printimage dl {
	width: 92%;
	margin: 1.3333333333333333vw auto 0 auto;
}
.pentel_bg .pentel_printimage dt {
	font-size: 2.4vw;
	font-weight: bold;
	padding-bottom: 1.3333333333333333vw;
	border-bottom: 3px solid #ddd;
	margin-bottom: 1.6vw;
}
.pentel_bg .pentel_printimage dl dd:first-of-type {
	margin-bottom: 5.333333333333333vw;
}
.pentel_bg .pentel_printimage dl dd figure figcaption {
	background-color: #ff6766;
	width: 37.333333333333336vw;
	line-height: 3.466666666666667vw;
	color: #fff;
	font-size: 2.4vw;
	text-align: center;
	margin-bottom: 2.1333333333333333vw;
}

.pentel_color{
	width: 98%;
	border: #ddd 1px solid;
	margin: 0 auto 9.333333333333334vw auto;
}
.pentel_color figure{
	margin: 0 0 0 0;
}

.pentel_printarea{
	width: 98%;
	margin: 0 auto 14vw auto;
}
.pentel_printarea h3{
	font-size: 3.466666666666667vw;
	font-weight: bold;
	border-bottom: #ddd 3px solid;
	padding: 0 0 1.3333333333333333vw 0;
	margin-bottom: 5.333333333333333vw;
}



@media screen and (min-width: 1024px) {
	.pentel_bg {
		position: relative;
		width: 860px;
		height: 792px;
		background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/pentel/bg_main_pc.jpg) no-repeat;
		margin-bottom: 70px;
		padding: 0 0 0 0;
	}
	.pentel_bg h2 {
		position: absolute;
		top: 200px;
		left: 48px;
		font-size: 3rem;
		font-weight: bold;
		color: #000;
	}
	.pentel_bg > p {
		position: absolute;
		top: 294px;
		left: 48px;
		width: 400px;
		font-size: 0.6rem;
		font-weight: bold;
	}
	.pentel_bg .penterl_1c_full_txt {
		position: absolute;
		top: 330px;
		left: 576px;
		width: 268px;
		font-size: 0.52rem;
	}
	.pentel_bg .penterl_1c_full_txt p {
		margin: 0 0 0 0;
		font-weight: bold;
	}
	.pentel_bg .pentel_printimage {
		position: absolute;
		top: 429px;
		left: 62px;
		width: 736px;
		height: 345px;
		border: #ddd solid 1px;
		border-radius: 10px 10px 10px 10px;
		background-color: #fff;
	}
	.pentel_bg .pentel_printimage dl {
		width: 92%;
		margin: 10px auto 0 auto;
	}
	.pentel_bg .pentel_printimage dt {
		font-size: 0.66rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 3px solid #ddd;
		margin-bottom: 12px;
	}
	.pentel_bg .pentel_printimage dl dd:first-of-type {
		margin-bottom: 40px;
	}
	.pentel_bg .pentel_printimage dl dd figure figcaption {
		background-color: #ff6766;
		width: 8rem;
		line-height: 26px;
		color: #fff;
		font-size: 0.5rem;
		text-align: center;
		margin-bottom: 14px;
	}

	.pentel_color{
		width: 96%;
		border: #ddd 1px solid;
		margin: 0 auto 70px auto;
	}
	.pentel_color figure{
		margin: 0 0 0 0;
	}

	.pentel_printarea{
		width: 82%;
		margin: 0 auto 70px auto;
	}
	.pentel_printarea h3{
		font-size: 1rem;
		font-weight: bold;
		border-bottom: #ddd 3px solid;
		padding: 0 0 10px 0;
		margin-bottom: 40px;
	}
}



/* 特集：ゼブラ */


.zebra_bg {
	position: relative;
	padding-top: 108.666666%;
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/bg_main_sp.jpg) no-repeat;
	background-size: 100%;
}
.zebra_bg h2 {
	position: absolute;
	top: 23.3333333vw;
	left: 1.6vw;
	font-size: 13.733333333333333vw;
	color: #fff;
}
.zebra_bg .zebra_minlot {
	position: absolute;
	width: 58vw;
	height: 28vw;
	top: 46vw;
	left: 1.6vw;
	border-radius: 4px 4px 4px 4px;
	background-color: #e6faf7;
}
.zebra_bg .zebra_minlot dl {
	width: 96%;
	margin: 1.0666666666666667vw auto 0 auto;
}
.zebra_bg .zebra_minlot dl dt {
	font-size: 4.8vw;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0.4vw;
	border-bottom: #6bcaba 1px solid;
}
.zebra_bg .zebra_minlot dl dt::before {
	content:'';
	width: 4.2vw;
	height: 3vw;
	background: no-repeat;
	background-image: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/arrow.png);
	background-size: contain;
	display: inline-block;
	background-position: 0px 0px;
}
.zebra_bg .zebra_minlot dl dd p {
	font-size: 3vw;
	margin-bottom: 0;
}
.zebra_bg .zebra_minlot dl dd p:first-of-type {
	margin-top: 0.4vw;
}
.zebra_bg .zebra_printimage {
	position: absolute;
	width: 88vw;
	top: 80vw;
	left: 4vw;
	color: #fff;
}
.zebra_bg .zebra_printimage dl dt {
	font-size: 2.9vw;
	font-weight: bold;
	margin-bottom: 1.3333333333333333vw;
}
.zebra_bg .zebra_printimage dl dd figure figcaption {
	font-size: 2.4vw;
	width: 30vw;
	text-align: center;
	border: #fff 1px solid;
	margin-bottom: 0.5333333333333333vw;
}

.zebra_type {
	background-color: #e6faf7;
	padding-bottom: 2vw;
	margin-bottom: 12.333333333333334vw;
}
.zebra_type ul {
	margin: 0 auto 0 auto;
	padding: 2vw 0 0 0;
	width: 96%;
	display: flex;
	justify-content: space-between;
}
.zebra_type ul li {
	width: 44vw;
	height: 80vw;
	list-style: none;
	background-color: #fff;
	border: #6bcaba 0.2vw solid;
	padding: 1.3333333333333333vw;
	margin: 0;
}
.zebra_type ul li:nth-of-type(1) dl {
	width: 40vw;
	height: 73vw;
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/blen3c.jpg) no-repeat top 36vw left 1.5vw;
	background-size: 37vw 37vw;
	margin-bottom: 0;
}
.zebra_type ul li:nth-of-type(2) dl {
	width: 40vw;
	height: 73vw;
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/blen2+s.jpg) no-repeat top 36vw left 1.5vw;
	background-size: 37vw 37vw;
	margin-bottom: 0;
}
.zebra_type ul li dl dt {
	font-size: 3.2vw;
	color: #4d968b;
	float: left;
	border-left: #6bcaba 1vw solid;
	padding-left: 1.0666666666666667vw;
	height: 2.933333333333333vw;
	line-height: 3.0666666666666664vw;
}
.zebra_type ul li dl dt figure {
	float: right;
	width: 14vw;
	height: 6vw;
	margin: -1.5333333333333333vw 0 0 2.3333333333333333vw;
}
.zebra_type ul li dl dt figure img:nth-child(2) {
	margin-left: 0.7333333333333333vw;
}
.zebra_type ul li dl dd p {
	font-size: 2.2333333333333333vw;
	margin-top: 3vw;
	margin-bottom: 0;
	width: 40vw;
	float: left;
	clear: left;
}

.zebra_printarea {
	margin: 0 auto 12.333333333333334vw auto;
	width: 98%;
}
.zebra_printarea h3 {
	color: #4d968b;
	font-size: 4vw;
	font-weight: bold;
	margin: 0 auto 1vw auto;
	text-align: center;
}
.zebra_printarea .zebra_printarea_contents {
	border: #ccc 1px solid;
	padding: 2vw 1.6vw;
}
.zebra_printarea .zebra_printarea_contents p {
	margin-bottom: 1.3333333333333333vw;
	font-size: 3vw;
}
.zebra_printarea .zebra_printarea_contents dl {
	margin-bottom: 0;
}
.zebra_printarea .zebra_printarea_contents dl dt {
	background-color: #4d968b;
	color: #fff;
	font-size: 3vw;
	font-weight: bold;
	line-height: 4.5vw;
	width: 20.333333333333334vw;
	text-align: center;
	margin-bottom: 1.3333333333333333vw;
}
.zebra_printarea .zebra_printarea_contents dl dd {
	margin-left: 0.5333333333333333vw;
	margin-bottom: 0;
}

.zebra_printarea .zebra_printarea_contents dl dd figure {
	margin-bottom: 0;
}



@media screen and (min-width: 1024px) {
	.zebra_bg {
		position: relative;
		width: 855px;
		height: 589px;
		background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/bg_main_pc.jpg) no-repeat;
		padding: 0 0 0 0;
	}
	.zebra_bg h2 {
		position: absolute;
		top: 172px;
		left: 38px;
		font-size: 3.4rem;
		color: #fff;
	}
	.zebra_bg .zebra_minlot {
		position: absolute;
		width: 405px;
		height: 90px;
		top: 280px;
		left: 40px;
		border-radius: 10px 10px 10px 10px;
		background-color: #e6faf7;
	}
	.zebra_bg .zebra_minlot dl {
		width: 96%;
		margin: 8px auto 0 auto;
	}
	.zebra_bg .zebra_minlot dl dt {
		font-size: 0.7rem;
		font-weight: bold;
		padding-left: 0px;
		padding-bottom: 3px;
		border-bottom: #6bcaba 1px solid;
	}
	.zebra_bg .zebra_minlot dl dt::before {
		content:'';
		width: 22px;
		height: 14px;
		background: no-repeat;
		background-image: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/arrow.png);
		background-size: contain;
		display: inline-block;
		background-position: 1px 0px;
	}
	.zebra_bg .zebra_minlot dl dd p {
		font-size: 0.55rem;
		margin-bottom: 0;
	}
	.zebra_bg .zebra_minlot dl dd p:first-of-type {
		margin-top: 3px;
	}
	.zebra_bg .zebra_printimage {
		position: absolute;
		width: 540px;
		top: 430px;
		left: 155px;
		color: #fff;
	}
	.zebra_bg .zebra_printimage dl dt {
		font-size: 0.8rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.zebra_bg .zebra_printimage dl dd figure figcaption {
		font-size: 0.5rem;
		font-weight: bold;
		width: 170px;
		text-align: center;
		border: #fff 1px solid;
		margin-bottom: 4px;
	}

	.zebra_type {
		background-color: #e6faf7;
		padding-bottom: 30px;
		margin-bottom: 70px;
	}
	.zebra_type ul {
		margin: 0 auto 0 auto;
		padding: 30px 0 0 0;
		width: 96%;
		display: flex;
		justify-content: space-between;
	}
	.zebra_type ul li {
		width: 375px;
		height: 210px;
		list-style: none;
		background-color: #fff;
		border: #6bcaba 1px solid;
		padding: 10px;
		margin: 0;
	}
	.zebra_type ul li:nth-of-type(1) dl {
		width: 375px;
		height: 175px;
		background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/blen3c.jpg) no-repeat top 2px left 194px;
		background-size: 155px 155px;
		margin-bottom: 0;
	}
	.zebra_type ul li:nth-of-type(2) dl {
		width: 375px;
		height: 175px;
		background: url(https://www.kilamek-novelty.com/html/template/novelty/images/campaign/zebra/blen2+s.jpg) no-repeat top 2px left 194px;
		background-size: 155px 155px;
		margin-bottom: 0;
	}
	.zebra_type ul li dl dt {
		font-size: 0.7rem;
		color: #6bcaba;
		float: left;
		border-left: #6bcaba 5px solid;
		padding-left: 8px;
		height: 22px;
		line-height: 23px;
	}
	.zebra_type ul li dl dt figure {
		float: right;
		margin: -7px 0 0 10px;
	}
	.zebra_type ul li dl dt figure img:nth-child(2) {
		margin-left: 4px;
	}
	.zebra_type ul li dl dd p {
		font-size: 0.55rem;
		margin-top: 14px;
		margin-bottom: 0;
		width: 180px;
		float: left;
		clear: left;
	}

	.zebra_printarea {
		margin: 0 auto 70px auto;
		width: 785px;
	}
	.zebra_printarea h3 {
		color: #4d968b;
		font-size: 1rem;
		font-weight: bold;
		margin: 0 auto 6px auto;
		text-align: center;
	}
	.zebra_printarea .zebra_printarea_contents {
		border: #ccc 1px solid;
		padding: 12px;
	}
	.zebra_printarea .zebra_printarea_contents p {
		margin-bottom: 10px;
		font-size: 0.65rem;
	}
	.zebra_printarea .zebra_printarea_contents dl dt {
		background-color: #4d968b;
		color: #fff;
		font-size: 0.65rem;
		font-weight: bold;
		width: 100px;
		text-align: center;
		margin-bottom: 10px;
	}
	.zebra_printarea .zebra_printarea_contents dl dd {
		margin-left: 4px;
	}
}

/*mugcup*/

p.orange_bar_mug{
	width: 100%;
	text-align: center;
	background: #ff9c02;
	font-weight: 700;
	color: white;
	font-size: 22px;
	padding: 0.25rem 0;
}

p.green_bar_mug{
	width: 100%;
	text-align: center;
	background: #549b35;
	font-weight: 700;
	color: white;
	font-size: 22px;
	padding: 0.25rem 0;
}
p.blue_bar_mug{
	width: 100%;
	text-align: center;
	background: #0075c2;
	font-weight: 700;
	color: white;
	font-size: 22px;
	padding: 0.25rem 0;
}

.font_12_mug{
	font-size: 12px;
}

#border_gray_margin {
	border: 2px solid gray;
	margin-top: 1rem;
	height: auto;
	padding: 3%;
}

li.print_list_child_top2{
	list-style: none;
}

div.flex_yoko img{
	width: 49%;
	padding: 0 1.5%;
}
div.flex_yoko{
	margin-top: 0.5rem;
}

h4.bigmoji{
	font-size: 21px;
	font-weight: 600;
	padding-left: 0.5%;
}

#sp_fix_width p{
	margin-bottom: 0;
	padding-left: 1.5%;
}

h4.mar_top_mug{
}
h4.mar_mug{
	margin-top: 3rem;
}

figure.margin_bottom_mug{
	margin: 0 0 0.7rem;
}

div.mart_mug{
	margin-top: 1.5rem;
}

img.g_tb_border{
	border: 2px solid #c9caca;
}

li.center_dot_mug{
	border-left: 2px dotted #c9caca;
	border-right: 2px dotted #c9caca;
}
div.border_mag{
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
p.ab_pos_mag{
	font-size: 14px;
}
div.piyoko{
	width: 0%;
}
@media screen and (max-width: 767px) {
	h4.bigmoji{
		font-size: 14px;
	}
	p.font-size_15{
		font-size: 12px;
	}
	li.center_dot_mug{
		border: none;
	}
	/*スマホ　マグカップ*/
	p.ab_pos_mag{
		position: absolute;
		left: 50%;
	}
	.d-table-cell{
		z-index: 10;
	}
	.d-inline-block{
		z-index: 11;
	}
	.a_pos_mag{
		z-index: 12;
	}
	figcaption.pos_fig_mag{
	 position: absolute;
	 top: 25%;
	 left: 50%;
	 margin: 0px 0.25rem;
	 font-size: 3vw;
 }

 /*詳細 aタグ*/
 a.a_pos_mag{
	 position: absolute;
	 right: 12vw;
	 bottom: 14vw;
 }
 div.div_pos_mag{
	position: absolute;
	left: 50%;
	width:45%;
}
div.div_img_pos_mag{
	width: 46%;
	position:absolute;
}
li.li_pos_mag{
	position: relative;
	height: 215px;
	padding-bottom: 65vw;
}
div.border_mag{
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.sales-ranking{
}

.item-photo__icon{
 max-width: initial; 
}
.mini_icon_mag{
	max-width: 32%;
}
p.green_bar_mug{
	font-size: 16px;
	padding: 1vw;
	margin-top: 1.5rem;
}
p.orange_bar_mug{
	font-size: 16px;
	padding: 1vw;
}
p.blue_bar_mug{
	font-size: 16px;
	padding: 1vw;
	margin-top: 1.5rem;
}
.mini_icon_mag{
	width: 15vw;
}
div.piyoko{
 width: 108%;
		bottom: -9%;
		position: absolute;
		border-bottom: 2px dotted #c9caca;
}
}


/*20211011 トップページ修正
--------------------------------------------------*/

.list-trend {
	display: flex;
	flex-wrap: wrap;
	margin-right: 10px;
}
.list-trend > li {
	box-sizing: border-box;
	width: 25%;
	font-size: 13px;
	border-left: 10px solid transparent;
}
.list-trend > li a {
	text-decoration: none;
}
.list-trend > li a:hover {
	opacity: 0.5;
}
.list-trend > li a div {
	position: relative;
	display: inline-block;
}
.list-trend > li a div img {
	display: block;
	border: #bfbfbf solid 1px;
	margin-bottom: 4px;
}
.list-trend > li a div::before {
    content: "";
    top: 0;
    right: 0;
    border-right: 4em solid #b7190c;
    border-bottom: 4em solid transparent;
    position: absolute;
    z-index: 100;
}


.list-trend > li a div::after {
	display: block;
	content: "New";
	position: absolute;
	top: 5px;
	right: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(45deg);
	z-index: 101;
}

.list-trend > li a p {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	margin: 0;
}


.list-oshi {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
}
.list-oshi > li {
	margin-top: 1.5rem;
	box-sizing: border-box;
	width: 33.33%;
	border-left: 1rem solid transparent;
}
.list-oshi > li:nth-child(-n+3) { margin-top: 0; }
.list-oshi figure { margin-bottom: 0.5rem; }
.list-oshi dl {
	position: relative;
}
.list-oshi dt {
	position: absolute;
	width: 46px;
	left: 0.125rem;
	top: -0.5rem;
}
.list-oshi dd {
	margin: 0.5rem 0.25rem 0 0;
	padding: 0.75rem 0.25rem 0.5rem 0.5rem;
	border: 1px solid #333;
	background: #e8f6f5;
	box-shadow: 4px 4px 0 rgba(255,255,255) inset, 5px 5px 0 rgba(232,246,245);
	min-height: 80px;
}
.list-oshi dd p { margin: 0; }

.h-blue {
	padding: 0 1rem;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: #0080bc;
}

.list-virus li {
	padding: 0.75rem 1rem;
	background: #ebebeb;
	margin-bottom: 1rem;
	transition: 0.25s;
}
.list-virus li:hover {
	opacity: 0.5;
}
.list-virus a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #333;
}
.list-virus strong {
	color: #0080bc;
}
.list-virus li figure {
	width: 52%;
	margin-bottom: 0 !important;
}
.list-virus li div { width: 45.6%; }

.btn-red_arrow a {
	display: block;
	margin: auto;
	box-sizing: border-box;
	width: 500px;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	background: #ed6c00;
	text-align: center;
	border-radius: 1.5rem;
}
.btn-red_arrow a:after {
	content: "▶";
	font-size: 16px;
  margin-left: 8px;
}
.btn-red_arrow a:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and (max-width: 750px) {
	.list-trend {
		margin: 0 0.5rem 0 0rem;
	}
	.list-trend > li {
		border-left: 0.5rem solid transparent;
		margin-top: 1rem;
		width: 50%;
	}
	.list-trend > li:nth-child(-n+2) { margin-top: 0; }
	.list-trend p { margin-bottom: 0; }

	.list-oshi {
		display: block;
		margin-left: 0;
	}
	.list-oshi > li {
		width: 100%;
		border-left: none;
		display: flex;
	}
	.list-oshi > li:nth-child(-n+3) { margin-top: 1rem; }
	.list-oshi figure {
		box-sizing: border-box;
		width: 45%;
		border-right: 0.5rem solid transparent;
		margin-bottom: 0;
	}
	.list-oshi li > div { width: 55%; }
	.list-oshi dl { margin-bottom: 0.75rem; }
	.list-oshi dt { top: -1rem; }
	.list-oshi dd {
		padding: 0.5rem 0.25rem 0.5rem 0.5rem;
		box-shadow: 3px 3px 0 rgba(255,255,255) inset, 4px 4px 0 rgba(232,246,245);
		min-height: 19.5px;
		font-size: 13px;
	}
	.list-oshi > li > div > p > a {
		display: block;
		line-height: 1.25;
	}

	.h-blue {
		padding: 0 0.5rem;
		font-size: 20px;
		line-height: 1.5;
	}

	.list-virus li {
		padding: 0.5rem 0.75rem;
		display: block;
	}
	.list-virus li a {
		display: block;
	}
	.list-virus li:hover {
		opacity: 1;
	}
	.list-virus li figure {
		box-sizing: border-box;
		width: 100%;
		margin-top: 0.5rem;
	}
	.list-virus li div { width: 100%; }
		.list-virus li div p:last-child { font-size: 12px; }

	.btn-red_arrow a {
		width: 96%;
		font-size: 16px;
		line-height: 1.5;
    padding: 10px 0;
	}
	.btn-red_arrow a:after { font-size: 16px; }
	.btn-red_arrow a:hover { opacity: 1;}
}


/*20211111 トップページ修正
--------------------------------------------------*/

.service_download p,
.service_download dl,
.service_download dd,
.sec-oshi p,
.sec-oshi dl,
.sec-oshi dd,
.sec-oshi figure,
.sec-feature p,
.sec-feature dl,
.sec-feature dd,
.sec-feature figure { margin-bottom: 0; }

.service_download-wrap {
  display: flex;
  gap: 15px;
  position: relative;
}

.service_download-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #c9caca;
}

.service_download {
  width: calc((100% - 15px) / 2);
  margin-bottom: 0;
}

.service_download dt {
  text-align: center;
	font-weight: bold;
  color: #ed6d02;
  background-color: #fffbef;
  padding: 4px 0;
}
.service_download dd {
  font-size: 12px;
  margin-top: 4px;
}

.big_strong {
	font-size: 20px;
	margin-right: 0.25rem;
}

.list-oshi_holiday {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4.5rem -1rem;
}
.list-oshi_holiday li {
	box-sizing: border-box;
	width: 50%;
	border-left: 1rem solid transparent;
	margin-top: 3rem;
}
.list-oshi_holiday li:nth-child(-n+2) { margin-top: 0; }
.list-oshi_holiday li a {
	color: #333;
	text-decoration: none;
}
.list-oshi_holiday figure,
.list-oshi_holiday figcaption { margin-bottom: 0.25rem; }
.list-oshi_holiday figcaption dt {
	font-weight: bold;
	color: #0080bc;
	margin-bottom: -0.125rem;
}
.list-oshi_holiday figcaption em {
	padding: 0 0.125rem;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background: #05263d;
	margin-right: 0.25rem;
}
.list-oshi_holiday figcaption strong {
	font-size: 20px;
	color: #bf1920;
}
.list-oshi_holiday figcaption strong span {
	font-size: 13px;
	margin-right: 0.125rem;
}
.list-oshi_holiday figcaption dd { font-size: 13px; }
.list-oshi_holiday a > dl {
	position: relative;
}
.list-oshi_holiday a > dl:after {
	position: absolute;
	bottom: -2rem;
	right: 0;
	display: block;
	transform-origin: 100% 100%;
	transform: scale(0.7);
}

@media (max-width: 1024px) {
	.list-oshi_holiday a > dl:after {
		bottom: -3.8rem;
	}
}

.list-oshi_holiday li:nth-child(1) a > dl:after { content: url("../images/oshi_chara1.png"); }
.list-oshi_holiday li:nth-child(2) a > dl:after { content: url("../images/oshi_chara2.png"); }
.list-oshi_holiday li:nth-child(3) a > dl:after { content: url("../images/oshi_chara3.png"); }
.list-oshi_holiday li:nth-child(4) a > dl:after { content: url("../images/oshi_chara4.png"); }
.list-oshi_holiday li:nth-child(5) a > dl:after { content: url("../images/oshi_chara5.png"); }
.list-oshi_holiday li:nth-child(6) a > dl:after { content: url("../images/oshi_chara6.png"); }
.list-oshi_holiday a > dl dd {
	border: 1px solid #999999;
	background: #fff;
	padding: 0.5rem;
	position: relative;
	font-size: 90%;
}
.list-oshi_holiday a > dl dd:before {
	 content: '';
	 position: absolute;
	 display: block;
	 z-index: 1;
	 border-style: solid;
	 border-color: #FFF transparent;
	 border-width: 25px 0 0 25px;
	 bottom: -23px;
	 left: 70%;
	 margin-left: -15px;
}
.list-oshi_holiday a > dl dd:after {
	 content: '';
	 position: absolute;
	 display: block;
	 z-index: 0;
	 border-style: solid;
	 border-color: #999999 transparent;
	 border-width: 25px 0 0 25px;
	 bottom: -25px;
	 left: 70%;
	 margin-left: -14px;
}
.list-oshi_holiday a > dl dt {
	margin: 0.5rem 0 0 10%;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	border: 1px solid #444444;
	box-shadow: 2px 2px 0 #444444;
}
.list-oshi_holiday a figure figcaption dl {
	margin-bottom: 0;
}
.list-oshi_holiday a figure figcaption dl dd {
	margin-bottom: 0;
}
.list-oshi_holiday a > dl dd p {
	margin-bottom: 0;
}

.list-feature {
	display: flex;
	margin-left: -1rem;
	flex-wrap: wrap;
}
.list-feature li {
	box-sizing: border-box;
	width: 25%;
	border-left: 1rem solid transparent;
	margin-bottom: 1rem;
}
.list-feature a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.list-feature figure { margin-bottom: 0.25rem; }
.list-feature figcaption {
	margin-bottom: 0.25rem;
}
.list-feature figcaption dt {
	font-size: 16px;
	font-weight: bold;
	color: #0080bc;
	/*margin-bottom: 0.25rem;*/
}
.list-feature figcaption dt.font-size-caption {
	font-size: 13px;
	line-height: 24px;
}

.list-feature p {
	font-size: 80%;
}


/*変更前.
list-feature {
	display: flex;
	margin-left: -1rem;
	flex-wrap: wrap;
}
.list-feature li {
	box-sizing: border-box;
	width: 33.33%;
	border-left: 1rem solid transparent;
}
.list-feature a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.list-feature figure { margin-bottom: 0.25rem; }
.list-feature figcaption dt {
	font-size: 16px;
	font-weight: bold;
	color: #0080bc;
	margin-bottom: 0.25rem;
}
.list-feature figcaption dt.font-size-caption {
	font-size: 13px;
	line-height: 24px;
}*/

/*新着情報*/
.history dt {
	padding-left: 1.0rem;
	font-size: 20px;
	background: linear-gradient(to top, #ddd, #eee, #fff, #fff, #fff);
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
	position: relative;
}
/*.history dt:before {
	display: block;
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translate(0,-50%) scale(0.8,1.2);
	content: "\ea1c";
	font-family: icomoon;
	font-size: 16px;
	color: #bf1920;
}*/
.history dd {
	height: 100px;
	overflow-y: auto;
}
.history li {
	position:relative;
	padding-left: 50px;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.25rem;
	font-size: 14px;

}
.history li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.history li.new:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-55%);
	content: "NEW";
	padding: 0 0.25rem;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #EC6C01;
}

@media only screen and (max-width: 750px) {
  .service_download {
    width: calc((100% - 10px) / 2);
  }
  
  .service_download dt {
    padding: 4px 0;
    font-size: 14px;
  }
  .service_download dd {
    font-size: 13px;
    margin-top: 6px;
  }
	
	.big_strong { font-size: 18px; }

	.list-oshi_holiday {
		display: block;
		margin: 0 0 4.5rem;
	}
	.list-oshi_holiday li {
		width: 100%;
		border-left: none;
		margin-top: 3rem;
	}
	.list-oshi_holiday li:nth-child(2) { margin-top: 3rem; }
	.list-oshi_holiday figure { margin-bottom: 0.5rem; }
	.list-oshi_holiday figcaption dt { margin-bottom: -0.25rem; }
	.list-oshi_holiday figcaption em { font-size: 14px; }
	.list-oshi_holiday a > dl:after {
		bottom: -2.5rem;
		transform: scale(0.6);
	}
	.list-oshi_holiday a > dl dd:before,
	.list-oshi_holiday a > dl dd:after{ left: 72.5%; }
	.list-oshi_holiday a > dl dt { width: 52.5%; }

	.list-feature {
		display: flex;
		margin-left: -1rem;
		flex-wrap: wrap;
		margin: 0 0.25rem;
	}
	.list-feature li {
		width: 48%;
		border-left: none;
		padding:0.25rem;
		margin-left: 0.25rem;
	}
	.list-feature li:first-child { margin-top: 0; }
	.list-feature figure { margin-bottom: 0.25rem; }

	/*新着情報*/
	.history dt { font-size: 20px; }
	.history dt:before {font-size: 14px; }
	.history dd {
		height: 75px;
		overflow-y: auto;
	}
	.history li {
		padding-left: 40px;
		font-size: 13px;
	}
	.history li.new:before { font-size: 11px; }
}


/*タンブラー・マグカップ・グラス
--------------------------------------------------*/

.pickup-tumbler h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.pickup-tumbler section { margin-bottom: 1.5rem; }
.pickup-tumbler section:last-child { margin-bottom: 0; }
.pickup-tumbler section:nth-of-type(1) h4 { background: #f08300; }
.pickup-tumbler section:nth-of-type(2) h4 { background: #549b35; }
.pickup-tumbler section:nth-of-type(3) h4 { background: #0075c2; }

.pickup-tumbler ul { font-size: 13px; }
.pickup-tumbler figure { margin-bottom: 0.25rem; }
.pickup-tumbler dt {
	line-height: 1.25;
	margin-bottom: 0.25rem;
}
.pickup-tumbler dt strong {
	display: block;
	font-size: 16px;
}
.pickup-tumbler dd:last-child {
	margin: 0.5rem auto 0;
	width: 75%;
	border: 1px solid #333;
}
.pickup-tumbler dd a {
	display: block;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 2px 2px 0 #333;
}

@media only screen and (max-width: 750px) {
	.pickup-tumbler h4 { font-size: 18px; }
	.pickup-tumbler section { margin-bottom: 1.5rem; }
	.pickup-tumbler section:last-child { margin-bottom: 0; }
	.pickup-tumbler section:nth-of-type(1) h4 { background: #f08300; }
	.pickup-tumbler section:nth-of-type(2) h4 { background: #549b35; }
	.pickup-tumbler section:nth-of-type(3) h4 { background: #0075c2; }

	.pickup-tumbler li {
		display: flex;
		font-size: 12px;
		padding-bottom: 1rem;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 1rem;
	}
	.pickup-tumbler li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.pickup-tumbler figure {
		width: 45%;
		margin-bottom: 0;
	}
	.pickup-tumbler dl {
		box-sizing: border-box;
		width: 55%;
		border-left: 0.5rem solid transparent;
	}
	.pickup-tumbler dt {
		line-height: 1.25;
		margin-bottom: 0.25rem;
	}
	.pickup-tumbler dt strong { font-size: 14px; }
	.pickup-tumbler dd:last-child {
		margin: 0.5rem 0 0;
		width: 90%;
	}
	.pickup-tumbler dd a { font-size: 14px; }
	
	.list-item_tumbler { font-size: 12px; }
	.list-item_tumbler h4 { font-size: 14px; }

	.list-item { font-size: 3.2vw; }
	.list-item li h4 { font-size: 4vw !important; }
}


/*グラス
--------------------------------------------------*/

.list-print_glass {
	margin: 0 1rem 3rem;
	border: 2px solid #666;
	padding: 1rem 1rem 0;
}

.list-print_glass h3 { width: 204px; }
.list-print_glass h4 { width: 204px; }

.list-pickup_glass {
	display: flex;
	margin-left: -0.75rem;
}
.list-pickup_glass li {
	display: flex;
	width: 33.33%;
	border-left: 0.75rem solid transparent;
}
.list-pickup_glass figure > a {
	display: block;
	margin-bottom: 0.25rem;
}
.list-pickup_glass figcaption p:first-child {
	font-size: 13px;
	margin-bottom: 0.25rem;
}
.list-pickup_glass figcaption dl { margin-bottom: 0.25rem; }
.list-pickup_glass figcaption dd {
	font-size: 13px;
	margin-bottom: 0;
}
.list-pickup_glass figcaption small { font-size: 16px; }

@media only screen and (max-width: 750px) {
	.list-print_glass {
		margin: 0 0 3rem;
		border: 2px solid #666;
		padding: 0.5rem 0.5rem 0;
		font-size: 13px;
	}
	.list-print_glass ul { margin-left: -0.5rem; }
	.list-print_glass ul li {
		box-sizing: border-box;
		width: 50%;
		border-left: 0.5rem solid transparent;
	}
	
	.list-print_glass h4 { width: 40%; }
	
	.list-pickup_glass {
		display: block;
		margin-left: 0;
	}
	.list-pickup_glass li {
		width: 100%;
		border-left: none;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 1rem;
	}
	.list-pickup_glass li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.list-pickup_glass figure { display: flex; }
	.list-pickup_glass figure > a {
		display: block;
		width: 45%;
		margin-bottom: 0;
	}
	.list-pickup_glass figure figcaption {
		box-sizing: border-box;
		width: 55%;
		border-left: 0.5rem solid transparent;
		font-size: 12px;
	}
	.list-pickup_glass dl { margin-bottom: 0; }
	.list-pickup_glass dd { margin-bottom: 0; }
	.list-pickup_glass dt { font-size: 14px; }
	.list-pickup_glass figcaption small { font-size: 13px; }
}



.glass_printing-kinds {
}
.glass_printing-kinds_standard {
	border: #f08300 solid 4px;
	padding: 2.1vw;
	margin-bottom: 14.6vw;
}
.glass_printing-kinds_standard h3 {
	font-size: 4.2vw;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 1.4vw 0;
	background-color: #f08300;
	width: 38vw;
	border-radius: 6px;
}
.glass_printing-kinds_premium {
	border: #bb8f20 solid 4px;
	padding: 2.1vw;
	margin-bottom: 0;
}
.glass_printing-kinds_premium h3 {
	font-size: 4.2vw;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 1.4vw 0;
	background-image: linear-gradient(90deg, rgba(231, 188, 85, 1), rgba(156, 97, 36, 1) 50%, rgba(231, 188, 85, 1));
	width: 38vw;
	border-radius: 6px;
}
.glass_printing-kinds_enclosure {
	display: block;
}
.glass_printing-kinds_explanation h4 {
	font-size: 4.2vw;
	font-weight: bold;
}
.glass_printing-kinds_explanation h5 {
	font-size: 4.2vw;
	font-weight: bold;
}

.glass_printing-kinds_explanation table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin: 0 0 6.6vw 0;
}
.glass_printing-kinds_explanation table, .glass_printing-kinds_explanation th, .glass_printing-kinds_explanation td {
	border: #333333 solid 1px;
	border-collapse: collapse;
}
.glass_printing-kinds_explanation th {
	font-size: 3.7vw;
}
.glass_printing-kinds_explanation td {
	font-size: 3.2vw;
}
.glass_printing-kinds_explanation a {
	display: block;
	width: 36vw;
	margin: 0 auto 6.6vw auto;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 4vw;
	border: #444444 solid 1px;
	box-shadow: 2px 2px 0 #444444;
}
.glass_printing-kinds_img {
}
.glass_printing-kinds_btn {
}
.glass_printing-kinds_btn a {
	font-size: 4.7vw;
	font-weight: bold;
	background-color: #e1690d;
	margin: 0 auto 16vw auto;
	display: block;
	width: 90%;
	text-align: center;
	color: #ffffff;
	padding: 2.5vw 0;
	text-decoration: none;
}

.glass_wrapping {
}

.glass_wrapping ul {
	display: block;
	margin: 0 0 8vw 0;
	padding: 0 0 0 0;
}
.glass_wrapping ul li {
	margin: 0 0 4vw 0;
}

.glass_wrapping_btn {
}
.glass_wrapping_btn a {
	font-size: 3.7vw;
	font-weight: bold;
	background-color: #e1690d;
	margin: 0 auto 0 auto;
	display: block;
	width: 85%;
	text-align: center;
	color: #ffffff;
	padding: 2vw 0;
	text-decoration: none;
}


@media screen and (min-width: 768px) {
	.glass_printing-kinds {
	}
	.glass_printing-kinds_standard {
		border: #f08300 solid 4px;
		padding: 12px 20px;
		margin-bottom: 40px;
	}
	.glass_printing-kinds_standard h3 {
		font-size: 24px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding: 8px 0;
		background-color: #f08300;
		width: 180px;
		border-radius: 6px;
	}
	.glass_printing-kinds_premium {
		border: #bb8f20 solid 4px;
		padding: 12px 20px;
		margin-bottom: 0;
	}
	.glass_printing-kinds_premium h3 {
		font-size: 24px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding: 8px 0;
		background-image: linear-gradient(90deg, rgba(231, 188, 85, 1), rgba(156, 97, 36, 1) 50%, rgba(231, 188, 85, 1));
		width: 180px;
		border-radius: 6px;
	}
	.glass_printing-kinds_enclosure {
		display: flex;
		justify-content: space-between;
	}

	.glass_printing-kinds_explanation {
		width: 400px;
		margin: 0 30px 0 0;
	}

	.glass_printing-kinds_explanation h4 {
		font-size: 24px;
		font-weight: bold;
	}
	.glass_printing-kinds_explanation h5 {
		font-size: 18px;
		font-weight: bold;
	}

	.glass_printing-kinds_explanation table {
		width: 100%;
		table-layout: fixed;
		text-align: center;
		margin: 0 0 0 0;
	}
	.glass_printing-kinds_explanation table, .glass_printing-kinds_explanation th, .glass_printing-kinds_explanation td {
		border: #333333 solid 1px;
		border-collapse: collapse;
	}
	.glass_printing-kinds_explanation th {
		font-size: 16px;
	}
	.glass_printing-kinds_explanation td {
		font-size: 13px;
		height: 66px;
	}
	.glass_printing-kinds_explanation a {
		display: block;
		width: 150px;
		margin: 20px auto 0 auto;
		padding: 0.25rem 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		border: #444444 solid 1px;
		box-shadow: 2px 2px 0 #444444;
	}
	.glass_printing-kinds_explanation a:hover {
		opacity: 0.5;
	}
	.glass_printing-kinds_img {
		width: 358px;
		height: auto;
	}
	.glass_printing-kinds_btn {
	}
	.glass_printing-kinds_btn a {
		font-size: 24px;
		font-weight: bold;
		background-color: #e1690d;
		margin: 0 auto 70px auto;
		display: block;
		width: 500px;
		text-align: center;
		color: #ffffff;
		padding: 10px 0;
		text-decoration: none;
	}
	.glass_printing-kinds_btn a:hover {
		opacity: 0.5;
	}

	.glass_wrapping {
	}

	.glass_wrapping ul {
		display: flex;
		justify-content: space-between;
		margin: 0 0 50px 0;
		padding: 0 0 0 0;
	}
	.glass_wrapping ul li {
		width: 415px;
		height: auto;
		margin: 0 0 0 0;
	}

	.glass_wrapping_btn {
	}
	.glass_wrapping_btn a {
		font-size: 18px;
		font-weight: bold;
		background-color: #e1690d;
		margin: 0 auto 0 auto;
		display: block;
		width: 500px;
		text-align: center;
		color: #ffffff;
		padding: 10px 0;
		text-decoration: none;
	}
	.glass_wrapping_btn a:hover {
		opacity: 0.5;
	}
}

/*ボトル
--------------------------------------------------*/

.stainless_maker {
	display: flex;
	margin: 0 0 -2rem -1.5rem;
}
.stainless_maker li {
	box-sizing: border-box;
	border-left: 1.5rem solid transparent;
}
.stainless_maker figcaption { margin-top: 0.25rem; }

a .price_line {
 	font-size: 12px;
	color: #333;
	margin-bottom: 0;
}
.price_line:after {
	content: "(税込)";
	position: relative;
	top: 0.125rem;
}
.price_line em {
	padding: 0 0.125rem;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	background: #05263d;
	margin-right: 0.25rem;
}
.price_line strong {
	font-size: 28px;
	color: #bf1920;
	position: relative;
	top: 0.125rem;
}
.price_line strong span { font-size: 12px; }

@media only screen and (max-width: 750px) {
	.stainless_maker {
		display: block;
		margin-left: 0;
	}
	.stainless_maker li {
		box-sizing: border-box;
		border-left: none;
	}
	
	a .price_line { font-size: 11px; }
	.price_line strong { font-size: 23px; }
}


/*プライバシーポリシー修正
--------------------------------------------------*/

.privacy_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}
.privacy_contact figcaption { margin-left: 3rem; }
.privacy_contact dd { margin-bottom: 0; }

@media only screen and (max-width: 750px) {
	.privacy_contact {
		display: block;
		margin-top: 1.5rem;
	}
	.privacy_contact img {
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	.privacy_contact figcaption {
		margin-left: 0;
		margin-top: 0.5rem;
	}
	.privacy_contact dl {
		margin: 0 auto;
		width: fit-content;
	}
}


/*ウェットティッシュ
--------------------------------------------------*/

ul.wet-tissue_company_comparison {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
}
ul.wet-tissue_company_comparison li {
	width: 420px;
	list-style: none;
}

@media only screen and (max-width: 750px) {
	ul.wet-tissue_company_comparison li {
		margin: 0 0 8vw 0;
	}
}

ul.wet-tissue_company_comparison li:nth-of-type(2) {
	width: 420px;
	list-style: none;
	margin: 0 0 0 14px;
}
@media only screen and (max-width: 750px) {
	ul.wet-tissue_company_comparison li:nth-of-type(2) {
		margin: 0 0 0 0;
	}
}

ul.wet-tissue_company_comparison li dl dt {
	background-color: #636363;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	margin: 0 0 20px 0;
}
ul.wet-tissue_company_comparison li:nth-of-type(2) dl dt {
	background-color: #f29820;
}



ul.wet-tissue_pickup_sdgs {
	width: 98.5%;
	margin: 0 auto 0;
	padding: 0 0 0 0;
}
ul.wet-tissue_pickup_sdgs li {
	width: 49.5%;
	padding: 0 0 0 3px;
	display: inline-flex;
}
ul.wet-tissue_pickup_sdgs li:first-child {
	border-right: #999 dashed 1px;
	padding: 0 0 0 0;
}
ul.wet-tissue_pickup_sdgs li dl {
	margin: 0;
}
ul.wet-tissue_pickup_sdgs li dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #0080bc;
	width: 96%;
	min-height: 54px;
}
ul.wet-tissue_pickup_sdgs li dl dd {
	margin: 0;
}
ul.wet-tissue_pickup_sdgs li dl dd:last-child {
	margin: 0 auto 0;
	width: 50%;
	border: 1px solid #333;
}
ul.wet-tissue_pickup_sdgs li dl dd:last-child a {
	display: block;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	box-shadow: 2px 2px 0 #333;
}
ul.wet-tissue_pickup_sdgs li dl dd p:first-child {
	vertical-align: top;
	margin: 6px 14px 0 0;
}
ul.wet-tissue_pickup_sdgs li dl dd p {
	width: 47.5%;
	display: inline-block;
	margin: 0 0 30px 0;
}


h4.orange_bar {
	width: 100%;
	text-align: center;
	background: #ff9c02;
	font-weight: 700;
	color: white;
	font-size: 22px;
	padding: 0.25rem 0;
	margin: 0 0 1rem;
}
section.wet-tissue-ranking ol li:nth-child(3) figure div a img:nth-child(2) {
	width: 98.5%;
}

@media only screen and (max-width: 750px) {

	ul.wet-tissue_pickup_sdgs {
		width: 98.5%;
		margin: 0 auto 0;
		padding: 0 0 0 0;
	}
	ul.wet-tissue_pickup_sdgs li {
		width: 100%;
		padding: 0 0 0 3px;
		display: inline-flex;
	}
	ul.wet-tissue_pickup_sdgs li:first-child {
		border-right: #999 dashed 0px;
		padding: 0 0px 0 0;
		margin: 0 0 12vw 0;
	}
	ul.wet-tissue_pickup_sdgs li dl {
		margin: 0;
	}
	ul.wet-tissue_pickup_sdgs li dl dt {
		font-size: 18px;
		font-weight: bold;
		color: #0080bc;
		width: 96%;
		min-height: auto;
		margin: 0 0 1vw 0;
	}
	ul.wet-tissue_pickup_sdgs li dl dd {
		margin: 0;
	}
	ul.wet-tissue_pickup_sdgs li dl dd:last-child {
		margin: 0 auto 0;
		width: 50%;
		border: 1px solid #333;
	}
	ul.wet-tissue_pickup_sdgs li dl dd:last-child a {
		display: block;
		padding: 0.25rem 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		box-shadow: 2px 2px 0 #333;
	}
	ul.wet-tissue_pickup_sdgs li dl dd p {
		width: 47.5%;
		display: inline-block;
	}
	ul.wet-tissue_pickup_sdgs li dl dd p:first-child {
		vertical-align: top;
		margin: 8px 12px 4vw 0;
	}
	ul.wet-tissue_pickup_sdgs li dl dd p:last-child {
		margin: 0 0 0 0;
	}
	ul.wet-tissue_pickup_sdgs li:last-child dl dd p:last-child {
		margin: 0 0 7vw 0;
	}

	section.wet-tissue-ranking ol li figure figcaption {
		position: absolute;
		top: 35%;
		left: 50%;
		margin: 0px 0.25rem;
		font-size: 3vw;
	}

}


/*カレンダー
--------------------------------------------------*/

.calendar_ranking img:nth-child(1) {
	max-width: 30vw;
	top: 12.5vw;
	left: 5vw;
}

a img.calendar_a:hover {
	opacity: 0.5;
}

@media only screen and (min-width: 750px) {

	.calendar_ranking img:nth-child(1) {
		max-width: 5vw;
		top: 0.6vw;
		left: 1.0vw;
	}
}


/*時計
--------------------------------------------------*/

a img.clock_a:hover {
	opacity: 0.5;
}


/*コアウェブバイタルの改善
--------------------------------------------------*/
body > footer > div.fixed-side > ul > li:nth-child(3) > div > img {
	width: 50px;
	height: 50px;
}
body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > div > div > div > p.row.align-items-lg-baseline.mb-lg-2.my-3.mt-lg-0.no-gutters > span.col-auto > img,
body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > section.sales-ranking > ol > li > p.row.align-items-lg-baseline.mb-2.mt-2.mt-lg-0.no-gutters > span.col-auto > img {
	width: 38px;
	height: 38px;
}
body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > ul > li.mb-5.mb-lg-4.pb-lg-2 > div > figure:nth-child(1) > div > img {
	width: 264px;
	height: 173px;
}
body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > ul > li.mb-5.mb-lg-4.pb-lg-2 > div > figure.border-box.d-lg-flex.flex-column.mb-0.mt-5.mt-lg-0 > div > img {
	width: 264px;
	height: 164px;
}
#about-cancel > div > figure > img {
	width: 297px;
	height: 144px;
}
#bs-carousel1 > div > div.carousel-item.active > div > div > a > img {
	width: 147px;
	height: 147px;
}
#item-lineup > ul > li > a > img {
	width: 174px;
	height: 174px;
}
#main-top > div > ul > li:nth-child(3) > div > img {
	width: 50px;
	height: 50px;
}
#border_gray_margin > li.print_list_child_top2.margin_middle.mar_top_pc > dl > dd > img,
#mar_left_sec_list > img {
	width: 281px;
	height: 172px;
}
#item-lineup > ul.page-navi.text-size-caption.border.border-left-0.border-right-0.pagination.justify-content-center.mb-0.mt-3.py-3.rounded-0 > li > a > img,
#item-lineup > ul.page-navi.text-size-caption.border.border-left-0.border-right-0.pagination.justify-content-center.my-3.py-3.rounded-0 > li > a > img {
	width: 20px;
	height: 22px;
}
body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > section:nth-child(7) > p.text-right > a > img {
	width: 260px;
	height: 53px;
}


/*パソコン*/
@media only screen and (min-width: 750px) {
	#header > div > div.container.px-lg-0 > div > div.col-lg-7 > div > div > div.col-lg.col-xl > p > a > img {
		width: 273px;
		height: 100px;
	}
	body > footer > div.fixed-side > ul > li:nth-child(3) > div > img {
		width: 50px;
		height: 50px;
	}
	/*body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > div > div:nth-child(4) > div > figure:nth-child(2) > img {
		width: 500px;
		height: 307px;
	}*/
	body > footer > section > div > div.col-lg-auto > dl > dt > img {
		width: 231px;
		height: 55px;
	}
	body > footer > section > div > div.col-lg > div > div > div > div.col-lg-7.col-xl > div > p:nth-child(2) > img {
		width: 442px;
		height: 40px;
	}
/*	#bs-carousel1 {
		width: 838px;
		height: 272px;
	}*/
	#side-left > div.side-left__bottom > dl > dt > img {
		width: 24px;
		height: 38px;
	}
	#main-top > div > ul > li:nth-child(3) > div > img {
		width: 50px;
		height: 50px;
	}
	/*body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > div > div:nth-child(2) > div {
		display: inline-flex;
		width: 500px;
	}*/
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > div > div:nth-child(4) {
		margin-top: 30px;
	}
	#bs-carousel1 > ul > li.carousel-item > img,
	#bs-carousel1 > ul > li:nth-child(2) > a > img,
	#bs-carousel1 > ul > li:nth-child(3) > a > img {
		width: 838px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > div > div:nth-child(3) > div > p.row.align-items-lg-baseline.mb-lg-2.my-3.mt-lg-0.no-gutters > span.col-auto > img {
		width: 41px;
		height: 41px;
}
	#item-lineup > ul.row.list-unstyled.mb-n3.mx-n1.no-gutters > li:nth-child(2) > a > div > p.row.align-items-center.mb-2.no-gutters > span.col-auto > img {
		width: 38px;
		height: 38px;
	}
	#header > div > div.container.px-lg-0 > div > div.col-lg-5.d-none.d-lg-block > div > div.row.align-items-end.no-gutters > div.col-lg-10 > ul > li:nth-child(1) > div > a > img,
	 #header > div > div.container.px-lg-0 > div > div.col-lg-5.d-none.d-lg-block > div > div.row.align-items-end.no-gutters > div.col-lg-10 > ul > li:nth-child(2) > div > a > img {
		width: 185px;
		height: 46px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > h2 > img {
		width: 839px;
	}
	#header > div > div.container.px-lg-0 > div > div.col-lg-7 > div > div > div.col-lg.col-xl-auto > ul > li > div > img {
		width: 116px;
		height: 114px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > ul > li.col-12.mt-5 > div > figure > div.d-none.d-lg-block > img {
		width: 806px;
		height: 310px;
	}
	body > section > section.sample > section > ul > li > figure > figcaption > dl > dd > img {
		width: 38px;
		height: 38px;
	}
	body > section > section.sample > figure > img {
		width: 132px;
		height: 145px;
	}
	#movie_player1 > div.deco_h2_inprint {
		width: auto;
		display: block;
	}
	#movie_player1 > div.yotube_center_print {
		width: auto;
		display: block;
	}
	#header > div > div.container.px-lg-0 > div > div.col-lg-5.d-none.d-lg-block > div > div.row.align-items-end.no-gutters > div.col-lg-2 > div > a > img {
		width: 56px;
		height: 71px;
	}
	#colophon > div.fixed-side > ul > li > a > img {
		width: 61px;
		height: 193px;
	}
	#colophon > section > div > div.col-lg-auto > dl > dt > img {
		width: 231px;
		height: 55px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > ul > li.mb-5.mb-lg-4.pb-lg-2 > div > figure:nth-child(1) > div > img {
		width: 264px;
		height: 173px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > ul > li.mb-5.mb-lg-4.pb-lg-2 > div > figure.border-box.d-lg-flex.flex-column.mb-0.mt-5.mt-lg-0 > div > img {
		width: 264px;
		height: 164px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > table > tbody > tr:nth-child(11) > td:nth-child(2) > div > a:nth-child(1) > img {
		width: 206px;
		height: 66px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > table > tbody > tr:nth-child(11) > td:nth-child(2) > div > a:nth-child(2) > img {
		width: 271px;
		height: 53px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > section > dl > dd:nth-child(8) > figure > img {
		width: 231px;
		height: 55px;
	}
	#bs-carousel2 > div > div > div > div > a > img {
		width: 174px;
		height: 174px;
	}
	#item-lineup > ul > li > a > img {
		width: 203px;
		height: 203px;
	}
	#item-lineup > ul.page-navi.text-size-caption.border.border-left-0.border-right-0.pagination.justify-content-center.mb-0.mt-3.py-3.rounded-0 > li > a > img,
	 #item-lineup > ul.page-navi.text-size-caption.border.border-left-0.border-right-0.pagination.justify-content-center.my-3.py-3.rounded-0 > li > a > img {
		width: 20px;
		height: 22px;
	}
	#border_gray_margin > li.print_list_child_top2.margin_middle.mar_top_pc > dl > dd > img,
	#mar_left_sec_list > img {
		width: 281px;
		height: 172px;
	}
	#main-bottom > div > p > a > img {
		width: 839px;
	}
	body > div.container.px-lg-0 > div > div.col-12.col-lg-9 > main > p > a > img {
		width: 839px;
	}

	#side-left > div.side-left__top > ul > li:nth-child(1) > a > img {
		width: 255px;
	}
	#side-left > div.side-left__top > ul > li:nth-child(2) > a > img {
		width: 255px;
	}
	#side-left > div.side-left__top > ul > li:nth-child(3) > a > img {
		width: 255px;
	}
	#side-left > div.side-left__top > ul > li:nth-child(4) > a > img {
		width: 255px;
	}
}


/*商品一覧
--------------------------------------------------*/

.bg-naire-ok {
	background-color: #41a5a3;
}
.bg-fullcolor-ok {
	background-color: #0080bc;
}
.bg-print-body-ok,
.bg-print-bag-ok,
.bg-print-body-and-bag-ok {
  background-color: #f9912e;
}

.list_no_tax {
	display: inline-block;
	font-size: 3.6vw;
	font-weight: normal;
	color: #7d7d7d;
	line-height: 1.4;
	text-indent: 42px;
}
.our_price {
	width: 34px;
	height: 34px;
}

.staff_no_tax {
	font-size: 3.6vw;
	font-weight: normal;
	color: #333333;
	text-indent: 2vw;
}


@media only screen and (min-width: 750px) {
	.list_no_tax {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		color: #7d7d7d;
		text-indent: 45px;
		margin-bottom: 10px;
	}

	.staff_no_tax {
		font-size: 13px;
		font-weight: normal;
		color: #333333;
		text-indent: 10px;
	}
}


/*商品カテゴリQ&A
--------------------------------------------------*/
dl.faq {
	width:100%;
	margin:0 0 3rem;
}

dl.faq dt{
	margin:10px;
	padding: 5px 10px 5px 40px; 
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/tit_q.png) no-repeat left top;
	font-weight: bold;
	line-height: 120%;
	font-size:100%;
}

dl.faq dd{
	margin:10px;
	padding: 5px 5px 20px 40px; 
	background: #ffffff url(https://www.kilamek-novelty.com/html/template/novelty/images/tit_a.png) no-repeat left top; 
	line-height: 130%;
	font-size:90%;
	border-bottom: #0080BC dotted 1px;
}






/*商品詳細
--------------------------------------------------*/
ul.detail-main-image {
	width: 100%;
}
figure.detail_movie {
	margin-bottom: 12vw;
}
figure.detail_movie video {
	width: 100%;
	height: auto;
	margin-bottom: 1.5vw;
}

dl.box-stock dt {
	background-color: rgba(0, 135, 60, 0.1);
	color: #333333;
}
dl.box-stock dd ul {
	padding: 0;
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: bold;
}
dl.box-stock dd ul li {
	border-bottom: dotted 1px;
	padding: 12px 0;
}

span.detail_no_tax {
	font-size: 3.8vw;
	line-height: 2;
	color: #333333;
	font-weight: normal;
	text-indent: 3px;
}

@media only screen and (min-width: 750px) {
	figure.detail_movie {
		margin-bottom: 55px;
	}
	figure.detail_movie video {
		width: 510px;
		height: auto;
		margin-bottom: 6px;
	}
	figure.detail_movie figcaption a img:hover {
		opacity: 0.5;
	}
	span.detail_no_tax {
		font-size: 14px;
		line-height: 2;
		color: #333333;
		font-weight: normal;
		text-indent: 3px;
	}
}



/*商品詳細（営業レビュー）
--------------------------------------------------*/
dl.sales_review {
	margin: 14vw 0 15vw 0;
}

dl.sales_review dt {
	width: 100%;
	height: 18.5vw;
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/sales_review.png) no-repeat;
	background-size: cover;
	color: #000;
	font-size: 5vw;
	text-align: center;
	line-height: 17vw;
	margin: 0 0 0 0;
}

dl.sales_review dd {
	margin: -0.1vw 0 0 0;
	padding: 1.5vw 2vw;
	border-right: #000 1px solid ;
	border-bottom: #000 1px solid ;
	border-left: #000 1px solid ;
}

@media only screen and (min-width: 750px) {
	dl.sales_review {
		margin: 45px 0 0 0;
	}

	dl.sales_review dt {
		width: 342px;
		height: 66px;
		background: url(https://www.kilamek-novelty.com/html/template/novelty/images/sales_review.png) no-repeat;
		background-size: contain;
		color: #000;
		font-size: 20px;
		text-align: center;
		line-height: 58px;
		margin: 0 0 0 0;
	}

	dl.sales_review dd {
		margin: -1px 0 0 0;
		padding: 10px;
		border-right: #000 1px solid ;
		border-bottom: #000 1px solid ;
		border-left: #000 1px solid ;
	}
}


/*印刷価格
--------------------------------------------------*/
.print_price_title{
	border-bottom:solid 3px #c41c23;
	font-size: 1.25rem;
	font-weight: 700;
}

.print_price{
	color: #bf1920;
}

.print_price table{
	border-collapse:  collapse;

}

.print_price TH{
	background-color:#00253C;
	text-align: center;
	color: #fff;
	border: solid 1px #666;
}

.print_price TD{
	color: #c41c23;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 70%; 
	border: solid 1px #666;
	padding: 0.25rem;
}

.print_price TD span{
	font-size: 0.75rem;
	border: #666;
}
.print_notes {
    margin: 2em 0;
    background: #fff;
	border: #c41c23 solid 1px;
}
.print_notes .notesbox-title {
    font-size: 1.2em;
    background: #c41c23;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.print_notes p {
    padding: 15px 20px;
    margin: 0;
}




/*ピックアップ共通
--------------------------------------------------*/
.category-pickup{
}

.category-pickup dt{
	padding:0;
}

.category-pickup dt span{
	font-weight: 400;
	font-size: 80%;
}

.category-pickup dt strong{
	font-weight: bold;
}

.category-pickup dd{
	font-size: 90%;
}



/*レイアウト
--------------------------------------------------*/

/*文字間隔調整*/
.lsn005em { letter-spacing: -0.05em; }




/*商品カテゴリQ&A
--------------------------------------------------*/
dl.faq {
	width:100%;
	margin:0 0 3rem;
}

dl.faq dt{
	margin:10px;
	padding: 5px 10px 5px 40px; 
	background: url(https://www.kilamek-novelty.com/html/template/novelty/images/tit_q.png) no-repeat left top;
	font-weight: bold;
	line-height: 120%;
	font-size:100%;
}

dl.faq dd{
	margin:10px;
	padding: 5px 5px 20px 40px; 
	background: #ffffff url(https://www.kilamek-novelty.com/html/template/novelty/images/tit_a.png) no-repeat left top; 
	line-height: 130%;
	font-size:90%;
	border-bottom: #0080BC dotted 1px;
}



/*使い方
--------------------------------------------------*/

#howtouse  {
	width: auto;
	display: block;
}

h2.howtouse_title{
	font-size: 1.25rem;
	background: #0080BC;
	color: #ffffff;
	text-align: center;
	font-weight: 800;
	padding: 10px 0;
}

.howtouse_point{
	background: #fff;
}

.howtouse_point dt{
	background: #7fbfdd;
	padding: 10px;
}

.howtouse_point dd{
	font-size: 90%;
	padding: 10px;
	margin: 0;
}


.novelty-size {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em 1.5em;
    border-radius: 8px;
    background-color: #dfe9f4;
    background-size: 20px 20px;
	font-size: 90%;
}

.novelty-size-title {
	font-size: 1
	rem;
	font-weight: 700;
}


h3.howtouse_title2 {
	font-weight: bold;
	position: relative;
	border-left: none;
	border-bottom: 3px solid #c9caca;
	padding-top: 2rem;
	padding-bottom: .25rem;
	padding-left: 0;
	font-size: 1.25rem;
}

h3.howtouse_title2::after {
	border-bottom: solid 3px #0080BC;
	border-left: none;
	bottom: -3px;
	content: " ";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25%
}

.howtouse_pickup{
    background-color: #dfe9f4;
	padding: .5rem 0;
}

h4.howtouse_pickup_title{
    text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.5rem 0;
}

.fig-txt {
	font-size: 90%
}



/*トップページ、春夏秋冬タブ追加
--------------------------------------------------*/

.seasonHead {
	padding-inline-start: 0 !important;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.seasonHead li {
	cursor: pointer;
}
.seasonHead li:nth-child(1) {
	background: url("../images/top/season/spring-pc_on.png") no-repeat;
}
.seasonHead li:nth-child(2) {
	background: url("../images/top/season/summer-pc_on.png") no-repeat;
}
.seasonHead li:nth-child(3) {
	background: url("../images/top/season/autumn-pc_on.png") no-repeat;
}
.seasonHead li:nth-child(4) {
	background: url("../images/top/season/winter-pc_on.png") no-repeat;
}
.seasonHead li img {
	transition: 0.25s;
}
.seasonHead li.select img {
	opacity: 0;
}

.seasonBody {
	padding-inline-start: 0 !important;
	list-style-type: none;
	margin-bottom: 1.5rem;
}
.seasonBody > li {
	display: none;
}
.seasonBody > li:first-child {
	display: block;
}

@media screen and (max-width: 750px) {
	.seasonHead li:nth-child(1) {
		background: url("../images/top/season/spring-sp_on.png");
		background-size: contain;
	}
	.seasonHead li:nth-child(2) {
		background: url("../images/top/season/summer-sp_on.png");
		background-size: contain;
	}
	.seasonHead li:nth-child(3) {
		background: url("../images/top/season/autumn-sp_on.png");
		background-size: contain;
	}
	.seasonHead li:nth-child(4) {
		background: url("../images/top/season/winter-sp_on.png");
		background-size: contain;
	}
}



/*オリジナル熨斗制作
--------------------------------------------------*/

.info-contact {
	position: relative;
}
.info-contact dd {
	position: absolute;
	left: 240px;
	top: 50px;
	width: 592px;
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.info-contact dd {
		left: 36.66%;
		top: 30%;
		width: 228px;
		font-size: 12px;
	}
}


/*製作実績ご紹介
--------------------------------------------------*/

.list-performance {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.list-performance li {
	box-sizing: border-box;
	width: calc(33.33% - 10px);
	margin: 10px 5px 0;
	box-shadow: 0px 0px 4px #aaa;
	padding: 10px;
}
.list-performance li:nth-child(-n+3) {
	margin-top: 0;
}
.list-performance figure {
	margin-bottom: 0;
}
.list-performance figcaption {
	margin-top: 5px;
	font-size: 12px;
}

@media only screen and (max-width: 750px) {
	.list-performance {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.list-performance li {
		width: 100%;
		margin: 10px 0 0;
		box-shadow: 0px 0px 3px #aaa;
	}
	.list-performance li:nth-child(n+2) {
		margin-top: 10px;
	}
}


/* 関連ノベルティ・記念グッズ
------------------------------------------------ */
.related-novelty-goods {
	margin-bottom: 50px;
}
.related-novelty-goods__title {
	color: #00253c;
	text-align: center;
	font-size: calc(40 / 750 * 100vw);
	font-weight: bold;
	margin-bottom: 20px;
}
	
.related-novelty-goods__slick {
  display: flex;
  justify-content: space-between;
  row-gap: calc(20 / 750 * 100vw);
  flex-wrap: wrap;
	padding-left: 0;
	position: relative;
	margin: 0;
}

.related-novelty-goods__slick .prev-arrow {
	position: absolute;
	z-index: 1;
	width: calc(100 / 750 * 100vw);
	height: calc(95 / 750 * 100vw);
	top: 30%;
	left: calc(-40 / 750 * 100vw);
	transform: translateX(-50%);
	background: url(/html/template/novelty/images/icon_prev.png);
	background-size: cover;
	border: none;
}

.related-novelty-goods__slick .next-arrow {
	position: absolute;
	width: calc(100 / 750 * 100vw);
	height: calc(95 / 750 * 100vw);
	top: 30%;
	right: calc(-136 / 750 * 100vw);
	transform: translateX(-50%);
	background: url(/html/template/novelty/images/icon_next.png);
	background-size: contain;
	border: none;
}

.related-novelty-goods-slick__item {
  width: calc((100% - calc(16 / 750 * 100vw)) / 2);
}

.related-novelty-goods-slick__title {
	color: #0080bc;
	text-align: center;
	font-size: calc(26 / 750 * 100vw) !important;
	font-weight: bold;
	margin-top: calc(10 / 750 * 100vw);
}

@media (min-width: 768px) {
	.related-novelty-goods__title {
		color: #333333;
		text-align: center;
		font-size: 28px !important;
		font-weight: bold;
		letter-spacing: 0.12em;
		margin-bottom: 35px;
	}

	.related-novelty-goods__slick {
		width: 80% !important;
		padding-left: 0;
    margin: 0 auto;
	}

  .related-novelty-goods-slick__item {
    width: calc((100% - 8px * 3) / 4);
  }

	.related-novelty-goods-slick__link:hover {
		opacity: 0.6;
	}

	.related-novelty-goods-slick__title {
		color: #0080bc;
		text-align: center;
		font-size: 16px !important;
		font-weight: bold;
		margin-top: 10px;
	}
}

/* 展示会・見本市ページ
---------------------------------- */
.page-intro__lead {
	font-size: calc(36 / 750 * 100vw);
	color: #010101;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
	.page-intro__lead {
		font-size: 18px;
	}
}

.page-intro__catch {
	font-size: calc(40 / 750 * 100vw);
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.page-intro__catch {
		font-size: 26px;
		gap: 15px;
	}
}

.page-intro__catch::before,
.page-intro__catch::after {
	content: '';
	flex: 0 0 auto;
	width: calc(57 / 750 * 100vw);
	height: calc(32 / 750 * 100vw);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.page-intro__catch::before,
	.page-intro__catch::after {
		width: 57px;
		height: 32px;
	}
}

.page-intro__catch::before {
	background-image: url('/html/template/novelty/images/scene/exhibition/page_intro_title_deco_left.png');
}

.page-intro__catch::after {
	background-image: url('/html/template/novelty/images/scene/exhibition/page_intro_title_deco_right.png');
}

.page-intro__text {
	font-size: calc(32 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.page-intro__text {
		font-size: 16px;
	}
}

/* popular-top3
---------------------------------- */
.popular-top3 {
	box-sizing: border-box;
}

.popular-top3__title {
	font-size: calc(36 / 750 * 100vw);
	line-height: 1.5;
	color: #333333;
	font-weight: 800;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	text-align: center;
	background-color: #ffe300;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: calc(28 / 750 * 100vw);
	position: relative;
}

@media screen and (min-width: 768px) {
	.popular-top3__title {
		font-size: 26px;
		margin-right: 0;
		margin-left: 0;
		padding: 20px;
	}
}

.popular-top3__title::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: calc(10 / 750 * 100vw);
	height: 3px;
	background-color: #333333;
}

@media screen and (min-width: 768px) {
	.popular-top3__title::before {
		bottom: 10px;
	}
}

.popular-top3-slick {
	position: relative;
  display: grid !important;
}

.popular-top3-slick .slick-list {
  display: inherit;
}

.popular-top3-slick .slick-track {
  display: inherit;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 768px) {
  .popular-top3-slick .slick-track {
    column-gap: 20px;
  }
}

.popular-top3__slick {
	margin-top: calc(72 / 750 * 100vw);
	padding: 0;
}

@media screen and (min-width: 768px) {
	.popular-top3__slick {
		margin-top: 8px;
	}
}

.popular-top3-slick__item {
/*  margin: 0 calc(94 / 750 * 100vw);*/
  margin: 0 calc(60 / 750 * 100vw);
  display: inherit !important;
  grid-row: 1 / 9;
  grid-template-rows: subgrid;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item {
		margin: 0;
		width: 100% !important;
	}
}

.popular-top3-slick__link {
	color: inherit;
	text-decoration: none;
  display: inherit !important;
  grid-row: inherit;
  grid-template-rows: inherit; 
}

.popular-top3-slick__link:hover {
	color: inherit;
}

.popular-top3-slick__item-img {
	text-align: center;
}

.popular-top3-slick__item-img-icon {
	display: block;
	width: calc(109 / 750 * 100vw);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-img-icon {
		width: 55px;
	}
}

.popular-top3-slick__item-img-product {
	display: block;
	width: calc(532 / 750 * 100vw);
	margin: calc(12 / 750 * 100vw) auto 0;
}

.popular-top3-slick__item-img-product.popular-top3-slick__item-img-product--no1 {
	border-top: 5px solid #c6c61b;
	border-bottom: 5px solid #c6c61b;
}

.popular-top3-slick__item-img-product.popular-top3-slick__item-img-product--no2 {
	border-top: 5px solid #777777;
	border-bottom: 5px solid #777777;
}

.popular-top3-slick__item-img-product.popular-top3-slick__item-img-product--no3 {
	border-top: 5px solid #8f6553;
	border-bottom: 5px solid #8f6553;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-img-product {
		width: 266px;
		margin: 4px auto 0;
	}
}

.popular-top3-slick__item-item-number {
	font-size: calc(24 / 750 * 100vw);
	margin-top: calc(40 / 750 * 100vw);
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-item-number {
		font-size: 12px;
		margin-top: 20px;
	}
}

.popular-top3-slick__item-item-name {
	font-size: calc(36 / 750 * 100vw);
	color: #333333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-item-name {
		font-size: 18px;
	}
}

.popular-top3-slick__item-lot {
	font-size: calc(24 / 750 * 100vw);
	margin-top: calc(16 / 750 * 100vw);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-lot {
		font-size: 12px;
		margin-top: -8px;
	}
}

.popular-top3-slick__item-tag-list {
  margin-top: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-tag-list {
		margin-top: 8px;
	}
}

.popular-top3-slick__item-text {
	font-size: calc(24 / 750 * 100vw);
	line-height: 2;
	margin-top: calc(16 / 750 * 100vw);
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-text {
		font-size: 12px;
		margin-top: 16px;
	}
}

.popular-top3-slick__item-btn {
	margin-top: calc(26 / 750 * 100vw);
	font-size: calc(32 / 750 * 100vw);
	color: #ffffff;
	text-align: center;
	border-radius: 9999px;
	background-color: #444444;
	padding: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.popular-top3-slick__item-btn {
		margin-top: 12px;
		font-size: 16px;
		padding: 8px;
	}
}

.popular-top3__slick .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: calc(350 / 750 * 100vw);
  width: calc(100 / 750 * 100vw);
	z-index: 2;
}

.popular-top3__slick .prev-arrow {
  left: 0;
}

.popular-top3__slick .next-arrow {
  right: 0;
}



/* ==========================================================================
   1. 新デザイン popular-top3-new（基本設定＆共通スタイル）
   ========================================================================== */

.popular-top3-new {
  margin-bottom: 60px; /* デフォルト（SP版）の下マージン */
}
@media (min-width: 768px) {
  .popular-top3-new {
    margin-bottom: 80px; /* PC版の下マージン */
  }
}

/* タイトル帯 */
.popular-top3-new__title {
  margin: 0;
  padding: 16px;
  background: #f2f2f2;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #333;
}

/* リンクエリア設定 */
.popular-top3-new__link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer; 
}
.popular-top3-new__link:hover,
.popular-top3-new__link * {
  text-decoration: none !important;
}

/* 商品画像ラップ */
.popular-top3-new__img-wrap {
  position: relative;
  width: 88%;
  aspect-ratio: 1 / 1;
  margin: 16px auto 0;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

/* ランクアイコン */
.popular-top3-new__rank-icon {
  position: absolute;
  top: 2px; left: 2px;
  width: 40px;
  z-index: 2;
}

/* 商品画像本体 */
.popular-top3-new__product-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}

/* テキスト・価格の基本スタイル */
.popular-top3-new__number {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.popular-top3-new__name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.popular-top3-new__price {
  color: #333 !important;
}
.popular-top3-new__price-number {
  font-size: 20px;
  font-weight: 700;
  color: #c41c23 !important;
}
.popular-top3-new__price small {
  display: block;
  color: #333 !important;
}
.popular-top3-new__lot {
  font-size: 13px;
  color: #555;
}
.popular-top3-new__price-text {
  font-size: 18px;
  font-weight: 700;
  color: #c41c23 !important;
  display: block;
}


/* ==========================================================================
   2. PC版設定（min-width: 768px）★高さ・位置の横一列揃えを完全復活
   ========================================================================== */
@media (min-width: 768px) {
  /* 通常時＆Slick発火時の3枚均等横並び */
  .popular-top3-new__slick,
  .popular-top3-new__slick.slick-initialized,
  .popular-top3-new__slick .slick-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100% !important;
    margin-top: 24px;
    padding: 0;
  }

  .popular-top3-new__slick .slick-list {
    display: block !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .popular-top3-new__slick .slick-slide {
    width: auto !important;
    margin: 0 !important;
  }

  /* ★カード高さ揃え ＋ 詳細ボタン下端固定レイアウト */
  .popular-top3-new__item {
    display: flex;
    width: 100% !important;
  }

  .popular-top3-new__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
    transition: transform .3s ease, box-shadow .3s ease;
  }

  .popular-top3-new__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  }

  .popular-top3-new__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 18px;
  }

  .popular-top3-new__detail {
    margin-top: auto;
    display: block;
  }

  /* 各パーツの高さ・位置揃え設定 */
  .popular-top3-new__number {
    min-height: 38px;
    margin-bottom: 2px !important;
  }
  .popular-top3-new__name {
    min-height: 44px;
    margin-bottom: 4px !important;
  }
  .popular-top3-new__price {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .popular-top3-new__lot {
    min-height: 34px;
    margin-top: 2px !important;
    margin-bottom: 6px !important;
  }
  .popular-top3-slick__item-tag-list.tagList {
    min-height: 26px;            
    margin-bottom: 6px !important; 
  }
}


/* ==========================================================================
   3. SP版設定（max-width: 767px）
   ========================================================================== */
@media (max-width: 767px) {
  .popular-top3-new__title {
    font-size: 18px;
  }

  .popular-top3-new__slick {
    display: block !important;
    width: 90% !important;
    margin: 24px auto 0 !important;
    padding: 0 !important;
  }

  .popular-top3-new__slick .slick-list {
    display: block !important;
    overflow: visible !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .popular-top3-new__slick .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }
  
  .popular-top3-new__slick .slick-slide {
    height: auto !important; 
  }

  .popular-top3-new__item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  /* リンク枠の全幅全高確保 */
  .popular-top3-new__link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
    width: 100% !important;
  }

  /* カード本体 */
  .popular-top3-new__card {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 16px 0 !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
    box-sizing: border-box !important;
  }
  .popular-top3-new__card:hover {
    box-shadow: 0 8px 26px rgba(0,0,0,0.28);
  }

  .popular-top3-new__body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 16px 18px;
    box-sizing: border-box !important;
  }

  .popular-top3-new__detail {
    margin-top: auto !important;
    display: block !important;
  }

  .popular-top3-new__price {
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .popular-top3-new__img-wrap {
    width: 88% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 16px auto 0 !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

  /* 矢印アイコンのサイズ制限 */
  .popular-top3-new__slick .slide-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;  
    height: 40px !important; 
    z-index: 20 !important;
  }
  .popular-top3-new__slick .prev-arrow { left: -15px !important; }
  .popular-top3-new__slick .next-arrow { right: -15px !important; }
}


/* ==========================================================================
   4. 商品説明の「もっと見る」開閉＆ぼかし設定（PC/SP共通）
   ========================================================================== */
.popular-top3-new__text-container {
  position: relative;
  margin: 6px 0 12px !important;
  padding-bottom: 20px;
}

.popular-top3-new__text {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  height: 39px;
  min-height: 39px !important;
  margin: 0 !important;
  overflow: hidden;
  transition: height 0.3s ease;
}

.popular-top3-new__text::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popular-top3-new__more-btn {
  position: absolute;
  bottom: 0; left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #c41c23 !important;
  cursor: pointer;
  border-bottom: 1px dashed #c41c23 !important;
  display: inline-block;
  z-index: 5;
}

.popular-top3-new__text-container.is-open .popular-top3-new__text {
  height: auto !important;
  overflow: visible;
}
.popular-top3-new__text-container.is-open .popular-top3-new__text::after {
  opacity: 0;
}


/* ==========================================================================
   5. 価格別ボールペン一覧（memento版）スクショ再現デザイン
   ========================================================================== */

/* タイトル */
.memento-price-section .memento-title {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.5;
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: calc(30 / 750 * 100vw);
  padding-bottom: calc(30 / 750 * 100vw);
  position: relative;
  border-bottom: 3px solid #000000;
}
@media screen and (min-width: 768px) {
  .memento-price-section .memento-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom-width: 3px;
  }
}

/* 通常タブリスト */
.memento-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
  list-style: none;
  padding: 0;
  margin: 0 auto calc(40 / 750 * 100vw);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .memento-tab-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    max-width: 1100px;
    margin-bottom: 50px;
  }
}

.memento-tab-list__item {
  width: calc(48% - 6px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .memento-tab-list__item {
    width: 100%;
  }
}

.memento-tab-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: calc(24 / 750 * 100vw) calc(10 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  color: #8c7e57;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #a39674;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.memento-tab-list__link:hover {
  background-color: #faf7f0;
  color: #736640;
  text-decoration: none;
}
.memento-tab-list__link.memento-tab-list__link--active {
  color: #736640;
  background-color: #f6efe2;
  border-color: #a39674;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .memento-tab-list__link {
    padding: 12px 5px;
    font-size: 15px;
  }
}


/* ==========================================================================
   6. 新しい矢印付きタブボタンのデザイン
   ========================================================================== */
.memento-tab-arrow-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
  list-style: none;
  padding: 0;
  margin: 0 auto calc(40 / 750 * 100vw);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .memento-tab-arrow-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 1100px;
    margin-bottom: 50px;
  }
}

.memento-tab-arrow-list__item {
  width: calc(48% - 6px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .memento-tab-arrow-list__item {
    width: 100%;
  }
}

.memento-tab-arrow-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(14 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  color: #92845a;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #a39674;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .memento-tab-arrow-list__link {
    padding: 10px 5px;
    font-size: 15px;
  }
}

.memento-tab-arrow-list__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #92845a;
  border-bottom: 2px solid #92845a;
  transform: rotate(45deg);
  margin-top: 6px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .memento-tab-arrow-list__link::after {
    width: 7px;
    height: 7px;
    margin-top: 5px;
  }
}

/* ホバー＆アクティブ */
.memento-tab-arrow-list__link:hover,
.memento-tab-arrow-list__link.is-active,
.memento-tab-arrow-list__link.memento-tab-list__link--active {
  color: #736640;
  background-color: #f4ece1;
  border-color: #a39674;
  font-weight: 700;
  text-decoration: none;
}
.memento-tab-arrow-list__link:hover::after,
.memento-tab-arrow-list__link.is-active::after,
.memento-tab-arrow-list__link.memento-tab-list__link--active::after {
  border-right-color: #736640;
  border-bottom-color: #736640;
  box-shadow: 3px 3px 0 -1px #f4ece1, 5px 5px 0 -1px #736640;
  margin-top: 2px;
  margin-bottom: 4px;
}


/* ==========================================================================
   7. 下部ボタン（memento版）
   ========================================================================== */
.memento-top3__button-wrap {
  margin-top: calc(40 / 750 * 100vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .memento-top3__button-wrap {
    margin-top: 50px;
  }
}

.memento-top3__button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(630 / 750 * 100vw);
  margin: 0 auto;
  padding: calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
  background-color: #8c7e57;
  color: #ffffff !important;
  font-size: calc(28 / 750 * 100vw);
  text-decoration: none !important;
  border-radius: 0;
  box-shadow: 4px 4px 0px #d8cba9;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .memento-top3__button {
    width: 480px;
    padding: 14px 20px;
    font-size: 16px;
    transition: background-color 0.2s ease, opacity 0.2s ease;
  }
  .memento-top3__button:hover {
    opacity: 0.8;
    color: #ffffff !important;
    text-decoration: none;
  }
}



/* バナー
---------------------------------- */
.graduationBnr {
	margin-bottom: 4rem;
}

.graduationBnr__link {
	display: block;
	text-align: center;
	max-width: 680px;
	margin: auto;
	transition: all 0.3s;
}

.graduationBnr__link:hover {
	opacity: 0.7;
}

/* staff-recommend
---------------------------------- */
.l-staff-recommend {
	margin-top: calc(166 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.l-staff-recommend {
		margin-top: 0px;
	}
}

.staff-recommend {
	padding: calc(33 / 750 * 100vw) calc(12 / 750 * 100vw);
	border: 5px solid #eeeeee;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.staff-recommend {
		padding: 22px 25px;
		border: 5px solid #eeeeee;
		border-radius: 20px;
	}
}

.staff-recommend__title {
	font-size: calc(33 / 750 * 100vw);
	color: #04369b;
	font-weight: 800;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	text-align: center;
	padding-top: calc(32 / 750 * 100vw);
	padding-bottom: calc(12 / 750 * 100vw);
	background-image: url('/html/template/novelty/images/pic_staff_recommend_title_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

@media screen and (min-width: 768px) {
	.staff-recommend__title {
		font-size: 33px;
		padding-top: 44px;
		padding-bottom: 12px;
	}
}

.staff-recommend__title span {
	font-size: calc(48 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.staff-recommend__title span {
		font-size: 48px;
	}
}

.staff-recommend__lead {
	margin-top: calc(40 / 750 * 100vw);
	font-size: calc(32 / 750 * 100vw);
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.staff-recommend__lead {
		margin-top: 0;
		font-size: 16px;
	}
}

.staff-recommend-cards {
	display: flex;
	flex-direction: column;
	gap: calc(40 / 750 * 100vw);
	padding: 0;
}

@media screen and (min-width: 768px) {
	.staff-recommend-cards {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 28px;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.staff-recommend-card {
		width: calc((100% - 20px) / 2);
	}
}

.staff-recommend-card__link {
	display: block;
	color: inherit;
	filter: drop-shadow(2px 2px 0.7px rgba(0,0,0,0.15));
	text-decoration: none;
}

.staff-recommend-card__link:hover {
	color: inherit;
}

.staff-recommend-card-media {
	display: flex;
}

.staff-recommend-card-media__img {
	flex-shrink: 0;
	width: calc(266 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__img {
		width: 150px;
	}
}

.staff-recommend-card-media__content {
	flex: 1;
	background-color: #eeeeee;
	display: flex;
	flex-direction: column;
}

.staff-recommend-card-media__content-item-number {
	font-size: calc(21 / 750 * 100vw);
	margin: calc(16 / 750 * 100vw) 0 0 0;
	padding: 0 calc(14 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__content-item-number {
		font-size: 12px;
		margin: 4px 0 0 0;
		padding: 0 14px;
	}
}

.staff-recommend-card-media__content-item-name {
	font-size: calc(28 / 750 * 100vw);
	color: #00253c;
	font-weight: bold;
	padding: 0 calc(14 / 750 * 100vw);
	margin: 0;
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__content-item-name {
		font-size: 16px;
		padding: 0 14px;
		line-height: 1.2;
	}
}

.staff-recommend-card-media__content-item-price {
	padding: 0 calc(14 / 750 * 100vw);
	align-items: center;
	margin-top: auto;
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__content-item-price {
		padding: 0 14px;
	}
}

.staff-recommend-card-media__content-item-price img {
	width: calc(57 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__content-item-price img {
		width: 32px;
	}
}

.staff-recommend-card-media__content-btn {
	font-size: calc(28 / 750 * 100vw);
	color: #ffffff;
	font-weight: bold;
	background-color: #7b7b7b;
	text-align: center;
	margin-top: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.staff-recommend-card-media__content-btn {
		font-size: 16px;
		margin-top: 8px;
	}
}

/* by-price-range
---------------------------------- */
.by-price-range__title {
	font-size: calc(36 / 750 * 100vw);
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.by-price-range__title {
		font-size: 26px;
		text-align: center;
	}
}

.by-price-range__lead {
	font-size: calc(32 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-price-range__lead {
		font-size: 16px;
	}
}

.by-price-range__list {
	margin-top: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-price-range__list {
		margin-top: 12px;
	}
}

.by-price-range-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-price-range-list {
		flex-direction: row;
		justify-content: space-between;
    flex-wrap: wrap;
		gap: 0;
	}

  .by-price-range-list::after {
    content: '';
    display: block;
    width: calc((100% - 15px * 2) / 3);
	}

}

@media screen and (min-width: 768px) {
	.by-price-range-list__item {
		width: calc((100% - 15px * 2) / 3);
	}
}

.by-price-range-list__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.by-price-range-list__link:hover {
	color: inherit;
}

.by-price-range-list__item-content {
	padding: calc(8 / 750 * 100vw) 0;
}

@media screen and (min-width: 768px) {
	.by-price-range-list__item-content {
		padding: 16px 0;
	}
}

.by-price-range-list__item-text {
	font-size: calc(32 / 750 * 100vw);
	line-height: 1.9;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.by-price-range-list__item-text {
		font-size: 13px;
	}
}

/* by-capacity-range
---------------------------------- */
.by-capacity-range__title {
	font-size: calc(40 / 750 * 100vw);
	text-align: center;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 0;
}

@media screen and (min-width: 768px) {
	.by-capacity-range__title {
		font-size: 26px;
		text-align: center;
	}
}

.by-capacity-range__lead {
	font-size: calc(32 / 750 * 100vw);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.by-capacity-range__lead {
		font-size: 16px;
	}
}

.by-capacity-range__list {
	margin-top: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-capacity-range__list {
		margin-top: -20px;
	}
}

.by-capacity-range-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-capacity-range-list {
		flex-direction: row;
		justify-content: left;
    flex-wrap: wrap;
		gap: 15px;
	}
}

@media screen and (min-width: 768px) {
	.by-capacity-range-list__item {
		width: calc((100% - 15px * 2) / 3);
	}
}

.by-capacity-range-list__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.by-capacity-range-list__link:hover {
	color: inherit;
}

.by-capacity-range-list__item-content {
	padding: calc(8 / 750 * 100vw) 0;
}

@media screen and (min-width: 768px) {
	.by-capacity-range-list__item-content {
		padding: 16px 0;
	}
}

.by-capacity-range-list__item-text {
	font-size: calc(32 / 750 * 100vw);
	line-height: 1.9;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.by-capacity-range-list__item-text {
		font-size: 13px;
	}
}

/* by-size-range
---------------------------------- */
.by-size-range__title {
	font-size: calc(40 / 750 * 100vw);
	text-align: center;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 0;
}

@media screen and (min-width: 768px) {
	.by-size-range__title {
		font-size: 26px;
		text-align: center;
	}
}

.by-size-range__lead {
	font-size: calc(32 / 750 * 100vw);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.by-size-range__lead {
		font-size: 16px;
	}
}

.by-size-range-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.by-size-range-list__item {
  width: calc((100% - 10px) / 2); /* モバイル時は2カラム */
}

.by-size-range-list__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.by-size-range-list__link img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC表示 */
@media screen and (min-width: 768px) {
  .by-size-range-list {
    gap: 15px;
  }

  .by-size-range-list__item {
    width: calc((100% - 15px * 3) / 4); /* 4カラム */
  }

  .by-size-range-list__link:hover {
    color: inherit; /* ホバー時に色を継承 */
    opacity: 0.85;  /* 視覚的にわかりやすくするための例（任意） */
  }
}

/* proposal-download
-------------------------------*/
.proposal-download__title {
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .proposal-download__title {
    font-size: 24px;
    text-align: center;
  }
}

.proposal-download__grid {
  margin-top: calc(50 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .proposal-download__grid {
    margin-top: 28px;
  }
}

.proposal-download-grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .proposal-download-grid {
    grid-template-columns: 1fr 250px;
    gap: 20px 20px;
    grid-template-areas: 
      "proposal-download-grid__item--lead proposal-download-grid__item--pic"
      "proposal-download-grid__item--btn proposal-download-grid__item--pic";
  }
}

.proposal-download-grid__item.proposal-download-grid__item--lead {
  order: 1;
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item.proposal-download-grid__item--lead {
    font-size: 16px;
    line-height: 1.5;
  }
}

.proposal-download-grid__item.proposal-download-grid__item--btn {
  order: 3;
}

.proposal-download-grid__item.proposal-download-grid__item--pic {
  order: 2;
  text-align: center;
}

.proposal-download-grid__item.proposal-download-grid__item--pic img {
  width: calc(502 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item.proposal-download-grid__item--pic img {
    width: 100%;
  }
}

.proposal-download-grid__item.proposal-download-grid__item--btn {
  margin-top: calc(55 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item.proposal-download-grid__item--btn {
    margin-top: 0;
  }
}

.proposal-download-grid__item-btn {
  display: block;
  font-size: calc(31 / 750 * 100vw);
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.05deg);
  color: #D45300;
  font-weight: 800;
  text-align: center;
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(100, 100, 100, 0.5);
  background-color: #EDEDED;
  padding: calc(43 / 750 * 100vw);
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item-btn {
    font-size: 24px;
    padding: 32px;
  }

  .proposal-download-grid__item-btn:hover {
    text-decoration: none;
    color: #D45300;
    opacity: 0.6;
  }
}

.proposal-download-grid__item-btn::before,
.proposal-download-grid__item-btn::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.proposal-download-grid__item-btn::before {
  left: calc(22 / 750 * 100vw);
  width: calc(74 / 750 * 100vw);
  height: calc(72 / 750 * 100vw);
  background-image: url('/html/template/novelty/images/icon_powerpoint.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item-btn::before {
    left: 17px;
    width: 57px;
    height: 55px;
  }
}

.proposal-download-grid__item-btn::after {
  right: calc(25 / 750 * 100vw);
  width: calc(54 / 750 * 100vw);
  height: calc(39 / 750 * 100vw);
  background-image: url('/html/template/novelty/images/icon_download.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item-btn::after {
    right: 18px;
    width: 42px;
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  .proposal-download-grid__item--lead { grid-area: proposal-download-grid__item--lead; }
  .proposal-download-grid__item--pic { grid-area: proposal-download-grid__item--pic; }
  .proposal-download-grid__item--btn { grid-area: proposal-download-grid__item--btn; }
}

/* 商品詳細「こんな方におすすめ‼」
---------------------------------- */
dl.print-recommend {
	margin: 0 1.5rem 3rem;
	border: 3px solid #ffa05b;
	padding-bottom: 0.5rem;
}
dl.print-recommend dt {
	display: inline-block;
	text-align: center;
	padding: 0 1.5rem 3px;
	color: #fff;
	background: #ffa05b;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
dl.print-recommend dd {
	padding: 0 1.5rem;
	color: #ffa05b;
	margin-bottom: 0;
}

/* 商品詳細「サイズ寸法」
---------------------------------- */
.size_table {
	width: 100%;
}
.size_table th,
.size_table td {
	border-collapse: collapse;
	border: 1px solid #333;
}
.size_table th {
	background: #aaa;
	color: #fff;
	font-weight: normal;
}


/* 目的別ノベルティのピックアップ部分
---------------------------------- */
.category-content .pickup-headline {
	background-image: url('/html/template/novelty/images/pickup-sp.png');
	background-size: contain;
	background-repeat: no-repeat;
	color: #00253c;
	font-size: 4vw;
	font-weight: bold;
	padding-top: 0.75rem;
	text-indent: 0.5rem;
	line-height: 3;
}
@media screen and (min-width: 768px) {
	.category-content .pickup-headline {
		background-image: url('/html/template/novelty/images/pickup.png');
		background-size: contain;
		background-repeat: no-repeat;
		color: #00253c;
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 1rem;
		text-indent: 1rem;
		line-height: 3;
	}
}
/* 目的別ノベルティの展示会　相場
---------------------------------- */
div.market-price:first-of-type {
	display: flex;
	margin: 20px 0 20px 0;
}
div.market-price {
	display: flex;
	margin: 80px 0 20px 0;
}
div.market-price h3 {
	background-color: #00243d;
	color: #ffffff;
	font-size: 4vw !important;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 8px 0;
	line-height: 1;
	width: 60%;
	text-align: center;
}
div.market-price p {
	background-color: #ececec;
	color: #be1920;
	font-size: 4vw !important;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 8px 0;
	line-height: 1;
	width: 40%;
	text-align: center;
}

@media screen and (min-width: 768px) {
	div.market-price h3 {
		background-color: #00243d;
		color: #ffffff;
		font-size: 24px !important;
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 10px 0;
		line-height: 1;
		width: 580px;
		text-align: center;
	}
		div.market-price p {
		background-color: #ececec;
		color: #be1920;
		font-size: 24px !important;
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 10px 0;
		line-height: 1;
		width: 275px;
		text-align: center;
	}			
}

/* 404ページ
---------------------------------- */
.l-page-error {
	margin-top: calc(98 / 750 * 100vw);
	margin-bottom: calc(114 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.l-page-error {
		margin-top: 90px;
		margin-bottom: 120px;
	}
}

.page-error {
	font-family: "Noto Sans JP", sans-serif;
}

.page-error__title {
	text-align: center;
}

.page-error__title img {
	width: calc(525 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.page-error__title img {
		width: 390px;
	}
}

.page-error__text {
	margin-top: calc(42 / 750 * 100vw);
	margin-bottom: 0;
	font-size: calc(20 / 750 * 100vw);
	line-height: 2;
	color: #232323;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-error__text {
		margin-top: 32px;
		font-size: 16px;
		line-height: calc(29 / 16);
	}
}

.page-error__btn-wrap {
	text-align: center;
	margin-top: calc(66 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.page-error__btn-wrap {
		margin-top: 50px;
	}
}

.btn-top {
	display: inline-block;
	width: calc(365 / 750 * 100vw);
	text-transform: uppercase;
	font-size: calc(24 / 750 * 100vw);
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #c53036;
	padding: calc(10 / 750 * 100vw);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
	.btn-top {
		width: 270px;
		font-size: 18px;
		padding: 8px;
	}
}

@media screen and (min-width: 768px) {
  .btn-top:hover,
  .btn-top:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
  }  
}

/* お見積り依頼完了ページ
---------------------------------- */
.page-complete__content {
  max-width: 760px;
  margin: auto;
}

.page-complete__title {
  font-size: calc((36 / 750) * 100vw);
  color: #00243D;
  font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px),print {
  .page-complete__title {
    font-size: 24px;
  }
}

.page-complete__content-lead {
  font-size: calc((26 / 750) * 100vw);
	font-family: "Noto Sans JP", sans-serif;
  color: #232323;
  line-height: 1.8;
  margin-top: calc(12 / 750 * 100vw);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-complete__content-lead {
  font-size: 13px;
  text-align: center;
    margin-top: 2px;
  }
}

.page-complete__img {
  text-align: center;
  margin-top: calc(20 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .page-complete__img {
    margin-top: 22px;
  }
}

.page-complete__content-domain {
  font-size: calc((26 / 750) * 100vw);
	font-family: "Noto Sans JP", sans-serif;
  color: #232323;
  line-height: 1.8;
  padding: calc(16 / 750 * 100vw);
  border: 1px solid #00243D;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .page-complete__content-domain {
  font-size: 13px;
  padding: 16px 18px;
    border-width: 2px;
  }
}

/* 傘・レイングッズ
---------------------------------- */


ul.bnr_rain-wear {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.bnr_rain-wear li {
	width: 48%;
	margin: 0 4% 4vw 0;
}
ul.bnr_rain-wear li:nth-of-type(2n) {
	margin: 0 0 0 0;
}
ul.bnr_rain-wear li a:hover {
	opacity: 0.5;
}



ul.pickup_rain-wear {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.pickup_rain-wear li {
	margin: 0 0 6vw 0;
}
ul.pickup_rain-wear li:last-of-type {
	margin: 0 0 0 0;
}
ul.pickup_rain-wear li a {
	display: flex;
	flex-direction: column-reverse;
	color: #333333;
}
ul.pickup_rain-wear li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
ul.pickup_rain-wear li a dl {
	width: 100%;
	padding: 0 0 2vw 0;
}
ul.pickup_rain-wear li a dl dt {
	color: #0080bc;
	margin: 0 0 2vw 0;
	font-weight: bold;
}
ul.pickup_rain-wear li a figure {
	width: 100%;
	padding: 0 0 0 0;
}
ul.pickup_rain-wear li dl dd {
	margin: 0 0 3vw 0;
}
ul.pickup_rain-wear li dl dd:last-child {
	display: block;
	width: 36vw;
	margin: 0 auto 0 auto;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 4vw;
	border: #444444 solid 1px;
	box-shadow: 2px 2px 0 #444444;
}


@media screen and (min-width: 768px) {

	ul.bnr_rain-wear {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	ul.bnr_rain-wear li {
		width: 49%;
		margin: 0 2% 18px 0;
	}
	ul.bnr_rain-wear li:nth-of-type(2n) {
		margin: 0 0 0 0;
	}
	ul.bnr_rain-wear li a:hover {
		opacity: 0.5;
	}

	ul.pickup_rain-wear {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	ul.pickup_rain-wear li {
		margin: 0 0 20px 0;
	}
	ul.pickup_rain-wear li:last-of-type {
		margin: 0 0 0 0;
	}
	ul.pickup_rain-wear li a {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		color: #333333;
	}
	ul.pickup_rain-wear li a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	ul.pickup_rain-wear li a dl {
		width: 48%;
		padding: 0 2% 0 0;
	}
	ul.pickup_rain-wear li a dl dt {
		color: #0080bc;
		margin: 0 0 6px 0;
		font-weight: bold;
	}
	ul.pickup_rain-wear li a figure {
		width: 48%;
		padding: 0 0 0 2%;
	}
	ul.pickup_rain-wear li dl dd {
		margin: 0 0 16px 0;
	}
	ul.pickup_rain-wear li dl dd:last-child {
		display: block;
		width: 150px;
		margin: 0 auto 0 auto;
		padding: 0.25rem 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		border: #444444 solid 1px;
		box-shadow: 2px 2px 0 #444444;
	}
}

/* モバイルバッテリーのPSEマークとは？
---------------------------------- */
.about-pse__list {
	margin-top: calc(48 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.about-pse__list {
		margin-top: 18px;
	}
}

.about-pse-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(52 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.about-pse-list {
		flex-direction: row;
		gap: 25px;
	}
}

@media screen and (min-width: 768px) {
	.about-pse-list__item {
		width: 50%;
	}
}

.about-pse-list__item-content {
	padding: calc(32 / 750 * 100vw) 0;
}

@media screen and (min-width: 768px) {
	.about-pse-list__item-content {
		padding: 16px 0;
	}
}

.about-pse-list__item-title {
	font-size: calc(34 / 750 * 100vw);
	color: #00253c;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-pse-list__item-title {
		font-size: 24px;
	}
}


/* マウスパッド
---------------------------------- */

ul.pickup_mousepad {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.pickup_mousepad li {
	margin: 0 0 6vw 0;
}
ul.pickup_mousepad li:last-of-type {
	margin: 0 0 0 0;
}
ul.pickup_mousepad li a {
	display: flex;
	flex-direction: column-reverse;
	color: #333333;
}
ul.pickup_mousepad li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
ul.pickup_mousepad li a dl {
	width: 100%;
	padding: 0 0 2vw 0;
}
ul.pickup_mousepad li a dl dt {
	color: #0080bc;
	margin: 0 0 2vw 0;
	font-weight: bold;
}
ul.pickup_mousepad li a figure {
	width: 100%;
	padding: 0 0 0 0;
}
ul.pickup_mousepad li dl dd {
	margin: 0 0 3vw 0;
}
ul.pickup_mousepad li dl dd:last-child {
	display: block;
	width: 36vw;
	margin: 0 auto 0 auto;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 4vw;
	border: #444444 solid 1px;
	box-shadow: 2px 2px 0 #444444;
}




@media screen and (min-width: 768px) {
	ul.pickup_mousepad {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	ul.pickup_mousepad li {
		margin: 0 0 20px 0;
	}
	ul.pickup_mousepad li:last-of-type {
		margin: 0 0 0 0;
	}
	ul.pickup_mousepad li a {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		color: #333333;
	}
	ul.pickup_mousepad li a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	ul.pickup_mousepad li a dl {
		width: 48%;
		padding: 0 2% 0 0;
	}
	ul.pickup_mousepad li a dl dt {
		color: #0080bc;
		margin: 0 0 6px 0;
		font-weight: bold;
	}
	ul.pickup_mousepad li a figure {
		width: 48%;
		padding: 0 0 0 2%;
	}
	ul.pickup_mousepad li dl dd {
		margin: 0 0 16px 0;
	}
	ul.pickup_mousepad li dl dd:last-child {
		display: block;
		width: 150px;
		margin: 0 auto 0 auto;
		padding: 0.25rem 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		border: #444444 solid 1px;
		box-shadow: 2px 2px 0 #444444;
	}
}


/* マグカップ
---------------------------------- */

ul.recommendation_mug {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.recommendation_mug li {
	margin: 0 0 70px 0;
	list-style: none;
}
ul.recommendation_mug li:last-of-type {
	margin: 0 0 0 0;
}
ul.recommendation_mug li a {
	color: #333333;
}
ul.recommendation_mug li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
h3.recommendation_mug_h3 {
	width: 100%;
	font-size: 4.1vw !important;
	color: #333333;
	padding-bottom: 1vw;
	border-bottom: solid 1px #7d7d7d;
	margin-bottom: 2.5vw;
}
ul.recommendation_mug li a .recommendation_mug_frame {
	display: inline;
	margin: 0 0 10vw 0;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail {
	display: block;
	width: 100%;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail .recommendation_mug_detail_frame {
	border: solid 2px #999999;
	padding: 1.5vw;
	display: flex;
	margin-bottom: 5vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail .recommendation_mug_detail_frame .recommendation_mug_detail_text {
	width: 70%;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_no {
	font-size: 3.5vw;
	margin: 0 0 0 0;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_name {
	font-size: 4vw;
	font-weight: bold;
	color: #00253c;
	margin: 0 0 2vw 0;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price {
	font-size: 8vw;
	font-weight: bold;
	color: #c41c23;
	margin: 0 0 0 0;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price img {
	width: 10vw;
	margin-right: 2vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price span.recommendation_mug_yen {
	font-size: 6vw;
	margin: 0 3vw 0 0;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price span.recommendation_mug_tax {
	font-size: 3.5vw;
	font-weight: normal;
	color: #333333;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 {
	font-size: 4.8vw;
	font-weight: bold;
	color: #c41c23;
	margin: 0 0 0 0;
	line-height: 10vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 img {
	width: 10vw;
	margin-right: 2vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 span.recommendation_mug_yen {
	font-size: 6vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 span.recommendation_mug_tax {
	font-size: 3.5vw;
	font-weight: normal;
	color: #333333;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_img {
	width: 30vw;
}
ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_image {
	width: 100%;
	margin: 0 0 6vw 0;
}
ul.recommendation_mug .recommendation_mug_item-btn {
	width: 100%;
	font-size: 4vw;
	color: #ffffff;
	text-align: center;
	border-radius: 9999px;
	background-color: #00253c;
	padding: 2vw;
	margin: 0 auto 0;
}


@media screen and (min-width: 768px) {
	ul.recommendation_mug {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	ul.recommendation_mug li {
		margin: 0 0 70px 0;
		list-style: none;
	}
	ul.recommendation_mug li:last-of-type {
		margin: 0 0 0 0;
	}
	ul.recommendation_mug li a {
		color: #333333;
	}
	ul.recommendation_mug li a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	h3.recommendation_mug_h3 {
		width: 410px;
		font-size: 19px !important;
		color: #333333;
		padding-bottom: 5px;
		border-bottom: solid 1px #7d7d7d;
		margin-bottom: 15px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame {
		display: flex;
		margin: 0 0 40px 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail {
		display: block;
		width: 410px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail .recommendation_mug_detail_frame {
		border: solid 2px #999999;
		padding: 8px;
		display: flex;
		margin: 0 0 0 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_no {
		font-size: 12px;
		margin: 0 0 0 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_name {
		font-size: 18px;
		font-weight: bold;
		color: #00253c;
		margin: 0 0 10px 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price {
		font-size: 32px;
		font-weight: bold;
		color: #c41c23;
		margin: 0 0 0 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price img {
		width: 41px;
		margin-right: 10px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price span.recommendation_mug_yen {
		font-size: 24px;
		margin: 0 10px 0 0;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price span.recommendation_mug_tax {
		font-size: 12px;
		font-weight: normal;
		color: #333333;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 {
		font-size: 18px;
		font-weight: bold;
		color: #c41c23;
		margin: 0 0 0 0;
		line-height: 40px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 img {
		width: 41px;
		margin-right: 10px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 span.recommendation_mug_yen {
		font-size: 24px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_detail_frame .recommendation_mug_price2 span.recommendation_mug_tax {
		font-size: 12px;
		font-weight: normal;
		color: #333333;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_img {
		width: 160px;
	}
	ul.recommendation_mug li a .recommendation_mug_frame .recommendation_mug_image {
		width: 410px;
		margin: 0 0 0 35px;
	}
	ul.recommendation_mug .recommendation_mug_item-btn {
		width: 360px;
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		border-radius: 9999px;
		background-color: #00253c;
		padding: 5px;
		margin: 0 auto 0;
	}
}

.category-navi__collapse .first-category__item_type_new {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_new.png") .4rem center/32px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_new.png") .4rem center/32px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	padding-left: 2.4rem;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.category-navi__collapse .first-category__item_type_new::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #999;
	border-right: 0;
}

.category-navi__collapse .first-category__item_type_popularity_ranking {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_popularity_ranking.png") .4rem center/32px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_popularity_ranking.png") .4rem center/32px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	padding-left: 2.4rem;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.category-navi__collapse .first-category__item_type_popularity_ranking::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #999;
	border-right: 0;
}

.category-navi__collapse .first-category__item_type_campaign {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_campaign.png") .4rem center/32px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_campaign.png") .4rem center/32px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	padding-left: 2.4rem;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.category-navi__collapse .first-category__item_type_campaign::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #999;
	border-right: 0;
}

.category-navi__collapse .first-category__item_type_sdgs {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_sdgs.png") .4rem center/32px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_sdgs.png") .4rem center/32px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	padding-left: 2.4rem;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.category-navi__collapse .first-category__item_type_sdgs::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #999;
	border-right: 0;
}

.category-navi__collapse .first-category__item_type_little_lot {
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_little_lot.png") .4rem center/32px no-repeat scroll, -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
	background: url("https://www.kilamek-novelty.com/html/template/novelty/images/icon_little_lot.png") .4rem center/32px no-repeat scroll, linear-gradient(0deg, #eee 0%, #fff 100%);
	padding-left: 2.4rem;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.category-navi__collapse .first-category__item_type_little_lot::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #999;
	border-right: 0;
}


.add-side-arrow-right {
	position: relative;
}

.add-side-arrow-right::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #999;
  border-right: 0;
}

/* 保冷バッグ・クーラーバッグ バナーセクション
---------------------------------- */
ul.bnr_cooler-bag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: calc(20 / 750 * 100vw);
	margin: 0;
	padding: 0;
}

ul.bnr_cooler-bag li {
	width: calc((100% - calc(20 / 750 * 100vw)) / 2);
}

ul.bnr_cooler-bag li a {
	display: block;
}

ul.bnr_cooler-bag li a:hover {
	opacity: 0.5;
}

@media screen and (min-width: 768px) {
	ul.bnr_cooler-bag {
		row-gap: 20px;
	}

	ul.bnr_cooler-bag::after {
		content: '';
		display: block;
		width: calc((100% - 18px * 2) / 3);
	}

	ul.bnr_cooler-bag li {
		width: calc((100% - 18px * 2) / 3);
	}
}


ul.pickup_cooler-bag {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.pickup_cooler-bag li {
	margin: 0 0 6vw 0;
}
ul.pickup_cooler-bag li:last-of-type {
	margin: 0 0 0 0;
}
ul.pickup_cooler-bag li a {
	display: flex;
	flex-direction: column-reverse;
	color: #333333;
}
ul.pickup_cooler-bag li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
ul.pickup_cooler-bag li a dl {
	width: 100%;
	padding: 0 0 2vw 0;
}
ul.pickup_cooler-bag li a dl dt {
	color: #0080bc;
	margin: 0 0 2vw 0;
	font-weight: bold;
}
ul.pickup_cooler-bag li a figure {
	width: 100%;
	padding: 0 0 0 0;
}
ul.pickup_cooler-bag li dl dd {
	margin: 0 0 3vw 0;
}
ul.pickup_cooler-bag li dl dd:last-child {
	display: block;
	width: 36vw;
	margin: 0 auto 0 auto;
	padding: 0.25rem 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 4vw;
	border: #444444 solid 1px;
	box-shadow: 2px 2px 0 #444444;
}


@media screen and (min-width: 768px) {
	ul.pickup_cooler-bag {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	ul.pickup_cooler-bag li {
		margin: 0 0 20px 0;
	}
	ul.pickup_cooler-bag li:last-of-type {
		margin: 0 0 0 0;
	}
	ul.pickup_cooler-bag li a {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		color: #333333;
	}
	ul.pickup_cooler-bag li a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
	ul.pickup_cooler-bag li a dl {
		width: 48%;
		padding: 0 2% 0 0;
	}
	ul.pickup_cooler-bag li a dl dt {
		color: #0080bc;
		margin: 0 0 6px 0;
		font-weight: bold;
	}
	ul.pickup_cooler-bag li a figure {
		width: 48%;
		padding: 0 0 0 2%;
	}
	ul.pickup_cooler-bag li dl dd {
		margin: 0 0 16px 0;
	}
	ul.pickup_cooler-bag li dl dd:last-child {
		display: block;
		width: 150px;
		margin: 0 auto 0 auto;
		padding: 0.25rem 0;
		color: #333;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		border: #444444 solid 1px;
		box-shadow: 2px 2px 0 #444444;
	}
}



/* サコッシュの用途バナーセクション
---------------------------------- */
.by-sacoche-purpose__title {
	font-size: calc(40 / 750 * 100vw);
	text-align: center;
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 0;
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose__title {
		font-size: 26px;
		text-align: center;
	}
}

.by-sacoche-purpose__lead {
	font-size: calc(32 / 750 * 100vw);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose__lead {
		font-size: 16px;
	}
}

.by-sacoche-purpose__list {
	margin-top: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose__list {
		margin-top: -30px;
	}
}

.by-sacoche-purpose-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose-list {
		flex-direction: row;
		justify-content: center;
    flex-wrap: wrap;
		gap: 15px;
	}
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose-list__item {
		width: calc((100% - 15px * 2) / 3);
	}
}

.by-sacoche-purpose-list__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.by-sacoche-purpose-list__link:hover {
	color: inherit;
}

.by-sacoche-purpose-list__item-content {
	padding: calc(8 / 750 * 100vw) 0;
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose-list__item-content {
		padding: 16px 0;
	}
}

.by-sacoche-purpose-list__item-text {
	font-size: calc(32 / 750 * 100vw);
	line-height: 1.9;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.by-sacoche-purpose-list__item-text {
		font-size: 13px;
	}
}



/* ヘッダー
-------------------------------*/
.site-header__title {
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .site-header__title {
    overflow-x: visible;
    white-space: normal;
    font-size: 12px;
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .no-pc:has(.search-form) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site-header__inner {
    display: flex !important;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
  }
}

.site-header__logo {
  max-width: 253px;
  width: 100%;
}

.site-header__box {
  margin-left: 30px;
  flex: 1;
}

.site-header-box__list {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 15px;
}

.site-header-box__term,
.site-header-box__description {
  text-align: center;
  padding: 10px 10.8px;
}

.site-header-box__term {
  color: #FEFEFE;
  font-weight: 600;
  background-color: #EC6C01;
  color: #FEFEFE;
}

.site-header-box__description {
  margin-bottom: 0;
  font-weight: 600;
  background-color: #FFFBEF;
}

.site-header-box .search-form__select-wrap {
  flex: 0 0 17%;
  max-width: 17%;
}

.site-header-box__keyword {
	margin-top: 8px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .site-header-box__keyword {
    overflow-x: visible;
  }
}

.site-header-box__keyword-title {
	font-weight: normal;
  margin: 0;
  flex-shrink: 0;
}

.site-header-box__keyword-title::after {
	content: "：";
}

.site-header-box__keyword-list {
	margin: 0;
  padding: 0;
	display: flex;
	align-items: center;
	column-gap: 1.5em;
  list-style: none;
}

.site-header-box__keyword-item {
	margin: 0;
  flex-shrink: 0;
}

.site-header-box__keyword-link {
	color: #e46b02;
}

.site-header-box__keyword-link:hover {
	text-decoration: underline;
	color: #e46b02;
}

.site-header__profile {
  margin-left: 21px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 180px;
  width: 100%;
}

.site-header__profile-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
	white-space: nowrap;
}

.site-header__profile-tel {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
  white-space: nowrap;
}

.site-header__profile-tel::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url(/html/template/novelty/images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
	margin-right: 2px;
}

.site-header__profile-biztime {
  font-size: 10px;
  line-height: 1.273;
  margin-top: 12px;
  white-space: nowrap;
}

.site-header__profile-mail {
  font-size: 10px;
  line-height: 1.273;
}


/* ブログのコラムページ
-------------------------------*/
section.blog-column {
	color: #333333;
	font-size: 4.1vw;
}
section.blog-column section {
	margin: 0 0 15vw 0;
}
img.blog-column_img-main {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 4vw;
}
img.blog-column_img {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 3vw;
}
.blog-column_index {
	width: 100%;
	background-color: #ededed;
	border-radius: 10px;
	box-shadow: 0 6px 12px gray;
	margin: 0 auto 15vw auto;
	padding: 3vw 3vw 2vw;
}
.blog-column_index dl dt {
	font-size: 5.15vw;
	font-weight: bold;
	margin: 0 0 2vw 0;
}
.blog-column_index dl dd ul li {
	list-style: disc;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 2.5vw 1vw;
}
.blog-column_index dl dd ul li a {
	color: #333333;
}
.blog-column h2 {
	width: 100%;
	font-size: 5.15vw;
	color: #FFFFFF;
	background-color: #223670;
	padding: 1.5vw 1.5vw;
}
.blog-column ul.top3 {
	margin: 0 0 15vw 0;
}
.blog-column ul.top3 > li {
	list-style: none;
	border: #8e8e8e solid 1px;
	box-shadow: 0 6px 8px gray;
	margin: 0 0 10vw 0;
	padding: 2vw 2vw;
}
.blog-column ul.top3 li a {
	color: #333333;
	text-decoration: none;
}
.blog-column ul.top3 li a:hover {
	opacity: 0.5;
}

.blog-column ul.top3 li .top3_img {
	width: 40%;
	height: 40%;
	position: relative;
	float: left;
}

.blog-column ul.top3 li .top3_img::before {
	content: "";
	display: block;
	width: 14vw;
	height: 14vw;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2vw;
	left: -1vw;
}
/*
.blog-column ul.top3 li:nth-of-type(1) .top3_img::before {
	background-image: url(/blog/image/no1.png);
}
.blog-column ul.top3 li:nth-of-type(2) .top3_img::before {
	background-image: url(/blog/image/no2.png);
}
.blog-column ul.top3 li:nth-of-type(3) .top3_img::before {
	background-image: url(/blog/image/no3.png);
}
*/
.blog-column ul.top3 li dl {
	width: 55%;
	margin: 0 0 2vw 5%;
	float: right;
}
.blog-column ul.top3 li dl dt {
	display: flex;
	align-items: center;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 1vw 0;
	border-bottom: #333333 solid 2px;
	margin: 0 0 4vw 0;
}
.blog-column ul.top3 li dl dt img {
	width: 10vw;
	height: auto;
	margin: 0 2vw 0 0 !important;
}
.blog-column ul.top3 li dl dd ul {
	font-size: 3.6vw;
	margin: 0 0 0 0;
}
.blog-column ul.top3 li dl dd ul li {
	list-style: none;
	line-height: 1.5;
}
.blog-column ul.top3 li dl dd ul li:nth-of-type(1) {
}
.blog-column ul.top3 li dl dd ul li:nth-of-type(2) {
	color: #FF0000;
}
.blog-column ul.top3 li .detail {
	margin: 2vw 0 0 0;
	display: inline-block;
}

.blog-column h3 {
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.5;
	border-left: #223670 solid 6px;
	text-indent: 0;
	padding: 1vw 0 1vw 1.8vw !important;
}

.blog-column dl dt {
	margin: 0 0 6px 0;
}

.blog-column dl dd ul.list-disc {
	list-style: disc;
	margin: 0 0 0 10vw;
}

.blog-column ul.pickup {
	margin: 0 0 0 0;

}
.blog-column ul.pickup li {
	margin: 0 0 15vw 0;
	list-style: none;
}
.blog-column ul.pickup li a {
	color: #333333;
	text-decoration: none;
}

.blog-column ul.pickup li a:hover {
	opacity: 0.5;
}
.blog-column ul.pickup li figure {
	display: block;
}
.blog-column ul.pickup li figure img {
	width: 80%;
	height: auto;
	margin: 0 auto 3vw auto !important;
}
.blog-column ul.pickup li figure figcaption {
	width: 100%;
	margin: 0 0 0 0;
}
.blog-column ul.pickup li figure figcaption dl {
	margin: 0 0 3vw 0;
}
.blog-column ul.pickup li figure figcaption dl dt {
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 1.5vw 0;
	border-bottom: #333333 solid 2px;
	margin: 0 0 1.5vw 0;
}

.blog-column ul.pickup li figure figcaption dl dd {
	margin: 0 0 0 0;
}
.blog-column ul.pickup li figure figcaption dl dd ul {
	margin: 0 0 2vw 0;
}
.blog-column ul.pickup li figure figcaption dl dd ul li {
	list-style: none;
	margin: 0 0 0 0;
}
.blog-column ul.pickup li figure figcaption dl dd ul li:nth-of-type(1) {

}
.blog-column ul.pickup li figure figcaption dl dd ul li:nth-of-type(2) {
	color: #FF0000;
}

.blog-column ul.pickup li figure figcaption div {
	width: 50vw;
	border-radius: 20px;
	background-color: #bc2828;
	box-shadow: 0 3px 6px gray;
	font-size: 3.8vw;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2.5vw 0;
	text-align: center;
	float: none;
	margin: 0 auto;
} 



@media screen and (min-width: 768px) {
	section.blog-column p {
		margin-bottom: 14px;
	}
	section.blog-column {
		color: #333333;
		font-size: 16px;
	}
	section.blog-column section {
		margin: 0 0 50px 0;
	}
	img.blog-column_img-main {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 16px;
	}
	img.blog-column_img {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 16px;
	}
	.blog-column_index {
		width: 670px;
		background-color: #ededed;
		border-radius: 10px;
		box-shadow: 0 6px 12px gray;
		margin: 0 auto 70px auto;
		padding: 30px 40px 10px;
	}
	.blog-column_index dl dt {
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	.blog-column_index dl dd ul li {
		list-style: disc;
		font-size: 16px;
		font-weight: bold;
		line-height: 2.0;
		margin: 0 0 0 20px;
	}
	.blog-column_index dl dd ul li a {
		color: #333333;
	}
	.blog-column h2 {
		width: max-content;
		font-size: 22px;
		color: #FFFFFF;
		background-color: #223670;
		padding: 2px 8px;
	}
	.blog-column ul.top3 {
		margin: 0 0 70px 0;
	}
	.blog-column ul.top3 > li {
		display: inline-block;
		list-style: none;
		border: #8e8e8e solid 1px;
		box-shadow: 0 6px 8px gray;
		margin: 0 0 30px 0;
		padding: 15px 15px;
	}
	.blog-column ul.top3 li a {
		color: #333333;
		text-decoration: none;
	}
	.blog-column ul.top3 li a:hover {
		opacity: 0.5;
	}

	.blog-column ul.top3 li .top3_img {
		width: 42% !important;
		height: 330px;
		position: relative;
	}

	.blog-column ul.top3 li .top3_img::before {
		content: "";
		display: block;
		width: 99px;
		height: 105px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -8px;
		left: -8px;
	}

/*
	.blog-column ul.top3 li:nth-of-type(1) .top3_img::before {
		background-image: url(/blog/image/no1.png);
	}
	.blog-column ul.top3 li:nth-of-type(2) .top3_img::before {
		background-image: url(/blog/image/no2.png);
	}
	.blog-column ul.top3 li:nth-of-type(3) .top3_img::before {
		background-image: url(/blog/image/no3.png);
	}
	.blog-column ul.top3 li:nth-of-type(4) .top3_img::before {
		background-image: url(/blog/image/no4.png);
	}
	.blog-column ul.top3 li:nth-of-type(5) .top3_img::before {
		background-image: url(/blog/image/no5.png);
	}
*/
	.blog-column ul.top3 li dl {
		margin: 0 0 0 20px;
		float: right;
	}
	.blog-column ul.top3 li dl dt {
		display: flex;
		font-size: 22px;
		font-weight: bold;
		padding: 0 0 5px 0;
		border-bottom: #333333 solid 2px;
		margin: 0 0 20px 0;
		align-items: center;
	}
	.blog-column ul.top3 li dl dt img {
		width: 60px;
		height: auto;
		margin: 0 20px 0 0 !important;
		display: inline !important;
	}
	.blog-column ul.top3 li dl dd ul {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.blog-column ul.top3 li dl dd ul li {
		list-style: none;
		line-height: 1.5;
	}
	.blog-column ul.top3 li dl dd ul li:nth-of-type(1) {
	}
	.blog-column ul.top3 li dl dd ul li:nth-of-type(2) {
		color: #FF0000;
	}
	.blog-column ul.top3 li .detail {
		margin: 0 0 0 25px;
		display: inline-block;
		width: 54%;
	}

	.blog-column h3 {
		font-size: 18px;
		font-weight: bold;
		border-left: #223670 solid 6px;
		text-indent: 6px;
		padding: 2px 0 2px 0 !important;
	}

	.blog-column dl dt {
		margin: 0 0 6px 0;
	}

	.blog-column dl dd ul.list-disc {
		list-style: disc;
		margin: 0 0 0 36px;
	}

	.blog-column ul.pickup {

	}
	.blog-column ul.pickup li {
		margin: 0 0 40px 0;
		list-style: none;
	}
	.blog-column ul.pickup li a {
		color: #333333;
		text-decoration: none;
	}

	.blog-column ul.pickup li a:hover {
		opacity: 0.5;
	}
	.blog-column ul.pickup li figure {
		display: flex;
	}
	.blog-column ul.pickup li figure img {
		width: 200px;
		height: 200px;
		margin: 0 0 0 0 !important;
	}
	.blog-column ul.pickup li figure figcaption {
		width: 560px;
		margin: 0 0 0 30px;
	}
	.blog-column ul.pickup li figure figcaption dl dt {
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 5px 0;
		border-bottom: #333333 solid 2px;
		margin: 0 0 10px 0;
	}

	.blog-column ul.pickup li figure figcaption dl dd ul li {
		list-style: none;
		margin: 0 0 0 0;
	}
	.blog-column ul.pickup li figure figcaption dl dd ul li:nth-of-type(1) {

	}
	.blog-column ul.pickup li figure figcaption dl dd ul li:nth-of-type(2) {
		color: #FF0000;
	}

	.blog-column ul.pickup li figure figcaption div {
		width: 160px;
		border-radius: 20px;
		background-color: #bc2828;
		box-shadow: 0 3px 6px gray;
		font-size: 14px;
		color: #FFFFFF;
		padding: 4px 0;
		text-align: center;
		float: right;
	}
}

/* 包装・ラッピング
---------------------------------- */
.about-wrapping-paper-on-wrapping-list__item-title {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 18px !important;
	font-weight: 500;
	text-align: center;
	background-color: #f5f6d1;
	padding: 8px;
}

@media screen and (min-width: 768px) {
	.about-wrapping-paper-on-wrapping-list__item-title {
		font-size: 26px !important;
		padding: 4px;
	}
}

.about-wrapping-paper-on-wrapping-child-list__item-title {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	border: 2px solid #333435;
	width: 280px;
	margin: 8px auto 26px;
	padding: 3px;
}

@media screen and (min-width: 768px) {
	.about-wrapping-paper-on-wrapping-child-list__item-title {
		font-size: 20px;
		border: 3px solid #333435;
		width: 326px;
		margin: 8px auto 20px;
	}
}

.about-wrapping-paper-on-wrapping-child-list__item-text {
	margin-top: 12px;
}

.about-wrapping-paper-on-wrapping__btn {
	text-align: center;
}

.noshi-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	width: 340px;
	padding: 9px;
	background-color: #e26b29;
	color: #fff;
	transition: all 0.3s;
}

@media screen and (min-width: 768px) {
	.noshi-btn {
		font-size: 18px;
		width: 500px;
		padding: 6px;
	}
}

.noshi-btn:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.6;
}

.about-noshi-wrapping-list__item-title {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 18px !important;
	font-weight: 500;
	text-align: center;
	background-color: #f5f6d1;
	padding: 8px;
}

@media screen and (min-width: 768px) {
	.about-noshi-wrapping-list__item-title {
		font-size: 26px !important;
		padding: 4px;
	}
}

.about-noshi-wrapping-child-list__item-text {
	margin-top: 12px;
}

.about-noshi-wrapping__btn {
	text-align: center;
	margin-top: 52px;
}

.about-makeup-box-wrapping-list__item-title {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	border: 2px solid #333435;
	width: 280px;
	margin: 8px auto 16px;
}

@media screen and (min-width: 768px) {
	.about-makeup-box-wrapping-list__item-title {
		font-size: 20px;
		border: 3px solid #333435;
		width: 326px;
		margin: 8px auto 20px;
	}
}

.about-makeup-box-wrapping__btn {
	text-align: center;
}

/* 和風グッズ　扇子（オリジナル）
---------------------------------- */

section.sensu_kinds {
}
section.sensu_kinds h2 {
	margin: 0 0 8vw 0 !important;
}
section.sensu_kinds h3 {
	position: relative;
	font-size: 4.5vw !important;
	font-weight: bold;
}
section.sensu_kinds h3::before {
	content: "■";
	color: #c41c23;
	top: 0;
	left: 0;
}
section.sensu_kinds ul {
	display: block;
	flex-wrap: nowrap;
	margin: 10vw 0 0 0;
	padding: 0 0 0 0;
}
section.sensu_kinds ul li {
	width: 90%;
	margin: 0 auto 10vw auto;
}
section.sensu_kinds ul li:nth-of-type(3) {
	margin: 0 auto 6vw auto;
}
section.sensu_kinds ul li dl {
}
section.sensu_kinds ul li dl dt {
	font-size: 4.4vw;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1.5vw 0;
}
section.sensu_kinds ul li dl dd {
}
section.sensu_kinds ul li dl dd figure img {
	margin: 0 0 1.5vw 0;
}

section.sensu_kinds > a {
	display: block;
	width: 70vw;
	font-size: 4.1vw;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #ec6c01;
	margin: 0 auto 18vw auto;
	padding: 1.5vw 0;
}


@media screen and (min-width: 768px) {
	section.sensu_kinds {
	}
	section.sensu_kinds h2 {
		margin: 0 0 30px 0 !important;
	}
	section.sensu_kinds h3 {
		position: relative;
		font-size: 22px !important;
		font-weight: bold;
	}
	section.sensu_kinds h3::before {
		content: "■";
		color: #c41c23;
		top: 0;
		left: 0;
	}
	section.sensu_kinds ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	section.sensu_kinds ul li {
		width: 32%;
		margin: 0 2% 0 0;
	}
	section.sensu_kinds ul li:nth-of-type(3) {
		margin: 0 0 0 0;
	}
	section.sensu_kinds ul li dl {
	}
	section.sensu_kinds ul li dl dt {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin: 0 0 6px 0;
	}
	section.sensu_kinds ul li dl dd {
	}
	section.sensu_kinds ul li dl dd figure img {
		margin: 0 0 6px 0;
	}
	section.sensu_kinds > a {
		display: block;
		width: 500px;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		background-color: #ec6c01;
		margin: 0 auto 60px auto;
		padding: 6px 0;
	}
	section.sensu_kinds > a:hover {
		opacity: 0.5;
	}
}


/* 和風グッズ　手ぬぐい（オリジナル）
---------------------------------- */

section.tenugui_kinds {
}
section.tenugui_kinds h2 {
	margin: 0 0 8vw 0 !important;
}
section.tenugui_kinds h3 {
	position: relative;
	font-size: 4.5vw !important;
	font-weight: bold;
}
section.tenugui_kinds h3::before {
	content: "■";
	color: #c41c23;
	top: 0;
	left: 0;
}
section.tenugui_kinds ul {
	display: block;
	flex-wrap: nowrap;
	margin: 10vw 0 0 0;
	padding: 0 0 0 0;
}
section.tenugui_kinds ul li {
	width: 90%;
	margin: 0 auto 10vw auto;
}
section.tenugui_kinds ul li:nth-of-type(3) {
	margin: 0 auto 6vw auto;
}
section.tenugui_kinds ul li dl {
}
section.tenugui_kinds ul li dl dt {
	font-size: 4.4vw;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1.5vw 0;
}
section.tenugui_kinds ul li dl dd {
}
section.tenugui_kinds ul li dl dd figure img {
	margin: 0 0 1.5vw 0;
}

section.tenugui_kinds > a {
	display: block;
	width: 80vw;
	font-size: 4.1vw;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #ec6c01;
	margin: 0 auto 18vw auto;
	padding: 1.5vw 0;
}


@media screen and (min-width: 768px) {
	section.tenugui_kinds {
	}
	section.tenugui_kinds h2 {
		margin: 0 0 30px 0 !important;
	}
	section.tenugui_kinds h3 {
		position: relative;
		font-size: 22px !important;
		font-weight: bold;
	}
	section.tenugui_kinds h3::before {
		content: "■";
		color: #c41c23;
		top: 0;
		left: 0;
	}
	section.tenugui_kinds ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	section.tenugui_kinds ul li {
		width: 32%;
		margin: 0 2% 0 0;
	}
	section.tenugui_kinds ul li:nth-of-type(3) {
		margin: 0 0 0 0;
	}
	section.tenugui_kinds ul li dl {
	}
	section.tenugui_kinds ul li dl dt {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin: 0 0 6px 0;
	}
	section.tenugui_kinds ul li dl dd {
	}
	section.tenugui_kinds ul li dl dd figure img {
		margin: 0 0 6px 0;
	}
	section.tenugui_kinds > a {
		display: block;
		width: 500px;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		background-color: #ec6c01;
		margin: 0 auto 60px auto;
		padding: 6px 0;
	}
	section.tenugui_kinds > a:hover {
		opacity: 0.5;
	}
}


/* チラシダウンロード
---------------------------------- */

section.flyer h2 {
	width: fit-content;
	font-size: 6.4vw;
	text-align: center;
	padding: 0 0 2.6vw 0;
	border-bottom: #ba1f24 solid 2px;
	margin: 0 auto 12vw auto;
}
section.flyer ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
section.flyer ul li {
	width: 48%;
	margin: 0 4% 8vw 0;
}
section.flyer ul li:nth-of-type(2n) {
	margin: 0 0 4% 0;
}
section.flyer ul li dl dt {
	height: 12vw;
	font-size: 3.7vw;
	color: #333333;
	margin: 0 auto 1vw auto;
	text-align: center;
	display: flex;
	align-items: center;
}
section.flyer ul li dl dt span {
	flex: 1;
}
section.flyer ul li dl dd img {
	border: #aaaaaa solid 1px;
	margin: 0 0 1.6vw 0;
}
section.flyer ul li dl dd p {
	font-size: 3.2vw;
	color: #333333;
	margin: 0 0 3.2vw 0;
}
section.flyer ul li dl dd p:last-child {
	font-size: 3.7vw;
	font-weight: bold;
	letter-spacing: 0.2vw;
	color: #ffffff;
	text-align: center;
	padding: 2vw 1vw;
	margin: 0 0 3.2vw 0;
	background-color: #ba1f24;
	border-radius: 8px;
	position: relative;
}
section.flyer ul li dl dd p:last-child::after {
	content: "";
	position: absolute;
	background-image: url(/html/template/novelty/images/flyer/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 4vw;
	height: 4vw;
	top:3vw;
	right: 2vw;
}



@media screen and (min-width: 768px) {
	section.flyer h2 {
		width: fit-content;
		font-size: 36px;
		text-align: center;
		padding: 0 0 15px 0;
		border-bottom: #ba1f24 solid 2px;
		margin: 0 auto 40px auto;
	}
	section.flyer ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	section.flyer ul li {
		width: 22.5%;
		margin: 0 3% 40px 0;
	}
	section.flyer ul li:nth-of-type(2n) {
		margin: 0 3% 40px 0;
	}
	section.flyer ul li:nth-of-type(4n) {
		margin: 0 0 40px 0;
	}
	section.flyer ul li a {
		text-decoration: none;
	}
	section.flyer ul li a:hover {
		opacity: 0.5;
	}
	section.flyer ul li dl dt {
		height: 60px;
		font-size: 16px;
		color: #333333;
		margin: 0 auto 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
	}
	section.flyer ul li dl dt span {
		flex: 1;
	}
	section.flyer ul li dl dd img {
		border: #aaaaaa solid 1px;
		margin: 0 0 6px 0;
	}
	section.flyer ul li dl dd p {
		font-size: 14px;
		color: #333333;
		margin: 0 0 8px 0;
	}
	section.flyer ul li dl dd p:last-child {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #ffffff;
		text-align: center;
		padding: 8px 0;
		margin: 0 0 0 0;
		background-color: #ba1f24;
		border-radius: 8px;
		position: relative;
	}
	section.flyer ul li dl dd p:last-child::after {
		content: "";
		position: absolute;
		background-image: url(/html/template/novelty/images/flyer/arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 16px;
		height: 16px;
		top: 13px;
		right: 8px;
	}
}

/* PC版小ロットバナーリンク */
.small_lot_banner {
	margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
	.small_lot_banner img{
		display: none;
	}
}

/* 回転インクジェット印刷での留意点
---------------------------------- */
.l-attention-point {
	margin-top: 80px;
}

@media screen and (min-width: 768px) {
	.l-attention-point {
		margin-top: 52px;
	}
}

.attention-point__title {
	font-size: calc(32 / 750 * 100vw) !important;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #333;
	padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.attention-point__title {
		font-size: 24px !important;
		border-bottom: 3px solid #333;
		padding-bottom: 12px;
	}
}

.attention-point__list {
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.attention-point__list {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) {
	.attention-point__item {
		width: calc((100% - 20px) / 2);
	}
}

.attention-point__item + .attention-point__item {
	margin-top: 34px;
}

@media screen and (min-width: 768px) {
	.attention-point__item + .attention-point__item {
		margin-top: 0;
	}
}

.attention-point__item-title {
	font-size: calc(32 / 750 * 100vw) !important;
	line-height: calc(48 / 32);
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.attention-point__item-title {
		font-size: 18px !important;
	}
}

.attention-point__item-text {
	margin-top: 16px;
}

.attention-point__note {
	margin-top: 20px;
}

.fullcolor-glass__btn-wrap {
	margin-top: 82px;
	margin-bottom: 82px;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 768px) {
	.fullcolor-glass__btn-wrap {
		margin-top: 100px;
		margin-bottom: 100px;
		text-align: center;
		position: relative;
	}
}

.fullcolor-glass__btn-wrap::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translate(-50%);
	width: 125px;
	height: 14px;
	clip-path: polygon(50% 100%,0% 0%,100% 0%);
	background-color: #ec6c01;
}

@media screen and (min-width: 768px) {
	.fullcolor-glass__btn-wrap::before {
		top: -50px;
		width: 250px;
		height: 27px;
		clip-path: polygon(50% 100%,0% 0%,100% 0%);
	}
}

.fullcolor_glass__btn {
	display: inline-block;
	font-size: calc(36 / 750 * 100vw);
	line-height: calc(42 / 36);
	color: #fff;
	font-weight: bold;
	background-color: #ec6c01;
	width: calc(684 / 750 * 100%);
	padding: 14px 20px;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.fullcolor_glass__btn {
		font-size: 28px;
		line-height: calc(42 / 28);
		width: 626px;
		padding: 14px 80px;
		transition: all 0.3s;
	}

	.fullcolor_glass__btn:hover,
	.fullcolor_glass__btn:focus {
		opacity: 0.6;
		text-decoration: none;
		color: #fff;
	}
}

/*20240822 トップページ修正
--------------------------------------------------*/
.rec_feature_cl h2 {
	border-bottom: 4px solid #333;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 768px) {
	.rec_feature_cl {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.spOnly {
		display: block;
	}
}


/* 卒業カテゴリーのフッターコンテンツ部分
--------------------------------------------------*/

.link_button a {
	font-size: 3.7vw;
    font-weight: bold;
    background-color: #e1690d;
    margin: 0 auto 0 auto;
    display: block;
    width: 85%;
    text-align: center;
    color: #ffffff;
    padding: 2vw 0;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	.link_button a {
		font-size: 18px;
		font-weight: bold;
		background-color: #e1690d;
		margin: 0 auto 0 auto;
		display: block;
		width: 500px;
		text-align: center;
		color: #ffffff;
		padding: 10px 0;
		text-decoration: none;
	}
	.link_button a:hover {
		opacity: 0.5;
	}
}

/* お客様からのご意見・ご感想　ページ */

.questionnaire > dl > dt {
    font-size: 2.4rem;
    color: #3b7b95;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
  .questionnaire > dl > dt {
      font-size: 1.3rem;
  }
}

.questionnaire-container2 {
  padding-block: 0rem;
}

@media (max-width: 767px) {
  .questionnaire-container2 {
    padding-block: 2.5rem;
  }
}

.questionnaire-container2 p {
  margin: 0;
}

.questionnaire-container2 ul::-webkit-scrollbar {
  background: #bbbbbb;
  width: 0.8rem;
  border-radius: 9999px;
}
.questionnaire-container2 ul::-webkit-scrollbar-thumb {
  background-color: #505050;
  border-radius: 9999px;
}

.questionnaire-container2 > ul {
  font-size: 0.6rem;
  padding: 1.5rem;
  margin: 1rem auto 1.5rem;
  background-color: #fff;
  position: relative;
  border: #2363ba 0.1rem solid;
  max-height: 20rem;
  overflow: auto;
}
.questionnaire-container2 ul li {
  margin: 0 0 5rem 0;
}
.questionnaire-container2 ul li:last-child {
  margin: 0 0 0 0;
}
.questionnaire-container2 p.name {
  margin: 0 0 0.4rem 0;
}
.questionnaire-container2 p.item a {
  color: #0081cb;
  margin: 0 0 0.8rem 0;
  text-decoration: none;
  transition: all 0.3s;
}
.questionnaire-container2 p.item a:hover {
  opacity: 0.5;
}
.questionnaire-container2 div.rank_data {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.2rem 0;
  border-bottom: #4b4b4b solid 0.1rem;
  margin: 0 0 0.6rem 0;
}
.questionnaire-container2 p.rank {
  color: #ff8400;
}
.questionnaire-container2 p.data {
}
.questionnaire-container2 ul li ul.reason {
  display: flex;
  height: auto;
  margin: 1rem 0;
}
.questionnaire-container2 ul li ul.reason li:last-of-type {
  margin: 0 0 0 0;
}
.questionnaire-container2 dl.explanation {
  width: auto;
}
.questionnaire-container2 dl.explanation dt {
  text-align: left;
  font-weight: normal;
  margin: 0 0 0rem 0;
}
.questionnaire-container2 dl.explanation dd {
  width: auto;
  height: auto;
  padding: 0 0 0 0;
  background-color: unset;
  margin: 0 0 1.5rem 0;
}
.questionnaire-container2 dl.explanation dd:last-child {
  margin: 0 0 0 0;
}

.questionnaire-container2 ul li ul.reason li {
  padding: 0.1rem 0;
  width: calc((100% - 2rem) / 4);
  border: #4b4b4b solid 0.1rem;
  border-radius: 1.0rem;
  text-align: center;
  margin: 0 0.5rem 0 0;
}
.questionnaire-container2 ul li ul.reason li:last-of-type {
  margin: 0 0 0 0;
}
.questionnaire-container2 dl.explanation {
  width: auto;
}

.questionnaire-container2__text {
  font-size: 1.2rem;
}


.questionnaire-container2 ul.picture {
  margin: 30px 0 0 0;
  width: auto;
  height: auto;
  display: flex;
  gap: 16px;
}
.questionnaire-container2 ul.picture li {
  margin: 0 0 0 0;
}
.questionnaire-container2 ul.picture li img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}
.questionnaire-container2 ul.picture li img:hover {
  opacity: 0.5;
}


@media screen and (max-width: 767px) {
  .questionnaire-container2 > ul {
    max-height: 30rem;
    padding: 2vw;
  }

  .questionnaire-container2 ul::-webkit-scrollbar {
    background: #bbbbbb;
    width: 0.8rem;
    border-radius: 9999px;
  }
  .questionnaire-container2 ul::-webkit-scrollbar-thumb {
    background-color: #505050;
    border-radius: 2rem;
  }

  .questionnaire-container2 ul li {
    font-size: 3.6vw;
    line-height: 1.8rem;
    margin: 0 0 5rem 0;
  }
  .questionnaire-container2 ul li ul.reason li {
    padding: 0.1rem 0;
    width: calc((100% - 2rem) / 3);
    border: #4b4b4b solid 0.1rem;
    border-radius: 1.0rem;
    text-align: center;
    margin: 0 0.5rem 0 0;
    font-size: 3.2vw;
  }
  .questionnaire-container2 p.name {
    margin: 0 0 0 0;
  }
  .questionnaire-container2 p.item a {
    color: #0081cb;
    margin: 0 0 0.8rem 0;
    text-decoration: none;
  }
  .questionnaire-container2 div.rank_data {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.2rem 0;
    border-bottom: #4b4b4b solid 0.2rem;
    margin: 0 0 0.6rem 0;
  }
  .questionnaire-container2 p.rank {
    color: #ff8400;
  }
  .questionnaire-container2 ul li ul.reason {
    display: flex;
    height: auto;
    margin: 0 0 1rem 0;
    padding: 0 0 0 0;
    overflow: hidden;
  }
  .questionnaire-container2 ul.picture {
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    gap: 2vw;
  }
  .questionnaire-container2 ul.picture li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .questionnaire-container2 ul.picture li img {
    max-width: 28vw;
    max-height: 28vw;
    width: auto;
    height: auto;
  }
}



/* お客様からのご意見・ご感想　詳細ページ */
.h1_survey{
    font-size: 28px;
    font-weight: 700;
    border-bottom: 3px solid #333;
    padding: 5px;
    margin-bottom: 20px;
}

/* 
.survey h2 {
	font-size: 1.2rem;
	border-bottom: solid 3px #000;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	line-height: 1.4;
  } */
  
  .survey > p {
	margin-bottom: 30px;
  }

/*
  .survey ul {
	  width: auto;
	  height: auto;
	  margin: 0 auto 20px;
	  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
  }
  .survey ul li.readmore {
	  position: relative;
	  width: 415px;
	  height: 250px;
	  /* margin-right: 25px; */
	  margin-bottom: 28px;
	  box-sizing: border-box;
	  /*以下お好み*/
	  /* ボーダーを付ける場合*/
	  padding: 4px 10px 10px 10px;
	  border: 1px solid #CCC;
	  background-color: #FFF;
	  border-radius: 15px;
	  box-shadow:1px 1px 3px -2px #666;
  }
  .survey ul li.readmore:nth-of-type(2n) {
	  margin-right: 0;
  }
*/

  .readmore p {
	  font-size: 14px;
  }
  .readmore p a {
	  text-decoration: none;
	  color: #0623d7;
  }
  .readmore p.rank {
	  color: #fda503;
	  font-size: 18px;
  }
  
  .readmore-content {
	  position: relative;
	  overflow: auto;
	  /*以下お好み*/
	  /*高さの初期値*/
	  height: 90px;
	  font-size: 16px;
	  margin-bottom: 10px;
	  z-index: 9999;
  }
  
  .readmore-content2 {
	  position: relative;
	  overflow: auto;
	  /*以下お好み*/
	  /*高さの初期値*/
	  height: 90px;
	  font-size: 16px;
	  margin-bottom: 10px;
	  z-index: 9999;
  }
  .readmore-content2::-webkit-scrollbar {
	  width: 7px;
		  height: 12px;
  }
  .readmore-content2::-webkit-scrollbar-thumb {
	  background-color: #74632f;
	  border-radius: 8px;
  }
  .readmore-content2::-webkit-scrollbar-track {
	  background-color: #eacf8a;
	  border-radius: 8px;
  }





/* TOPページ */
.survey.top {
	width: 860px;
	height: 182px;
	background: url(/html/template/novelty/images/survey/survey_back.png) no-repeat;
  /*  position: absolute;*/
  margin: 50px auto;
  }
  
  .survey.top dl {
	position: relative;
	top: 0;
	left: 0;
  }
  .survey.top dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #395e64;
	position: relative;
	top: 15px;
	left: 250px;
	width: 360px;
  }
  .survey.top dl dt::before {
	  content: '';
	  display: inline-block;
	  width: 23px; 
	  height: 21px;
	  background-image: url(/html/template/novelty/images/survey/survey_left.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  position: absolute;
	  margin-top: 12px;
	  margin-left: -32px;
  }
  .survey.top dl dt::after {
	  content: '';
	  display: inline-block;
	  width: 23px; 
	  height: 21px;
	  background-image: url(/html/template/novelty/images/survey/survey_right.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  position: absolute;
	  margin-top: 12px;
	  margin-left: 10px;
  }
  
  .survey.top dl dd {
	position: relative;
	top: 30px;
	left: 196px;
	font-size: 13px;
	width: 470px;
	text-align: center;
  }
  
  .production-sample__btn {
	margin-top: 45px;
	text-align: center;
  }
  
  .production-sample__btn a {
	display: inline-block;
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background-color: #0065a4;
	width: 438px;
	transition: all 0.3s;
	padding: 4px 0;
  }
  
  .production-sample__btn a::after {
	content: '▶';
	margin-left: 6px;
  }
  
  .production-sample__btn a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  }

  @media screen and (max-width: 767px){
/* 詳細ページ */
.h1_survey{
	font-size: calc(20 / 375 * 100vw);
    font-weight: 700;
    border-bottom: 3px solid #333;
    padding: calc(5 / 375 * 100vw);
}

/* .survey h2 {
	font-size: 1.2rem;
	border-bottom: solid 3px #000;
	font-weight: bold;
	padding: calc(10 / 375 * 100vw) 0 0 0;
	margin-bottom: 10px;
	line-height: 1.4;
  }
   */
  .survey > p {
	font-size: 4.1vw;
	margin: 0 0 4vw 0;
  }
  
  .survey ul {
	width: 100%;
	height: auto;
	margin: 0 auto calc(30 / 375 * 100vw);
  }
  .survey ul li.readmore {
	  position: relative;
	  width: 100%;
	  height: 56vw;
	  /* margin-right: 25px; */
	  margin-bottom: 6vw;
	  box-sizing: border-box;
	  /*以下お好み*/
	  /* ボーダーを付ける場合 */
	  padding: 2vw;
	  border: 1px solid #CCC;
	  background-color: #FFF;
	  border-radius: 8px;
	box-shadow:1px 1px 3px -2px #666;
  }
  .survey ul li.readmore:nth-of-type(2n) {
	  margin-right: 0;
  }
  
  .readmore p {
	font-size: 4.1vw;
	line-height: 1.5;
  }
  .readmore p a {
	  text-decoration: none;
	  color: #0623d7;
  }
  .readmore p.rank {
	  color: #fda503;
	  font-size: 4.1vw;
	  margin-bottom: 1.5vw;
  }
  
  .readmore-content {
	  position: relative;
	  overflow: auto;
	  /*以下お好み*/
	  /*高さの初期値*/
	  height: 90px;
	  font-size: 16px;
	  margin-bottom: 10px;
	  z-index: 0;
  }
  .readmore p.data {
	margin-bottom: 1vw;
}
  
  .readmore-content2 {
	  position: relative;
	  overflow: auto;
	  /*以下お好み*/
	  /*高さの初期値*/
	  height: 22vw;
	  font-size: 4.1vw;
	  line-height: 1.6;
	  z-index: 0;
  }
  .readmore-content2::-webkit-scrollbar {
	  width: 7px;
		  height: 12px;
  }
  .readmore-content2::-webkit-scrollbar-thumb {
	  background-color: #74632f;
	  border-radius: 8px;
  }
  .readmore-content2::-webkit-scrollbar-track {
	  background-color: #eacf8a;
	  border-radius: 8px;
  }

/* トップページ */
	.survey.top {
		width: 100%;
		height: calc(182 / 375 * 100vw);
		background: url(/html/template/novelty/images/survey/survey_back_sp.png) no-repeat;
		background-size: cover;
	  /*  position: absolute;*/
		margin: calc(50 / 375 * 100vw) auto;
	  }

	  .survey.top dl {
		position: relative;
		top: 0;
		left: 0;
	  }
	  .survey.top dl dt {
		width: 72vw;
		font-size: 4.5vw;
		font-weight: bold;
		color: #395e64;
		position: relative;
		top: 2vw;
		left: 14vw;
	  }
	  .survey.top dl dt::before {
		  content: '';
		  display: inline-block;
		  width: calc(23 / 375 * 100vw); 
		  height: calc(21 / 375 * 100vw);
		  background-image: url(/html/template/novelty/images/survey/survey_left.png);
		  background-size: contain;
		  background-repeat: no-repeat;
		  position: absolute;
		  margin-top: 2vw;
		  margin-left: -7vw;
	  }
	  .survey.top dl dt::after {
		  content: '';
		  display: inline-block;
		  width:calc(23 / 375 * 100vw); 
		  height: calc(21 / 375 * 100vw);
		  background-image: url(/html/template/novelty/images/survey/survey_right.png);
		  background-size: contain;
		  background-repeat: no-repeat;
		  position: absolute;
		  margin-top: 2vw;
		  margin-left: 2vw;
	  }
	  
	  .survey.top dl dd {
		position: relative;
		width: 95vw;
		top: 3vw;
		left: 2vw;
		color: #333333;
		font-size: 3vw;
		text-align: left;
	  }

	  .production-sample__btn {
		margin-top: calc(63 / 375 * 100vw);
		text-align: center;
	  }
	  
	  .production-sample__btn a {
		display: inline-block;
		font-size: calc(16 / 375 * 100vw);
		color: #ffffff;
		font-weight: 500;
		text-align: center;
		background-color: #0065a4;
		width: 85%;
		transition: all 0.3s;
		padding: calc(5 / 375 * 100vw) 0;
	  }
	  
	  .production-sample__btn a::after {
		content: '▶';
		margin-left: calc(6 / 375 * 100vw);
	  }
	  
	  .production-sample__btn a:hover {
	  opacity: 1;
	  }
	

  }

/* トップページ　20241223 */
#newitem .top_h2, #rec_feature .top_h2, #season .top_h2, #brand .top_h2, #find-from-calendar .top_h2 {
	font-size: 24px;
	font-weight: bold;
	background-color: #ededed;
	padding: 10px 0;
	text-indent: 10px;
	display: flex;
	align-items: center;
	border-bottom: none;
}
#newitem .top_h2::before {
	content: "";
    display: inline-block;
	width: 40px;
    height: 40px;
    background-image: url('../images/top/icon-newitem.png');
    background-position: center;
    background-size: contain;
	margin: 0 10px;
}
#rec_feature .top_h2::before {
	content: "";
    display: inline-block;
	width: 40px;
    height: 40px;
    background-image: url('../images/top/icon-rec_feature.png');
    background-position: center;
    background-size: contain;
	margin: 0 10px;
}
#season .top_h2::before {
	content: "";
    display: inline-block;
	width: 40px;
    height: 40px;
    background-image: url('../images/top/icon-season.png');
    background-position: center;
    background-size: contain;
	margin: 0 10px;
}
#brand .top_h2::before {
	content: "";
    display: inline-block;
	width: 40px;
    height: 40px;
    background-image: url('../images/top/icon-brand.png');
    background-position: center;
    background-size: contain;
	margin: 0 10px;
}
#find-from-calendar .top_h2::before {
	content: "";
    display: inline-block;
	width: 40px;
    height: 40px;
    background-image: url('../images/top/icon-calendar02.png');
    background-position: center;
    background-size: contain;
	margin: 0 10px;
}

@media screen and (max-width: 767px){
	#newitem .top_h2, #rec_feature .top_h2, #season .top_h2, #brand .top_h2 {
		font-size: 4.6vw;
		background-color: #ededed;
		text-indent: 0.7rem;
	}
  #rec_feature .top_h2, #season .top_h2, #brand .top_h2 {
    margin-inline: -7.5px;
  }
}

/* トップページ　元の推しのリスト部分　20241223 */
ul.list-month-recommendation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 55px;
}
ul.list-month-recommendation li {
	width: calc(100%/2 - 10px);
}
ul.list-month-recommendation li a {
	color: #333333;
}
ul.list-month-recommendation li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

dl.list-month-recommendation_up {
	margin: 0 0 10px 0;
}
dl.list-month-recommendation_up dt:first-of-type {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 -2px 0;
}
dl.list-month-recommendation_up dd:first-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #0080bc;
	margin: 0 0 3px 0;
}
dl.list-month-recommendation_up dt:last-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: fit-content;
	background-color: #06263d;
	padding: 0px 3px;
	float: left;
	margin: 0 4px 0 0;
	line-height: 22px;
}
dl.list-month-recommendation_up dd:last-of-type {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
dl.list-month-recommendation_up dd:last-of-type span {
	font-size: 18px;
	font-weight: bold;
	color: #c21c28;
}
dl.list-month-recommendation_up dd:last-of-type span span {
	font-size: 12px;
}

ul.list-month-recommendation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:8px;
	padding: 0;
	margin: 0 0 10px 0;
}
ul.list-month-recommendation li {
	width: calc(100%/2 - 5px);
}
ul.list-month-recommendation img {
	border: solid 1px #bfbfbf;
}

dl.list-month-recommendation_down {
	border: solid 1px #999999;
	margin: 0 0 20px 0;
}
dl.list-month-recommendation_down dt {
	font-size: 16px;
	font-weight: bold;
	color: #ff397a;
	background-color: #ffe1eb;
	text-align: center;
	padding: 2px 0;
}
dl.list-month-recommendation_down dd {
	font-size: 14px;
	padding: 8px 10px;
}

ul.list-month-recommendation div{
	display: block;
    margin: auto;
    box-sizing: border-box;
    width: 250px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    background: #ed6c00;
    text-align: center;
    border-radius: 1.5rem;
    position: relative;
}
ul.list-month-recommendation div::after {
	content: "▲";
    font-size: 16px;
    transform: rotate(90deg);
    position: absolute;
    right: 1rem;
}

@media screen and (max-width: 767px){
	ul.list-month-recommendation > li {
		width: 100%;
	}
}



/* レーザー刻印名入れサービスページ
---------------------------------- */
.graduationNamePrintingList {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingList {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingList__item {
    width: calc((100% - 15px) / 2);
  }
}

.graduationNamePrintingList__itemTitle {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	border: 3px solid #323333;
	width: 300px;
	margin: 8px auto 0;
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.graduationNamePrintingList__itemTitle {
		font-size: 20px !important;
		border: 3px solid #333435;
		width: 326px;
	}
}

.graduationNamePrintingList__itemImageWrap {
	margin-top: 20px;
}

.graduationNamePrintingList__itemText {
	margin-top: 8px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingList__itemText {
    margin-top: 18px;
  }
}

.graduationNamePrintingCatch + .graduationNamePrintingLead {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingCatch + .graduationNamePrintingLead {
    margin-top: 20px;
  }
}

.graduationNamePrintingCatch {
	font-size: 18px;
	font-weight: bold;
	color: #e95373;
	display: flex;
	justify-content: center;
	gap: 6px;
	padding: 0 4px;
	margin: 32px 0 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingCatch {
    font-size: 26px;
    gap: 52px;
    padding: 0;
    margin: 36px 0 0;
  }
}

.graduationNamePrintingCatch::before,
.graduationNamePrintingCatch::after {
	content: '';
	background-image: url('/html/template/novelty/images/deco_catch.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 20px;
	background-size: contain;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingCatch::before,
  .graduationNamePrintingCatch::after {
    width: 43px;
    height: 29px;
  }
}

.graduationNamePrintingCatch::after {
	transform: scale(-1, 1);
}

.graduationNamePrintingNote {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingNote {
    margin-top: 10px;
  }
}

.graduationNamePrintingBox {
	margin-top: 68px;
	border: 3px solid #7d7c7d;
	padding: 6px 6px 12px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox {
    margin: 10px 30px 0;
    border: 5px solid #7d7c7d;
    padding: 14px 20px 26px;
  }
}

.graduationNamePrintingBox__list {
	margin: 0;
	padding: 0;
}

.graduationNamePrintingBox__item {
	font-size: 16px;
	font-weight: bold;
	color: #e71f19;
	text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox__item {
    font-size: 20px;
  }
}

.graduationNamePrintingBox__item::before {
	content: '・';
}

.graduationNamePrintingBox__example {
	display: flex;
	gap: 26px;
	margin-top: 12px;
	padding: 0 4px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox__example {
    justify-content: center;
    margin-top: 20px;
  }
}

.graduationNamePrintingBox__exampleTitle {
	font-size: 23px;
	line-height: 1;
	color: #fff;
	background-color: #9d1f24;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	padding: 6px;
	margin: 0;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox__exampleTitle {
    font-size: 24px;
    width: 35px;
    height: 35px;
  }
}

.graduationNamePrintingBox__exampleList {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 26px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox__exampleList {
    gap: 36px;
  }
}

.graduationNamePrintingBox__exampleItem {
	display: flex;
	gap: 8px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingBox__exampleItem {
    gap: 6px;
    width: 126px;
  }
}

.graduationNamePrintingBox__exampleItemText {
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
}

.graduationNamePrintingBox__exampleItemImageWrap {
	flex-shrink: 0;
	width: 38px;
}

.graduationNamePrintingPickUpWrap {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.graduationNamePrintingPickUp__media {
	border: 1px solid #7d7c7d;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__media {
    flex-direction: row;
  }
}

.graduationNamePrintingPickUp__imageWrap {
	text-align: center;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__imageWrap {
    flex-shrink: 0;
    width: 300px;
  }
}

.graduationNamePrintingPickUp__content {
	padding: 10px;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__content {
    flex-grow: 1;
    padding: 12px 20px 0;
  }
}

.graduationNamePrintingPickUp__title {
	margin: 0;
}

.graduationNamePrintingPickUp__titleSub {
	display: block;
	font-size: 13px;
}

.graduationNamePrintingPickUp__titleMain {
	display: block;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__titleMain {
    font-size: 20px;
  }
}

.graduationNamePrintingPickUp__descriptionWrap {
	border-top: 1px solid #7d7d7d;
	margin-top: 6px;
	padding: 6px 0;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__descriptionWrap {
    border-top: 1px solid #7d7d7d;
    margin-top: 10px;
    padding: 10px 0;
  }
}

.graduationNamePrintingPickUp__description {
	margin: 0;
	display: flex;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__description {
    font-size: 14px;
  }
}

.graduationNamePrintingPickUp__term {
	flex-shrink: 0;
	min-width: 5em;
  font-weight: normal;
}

.graduationNamePrintingPickUp__definition {
	margin: 0;
	flex-grow: 1;
}

.graduationNamePrintingPickUp__definition::before {
	content: "：";
}

.graduationNamePrintingPickUp__text {
	border-top: 1px solid #7d7d7d;
	margin: 6px 0 0;
	padding: 6px 0 0;
}

@media screen and (min-width: 768px) {
  .graduationNamePrintingPickUp__text {
    margin: 0;
    padding: 6px 0;
  }
}

.graduationNamePrintingPickUp__btnWrap {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.graduationNamePrintingPickUp__btn {
	display: inline-block;
	width: 268px;
	padding: 12px;
	border: 1px solid #00253c;
	border-radius: 9999px;
	background: #00253c;
	color: #fff;
	font-weight: 500;
	font-family: "Noto Sans JP", serif;
  text-decoration: none;
	line-height: 1;
	text-align: center;
	transition: all 0.3s;
}

.graduationNamePrintingPickUp__btn:hover,
.graduationNamePrintingPickUp__btn:focus {
	opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.graduationNamePrintingPickUp__btn::after {
	content: '▶';
	margin-left: 8px;
}

/* レーザー刻印名入お見積りフォーム
---------------------------------- */
.pageHeader {
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
}

@media screen and (min-width: 768px) {
	.pageHeader {
		padding-bottom: 16px;
		margin: 52px -1.25rem 0;
	}
}

.pageHeader__title {
	font-size: 21px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.pageHeader__title {
		font-size: 36px;
	}
}

.pageLead {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.pageLead {
		margin-top: 16px;
	}
}

.estimateForm {
  display: none;
	margin-top: 30px;
  margin-bottom: 110px;
}

@media screen and (min-width: 768px) {
	.estimateForm {
		margin-top: 44px;
    margin-bottom: 0;
	}
}

.estimateForm.is-active {
  display: block;
  animation: fade 0.3s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.estimateFormSection + .estimateFormSection {
	margin-top: 54px;
}

@media screen and (min-width: 768px) {
	.estimateFormSection + .estimateFormSection {
		margin-top: 38px;
	}
}

.estimateFormSection__title {
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	background-color: #e9e9e9;
	padding: 10px;
  margin: 0;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__title {
		font-size: 24px;
		padding: 22px;
		margin-inline: -1.25rem;
	}
}

.estimateFormSection__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px 8px;
	margin: 32px 0 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__list {
		grid-template-columns: repeat(5, 1fr);
		gap: 26px 20px;
		margin: 28px 0 0;
	}
}

.estimateFormSection__item {
	display: inherit;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
}

.estimateFormSection__itemLabel {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: inherit;
	margin: 0;
}

.estimateFormSection__itemCard {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: span 3;
	border: 1px solid #7d7d7d;
}

.estimateFormSection__itemImageWrap {
	text-align: center;
}

.estimateFormSection__itemContent {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: inherit;
	padding: 8px;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__itemContent {
		padding: 10px;
	}
}

.estimateFormSection__itemHeading {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: inherit;
	margin-top: 4px;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__itemHeading {
		margin-top: 6px;
	}
}

.estimateFormSection__itemHeadingNumber {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.estimateFormSection__itemHeadingTitle {
	font-size: 13px !important;
	line-height: 1.5;
	font-weight: bold;
	color: #0080bc;
	margin: 4px 0 0;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__itemHeadingTitle {
		margin: 2px 0 0;
	}
}

.estimateFormSection__itemRadioWrap {
  display: block;
  position: relative;
  margin: 14px auto 0;
  line-height: 1;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
	.estimateFormSection__itemRadioWrap {
		margin: 20px auto 0;
	}
}

.estimateFormSection__itemRadioWrap:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.estimateFormSection__itemRadioWrap::before {
  content: "";
  position: relative;
  left: 50%;
  transform: translateX(-50%);
	display: inline-block;
  width: 2em;
  height: 2em;
	border: 1px solid #989898;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}

.estimateFormSection__itemRadioWrap::after {
  content: "";
  display: none;
}

.estimateFormSection__itemRadioWrap:has(.estimateFormSection__itemRadio:checked)::after {
  display: inline-block;
  position: absolute;
	top: 0.3em;
	left: 50%;
	transform: translateX(-50%);
  width: 1.4em;
  height: 1.4em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #7d7d7d;
  line-height: 1;
}

.estimateFormSection__itemRadio {
  opacity: 0;
  position: absolute;
}

.estimateFormSectionRequiredCountList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22.5px 8px;
	margin: 26px 0 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.estimateFormSectionRequiredCountList {
		grid-template-columns: repeat(5, 1fr);
		gap: 40px 20px;
		margin: 50px 0 0;
	}
}

.estimateFormSectionRequiredCountList__item {
	display: inherit;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
}

.estimateFormSectionRequiredCountList__itemLabel {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: inherit;
	margin: 0;
}

.estimateFormSectionRequiredCount {
	display: inherit;
	grid-template-rows: inherit;
	grid-row: inherit;
}

.estimateFormSectionRequiredCount__color {
	text-align: center;
	margin: 0;
}

.estimateFormSectionRequiredCount__imageWrap {
	text-align: center;
	border: 1px solid #7d7d7d;
	margin-top: 4px;
}

.estimateFormSectionRequiredCount__inputWrap {
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.estimateFormSectionRequiredCount__inputWrap {
		margin-top: 20px;
	}
}

.estimateFormSectionRequiredCount__input {
  appearance: none;
  width: 125px;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #707070;
  font-family: inherit;
}

@media screen and (min-width: 768px) {
	.estimateFormSectionRequiredCount__input {
		width: 75%;
		padding: 2px 8px;
	}
}

.estimateFormSectionRequiredCount__input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.estimateFormSectionRequiredCount__unit {
	margin-left: 14px;
}

.total {
	text-align: center;
	margin-top: 60px;
}

.total__box {
	font-size: 19px;
	font-weight: bold;
	border: 2px solid #7d7d7d;
	padding: 10px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.total__box {
		font-size: 24px;
		width: 100%;
		max-width: 676px;
		margin: 0 auto;
	}
}

.total__note {
	margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
	.total__note {
		margin: 6px 0 0;
	}
}

/* table独自のdisplay値があるため、PCレイアウトを標準として、SPレイアウト時にメディアクエリでblockで上書き */
.contactTable {
	width: 100%;
}

@media screen and (max-width: 767px) {
  .contactTable__row,
  .contactTable__header,
  .contactTable__data {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contactTable__row {
    border-bottom: 1px solid #ccc;
    padding: 26px 0;
  }
}

.contactTable__header,
.contactTable__data {
	border-bottom: 1px dashed #ccc;
}

.contactTable__row--count .contactTable__header,
.contactTable__row--count .contactTable__data {
	border-bottom: none;
}

.contactTable__header {
	font-weight: normal;
	width: 19%;
}

@media screen and (max-width: 767px) {
  .contactTable__header {
    width: auto;
    font-size: 19px;
    border-bottom: none;
  }
}

.contactTable__inputLabel {
	margin: 0;
}

.contactTable__require {
	color: #c31920;
}

.contactTable__data {
	width: 80%;
	padding: 26px 0 26px 1%;
}

@media screen and (max-width: 767px) {
  .contactTable__data {
    width: auto;
    padding: 0;
    border-bottom: none;
    margin-top: 24px;
  }
}

.contactTable__inputFieldInner {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 767px) {
  .contactTable__inputFieldInner {
    flex-direction: column;
    gap: 0px;
  }
}

.contactTable__radioList {
	flex-grow: 1;
	padding: 0;
	margin: 0;
}

.contactTable__radioListItem:nth-of-type(n + 2) {
	margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .contactTable__radioListItem:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}

.contactTable__label {
	margin: 0;
}

.contactTable__radio {
  opacity: 0;
  position: absolute;
}

.contactTable__radioLabel {
  display: inline-block;
  position: relative;
  padding: 0.65em 0.3em 0.65em 2.8em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contactTable__radioLabel {
    padding: 0.4em 0.3em 0.4em 2.6em;
    line-height: 1.5;
}
}

.contactTable__radio:focus + .contactTable__radioLabel {
	outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.contactTable__radioLabel::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 2em;
  height: 2em;
	border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}

.contactTable__radioLabel::after {
	content: "";
  display: none;
}

.contactTable__radio:checked + .contactTable__radioLabel::after {
	display: block;
  position: absolute;
	top: 0.5em;
	left: 0.35em;
  width: 1.4em;
  height: 1.4em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #7d7d7d;
  line-height: 1;
}

.contactTable__textareaWrap {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .contactTable__textareaWrap {
    margin-top: 12px;
  }
}

.contactTable__textarea {
	width: 100%;
	height: 138px;
	border: 1px solid #7d7d7d;
	padding: 6px 18px;
}

@media screen and (max-width: 767px) {
  .contactTable__textarea {
    height: 200px;
    padding: 8px;
  }
}

.contactTable__textarea:disabled {
  background-color: #ccc;
}

.contactTable__textarea:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.contactTable__textarea::placeholder {
	color: #c8c9c9;
}

.contactTable__imageWrap {
	flex-shrink: 0;
  align-self: center;
	width: 212px;
  text-align: center;
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .contactTable__imageWrap {
    width: auto;
    padding: 40px 106px;
  }
}

.contactTable__row--font .contactTable__imageWrap {
	width: 444px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .contactTable__row--font .contactTable__imageWrap {
    width: auto;
    margin-top: 32px;
  }
}

.upfile {
	padding: 0;
}

.upfile__input {
	width: 100%;
}

@media screen and (max-width: 767px) {
  .upfile__input {
    font-size: 13px;
  }
}

.upfile__input::-webkit-file-upload-button {
	width: 168px;
	padding: 6px;
	margin-right: 13px;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .upfile__input::-webkit-file-upload-button {
    padding: 8px;
    margin-right: 28px;
  }
}

.upfile__item:nth-of-type(n + 2) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .upfile__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.contactTable__note {
	font-size: 14px;
	color: #0000ff;
	margin: 10px 0 0;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .contactTable__note {
    font-size: 13px;
    margin: 28px 0 0;
    line-height: 1.8;
  }
}

.contactTable__row--demand .contactTable__header,
.contactTable__row--demand .contactTable__data {
	border: none;
}

.contactTable__row--demand .contactTable__textarea {
	height: 200px;
}

.contactTable__input {
  appearance: none;
  width: 100%;
	max-width: 444px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #7d7d7d;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .contactTable__input {
    max-width: none;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #7d7d7d;
    font-family: inherit;
  }
}

.contactTable__row--count .contactTable__input {
  max-width: 165px;
}

.contactTable__input:focus {
	outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.contactTable__input::placeholder {
	color: #c8c9c9;
}

.postal-mark {
	display: inline-block;
	margin-right: 6px;
}

.contactTable__inputFieldAddress {
	appearance: none;
  width: 100%;
	max-width: 676px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #7d7d7d;
  font-family: inherit;
	display: block;
}

@media screen and (max-width: 767px) {
  .contactTable__inputFieldAddress {
    max-width: none;
    padding: 8px 10px;
  }
}

.contactTable__inputFieldAddress:focus {
	outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}

.contactTable__inputFieldAddress:nth-of-type(n + 2) {
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .contactTable__inputFieldAddress:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}

.contactTable__inputFieldAddress--postalCode {
	display: inline-block;
	max-width: 182px;
}

@media screen and (max-width: 767px) {
  .contactTable__inputFieldAddress--postalCode {
    max-width: none;
    width: 144px;
  }
}

.contactTable__inputFieldAddress::placeholder {
	color: #c8c9c9;
}

.contactTable__inputFieldAddressLink {
	display: inline-block;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contactTable__inputFieldAddressLink {
    margin-left: 20px;
  }
}

.contactTable__inputFieldAddressLink::before {
	content: "\f059";
	font-family: "FontAwesome-solid";
}

.contactTable__inputField + .contactTable__inputField {
	margin-top: 18px;
}

.estimateForm__btnWrap {
	display: flex;
	justify-content: center;
	margin-top: 62px;
  margin-bottom: 124px;
}

.estimateForm__btn {
  appearance: none;
  outline: none;
	width: 100%;
	max-width: 320px;
	font-size: 14.4px;
	color: #fff;
	background-color: #c41c23;
  border: none;
	padding: 13px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	transition: all 0.15s;
}

@media screen and (max-width: 767px) {
  .estimateForm__btn {
    width: 47%;
    padding: 16px;
  }
}

.estimateForm__btn:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

.contactTable__error {
  margin: 0;
  color: #DF5656;
  font-weight: bold;
}

label.error {
  margin: 0;
}

.estimateForm input[name="合計個数"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}

/* 商品一覧カード型デザイン
---------------------------------- */
.lineupList,
.lineupList * {
  margin: 0;
  padding: 0;
}

.lineupList {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(60 / 750 * 100vw) calc(10 / 750 * 100vw);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .lineupList {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 12px;
    margin-top: 50px;
  }

  @-moz-document url-prefix() {
    .lineupList {
      gap: 4px 12px;
    }
  }
}

.lineupList__item {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 11;
  gap: 0;
  border: 1px solid #999;
}

.lineupList__link {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 8;
  gap: inherit;
  color: #333;
  transition: all 0.3s;
}

.lineupList__link:hover,
.lineupList__item:has(.lineupList__btnWrap .lineupList__btn:hover) .lineupList__link {
  text-decoration: none;
  color: #333;
  opacity: 0.7;
}

.lineupList__imgWrap {
  text-align: center;
}

.lineupList__content {
  padding: calc(10 / 750 * 100vw) calc(5 / 750 * 100vw);
  display: inherit;
  grid-template-rows: inherit;
  grid-row: span 7;
  gap: inherit;
}

@media screen and (min-width: 768px) {
  .lineupList__content {
    padding: 10px 10px 14px;
  }
}

.lineupList__productName {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: span 2;
  gap: inherit;
}

.lineupList__productNameSub {
  font-size: calc(20 / 750 * 100vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .lineupList__productNameSub {
    font-size: 12px;
  }
}

.lineupList__productNameSubLast {
  display: inline-block;
  font-size: calc(20 / 750 * 100vw);
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .lineupList__productNameSubLast {
    font-size: 12px;
  }
}

.lineupList__productNameMain {
  font-size: calc(24 / 750 * 100vw);
  color: #0080BC;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: calc(4 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .lineupList__productNameMain {
    font-size: 16px;
    margin-top: 6px;
  }
}

.lineupList__price {
  line-height: 1;
	display: inherit;
	grid-template-rows: subgrid;
	grid-row: span 2;
}

@media screen and (min-width: 768px) {
  .lineupList__price {
    margin-top: 4px;
  }
}

.lineupList__priceTaxIncluded {
  font-size: calc(36 / 750 * 100vw);
  color: #C41C23;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 768px) {
  .lineupList__priceTaxIncluded {
    font-size: 22px;
  }
}

.lineupList__priceTaxIncludedUnit {
  font-size: calc(24 / 750 * 100vw);
  display: inline-block;
  margin-left: calc(4 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .lineupList__priceTaxIncludedUnit {
    font-size: 16px;
    margin-left: 0;
  }
}

.lineupList__priceText {
  font-size: calc(20 / 750 * 100vw);
  margin-left: calc(-8 / 750 * 100vw);
  color: #333;
}

@media screen and (min-width: 768px) {
  .lineupList__priceText {
    font-size: 10px;
    margin-left: -6px;
  }
}

.lineupList__priceTaxExcluded {
  font-family: "Noto Sans JP", serif;
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(8 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .lineupList__priceTaxExcluded {
    font-size: 12px;
    margin-top: 5px;
  }
}

.lineupList__rating {
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(14 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .lineupList__rating {
    font-size: 12px;
    margin-top: 16px;
  }
}

.lineupList__size {
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(14 / 750 * 100vw);
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 768px) {
  .lineupList__size {
    font-size: 12px;
    margin-top: 10px;
  }
}

.lineupList__lot {
  font-size: calc(20 / 750 * 100vw);
  margin-top: calc(10 / 750 * 100vw);
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 768px) {
  .lineupList__lot {
    font-size: 12px;
    margin-top: 10px;
  }
}

.lineupList__tag {
  margin-top: calc(16 / 750 * 100vw);
  grid-row: -1;
}

@media screen and (min-width: 768px) {
  .lineupList__tag {
    margin-top: 8px;
  }
}

.tagList {
  display: flex;
  align-items: flex-start;
  gap: calc(10 / 750 * 100vw);
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .tagList {
    gap: 5px;
  }
}

.tagList__item {
  font-size: calc(22 / 750 * 100vw);
  color: #0080BC;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  border-radius: 9999px;
  line-height: 1;
  padding: calc(8 / 750 * 100vw) calc(14 / 750 * 100vw);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tagList__item {
    font-size: 12px;
    border: 2px solid;
    padding: 6px 6px;
  }
}

.tagList__item--impossible {
  color: #7d7d7d;
  background-color: #e9e9e9;
}

.tab {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.tab__menuItem {
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
  background-color: #E0E0E0;
  padding: calc(6 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .tab__menuItem {
    font-size: 16px;
    padding: 3px;
  }
}

.tab__content {
  padding: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) calc(52 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .tab__content {
    padding: 8px 10px 34px;
  }
}

.tab__contentItem {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.8;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}

@media screen and (min-width: 768px) {
  .tab__contentItem {
    font-size: 14px;
    line-height: 1.5;
  }
}

.tab__contentText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  transition: 'max-height' 0.3s;
  max-height: 3.5em;
}

.tab__contentBtnWrap {
  text-align: center;
  margin-top: calc(8 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .tab__contentBtnWrap {
    margin-top: 4px;
  }
}

.tab__contentBtn {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  color: #C41C23;
  font-weight: bold;
}

.tab__contentBtn:hover,
.tab__contentBtn:focus {
  text-decoration: underline;
}

.lineupList__btnWrap {
  text-align: center;
}

.lineupList__btn {
  display: block;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  color: #FFF;
  background-color: #494949;
  font-weight: bold;
  padding: calc(18 / 750 * 100vw);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .lineupList__btn {
    font-size: 16px;
    padding: 8px;
  }
}

.lineupList__btn:hover,
.lineupList__link:hover ~ .lineupList__btnWrap .lineupList__btn {
  opacity: 0.8;
  text-decoration: none;
  color: #FFF;
}

/* トップページのノベルティをブランドで探すセクション
---------------------------------- */
.brand__list {
  margin-top: calc(20 / 750 * 100vw);
  display: flex;
  gap: calc(20 / 750 * 100vw) calc(15 / 750 * 100vw);
  flex-wrap: wrap;
	padding: 0;
}

@media screen and (min-width: 768px) {
  .brand__list {
    margin-top: 30px;
    gap: 10px;
  }
}

.brand__item {
  width: calc((100% - calc(15 / 750 * 100vw) * 2) / 3);
}

@media screen and (min-width: 768px) {
  .brand__item {
    width: calc((100% - 10px * 4) / 5);
  }
}

.brandCard {
  display: block;
  padding-top: calc(4.5 / 750 * 100vw);
  padding-bottom: calc(4 / 750 * 100vw);
  border: 2px solid #ED6D00;
  border-radius: 10px;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .brandCard {
    padding-top: 7px;
		padding-bottom: 4px;
		transition: all 0.3s;
  }

	.brandCard:hover {
		text-decoration: none;
		opacity: 0.6;
		color: inherit;
  }
}

.brandCard__figure {
  text-align: center;
	margin: 0;
}

.brandCard__image {
  width: calc(202 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .brandCard__image {
    width: 90%;
  }
}

.brandCard__figcaption {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.3;
	margin-top: calc(12 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .brandCard__figcaption {
    font-size: 14px;
		margin-top: 6px;
  }
}

/* 提案書ダウンロード
---------------------------------- */
/* 取引先への商品提案にご活用ください！ */
.productProposalList {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: calc(40 / 750 * 100vw);
	padding: 0;
	margin: 0;
  @media screen and (min-width: 768px) {
    flex-direction: row;
    align-items: flex-start;
    gap: 21px;
  }
}

.productProposalList__item {
	padding: calc(20 / 750 * 100vw) calc(16 / 750 * 100vw);
	background-color: #fff8fb;
	width: calc(542 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    padding: 13px 10px 10px;
    width: calc((100% - 21px * 2) / 3);
  }
}

.productProposalList__itemTitle {
	font-size: calc(36 / 750 * 100vw);
	font-weight: bold;
	margin-bottom: 0;
  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.productProposalList__itemText {
	font-size: calc(26 / 750 * 100vw);
	line-height: 1.8;
	margin-bottom: 0;
	margin-top: calc(14 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    font-size: 13px;
    margin-top: 10px;
  }
}

.productProposalList__itemImageWrap {
	margin-top: calc(66 / 750 * 100vw);
	text-align: center;
  @media screen and (min-width: 768px) {
    margin-top: 30px;
  }
}

/* 提案書の種類 */
.proposalType {
	margin-top: calc(88 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    margin-top: 26px;
  }
}

.proposalType__box {
	border: 1px solid #d049a8;
	padding: calc(40 / 750 * 100vw) calc(23 / 750 * 100vw);
	color: #d049a8;
  @media screen and (min-width: 768px) {
    padding: 14px 25px;
  }
}

.proposalType__title {
	font-size: calc(42 / 750 * 100vw);
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid;
	padding-bottom: calc(18 / 750 * 100vw);
	margin-bottom: 0;
  @media screen and (min-width: 768px) {
    font-size: 30px;
    padding-bottom: 6px;
  }
}

.proposalType__lead {
	font-size: calc(28 / 750 * 100vw);
	line-height: 1.5;
	margin-top: calc(12 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
  }
}

.proposalType__box .no-sp {
	display: none;
	@media (min-width: 768px) {
		display: inline-block;
	}
}

.proposalType__box .no-pc {
	@media (min-width: 768px) {
		display: none;
	}
}

.proposalTypeCategory {
	margin-bottom: 0;
}

.proposalTypeCategory + .proposalTypeCategory {
	margin-top: calc(30 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    margin-top: 22px;
  }
}

.proposalTypeCategory__term {
	width: calc(330 / 750 * 100vw);
	text-align: center;
	font-size: calc(32 / 750 * 100vw);
	font-weight: bold;
	background-color: #ffdbe9;
	padding: calc(2 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    width: 165px;
    font-size: 16px;
    padding: 2px;
  }
}

.proposalTypeCategory__definition {
	display: flex;
	flex-wrap: wrap;
	gap: calc(8 / 750 * 100vw) calc(28 / 750 * 100vw);
	margin-top: calc(20 / 750 * 100vw);
	margin-bottom: 0;
  @media screen and (min-width: 768px) {
    gap: 6px 14px;
    margin-top: 12px;
  }
}

.proposalTypeCategory__definitionLink {
	color: #333;
	font-size: calc(28 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    font-size: 14px;
  }
}

.proposalTypeCategory__definitionLink:hover,
.proposalTypeCategory__definitionLink:focus {
	color: #2da5dd;
	text-decoration: none;
}

.proposalTypeCategory__definitionLink::before {
	content: '・';
	color: inherit;
}

.proposalType__linkTarget {
	margin-top: calc(104 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    margin-top: 40px;
  }
}

.seek {
	display: flex;
	flex-direction: column;
	gap: calc(126 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    gap: 68px;
  }
}

.seek__title {
	font-size: calc(36 / 750 * 100vw) !important;
	font-weight: bold;
	background-color: #ededed;
	text-align: center;
	padding: calc(18 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    font-size: 24px !important;
    padding: 10px;
  }
}

.seekList {
	display: flex;
	flex-direction: column;
	gap: calc(60 / 750 * 100vw);
	margin-top: calc(60 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px 20px;
    margin-top: 30px;
  }
}

.seekList__item {
  scroll-margin-top: calc(60 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    scroll-margin-top: 28px;
    width: calc((100% - 20px) / 2);
  }
}

.seekList__title {
	text-transform: uppercase;
	font-size: calc(36 / 750 * 100vw) !important;
	text-align: center;
	padding: calc(8 / 750 * 100vw);
	background-color: #ffdbe9;
	border-radius: 9999px;
	margin-bottom: 0;
  @media screen and (min-width: 768px) {
    font-size: 18px !important;
    padding: 4px;
  }
}

.seekChildList {
	display: flex;
	gap: calc(9 / 750 * 100vw);
	padding: 0;
	margin-top: calc(32 / 750 * 100vw);
	margin-bottom: 0;
  @media screen and (min-width: 768px) {
    gap: 9px;
    margin-top: 14px;
  }
}

.seekChildList__item {
	width: calc((100% - calc(9 / 750 * 100vw) * 2) / 3);
	text-align: center;
  @media screen and (min-width: 768px) {
    width: calc((100% - 9px * 2) / 3);
  }
}

.seekChildList__title {
	font-size: calc(28 / 750 * 100vw);
	margin: 0;
  @media screen and (min-width: 768px) {
    font-size: 18px;
  }
}

.seekChildList__btn {
	margin-top: calc(10 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    margin-top: 2px;
  }
}

.proposalDownloadBtn {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
  width: 100%;
  padding: calc(28 / 750 * 100vw);
  border: 2px solid;
  border-radius: 6px;
  font-weight: bold;
  font-size: calc(32 / 750 * 100vw);
	color: #d049a8;
	letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  @media screen and (min-width: 768px) {
    padding: 10px;
    font-size: 16px;
  }
}

.proposalDownloadBtn:hover,
.proposalDownloadBtn:focus {
	opacity: 0.7;
	color: #d049a8;
	text-decoration: none;
}

.proposalDownloadBtn::after {
	content: '';
	display: inline-block;
	background: url('../images/icon_download_02.png') center center / contain no-repeat;
	width: calc(36 / 750 * 100vw);
	height: calc(34 / 750 * 100vw);
	vertical-align: bottom;
	margin-left: calc(8 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    width: 18px;
    height: 17px;
    margin-left: 8px;
  }
}

.seekListWrap {
	margin-top: calc(52 / 750 * 100vw);
  @media (min-width: 768px) {
    margin-top: 28px;
  }
}

.seekListWrap + .seekListWrap {
	margin-top: calc(120 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    margin-top: 54px;
  }
}

.seekListWrap__title {
	font-size: calc(36 / 750 * 100vw) !important;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d049a8;
	padding-bottom: calc(12 / 750 * 100vw);
	margin-bottom: 0;
  scroll-margin-top: calc(52 / 750 * 100vw);
  @media screen and (min-width: 768px) {
    font-size: 24px !important;
    padding-bottom: 4px;
    scroll-margin-top: 28px;
  }
}

/* トップページのスライダー
---------------------------------- */
.mv {
  margin-inline: -7.5px;
  min-height: 179px;
}

@media (min-width: 768px) {
  .mv {
    margin-inline: 0;
    min-height: 321px;
  }
}

.mv-slick {
  position: relative;
}

/* CLS,LCP */
.mv-slick__wrap > .mv-slick__img-wrap:not(:first-child) {
  display: none;
}

/* CLS,LCP */
.mv-slick__wrap > .mv-slick__img-wrap:first-child,
.mv-slick__wrap > .mv-slick__img-wrap:first-child img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 1px;
}

/* CLS,LCP */
.slick-initialized .mv-slick__img-wrap:not(:first-child) {
  display: block;
}

.mv-slick__img-wrap {
  text-align: center;
}

.mv-slick .slick-list::before,
.mv-slick .slick-list::after {
  @media screen and (min-width: 768px) {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 6.3%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.5);
    z-index: 1;
  }
}

.mv-slick .slick-list::before {
  left: 0;
}

.mv-slick .slick-list::after {
  right: 0;
}

.mv-slick__link {
  display: block;
}

.mv-slick__link:hover,
.mv-slick__link:focus {
  opacity: 0.8;
}

.mv-slick__arrow {
  position: absolute;
  display: block;
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  top: 33%;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  cursor: pointer;
  @media screen and (min-width: 768px) {
    top: 50%;
    width: 40px;
    height: 40px;
  }
}

.mv-slick__arrow img {
  vertical-align: top;
}

.mv-slick__arrow:hover,
.mv-slick__arrow:focus {
  opacity: 0.8;
}

.mv-slick__arrow--prev {
  left: 1.5%;
  @media screen and (min-width: 768px) {
    transform: translateY(-70%);
    left: 4%;
  }
}

.mv-slick__arrow--next {
  transform: scale(-1, 1);
  right: 1.5%;
  @media screen and (min-width: 768px) {
    transform: translateY(-70%) scale(-1, 1);
    right: 4%;
  }
}

/* パンくずリスト */
.ec-breadcrumbs ol {
  list-style: none;
  padding: 0;
  overflow-x: auto;
  display: flex;
}

.ec-breadcrumbs li {
  flex-shrink: 0;
}

.ec-breadcrumbs a {
  text-decoration: none;
}

.ec-breadcrumbs span {
  margin: 0 5px;
}

/*!
component > month-event-list
------------------------------
*/
.c-month-event-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .c-month-event-list-wrap {
    gap: 12px;
  }
}

.c-month-event-list {
	display: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
	.c-month-event-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
}

.c-month-event-list.is-show {
  display: grid;
}

.c-month-event-list__link {
  transition: all 0.3s;
}

.c-month-event-list__link:hover {
  opacity: 0.7;
}

.c-month-event-list__item-figure {
  position: relative;
  margin: 0;
}

.c-month-event-list__item-figure img {
  height: 100%;
  object-fit: cover;
}

.c-month-event-list__item-figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgb(0 0 0 / 0.5);
  padding: 4px;
}

@media (min-width: 768px) {
  .c-month-event-list__item-figcaption {
    font-size: 24px;
    padding: 0;
  }
}

/*!
page > popularity > popularity-btn-list
------------------------------
*/
.popularity-btn-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px 10px;
	margin: 0;
	padding: 0;
}

.popularity-btn-list--col3 {
	margin-top: 26px;
	gap: 32px 10px;
}

@media (min-width: 768px) {
	.popularity-btn-list--col3 {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin-top: 34px;
	}

	.popularity-btn-list--col5 {
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
		margin-top: 46px;
	}
}

.popularity-btn-list__item {
	text-align: center;
}

.popularity-btn-list__item-copy {
	font-size: 12px;
	color: #12b8c2;
	position: relative;
}

@media (min-width: 768px) {
	.popularity-btn-list__item-copy {
		font-size: 13px;
	}
}

.popularity-btn-list__item-copy::before,
.popularity-btn-list__item-copy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	bottom: 14px;
	background-color: currentColor;
}

@media (min-width: 768px) {
	.popularity-btn-list__item-copy::before,
	.popularity-btn-list__item-copy::after {
		width: 32px;
		bottom: 18px;
	}
}

.popularity-btn-list__item-copy::before {
	left: 0;
	transform: rotate(58deg);
}

@media (min-width: 768px) {
	.popularity-btn-list__item-copy::before {
		left: -6px;
	}
}

.popularity-btn-list__item-copy::after {
	right: 0;
	transform: rotate(-58deg);
}

@media (min-width: 768px) {
	.popularity-btn-list__item-copy::after {
		right: -6px;
	}
}

.popularity-btn-list__link {
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #12b8c2;
	padding: 10px 0 14px;
	border-radius: 5px;
	position: relative;
}

@media (min-width: 768px) {
	.popularity-btn-list__link {
		padding: 8px 0 34px;
		border-radius: 10px;
		transition: all 0.3s;
		margin-top: 4px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.popularity-btn-list__link:hover {
		color: #fff;
		text-decoration: none;
		background-color: #098895;
	}
}

.popularity-btn-list__link-arrow {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: 5px;
}

@media (min-width: 768px) {
	.popularity-btn-list__link-arrow {
		position: absolute;
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
		width: 10px;
		height: 10px;
	}

	.popularity-btn-list__link:hover .popularity-btn-list__link-arrow:first-child {
		animation: arrow-move 2s ease-in-out infinite;
	}
	
	.popularity-btn-list__link:hover .popularity-btn-list__link-arrow:nth-child(2) {
		animation: arrow-move 2s 1s ease-in-out infinite;
	}

	.popularity-btn-list__link-arrow:hover {
		bottom: 10px;
		opacity: 0;
	}
}

.popularity-btn-list__link-arrow::before,
.popularity-btn-list__link-arrow::after {
	position: absolute;
	content: '';
	top: 0;
	width: 8px;
	height: 2px;
	border-radius: 9999px;
	background: #fff;
}

@media (min-width: 768px) {
	.popularity-btn-list__link-arrow::before,
	.popularity-btn-list__link-arrow::after {
		position: absolute;
		content: '';
		top: 0;
		width: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
	}
}

.popularity-btn-list__link-arrow:before {
	left: 1px;
	transform: rotate(135deg);
}

@media (min-width: 768px) {
	.popularity-btn-list__link-arrow:before {
		left: 2px;
		transform: rotate(135deg);
	}
}

.popularity-btn-list__link-arrow:after {
	right: 1px;
	transform: rotate(-135deg);
}

@media (min-width: 768px) {
	.popularity-btn-list__link-arrow:after {
		right: 2px;
		transform: rotate(-135deg);
	}
}

@keyframes arrow-move {
	0% {
		opacity: 1;
		bottom: 14px;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		bottom: 0;
	}
}

/*!
page > popularity > popularity-perpetual
------------------------------
*/
.popularity-perpetual {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.popularity-perpetual {
		margin-top: 120px;
	}
}


/*!
page > popularity > popularity-title-level3
------------------------------
*/
.popularity-title-level3 {
	font-weight: bold;
	font-size: 20px !important;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	background-color: #686868;
	padding: 12px 4px;
	clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {
	.popularity-title-level3 {
		font-size: 24px !important;
		padding: 14px 4px;
		clip-path: polygon(3.6% 0, 96.4% 0, 100% 100%, 0% 100%);
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
  .popularity-title-level3-br-sp {
    display: none;
  }
}

.popularity-title-level3-br-pc {
  display: none;
}

@media (min-width: 768px) {
  .popularity-title-level3-br-pc {
    display: block;
  }
}

/*!
page > popularity > popular-top3
------------------------------
*/
.popular-top3.js-popular-top3 {
  display: none;
}

.popular-top3.popular-top3--active {
  display: block;
  animation-name: popularTop3Anime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes popularTop3Anime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.popular-top3__button-wrap {
  margin-top: 40px;
}

.popular-top3__button {
  display: block;
  max-width: 500px;
  margin: auto;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background: #ed6c00;
  text-align: center;
  border-radius: 9999px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .popular-top3__button {
    font-size: 18px;
  }
}

.popular-top3__button::after {
  content: "▶";
  display: inline-block;
  font-size: 16px;
  margin-left: 8px;
}

.popular-top3__button:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

/*!
page > popularity > popularity-tab-list
------------------------------
*/
.popularity-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .popularity-tab-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .popularity-tab-list--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.popularity-tab-list__link {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #333;
  position: relative;
}

.popularity-tab-list__link--active {
  color: #098895;
}

.popularity-tab-list__link--active::before,
.popularity-tab-list__link:hover::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #098895;
  height: 6px;
  width: 100%;
  transition: width 0.3s ease;
}

.popularity-tab-list__link:hover {
  text-decoration: none;
  color: #098895;
}

/*!
page > popularity > find-per-month__calendar
------------------------------
*/
.find-per-month__calendar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .find-per-month__calendar {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}

.find-per-month__calendar-tab {
  height: 68.5px;
  display: flex;
  flex-direction: column;
  padding: 2px 16px 6px 10px;
  border: 1px solid #C9CACA;
  background-color: #FFFFFF;
  box-shadow: 3px 4px 4.75px 0.25px rgb(0 0 0 / 0.15);
  position: relative;
  color: #333;
}

@media (min-width: 768px) {
  .find-per-month__calendar-tab {
    height: 78px;
    padding: 2px 20px 6px 10px;
  }
}

.find-per-month__calendar-tab:hover {
  text-decoration: none;
  color: #333;
  background-color: #FFF6DD;
}

.find-per-month__calendar-tab--active {
  background-color: #FFF6DD;
}

.find-per-month__calendar-tab::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 11.5px;
  background-color: #FFD67F;
}

@media (min-width: 768px) {
  .find-per-month__calendar-tab::after {
    width: 13px;
  }
}

.find-per-month__calendar-tab-main {
  font-size: 15px;
  font-style: italic;
}

@media (min-width: 768px) {
  .find-per-month__calendar-tab-main {
    font-size: 18px;
  }
}

.find-per-month__calendar-tab-sub {
  font-size: 12px;
  font-style: italic;
  color: #999;
  align-self: end;
  margin-top: auto;
}

@media (min-width: 768px) {
  .find-per-month__calendar-tab-sub {
    font-size: 14px;
  }
}

.find-per-month__content-list {
	margin-top: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #7d7d7d;
}

.find-per-month__content-item {
	display: none;
}

.find-per-month__content-item--active {
	display: block;
	animation-name: calendarAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes calendarAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.find-per-month__content-child-list {
	padding: 20px 0 0;
  margin-top: 60px;
  border-top: 1px solid #7d7d7d;
}

/*!
page > top > top-intro
------------------------------
*/
.top-intro {
  margin-top: 12px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-intro {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.top-intro__btn-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  padding: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .top-intro__btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.top-intro__btn {
  display: block;
  min-height: 80px;
  border: 2px solid #ED6D00;
  border-radius: 13px;
  background-color: #FFFFFF;
  padding: 4px 8px;
  position: relative;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .top-intro__btn {
    min-height: 68.5px;
    border-radius: 10px;
    padding: 2px 8px;
  }
}

.top-intro__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.top-intro__btn::after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 18px;
  height: 18px;
  background-image: url('/html/template/novelty/images/icon_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .top-intro__btn::after {
    right: 4px;
    bottom: 4px;
    width: 15px;
    height: 15px;
  }
}

.top-intro__btn-label {
  display: block;
  width: fit-content;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #ED6D00;
  text-align: center;
  border-radius: 9999px;
  line-height: 1;
  padding: 2px 8px;
}

@media (max-width: 767px) {
  .top-intro__btn-label {
    font-size: 12px;
    padding: 2px 6px;
  }
}

.top-intro__btn-title {
  font-size: 18px;
  color: #ED6D00;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .top-intro__btn-title {
    font-size: 15px;
  }
}

.premium_gift_series {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .premium_gift_series {
    margin-bottom: 32px;
  }
}

.premium_gift_series a:hover  {
  opacity: 0.5;
}


/*!
page > season > season-event
------------------------------
*/
.season-event-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

@media (min-width: 768px) {
  .season-event-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  } 
}

.season-event-list__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
  color: inherit;
  transition: all 0.3s;
  border-radius: 10px;
  background-color: #FFFBEF;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

@media (min-width: 768px) {
  .season-event-list__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .season-event-list__card:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
  }
}

.season-event-list__figure {
  position: relative;
  margin: 0;
}

.season-event-list__figure img {
  height: 100%;
  object-fit: cover;
}

.season-event-list__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgb(0 0 0 / 0.5);
  padding: 4px;
}

@media (min-width: 768px) {
  .season-event-list__figcaption {
    font-size: 24px;
  }
}

.season-event-list__content {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .season-event-list__content {
    font-size: 16px;
  }
}

.season-event-list__text {
  margin: 0;
}

.season-event-list__button {
  color: #ED6C00;
  font-weight: bold;
  margin-top: auto;
  padding: 10px 0 0 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .season-event-list__button {
    margin-top: 10px;
    padding: 0 0 0 10px;
  }
}

.season-event-list__button::after {
  content: '▶';
  margin-left: 1em;
}

/*!
page > season > popularity-novelty-goods
------------------------------
*/
.popularity-novelty-goods {
	margin-bottom: 50px;
}

.popularity-novelty-goods__title {
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
  .popularity-novelty-goods__title {
    font-size: 28px !important;
    margin-bottom: 30px;
  }
}

.popularity-novelty-goods-slick {
  padding: 0 20px;
  width: 95%;
  margin: 0 auto;
}

.popularity-novelty-goods-slick .slick-prev {
  left: -28px;
  z-index: 1;
}

@media (min-width: 768px) {
  .popularity-novelty-goods-slick .slick-prev {
    left: -36px;
  }
}

.popularity-novelty-goods-slick .slick-next {
  right: -28px;
}

@media (min-width: 768px) {
  .popularity-novelty-goods-slick .slick-next {
    right: -36px;
  }
}

.popularity-novelty-goods-slick__item {
  font-size: 13px !important;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .popularity-novelty-goods-slick__item {
    font-size: 14px !important;
  }
}

.popularity-novelty-goods-slick__link {
  display: block;
}

.popularity-novelty-goods-slick__link:hover .popularity-novelty-goods-slick__title {
  text-decoration: underline;
}

.popularity-novelty-goods-slick__title {
  font-size: 13px !important;
  color: #0080bc;
}

@media (min-width: 768px) {
  .popularity-novelty-goods-slick__title {
    margin-bottom: 4px;
  }
}

.popularity-novelty-goods-slick__price {
  color: #b12704;
}

/*!
page > season > new-product
------------------------------
*/
.new-product {
	margin-bottom: 50px;
}

.new-product__title {
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
  .new-product__title {
    font-size: 28px !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .new-product__slick {
    padding: 0 20px;
    width: 95%;
    margin: 0 auto;
  }
}

.new-product-slick .slick-prev {
  left: -12px;
  z-index: 1;
}

@media (min-width: 768px) {
  .new-product-slick .slick-prev {
    left: -36px;
  }
}

.new-product-slick .slick-next {
  right: -12px;
}

@media (min-width: 768px) {
  .new-product-slick .slick-next {
    right: -36px;
  }
}

.new-product-slick__item {
  font-size: 13px !important;
  padding: 0 4px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .new-product-slick__item {
    font-size: 14px !important;
  }
}

.new-product-slick__link {
  display: block;
  color: inherit;
}

.new-product-slick__link:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

.new-product-slick__img-wrap {
  position: relative;
  border: #bfbfbf solid 1px;
  margin-bottom: 8px;
}

.new-product-slick__img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 3em solid #b7190c;
  border-bottom: 3em solid transparent;
}

.new-product-slick__img-wrap::after {
  display: block;
  content: "New";
  position: absolute;
  top: 2px;
  right: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(45deg);
}

.new-product-slick__title {
  font-size: 13px !important;
}

@media (min-width: 768px) {
  .new-product-slick__title {
    margin-bottom: 4px;
  }
}

/*!
page > full-print-cool-neck-ring > full-print-cool-neck-ring-cta
------------------------------
*/
.full-print-cool-neck-ring-cta {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta {
    margin-bottom: 60px;
  }
}

.full-print-cool-neck-ring-cta__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__list {
    gap: 15px;
  }
}

.full-print-cool-neck-ring-cta__link {
  height: 100%;
  display: grid;
  border: 2px solid #e26a0d;
  border-radius: 6.5px;
  padding: 5.5px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__link {
    border-radius: 13px;
    transition: all 0.3s;
  }

  .full-print-cool-neck-ring-cta__link:hover,
  .full-print-cool-neck-ring-cta__link:focus {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__media {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 4px;
  }
}

.full-print-cool-neck-ring-cta__img {
  width: 75px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__img {
    width: auto;
  }
}

.full-print-cool-neck-ring-cta__body {
  color: #e26a0d;
}

.full-print-cool-neck-ring-cta__title {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__title {
    font-size: 24px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

.full-print-cool-neck-ring-cta__text {
  font-weight: bold;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.full-print-cool-neck-ring-cta__button {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #e26a0d;
  border-radius: 5px;
  padding: 8px 2px;
  margin-top: auto;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__button {
    font-size: 24px;
    border-radius: 10px;
  }
}

.full-print-cool-neck-ring-cta__button::after {
  content: '▶';
  margin-left: 0.3em;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-cta__button::after {
    font-size: 18px;
  }
}

/*!
page > full-print-cool-neck-ring > full-print-cool-neck-ring-usage
------------------------------
*/
.full-print-cool-neck-ring-usage__list {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-usage__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.full-print-cool-neck-ring-usage__item {
  margin-bottom: 0;
}

.full-print-cool-neck-ring-usage__item:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-usage__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.full-print-cool-neck-ring-usage__item-img {
  margin-bottom: 18px;
}

.full-print-cool-neck-ring-usage__item-title {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-usage__item-title {
    font-size: 24px;
  }
}

.full-print-cool-neck-ring-usage__item-text {
  margin-bottom: 0;
}

/*!
page > full-print-cool-neck-ring > full-print-cool-neck-ring-option
------------------------------
*/
.full-print-cool-neck-ring-option__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-option__list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-option__item {
    width: calc((100% - 15px) / 2);
  }
}

.full-print-cool-neck-ring-option__item-title {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	border: 3px solid #323333;
	width: 300px;
	margin: 8px auto 0;
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.full-print-cool-neck-ring-option__item-title {
		font-size: 20px !important;
		border: 3px solid #333435;
		width: 326px;
	}
}

.full-print-cool-neck-ring-option__item-img {
	margin-top: 20px;
}

.full-print-cool-neck-ring-option__item-text {
	margin-top: 8px;
	line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-option__item-text {
    margin-top: 18px;
  }
}

/*!
page > full-print-cool-neck-ring > full-print-cool-neck-ring-sample
------------------------------
*/
.full-print-cool-neck-ring-sample__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .full-print-cool-neck-ring-sample__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/*!
page > full-print-cool-neck-ring > full-print-cool-neck-ring-attention
------------------------------
*/
.full-print-cool-neck-ring-attention__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-attention__list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-attention__item {
    width: calc((100% - 15px) / 2);
  }
}

.full-print-cool-neck-ring-attention__item-title {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	text-align: center;
	border-radius: 9999px;
	border: 3px solid #323333;
	width: 300px;
	margin: 8px auto 0;
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.full-print-cool-neck-ring-attention__item-title {
		font-size: 20px !important;
		border: 3px solid #333435;
		width: 326px;
	}
}

.full-print-cool-neck-ring-attention__item-img {
	margin-top: 20px;
}

.full-print-cool-neck-ring-attention__item-text {
	margin-top: 8px;
  margin-bottom: 0;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .full-print-cool-neck-ring-attention__item-text {
    margin-top: 18px;
  }
}

/* WordPressのサイドバー余白調整 */
.widget dd {
  margin-bottom: 0;
}

#side-left > div.side-left__middle > dl > dt {
	/*width: 243px;*/
}
#category-navi > dt {
	/*width: 243px;*/
}

/* カテゴリー商品一覧ページ下のリンクバナー */
.site-banner {
    margin-top: 3rem;
}
.site-banner a img:hover {
    opacity: 0.75;
}



/*!
page > lamy > brand-item-pickup
------------------------------
*/
.brand-item-pickup__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .brand-item-pickup__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 35px;
  }
}

.brand-item-pickup__item-text-caution {
  color: #c41c23;
  margin-top: 20px;
}

/*!
layout > product-bottom-nav
------------------------------
*/
.l-product-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

@media (min-width: 768px) {
  .l-product-bottom-nav {
    display: none;
  }
}

.l-product-bottom-nav__link {
  display: block;
  color: #fff;
  background-color: #BF1A1F;
  text-align: center;
  padding-block: 10px;
  font-size: 20px;
  font-weight: bold;
}

.l-product-bottom-nav__link:hover {
  color: #fff;
  text-decoration: none;
}

/*!
page > tradelaw
------------------------------
*/
.company-profile__bank {
  width: 100%;
}

.company-profile__bank-header,
.company-profile__bank-data {
  border: 0.1rem solid #ccc;
  padding: 0.7rem 1.1rem;
  font-weight: normal;
}

.company-profile__bank-header {
	width: 30%;
	background: #eee;
}

.company-profile__bank-data {
  width: 70%;
}
