@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Medium.ttf") format("truetype");
}
@keyframes line-right {
  0% {
    background-position: 0%;
  }
  to {
    background-position: -200%;
  }
}
@keyframes line-bottom {
  0% {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -200%;
  }
}
html, body {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

section {
  padding: 0;
}

body {
  width: 100%;
  background-color: #ffffff;
}

.kimitex-main {
  display: block;
  width: 100%;
}

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

a:hover, a:active, a:focus {
  text-decoration: none;
}

* {
  letter-spacing: 0.023em;
  line-height: 1.8;
}
* h1, * h2, * h3, * h4, * h5, * h6, * p {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h1, h2, h3, h4, h5, h6, p, address {
  color: #555555;
  margin: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: inline;
  }
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.kimitex-header {
  width: 322px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 0 0 0 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: border-radius 0.2s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .kimitex-header {
    width: 65px;
    height: 165px;
  }
}
.kimitex-header.active {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .kimitex-header.active .kimitex-header-language::before {
    content: "";
    width: calc(100% - 24px);
    height: 2px;
    background-image: linear-gradient(to right, #fff 30%, #cae8f7 30%, #cae8f7 50%, #fff 50%, #fff 80%, #cae8f7 80%, #cae8f7);
    background-repeat: repeat-x;
    background-size: 8px 8px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.kimitex-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.kimitex-header-language {
  display: block;
  width: 25.7763975155%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kimitex-header-language {
    order: 3;
    width: 100%;
    height: 58px;
  }
}
.kimitex-header-language::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, #fff 30%, #cae8f7 30%, #cae8f7 50%, #fff 50%, #fff 80%, #cae8f7 80%, #cae8f7);
  background-size: 8px 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kimitex-header-language::after {
    width: calc(100% - 24px);
    height: 2px;
    background-image: linear-gradient(to right, #fff 30%, #cae8f7 30%, #cae8f7 50%, #fff 50%, #fff 80%, #cae8f7 80%, #cae8f7);
    background-repeat: repeat-x;
    bottom: unset;
    left: 0;
  }
}
.kimitex-header-language::before {
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.kimitex-header-language > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-in-out 0s;
}
.kimitex-header-language > a:hover {
  opacity: 0.85;
}
.kimitex-header-language > a > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  width: 46px;
}
@media screen and (max-width: 767px) {
  .kimitex-header-language > a > img {
    max-width: 20px;
  }
}

.kimitex-header-contact {
  display: block;
  width: 50.6211180124%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kimitex-header-contact {
    order: 2;
    width: 100%;
    height: 59px;
  }
}
.kimitex-header-contact::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, #fff 30%, #cae8f7 30%, #cae8f7 50%, #fff 50%, #fff 80%, #cae8f7 80%, #cae8f7);
  background-size: 8px 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kimitex-header-contact::after {
    width: calc(100% - 24px);
    height: 2px;
    background-image: linear-gradient(to right, #fff 30%, #cae8f7 30%, #cae8f7 50%, #fff 50%, #fff 80%, #cae8f7 80%, #cae8f7);
    background-repeat: repeat-x;
    bottom: unset;
    left: 0;
  }
}
.kimitex-header-contact::before {
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.kimitex-header-contact > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-in-out 0s;
}
.kimitex-header-contact > a:hover {
  opacity: 0.85;
}
.kimitex-header-contact > a > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kimitex-header-contact > a > img {
    max-width: 45px;
  }
}

.kimitex-header-hamb {
  display: block;
  width: 21.7391304348%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kimitex-header-hamb {
    order: 1;
    width: 100%;
    height: 48px;
  }
}
.kimitex-header-hamb__button {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
}
.kimitex-header-hamb__button.active .kimitex-header-hamb__line:first-of-type {
  transform: translateY(0) rotate(45deg);
}
.kimitex-header-hamb__button.active .kimitex-header-hamb__line:nth-of-type(2) {
  opacity: 0;
}
.kimitex-header-hamb__button.active .kimitex-header-hamb__line:last-of-type {
  transform: translateY(0) rotate(-45deg);
}
.kimitex-header-hamb__line {
  width: 30px;
  height: 1px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}
.kimitex-header-hamb__line:first-of-type {
  transform: translateY(-10px);
}
.kimitex-header-hamb__line:last-of-type {
  transform: translateY(10px);
}

.kimitex-gnav {
  display: block;
  width: 322px;
  height: auto;
  border-radius: 0 0 0 10px;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kimitex-gnav {
    width: auto;
    border-radius: 10px 0 0 10px;
    top: 165px;
  }
}
.kimitex-gnav.active {
  opacity: 1;
  transform: translateX(0%);
}
.kimitex-gnav__inner {
  background-color: #ffffff;
  padding: 40px 30px 60px;
}
@media screen and (max-width: 767px) {
  .kimitex-gnav__inner {
    padding: 20px 30px;
  }
}

.kimitex-gnav-list {
  display: block;
  width: 100%;
  padding: 0;
}
.kimitex-gnav-list > li {
  display: block;
  width: 100%;
  border-bottom: dashed 1px #cae8f7;
  position: relative;
}
.kimitex-gnav-list > li:last-of-type {
  border-bottom: none;
}
.kimitex-gnav-list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #014099;
  position: absolute;
  top: 1.8em;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kimitex-gnav-list > li::before {
    top: 1.75em;
  }
}
.kimitex-gnav-list > li > a {
  display: block;
  width: 100%;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .kimitex-gnav-list > li > a {
    font-size: 15px;
  }
}

.kmitex-wrapper {
  width: 100%;
  overflow: hidden;
}

.kimitex-main {
  width: 100%;
}

.footer-contact-us {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 60px;
}
.footer-contact-us--kimica-link {
  background-color: #fff;
  margin-top: 43px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .footer-contact-us {
    padding: 0 20px;
  }
}
.footer-contact-us__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0 56px;
}
.footer-contact-us__heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.footer-contact-us__heading > img {
  display: block;
  width: 83px;
  height: auto;
}
.footer-contact-us__button {
  display: block;
  width: 100%;
  max-width: 600px;
  color: #014099;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 1.25em 1em;
  position: relative;
  transition: opacity 0.15s ease-in-out 0s;
}
.footer-contact-us__button--catalog {
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer-contact-us__button--catalog {
    padding: 1.25em 2em;
  }
}
.footer-contact-us__button--kimica-link {
  border: solid 1px #014099;
}
@media screen and (max-width: 767px) {
  .footer-contact-us__button {
    font-size: 18px;
  }
}
.footer-contact-us__button:hover {
  color: #014099;
  opacity: 0.85;
}
.footer-contact-us__button::after {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 2;
}
.footer-contact-us__button > br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-contact-us__button > br {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .footer-contact-us__button > br {
    display: none;
  }
}

.footer-contact-us-i {
  display: block;
  width: 28px;
  height: 18px;
  background: no-repeat center/contain url(/img/i-mail01.png);
  margin-right: 6px;
}

.footer-catalog-i {
  display: block;
  width: 28px;
  height: 18px;
  background: no-repeat center/contain url(/img/i-download01.png);
  margin-right: 6px;
}

.footer-catalog__wrapper {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-catalog__wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    line-height: 1.6em;
    align-items: center;
    text-align: left;
  }
}
.footer-catalog__wrapper--kimica-link {
  position: relative;
}
.footer-catalog__wrapper--kimica-link::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 47px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url("/img/footer-link.png"); /* 任意のアイコン画像 */
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-catalog__wrapper--kimica-link::after {
    top: 22%;
    right: 21px;
  }
}

.footer-contents--catalog {
  margin-top: 41px;
}

.footer-catalog {
  margin-right: 16px;
  width: 56px;
}

.footer-kimica-link {
  margin-right: 5px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer-kimica-link {
    max-width: 109px;
    width: 28%;
  }
}

.kimitex-footer {
  display: block;
  width: 100%;
  border-top: solid 1px #014099;
  border-bottom: solid 20px #014099;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kimitex-footer {
    border-bottom-width: 18px;
    padding: 0 20px;
  }
}
.kimitex-footer::before {
  content: "";
  display: block;
  width: 90%;
  max-width: 300px;
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kimitex-footer::before {
    height: 6px;
  }
}
.kimitex-footer__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .kimitex-footer__inner {
    padding: 50px 0 60px;
  }
}
.kimitex-footer__logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 30px;
}
.kimitex-footer__logo > a {
  display: block;
  width: 100%;
  transition: opacity 0.15s ease-in-out 0s;
}
.kimitex-footer__logo > a:hover {
  opacity: 0.9;
}
.kimitex-footer__logo img {
  display: block;
  width: 100%;
}
.kimitex-footer__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.kimitex-footer__link-list > li {
  width: auto;
  border-right: solid 1px #b6b6b6;
  margin-bottom: 15px;
}
.kimitex-footer__link-list > li:last-of-type {
  border: none;
}
.kimitex-footer__link-list > li > a {
  display: block;
  width: 100%;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 1px 8px;
  transition: opacity 0.15s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .kimitex-footer__link-list > li > a {
    font-size: 15px;
  }
}
.kimitex-footer__link-list > li > a:hover {
  opacity: 0.85;
}
.kimitex-footer__button {
  display: block;
  width: 100%;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background: none;
  border: none;
  box-shadow: none;
  padding: 1px 8px;
  transition: opacity 0.15s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .kimitex-footer__button {
    font-size: 15px;
  }
}
.kimitex-footer__button:hover {
  opacity: 0.85;
}
.kimitex-footer__copyright {
  display: block;
  width: 100%;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kimitex-footer__copyright {
    font-size: 11px;
  }
}

.kimitex-totop-wrap {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kimitex-totop-wrap {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}

.kimitex-totop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #f3f3f3;
  border: solid 1px #014099;
  box-shadow: none;
  position: relative;
  transition: background-color 0.3s ease-out 0s, opacity 0.15s ease-in-out 0s;
}
.kimitex-totop:hover {
  background-color: #014099;
  opacity: 0.9;
}
.kimitex-totop:hover::after {
  border-color: #ffffff;
}
.kimitex-totop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #014099;
  border-right: 3px solid #014099;
  margin: auto;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: border-color 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .kimitex-totop::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #014099;
    border-right: 2px solid #014099;
  }
}

.kimitex-modal .modal-dialog {
  max-width: 600px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .kimitex-modal .modal-dialog {
    margin-bottom: 60px;
  }
}
.kimitex-modal .modal-content {
  border: none;
}
.kimitex-modal .modal-header {
  align-items: center;
}
.kimitex-modal .modal-footer {
  justify-content: center;
}
.kimitex-modal .modal-title {
  color: #014099;
  font-size: 18px;
  font-weight: bold;
}
.kimitex-modal .footer-privacy-block {
  width: 100%;
}
.kimitex-modal .footer-privacy-block-txt {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2em;
}
.kimitex-modal .footer-privacy-block-txt--mail {
  width: 114px;
  display: inline-block;
}
.kimitex-modal .footer-privacy-block-txt--mail > img {
  width: 100%;
  height: auto;
  padding-bottom: 1px;
}
.kimitex-modal .footer-privacy-block-list {
  font-size: 15px;
  list-style: square;
  margin-bottom: 2em;
  padding-left: 1.5em;
}
.kimitex-modal .footer-privacy-block-list > li {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 1em;
}

.catalog-modal .modal-dialog {
  height: 100%;
  margin: 0 auto;
}

.catalog-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 45px 60px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .catalog-modal-content {
    width: 92vw;
    padding: 30px 20px 40px;
  }
}

.catalog-modal-text {
  color: #014099;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .catalog-modal-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .catalog-modal-text {
    font-size: 4.6511627907vw;
  }
}

.catalog-modal-btn-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .catalog-modal-btn-wrap {
    margin-bottom: 30px;
  }
}

.catalog-modal-btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: center;
  position: relative;
  color: #014099;
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  width: 100%;
  border: 1px solid #014099;
  border-radius: 50px;
  padding: 16px 1.2rem;
  transition: opacity 0.15s ease-in-out 0s;
}
@media screen and (max-width: 575px) {
  .catalog-modal-btn {
    gap: 2px;
    font-size: 3.488372093vw;
    line-height: 1.55;
    padding: 14px 1.2rem;
  }
}
.catalog-modal-btn:first-of-type {
  margin-bottom: 20px;
}
.catalog-modal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #014099;
  border-bottom: 1px solid #014099;
  transform: translateY(-50%) rotate(-45deg);
}
.catalog-modal-btn:focus, .catalog-modal-btn:hover, .catalog-modal-btn:active {
  color: #014099;
  opacity: 0.8;
}

.catalog-modal-btn-em {
  font-weight: 700;
  letter-spacing: 0.12em;
}

.catalog-modal-btn-sub {
  color: #014099;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .catalog-modal-btn-sub {
    font-size: 2.7906976744vw;
  }
}

.catalog-modal-close-btn {
  color: #014099;
  font-size: 16px;
  font-weight: 700;
  max-width: 180px;
  width: 100%;
  background-color: #ecf7fc;
  border: 1px solid #f3f3f3;
  border-radius: 50px;
  margin: 0 auto;
  padding-block: 15px;
}
@media screen and (max-width: 575px) {
  .catalog-modal-close-btn {
    font-size: 3.7209302326vw;
    padding-block: 12px;
  }
}/*# sourceMappingURL=common.css.map */