@charset "UTF-8";
@keyframes blink {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* $container-max-widths: (
  md: 620px,
  lg: 940px,
) !default; */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, vv
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
  outline: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

* {
  word-break: break-all;
}

body {
  background-color: #F7F9FA;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

pre {
  white-space: pre-line;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: .1s;
}

label {
  display: inline-block;
}

.h1, .h2, .h3, .h4 {
  font-weight: 900;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 24px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-style-disc li {
  padding-bottom: 24px;
}

.list-style-disc li:last-child {
  padding-bottom: 0;
}

.list-style-disc li::before {
  content: '';
  display: inline-block;
  background-color: #000000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 16px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.text-nowrap {
  white-space: nowrap;
}

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

.figure {
  display: inline-block;
}

.figure-caption {
  color: #d1d1d2;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 24px;
}

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

.table-product {
  width: 100%;
  border: 1px solid #D6D6D6;
}

@media (max-width: 1439.98px) {
  .table-product {
    min-width: 1350px;
  }
}

.table-product thead th {
  background: #F7F9FA;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding: 32px 24px;
}

.table-product td {
  font-size: 1.4rem;
  line-height: 2.28571;
  padding: 8px 24px;
}

.table-product td strong {
  font-weight: bold;
}

.pricing-plan-wrap {
  border: 1px solid  #d6d6d6;
  padding: calc(var(--cellSize)) calc(var(--cellSize));
  border-radius: 5px;
}

.pricing-plan-wrap table.pricing {
  border: 0;
}

.pricing-plan-wrap table.pricing tbody tr th, .pricing-plan-wrap table.pricing tbody tr td {
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px dashed #d6d6d6;
  vertical-align: middle;
  width: 25%;
  font-size: 1.6rem;
  padding: 25px 10px;
  line-break: 2;
}

.pricing-plan-wrap table.pricing tbody tr th {
  font-weight: bold;
}

.pricing-plan-wrap table.pricing tbody tr th span::before {
  content: '';
  background: url("$assets-2020-icon_ecf-png") center center no-repeat;
  background-size: cover;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
}

.pricing-plan-wrap table.pricing tbody tr td {
  font-size: 1.6rem;
  font-size: 1.2rem;
}

.pricing-plan-wrap table.pricing tbody tr td span.title {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}

.pricing-plan-wrap table.pricing tbody tr td span.num {
  font-size: 4.0rem;
  font-weight: bold;
  font-size: 2.8rem;
}

.pricing-plan-wrap table.pricing tbody tr td span.txt {
  font-size: 1.6rem;
  font-size: 1.2rem;
}

.pricing-plan-wrap table.pricing tbody tr:last-child th, .pricing-plan-wrap table.pricing tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-plan-wrap table.pricing tbody tr td {
  text-align: center;
}

.pricing-plan-wrap table.pricing tbody tr td:last-child {
  border-right: 0;
}

.main-head {
  background-color: #F7F9FA;
  padding: 40px 0;
  margin-bottom: 40px;
  padding: 64px 0;
  margin-bottom: 64px;
}

.page-title {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: .02em;
}

.page-title span {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 24px;
}

.sec-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.5;
  border-left: 8px solid #B4D0E7;
  padding: 2px 0 2px 16px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.post-grid {
  margin: -24px -20px;
}

@media (max-width: 1439.98px) {
  .post-grid {
    margin: 0;
  }
}

.post-grid__item {
  padding: 24px 20px;
}

@media (max-width: 1439.98px) {
  .post-grid__item {
    padding: 0 0 24px;
  }
  .post-grid__item:last-child {
    padding-bottom: 0;
  }
}

.post-grid__item .article {
  display: block;
}

@media (max-width: 1439.98px) {
  .post-grid__item .article {
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 1439.98px) {
  .post-grid__item .article > div {
    order: -1;
    flex-grow: 1;
  }
}

.post-grid__item .article > img {
  margin-bottom: 24px;
}

@media (max-width: 1439.98px) {
  .post-grid__item .article > img {
    margin-left: 16px;
    margin-bottom: 0;
    width: 120px;
  }
}

.post-grid__item .article p {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .02em;
  height: 72px;
  margin-bottom: 24px;
}

.post-grid__item .article label {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  font-size: 1.4rem;
}

.post-grid__item .article label time {
  color: #808080;
  font-weight: normal;
  padding-left: 8px;
  padding-left: 16px;
}

.post-list__item {
  padding-bottom: 32px;
  padding-bottom: 48px;
}

.post-list__item:last-child {
  padding-bottom: 0;
}

.post-list__item .article {
  display: flex;
  align-items: flex-start;
}

.post-list__item .article > img {
  width: 80px;
  margin-left: 16px;
  width: 324px;
  margin-left: 56px;
}

.post-list__item .article h2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77778;
  letter-spacing: .02em;
}

.post-list__item .article p {
  color: #595959;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .02em;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  font-size: 1.4rem;
  line-height: 1.78571;
  margin-bottom: 16px;
}

.post-list__item .article label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.post-list__item .article label time {
  color: #808080;
  font-weight: normal;
  padding-left: 8px;
  padding-left: 16px;
}

.message {
  font-size: 1.4rem;
  line-height: 1.78571;
  letter-spacing: normal;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: .02em;
}

.showmore {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.showmore::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  padding-left: 16px;
}

.widget-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-bottom: 32px;
}

@media (max-width: 1439.98px) {
  .widget-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

.widget-popular-posts ul li {
  padding-bottom: 24px;
}

.widget-popular-posts ul li:last-child {
  padding-bottom: 0;
}

.widget-popular-posts ul li article {
  display: flex;
  align-items: flex-start;
}

.widget-popular-posts ul li article > div {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  margin-right: 16px;
}

@media (max-width: 1439.98px) {
  .widget-popular-posts ul li article > div {
    width: 120px;
  }
}

.widget-popular-posts ul li article > div span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.58333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget-popular-posts ul li article p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.square,
.rectangle {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.container-xxl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1488px;
  padding-left: 24px;
  padding-right: 24px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.flex-direction-column {
  flex-direction: column;
}

@media (min-width: 1440px) {
  .col-pc {
    flex: 1 0 0%;
  }
  .col-pc-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-pc-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-pc-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-pc-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-pc-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-pc-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-pc-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-pc-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-pc-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-pc-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-pc-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-pc-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-pc-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-pc-0 {
    order: 0;
  }
  .order-pc-1 {
    order: 1;
  }
  .order-pc-2 {
    order: 2;
  }
  .order-pc-3 {
    order: 3;
  }
  .order-pc-4 {
    order: 4;
  }
  .order-pc-5 {
    order: 5;
  }
  .order-pc-6 {
    order: 6;
  }
  .order-pc-7 {
    order: 7;
  }
  .order-pc-8 {
    order: 8;
  }
  .order-pc-9 {
    order: 9;
  }
  .order-pc-10 {
    order: 10;
  }
  .order-pc-11 {
    order: 11;
  }
  .order-pc-12 {
    order: 12;
  }
}

.flex-direction-pc-column {
  flex-direction: column;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid-col-1 {
  grid-column: span 1;
}

.grid-col-2 {
  grid-column: span 2;
}

.grid-col-3 {
  grid-column: span 3;
}

.grid-col-4 {
  grid-column: span 4;
}

.grid-col-5 {
  grid-column: span 5;
}

.grid-col-6 {
  grid-column: span 6;
}

.grid-col-7 {
  grid-column: span 7;
}

.grid-col-8 {
  grid-column: span 8;
}

.grid-col-9 {
  grid-column: span 9;
}

.grid-col-10 {
  grid-column: span 10;
}

.grid-col-11 {
  grid-column: span 11;
}

.grid-col-12 {
  grid-column: span 12;
}

.col-gap-0 {
  grid-column-gap: 0px;
}

.col-gap-1 {
  grid-column-gap: 8px;
}

.col-gap-2 {
  grid-column-gap: 16px;
}

.col-gap-3 {
  grid-column-gap: 24px;
}

.col-gap-4 {
  grid-column-gap: 32px;
}

.col-gap-5 {
  grid-column-gap: 40px;
}

.col-gap-6 {
  grid-column-gap: 48px;
}

.col-gap-7 {
  grid-column-gap: 56px;
}

.col-gap-8 {
  grid-column-gap: 64px;
}

.col-gap-9 {
  grid-column-gap: 72px;
}

.col-gap-10 {
  grid-column-gap: 80px;
}

.col-gap-11 {
  grid-column-gap: 88px;
}

.col-gap-12 {
  grid-column-gap: 96px;
}

@media (min-width: 1440px) {
  .grid-col-pc-1 {
    grid-column: span 1;
  }
  .grid-col-pc-2 {
    grid-column: span 2;
  }
  .grid-col-pc-3 {
    grid-column: span 3;
  }
  .grid-col-pc-4 {
    grid-column: span 4;
  }
  .grid-col-pc-5 {
    grid-column: span 5;
  }
  .grid-col-pc-6 {
    grid-column: span 6;
  }
  .grid-col-pc-7 {
    grid-column: span 7;
  }
  .grid-col-pc-8 {
    grid-column: span 8;
  }
  .grid-col-pc-9 {
    grid-column: span 9;
  }
  .grid-col-pc-10 {
    grid-column: span 10;
  }
  .grid-col-pc-11 {
    grid-column: span 11;
  }
  .grid-col-pc-12 {
    grid-column: span 12;
  }
  .col-gap-pc-0 {
    grid-column-gap: 0px;
  }
  .col-gap-pc-1 {
    grid-column-gap: 8px;
  }
  .col-gap-pc-2 {
    grid-column-gap: 16px;
  }
  .col-gap-pc-3 {
    grid-column-gap: 24px;
  }
  .col-gap-pc-4 {
    grid-column-gap: 32px;
  }
  .col-gap-pc-5 {
    grid-column-gap: 40px;
  }
  .col-gap-pc-6 {
    grid-column-gap: 48px;
  }
  .col-gap-pc-7 {
    grid-column-gap: 56px;
  }
  .col-gap-pc-8 {
    grid-column-gap: 64px;
  }
  .col-gap-pc-9 {
    grid-column-gap: 72px;
  }
  .col-gap-pc-10 {
    grid-column-gap: 80px;
  }
  .col-gap-pc-11 {
    grid-column-gap: 88px;
  }
  .col-gap-pc-12 {
    grid-column-gap: 96px;
  }
}

.navbar {
  display: flex;
  height: 72px;
  border-bottom: 1px solid #E2E4EB;
  background-color: #FFFFFF;
}

.navbar-brand {
  border-right: 1px solid #E2E4EB;
  position: relative;
}

.navbar-brand > .navbar-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
}

.navbar-brand > .navbar-inner i {
  color: #000000;
  font-size: 1.4rem;
  margin-left: 24px;
}

.navbar-brand > .navbar-inner .header-logo {
  width: 272px;
}

.navbar-brand__nav {
  width: 315px;
  position: absolute;
  top: calc(72px + 8px);
  left: 20px;
  right: 0;
  z-index: 1000;
  display: none;
}

.navbar-brand__nav.show {
  display: block;
}

.navbar-brand__nav::before {
  content: "";
  position: absolute;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-brand__nav__inner {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(176, 197, 207, 0.3);
  border-radius: 3px;
  padding: 32px 24px 40px;
}

.navbar-brand__nav__item:not(:last-child) {
  border-bottom: 1px dashed #C6CAD8;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.navbar-brand__nav__item > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.navbar-brand__nav__item > p strong {
  color: #C6CAD8;
  font-size: 12px;
  font-weight: 700;
}

.navbar-brand__nav__item > p a {
  font-size: 12px;
}

.navbar-brand__nav__item > p a span {
  text-decoration: underline;
  color: #0061FF;
  margin-right: 8px;
}

.navbar-brand__nav__item > p a i {
  color: #C6CAD8;
}

.navbar-brand__nav__item > ul li:not(:last-child) {
  padding-bottom: 24px;
}

.navbar-brand__nav__item > ul li a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.navbar-brand__nav__item > ul li a span {
  margin-right: 16px;
  width: 46px;
  height: 46px;
  background-color: #E2E4EB;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand__nav__item > ul li a label {
  flex: 1;
  margin-right: 16px;
}

.navbar-brand__nav__item > ul li a i {
  color: #C6CAD8;
  margin-left: auto;
}

.navbar-search {
  display: flex;
  align-items: center;
  padding: 0 24px;
  flex-grow: 1;
}

.navbar-search input {
  background-image: url("/hc/theming_assets/01J0A5ZRR1JYYQWKX487551N3E");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  padding: 8px 0 8px 32px;
  outline: 0;
  width: 100%;
}

.navbar-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d96b2;
}

.navbar-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d96b2;
}

.navbar-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8d96b2;
}

.navbar-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #8d96b2;
}

.navbar-btn {
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.navbar-btn hr {
  border-top: 0;
  border-left: 1px solid #E2E4EB;
  margin: 0 24px;
  height: 40px;
}

.footer {
  background-color: #1C1B1B;
  text-align: center;
}

.footer-brand {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 56px;
}

.footer-hr {
  border-color: #474545;
  margin-bottom: 40px;
}

.footer-copyright {
  color: #474545;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 80px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D9DCE3;
  padding: 8px 24px;
}

.breadcrumbs li {
  color: #000000;
  font-size: 10px;
  line-height: 1.4;
}

.breadcrumbs li a {
  color: #1934D1;
  text-decoration: none;
}

.breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 6px;
}

[type=button].btn,
[type=reset].btn,
[type=submit].btn,
button.btn {
  -webkit-appearance: button;
}

a.btn.disabled {
  pointer-events: none;
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn.primary {
  color: #FFFFFF;
  background-color: #0061FF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.btn.primary-2 {
  color: #FFFFFF;
  background-color: #07256C;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.btn.md {
  font-size: 1.2rem;
  padding: 8px 16px;
}

.btn.lg {
  font-size: 1.4rem;
  padding: 14px 24px;
}

.btn.xl {
  font-size: 16px;
  padding: 21px 32px;
}

[type="button"].tag,
[type="reset"].tag,
[type="submit"].tag,
button.tag {
  -webkit-appearance: button;
}

.tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none !important;
  border-radius: 16px;
  border: 1px solid #D6D6D6;
  background-color: #FFFFFF;
  color: #000000;
  padding: 4px 16px;
}

.tag::before {
  content: "#";
  text-decoration: none;
  display: inline-block;
}

.pagination {
  border-top: 1px solid #C8CED3;
  padding-top: 56px;
  margin-top: 80px;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.pagination-first, .pagination-last {
  display: none;
}

.pagination .pagination-prev .pagination-prev-link,
.pagination .pagination-prev .pagination-next-link,
.pagination .pagination-next .pagination-prev-link,
.pagination .pagination-next .pagination-next-link {
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.625;
}

.pagination .pagination-prev .pagination-prev-link::before, .pagination .pagination-prev .pagination-prev-link::after,
.pagination .pagination-prev .pagination-next-link::before,
.pagination .pagination-prev .pagination-next-link::after,
.pagination .pagination-next .pagination-prev-link::before,
.pagination .pagination-next .pagination-prev-link::after,
.pagination .pagination-next .pagination-next-link::before,
.pagination .pagination-next .pagination-next-link::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #000000;
  font-size: 1.7rem;
}

.pagination .pagination-prev {
  padding-right: 24px;
  padding-right: 44px;
}

.pagination .pagination-prev-icon {
  display: none;
}

.pagination .pagination-prev .pagination-prev-link::before {
  content: "\f053";
  padding-right: 8px;
  padding-right: 16px;
}

.pagination .pagination-next {
  padding-left: 24px;
  padding-left: 44px;
}

.pagination .pagination-next-icon {
  display: none;
}

.pagination .pagination-next .pagination-next-link::after {
  content: "\f054";
  padding-left: 8px;
  padding-left: 24px;
}

.alert {
  position: relative;
  padding: 8px 16px;
}

.alert.primary {
  background-color: #004D3C;
  color: #FFFFFF;
}

.alert p {
  text-align: center;
  font-size: 14px;
}

.alert p strong {
  font-weight: 700;
  margin-right: 24px;
}

.alert p a {
  text-decoration: underline;
}

.alert__close {
  display: inline-block;
  background: none;
  border: none;
  color: #FFFFFF;
  position: absolute;
  right: 24px;
  top: calc(50% - 12px);
}

.alert__close i {
  font-size: 21px;
}

.notification {
  background-color: #F7F9FA;
  font-weight: bold;
  padding: .5rem 1.5rem;
  margin-bottom: 2rem;
}

.notification.notification-error {
  color: #FF564E;
}

.jumbotron-search {
  text-align: center;
  padding: 92px 24px 132px;
}

.jumbotron-search__question {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

.card {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.card__item:not(:last-child) {
  margin-bottom: 56px;
}

.heading .display-1, .heading h1, .heading h2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .01em;
  border-bottom: 2px solid #E2E4EB;
  padding-bottom: 24px;
  position: relative;
}

.heading .display-1::before, .heading h1::before, .heading h2::before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #07256C;
  position: absolute;
  bottom: -2px;
}

.heading .display-1 a, .heading h1 a, .heading h2 a {
  color: #0061FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64286;
  text-decoration: underline;
  margin-left: 16px;
  font-weight: 400;
}

.heading p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  color: #8d96b2;
  letter-spacing: .01em;
}

.pickup-guide__body {
  display: flex;
  padding: 40px 0;
}

.pickup-guide__title {
  padding: 38px 48px;
  border-right: 1px solid #E2E4EB;
}

.pickup-guide__title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000000;
  text-align: left;
  margin-bottom: 12px;
}

.pickup-guide__title h2 img {
  width: 30px;
  height: auto;
}

.pickup-guide__title p {
  font-size: 16px;
  line-height: 1.75;
  color: #8d96b2;
}

.pickup-guide__content {
  padding: 16px 48px 0;
}

.pickup-guide__content ul li {
  margin-bottom: 16px;
  align-items: center;
}

.pickup-guide__content ul li > a {
  font-size: 16px;
  letter-spacing: .45px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.pickup-guide__content ul li > a i {
  font-size: 8px;
  margin-right: 10px;
}

.pickup-guide__button {
  border-top: 1px solid #E2E4EB;
  padding: 16px 24px;
}

.functions__item {
  border: 1px solid #E2E4EB;
  border-radius: 6px;
}

.functions__item__title {
  padding: 24px;
  border-bottom: 1px solid #E2E4EB;
}

.functions__item__title h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: .4px;
  margin-bottom: 16px;
}

.functions__item__title i {
  width: 48px;
  height: 48px;
  background-color: #E2E4EB;
  border-radius: 6px;
  margin-right: 13px;
}

.functions__item__title i::before {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.functions__item__title .icon-900000816366:before {
  content: '\f007';
}

.functions__item__title .icon-900000613016::before {
  content: '\f641';
}

.functions__item__title .icon-900000816366::before {
  content: "\f8cc";
}

.functions__item__title .icon-900001603943::before {
  content: "\f06b";
}

.functions__item__title .icon-900000613006::before {
  content: "\f641";
}

.functions__item__title .icon-900000613026::before {
  content: '\f4df';
}

.functions__item__title .icon-900001603863::before {
  content: '\f500';
}

.functions__item__title .icon-900000613046::before {
  content: '\f201';
}

.functions__item__title .icon-900000613066::before {
  content: '\f004';
}

.functions__item__title .icon-900001603963::before {
  content: '\f1da';
}

.functions__item__title .icon-900000613086::before {
  content: '\f54e';
}

.functions__item__title .icon-900000613106::before {
  content: '\f013';
}

.functions__item__title .icon-900000974206:before {
  content: "\f0ca";
  font-weight: 900 !important;
}

.functions__item__title .icon-900000974226:before {
  content: "\f15c";
  font-weight: 900 !important;
}

.functions__item__title .icon-900000974866:before {
  content: "\f570";
}

.functions__item__title .icon-900001988403:before {
  content: "\f4b6";
  font-weight: 900 !important;
}

.functions__item__title .icon-900001987863:before {
  content: "\f013";
}

.functions__item__title p {
  color: #8d96b2;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: .01em;
}

.functions__item__content {
  padding: 24px;
}

.functions__item__content > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.375;
}

.functions__item__content > ul > li > a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #0061FF;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
}

.functions__item__content > ul > li > a.active::before {
  content: "\f068";
}

.functions__item__content > ul > li > a {
  margin-bottom: 24px;
}

.functions__item__content > ul > li ul {
  padding-left: 26px;
}

.functions__item__content > ul > li ul li {
  margin-bottom: 24px;
}

.functions__item__content > ul > li ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.functions__item__content > ul > li ul li a {
  font-size: 16px;
  line-height: 1.375;
  text-decoration: underline;
  color: #0061FF;
}

.pickup-categories ul li {
  border-bottom: 1px solid #E2E4EB;
  padding: 24px 0;
}

.pickup-categories ul li > a {
  font-size: 16px;
  letter-spacing: .45px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.pickup-categories ul li > a i {
  font-size: 8px;
}

.aside__title {
  color: #8d96b2;
  font-size: 20px;
  font-weight: 700;
}

.aside__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 24px;
}

.aside-categories ul {
  margin-top: 40px;
}

.aside-categories ul li:not(:last-child) {
  margin-bottom: 32px;
}

.aside-categories ul li a {
  font-size: 20px;
  font-weight: 700;
}

.aside-categories ul li a i, .aside-categories ul li a img {
  color: #62687f;
  font-size: 24px;
  margin-right: 24px;
  width: 30px;
  text-align: center;
}

.aside-categories ul li a img {
  margin-right: 29px;
  margin-left: 5px;
}

.pickup-article ul li {
  border-bottom: 1px solid #E2E4EB;
  padding: 32px 0;
}

.pickup-article ul li article {
  display: flex;
  align-items: center;
}

.pickup-article ul li article > *:not(:last-child) {
  margin-right: 40px;
}

.pickup-article ul li article time {
  font-size: 14px;
  line-height: 1.35714;
}

.pickup-article ul li article span {
  color: #FF564E;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .01em;
  display: inline-block;
  border: 1px solid #FF564E;
  padding: 2px 6px;
}

.pickup-article ul li article a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  flex: 1;
}

.product ul {
  display: flex;
  flex-wrap: wrap;
}

.product ul li {
  width: calc((100% - 96px*2) / 3);
  margin-top: 56px;
}

.product ul li:not(:nth-child(3n)) {
  margin-right: 96px;
}

.product ul li h3 {
  margin-bottom: 24px;
}

.product ul li h3 img {
  height: 29px;
}

.product ul li p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .02em;
  margin-bottom: 24px;
}

.product ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #0061FF;
  font-size: 16px;
  line-height: 2;
}

.product ul li a i {
  color: #C6CAD8;
  font-size: 20px;
  margin-left: 16px;
}

.category-list {
  width: 100%;
}

.category-list__item {
  display: flex;
  width: 100%;
}

.category-list__item i {
  margin-right: 4px;
}

.category-list__item:not(:last-child) {
  margin-bottom: 56px;
}

.category-list__item > label {
  flex: 0 0 auto;
  width: 35%;
  padding-top: 4px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: .4px;
  font-weight: 700;
}

.category-list__item > ul {
  width: 65%;
}

.category-list__item > ul li:not(:last-child) {
  padding-bottom: 32px;
}

.category-list__item > ul li i {
  font-size: 8px;
}

.category-list__item > ul li a {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-decoration: underline;
}

.search-results__list {
  padding: 16px 0;
}

.search-results__list__item i {
  font-size: 8px;
}

.search-results__list__item a {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .45px;
  font-weight: 500;
  text-decoration: underline;
  color: #0061FF;
}

.search-results__list__item mark {
  font-size: 16px;
  font-weight: 700;
  background-color: #B4D0E7;
  padding: 0 4px;
}

.search-results .search-result-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFFFFF;
}

.search-results .search-result-breadcrumbs li {
  color: #000000;
  font-size: 10px;
  line-height: 1.4;
}

.search-results .search-result-breadcrumbs li a {
  color: #8d96b2;
  text-decoration: none;
}

.search-results .search-result-breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 6px;
}

.search-results em {
  font-weight: 700;
}

.search-results .search-results-description {
  font-size: 15px;
}

.search-results .pagination {
  margin-top: 0px;
}

.article-detail__header {
  padding: 72px 24px;
  color: #FFFFFF;
}

.article-detail__header > div span {
  background: #FFFFFF;
  border-radius: 3px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
}

.article-detail__header > div span::before {
  content: '';
  background: #0061FF;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

.article-detail__header > div ul {
  display: flex;
}

.article-detail__header > div ul li:not(:last-child)::after {
  content: '/';
  margin: 0 8px;
}

.article-detail__header > div ul li a {
  font-size: 12px;
  text-decoration: underline;
}

.article-detail__header time {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.article-detail__header h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .01em;
}

.article-detail__aside {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
}

.article-detail__aside__header {
  border-bottom: 1px solid #D6D6D6;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

.article-detail__aside__header i {
  background-color: #E2E4EB;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-detail__aside__header p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: .4px;
  flex: 1;
}

.article-detail__aside__body {
  padding: 24px;
  overflow: scroll;
  height: 218px;
}

.article-detail__aside__body p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.article-detail__aside__body ol {
  counter-reset: li;
}

.article-detail__aside__body ol li::before {
  counter-increment: li;
  content: counters(li, ".");
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: #E2E4EB;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.article-detail__aside__body ol li:not(:last-child) {
  padding-bottom: 16px;
}

.article-detail__aside__body ol li a {
  font-size: 14px;
  text-decoration: underline;
}

.article-detail__aside__body ol li ol {
  padding-top: 16px;
  padding-left: 32px;
}

.article-detail__aside__body ol li ol li::before {
  background: none;
  content: "・";
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  display: inline-block;
}

.article-detail__aside__body ul li {
  position: relative;
  padding-left: 16px;
}

.article-detail__aside__body ul li:not(:last-child) {
  padding-bottom: 16px;
}

.article-detail__aside__body ul li::before {
  counter-increment: li;
  content: counters(li, ".");
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.article-detail__aside__body ul li a {
  font-size: 14px;
  text-decoration: underline;
}

.article-detail__aside__footer {
  border-top: 1px solid #D6D6D6;
  padding: 24px;
}

.article-detail__aside__footer a {
  color: #0061FF;
  font-size: 14px;
  line-height: 1.42857;
  text-decoration: underline;
}

.article-detail__aside__footer a i {
  color: #000000;
  font-size: 16px;
  margin-left: 12px;
}

.article-detail__preview {
  counter-reset: section;
}

.article-detail__preview h1, .article-detail__preview h2 {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #C6CAD8;
  padding: 32px 0;
  margin-bottom: 40px;
}

.article-detail__preview h1::before, .article-detail__preview h2::before {
  counter-increment: section;
  content: counter(section);
  font-size: 16px;
  font-weight: 700;
  background-color: #E2E4EB;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 16px;
  position: relative;
  top: -4px;
}

.article-detail__preview h3 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 24px;
}

.article-detail__preview h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.article-detail__preview p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.article-detail__preview a {
  color: #0061FF;
  text-decoration: underline;
}

.article-detail__preview img {
  margin-bottom: 40px;
}

.article-detail__preview blockquote {
  quotes: none;
  border-left: 3px solid #808080;
  padding-left: 16px;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 2;
  padding: 4px 0 4px 16px;
  color: #808080;
}

.article-detail__preview strong {
  font-weight: 700;
}

.article-detail__preview em {
  font-style: italic;
}

.article-detail__preview table {
  width: 100%;
  border: 1px solid #C8CED3;
  margin-bottom: 40px;
}

.article-detail__preview table th, .article-detail__preview table td {
  font-size: 14px;
  line-height: 2;
  padding: 24px;
  border: 1px solid #C8CED3;
}

.article-detail__preview table th {
  font-weight: 700;
  background: #F7F9FA;
  text-align: left;
}

.article-detail__preview ul, .article-detail__preview ol {
  margin-bottom: 40px;
}

.article-detail__preview ul li, .article-detail__preview ol li {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}

.article-detail__preview ul li:not(:last-child), .article-detail__preview ol li:not(:last-child) {
  padding-bottom: 16px;
}

.article-detail__preview ul li ul, .article-detail__preview ul li ol, .article-detail__preview ol li ul, .article-detail__preview ol li ol {
  margin: 15px 0 0;
}

.article-detail__preview ul li {
  padding-left: 16px;
}

.article-detail__preview ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.article-detail__preview ul li ol li {
  counter-increment: c;
}

.article-detail__preview ul li ol li::before {
  content: counter(c);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.article-detail__preview ol {
  counter-reset: li;
}

.article-detail__preview ol li {
  padding-left: 24px;
  counter-increment: i;
}

.article-detail__preview ol li ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.article-detail__preview ol li::before {
  content: counter(i);
  position: absolute;
  left: 0;
}

.article-detail__preview pre {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #62687F;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.article-detail__preview div {
  font-size: 16px;
}

.article-detail__preview .panel {
  border: 1px solid #E2E4EB;
  background-color: #F7F9FA;
  border-radius: 4px;
  margin-bottom: 40px;
}

.article-detail__preview .panel label {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .01em;
  border-bottom: 1px solid #E2E4EB;
  padding: 16px 48px;
  display: block;
}

.article-detail__preview .panel label::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06a";
  font-weight: normal;
  margin-right: 10px;
}

.article-detail__preview .panel p {
  padding: 32px 48px 48px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.28571;
  letter-spacing: 1px;
}

.article-detail__review {
  border-top: 1px solid #C8CED3;
  padding-top: 64px;
}

.article-detail__review p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

.article-detail__review form {
  max-width: 528px;
  width: 100%;
  margin: 0 auto;
}

.article-detail__review form label {
  font-size: 12px;
  line-height: 2.33333;
  letter-spacing: .02em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}

.article-detail__review form textarea {
  border: 1px solid #B8B8B8;
  border-radius: 1px;
  padding: 16px;
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.is-active-link {
  text-decoration: none !important;
  font-weight: 700;
}

.steps {
  display: flex;
}

.steps li {
  width: calc(100%/3);
  text-align: center;
  font-size: 12px;
  position: relative;
}

.steps li span {
  display: block;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.steps li span::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  display: block;
  margin: 0 auto;
}

.steps li span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C6CAD8;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
}

.steps li.active span::after {
  content: "";
  background-color: #0061FF;
}

.steps li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  position: absolute;
  top: 11px;
  left: -50%;
  z-index: 1;
}

.steps li:first-child::after {
  content: none;
}

.form-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

.form-text {
  color: #555555;
  font-size: 14px;
  line-height: 2.28571;
  letter-spacing: .02em;
}

.form-required {
  display: inline-flex;
  align-items: center;
  color: #FF564E;
  font-size: 12px;
}

.form-required::before {
  content: "";
  background-color: #FF564E;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-right: 8px;
}

.form-control {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 1px;
  height: 56px;
  padding: 8px 24px;
  font-size: 12px;
  letter-spacing: .5px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D6D6D6;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #D6D6D6;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #D6D6D6;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #D6D6D6;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 2;
}

.form-select, .nesty-input {
  display: block;
  width: 100%;
  border: 1px solid #B8B8B8;
  border-radius: 1px;
  height: 56px;
  padding: 8px 48px 8px 24px;
  font-size: 12px;
  letter-spacing: .5px;
  background-color: #FFFFFF;
  background-image: url("/hc/theming_assets/01J0A5ZRWBVF9HNSQVX358WQCY");
  background-repeat: no-repeat;
  background-size: 8px 18px;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select::-ms-expand, .nesty-input::-ms-expand {
  display: none;
}

.form-select.placeholder, .nesty-input.placeholder {
  color: #D6D6D6;
}

.form-select > option, .nesty-input > option {
  color: #000000;
}

.form-select > option[value=""], .nesty-input > option[value=""] {
  color: #D6D6D6;
}

.nesty-input::after {
  content: none;
  line-height: 2.75;
  font-size: 14px;
}

.form-check {
  position: relative;
}

.form-check__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check__input:checked ~ .form-check__label::after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  left: 4px;
  top: 5px;
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-check__label {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 12px;
}

.form-check__label::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #B8B8B8;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.form-field {
  margin-bottom: 2.5rem;
  font-size: 14px;
  line-height: 1.75;
}

.form-field label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

.form-field input[type=text], .form-field select, .form-field textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 1px;
  height: 56px;
  padding: 8px 24px;
  font-size: 12px;
  letter-spacing: .5px;
}

.form-field input[type=text] {
  color: #555555;
  font-size: 14px;
  line-height: 2.28571;
  letter-spacing: .02em;
}

.form-field select {
  display: block;
  width: 100%;
  border: 1px solid #B8B8B8;
  border-radius: 1px;
  height: 56px;
  padding: 8px 48px 8px 24px;
  font-size: 12px;
  letter-spacing: .5px;
  background-color: #FFFFFF;
  background-image: url(../assets/icon_select.png);
  background-repeat: no-repeat;
  background-size: 8px 18px;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field.request_custom_fields_900001446426 {
  color: #595959;
}

.form-field.request_custom_fields_900001446426 label {
  color: #000000;
}

input[type=submit] {
  background-color: #0061ff;
  color: #FFFFFF;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  width: 500px;
  margin: 25px auto;
  display: block;
  border: 0;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.suggestion-list label {
  font-size: 14px;
  margin-bottom: .5rem;
}

.suggestion-list .searchbox-suggestions ul {
  margin-bottom: 2rem;
}

.suggestion-list .searchbox-suggestions ul li {
  font-size: 14px;
  list-style: disc inside;
  color: #0061FF;
  text-decoration: underline;
}

.privacy_bloc {
  height: 250px;
  overflow-y: auto;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #D7D7D7;
}

.privacy_bloc h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy_bloc ul {
  margin-bottom: 25px;
}

.privacy_bloc ul li {
  margin-bottom: 5px;
  list-style: disc inside;
}

.inquiry-complete {
  max-width: 720px;
}

.inquiry-complete__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77778;
  letter-spacing: .02em;
}

.inquiry-complete__content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .02em;
}

.panel {
  margin-bottom: 1.56rem;
  background-color: #fff !important;
}

.panel-body {
  padding: 24px 32px;
  font-size: 14px;
}

.panel-body ol, .panel-body ul {
  margin-bottom: 0 !important;
}

.panel-body p {
  padding: 0 !important;
}

.panel-body li {
  padding-bottom: 0 !important;
}

.panel-heading {
  padding: 24px 32px;
  border-bottom: 1px solid #C8CED3;
  border-top-left-radius: valid-radius(3px);
  border-top-right-radius: valid-radius(3px);
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 24px 32px;
  border-top: 1px solid #C6CAD8;
  border-bottom-right-radius: valid-radius(3px);
  border-bottom-left-radius: valid-radius(3px);
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: valid-radius(3px);
  border-top-right-radius: valid-radius(3px);
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: valid-radius(3px);
  border-bottom-left-radius: valid-radius(3px);
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: valid-radius(0);
  border-top-right-radius: valid-radius(0);
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: valid-radius(3px);
  border-top-right-radius: valid-radius(3px);
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: valid-radius(3px);
  border-bottom-left-radius: valid-radius(3px);
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dee2e6;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 1.56rem;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #C6CAD8;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #C6CAD8;
}

.panel-default {
  border-color: #C6CAD8;
}

.panel-default > .panel-heading {
  color: #333333;
  border-color: #C6CAD8;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #C6CAD8;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #C6CAD8;
}

.panel-primary {
  border-color: #0061FF;
}

.panel-primary > .panel-heading {
  color: #fff;
  border-color: #0061FF;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0061FF;
}

.panel-primary > .panel-heading .badge {
  color: #0061FF;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0061FF;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.callout {
  padding: 25px 30px;
  border-radius: 6px;
  text-align: left !important;
  margin-bottom: 25px;
}

.callout .callout-title {
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 0 !important;
}

.callout .callout-title::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 10px;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  top: inherit;
  font-size: 22px;
}

.callout .callout-title img {
  margin-right: .35rem;
}

.callout h1, .callout h2 {
  padding: 0;
}

.callout h1::before, .callout h2::before {
  content: none;
}

.callout p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.callout.callout-primary {
  background-color: rgba(180, 208, 231, 0.5);
}

.callout.callout-secondary {
  background: #b4d0e73d;
}

.callout.callout-secondary .callout-title {
  color: #07256C;
}

.callout.callout-danger {
  background: #FFEFEC;
}

.callout.callout-danger .callout-title {
  color: #FF564E;
}

.callout.callout-success {
  background: #EDF3F1;
}

.callout.callout-success .callout-title {
  color: #004D3C;
}

.callout.callout-form-green, .callout.callout-form-red {
  display: flex;
  align-items: flex-start;
  padding: 0;
  background-color: #FFFFFF !important;
}

.callout.callout-form-green img, .callout.callout-form-red img {
  margin-right: .75rem;
}

.callout.callout-form-green p, .callout.callout-form-red p {
  margin: 0;
  line-height: 1.42857;
}

.start-faq-ai-bar {
  height: 52px;
  max-width: 460px;
  border-radius: 4px;
  margin: 0 auto;
  border: 1px solid #C6CAD8;
  background: #FFFFFF;
  padding: 14px 8px 14px 16px;
  display: flex;
  gap: 14px;
}

.start-faq-ai-bar__icon {
  width: 24px;
  height: 24px;
}

.start-faq-ai-bar__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #A9B0C5;
}

.faq-ai-banner__top {
  padding: 32px 57px 0 57px;
}

.faq-ai-banner__bottom {
  display: none;
  padding: 39px 57px 32px 57px;
}

.faq-ai-banner__top img, .faq-ai-banner__bottom img {
  cursor: pointer;
}

.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-transparent {
  background-color: transparent !important;
}

.bg-primary-2 {
  background-color: #07256C !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.border-0 {
  border: 0px solid !important;
}

.border-top-0 {
  border-top: 0px solid !important;
}

.border-right-0 {
  border-right: 0px solid !important;
}

.border-bottom-0 {
  border-bottom: 0px solid !important;
}

.border-left-0 {
  border-left: 0px solid !important;
}

.border-0-hover:hover {
  border: 0px solid !important;
}

.border-top-0-hover:hover {
  border-top: 0px solid !important;
}

.border-right-0-hover:hover {
  border-right: 0px solid !important;
}

.border-bottom-0-hover:hover {
  border-bottom: 0px solid !important;
}

.border-left-0-hover:hover {
  border-left: 0px solid !important;
}

.border-x-0 {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

.border-y-0 {
  border-top: 0px solid !important;
  border-bottom: 0px solid !important;
}

.border-1 {
  border: 1px solid !important;
}

.border-top-1 {
  border-top: 1px solid !important;
}

.border-right-1 {
  border-right: 1px solid !important;
}

.border-bottom-1 {
  border-bottom: 1px solid !important;
}

.border-left-1 {
  border-left: 1px solid !important;
}

.border-1-hover:hover {
  border: 1px solid !important;
}

.border-top-1-hover:hover {
  border-top: 1px solid !important;
}

.border-right-1-hover:hover {
  border-right: 1px solid !important;
}

.border-bottom-1-hover:hover {
  border-bottom: 1px solid !important;
}

.border-left-1-hover:hover {
  border-left: 1px solid !important;
}

.border-x-1 {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.border-y-1 {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.border-2 {
  border: 2px solid !important;
}

.border-top-2 {
  border-top: 2px solid !important;
}

.border-right-2 {
  border-right: 2px solid !important;
}

.border-bottom-2 {
  border-bottom: 2px solid !important;
}

.border-left-2 {
  border-left: 2px solid !important;
}

.border-2-hover:hover {
  border: 2px solid !important;
}

.border-top-2-hover:hover {
  border-top: 2px solid !important;
}

.border-right-2-hover:hover {
  border-right: 2px solid !important;
}

.border-bottom-2-hover:hover {
  border-bottom: 2px solid !important;
}

.border-left-2-hover:hover {
  border-left: 2px solid !important;
}

.border-x-2 {
  border-left: 2px solid !important;
  border-right: 2px solid !important;
}

.border-y-2 {
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
}

.border-3 {
  border: 3px solid !important;
}

.border-top-3 {
  border-top: 3px solid !important;
}

.border-right-3 {
  border-right: 3px solid !important;
}

.border-bottom-3 {
  border-bottom: 3px solid !important;
}

.border-left-3 {
  border-left: 3px solid !important;
}

.border-3-hover:hover {
  border: 3px solid !important;
}

.border-top-3-hover:hover {
  border-top: 3px solid !important;
}

.border-right-3-hover:hover {
  border-right: 3px solid !important;
}

.border-bottom-3-hover:hover {
  border-bottom: 3px solid !important;
}

.border-left-3-hover:hover {
  border-left: 3px solid !important;
}

.border-x-3 {
  border-left: 3px solid !important;
  border-right: 3px solid !important;
}

.border-y-3 {
  border-top: 3px solid !important;
  border-bottom: 3px solid !important;
}

.border-4 {
  border: 4px solid !important;
}

.border-top-4 {
  border-top: 4px solid !important;
}

.border-right-4 {
  border-right: 4px solid !important;
}

.border-bottom-4 {
  border-bottom: 4px solid !important;
}

.border-left-4 {
  border-left: 4px solid !important;
}

.border-4-hover:hover {
  border: 4px solid !important;
}

.border-top-4-hover:hover {
  border-top: 4px solid !important;
}

.border-right-4-hover:hover {
  border-right: 4px solid !important;
}

.border-bottom-4-hover:hover {
  border-bottom: 4px solid !important;
}

.border-left-4-hover:hover {
  border-left: 4px solid !important;
}

.border-x-4 {
  border-left: 4px solid !important;
  border-right: 4px solid !important;
}

.border-y-4 {
  border-top: 4px solid !important;
  border-bottom: 4px solid !important;
}

@media (min-width: 1440px) {
  .border-pc-0 {
    border: 0px solid !important;
  }
  .border-pc-top-0 {
    border-top: 0px solid !important;
  }
  .border-pc-right-0 {
    border-right: 0px solid !important;
  }
  .border-pc-bottom-0 {
    border-bottom: 0px solid !important;
  }
  .border-pc-left-0 {
    border-left: 0px solid !important;
  }
  .border-pc-0-hover:hover {
    border: 0px solid !important;
  }
  .border-pc-top-0-hover:hover {
    border-top: 0px solid !important;
  }
  .border-pc-right-0-hover:hover {
    border-right: 0px solid !important;
  }
  .border-pc-bottom-0-hover:hover {
    border-bottom: 0px solid !important;
  }
  .border-pc-left-0-hover:hover {
    border-left: 0px solid !important;
  }
  .border-pc-x-0 {
    border-left: 0px solid !important;
    border-right: 0px solid !important;
  }
  .border-pc-y-0 {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
  }
  .border-pc-1 {
    border: 1px solid !important;
  }
  .border-pc-top-1 {
    border-top: 1px solid !important;
  }
  .border-pc-right-1 {
    border-right: 1px solid !important;
  }
  .border-pc-bottom-1 {
    border-bottom: 1px solid !important;
  }
  .border-pc-left-1 {
    border-left: 1px solid !important;
  }
  .border-pc-1-hover:hover {
    border: 1px solid !important;
  }
  .border-pc-top-1-hover:hover {
    border-top: 1px solid !important;
  }
  .border-pc-right-1-hover:hover {
    border-right: 1px solid !important;
  }
  .border-pc-bottom-1-hover:hover {
    border-bottom: 1px solid !important;
  }
  .border-pc-left-1-hover:hover {
    border-left: 1px solid !important;
  }
  .border-pc-x-1 {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-pc-y-1 {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .border-pc-2 {
    border: 2px solid !important;
  }
  .border-pc-top-2 {
    border-top: 2px solid !important;
  }
  .border-pc-right-2 {
    border-right: 2px solid !important;
  }
  .border-pc-bottom-2 {
    border-bottom: 2px solid !important;
  }
  .border-pc-left-2 {
    border-left: 2px solid !important;
  }
  .border-pc-2-hover:hover {
    border: 2px solid !important;
  }
  .border-pc-top-2-hover:hover {
    border-top: 2px solid !important;
  }
  .border-pc-right-2-hover:hover {
    border-right: 2px solid !important;
  }
  .border-pc-bottom-2-hover:hover {
    border-bottom: 2px solid !important;
  }
  .border-pc-left-2-hover:hover {
    border-left: 2px solid !important;
  }
  .border-pc-x-2 {
    border-left: 2px solid !important;
    border-right: 2px solid !important;
  }
  .border-pc-y-2 {
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
  }
  .border-pc-3 {
    border: 3px solid !important;
  }
  .border-pc-top-3 {
    border-top: 3px solid !important;
  }
  .border-pc-right-3 {
    border-right: 3px solid !important;
  }
  .border-pc-bottom-3 {
    border-bottom: 3px solid !important;
  }
  .border-pc-left-3 {
    border-left: 3px solid !important;
  }
  .border-pc-3-hover:hover {
    border: 3px solid !important;
  }
  .border-pc-top-3-hover:hover {
    border-top: 3px solid !important;
  }
  .border-pc-right-3-hover:hover {
    border-right: 3px solid !important;
  }
  .border-pc-bottom-3-hover:hover {
    border-bottom: 3px solid !important;
  }
  .border-pc-left-3-hover:hover {
    border-left: 3px solid !important;
  }
  .border-pc-x-3 {
    border-left: 3px solid !important;
    border-right: 3px solid !important;
  }
  .border-pc-y-3 {
    border-top: 3px solid !important;
    border-bottom: 3px solid !important;
  }
  .border-pc-4 {
    border: 4px solid !important;
  }
  .border-pc-top-4 {
    border-top: 4px solid !important;
  }
  .border-pc-right-4 {
    border-right: 4px solid !important;
  }
  .border-pc-bottom-4 {
    border-bottom: 4px solid !important;
  }
  .border-pc-left-4 {
    border-left: 4px solid !important;
  }
  .border-pc-4-hover:hover {
    border: 4px solid !important;
  }
  .border-pc-top-4-hover:hover {
    border-top: 4px solid !important;
  }
  .border-pc-right-4-hover:hover {
    border-right: 4px solid !important;
  }
  .border-pc-bottom-4-hover:hover {
    border-bottom: 4px solid !important;
  }
  .border-pc-left-4-hover:hover {
    border-left: 4px solid !important;
  }
  .border-pc-x-4 {
    border-left: 4px solid !important;
    border-right: 4px solid !important;
  }
  .border-pc-y-4 {
    border-top: 4px solid !important;
    border-bottom: 4px solid !important;
  }
}

.border-primary-2 {
  border-color: #07256C !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d--webkit-box {
  display: -webkit-box !important;
}

@media (min-width: 1440px) {
  .d-pc-none {
    display: none !important;
  }
  .d-pc-inline {
    display: inline !important;
  }
  .d-pc-inline-block {
    display: inline-block !important;
  }
  .d-pc-block {
    display: block !important;
  }
  .d-pc-table {
    display: table !important;
  }
  .d-pc-table-row {
    display: table-row !important;
  }
  .d-pc-table-cell {
    display: table-cell !important;
  }
  .d-pc-flex {
    display: flex !important;
  }
  .d-pc-inline-flex {
    display: inline-flex !important;
  }
  .d-pc-grid {
    display: grid !important;
  }
  .d-pc--webkit-box {
    display: -webkit-box !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  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 {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  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: 1440px) {
  .flex-pc-row {
    flex-direction: row !important;
  }
  .flex-pc-column {
    flex-direction: column !important;
  }
  .flex-pc-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-pc-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-pc-wrap {
    flex-wrap: wrap !important;
  }
  .flex-pc-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-pc-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-pc-fill {
    flex: 1 1 auto !important;
  }
  .flex-pc-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-pc-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-pc-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-pc-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-pc-start {
    justify-content: flex-start !important;
  }
  .justify-content-pc-end {
    justify-content: flex-end !important;
  }
  .justify-content-pc-center {
    justify-content: center !important;
  }
  .justify-content-pc-between {
    justify-content: space-between !important;
  }
  .justify-content-pc-around {
    justify-content: space-around !important;
  }
  .align-items-pc-start {
    align-items: flex-start !important;
  }
  .align-items-pc-end {
    align-items: flex-end !important;
  }
  .align-items-pc-center {
    align-items: center !important;
  }
  .align-items-pc-baseline {
    align-items: baseline !important;
  }
  .align-items-pc-stretch {
    align-items: stretch !important;
  }
  .align-content-pc-start {
    align-content: flex-start !important;
  }
  .align-content-pc-end {
    align-content: flex-end !important;
  }
  .align-content-pc-center {
    align-content: center !important;
  }
  .align-content-pc-between {
    align-content: space-between !important;
  }
  .align-content-pc-around {
    align-content: space-around !important;
  }
  .align-content-pc-stretch {
    align-content: stretch !important;
  }
  .align-self-pc-auto {
    align-self: auto !important;
  }
  .align-self-pc-start {
    align-self: flex-start !important;
  }
  .align-self-pc-end {
    align-self: flex-end !important;
  }
  .align-self-pc-center {
    align-self: center !important;
  }
  .align-self-pc-baseline {
    align-self: baseline !important;
  }
  .align-self-pc-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 1440px) {
  .float-pc-left {
    float: left !important;
  }
  .float-pc-right {
    float: right !important;
  }
  .float-pc-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.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;
  }
}

.absolute-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.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;
}

@media (min-width: 1440px) {
  .w-pc-25 {
    width: 25% !important;
  }
  .w-pc-50 {
    width: 50% !important;
  }
  .w-pc-75 {
    width: 75% !important;
  }
  .w-pc-100 {
    width: 100% !important;
  }
  .w-pc-auto {
    width: auto !important;
  }
}

.m-0 {
  margin: 0px !important;
}

.mt-0, .my-0 {
  margin-top: 0px !important;
}

.mb-0, .my-0 {
  margin-bottom: 0px !important;
}

.ml-0, .mx-0 {
  margin-left: 0px !important;
}

.mr-0, .mx-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0, .py-0 {
  padding-top: 0px !important;
}

.pb-0, .py-0 {
  padding-bottom: 0px !important;
}

.pl-0, .px-0 {
  padding-left: 0px !important;
}

.pr-0, .px-0 {
  padding-right: 0px !important;
}

.m-n0 {
  margin: 0px !important;
}

.mt-n0, .my-n0 {
  margin-top: 0px !important;
}

.mb-n0, .my-n0 {
  margin-bottom: 0px !important;
}

.ml-n0, .mx-n0 {
  margin-left: 0px !important;
}

.mr-n0, .mx-n0 {
  margin-right: 0px !important;
}

.m-1 {
  margin: 8px !important;
}

.mt-1, .my-1 {
  margin-top: 8px !important;
}

.mb-1, .my-1 {
  margin-bottom: 8px !important;
}

.ml-1, .mx-1 {
  margin-left: 8px !important;
}

.mr-1, .mx-1 {
  margin-right: 8px !important;
}

.p-1 {
  padding: 8px !important;
}

.pt-1, .py-1 {
  padding-top: 8px !important;
}

.pb-1, .py-1 {
  padding-bottom: 8px !important;
}

.pl-1, .px-1 {
  padding-left: 8px !important;
}

.pr-1, .px-1 {
  padding-right: 8px !important;
}

.m-n1 {
  margin: -8px !important;
}

.mt-n1, .my-n1 {
  margin-top: -8px !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -8px !important;
}

.ml-n1, .mx-n1 {
  margin-left: -8px !important;
}

.mr-n1, .mx-n1 {
  margin-right: -8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2, .my-2 {
  margin-top: 16px !important;
}

.mb-2, .my-2 {
  margin-bottom: 16px !important;
}

.ml-2, .mx-2 {
  margin-left: 16px !important;
}

.mr-2, .mx-2 {
  margin-right: 16px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2, .py-2 {
  padding-top: 16px !important;
}

.pb-2, .py-2 {
  padding-bottom: 16px !important;
}

.pl-2, .px-2 {
  padding-left: 16px !important;
}

.pr-2, .px-2 {
  padding-right: 16px !important;
}

.m-n2 {
  margin: -16px !important;
}

.mt-n2, .my-n2 {
  margin-top: -16px !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -16px !important;
}

.ml-n2, .mx-n2 {
  margin-left: -16px !important;
}

.mr-n2, .mx-n2 {
  margin-right: -16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3, .my-3 {
  margin-top: 24px !important;
}

.mb-3, .my-3 {
  margin-bottom: 24px !important;
}

.ml-3, .mx-3 {
  margin-left: 24px !important;
}

.mr-3, .mx-3 {
  margin-right: 24px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3, .py-3 {
  padding-top: 24px !important;
}

.pb-3, .py-3 {
  padding-bottom: 24px !important;
}

.pl-3, .px-3 {
  padding-left: 24px !important;
}

.pr-3, .px-3 {
  padding-right: 24px !important;
}

.m-n3 {
  margin: -24px !important;
}

.mt-n3, .my-n3 {
  margin-top: -24px !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -24px !important;
}

.ml-n3, .mx-n3 {
  margin-left: -24px !important;
}

.mr-n3, .mx-n3 {
  margin-right: -24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4, .my-4 {
  margin-top: 32px !important;
}

.mb-4, .my-4 {
  margin-bottom: 32px !important;
}

.ml-4, .mx-4 {
  margin-left: 32px !important;
}

.mr-4, .mx-4 {
  margin-right: 32px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4, .py-4 {
  padding-top: 32px !important;
}

.pb-4, .py-4 {
  padding-bottom: 32px !important;
}

.pl-4, .px-4 {
  padding-left: 32px !important;
}

.pr-4, .px-4 {
  padding-right: 32px !important;
}

.m-n4 {
  margin: -32px !important;
}

.mt-n4, .my-n4 {
  margin-top: -32px !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -32px !important;
}

.ml-n4, .mx-n4 {
  margin-left: -32px !important;
}

.mr-n4, .mx-n4 {
  margin-right: -32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5, .my-5 {
  margin-top: 40px !important;
}

.mb-5, .my-5 {
  margin-bottom: 40px !important;
}

.ml-5, .mx-5 {
  margin-left: 40px !important;
}

.mr-5, .mx-5 {
  margin-right: 40px !important;
}

.p-5 {
  padding: 40px !important;
}

.pt-5, .py-5 {
  padding-top: 40px !important;
}

.pb-5, .py-5 {
  padding-bottom: 40px !important;
}

.pl-5, .px-5 {
  padding-left: 40px !important;
}

.pr-5, .px-5 {
  padding-right: 40px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5, .my-n5 {
  margin-top: -40px !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -40px !important;
}

.ml-n5, .mx-n5 {
  margin-left: -40px !important;
}

.mr-n5, .mx-n5 {
  margin-right: -40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6, .my-6 {
  margin-top: 48px !important;
}

.mb-6, .my-6 {
  margin-bottom: 48px !important;
}

.ml-6, .mx-6 {
  margin-left: 48px !important;
}

.mr-6, .mx-6 {
  margin-right: 48px !important;
}

.p-6 {
  padding: 48px !important;
}

.pt-6, .py-6 {
  padding-top: 48px !important;
}

.pb-6, .py-6 {
  padding-bottom: 48px !important;
}

.pl-6, .px-6 {
  padding-left: 48px !important;
}

.pr-6, .px-6 {
  padding-right: 48px !important;
}

.m-n6 {
  margin: -48px !important;
}

.mt-n6, .my-n6 {
  margin-top: -48px !important;
}

.mb-n6, .my-n6 {
  margin-bottom: -48px !important;
}

.ml-n6, .mx-n6 {
  margin-left: -48px !important;
}

.mr-n6, .mx-n6 {
  margin-right: -48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7, .my-7 {
  margin-top: 56px !important;
}

.mb-7, .my-7 {
  margin-bottom: 56px !important;
}

.ml-7, .mx-7 {
  margin-left: 56px !important;
}

.mr-7, .mx-7 {
  margin-right: 56px !important;
}

.p-7 {
  padding: 56px !important;
}

.pt-7, .py-7 {
  padding-top: 56px !important;
}

.pb-7, .py-7 {
  padding-bottom: 56px !important;
}

.pl-7, .px-7 {
  padding-left: 56px !important;
}

.pr-7, .px-7 {
  padding-right: 56px !important;
}

.m-n7 {
  margin: -56px !important;
}

.mt-n7, .my-n7 {
  margin-top: -56px !important;
}

.mb-n7, .my-n7 {
  margin-bottom: -56px !important;
}

.ml-n7, .mx-n7 {
  margin-left: -56px !important;
}

.mr-n7, .mx-n7 {
  margin-right: -56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8, .my-8 {
  margin-top: 64px !important;
}

.mb-8, .my-8 {
  margin-bottom: 64px !important;
}

.ml-8, .mx-8 {
  margin-left: 64px !important;
}

.mr-8, .mx-8 {
  margin-right: 64px !important;
}

.p-8 {
  padding: 64px !important;
}

.pt-8, .py-8 {
  padding-top: 64px !important;
}

.pb-8, .py-8 {
  padding-bottom: 64px !important;
}

.pl-8, .px-8 {
  padding-left: 64px !important;
}

.pr-8, .px-8 {
  padding-right: 64px !important;
}

.m-n8 {
  margin: -64px !important;
}

.mt-n8, .my-n8 {
  margin-top: -64px !important;
}

.mb-n8, .my-n8 {
  margin-bottom: -64px !important;
}

.ml-n8, .mx-n8 {
  margin-left: -64px !important;
}

.mr-n8, .mx-n8 {
  margin-right: -64px !important;
}

.m-9 {
  margin: 72px !important;
}

.mt-9, .my-9 {
  margin-top: 72px !important;
}

.mb-9, .my-9 {
  margin-bottom: 72px !important;
}

.ml-9, .mx-9 {
  margin-left: 72px !important;
}

.mr-9, .mx-9 {
  margin-right: 72px !important;
}

.p-9 {
  padding: 72px !important;
}

.pt-9, .py-9 {
  padding-top: 72px !important;
}

.pb-9, .py-9 {
  padding-bottom: 72px !important;
}

.pl-9, .px-9 {
  padding-left: 72px !important;
}

.pr-9, .px-9 {
  padding-right: 72px !important;
}

.m-n9 {
  margin: -72px !important;
}

.mt-n9, .my-n9 {
  margin-top: -72px !important;
}

.mb-n9, .my-n9 {
  margin-bottom: -72px !important;
}

.ml-n9, .mx-n9 {
  margin-left: -72px !important;
}

.mr-n9, .mx-n9 {
  margin-right: -72px !important;
}

.m-10 {
  margin: 80px !important;
}

.mt-10, .my-10 {
  margin-top: 80px !important;
}

.mb-10, .my-10 {
  margin-bottom: 80px !important;
}

.ml-10, .mx-10 {
  margin-left: 80px !important;
}

.mr-10, .mx-10 {
  margin-right: 80px !important;
}

.p-10 {
  padding: 80px !important;
}

.pt-10, .py-10 {
  padding-top: 80px !important;
}

.pb-10, .py-10 {
  padding-bottom: 80px !important;
}

.pl-10, .px-10 {
  padding-left: 80px !important;
}

.pr-10, .px-10 {
  padding-right: 80px !important;
}

.m-n10 {
  margin: -80px !important;
}

.mt-n10, .my-n10 {
  margin-top: -80px !important;
}

.mb-n10, .my-n10 {
  margin-bottom: -80px !important;
}

.ml-n10, .mx-n10 {
  margin-left: -80px !important;
}

.mr-n10, .mx-n10 {
  margin-right: -80px !important;
}

.m-11 {
  margin: 88px !important;
}

.mt-11, .my-11 {
  margin-top: 88px !important;
}

.mb-11, .my-11 {
  margin-bottom: 88px !important;
}

.ml-11, .mx-11 {
  margin-left: 88px !important;
}

.mr-11, .mx-11 {
  margin-right: 88px !important;
}

.p-11 {
  padding: 88px !important;
}

.pt-11, .py-11 {
  padding-top: 88px !important;
}

.pb-11, .py-11 {
  padding-bottom: 88px !important;
}

.pl-11, .px-11 {
  padding-left: 88px !important;
}

.pr-11, .px-11 {
  padding-right: 88px !important;
}

.m-n11 {
  margin: -88px !important;
}

.mt-n11, .my-n11 {
  margin-top: -88px !important;
}

.mb-n11, .my-n11 {
  margin-bottom: -88px !important;
}

.ml-n11, .mx-n11 {
  margin-left: -88px !important;
}

.mr-n11, .mx-n11 {
  margin-right: -88px !important;
}

.m-12 {
  margin: 96px !important;
}

.mt-12, .my-12 {
  margin-top: 96px !important;
}

.mb-12, .my-12 {
  margin-bottom: 96px !important;
}

.ml-12, .mx-12 {
  margin-left: 96px !important;
}

.mr-12, .mx-12 {
  margin-right: 96px !important;
}

.p-12 {
  padding: 96px !important;
}

.pt-12, .py-12 {
  padding-top: 96px !important;
}

.pb-12, .py-12 {
  padding-bottom: 96px !important;
}

.pl-12, .px-12 {
  padding-left: 96px !important;
}

.pr-12, .px-12 {
  padding-right: 96px !important;
}

.m-n12 {
  margin: -96px !important;
}

.mt-n12, .my-n12 {
  margin-top: -96px !important;
}

.mb-n12, .my-n12 {
  margin-bottom: -96px !important;
}

.ml-n12, .mx-n12 {
  margin-left: -96px !important;
}

.mr-n12, .mx-n12 {
  margin-right: -96px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.m-22 {
  margin: 176px !important;
}

.mt-22, .my-22 {
  margin-top: 176px !important;
}

.mb-22, .my-22 {
  margin-bottom: 176px !important;
}

.ml-22, .mx-22 {
  margin-left: 176px !important;
}

.mr-22, .mx-22 {
  margin-right: 176px !important;
}

.p-22 {
  padding: 176px !important;
}

.pt-22, .py-22 {
  padding-top: 176px !important;
}

.pb-22, .py-22 {
  padding-bottom: 176px !important;
}

.pl-22, .px-22 {
  padding-left: 176px !important;
}

.pr-22, .px-22 {
  padding-right: 176px !important;
}

.m-n22 {
  margin: -176px !important;
}

.mt-n22, .my-n22 {
  margin-top: -176px !important;
}

.mb-n22, .my-n22 {
  margin-bottom: -176px !important;
}

.ml-n22, .mx-n22 {
  margin-left: -176px !important;
}

.mr-n22, .mx-n22 {
  margin-right: -176px !important;
}

@media (min-width: 1440px) {
  .m-pc-0 {
    margin: 0px !important;
  }
  .mt-pc-0, .my-pc-0 {
    margin-top: 0px !important;
  }
  .mb-pc-0, .my-pc-0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-0, .mx-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0, .mx-pc-0 {
    margin-right: 0px !important;
  }
  .p-pc-0 {
    padding: 0px !important;
  }
  .pt-pc-0, .py-pc-0 {
    padding-top: 0px !important;
  }
  .pb-pc-0, .py-pc-0 {
    padding-bottom: 0px !important;
  }
  .pl-pc-0, .px-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0, .px-pc-0 {
    padding-right: 0px !important;
  }
  .m-pc-n0 {
    margin: 0px !important;
  }
  .mt-pc-n0, .my-pc-n0 {
    margin-top: 0px !important;
  }
  .mb-pc-n0, .my-pc-n0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-n0, .mx-pc-n0 {
    margin-left: 0px !important;
  }
  .mr-pc-n0, .mx-pc-n0 {
    margin-right: 0px !important;
  }
  .m-pc-1 {
    margin: 8px !important;
  }
  .mt-pc-1, .my-pc-1 {
    margin-top: 8px !important;
  }
  .mb-pc-1, .my-pc-1 {
    margin-bottom: 8px !important;
  }
  .ml-pc-1, .mx-pc-1 {
    margin-left: 8px !important;
  }
  .mr-pc-1, .mx-pc-1 {
    margin-right: 8px !important;
  }
  .p-pc-1 {
    padding: 8px !important;
  }
  .pt-pc-1, .py-pc-1 {
    padding-top: 8px !important;
  }
  .pb-pc-1, .py-pc-1 {
    padding-bottom: 8px !important;
  }
  .pl-pc-1, .px-pc-1 {
    padding-left: 8px !important;
  }
  .pr-pc-1, .px-pc-1 {
    padding-right: 8px !important;
  }
  .m-pc-n1 {
    margin: -8px !important;
  }
  .mt-pc-n1, .my-pc-n1 {
    margin-top: -8px !important;
  }
  .mb-pc-n1, .my-pc-n1 {
    margin-bottom: -8px !important;
  }
  .ml-pc-n1, .mx-pc-n1 {
    margin-left: -8px !important;
  }
  .mr-pc-n1, .mx-pc-n1 {
    margin-right: -8px !important;
  }
  .m-pc-2 {
    margin: 16px !important;
  }
  .mt-pc-2, .my-pc-2 {
    margin-top: 16px !important;
  }
  .mb-pc-2, .my-pc-2 {
    margin-bottom: 16px !important;
  }
  .ml-pc-2, .mx-pc-2 {
    margin-left: 16px !important;
  }
  .mr-pc-2, .mx-pc-2 {
    margin-right: 16px !important;
  }
  .p-pc-2 {
    padding: 16px !important;
  }
  .pt-pc-2, .py-pc-2 {
    padding-top: 16px !important;
  }
  .pb-pc-2, .py-pc-2 {
    padding-bottom: 16px !important;
  }
  .pl-pc-2, .px-pc-2 {
    padding-left: 16px !important;
  }
  .pr-pc-2, .px-pc-2 {
    padding-right: 16px !important;
  }
  .m-pc-n2 {
    margin: -16px !important;
  }
  .mt-pc-n2, .my-pc-n2 {
    margin-top: -16px !important;
  }
  .mb-pc-n2, .my-pc-n2 {
    margin-bottom: -16px !important;
  }
  .ml-pc-n2, .mx-pc-n2 {
    margin-left: -16px !important;
  }
  .mr-pc-n2, .mx-pc-n2 {
    margin-right: -16px !important;
  }
  .m-pc-3 {
    margin: 24px !important;
  }
  .mt-pc-3, .my-pc-3 {
    margin-top: 24px !important;
  }
  .mb-pc-3, .my-pc-3 {
    margin-bottom: 24px !important;
  }
  .ml-pc-3, .mx-pc-3 {
    margin-left: 24px !important;
  }
  .mr-pc-3, .mx-pc-3 {
    margin-right: 24px !important;
  }
  .p-pc-3 {
    padding: 24px !important;
  }
  .pt-pc-3, .py-pc-3 {
    padding-top: 24px !important;
  }
  .pb-pc-3, .py-pc-3 {
    padding-bottom: 24px !important;
  }
  .pl-pc-3, .px-pc-3 {
    padding-left: 24px !important;
  }
  .pr-pc-3, .px-pc-3 {
    padding-right: 24px !important;
  }
  .m-pc-n3 {
    margin: -24px !important;
  }
  .mt-pc-n3, .my-pc-n3 {
    margin-top: -24px !important;
  }
  .mb-pc-n3, .my-pc-n3 {
    margin-bottom: -24px !important;
  }
  .ml-pc-n3, .mx-pc-n3 {
    margin-left: -24px !important;
  }
  .mr-pc-n3, .mx-pc-n3 {
    margin-right: -24px !important;
  }
  .m-pc-4 {
    margin: 32px !important;
  }
  .mt-pc-4, .my-pc-4 {
    margin-top: 32px !important;
  }
  .mb-pc-4, .my-pc-4 {
    margin-bottom: 32px !important;
  }
  .ml-pc-4, .mx-pc-4 {
    margin-left: 32px !important;
  }
  .mr-pc-4, .mx-pc-4 {
    margin-right: 32px !important;
  }
  .p-pc-4 {
    padding: 32px !important;
  }
  .pt-pc-4, .py-pc-4 {
    padding-top: 32px !important;
  }
  .pb-pc-4, .py-pc-4 {
    padding-bottom: 32px !important;
  }
  .pl-pc-4, .px-pc-4 {
    padding-left: 32px !important;
  }
  .pr-pc-4, .px-pc-4 {
    padding-right: 32px !important;
  }
  .m-pc-n4 {
    margin: -32px !important;
  }
  .mt-pc-n4, .my-pc-n4 {
    margin-top: -32px !important;
  }
  .mb-pc-n4, .my-pc-n4 {
    margin-bottom: -32px !important;
  }
  .ml-pc-n4, .mx-pc-n4 {
    margin-left: -32px !important;
  }
  .mr-pc-n4, .mx-pc-n4 {
    margin-right: -32px !important;
  }
  .m-pc-5 {
    margin: 40px !important;
  }
  .mt-pc-5, .my-pc-5 {
    margin-top: 40px !important;
  }
  .mb-pc-5, .my-pc-5 {
    margin-bottom: 40px !important;
  }
  .ml-pc-5, .mx-pc-5 {
    margin-left: 40px !important;
  }
  .mr-pc-5, .mx-pc-5 {
    margin-right: 40px !important;
  }
  .p-pc-5 {
    padding: 40px !important;
  }
  .pt-pc-5, .py-pc-5 {
    padding-top: 40px !important;
  }
  .pb-pc-5, .py-pc-5 {
    padding-bottom: 40px !important;
  }
  .pl-pc-5, .px-pc-5 {
    padding-left: 40px !important;
  }
  .pr-pc-5, .px-pc-5 {
    padding-right: 40px !important;
  }
  .m-pc-n5 {
    margin: -40px !important;
  }
  .mt-pc-n5, .my-pc-n5 {
    margin-top: -40px !important;
  }
  .mb-pc-n5, .my-pc-n5 {
    margin-bottom: -40px !important;
  }
  .ml-pc-n5, .mx-pc-n5 {
    margin-left: -40px !important;
  }
  .mr-pc-n5, .mx-pc-n5 {
    margin-right: -40px !important;
  }
  .m-pc-6 {
    margin: 48px !important;
  }
  .mt-pc-6, .my-pc-6 {
    margin-top: 48px !important;
  }
  .mb-pc-6, .my-pc-6 {
    margin-bottom: 48px !important;
  }
  .ml-pc-6, .mx-pc-6 {
    margin-left: 48px !important;
  }
  .mr-pc-6, .mx-pc-6 {
    margin-right: 48px !important;
  }
  .p-pc-6 {
    padding: 48px !important;
  }
  .pt-pc-6, .py-pc-6 {
    padding-top: 48px !important;
  }
  .pb-pc-6, .py-pc-6 {
    padding-bottom: 48px !important;
  }
  .pl-pc-6, .px-pc-6 {
    padding-left: 48px !important;
  }
  .pr-pc-6, .px-pc-6 {
    padding-right: 48px !important;
  }
  .m-pc-n6 {
    margin: -48px !important;
  }
  .mt-pc-n6, .my-pc-n6 {
    margin-top: -48px !important;
  }
  .mb-pc-n6, .my-pc-n6 {
    margin-bottom: -48px !important;
  }
  .ml-pc-n6, .mx-pc-n6 {
    margin-left: -48px !important;
  }
  .mr-pc-n6, .mx-pc-n6 {
    margin-right: -48px !important;
  }
  .m-pc-7 {
    margin: 56px !important;
  }
  .mt-pc-7, .my-pc-7 {
    margin-top: 56px !important;
  }
  .mb-pc-7, .my-pc-7 {
    margin-bottom: 56px !important;
  }
  .ml-pc-7, .mx-pc-7 {
    margin-left: 56px !important;
  }
  .mr-pc-7, .mx-pc-7 {
    margin-right: 56px !important;
  }
  .p-pc-7 {
    padding: 56px !important;
  }
  .pt-pc-7, .py-pc-7 {
    padding-top: 56px !important;
  }
  .pb-pc-7, .py-pc-7 {
    padding-bottom: 56px !important;
  }
  .pl-pc-7, .px-pc-7 {
    padding-left: 56px !important;
  }
  .pr-pc-7, .px-pc-7 {
    padding-right: 56px !important;
  }
  .m-pc-n7 {
    margin: -56px !important;
  }
  .mt-pc-n7, .my-pc-n7 {
    margin-top: -56px !important;
  }
  .mb-pc-n7, .my-pc-n7 {
    margin-bottom: -56px !important;
  }
  .ml-pc-n7, .mx-pc-n7 {
    margin-left: -56px !important;
  }
  .mr-pc-n7, .mx-pc-n7 {
    margin-right: -56px !important;
  }
  .m-pc-8 {
    margin: 64px !important;
  }
  .mt-pc-8, .my-pc-8 {
    margin-top: 64px !important;
  }
  .mb-pc-8, .my-pc-8 {
    margin-bottom: 64px !important;
  }
  .ml-pc-8, .mx-pc-8 {
    margin-left: 64px !important;
  }
  .mr-pc-8, .mx-pc-8 {
    margin-right: 64px !important;
  }
  .p-pc-8 {
    padding: 64px !important;
  }
  .pt-pc-8, .py-pc-8 {
    padding-top: 64px !important;
  }
  .pb-pc-8, .py-pc-8 {
    padding-bottom: 64px !important;
  }
  .pl-pc-8, .px-pc-8 {
    padding-left: 64px !important;
  }
  .pr-pc-8, .px-pc-8 {
    padding-right: 64px !important;
  }
  .m-pc-n8 {
    margin: -64px !important;
  }
  .mt-pc-n8, .my-pc-n8 {
    margin-top: -64px !important;
  }
  .mb-pc-n8, .my-pc-n8 {
    margin-bottom: -64px !important;
  }
  .ml-pc-n8, .mx-pc-n8 {
    margin-left: -64px !important;
  }
  .mr-pc-n8, .mx-pc-n8 {
    margin-right: -64px !important;
  }
  .m-pc-9 {
    margin: 72px !important;
  }
  .mt-pc-9, .my-pc-9 {
    margin-top: 72px !important;
  }
  .mb-pc-9, .my-pc-9 {
    margin-bottom: 72px !important;
  }
  .ml-pc-9, .mx-pc-9 {
    margin-left: 72px !important;
  }
  .mr-pc-9, .mx-pc-9 {
    margin-right: 72px !important;
  }
  .p-pc-9 {
    padding: 72px !important;
  }
  .pt-pc-9, .py-pc-9 {
    padding-top: 72px !important;
  }
  .pb-pc-9, .py-pc-9 {
    padding-bottom: 72px !important;
  }
  .pl-pc-9, .px-pc-9 {
    padding-left: 72px !important;
  }
  .pr-pc-9, .px-pc-9 {
    padding-right: 72px !important;
  }
  .m-pc-n9 {
    margin: -72px !important;
  }
  .mt-pc-n9, .my-pc-n9 {
    margin-top: -72px !important;
  }
  .mb-pc-n9, .my-pc-n9 {
    margin-bottom: -72px !important;
  }
  .ml-pc-n9, .mx-pc-n9 {
    margin-left: -72px !important;
  }
  .mr-pc-n9, .mx-pc-n9 {
    margin-right: -72px !important;
  }
  .m-pc-10 {
    margin: 80px !important;
  }
  .mt-pc-10, .my-pc-10 {
    margin-top: 80px !important;
  }
  .mb-pc-10, .my-pc-10 {
    margin-bottom: 80px !important;
  }
  .ml-pc-10, .mx-pc-10 {
    margin-left: 80px !important;
  }
  .mr-pc-10, .mx-pc-10 {
    margin-right: 80px !important;
  }
  .p-pc-10 {
    padding: 80px !important;
  }
  .pt-pc-10, .py-pc-10 {
    padding-top: 80px !important;
  }
  .pb-pc-10, .py-pc-10 {
    padding-bottom: 80px !important;
  }
  .pl-pc-10, .px-pc-10 {
    padding-left: 80px !important;
  }
  .pr-pc-10, .px-pc-10 {
    padding-right: 80px !important;
  }
  .m-pc-n10 {
    margin: -80px !important;
  }
  .mt-pc-n10, .my-pc-n10 {
    margin-top: -80px !important;
  }
  .mb-pc-n10, .my-pc-n10 {
    margin-bottom: -80px !important;
  }
  .ml-pc-n10, .mx-pc-n10 {
    margin-left: -80px !important;
  }
  .mr-pc-n10, .mx-pc-n10 {
    margin-right: -80px !important;
  }
  .m-pc-11 {
    margin: 88px !important;
  }
  .mt-pc-11, .my-pc-11 {
    margin-top: 88px !important;
  }
  .mb-pc-11, .my-pc-11 {
    margin-bottom: 88px !important;
  }
  .ml-pc-11, .mx-pc-11 {
    margin-left: 88px !important;
  }
  .mr-pc-11, .mx-pc-11 {
    margin-right: 88px !important;
  }
  .p-pc-11 {
    padding: 88px !important;
  }
  .pt-pc-11, .py-pc-11 {
    padding-top: 88px !important;
  }
  .pb-pc-11, .py-pc-11 {
    padding-bottom: 88px !important;
  }
  .pl-pc-11, .px-pc-11 {
    padding-left: 88px !important;
  }
  .pr-pc-11, .px-pc-11 {
    padding-right: 88px !important;
  }
  .m-pc-n11 {
    margin: -88px !important;
  }
  .mt-pc-n11, .my-pc-n11 {
    margin-top: -88px !important;
  }
  .mb-pc-n11, .my-pc-n11 {
    margin-bottom: -88px !important;
  }
  .ml-pc-n11, .mx-pc-n11 {
    margin-left: -88px !important;
  }
  .mr-pc-n11, .mx-pc-n11 {
    margin-right: -88px !important;
  }
  .m-pc-12 {
    margin: 96px !important;
  }
  .mt-pc-12, .my-pc-12 {
    margin-top: 96px !important;
  }
  .mb-pc-12, .my-pc-12 {
    margin-bottom: 96px !important;
  }
  .ml-pc-12, .mx-pc-12 {
    margin-left: 96px !important;
  }
  .mr-pc-12, .mx-pc-12 {
    margin-right: 96px !important;
  }
  .p-pc-12 {
    padding: 96px !important;
  }
  .pt-pc-12, .py-pc-12 {
    padding-top: 96px !important;
  }
  .pb-pc-12, .py-pc-12 {
    padding-bottom: 96px !important;
  }
  .pl-pc-12, .px-pc-12 {
    padding-left: 96px !important;
  }
  .pr-pc-12, .px-pc-12 {
    padding-right: 96px !important;
  }
  .m-pc-n12 {
    margin: -96px !important;
  }
  .mt-pc-n12, .my-pc-n12 {
    margin-top: -96px !important;
  }
  .mb-pc-n12, .my-pc-n12 {
    margin-bottom: -96px !important;
  }
  .ml-pc-n12, .mx-pc-n12 {
    margin-left: -96px !important;
  }
  .mr-pc-n12, .mx-pc-n12 {
    margin-right: -96px !important;
  }
  .m-pc-auto {
    margin: auto !important;
  }
  .mt-pc-auto, .my-pc-auto {
    margin-top: auto !important;
  }
  .mb-pc-auto, .my-pc-auto {
    margin-bottom: auto !important;
  }
  .ml-pc-auto, .mx-pc-auto {
    margin-left: auto !important;
  }
  .mr-pc-auto, .mx-pc-auto {
    margin-right: auto !important;
  }
  .m-pc-22 {
    margin: 176px !important;
  }
  .mt-pc-22, .my-pc-22 {
    margin-top: 176px !important;
  }
  .mb-pc-22, .my-pc-22 {
    margin-bottom: 176px !important;
  }
  .ml-pc-22, .mx-pc-22 {
    margin-left: 176px !important;
  }
  .mr-pc-22, .mx-pc-22 {
    margin-right: 176px !important;
  }
  .p-pc-22 {
    padding: 176px !important;
  }
  .pt-pc-22, .py-pc-22 {
    padding-top: 176px !important;
  }
  .pb-pc-22, .py-pc-22 {
    padding-bottom: 176px !important;
  }
  .pl-pc-22, .px-pc-22 {
    padding-left: 176px !important;
  }
  .pr-pc-22, .px-pc-22 {
    padding-right: 176px !important;
  }
  .m-pc-n22 {
    margin: -176px !important;
  }
  .mt-pc-n22, .my-pc-n22 {
    margin-top: -176px !important;
  }
  .mb-pc-n22, .my-pc-n22 {
    margin-bottom: -176px !important;
  }
  .ml-pc-n22, .mx-pc-n22 {
    margin-left: -176px !important;
  }
  .mr-pc-n22, .mx-pc-n22 {
    margin-right: -176px !important;
  }
}

.text-truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.text-truncate-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.text-primary {
  color: #0061FF !important;
}

.text-primary-2 {
  color: #07256C !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 1440px) {
  .text-pc-left {
    text-align: left !important;
  }
  .text-pc-center {
    text-align: center !important;
  }
  .text-pc-right {
    text-align: right !important;
  }
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.bg-smart-color {
  background-color: #61082B;
}

.pickup-guide__title h2 {
  padding-bottom: 26px;
  margin-bottom: 16px;
  border-bottom: 2px solid #E2E4EB;
  position: relative;
}

.pickup-guide__title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  border-bottom: 3px solid #07256C;
}

.pickup-guide__content {
  display: flex;
  justify-content: space-between;
}

.pickup-guide__content-ul {
  padding: 0px 15px 32px 24px;
  font-size: 16px;
}

.pickup-guide__content__item {
  border: 1px solid #E2E4EB;
  box-sizing: border-box;
  border-radius: 6px;
}

.pickup-guide__content__item:not(:first-child) {
  margin-left: 96px;
}

.pickup-guide__content__item__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 23px 15px 0px 24px;
}

.pickup-guide__content__item__head h2 {
  font-size: 18px;
  font-weight: 700;
  margin-left: 13px;
}

.pickup-guide__content__item p {
  color: #8D96B2;
  padding: 0px 15px 0px 24px;
  border-bottom: 1px solid #E2E4EB;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.pickup-guide__content__item .pickup-guide-icon {
  background-color: #E2E4EB;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}

.pickup-guide__content__item .pickup-guide-icon.fas {
  padding: 12px 16px;
  font-size: 24px;
}

.pickup-guide__content__item .pickup-guide-icon.far {
  padding: 14px;
  font-size: 20px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category-list .category-list-item {
  width: 31%;
  margin: 0 3% 35px 0;
}

.category-list .category-list-item:nth-child(3n) {
  margin-right: 0;
}

.start-guide i {
  color: #1C1B1B !important;
}

.start-guide i a {
  color: #0061FF !important;
}

.functions__item__content > ul > li > a::before {
  content: none;
}

.functions__item__content .fa-circle {
  font-size: 10px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.functions__item__content li span {
  color: #0061FF;
  text-decoration: underline;
  font-weight: normal;
}

.pickup-categories .fa-circle {
  font-size: 10px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.error_page {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_page .card {
  background: none;
  box-shadow: none;
}

.error_page h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 32px;
}

.error_page h1 span.num {
  font-size: 120px;
  display: block;
  margin-bottom: 0px;
}

.error_page h1 img {
  width: 63px;
  height: auto;
  margin: auto;
}

.error_page p {
  font-size: 16px;
  max-width: 720px;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 50px;
}
