<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =====================
  KV
===================== */
@media screen and (min-width: 782px), print {
  .c-columns--col1 &gt; .c-columns__col {
    margin: 0 auto;
    width: 1200px;
  }
}

/* =====================
  c-customer
===================== */
.c-customer__login {
  border: 1px #dfdfdf solid;
  padding: 40px 0 30px;
}

.c-customer__login_logo {
  display: block;
  margin: 0 auto;
  max-height: 86px;
  padding: 0 20px;
}

.c-customer__login_button {
  display: block;
  margin: 20px auto;
}

.c-customer__anchor {
  margin-bottom: 50px;
}

.c-customer__anchor_link {
  border: 1px #dfdfdf solid;
  display: block;
  padding: 40px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-customer__anchor_link:hover {
  opacity: 0.7;
}

.c-customer__anchor_head {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.c-customer__anchor_text {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.c-customer__anchor_text::after {
  background-image: url('/assets/images/icon_link_arrow_down_blue.svg');
  background-repeat: no-repeat;
  bottom: -30px;
  content: '';
  height: 22px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 22px;
}

@media screen and (max-width: 781.9px) {
  .c-customer__login_button {
    width: 70%;
  }
}

/* =====================
  c-newer
===================== */
.c-newer__service_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-newer__service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.c-newer__service_left {
  min-width: 100px;
  width: 100px;
}

.c-newer__service_right {
  margin: 10px 0 0 10px;
}

.c-newer__service_content {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 781.9px) {
  .c-newer__merit_img {
    margin: 10px auto;
    max-width: 250px;
  }
}

@media screen and (min-width: 782px), print {
  .c-newer__service_item {
    width: 50%;
  }
  .c-newer__service_left {
    min-width: 154px;
    width: 154px;
  }
  .c-newer__service_right {
    margin: 30px 0 0 30px;
  }
  .c-newer__service_content {
    font-size: 22px;
  }
}

/* =====================
  c-topics
===================== */
.c-topics__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-topics__item {
  margin-bottom: 30px;
  width: 48%;
}

.c-topics__image {
  margin-bottom: 20px;
  aspect-ratio: 94/53;
}

@media screen and (min-width: 782px), print {
  .c-topics__item {
    width: 376px;
  }
}

/* =====================
  c-inquiry
===================== */
.c-inquiry__attention {
  color: #cc0001;
  margin: 0 0 10px 40px;
  position: relative;
}

.c-inquiry__attention::before {
  background-image: url('/assets/images/icon_attention.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  left: -40px;
  position: absolute;
  width: 28px;
}

@media screen and (min-width: 782px), print {
  .c-inquiry__button {
    max-width: 350px;
  }
}
</pre></body></html>