@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=====================
  common
===================== */
/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
html {
  font-size: min(3.8647342995vw, 24px);
}

@media print,
screen and (min-width: 992px) {
  html {
    font-size: min(0.9523809524vw, 16px);
  }
}

@media print {
  html {
    font-size: min(0.9523809524vw, 16px);
  }
}

html,
body {
  font-optical-sizing: auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #181818;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media print,
screen and (min-width: 992px) {

  html,
  body {
    line-height: 2;
  }
}

@media print {

  html,
  body {
    line-height: 2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  [id] {
    scroll-margin-top: 3.5rem;
  }
}

@media print and (prefers-reduced-motion: no-preference),
screen and (prefers-reduced-motion: no-preference) and (min-width: 992px) {
  [id] {
    scroll-margin-top: 4rem;
  }
}

@media print and (prefers-reduced-motion: no-preference) {
  [id] {
    scroll-margin-top: 4rem;
  }
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}

a {
  color: #44bafc;
}

a:hover {
  color: #44bafc;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

*:focus {
  outline: none;
}

[aria-disabled=true] {
  pointer-events: none;
  filter: grayscale(0.7);
  opacity: 0.25;
}

*:focus {
  outline: none;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gmap,
.gmap--hide-detail {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {

  .gmap,
  .gmap--hide-detail {
    padding-bottom: 360px;
  }
}

@media print {

  .gmap,
  .gmap--hide-detail {
    padding-bottom: 360px;
  }
}

.gmap iframe,
.gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
  height: calc(100% + 300px);
  top: -150px;
  bottom: 0;
}

.fotorama {
  overflow: visible;
  max-width: 60rem;
}

.fotorama-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

.fotorama__stage {
  margin-bottom: 1rem;
}

.fotorama__caption {
  width: 100%;
}

.fotorama__caption__wrap {
  width: 100%;
  text-align: center;
}

.fotorama__thumb-border {
  border-color: #181818;
  border-width: 1px !important;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lightcaseImage-contentInner {
  background-color: #fff;
}

.post-h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #44bafc;
}

@media print,
screen and (min-width: 992px) {
  .post-h1 {
    font-size: 2.5rem;
  }
}

@media print {
  .post-h1 {
    font-size: 2.5rem;
  }
}

.editor-content .user-registration {
  text-align: center;
  padding: 30px 0px;
}
.editor-content .user-registration a {
  color: #ffffff;
  margin-top: 10px;
}


.h1,
.editor-content h1,
.editor-content--sm h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (min-width: 992px) {

  .h1,
  .editor-content h1,
  .editor-content--sm h1 {
    font-size: 2.5rem;
  }
}

@media print {

  .h1,
  .editor-content h1,
  .editor-content--sm h1 {
    font-size: 2.5rem;
  }
}

.h2,
.editor-content h2,
.editor-content--sm h2 {
  font-size: 24px !important;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (max-width: 450px) {
  .h2,
  .editor-content h2,
  .editor-content--sm h2 {
    padding: 0.2em 0.2em !important;
    margin: 10px 0px !important;
    font-size: 20px !important;
  }
}

@media print,
screen and (min-width: 992px) {

  .h2,
  .editor-content h2,
  .editor-content--sm h2 {
    font-size: 24px;
  }
}

@media print {

  .h2,
  .editor-content h2,
  .editor-content--sm h2 {
    font-size: 2rem;
  }
}

.h3,
.editor-content h3,
.editor-content--sm h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (max-width: 450px) {
  .h3,
  .editor-content h3,
  .editor-content--sm h3 {
    font-size: 18px !important;
    margin: 20px 0px 0px 0px !important;
  }
}

@media print,
screen and (min-width: 992px) {

  .h3,
  .editor-content h3,
  .editor-content--sm h3 {
    font-size: 1.5rem;
  }
}

@media print {

  .h3,
  .editor-content h3,
  .editor-content--sm h3 {
    font-size: 1.5rem;
  }
}

.h4,
.editor-content h4,
.editor-content--sm h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (min-width: 992px) {

  .h4,
  .editor-content h4,
  .editor-content--sm h4 {
    font-size: 1.25rem;
  }
}

@media print {

  .h4,
  .editor-content h4,
  .editor-content--sm h4 {
    font-size: 1.25rem;
  }
}

.h5,
.editor-content h5,
.editor-content--sm h5 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (min-width: 992px) {

  .h5,
  .editor-content h5,
  .editor-content--sm h5 {
    font-size: 1.125rem;
  }
}

@media print {

  .h5,
  .editor-content h5,
  .editor-content--sm h5 {
    font-size: 1.125rem;
  }
}

.h6,
.editor-content h6,
.editor-content--sm h6 {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print,
screen and (min-width: 992px) {

  .h6,
  .editor-content h6,
  .editor-content--sm h6 {
    font-size: 1rem;
  }
}

@media print {

  .h6,
  .editor-content h6,
  .editor-content--sm h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .responsive-table-wrapper {
    margin-right: -1rem;
    padding-bottom: 0.5rem;
    display: block;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .responsive-table-wrapper__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 1rem;
  }

  .responsive-table-wrapper table {
    min-width: 40rem;
  }

  .responsive-table-wrapper--sticky table thead tr th:first-child,
  .responsive-table-wrapper--sticky table tbody tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    box-shadow: 0 5px 5px rgb(0, 0, 0);
  }

  .responsive-table-wrapper .scroll-hint-icon {
    top: 1.5rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .responsive-table-wrapper .scroll-hint-icon {
    top: 2.5rem;
  }
}

.table,
.editor-content table,
.editor-content--sm table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  font-size: 85%;
}

@media print,
screen and (min-width: 992px) {

  .table,
  .editor-content table,
  .editor-content--sm table {
    table-layout: fixed;
    font-size: 100%;
  }
}

@media print {

  .table,
  .editor-content table,
  .editor-content--sm table {
    table-layout: fixed;
    font-size: 100%;
  }
}

.table tr,
.editor-content table tr,
.editor-content--sm table tr {
  border-bottom: 1px solid #ddd;
}

.table th,
.editor-content table th,
.editor-content--sm table th,
.table td,
.editor-content table td,
.editor-content--sm table td {
  position: relative;
  vertical-align: middle;
  padding: 0.25rem;
  border-right: 1px solid #ddd;
}

@media print,
screen and (min-width: 992px) {

  .table th,
  .editor-content table th,
  .editor-content--sm table th,
  .table td,
  .editor-content table td,
  .editor-content--sm table td {
    padding: 0.5rem 1rem;
  }
}

@media print {

  .table th,
  .editor-content table th,
  .editor-content--sm table th,
  .table td,
  .editor-content table td,
  .editor-content--sm table td {
    padding: 0.5rem 1rem;
  }
}

.table thead th,
.editor-content table thead th,
.editor-content--sm table thead th,
.table thead td,
.editor-content table thead td,
.editor-content--sm table thead td {
  background-color: #049bf0;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.table thead th:first-child,
.editor-content table thead th:first-child,
.editor-content--sm table thead th:first-child,
.table thead td:first-child,
.editor-content table thead td:first-child,
.editor-content--sm table thead td:first-child {
  width: 8em;
}

@media print,
screen and (min-width: 992px) {

  .table thead th:first-child,
  .editor-content table thead th:first-child,
  .editor-content--sm table thead th:first-child,
  .table thead td:first-child,
  .editor-content table thead td:first-child,
  .editor-content--sm table thead td:first-child {
    width: 12em;
  }
}

@media print {

  .table thead th:first-child,
  .editor-content table thead th:first-child,
  .editor-content--sm table thead th:first-child,
  .table thead td:first-child,
  .editor-content table thead td:first-child,
  .editor-content--sm table thead td:first-child {
    width: 12em;
  }
}

.table tbody th,
.editor-content table tbody th,
.editor-content--sm table tbody th {
  text-align: left;
  font-weight: 700;
  color: #fff;
  background-color: rgba(68, 186, 252, 0.1);
  width: 8em;
}

@media print,
screen and (min-width: 992px) {

  .table tbody th,
  .editor-content table tbody th,
  .editor-content--sm table tbody th {
    width: 12em;
    height: 4rem;
  }
}

@media print {

  .table tbody th,
  .editor-content table tbody th,
  .editor-content--sm table tbody th {
    width: 12em;
    height: 4rem;
  }
}

@media print,
screen and (min-width: 992px) {

  .table tbody td,
  .editor-content table tbody td,
  .editor-content--sm table tbody td {
    height: 4rem;
  }
}

@media print {

  .table tbody td,
  .editor-content table tbody td,
  .editor-content--sm table tbody td {
    height: 4rem;
  }
}

.table strong,
.editor-content table strong,
.editor-content--sm table strong {
  font-weight: 700;
  font-size: 110%;
}

.table a,
.editor-content table a,
.editor-content--sm table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.transform-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
  border-top: 1px solid #ddd;
  display: block;
}

@media print,
screen and (min-width: 992px) {
  .transform-table {
    display: table;
  }

  .transform-table::before {
    position: absolute;
    content: " ";
    display: block;
    width: 12.5rem;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #44bafc;
  }
}

@media print {
  .transform-table {
    display: table;
  }

  .transform-table::before {
    position: absolute;
    content: " ";
    display: block;
    width: 12.5rem;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #44bafc;
  }
}

.transform-table tr {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {
  .transform-table tr {
    display: table-row;
  }
}

@media print {
  .transform-table tr {
    display: table-row;
  }
}

.transform-table thead th,
.transform-table thead td {
  background-color: #666;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 0.5rem;
}

.transform-table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {
  .transform-table tbody {
    display: table-row-group;
  }
}

@media print {
  .transform-table tbody {
    display: table-row-group;
  }
}

.transform-table tbody th,
.transform-table tbody td {
  display: block;
}

@media print,
screen and (min-width: 992px) {

  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}

@media print {

  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}

.transform-table tbody th {
  position: relative;
  color: #181818;
  font-weight: 700;
  text-align: left;
  font-size: 0.9em;
  padding: 0.5rem 0.5rem 0;
}

@media print,
screen and (min-width: 992px) {
  .transform-table tbody th {
    width: 12.5rem;
    vertical-align: top;
    padding-top: calc(1.5rem + 0.1em);
    padding-bottom: 1.5rem;
  }
}

@media print {
  .transform-table tbody th {
    width: 12.5rem;
    vertical-align: top;
    padding-top: calc(1.5rem + 0.1em);
    padding-bottom: 1.5rem;
  }
}

.transform-table tbody th::before {
  position: absolute;
  content: " ";
  display: block;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 8em;
  height: 1px;
  background-color: #44bafc;
}

@media print,
screen and (min-width: 992px) {
  .transform-table tbody th::before {
    width: 100%;
    top: auto;
    bottom: -1px;
  }
}

@media print {
  .transform-table tbody th::before {
    width: 100%;
    top: auto;
    bottom: -1px;
  }
}

.transform-table tbody td {
  padding: 0.5rem;
  padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
    padding-right: 0;
  }
}

@media print {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
    padding-right: 0;
  }
}

.transform-table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* =====================
  editor(WYSIWYG)
===================== */
table .editor-content {
  line-height: 1.5;
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 992px) {
  table .editor-content {
    font-size: 0.9375rem;
  }
}

@media print {
  table .editor-content {
    font-size: 0.9375rem;
  }
}

table .editor-content p {
  margin: 0;
}

.editor-content {
  word-break: break-all;
  font-size: 1rem;
}

.editor-content * {
  word-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: normal;
}

.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5em;
}

.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
  margin-top: 0;
}

.editor-content h1 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}

.editor-content h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}

.editor-content h3 {
  background-color: #f0f2f3;
  padding: 0.5em;
  padding-left: 15px !important;
  font-size: 20px;
}

.editor-content h4 {
  background-color: #f0f2f3;
  padding: 0.5em;
}

.editor-content a {
  color: #44bafc;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .editor-content a {
    transition: all 0.25s ease;
  }

  .editor-content a:hover {
    color: #76cdfd;
  }
}

@media (hover: hover) and (pointer: fine) {
  .editor-content a img {
    transition: all 0.25s ease;
  }

  .editor-content a img:hover {
    opacity: 0.65;
  }
}

.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin: auto;
}

@media print,
screen and (min-width: 992px) {
  .editor-content img {
    max-width: 50%;
  }
}

.editor-content img.alignright {
  display: block;
  margin-left: auto;
}

.editor-content img.alignleft {
  display: block;
  margin-right: auto;
}

.editor-content img.aligncenter {
  display: block;
  margin: 1em auto;
}

.editor-content p,
.editor-content table,
.editor-content img,
.editor-content ul,
.editor-content ol,
.editor-content>div {
  margin-top: 1.5em;
}

.editor-content p>img:first-child {
  margin-top: 0;
}

.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
  font-style: italic;
}

.editor-content blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px;
  margin: 0px !important;
}

@media print,
screen and (min-width: 992px) {
  .editor-content blockquote {
    font-size: 0.9375rem;
  }
}

@media print {
  .editor-content blockquote {
    font-size: 0.9375rem;
  }
}

.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}

.editor-content address {
  margin: 0 0 1.5em;
}

.editor-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.editor-content abbr,
.editor-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.editor-content mark,
.editor-content ins {
  background: #eee;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.editor-content big {
  font-size: 125%;
}

.editor-content dl dt {
  font-weight: 700;
}

.editor-content blockquote,
.editor-content q {
  quotes: "" "";
}

.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
  content: "";
}

.editor-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

.editor-content ul,
.editor-content ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.editor-content ul {
  list-style: disc;
}

.editor-content ol {
  list-style: auto;
}

.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
  border: none;
  padding: 0;
}

.editor-content ol h3 {
  font-weight: 700;
  font-size: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}

@media print {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}

.editor-content ol h4 {
  font-weight: 700;
  font-size: 0.9375rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}

@media print {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}

.editor-content li>ul,
.editor-content li>ol {
  margin-bottom: 1em;
  margin-left: 1em;
}

.editor-content li ol {
  font-size: 90%;
}

.editor-content li ol li {
  margin-bottom: 0.5em;
}

.editor-content table {
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content table {
    font-size: 1rem;
  }
}

@media print {
  .editor-content table {
    font-size: 1rem;
  }
}

.editor-content .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.editor-content .iframe iframe,
.editor-content .iframe object,
.editor-content .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-top: 2em;
  max-width: 100%;
}

.editor-content strong {
  font-weight: 700;
}

.editor-content em {
  font-style: italic;
}

.editor-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.editor-content--sm {
  word-break: break-all;
  font-size: 1rem;
}

.editor-content--sm * {
  word-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
}

.editor-content--sm button,
.editor-content--sm input,
.editor-content--sm select,
.editor-content--sm textarea {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

.editor-content--sm h1,
.editor-content--sm h2,
.editor-content--sm h3,
.editor-content--sm h4,
.editor-content--sm h5,
.editor-content--sm h6 {
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5em;
}

.editor-content--sm h1:first-child,
.editor-content--sm h2:first-child,
.editor-content--sm h3:first-child,
.editor-content--sm h4:first-child,
.editor-content--sm h5:first-child,
.editor-content--sm h6:first-child,
.editor-content--sm p:first-child {
  margin-top: 0;
}

.editor-content--sm h1 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}

.editor-content--sm h2 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #ddd;
}

.editor-content--sm h3 {
  background-color: #f0f2f3;
  padding: 0.5em;
}

.editor-content--sm h4 {
  background-color: #f0f2f3;
  padding: 0.5em;
}

.editor-content--sm a {
  color: #44bafc;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a {
    transition: all 0.25s ease;
  }

  .editor-content--sm a:hover {
    color: #76cdfd;
  }
}

@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a img {
    transition: all 0.25s ease;
  }

  .editor-content--sm a img:hover {
    opacity: 0.65;
  }
}

.editor-content--sm img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.editor-content--sm img.alignright {
  display: block;
  margin-left: auto;
}

.editor-content--sm img.alignleft {
  display: block;
  margin-right: auto;
}

.editor-content--sm img.aligncenter {
  display: block;
  margin: 1em auto;
}

.editor-content--sm p,
.editor-content--sm table,
.editor-content--sm img,
.editor-content--sm ul,
.editor-content--sm ol,
.editor-content--sm>div {
  margin-top: 1.5em;
}

.editor-content--sm p>img:first-child {
  margin-top: 0;
}

.editor-content--sm dfn,
.editor-content--sm cite,
.editor-content--sm em,
.editor-content--sm i {
  font-style: italic;
}

.editor-content--sm blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}

@media print,
screen and (min-width: 992px) {
  .editor-content--sm blockquote {
    font-size: 0.9375rem;
  }
}

@media print {
  .editor-content--sm blockquote {
    font-size: 0.9375rem;
  }
}

.editor-content--sm blockquote.alignleft,
.editor-content--sm blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}

.editor-content--sm address {
  margin: 0 0 1.5em;
}

.editor-content--sm pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.editor-content--sm code,
.editor-content--sm kbd,
.editor-content--sm tt,
.editor-content--sm var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.editor-content--sm abbr,
.editor-content--sm acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.editor-content--sm mark,
.editor-content--sm ins {
  background: #eee;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.editor-content--sm big {
  font-size: 125%;
}

.editor-content--sm dl dt {
  font-weight: 700;
}

.editor-content--sm blockquote,
.editor-content--sm q {
  quotes: "" "";
}

.editor-content--sm blockquote:before,
.editor-content--sm blockquote:after,
.editor-content--sm q:before,
.editor-content--sm q:after {
  content: "";
}

.editor-content--sm hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

.editor-content--sm ul,
.editor-content--sm ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.editor-content--sm ul {
  list-style: disc;
}

.editor-content--sm ol h1,
.editor-content--sm ol h2,
.editor-content--sm ol h3,
.editor-content--sm ol h4,
.editor-content--sm ol h5,
.editor-content--sm ol h6 {
  border: none;
  padding: 0;
}

.editor-content--sm ol h3 {
  font-weight: 700;
  font-size: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}

@media print {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}

.editor-content--sm ol h4 {
  font-weight: 700;
  font-size: 0.9375rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}

@media print {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}

.editor-content--sm li>ul,
.editor-content--sm li>ol {
  margin-bottom: 1em;
  margin-left: 1em;
}

.editor-content--sm li ol {
  font-size: 90%;
}

.editor-content--sm li ol li {
  margin-bottom: 0.5em;
}

.editor-content--sm table {
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 992px) {
  .editor-content--sm table {
    font-size: 1rem;
  }
}

@media print {
  .editor-content--sm table {
    font-size: 1rem;
  }
}

.editor-content--sm .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.editor-content--sm .iframe iframe,
.editor-content--sm .iframe object,
.editor-content--sm .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.editor-content--sm embed,
.editor-content--sm iframe,
.editor-content--sm object {
  margin-top: 2em;
  max-width: 100%;
}

.editor-content--sm strong {
  font-weight: 700;
}

.editor-content--sm em {
  font-style: italic;
}

.editor-content--sm blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.pc-ad {
  text-align: center;
}

.sp-ad {
  display: none;
}

.sp-footer-ad {
  display: none;
}

@media print,
screen and (max-width: 450px) {
  .pc-ad {
    display: none;
  }

  .sp-ad {
    display: block;
    text-align: center;
  }

  .sp-footer-ad {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    z-index: 9999;
    box-sizing: border-box;
  }
  .sp-footer-ad img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.social-share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: right;
  margin-top: 0px !important;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
}

.icon-button img {
  width: 50px;
  height: 50px;
}

.icon-button.x img {
  width: 30px;
  height: 30px;
}

.icon-button.x {
  background-color: #000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

.align-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.align-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.text-link {
  color: #12a7fb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.text-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 0.75;
}

.error-box {
  padding: 1rem;
  border: 1px solid #ffcccc;
  background-color: #fff4f4;
  color: #181818;
  border-radius: 2px;
  font-size: 85%;
  font-weight: 700;
}

.card-list,
.card-list--portal {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}

@media print,
screen and (min-width: 992px) {

  .card-list,
  .card-list--portal {
    gap: 3rem 2.5rem;
  }
}

@media print {

  .card-list,
  .card-list--portal {
    gap: 3rem 2.5rem;
  }
}

.card-list--portal>li:nth-child(n+3) {
  display: none;
}

@media print,
screen and (min-width: 992px) {
  .card-list--portal>li:nth-child(n+3) {
    display: flex;
  }
}

@media print {
  .card-list--portal>li:nth-child(n+3) {
    display: flex;
  }
}

.card-list>li,
.card-list--portal>li {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {

  .card-list>li,
  .card-list--portal>li {
    width: calc(33.333% - 1.6666625rem);
  }
}

@media print {

  .card-list>li,
  .card-list--portal>li {
    width: calc(33.333% - 1.6666625rem);
  }
}

a.card {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  a.card {
    transition: 0.25s ease;
  }

  a.card:hover {
    color: #44bafc;
  }

  a.card:hover .card__image img {
    opacity: 0.8;
    transform: scale(1.03);
  }
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #181818;
  gap: 0.5em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .card {
    gap: 1rem;
  }
}

@media print {
  .card {
    gap: 1rem;
  }
}

.card__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.card__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.card__main {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 1em;
}

.card__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 125%;
}

.card__text {
  font-size: 0.875rem;
  font-weight: 700;
}

@media print,
screen and (min-width: 992px) {
  .card__text {
    font-size: 1rem;
  }
}

@media print {
  .card__text {
    font-size: 1rem;
  }
}

.card__text p {
  margin-top: 1em;
}

.card__text p:first-child {
  margin-top: 0;
}

.card__meta {
  display: flex;
  align-items: center;
}

.card__cats {
  flex: 1;
  font-size: 85%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  color: #555;
}

.card__cats>li,
.card__cats>span,
.card__cats>div,
.card__cats>p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.5;
  background-color: #f0f2f3;
  color: currentColor;
  font-weight: 400;
  padding: 0.15em 0.5em;
  min-width: 4em;
  border-radius: 999em;
}

.card__time {
  font-size: 85%;
  opacity: 0.5;
}

.entry-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #181818;
  gap: 0.5em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .entry-card {
    flex-direction: row;
    gap: 2.5rem;
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
}

@media print {
  .entry-card {
    flex-direction: row;
    gap: 2.5rem;
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
}

.entry-card__image {
  position: relative;
}

@media print,
screen and (min-width: 992px) {
  .entry-card__image {
    width: 40%;
  }
}

@media print {
  .entry-card__image {
    width: 40%;
  }
}

.entry-card__image-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}

.entry-card__image-inner img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.entry-card__cats {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.entry-card__cat {
  background-color: #17bd81;
  color: #fff;
  text-align: center;
  min-width: 3em;
  padding: 0.25em 1em;
  line-height: 1.25;
  border-radius: 2px;
  font-weight: 700;
  font-size: 85%;
}

.entry-card__main {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  gap: 2em;
}

.entry-card__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 125%;
  border-bottom: 2px solid #44bafc;
  padding-bottom: 0.25em;
  line-height: 1.5;
}

@media print,
screen and (min-width: 992px) {
  .entry-card__title {
    font-size: 150%;
  }
}

@media print {
  .entry-card__title {
    font-size: 150%;
  }
}

.entry-card__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}

.entry-card__name {
  font-weight: 700;
}

.entry-card__text {
  font-size: 0.8125rem;
  opacity: 0.75;
}

@media print,
screen and (min-width: 992px) {
  .entry-card__text {
    font-size: 0.875rem;
  }
}

@media print {
  .entry-card__text {
    font-size: 0.875rem;
  }
}

.entry-card__text p {
  margin-top: 1em;
}

.entry-card__text p:first-child {
  margin-top: 0;
}

.entry-card__file {
  font-size: 90%;
}

.entry-card__btn {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.drawer {
  position: fixed;
  display: flex;
  z-index: 990;
  top: 4rem;
  left: 0;
  bottom: 0;
}

@media print,
screen and (min-width: 992px) {
  .drawer {
    position: static;
    position: initial;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    bottom: auto;
  }
}

@media print {
  .drawer {
    position: static;
    position: initial;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    bottom: auto;
  }
}

.drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media print,
screen and (min-width: 992px) {
  .drawer__backdrop {
    display: none;
  }
}

@media print {
  .drawer__backdrop {
    display: none;
  }
}

.drawer__inner {
  display: flex;
  height: 100%;
  width: 100vw;
  transform: translate(-100%, 0);
  background-color: #f9f9f9;
  overflow: visible;
  overflow: initial;
}

@media print,
screen and (min-width: 992px) {
  .drawer__inner {
    height: auto;
    width: 100%;
    transform: none;
    background-color: transparent;
  }
}

@media print {
  .drawer__inner {
    height: auto;
    width: 100%;
    transform: none;
    background-color: transparent;
  }
}

.drawer[aria-hidden] {
  transition: all 0.25s ease;
}

@media print,
screen and (min-width: 992px) {
  .drawer[aria-hidden] {
    transition: none;
  }
}

@media print {
  .drawer[aria-hidden] {
    transition: none;
  }
}

.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}

@media print,
screen and (min-width: 992px) {

  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}

@media print {

  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}

.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}

.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}

.drawer[aria-hidden=false] .drawer__inner {
  transform: translate(0);
}

@media print,
screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}

@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    transform: none;
  }
}

.drawer[aria-hidden=true] {
  visibility: hidden;
}

@media print,
screen and (min-width: 992px) {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}

@media print {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}

.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.drawer-btn {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.1em;
  margin: 0;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  color: #44bafc;
  background-color: #fff;
  z-index: 1000;
}

@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }

  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    transform: translate(0, -1px);
  }

  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    transform: translate(0, 1px);
  }
}

@media print,
screen and (min-width: 992px) {
  .drawer-btn {
    display: none;
  }
}

@media print {
  .drawer-btn {
    display: none;
  }
}

.drawer-btn__bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  width: 0.4em;
}

.drawer-btn__bar {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  border-radius: 999em;
  transition: all 0.25s ease;
}

@media print,
screen and (min-width: 768px) {
  .drawer-btn__bar {
    height: 2px;
  }
}

@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}

.drawer-btn__text,
.drawer-btn__text--close,
.drawer-btn__text--open {
  text-transform: uppercase;
  font-size: 0.15em;
  line-height: 1;
}

.drawer-btn[aria-expanded=false] .drawer-btn__text--close {
  display: none;
}

.drawer-btn[aria-expanded=true] .drawer-btn__text--open {
  display: none;
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  opacity: 1;
  transform: translate(0, calc(0.13em - 1px)) rotate(45deg);
}

.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  transform: translate(0, calc(-0.13em + 1px)) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(1) {
    opacity: 1;
    transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
  }

  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    transform: translate(0, calc(-0.1125em + 1px)) rotate(-40deg);
  }
}

.global-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2em;
}

@media print,
screen and (min-width: 992px) {
  .global-nav {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}

@media print {
  .global-nav {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}

.global-nav__list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media print,
screen and (min-width: 992px) {
  .global-nav__list {
    width: auto;
    flex-direction: row;
  }
}

@media print {
  .global-nav__list {
    width: auto;
    flex-direction: row;
  }
}

.global-nav__tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.global-nav__btn {
  margin-left: auto;
  margin-right: 0;
}

.global-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  gap: 0 1em;
}

@media print,
screen and (min-width: 992px) {
  .global-list {
    flex-wrap: nowrap;
    gap: 1em;
    font-size: 1rem;
  }
}

@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 1em;
    font-size: 1rem;
  }
}

.global-list__item,
.global-list__item--home {
  padding: 0;
  margin: 0;
  width: calc(50% - 0.5em);
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
}

@media (hover: hover) and (pointer: fine) {

  .global-list__item:hover .global-list__text,
  .global-list__item--home:hover .global-list__text {
    color: #44bafc;
  }
}

@media print,
screen and (min-width: 992px) {

  .global-list__item,
  .global-list__item--home {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}

@media print {

  .global-list__item,
  .global-list__item--home {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
  }
}

.global-list__item--home {
  display: none;
}

@media print,
screen and (min-width: 992px) {
  .global-list__item--home {
    display: flex;
  }
}

@media print {
  .global-list__item--home {
    display: flex;
  }
}

.global-list__text {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1em 0;
  line-height: 1.25;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
}

@media print,
screen and (min-width: 992px) {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}

@media print {
  .global-list__text {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0.5em;
  }
}

.global-list__text>span:first-child {
  flex: 1;
}

.global-list__text[aria-current=page] {
  background-color: rgba(68, 186, 252, 0.15);
}

@media print,
screen and (min-width: 992px) {
  .global-list__text[aria-current=page] {
    background-color: transparent;
    color: #44bafc;
  }
}

@media print {
  .global-list__text[aria-current=page] {
    background-color: transparent;
    color: #44bafc;
  }
}

.global-list-btn {
  display: flex;
  padding: 0;
  margin: 0;
  height: 3rem;
  color: #fff;
  gap: 0.25em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #44bafc;
  border-radius: 999em;
  font-size: 0.875rem;
  width: 7.5rem;
}

@media (hover: hover) and (pointer: fine) {
  .global-list-btn {
    transition: all 0.25s ease;
  }

  .global-list-btn:hover {
    color: #fff;
    background-color: #8fd6fd;
  }
}

@media print,
screen and (min-width: 992px) {
  .global-list-btn {
    width: 12.5rem;
    height: 3.5rem;
    gap: 0.15em;
    font-size: 1rem;
  }
}

@media print {
  .global-list-btn {
    width: 12.5rem;
    height: 3.5rem;
    gap: 0.15em;
    font-size: 1rem;
  }
}

.global-list-btn__icon {
  line-height: 1;
}

.global-list-btn__icon img,
.global-list-btn__icon svg {
  width: 1.25em;
}

.header-sns {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

@media print,
screen and (min-width: 992px) {
  .header-sns {
    font-size: 1.75rem;
  }
}

@media print {
  .header-sns {
    font-size: 1.75rem;
  }
}

.header-sns>li {
  padding: 0;
  margin: 0;
}

.header-sns>li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  border: 1px solid currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

@media (hover: hover) and (pointer: fine) {
  .header-sns>li a {
    transition: 0.25s ease;
  }

  .header-sns>li a:hover {
    opacity: 0.75;
  }
}

.header-sns>li a svg {
  fill: currentColor;
  width: 1em;
  height: auto;
}

.container,
.container--sm,
.container--post {
  width: 100%;
  max-width: 1680px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media print,
screen and (min-width: 992px) {

  .container,
  .container--sm,
  .container--post {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media print {

  .container,
  .container--sm,
  .container--post {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media print,
screen and (min-width: 992px) {

  .container,
  .container--sm,
  .container--post {
    gap: 7.5rem;
  }
}

@media print {

  .container,
  .container--sm,
  .container--post {
    gap: 7.5rem;
  }
}

.container--post {
  max-width: 60rem;
  gap: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .container--post {
    gap: 3rem;
  }
}

@media print {
  .container--post {
    gap: 3rem;
  }
}

.container--sm {
  max-width: 75rem;
}

.row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.section,
.section--grandChild,
.section--child {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}

@media print,
screen and (min-width: 992px) {

  .section,
  .section--grandChild,
  .section--child {
    gap: 4rem;
  }
}

@media print {

  .section,
  .section--grandChild,
  .section--child {
    gap: 4rem;
  }
}

.section--child {
  gap: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .section--child {
    gap: 2.5rem;
  }
}

@media print {
  .section--child {
    gap: 2.5rem;
  }
}

.section--grandChild {
  gap: 0.5rem;
}

@media print,
screen and (min-width: 992px) {
  .section--grandChild {
    gap: 1rem;
  }
}

@media print {
  .section--grandChild {
    gap: 1rem;
  }
}

.box,
.box--outline,
.box--primary,
.box--white,
.box--sm {
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
  padding: 1rem;
  border-radius: 0.25rem;
}

@media print,
screen and (min-width: 768px) {

  .box,
  .box--outline,
  .box--primary,
  .box--white,
  .box--sm {
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
}

@media print {

  .box,
  .box--outline,
  .box--primary,
  .box--white,
  .box--sm {
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .box--sm {
    padding: 1.5rem;
  }
}

@media print {
  .box--sm {
    padding: 1.5rem;
  }
}

.box--white {
  background-color: #fff;
}

.box--primary {
  color: #fff;
  background-color: #44bafc;
}

.box--outline {
  background-color: transparent;
  border: 1px solid #ddd;
}

.box__title {
  font-size: 125%;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  padding-bottom: 1em;
}

.row-box {
  background-color: #f0f2f3;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
  padding: 1rem;
}

@media print,
screen and (min-width: 768px) {
  .row-box {
    padding: 2.5rem;
    flex-direction: row;
    gap: 3rem;
  }
}

@media print {
  .row-box {
    padding: 2.5rem;
    flex-direction: row;
    gap: 3rem;
  }
}

.row-box__title {
  font-size: 115%;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  padding-bottom: 1em;
}

@media print,
screen and (min-width: 992px) {
  .row-box__title {
    width: 17.5rem;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media print {
  .row-box__title {
    width: 17.5rem;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media print,
screen and (min-width: 992px) {
  .row-box__main {
    flex: 1;
  }
}

@media print {
  .row-box__main {
    flex: 1;
  }
}

.btn,
.btn--back,
.btn--sm {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #44bafc;
  text-align: left;
  justify-content: center;
  min-width: 10rem;
  max-width: 12.5rem;
  width: 100%;
  font-weight: 700;
  border: none;
  border-radius: 999em;
  height: 3rem;
  padding: 0.25em 0.5em;
  line-height: 1.25;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media print,
screen and (min-width: 992px) {

  .btn,
  .btn--back,
  .btn--sm {
    height: 3.5rem;
    max-width: 15rem;
  }
}

@media print {

  .btn,
  .btn--back,
  .btn--sm {
    height: 3.5rem;
    max-width: 15rem;
  }
}

@media (hover: hover) and (pointer: fine) {

  .btn,
  .btn--back,
  .btn--sm {
    transition: 0.25s ease;
  }
}

.btn__arrow {
  transition: 0.25s ease;
}

.btn__icon img,
.btn__icon svg {
  width: 1.2em;
  height: auto;
}

.btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {

  .btn:hover,
  .btn--back:hover,
  .btn--sm:hover {
    color: #fff;
    background-color: #8fd6fd;
  }

  .btn:hover .btn__arrow,
  .btn--back:hover .btn__arrow,
  .btn--sm:hover .btn__arrow {
    transform: translate(25%, 0);
  }

  .btn:hover .btn__icon svg,
  .btn--back:hover .btn__icon svg,
  .btn--sm:hover .btn__icon svg {
    fill: currentColor;
  }

  .btn:hover__arrow,
  .btn--back:hover__arrow,
  .btn--sm:hover__arrow {
    transition: 0.25s ease;
  }

  .btn:hover__icon img,
  .btn--back:hover__icon img,
  .btn--sm:hover__icon img,
  .btn:hover__icon svg,
  .btn--back:hover__icon svg,
  .btn--sm:hover__icon svg {
    width: 1.2em;
    height: auto;
  }

  .btn:hover__icon svg,
  .btn--back:hover__icon svg,
  .btn--sm:hover__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
}

.btn--sm {
  min-width: 6.5rem;
  max-width: 10rem;
  height: 2.5rem;
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 992px) {
  .btn--sm {
    height: 3rem;
    max-width: 11.5rem;
    font-size: 0.875rem;
  }
}

@media print {
  .btn--sm {
    height: 3rem;
    max-width: 11.5rem;
    font-size: 0.875rem;
  }
}

.btn--back {
  flex-direction: row-reverse;
}

.btn--back .btn__arrow {
  transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .btn--back:hover .btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}

.text-btn,
.text-btn--back {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  font-weight: 700;
  line-height: 1.25;
  gap: 0.5em;
  color: #181818;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {

  .text-btn,
  .text-btn--back {
    transition: all 0.25s ease;
  }
}

.text-btn__text {
  border-bottom: 1px solid #44bafc;
  padding-bottom: 0.25em;
  min-width: 4em;
}

.text-btn__icon {
  line-height: 1;
}

.text-btn__icon img,
.text-btn__icon svg {
  width: 1.25em;
  height: auto;
}

.text-btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}

.text-btn__arrow {
  transition: all 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {

  .text-btn:hover .text-btn__arrow,
  .text-btn--back:hover .text-btn__arrow {
    transform: translate(25%, 0);
  }

  .text-btn:hover .text-btn__icon svg,
  .text-btn--back:hover .text-btn__icon svg {
    fill: currentColor;
  }

  .text-btn:hover__text,
  .text-btn--back:hover__text {
    border-bottom: 1px solid #44bafc;
    padding-bottom: 0.25em;
    min-width: 4em;
  }

  .text-btn:hover__icon,
  .text-btn--back:hover__icon {
    line-height: 1;
  }

  .text-btn:hover__icon img,
  .text-btn--back:hover__icon img,
  .text-btn:hover__icon svg,
  .text-btn--back:hover__icon svg {
    width: 1.25em;
    height: auto;
  }

  .text-btn:hover__icon svg,
  .text-btn--back:hover__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }

  .text-btn:hover__arrow,
  .text-btn--back:hover__arrow {
    transition: all 0.25s ease;
  }
}

.text-btn--back {
  flex-direction: row-reverse;
}

@media (hover: hover) and (pointer: fine) {
  .text-btn--back:hover .text-btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}

.text-btn--back .text-btn__text {
  text-align: right;
}

.text-btn--back .text-btn__arrow {
  transform: rotate(180deg);
}

.paging-btns {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

@media print,
screen and (min-width: 992px) {
  .paging-btns {
    gap: 1.5rem;
  }
}

@media print {
  .paging-btns {
    gap: 1.5rem;
  }
}

.paging-btns__col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-table {
  display: flex;
  line-height: 1.25;
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  width: 100%;
}

.form-table tbody {
  display: block;
}

.form-table tr {
  display: block;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 992px) {
  .form-table tr {
    display: flex;
    align-items: center;
  }
}

@media print {
  .form-table tr {
    display: flex;
    align-items: center;
  }
}

.form-table th,
.form-table td {
  display: block;
  padding: 0.5rem 0;
}

@media print,
screen and (min-width: 992px) {

  .form-table th,
  .form-table td {
    padding: 1rem 0;
  }
}

@media print {

  .form-table th,
  .form-table td {
    padding: 1rem 0;
  }
}

.form-table th {
  position: relative;
  text-align: left;
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 90%;
}

@media print,
screen and (min-width: 992px) {
  .form-table th {
    margin-top: 0;
    width: 15rem;
  }
}

@media print {
  .form-table th {
    margin-top: 0;
    width: 15rem;
  }
}

.form-table th label {
  font-weight: 700;
}

.form-table th .min,
.form-table th small {
  display: block;
  font-size: 85%;
  color: #666;
  font-weight: normal;
  margin-top: 0.3125rem;
  line-height: 1.5;
}

@media print,
screen and (min-width: 992px) {
  .form-table td {
    flex: 1;
    padding-left: 1.5rem;
    min-height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
  }
}

@media print {
  .form-table td {
    flex: 1;
    padding-left: 1.5rem;
    min-height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
  }
}

.form-table td .min {
  font-size: 85%;
  font-weight: normal;
}

.form-adornments {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}

.form-adornments__unit {
  opacity: 0.75;
  font-size: 85%;
}

.zip-search-btn {
  outline: none;
  border: 1px solid #ddd;
  background-color: #f0f2f3;
  display: flex;
  padding: 0.5em;
  font-size: 75%;
  color: #555;
}

@media (hover: hover) and (pointer: fine) {
  .zip-search-btn {
    transition: 0.25s ease;
  }

  .zip-search-btn:hover {
    color: #181818;
    background-color: #eee;
  }
}

.form-control,
.form-control--inline {
  width: 100%;
  padding: 0.5em;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f6f6f9;
  font-size: 16px;
  min-height: 2.5rem;
}

@media print,
screen and (min-width: 992px) {

  .form-control,
  .form-control--inline {
    padding: 0.5em;
    font-size: 1rem;
    min-height: 3rem;
  }
}

@media print {

  .form-control,
  .form-control--inline {
    padding: 0.5em;
    font-size: 1rem;
    min-height: 3rem;
  }
}

.form-control--inline {
  width: auto;
  min-width: 7em;
  max-width: 100%;
  display: inline-flex;
}

.form-control::-moz-placeholder,
.form-control--inline::-moz-placeholder {
  color: #999;
}

.form-control::placeholder,
.form-control--inline::placeholder {
  color: #999;
}

input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}

.radio-label {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1.5;
  gap: 0.5em;
  cursor: pointer;
  min-width: 6em;
}

.radio-label__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}

input[type=checkbox] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: relative;
  transform: translate(0, -20%) rotate(50deg);
  font-size: 0.65em;
  width: 0.7em;
  height: 1em;
  border-right: 2px solid #44bafc;
  border-bottom: 2px solid #44bafc;
  content: "";
}

input[type=radio] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  position: relative;
  font-size: 0.65em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #76cdfd;
  content: "";
}

.radio-block label,
.radio-inlineblock label {
  display: inline-flex;
  align-items: center;
  margin: 3px 0;
  font-weight: normal;
}

.radio-block label input,
.radio-inlineblock label input {
  font-weight: normal;
  margin-top: 0.4375rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
}

.form-select,
.form-select--inline {
  background-color: #f6f6f9;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 6em;
  min-height: 2.5rem;
  width: 100%;
  font-size: 16px;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
}

@media print,
screen and (min-width: 992px) {

  .form-select,
  .form-select--inline {
    min-width: 8em;
    height: 3rem;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1rem;
  }
}

@media print {

  .form-select,
  .form-select--inline {
    min-width: 8em;
    height: 3rem;
    padding: 0.5em 3em 0.5em 0.5em;
    font-size: 1rem;
  }
}

.form-select--inline {
  width: auto;
  max-width: 100%;
  display: inline-flex;
}

.form-select:-moz-focusring,
.form-select--inline:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

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

textarea.form-control,
textarea.form-control--inline {
  line-height: 1.5;
  height: auto;
}

.form-label {
  font-size: 85%;
  opacity: 0.65;
  margin-bottom: 0.1875rem;
  display: block;
}

input[type=date] {
  position: relative;
  min-width: 10em;
  padding-right: 2em;
}

input[type=date]::after {
  position: absolute;
  content: " ";
  display: block;
  content: "";
  background-image: url("../images/calendar.svg");
  font-size: 0.85em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.5;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

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

.image--16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}

.image--16x9 img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.image--3x2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.66%;
}

.image--3x2 img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.image--4x3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
}

.image--4x3 img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}

.list {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.list li {
  position: relative;
  padding: 0;
  line-height: 1.75;
  padding-left: 0.75em;
}

.list li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #44bafc;
  left: 0;
  top: 1em;
  transform: translate(0, -50%);
}

.list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.5em;
  font-size: 95%;
}

.list ul li {
  position: relative;
  padding: 0;
  margin-top: 0.2em;
  padding-left: 0.5em;
}

.list ul li:first-child {
  margin-top: 0;
}

.list ul li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #44bafc;
  left: 0;
  top: 0.7em;
}

.number-list,
.number-list--lg {
  padding: 0;
  margin: 0;
  counter-reset: number;
  list-style-type: none !important;
  gap: 0.5em;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.number-list>li,
.number-list--lg>li {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 0.5em;
}

.number-list>li:last-child,
.number-list--lg>li:last-child {
  margin-bottom: 0;
}

.number-list>li::before,
.number-list--lg>li::before {
  position: relative;
  color: #44bafc;
  counter-increment: number;
  content: counter(number) ".";
  white-space: nowrap;
  line-height: 1.5;
  width: 1em;
  text-align: center;
  font-size: 90%;
}

.number-list__content {
  flex: 1;
}

.number-list--lg {
  gap: 1em;
}

.number-list--lg>li {
  border-bottom: 1px solid #181818;
  padding-bottom: 1em;
}

.number-list--lg>li::before {
  font-size: 150%;
  font-style: normal;
}

.file-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #ddd;
}

.file-list>li {
  border-bottom: 1px solid #ddd;
  display: flex;
  width: 100%;
}

.file-list>li>a {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #181818;
  gap: 0.5em;
}

@media print,
screen and (min-width: 992px) {
  .file-list>li>a {
    padding: 1rem;
  }
}

@media print {
  .file-list>li>a {
    padding: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .file-list>li>a {
    transition: all 0.25s ease;
  }

  .file-list>li>a:hover {
    color: #333;
    background-color: rgba(68, 186, 252, 0.05);
  }
}

.file-list__text {
  flex: 1;
  line-height: 1.5;
}

.file-list__icon {
  display: block;
  width: 1.5em;
  align-self: center;
  line-height: 1;
}

.file-list__icon svg {
  width: 100%;
  height: auto;
  fill: #44bafc;
}

.news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}

.news-list__item {
  border-bottom: 1px solid #ddd;
}

a.news-item__linkarea {
  color: #181818;
}

a.news-item__linkarea .news-item__title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  a.news-item__linkarea {
    transition: 0.4s ease;
  }

  a.news-item__linkarea:hover {
    color: #44bafc;
  }

  a.news-item__linkarea:hover .news-item__icon,
  a.news-item__linkarea:hover .news-item__arrow {
    transform: translate(25%, 0);
  }
}

a.news-item,
a.news-item--archive {
  color: #181818;
}

@media (hover: hover) and (pointer: fine) {

  a.news-item,
  a.news-item--archive {
    transition: 0.4s ease;
  }

  a.news-item:hover,
  a.news-item--archive:hover {
    color: #181818;
    background-color: rgba(68, 186, 252, 0.05);
  }

  a.news-item:hover .news-item__icon,
  a.news-item--archive:hover .news-item__icon,
  a.news-item:hover .news-item__arrow,
  a.news-item--archive:hover .news-item__arrow {
    transform: translate(25%, 0);
  }
}

.news-item,
.news-item--archive {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  gap: 1em;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1.5rem;
  color: #181818;
  font-size: 1rem;
}

@media print,
screen and (min-width: 992px) {

  .news-item,
  .news-item--archive {
    font-size: 1.125rem;
  }
}

@media print {

  .news-item,
  .news-item--archive {
    font-size: 1.125rem;
  }
}

.news-item p,
.news-item--archive p {
  margin-top: 1em;
}

.news-item p:first-child,
.news-item--archive p:first-child {
  margin-top: 0;
}

@media print,
screen and (min-width: 992px) {

  .news-item,
  .news-item--archive {
    gap: 1em;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
  }
}

@media print {

  .news-item,
  .news-item--archive {
    gap: 1em;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
  }
}

@media print,
screen and (min-width: 992px) {
  .news-item--archive .news-item__image {
    width: 15rem;
  }
}

@media print {
  .news-item--archive .news-item__image {
    width: 15rem;
  }
}

.news-item__image {
  overflow: hidden;
  width: 7.5rem;
}

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

.news-item__main {
  flex: 1;
  display: flex;
  width: 100%;
  gap: 0.5em;
  align-items: center;
}

.news-item__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
}

@media print,
screen and (min-width: 992px) {
  .news-item__body {
    flex-direction: row;
  }
}

@media print {
  .news-item__body {
    flex-direction: row;
  }
}

.news-item__meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 1.25;
  font-size: 90%;
  gap: 1em;
}

@media print,
screen and (min-width: 992px) {
  .news-item__meta {
    padding-top: 0.25em;
    width: 8em;
  }
}

@media print {
  .news-item__meta {
    padding-top: 0.25em;
    width: 8em;
  }
}

.news-item__time {
  opacity: 0.75;
}

.news-item__cats {
  font-size: 85%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  color: #555;
  color: #fff;
}

.news-item__cats>li,
.news-item__cats>span,
.news-item__cats>div,
.news-item__cats>p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.5;
  background-color: #44bafc;
  color: currentColor;
  font-weight: 400;
  padding: 0.15em 0.5em;
  min-width: 4em;
  border-radius: 999em;
}

.news-item__new {
  font-size: 80%;
  color: #cc2323;
  text-transform: uppercase;
}

.news-item__title {
  font-size: 100%;
  font-weight: 400;
}

.news-item__text {
  line-height: 1.75;
  font-size: 100%;
}

.news-item__arrow,
.news-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s ease;
}

@media print,
screen and (min-width: 992px) {

  .news-item__arrow,
  .news-item__icon {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}

@media print {

  .news-item__arrow,
  .news-item__icon {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}

.news-item__arrow svg,
.news-item__icon svg {
  fill: #44bafc;
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 0.8125rem;
}

@media print,
screen and (min-width: 992px) {
  .pagination {
    font-size: 1rem;
  }
}

@media print {
  .pagination {
    font-size: 1rem;
  }
}

.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.25rem;
}

@media print,
screen and (min-width: 992px) {
  .pagination ul.page-numbers {
    gap: 0.5rem 1rem;
  }
}

@media print {
  .pagination ul.page-numbers {
    gap: 0.5rem 1rem;
  }
}

.pagination ul.page-numbers li {
  padding: 0;
  display: flex;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 2.5em;
  height: 2.5em;
  background-color: transparent;
  color: #999;
}

.pagination span {
  background-color: transparent;
}

.pagination span.current {
  background-color: #44bafc;
  color: #fff;
}

.pagination a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .pagination a {
    transition: all 0.25s ease;
  }

  .pagination a:hover {
    background-color: #f0f2f3;
    color: #181818;
  }
}

.pagination a.page-numbers__next,
.pagination a.page-numbers__prev {
  border-color: transparent;
  background-color: transparent;
}

.pagination a.page-numbers__next>span,
.pagination a.page-numbers__prev>span {
  position: relative;
  background-color: transparent;
  border: none;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 0.45;
  transition: all 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {

  .pagination a.page-numbers__next:hover>span,
  .pagination a.page-numbers__prev:hover>span {
    opacity: 0.8;
  }
}

.pagination a.page-numbers__prev>span {
  transform: rotate(-135deg);
}

.paging {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}

@media print,
screen and (min-width: 992px) {
  .paging {
    gap: 0.5rem;
  }
}

@media print {
  .paging {
    gap: 0.5rem;
  }
}

.paging .paging-text {
  padding: 0;
  display: flex;
}

.paging a,
.paging span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 2.5em;
  height: 2.5em;
  background-color: transparent;
  color: #999;
}

.paging span {
  background-color: transparent;
}

.paging span.current {
  background-color: #44bafc;
  color: #fff;
}

.paging a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .paging a {
    transition: all 0.25s ease;
  }

  .paging a:hover {
    background-color: #f0f2f3;
    color: #181818;
  }
}

.paging a.page-numbers__next,
.paging a.page-numbers__prev {
  border-color: transparent;
  background-color: transparent;
}

.paging a.page-numbers__next>span,
.paging a.page-numbers__prev>span {
  position: relative;
  background-color: transparent;
  border: none;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 0.45;
  transition: all 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {

  .paging a.page-numbers__next:hover>span,
  .paging a.page-numbers__prev:hover>span {
    opacity: 0.8;
  }
}

.paging a.page-numbers__prev>span {
  transform: rotate(-135deg);
}

.paper {
  background-color: #fff;
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  gap: 0.5rem;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {
  .paper {
    padding: 2.5rem;
    gap: 1rem;
    border-radius: 0.5rem;
  }
}

@media print {
  .paper {
    padding: 2.5rem;
    gap: 1rem;
    border-radius: 0.5rem;
  }
}

.side-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background-color: #f2f3f5;
  overflow: auto;
}

@media print,
screen and (min-width: 992px) {
  .side-nav {
    position: relative;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    background-color: #44bafc;
    color: #fff;
    overflow: visible;
    overflow: initial;
  }
}

@media print {
  .side-nav {
    position: relative;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    background-color: #44bafc;
    color: #fff;
    overflow: visible;
    overflow: initial;
  }
}

.side-nav__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {
  .side-nav__inner {
    position: sticky;
    left: 0;
    top: 5rem;
  }
}

@media print {
  .side-nav__inner {
    position: sticky;
    left: 0;
    top: 5rem;
  }
}

.side-nav__badge-list {
  display: flex;
  width: 100%;
}

.side-nav__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #44bafc;
  color: #fff;
  padding: 1rem 0.5rem;
}

@media print,
screen and (min-width: 992px) {
  .side-nav__list {
    padding: 1rem 0.5rem;
  }
}

@media print {
  .side-nav__list {
    padding: 1rem 0.5rem;
  }
}

.side-nav__global-list {
  padding: 1.5rem 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .side-nav__global-list {
    display: none;
  }
}

@media print {
  .side-nav__global-list {
    display: none;
  }
}

.badge-list {
  background-color: #44bafc;
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.25em;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0.5rem 0.5rem;
}

.badge-list>li {
  padding: 0;
  display: flex;
  width: 2rem;
}

.badge-list>li img,
.badge-list>li svg {
  width: 100%;
  height: auto;
}

.side-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375rem;
  gap: 0.25em;
}

@media print,
screen and (min-width: 992px) {
  .side-list {
    font-size: 1rem;
  }
}

@media print {
  .side-list {
    font-size: 1rem;
  }
}

.side-list__item {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
}

.side-list ul {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.25em 0;
  padding-left: 0.25em;
  margin: 0;
  list-style: none;
  margin-left: 1.25em;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  gap: 0.25em;
  font-size: 95%;
}

.side-list ul li {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
}

.side-list__label,
.side-list__link {
  position: relative;
  display: flex;
  width: 100%;
  font-weight: 700;
  padding: 0.75em 1rem;
  min-height: 3em;
  align-items: center;
  line-height: 1.25;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
  border-radius: 0.25rem;
}

.side-list__link[aria-current=page] {
  color: currentColor;
  background-color: #049bf0;
}

@media (hover: hover) and (pointer: fine) {
  .side-list__link:hover {
    color: currentColor;
    background-color: #049bf0;
  }
}

.note-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
}

.note-block>p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.8;
  font-size: 85%;
}

.note-text,
.note-text--right,
.note-text--alert,
.note-text--red {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  opacity: 0.8;
  font-size: 85%;
}

.note-text--red {
  font-weight: 500;
  color: #cc2323;
  opacity: 1;
}

.note-text--alert {
  font-weight: 700;
  color: #cc2323;
  opacity: 1;
  font-size: 100%;
}

@media print,
screen and (min-width: 768px) {
  .note-text--right {
    text-align: right;
  }
}

@media print {
  .note-text--right {
    text-align: right;
  }
}

.text {
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 992px) {
  .text {
    font-size: 1rem;
  }
}

@media print {
  .text {
    font-size: 1rem;
  }
}

.text p {
  margin-top: 1em;
}

.text p:first-child {
  margin-top: 0;
}

.text--xs {
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.8125rem;
  }
}

@media print {
  .text--xs {
    font-size: 0.8125rem;
  }
}

.text--xs p {
  margin-top: 1em;
}

.text--xs p:first-child {
  margin-top: 0;
}

.text--sm {
  font-size: 0.8125rem;
}

@media print,
screen and (min-width: 992px) {
  .text--sm {
    font-size: 0.875rem;
  }
}

@media print {
  .text--sm {
    font-size: 0.875rem;
  }
}

.text--sm p {
  margin-top: 1em;
}

.text--sm p:first-child {
  margin-top: 0;
}

.text--lg {
  font-size: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.125rem;
  }
}

@media print {
  .text--lg {
    font-size: 1.125rem;
  }
}

.text--lg p {
  margin-top: 1em;
}

.text--lg p:first-child {
  margin-top: 0;
}

.text--red {
  color: #cc2323;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--center-pc {
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .text--center-pc {
    text-align: center;
  }
}

@media print {
  .text--center-pc {
    text-align: center;
  }
}

.text--bold {
  font-weight: 700;
}

.text--light {
  opacity: 0.75;
}

.text--error {
  font-size: 0.75rem;
  color: #cc2323;
}

@media print,
screen and (min-width: 992px) {
  .text--error {
    font-size: 0.8125rem;
  }
}

@media print {
  .text--error {
    font-size: 0.8125rem;
  }
}

.text--error p {
  margin-top: 1em;
}

.text--error p:first-child {
  margin-top: 0;
}

.tabSwitch {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .tabSwitch {
    gap: 1.5rem;
  }
}

@media print {
  .tabSwitch {
    gap: 1.5rem;
  }
}

.tabSwitch__btns {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1em;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 992px) {
  .tabSwitch__btns {
    gap: 2em;
    font-size: 1.125rem;
  }
}

@media print {
  .tabSwitch__btns {
    gap: 2em;
    font-size: 1.125rem;
  }
}

.tabSwitch__btns li {
  display: flex;
}

.tabSwitch__btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
  border: none;
  min-height: 3em;
  line-height: 1.25;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.tabSwitch__btns button[aria-expanded=true] {
  color: #181818;
  border-color: #44bafc;
}

@media (hover: hover) and (pointer: fine) {
  .tabSwitch__btns button {
    transition: all 0.25s ease;
  }

  .tabSwitch__btns button:hover {
    color: #181818;
  }
}

.tabSwitch__target {
  width: 100%;
}

.tabSwitch__target[aria-hidden=true] {
  display: none;
  opacity: 0;
  transition: 0.4s;
}

.tabSwitch__target[aria-hidden=false] {
  display: flex;
  opacity: 1;
  transition: 0.4s;
}

.link-arrow,
.link-arrow--lg,
.link-arrow--sm,
.link-arrow--primary {
  position: relative;
  display: block;
  border-radius: 50%;
  font-size: 1.25rem;
  width: 1em;
  height: 1em;
  background: #fff;
  border: none;
  color: #44bafc;
}

@media print,
screen and (min-width: 992px) {

  .link-arrow,
  .link-arrow--lg,
  .link-arrow--sm,
  .link-arrow--primary {
    font-size: 1.5rem;
    transition: all 0.25s ease;
  }
}

@media print {

  .link-arrow,
  .link-arrow--lg,
  .link-arrow--sm,
  .link-arrow--primary {
    font-size: 1.5rem;
    transition: all 0.25s ease;
  }
}

.link-arrow::before,
.link-arrow--lg::before,
.link-arrow--sm::before,
.link-arrow--primary::before,
.link-arrow::after,
.link-arrow--lg::after,
.link-arrow--sm::after,
.link-arrow--primary::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: currentColor;
  height: 1px;
  width: 0.25em;
  top: 50%;
  left: 48%;
  transition: all 0.25s ease;
}

.link-arrow::before,
.link-arrow--lg::before,
.link-arrow--sm::before,
.link-arrow--primary::before {
  transform-origin: right bottom;
  transform: translate(-50%, -50%) rotate(45deg);
}

.link-arrow::after,
.link-arrow--lg::after,
.link-arrow--sm::after,
.link-arrow--primary::after {
  transform-origin: right top;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.link-arrow--primary {
  background: #44bafc;
  color: #fff;
}

.link-arrow--sm {
  font-size: 1rem;
}

@media print,
screen and (min-width: 768px) {
  .link-arrow--sm {
    font-size: 1.25rem;
  }
}

@media print {
  .link-arrow--sm {
    font-size: 1.25rem;
  }
}

.link-arrow--lg {
  font-size: 2rem;
}

@media print,
screen and (min-width: 768px) {
  .link-arrow--lg {
    font-size: 3rem;
  }
}

@media print {
  .link-arrow--lg {
    font-size: 3rem;
  }
}

.icon {
  height: auto;
  vertical-align: middle;
}

.icon--stroke {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: auto;
  vertical-align: middle;
}

.error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #667;
}

@media print,
screen and (min-width: 992px) {
  .error-block {
    gap: 2rem;
  }
}

@media print {
  .error-block {
    gap: 2rem;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f0f2f3;
  padding-top: 4rem;
}

@media print,
screen and (min-width: 992px) {
  .page-wrapper {
    padding-top: 5rem;
  }
}

@media print {
  .page-wrapper {
    padding-top: 5rem;
  }
}

.page-wrapper__header {
  display: flex;
  width: 100%;
}

.page-wrapper__footer {
  display: flex;
  width: 100%;
}

.page-wrapper__main {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
}

.main {
  display: flex;
  width: 100%;
  flex: 1;
}

@media print,
screen and (min-width: 992px) {
  .main__side {
    display: none;
  }
}

@media print {
  .main__side {
    display: none;
  }
}

@media print,
screen and (min-width: 992px) {
  .main__side:has(.side-nav__list) {
    display: flex;
    width: 17.5rem;
  }
}

@media print {
  .main__side:has(.side-nav__list) {
    display: flex;
    width: 17.5rem;
  }
}

.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem 3rem;
  gap: 2.5rem;
}

@media print,
screen and (min-width: 992px) {
  .main__content {
    flex: 1;
    padding: 3rem 3rem 6rem;
    gap: 4rem;
  }
}

@media print {
  .main__content {
    flex: 1;
    padding: 3rem;
    gap: 4rem;
  }
}

.main__container,
.main__container--xs,
.main__container--sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  gap: 2.5rem;
}

@media print,
screen and (min-width: 992px) {

  .main__container,
  .main__container--xs,
  .main__container--sm {
    gap: 5rem;
  }
}

@media print {

  .main__container,
  .main__container--xs,
  .main__container--sm {
    gap: 5rem;
  }
}

.main__container--sm {
  max-width: 960px;
}

.main__container--xs {
  max-width: 40rem;
}

/*=====================
  header
===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  width: 100%;
  padding-left: 1rem;
  background-color: #fff;
  gap: 0.5rem;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
}

@media print,
screen and (min-width: 992px) {
  .header {
    height: 5rem;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

@media print {
  .header {
    height: 5rem;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav {
  display: flex;
  flex: 1;
}

.header__drawer-btn {
  position: relative;
  font-size: 4rem;
  width: 1em;
  height: 1em;
}

@media print,
screen and (min-width: 992px) {
  .header__drawer-btn {
    display: none;
  }
}

@media print {
  .header__drawer-btn {
    display: none;
  }
}

.header .global-nav__list {
  display: none;
}

@media print,
screen and (min-width: 992px) {
  .header .global-nav__list {
    display: flex;
  }
}

@media print {
  .header .global-nav__list {
    display: flex;
  }
}

.header .global-nav__sns {
  display: none;
}

@media print,
screen and (min-width: 992px) {
  .header .global-nav__sns {
    display: flex;
  }
}

@media print {
  .header .global-nav__sns {
    display: flex;
  }
}

.brand-logo {
  display: flex;
  color: #44bafc;
  width: 12.5rem;
}

@media print,
screen and (min-width: 992px) {
  .brand-logo {
    width: 15rem;
  }
}

@media print {
  .brand-logo {
    width: 15rem;
  }
}

.brand-logo img {
  width: 100%;
  height: auto;
}

_::-webkit-full-page-media,
_:future,
:root .global-nav__list.dropdown-open::before {
  opacity: 0 !important;
}

/* =====================
  footer
===================== */
/*フッター */
.footer {
  position: relative;
  display: flex;
  font-size: 0.75rem;
  width: 100%;
  background-color: #dee8ef;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .footer {
    font-size: 0.8125rem;
  }
}

@media print {
  .footer {
    font-size: 0.8125rem;
  }
}

.footer__container {
  width: 100%;
  max-width: 1680px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 45px;
  }
}

@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media print,
screen and (min-width: 992px) {
  .footer__container {
    gap: 5rem;
    flex-direction: row;
  }
}

@media print {
  .footer__container {
    gap: 5rem;
    flex-direction: row;
  }
}

.footer__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .footer__main {
    gap: 1.5rem;
    width: 25rem;
  }
}

@media print {
  .footer__main {
    gap: 1.5rem;
    width: 25rem;
  }
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .footer__contact {
    flex-direction: row;
    gap: 3rem;
  }
}

@media print {
  .footer__contact {
    flex-direction: row;
    gap: 3rem;
  }
}

.footer__tools {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media print,
screen and (min-width: 992px) {
  .footer__tools {
    flex: 1;
    align-items: flex-end;
    gap: 1.5rem;
  }
}

@media print {
  .footer__tools {
    flex: 1;
    align-items: flex-end;
    gap: 1.5rem;
  }
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-block__title {
  font-weight: 700;
}

.footer-block p a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #181818;
}

.footer-header {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

@media print,
screen and (min-width: 992px) {
  .footer-header {
    gap: 1.5rem;
  }
}

@media print {
  .footer-header {
    gap: 1.5rem;
  }
}

.footer-logo {
  display: flex;
  color: #44bafc;
  width: 15rem;
}

@media print,
screen and (min-width: 992px) {
  .footer-logo {
    width: 15rem;
  }
}

@media print {
  .footer-logo {
    width: 15rem;
  }
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-sns {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

@media print,
screen and (min-width: 992px) {
  .footer-sns {
    font-size: 1.25rem;
  }
}

@media print {
  .footer-sns {
    font-size: 1.25rem;
  }
}

.footer-sns>li {
  padding: 0;
  margin: 0;
}

.footer-sns>li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  border: 1px solid currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

@media (hover: hover) and (pointer: fine) {
  .footer-sns>li a {
    transition: 0.25s ease;
  }

  .footer-sns>li a:hover {
    opacity: 0.75;
  }
}

.footer-sns>li a svg {
  fill: currentColor;
  width: 1em;
  height: auto;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  gap: 0.75em 0;
}

.footer-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
}

.footer-list li a {
  color: currentColor;
  opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
  .footer-list li a {
    transition: 0.25s ease;
  }

  .footer-list li a:hover {
    opacity: 1;
  }
}

.footer-cancel {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.footer-cancel a {
  color: #666;
  font-size: 0.9em;
}

.footer-btn {
  display: flex;
  padding: 0;
  margin: 0;
  height: 3rem;
  font-size: 1rem;
  color: #fff;
  gap: 0.25em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #44bafc;
}

@media (hover: hover) and (pointer: fine) {
  .footer-btn {
    transition: all 0.25s ease;
  }

  .footer-btn:hover {
    color: #fff;
    background-color: #8fd6fd;
  }
}

@media print,
screen and (min-width: 992px) {
  .footer-btn {
    width: 12.5rem;
    height: 3.5rem;
    border-radius: 999em;
  }
}

@media print {
  .footer-btn {
    width: 12.5rem;
    height: 3.5rem;
    border-radius: 999em;
  }
}

.footer-btn__icon {
  line-height: 1;
}

.footer-btn__icon img,
.footer-btn__icon svg {
  width: 1.25em;
}

.footer-copy {
  display: flex;
  color: currentColor;
  justify-content: center;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 992px) {
  .footer-copy {
    flex: 1;
    align-items: flex-end;
    font-size: 0.75rem;
  }
}

@media print {
  .footer-copy {
    flex: 1;
    align-items: flex-end;
    font-size: 0.75rem;
  }
}

.footer-copy>small,
.footer-copy>p {
  font-size: 100%;
  opacity: 0.75;
}

/* モザイク描画 */
.mosaic {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

/* レイアウト：noticeメッセージ
----------------------------------------------------------------------------- */
.notice-modal {
  position: relative;
}

.notice-modal-box {
  width: 400px;
  height: 250px;
  background-color: #fff;
  border-radius: 5px;
  color: #000 !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8888;
  overflow: hidden;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
}

.is-M {
  height: 250px;
  width: 400px;
}

.is-M .notice-modal-msg {
  height: 150px;
}

/* タイトル */
.notice-modal-ttl {
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

/* 禁止 */
.notice-modal.is-error .notice-modal-ttl,
.notice-modal.is-error .notice-modal-btn button {
  color: #fff;
  background-color: #ff006a;
}

/* 警告 */
.notice-modal.is-caution .notice-modal-ttl,
.notice-modal.is-caution .notice-modal-btn button {
  color: #fff;
  background-color: #ff66a6;
}

/* 通知 */
.notice-modal.is-info .notice-modal-ttl,
.notice-modal.is-info .notice-modal-btn button {
  color: #fff;
  /*    background-color:#ff78b0; */
  background-color: #44bafc;
}

/* メッセージ */
.notice-modal-msg {
  padding: 10px;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: bold;
}

/* ボタン */
.notice-modal-btn {
  text-align: center;
}

.notice-modal-btn button {
  display: inline-block;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}

@media screen and (max-width:768) {
  .is-M {
    height: 300px;
    width: 260px;
  }

  .is-M .notice-modal-msg {
    height: 200px;
  }
}