@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,700;1,100&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container, .container-fluid {
  padding-left: 14px;
  padding-right: 14px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

.anchor_list {
  display: flex;
  justify-content: center;
}
.anchor_list li {
  width: min(396px, calc(50% - 2rem));
  min-height: 60px;
}
.anchor_list li:not(:first-child) {
  margin-left: 2rem;
}
.anchor_list .banner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #187fc4;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .container,
  .container-fluid, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 768px), print {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1120px) {
  .container {
    width: 1056px;
  }
}
/*
.container {
	&:not(.container-lg) {
		max-width: nth($container-width, $infix-num - 2);		
	}
}
*/
.img-responsive {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.container::before,
.row::before {
  content: " ";
  display: table;
}

.clearfix::after,
.container::after,
.row::after {
  clear: both;
  content: " ";
  display: table;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1 {
  width: 8.3333333333%;
  float: left;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
  float: left;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
  float: left;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
  float: left;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
  float: left;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
  float: left;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
  float: left;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
  float: left;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
  float: left;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
  float: left;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
  float: left;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
  float: left;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 768px), print {
  .col-sm-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
    float: left;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
    float: left;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
    float: left;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
    float: left;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
    float: left;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
    float: left;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1120px) {
  .col-lg-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
    float: left;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
    float: left;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
    float: left;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
    float: left;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1119px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-md {
    display: none !important;
  }

  .hidden-md {
    display: block !important;
  }

  .visible-lg {
    display: none !important;
  }

  .hidden-lg {
    display: block !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

body {
  color: #333333;
}

body, form, th, td, button, input, optgroup, select, textarea {
  font-family: "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN', Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN', Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

pre, code {
  font-family: 'ＭＳ ゴシック', 'Osaka－等幅', 'MS Gothic', Osaka, monospace;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 1em;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-spacing: 0;
  /*移行データ救済措置*/
  max-width:100%;
}
table th,
table td {
  padding: 0;
  font-weight: normal;
}

a:link {
  color: #004098;
}
a:visited {
  color: #187fc4;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  color: #e60012;
  text-decoration: underline;
}

.head-title_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.head-title {
  background-color: #f2f2f2;
  /*
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  */
  position: relative;
}
.head-title .head-title_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.head-title .breadcrumb li {
  display: inline-block;
}
.head-title .breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  transform: rotate(45deg);
  margin-left: 0.5em;
  margin-right: 0.8em;
  position: relative;
  top: -0.15em;
}
.head-title .breadcrumb a {
  color: #333;
}
.head-title .breadcrumb a:hover, .head-title .breadcrumb a:active {
  color: #187fc4;
}
.head-title .ttl-page {
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
.head-title:has(.head-title_image) {
  background-color: transparent;
  overflow-x: hidden;
}
.head-title:has(.head-title_image) .head-title_inner {
  padding-right: min(40%, 518.4px);
}
.head-title .head-title_image_wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #f2f2f2;
  display: flex;
  justify-content: flex-end;
}
.head-title .head-title_image_wrapper .head-title_image {
  width: max(40%, 50% - 129.6px);
  transform: skewX(-25deg);
  transform-origin: left bottom;
  overflow: hidden;
}
.head-title .head-title_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: skewX(25deg);
  transform-origin: left bottom;
}
.head-title:has(.head-title_bg) {
  background-color: transparent;
}
.head-title:has(.head-title_bg) .head-title_inner {
  color: #fff;
  /*
  			.ttl-page {
  				margin-top: 0px;
  				text-align: center;
  			}
  */
}
.head-title:has(.head-title_bg) .head-title_inner .head-title_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head-title:has(.head-title_bg) .head-title_inner .breadcrumb {
  /*
  				position: absolute;
  */
}
.head-title:has(.head-title_bg) .head-title_inner .breadcrumb li::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.head-title:has(.head-title_bg) .head-title_inner .breadcrumb a {
  color: #fff;
}
.head-title:has(.head-title_bg) .head-title_inner .dot {
  position: relative;
}
.head-title:has(.head-title_bg) .head-title_inner .dot::before {
  background-color: #fff;
}
.head-title .head-title_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.head-title .head-title_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ttl_lv1 {
  font-weight: bold;
  border-bottom: #f2f2f2 solid;
  position: relative;
}
.ttl_lv1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #187fc4;
  width: 4rem;
}

.ttl_lv2 {
  font-weight: bold;
}
.ttl_lv2::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em;
  background-color: #187fc4;
  position: relative;
  top: 0.15em;
}

.ttl_lv3 {
  font-weight: bold;
}

.container-wide {
  width: min(1296px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.baseTable {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
.baseTable th, .baseTable td {
  text-align: center;
  border-right: #ccc 1px solid;
}
.baseTable th.left, .baseTable td.left {
  text-align: left;
}
.baseTable th .image, .baseTable td .image {
  display: flex;
  justify-content: center;
}
.baseTable th .image .asp4-3, .baseTable td .image .asp4-3 {
  aspect-ratio: 4/3;
  object-fit: contain;
}
.baseTable th {
  font-weight: bold;
}
.baseTable thead th {
  background-color: #ddd;
}
.baseTable thead tr:not(:first-child) th, .baseTable thead tr:not(:first-child) td {
  border-top: #ccc 1px solid;
}
.baseTable tbody th {
  background-color: #eee;
}
.baseTable tbody td {
  background-color: #fff;
}
.baseTable tbody tr th.bdtop {
  border-top: #d5d5d5 1px solid;
}
.baseTable tbody tr td.bdtop {
  border-top: #e6e6e6 1px solid;
}
.baseTable tbody tr:nth-child(even) th {
  background-color: #e6e6e6;
}
.baseTable tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.baseTable tbody .checked td {
  background-color: #f66;
  color: #fff;
}
.baseTable tbody .checked:nth-child(even) td {
  background-color: #f44;
}
.baseTable thead a, .baseTable .link a {
  color: #333;
  display: block;
  position: relative;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.baseTable thead a::after, .baseTable .link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #999;
  border-width: 0.4em 0 0.4em 0.7em;
}
.baseTable .sticky_right {
  border-left: #ccc 1px solid;
}
.baseTable th:has(+ .sticky_right), .baseTable td:has(+ .sticky_right) {
  border-right: none;
}

.scrollTable_wrapper {
  width: 100%;
  overflow: auto;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
}

.scrollTable {
  min-width: 100%;
}
.scrollTable.baseTable {
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.scrollTable th, .scrollTable td {
  white-space: nowrap;
}
.scrollTable th.wrap, .scrollTable td.wrap {
  white-space: normal;
}
.scrollTable thead {
  position: sticky;
  top: 0;
  z-index: 3;
}
.scrollTable .sticky_left,
.scrollTable .sticky_right {
  position: sticky;
  z-index: 2;
}
.scrollTable .sticky_left {
  left: 0;
}
.scrollTable .sticky_right {
  right: 0;
}
.scrollTable tr:has(.sticky_left),
.scrollTable tr:has(.sticky_right) {
  position: relative;
}

.lineTable {
  width: 100%;
  border-bottom: #e6e6e6 1px solid;
}
.lineTable tbody th, .lineTable tbody td {
  border-top: #e6e6e6 1px solid;
}
.lineTable .logo {
  height: auto;
}
.lineTable .link_external {
  color: #187fc4;
}

.noLineTable {
  width: 100%;
  margin-bottom:20px;
}
.noLineTable .logo {
  height: auto;
}
.noLineTable .link_external {
  color: #187fc4;
}

.lineTable-A .cricle-th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.lineTable-A .cricle-th::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin: 0.2em;
  position: relative;
  top: 0.15em;
  background-color: #187fc4;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
}

.lineTable-B tbody th {
  background-color: #e8f2f9;
  font-weight: bold;
  color: #187fc4;
}

.w1per {
  width: 1%;
}

.w2per {
  width: 2%;
}

.w3per {
  width: 3%;
}

.w4per {
  width: 4%;
}

.w5per {
  width: 5%;
}

.w6per {
  width: 6%;
}

.w7per {
  width: 7%;
}

.w8per {
  width: 8%;
}

.w9per {
  width: 9%;
}

.w10per {
  width: 10%;
}

.w11per {
  width: 11%;
}

.w12per {
  width: 12%;
}

.w13per {
  width: 13%;
}

.w14per {
  width: 14%;
}

.w15per {
  width: 15%;
}

.w16per {
  width: 16%;
}

.w17per {
  width: 17%;
}

.w18per {
  width: 18%;
}

.w19per {
  width: 19%;
}

.w20per {
  width: 20%;
}

.w21per {
  width: 21%;
}

.w22per {
  width: 22%;
}

.w23per {
  width: 23%;
}

.w24per {
  width: 24%;
}

.w25per {
  width: 25%;
}

.w26per {
  width: 26%;
}

.w27per {
  width: 27%;
}

.w28per {
  width: 28%;
}

.w29per {
  width: 29%;
}

.w30per {
  width: 30%;
}

.w31per {
  width: 31%;
}

.w32per {
  width: 32%;
}

.w33per {
  width: 33%;
}

.w34per {
  width: 34%;
}

.w35per {
  width: 35%;
}

.w36per {
  width: 36%;
}

.w37per {
  width: 37%;
}

.w38per {
  width: 38%;
}

.w39per {
  width: 39%;
}

.w40per {
  width: 40%;
}

.w41per {
  width: 41%;
}

.w42per {
  width: 42%;
}

.w43per {
  width: 43%;
}

.w44per {
  width: 44%;
}

.w45per {
  width: 45%;
}

.w46per {
  width: 46%;
}

.w47per {
  width: 47%;
}

.w48per {
  width: 48%;
}

.w49per {
  width: 49%;
}

.w50per {
  width: 50%;
}

.w51per {
  width: 51%;
}

.w52per {
  width: 52%;
}

.w53per {
  width: 53%;
}

.w54per {
  width: 54%;
}

.w55per {
  width: 55%;
}

.w56per {
  width: 56%;
}

.w57per {
  width: 57%;
}

.w58per {
  width: 58%;
}

.w59per {
  width: 59%;
}

.w60per {
  width: 60%;
}

.w61per {
  width: 61%;
}

.w62per {
  width: 62%;
}

.w63per {
  width: 63%;
}

.w64per {
  width: 64%;
}

.w65per {
  width: 65%;
}

.w66per {
  width: 66%;
}

.w67per {
  width: 67%;
}

.w68per {
  width: 68%;
}

.w69per {
  width: 69%;
}

.w70per {
  width: 70%;
}

.w71per {
  width: 71%;
}

.w72per {
  width: 72%;
}

.w73per {
  width: 73%;
}

.w74per {
  width: 74%;
}

.w75per {
  width: 75%;
}

.w76per {
  width: 76%;
}

.w77per {
  width: 77%;
}

.w78per {
  width: 78%;
}

.w79per {
  width: 79%;
}

.w80per {
  width: 80%;
}

.w81per {
  width: 81%;
}

.w82per {
  width: 82%;
}

.w83per {
  width: 83%;
}

.w84per {
  width: 84%;
}

.w85per {
  width: 85%;
}

.w86per {
  width: 86%;
}

.w87per {
  width: 87%;
}

.w88per {
  width: 88%;
}

.w89per {
  width: 89%;
}

.w90per {
  width: 90%;
}

.w91per {
  width: 91%;
}

.w92per {
  width: 92%;
}

.w93per {
  width: 93%;
}

.w94per {
  width: 94%;
}

.w95per {
  width: 95%;
}

.w96per {
  width: 96%;
}

.w97per {
  width: 97%;
}

.w98per {
  width: 98%;
}

.w99per {
  width: 99%;
}

.dotList li {
  padding-left: 1em;
  text-indent: -1em;
}
.dotList li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: 0.3em;
  position: relative;
  top: 0.15em;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
}

.flexList,
.flexList_3cols,
.flexList_4cols {
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  flex-wrap: wrap;
}
.flexList li,
.flexList_3cols li,
.flexList_4cols li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.c_cyan {
  color: #187fc4;
}

.c_red {
  color: #e60012;
}

.c_blue {
  color: #004098;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.kome {
  margin-top: 0.5em;
}

p.kome,
.kome li {
  margin-left: 1em;
  text-indent: -1em;
}
p.kome .mark,
.kome li .mark {
  width: 1em;
  display: inline-block;
  text-align: center;
  text-indent: 0;
}

.ilb {
  display: inline-block;
}

.palt {
  font-feature-settings: 'palt';
}

.dot {
  position: relative;
}
.dot::before {
  content: "";
  display: block;
  background-color: #333;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -0.25em;
  transform: translateX(-50%);
}

.captxt {
  text-align: center;
}

.frame {
  border: #ccc 1px solid;
}

.image_border {
  position: relative;
}
.image_border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: #ccc 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}

.anchor {
  position: relative;
  z-index: -1;
}

.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.googlemap iframe {
  width: 100%;
  height: auto;
}

.link_button_wrapper {
  display: flex;
  justify-content: center;
}

a.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #187fc4;
  color: #fff;
  text-decoration: none;
}
a.link_button::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 50%;
  position: absolute;
}

a.link_arrow {
  color: #333;
  display: inline-block;
}
a.link_arrow::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-color: transparent transparent transparent #187fc4;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.6em;
  position: relative;
  margin-left: 0.2em;
  margin-right: 0.2em;
  top: 0.05em;
}

.link_external {
  display: inline-block;
}
.link_external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icon_external.png") center center/cover no-repeat;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}

a.link_map {
  color: #187fc4;
  display: inline-block;
}
a.link_map::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icon_map.png") center center/cover no-repeat;
  margin-right: 0.25em;
  position: relative;
  top: 2px;
}

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

.prod_list_item a {
  text-decoration: none;
  color: #333;
}
.prod_list_item .image {
  position: relative;
}
.prod_list_item .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: #ccc 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}
.prod_list_item .caption {
  border-left: #004098 solid;
}

.news_list li:not(:first-child) {
  border-top: #ddd 1px solid;
}
.news_list .news_link {
  display: block;
  color: #333;
}
.news_list .date {
  color: #187fc4;
  display: inline-block;
  width: 9em;
  text-indent: 0;
}

.form .checkbox {
  margin-right: 1.5em;
}
.form .checkbox input[type="checkbox"] + span {
  margin-left: 0.5em;
}
.form .checkbox-wrapper {
  display: inline-block;
  margin-right: 1em;
}
.form .checkbox-wrapper .checkbox {
  margin-right: 0.5em;
}
.form .radio {
  margin-right: 1.5em;
}
.form .radio input[type="radio"] + span {
  margin-left: 0.5em;
}
.form .radio-wrapper {
  display: inline-block;
  margin-right: 1em;
}
.form .radio-wrapper .radio {
  margin-right: 0.5em;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="number"],
.form input[type="password"],
.form select,
.form textarea,
.form input[type="file"]::file-selector-button {
  border: #fff 1px solid;
  background-color: #f2f2f2;
  line-height: 1.5em;
  padding: 0.25em;
  color: #333;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form textarea {
  margin-bottom: 0;
  resize: vertical;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  position: relative;
  top: 1px;
}
.form input[type="file"]::file-selector-button {
  margin-right: 0.5em;
  border: #999 1px solid;
  border-radius: 0.25em;
}
.form select {
  padding-right: 2em;
  position: relative;
  -webkit-appearance: auto;
}
.form select option {
  line-height: 1.5em;
  padding: 0.25em;
}
.form input[type="button"],
.form input[type="submit"] {
  color: #333;
}
.form .select-wrapper {
  position: relative;
  display: inline-block;
}
.form .select-wrapper::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(135deg);
  right: 0.75em;
  top: calc(50% - 0.35em);
  position: absolute;
  z-index: 100;
}
.form .input-2cols {
  display: flex;
  justify-content: space-between;
}
.form .input-2cols input {
  width: calc(50% - 0.25em);
}
.form input[type="text"]:hover,
.form input[type="password"]:hover,
.form input[type="number"]:hover,
.form textarea:hover,
.form select:hover,
.form input[type="file"]::file-selector-button:hover {
  border: solid 1px #6CC;
}
.form label {
  display: inline-block;
}
.form label input {
  margin-right: 0.2em;
}
.form .vertical label {
  display: block;
}
.form .privacy_check {
  background-color: #f2f2f2;
  text-align: center;
}
.form .error {
  color: #f00;
}
.form input[type="text"].error,
.form input[type="password"].error,
.form input[type="number"].error,
.form textarea.error,
.form select.error,
.form input[type="file"].error::file-selector-button {
  border: solid 1px #f00;
  background-color: #FEE;
}
.form input[type="file"].error::file-selector-button {
  color: #f00;
}
.form label.error {
  color: #f00;
}
.form ul.error li {
  color: #f00;
}
.form .privacy_check.error {
  background-color: #FEE;
}
.form .readonly {
  color: #666;
}
.form .form_button {
  text-align: center;
}
.form .form_button input {
  background-color: #187fc4;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.form .align_r {
  text-align: right;
}
.form .mt2em {
  margin-top: 2em;
}
.form .nowrap {
  display: inline-block;
}

.form_footer {
  text-align: center;
}
.form_footer .flexList {
  justify-content: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}
.form_footer .flexList .tel {
  color: #187fc4;
  line-height: 1.25em;
  position: relative;
  top: 0.1em;
}
.form_footer .flexList .tel a {
  color: #187fc4;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .form input[type="radio"],
  ::i-block-chrome, .form input[type="checkbox"] {
    top: 0px;
  }
}
_::-webkit-full-page-media, _:future, :root .form input[type="radio"],
_::-webkit-full-page-media, _:future, :root .form input[type="checkbox"] {
  top: 0px;
}

.formT {
  width: 100%;
  border-bottom: #ccc 1px solid;
}
.formT th {
  text-align: left;
  white-space: nowrap;
}
.formT .form-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formT .required {
  display: block;
  background-color: #f00;
  color: #fff;
  padding: 0 0.5em;
}

.main_2cols_aside {
  position: sticky;
}

@media print {
  .main_2cols_aside {
    display: none !important;
  }
}
.pageNav a {
  color: #333;
  display: inline-block;
}
.pageNav a::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-color: #187fc4 transparent transparent;
  border-style: solid;
  border-width: 0.6em 0.45em 0;
  position: relative;
  top: -0.05em;
}
.pageNav.pageNav_footer a::before {
  transform: rotate(180deg);
}

.thumb_index {
  display: flex;
  flex-wrap: wrap;
}
.thumb_index .thumb_index_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.thumb_index .thumb_index_txt {
  color: #333;
}
.thumb_index a:hover, .thumb_index a:active {
  text-decoration: none;
}

.banner_index {
  display: flex;
  flex-wrap: wrap;
}
.banner_index a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 4/3;
}
.banner_index .banner_index_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_index .banner_index_img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner_index .banner_index_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_index .banner_index_txt {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
.banner_index a:hover, .banner_index a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  /* タブレット以上 */
  html, body {
    font-size: 16px;
    line-height: 28px;
  }

  #content {
    min-width: 768px;
    padding-top: 72px;
    padding-bottom: 160px;
  }

  .container-center {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px), print and (max-width: 1119px) {
  .container-center {
    width: 928px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  .container-center {
    width: 736px;
  }
}
@media screen and (min-width: 768px), print {
  .container-center:not(.container-lg) {
    max-width: 928px;
  }

  .head-title {
    padding-top: 64px;
    /*
    	&:has(.head-title_bg) {
    		.head-title_inner {
    			.breadcrumb {
    				left: 1rem;
    				top: 20px;
    			}
    		}
    	}
    */
  }
  .head-title .head-title_inner {
    width: min(1296px, 100%);
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .head-title .head-title_txt {
    align-self: center;
  }
  .head-title .ttl-page {
    font-size: 32px;
    line-height: 44px;
  }
  .head-title .breadcrumb + .ttl-page {
    margin-top: 12px;
  }
  .head-title .head-title_image_wrapper {
    padding-top: 64px;
  }

  .ttl_lv1 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 8px;
    border-bottom-width: 4px;
    margin-bottom: 26px;
  }
  .ttl_lv1::before {
    height: 4px;
    bottom: -4px;
  }
  .section > .ttl_lv1:not(:first-child) {
    margin-top: 96px;
  }

  .ttl_lv2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  :not(.ttl_lv1) + .ttl_lv2 {
    margin-top: 48px;
  }

  .ttl_lv3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  :not(.ttl_lv1, .ttl_lv2) + .ttl_lv3 {
    margin-top: 16px;
  }

  header + .section {
    margin-top: 80px;
  }
  .section + .section {
    margin-top: 96px;
  }

  .baseTable th, .baseTable td {
    font-size: 14px;
  }
  .baseTable th.left, .baseTable td.left {
    padding-left: 1em;
    padding-right: 1em;
  }
  .baseTable th .image, .baseTable td .image {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .baseTable thead th, .baseTable thead td {
    line-height: 22px;
    padding: 6px 0.5em;
  }
  .baseTable thead th {
    background-color: #ddd;
  }
  .baseTable tbody th, .baseTable tbody td {
    line-height: 26px;
    padding: 8px 0.5em;
  }
  .baseTable thead a:hover, .baseTable thead a:active, .baseTable .link a:hover, .baseTable .link a:active {
    color: #666;
  }
  .baseTable thead a:hover::after, .baseTable thead a:active::after, .baseTable .link a:hover::after, .baseTable .link a:active::after {
    border-color: transparent transparent transparent #bbb;
  }

  .lineTable tbody td {
    padding: 16px 2em;
  }
  .lineTable .logo {
    width: 208px;
  }

  .lineTable-A .cricle-th {
    padding: 16px 0em 16px 2em;
  }

  .lineTable-B th {
    padding: 16px 2em;
  }
  .lineTable-B tbody tr:not(:first-child) th {
    border-top-color: #fff;
  }

  .lineTable-C th {
    padding: 22px 0;
  }

  .flexList_3cols li {
    width: 33.33333%;
  }

  .flexList_4cols li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .flexList_3cols li {
    width: 50%;
  }

  .flexList_4cols li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px), print {
  .smallTxt {
    font-size: 14px;
    line-height: 26px;
  }

  .largeTxt {
    font-size: 20px;
    line-height: 32px;
  }

  .mt1rem_pc {
    margin-top: 1rem;
  }

  .mt2rem_pc {
    margin-top: 2rem;
  }

  .mt3rem_pc {
    margin-top: 3rem;
  }

  .mt4rem_pc {
    margin-top: 4rem;
  }

  .mt5rem_pc {
    margin-top: 5rem;
  }

  .mt6rem_pc {
    margin-top: 6rem;
  }

  .mt7rem_pc {
    margin-top: 7rem;
  }

  .mt8rem_pc {
    margin-top: 8rem;
  }

  .mt9rem_pc {
    margin-top: 9rem;
  }

  .mt10rem_pc {
    margin-top: 10rem;
  }

  .mt0-5rem_pc {
    margin-top: 0.5rem;
  }

  .mt1-5rem_pc {
    margin-top: 1.5rem;
  }

  .mt2-5rem_pc {
    margin-top: 2.5rem;
  }

  .mt3-5rem_pc {
    margin-top: 3.5rem;
  }

  .mt4-5rem_pc {
    margin-top: 4.5rem;
  }

  .mt5-5rem_pc {
    margin-top: 5.5rem;
  }

  .mt6-5rem_pc {
    margin-top: 6.5rem;
  }

  .mt7-5rem_pc {
    margin-top: 7.5rem;
  }

  .mt8-5rem_pc {
    margin-top: 8.5rem;
  }

  .mt9-5rem_pc {
    margin-top: 9.5rem;
  }

  .captxt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 12px;
  }

  .frame {
    padding: 25px 31px;
  }

  .anchor {
    padding-top: 168px;
    margin-top: -168px;
  }

  .googlemap iframe {
    aspect-ratio: 4/3;
  }

  .link_button_wrapper {
    margin-top: 18px;
  }
  .link_button_wrapper a.link_button:nth-child(n+2) {
    margin-left: 32px;
  }

  a.link_button {
    font-size: 16px;
    line-height: 24px;
    min-width: 20em;
    min-height: 4em;
    padding: 8px 3em;
  }
  a.link_button:hover, a.link_button:active {
    opacity: 0.8;
    transition: .2s opacity;
  }

  .prod_list {
    margin: -1rem;
  }

  .prod_list_item {
    width: 25%;
    padding: 1rem;
  }
  .prod_list_item:hover, .prod_list_item:active {
    opacity: 0.7;
  }
  .prod_list_item .caption {
    margin-top: 16px;
    font-size: min(16px, 1.5vw);
    line-height: calc( min(16px, 1.5vw) + 8px);
    border-left-width: 4px;
    padding-left: 10px;
  }
  .prod_list_item .caption_detail {
    margin-top: 16px;
    font-size: min(16px, 1.5vw);
    line-height: calc( min(16px, 1.5vw) + 12px);
  }

  .news_list {
    flex-grow: 1;
  }
  .news_list .news_link {
    padding: 12px 2em 12px 11em;
    text-indent: -9em;
  }

  .form label {
    line-height: 34px;
  }
  .form .input-ss {
    width: 10em;
  }
  .form .input-s {
    width: 50%;
  }
  .form .input-m {
    width: 75%;
  }
  .form .input-l {
    width: 100%;
  }
  .form .input-2cols {
    width: 75%;
  }
  .form textarea {
    width: 100%;
    height: 8em;
  }
  .form .privacy_check {
    margin-top: 4rem;
    padding: 16px 32px 14px;
  }
  .form ul.error {
    margin-top: 28px;
  }
  .form .form_button {
    margin-top: 4rem;
  }
  .form .form_button input {
    height: 4em;
    width: 12em;
  }
  .form .form_button input:hover, .form .form_button input:active {
    opacity: 0.8;
    transition: .2s opacity;
  }

  .formT {
    margin-top: 42px;
  }
  .formT th,
  .formT td {
    border-top: #ddd 1px solid;
    vertical-align: middle;
    padding: 0.75em 1em;
    height: auto;
  }
  .formT th {
    width: 25%;
  }
  .formT .required {
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    margin-left: 16px;
  }

  .form_footer {
    margin-top: 4rem;
  }
  .form_footer .flexList {
    margin-top: 4px;
    font-size: 20px;
    line-height: 32px;
  }
  .form_footer .flexList .tel {
    font-size: 40px;
  }

  .main_2cols_article {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .main_2cols {
    max-width: calc(1122px + clamp(158px, 17.5vw, 238px));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .main_2cols_article {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100% - clamp(158px, 17.5vw, 238px));
    border-right: #f2f2f2 2px solid;
    margin-bottom: -160px;
    padding-bottom: 160px;
  }
  .main_2cols_article .container {
    width: 100%;
  }

  .main_2cols_aside {
    width: clamp(158px, 17.5vw, 238px);
    top: 136px;
    left: calc(100% - clamp(158px, 17.5vw, 238px));
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    padding: 1rem 1.5rem;
    align-self: flex-start;
  }

  .pageNav_toggle {
    display: none;
  }

  .pageNav {
    font-size: 14px;
    line-height: 26px;
  }
  .pageNav a {
    padding-left: 1.2em;
    text-indent: -1.2em;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pageNav a::before {
    transform: rotate(-90deg);
    margin-right: 0.3em;
  }
  .pageNav a:hover, .pageNav a:active {
    color: #999;
  }
}
@media screen and (min-width: 768px), print {
  .thumb_index li,
  .banner_index li {
    width: calc((100% - 4rem)/3);
  }
  .thumb_index li:not(:nth-child(3n+1)),
  .banner_index li:not(:nth-child(3n+1)) {
    margin-left: 2rem;
  }
  .thumb_index li:nth-child(n+4),
  .banner_index li:nth-child(n+4) {
    margin-top: calc(2rem - 6px);
  }

  .thumb_index .thumb_index_txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .banner_index a:hover .banner_index_img::before, .banner_index a:active .banner_index_img::before {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .banner_index .banner_index_txt {
    font-size: 24px;
    line-height: 32px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ以下 */
  html, body {
    font-size: 14px;
    line-height: 22px;
  }

  body.lock {
    overflow: hidden;
  }

  #content {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .container-center {
    margin-left: 14px;
    margin-right: 14px;
  }

  .head-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .head-title .head-title_inner {
    flex-direction: column;
  }
  .head-title .breadcrumb {
    font-size: 12px;
    line-height: 20px;
  }
  .head-title .ttl-page {
    font-size: 20px;
    line-height: 28px;
  }
  .head-title .breadcrumb + .ttl-page {
    margin-top: 4px;
  }
  .head-title:has(.head-title_bg) .head-title_inner {
    padding-top: 12px;
    padding-bottom: 12px;
    /*
    			.breadcrumb {
    				left: 1rem;
    				top: -10px;
    			}
    			.ttl-page {
    				padding-top: 20px;
    				padding-bottom: 20px;
    			}
    */
  }

  .ttl_lv1 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    margin-bottom: 16px;
  }
  .ttl_lv1::before {
    height: 3px;
    bottom: -3px;
  }
  .section > .ttl_lv1:not(:first-child) {
    margin-top: 48px;
  }

  .ttl_lv2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  :not(.ttl_lv1) + .ttl_lv2 {
    margin-top: 28px;
  }

  .ttl_lv3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  :not(.ttl_lv1, .ttl_lv2) + .ttl_lv3 {
    margin-top: 14px;
  }

  header + .section {
    margin-top: 40px;
  }
  .section + .section {
    margin-top: 48px;
  }

  .baseTable th, .baseTable td {
    font-size: 12px;
    line-height: 20px;
  }
  .baseTable th.left, .baseTable td.left {
    padding-left: 1em;
    padding-right: 1em;
  }
  .baseTable th .image, .baseTable td .image {
    padding-top: 4px;
    padding-bottom: 4px;
    /*
    			img {
    				transform: scale(0.5);
    			}
    */
  }
  .baseTable thead th, .baseTable thead td {
    padding: 4px 0.5em;
  }
  .baseTable thead th {
    background-color: #ddd;
  }
  .baseTable tbody th, .baseTable tbody td {
    padding: 8px 0.5em;
  }

  .lineTable-A .cricle-th {
    padding: 10px 0em;
  }
  .lineTable-A td {
    padding: 10px 0em 10px 1em;
  }
  .lineTable-A .logo {
    width: 96px;
  }

  .lineTable-B th, .lineTable-B td, .lineTable-C th, .lineTable-C td {
    display: block;
  }
  .lineTable-B tbody th, .lineTable-C tbody th {
    padding: 6px 1em;
  }
  .lineTable-B tbody td, .lineTable-C tbody td {
    padding: 10px 0em;
    border-top-width: 0px;
  }

  .lineTable-B tbody tr:not(:first-child) th {
    border-top-width: 0px;
  }

  .lineTable-C .logo {
    width: 150px;
    display: inline-block;
  }
  .lineTable-C tbody th {
    padding: 14px 1em 0;
  }

  .flexList_3cols li {
    width: 100%;
  }

  .flexList_4cols li {
    min-width: 50%;
  }

  .smallTxt {
    font-size: 12px;
    line-height: 20px;
  }

  .largeTxt {
    font-size: 16px;
    line-height: 24px;
  }

  .mt1rem_sp {
    margin-top: 1rem;
  }

  .mt2rem_sp {
    margin-top: 2rem;
  }

  .mt3rem_sp {
    margin-top: 3rem;
  }

  .mt4rem_sp {
    margin-top: 4rem;
  }

  .mt5rem_sp {
    margin-top: 5rem;
  }

  .mt6rem_sp {
    margin-top: 6rem;
  }

  .mt7rem_sp {
    margin-top: 7rem;
  }

  .mt8rem_sp {
    margin-top: 8rem;
  }

  .mt9rem_sp {
    margin-top: 9rem;
  }

  .mt10rem_sp {
    margin-top: 10rem;
  }

  .mt0-5rem_sp {
    margin-top: 0.5rem;
  }

  .mt1-5rem_sp {
    margin-top: 1.5rem;
  }

  .mt2-5rem_sp {
    margin-top: 2.5rem;
  }

  .mt3-5rem_sp {
    margin-top: 3.5rem;
  }

  .mt4-5rem_sp {
    margin-top: 4.5rem;
  }

  .mt5-5rem_sp {
    margin-top: 5.5rem;
  }

  .mt6-5rem_sp {
    margin-top: 6.5rem;
  }

  .mt7-5rem_sp {
    margin-top: 7.5rem;
  }

  .mt8-5rem_sp {
    margin-top: 8.5rem;
  }

  .mt9-5rem_sp {
    margin-top: 9.5rem;
  }

  .mt10-5rem_sp {
    margin-top: 10.5rem;
  }

  .captxt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }

  .frame {
    padding: 9px 13px;
  }

  .anchor {
    padding-top: 64px;
    margin-top: -64px;
  }

  .googlemap iframe {
    aspect-ratio: 4/3;
  }

  .link_button_wrapper {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
  }
  .link_button_wrapper a.link_button:nth-child(n+2) {
    margin-top: 14px;
  }

  a.link_button {
    font-size: 14px;
    line-height: 20px;
    min-width: 16em;
    min-height: 4em;
    padding: 5px 2em;
  }

  .prod_list {
    margin: -0.5rem;
  }

  .prod_list_item {
    width: 50%;
    padding: 0.5rem;
  }
  .prod_list_item .caption {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
    border-left-width: 3px;
    padding-left: 7px;
  }
  .prod_list_item .caption_detail {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .news_list .news_link {
    padding: 8px 0em 8px 9em;
    text-indent: -9em;
  }

  .form input[type="text"],
  .form input[type="date"],
  .form input[type="number"],
  .form input[type="password"],
  .form select,
  .form textarea {
    font-size: 16px;
  }
  .form label {
    line-height: 26px;
  }
  .form .input-ss {
    width: 50%;
  }
  .form .input-s,
  .form .input-m,
  .form .input-l {
    width: 100%;
  }
  .form textarea {
    width: 100%;
    height: 8em;
  }
  .form .privacy_check {
    margin-top: 2rem;
    padding: 14px 14px 12px;
  }
  .form ul.error {
    margin-top: 14px;
  }
  .form .form_button {
    margin-top: 2rem;
  }
  .form .form_button input {
    height: 3em;
    width: 8em;
  }

  .formT {
    margin-top: 24px;
  }
  .formT th, .formT td {
    display: block;
  }
  .formT th {
    padding: 1em 0em 0.375em;
    border-top: #ddd 1px solid;
  }
  .formT td {
    padding: 0.375em 0em 1em;
  }
  .formT .required {
    font-size: 10px;
    line-height: 16px;
    padding-top: 2px;
    border-radius: 3px;
  }

  .form_footer {
    margin-top: 2rem;
  }
  .form_footer .flexList {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .form_footer .flexList .tel {
    font-size: 28px;
  }

  .main_2cols_article {
    padding-top: 40px;
  }

  .main_2cols_aside {
    top: 50px;
    z-index: 20;
  }

  .pageNav_toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .pageNav_wrapper {
    background-color: #fff;
    padding: 7px 36px 7px 1rem;
    border-bottom: #f2f2f2 1px solid;
    transition: 0.3s height;
    height: 100%;
  }
  .pageNav_wrapper.scroll {
    overflow: hidden;
  }
  .pageNav_wrapper.scroll .pageNav_toggle {
    display: block;
  }
  .pageNav_wrapper.scroll .pageNav_toggle img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center bottom;
  }
  .pageNav_wrapper.scroll::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
  }
  .pageNav_wrapper.scroll.hide {
    height: 37px;
    position: relative;
  }
  .pageNav_wrapper.scroll.hide .pageNav_toggle {
    display: block;
  }
  .pageNav_wrapper.scroll.hide .pageNav_toggle img {
    object-position: center top;
  }
  .pageNav_wrapper.scroll.hide::before {
    height: 6px;
    opacity: 1;
  }

  .pageNav {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 20px;
  }
  .pageNav a {
    padding: 1px 0.5rem;
    line-height: 20px;
    height: 22px;
  }
  .pageNav a::before {
    margin-right: 0.25em;
  }

  .thumb_index li,
  .banner_index li {
    width: calc(50% - 0.5rem);
  }
  .thumb_index li:not(:nth-child(2n+1)),
  .banner_index li:not(:nth-child(2n+1)) {
    margin-left: 1rem;
  }
  .thumb_index li:nth-child(n+3),
  .banner_index li:nth-child(n+3) {
    margin-top: calc(1rem - 4px);
  }

  .thumb_index .thumb_index_txt {
    margin-top: 6px;
  }

  .banner_index .banner_index_txt {
    font-size: 16px;
    line-height: 24px;
  }
}
