@charset "UTF-8";
/*
 * ***********************************************************
 * This file is for customization.
 * このファイルはカスタム用ファイルです。
 * ***********************************************************
*/
@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url("/dcms_media/common/icons_outline.woff") format("woff"), url("/dcms_media/common/icons_outline.ttf") format("truetype");
}
.index-cta__outer {
  margin-bottom: -108px !important;
}
@media print, screen and (min-width: 576px) {
  .index-cta__outer {
    margin-bottom: -128px !important;
  }
}

.lib-fixed__bnr {
  background: unset;
}
.lib-fixed__bnr img {
  max-width: unset;
  width: calc(100% + 24px);
  margin: -12px;
  height: auto;
}

.lib-fixed__close {
  border-color: #FFF;
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .lib-fixed__close:hover {
    border-color: var(--MAIN);
  }
}

[class*=icon-before] {
  display: inline-flex;
  align-items: center;
}
[class*=icon-before]:before {
  content: "";
  margin-right: 5px;
  margin-top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background: var(--MAIN);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  display: inline-block;
  flex-shrink: 0;
}

[class*=icon-after] {
  display: inline-flex;
  align-items: center;
}
[class*=icon-after]:after {
  content: "";
  margin-left: 5px;
  margin-top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background-color: var(--MAIN);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  flex-shrink: 0;
}
[class*=icon-after]:has(.txt) .txt {
  display: inline-flex;
  align-items: center;
}
[class*=icon-after]:has(.txt) .txt:after {
  content: "";
  margin-left: 5px;
  margin-top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  background-color: var(--MAIN);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  flex-shrink: 0;
}

.icon-before-failure:before {
  width: 1.5em;
  height: 1.5em;
  background: url(/dcms_media/other/ico_failure.svg) no-repeat center center/cover;
}
.icon-before-point:before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  mask-image: url(/dcms_media/other/ico_octagon.svg);
}
.icon-before-xross:before {
  background: url(/dcms_media/other/ico_sunny_xross.svg) no-repeat center center/cover;
}
.icon-before-noris:before {
  background: url(/dcms_media/other/ico_sunny_noris.svg) no-repeat center center/cover;
}

.top-ico__arr {
  text-decoration: none;
}
.top-ico__arr > .txt {
  text-decoration: none;
  color: var(--DEF);
}
.top-ico__arr > .txt:after {
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--MAIN);
  color: #FFF;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0.1em;
  padding-top: 0.1em;
  transition: transform 0.3s;
}

.top-title__outer {
  position: relative;
  padding-bottom: 1.25rem;
}
.top-title__outer + * {
  margin-top: 2rem;
}
.top-title__outer:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EE9F21;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  box-shadow: 18px 0 0 rgba(238, 159, 33, 0.5), 38px 0 0 rgba(238, 159, 33, 0.2);
}
.top-title__outer.text-white:after {
  background: #FFF;
  box-shadow: 18px 0 0 rgba(255, 255, 255, 0.5), 38px 0 0 rgba(255, 255, 255, 0.2);
}
.top-title__outer.text-start:after {
  left: 0;
}

.top-main__outer {
  background: url(/dcms_media/image/index_main_bg.webp) no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  .top-main__row {
    display: flex;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-main__txtarea {
    flex: 1;
  }
}
.top-main__caption > .txt {
  background: var(--MAIN);
  display: inline-block;
  line-height: 1.3;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.top-main__txt {
  line-height: 1.5;
}
.top-main__thumb {
  width: 100%;
  margin-top: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-main__thumb {
    width: 46%;
    max-width: 520px;
  }
}
.top-main__thumb .thumb {
  display: inline-block;
  width: 300px;
  background: unset;
}
@media print, screen and (min-width: 992px) {
  .top-main__thumb .thumb {
    width: unset;
  }
}
.top-main__point > li {
  line-height: 1.5;
}
.top-main__point > li:before {
  margin-top: unset;
  position: relative;
  bottom: -0.2em;
}
.top-main-contact__row {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 50% 50%;
  column-gap: 0.5rem;
  width: calc(100% - 0.5rem);
}
@media print, screen and (min-width: 576px) {
  .top-main-contact__row {
    width: calc(100% - 1.25rem);
    column-gap: 1.25rem;
  }
}
.top-main-contact__col {
  display: contents;
}
.top-main-contact__btn {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  transition: 0.3s;
}
.top-main-contact__btn:has(.bg-accent) .top-main-contact__balloon:after {
  background-color: var(--ACC);
}
.top-main-contact__btn:has(.bg-accent) .top-main-contact__txt {
  border-color: var(--ACC);
}
.top-main-contact__btn:has(.bg-accent) .top-main-contact__txt:after {
  color: var(--ACC);
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-main-contact__btn:hover .top-main-contact__balloon:after {
    transform: translate(-50%, 3px);
  }
  .top-main-contact__btn:hover .top-main-contact__txt:after {
    transform: translateX(10px);
  }
}
.top-main-contact__balloon {
  display: grid;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0.625rem 0.3125rem;
  border-radius: 50px;
  letter-spacing: -0.05em;
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
.top-main-contact__balloon .txt {
  position: relative;
  z-index: 2;
}
.top-main-contact__balloon .txt br {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .top-main-contact__balloon {
    font-size: 0.875rem;
    letter-spacing: unset;
    padding: 0.3125rem;
  }
}
.top-main-contact__balloon:after {
  content: "";
  background-color: var(--MAIN);
  mask-image: url(/dcms_media/other/ico_triangle.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: block;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
.top-main-contact__txt {
  background: #FFF;
  text-align: center;
  padding: 36px 5px 10px;
  border: var(--MAIN) 1px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: -20px;
  font-weight: bold;
  text-decoration: none;
  color: var(--DEF);
}
.top-main-contact__txt:after {
  margin-left: 6px;
  color: var(--MAIN);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .top-main-contact__txt:after {
    margin-left: 1.5rem;
    margin-right: calc(2rem * -1);
  }
}
@media print, screen and (min-width: 768px) {
  .top-main-contact__txt {
    padding-right: 15px;
  }
}
.top-main-contact__txt > span {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .top-main-contact__txt > span {
    width: unset;
  }
}
.top-main__xross {
  text-decoration: none;
  border-bottom: var(--GRY) 1px solid;
  padding-bottom: 4px;
  font-weight: bold;
  transition: border 0.3s, width 0.3s;
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-main__xross:hover {
    border-color: var(--MAIN);
    width: calc(100% + 10px);
  }
  .top-main__xross:hover .txt:after {
    transform: translateX(10px);
  }
}
@media print, screen and (min-width: 768px) {
  .top-main__xross {
    font-size: 1.125rem;
  }
}

.top-achieve__list {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .top-achieve__list {
    flex-wrap: unset;
  }
}
@media print, screen and (min-width: 992px) {
  .top-achieve__list {
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-achieve__col:nth-child(1) {
    width: 35%;
  }
  .top-achieve__col:nth-child(2) {
    width: 38%;
  }
  .top-achieve__col:nth-child(3) {
    width: 31%;
  }
}
.top-achieve__col img {
  height: 55px;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .top-achieve__col img {
    height: 76px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-achieve__col img {
    height: auto;
    width: 100%;
  }
}

.top-failure__otuer {
  position: relative;
}
.top-failure__otuer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 280px 1500px 0 1500px;
  border-top-color: var(--LGRY);
  display: block;
  transform: translateX(-50%);
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 2;
}
@media print, screen and (min-width: 576px) {
  .top-failure__otuer:after {
    bottom: -130px;
  }
}
.top-failure__otuer > * {
  position: relative;
  z-index: 3;
}
.top-feature__outer {
  padding-top: 6.25rem;
}
@media print, screen and (min-width: 576px) {
  .top-feature__outer {
    position: relative;
    z-index: 1;
    margin-top: -50px !important;
    padding-top: 16.25rem;
  }
}
.top-feature__list {
  counter-reset: ol-bullet;
}
.top-feature__col {
  position: relative;
}
.top-feature__col:before {
  counter-increment: ol-bullet;
  content: counter(ol-bullet);
  display: block;
  width: 50%;
  text-align: center;
  position: absolute;
  left: 25%;
  top: -24px;
  border-radius: 50%;
  padding: 8px 5px 24px;
  background: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: var(--MAIN);
}
.top-feature__item > * {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 576px) {
  .top-feature__txt {
    font-size: 1.25rem;
  }
}
.top-feature__thumb .thumb {
  width: 60px;
}
@media print, screen and (min-width: 576px) {
  .top-feature__thumb .thumb {
    width: 100px;
  }
}

.top-function__thumb .thumb {
  width: 40px;
}
@media print, screen and (min-width: 576px) {
  .top-function__txt {
    padding-left: 1rem;
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 575.8px) {
  .top-function__txt .text-main {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 576px) {
  .top-function__txt .text-main {
    font-size: 1rem;
  }
}
.top-function__title .balloon {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
  padding: 0.625rem 1rem;
  border-radius: 50px;
  letter-spacing: -0.05em;
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
.top-function__title .balloon .txt {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 576px) {
  .top-function__title .balloon {
    letter-spacing: unset;
    padding: 0.625rem 2rem;
  }
}
.top-function__title .balloon:after {
  content: "";
  background-color: var(--MAIN);
  mask-image: url(/dcms_media/other/ico_triangle.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: block;
  transform: translateX(-50%);
  transition: transform 0.3s;
}

.top-product__link a {
  text-decoration: none !important;
  padding-bottom: 4px;
  border-bottom: var(--GRY) 1px solid;
}
.top-product__item {
  border: var(--GRY) 1px solid;
  flex: 1;
}

.top-voice__item {
  flex: 1;
}
.top-voice__thumb .thumb {
  border-radius: unset;
  background: unset;
}

.top-support__col {
  position: relative;
}
@media print, screen and (max-width: 767.8px) {
  .top-support__col + .top-support__col:after {
    content: "";
    width: 80%;
    height: 1px;
    display: block;
    position: absolute;
    top: -1.5rem;
    left: 10%;
    background: var(--GRY);
  }
}
@media print, screen and (min-width: 768px) {
  .top-support__col:nth-child(n+3):after {
    content: "";
    width: 80%;
    height: 1px;
    display: block;
    position: absolute;
    top: -2.15rem;
    left: 2.25rem;
    background: var(--GRY);
  }
  .top-support__col:nth-child(even):before {
    content: "";
    height: calc(90% + 2.25rem);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--GRY);
  }
  .top-support__col:nth-child(even):after {
    left: unset;
    right: 2.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-support__col:nth-child(n+3):after {
    width: 90%;
    top: -1.5rem;
  }
}
.top-support__item {
  flex: 1;
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .top-support__item {
    margin-top: unset;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-support__item {
    margin-top: 1rem;
    margin-left: unset;
  }
}
@media print, screen and (min-width: 992px) {
  .top-support__item {
    margin-top: unset;
    margin-left: 1rem;
  }
}
.top-support__thumb {
  flex-shrink: 0;
  width: 160px;
}
.top-support__thumb .thumb {
  width: 160px;
  background: unset !important;
}

.top-contact__outer {
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-contact__outer {
    gap: 3.75rem;
  }
}
.top-contact-ttl__outer {
  display: flex;
}
.top-contact-ttl__caption {
  margin-bottom: 0.5rem;
}
.top-contact-ttl__caption .txt {
  background: var(--WHT);
  border-radius: 50px;
  padding: 4px 10px;
  margin-right: 10px;
}
.top-contact-ttl__txtarea {
  position: relative;
  margin-top: 4.375rem;
  padding: 1.875rem 1rem 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.top-contact-ttl__txtarea:after {
  width: 100vw;
  height: 100%;
  border-radius: 0 10px 10px 0;
  content: "";
  display: block;
  background: var(--MAIN);
  right: 0;
  bottom: 0;
  position: absolute;
}
.top-contact-ttl__txtarea > * {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 992px) {
  .top-contact-ttl__txtarea {
    padding: 3.75rem 1rem;
  }
}
.top-contact-ttl__thumb {
  position: absolute;
  top: -100px;
  left: 1rem;
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  .top-contact-ttl__thumb {
    width: 220px;
    top: -140px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-contact-ttl__thumb {
    top: -124px;
  }
}
.top-contact-txt__list {
  gap: 0.625rem;
}
.top-contact-txt__list > li > a {
  max-width: unset;
}
.top-contact-txt__dl a:before, .top-contact-txt__contact a:before {
  font-size: 1.5rem;
}
.top-contact-txt__other a {
  flex-direction: row-reverse;
}
.top-contact-txt__other a > .txt {
  padding-left: calc(1.5rem + 0.625rem);
}
.top-contact-txt__other a > .txt:after {
  font-size: 1.25rem;
  right: unset;
  left: 0;
  margin: unset;
}
.top-contact-txt__link {
  gap: 10px;
}
.top-contact-txt__link > li > a {
  padding-bottom: 8px;
  border-bottom: var(--GRY) 1px solid;
  transition: border 0.3s;
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-contact-txt__link > li > a:hover {
    border-bottom-color: var(--MAIN);
  }
}

.top-media__slider {
  position: relative;
  line-height: 0;
}
.top-media__slider .lib-swiper__control {
  display: contents;
}
.top-media__slider .lib-swiper__btn {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .top-media__slider .lib-swiper__btn {
    width: 60px;
    height: 60px;
  }
}
.top-media__slider .lib-swiper__btn:after {
  color: var(--MAIN);
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-media__slider .lib-swiper__btn:after:hover {
    background: var(--MAIN);
  }
  .top-media__slider .lib-swiper__btn:after:hover:after {
    color: #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  .top-media__slider .lib-swiper__btn:after {
    font-size: 0.875rem;
  }
}
.top-media__slider .lib-swiper__btn.--prev {
  left: 5px;
}
@media print, screen and (min-width: 576px) {
  .top-media__slider .lib-swiper__btn.--prev {
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-media__slider .lib-swiper__btn.--prev {
    left: 4%;
  }
}
@media print, screen and (min-width: 992px) {
  .top-media__slider .lib-swiper__btn.--prev {
    left: 5%;
  }
}
.top-media__slider .lib-swiper__btn.--next {
  right: 5px;
}
@media print, screen and (min-width: 576px) {
  .top-media__slider .lib-swiper__btn.--next {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-media__slider .lib-swiper__btn.--next {
    right: 4%;
  }
}
@media print, screen and (min-width: 992px) {
  .top-media__slider .lib-swiper__btn.--next {
    right: 5%;
  }
}
.top-media__slider .lib-media__item {
  border: var(--GRY) 1px solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.top-media__slider .lib-media__item:after {
  content: "\ea01";
  width: 30px;
  height: 30px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  background: var(--ACC);
  -webkit-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  transition: background 0.3s;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-media__slider .lib-media__item:has(.lib-media__title a:hover) {
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-media__slider .lib-media__item:has(.lib-media__title a:hover):hover .lib-media__thumb img {
    opacity: 0.8;
  }
  .top-media__slider .lib-media__item:has(.lib-media__title a:hover):hover:after {
    background: var(--MAIN);
  }
}
.top-media__slider .lib-media__txtarea {
  padding: 1rem 0.625rem;
}
.top-media__slider .lib-media__title a {
  transition: 0.3s;
}
.top-media__slider .lib-media__title a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-media__slider .lib-media__title a:hover {
    color: var(--DEF);
    text-decoration: none;
  }
}

.top-download__outer .lib-horizon__row {
  padding: 0.625rem;
}
@media print, screen and (max-width: 575.8px) {
  .top-download__outer .lib-horizon__row {
    flex-direction: column-reverse !important;
  }
}
@media print, screen and (min-width: 576px) {
  .top-download__outer .lib-horizon__row {
    gap: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-download__outer .lib-horizon__row {
    padding: 1.875rem;
  }
}
@media print, screen and (max-width: 575.8px) {
  .top-download__outer .lib-horizon__col {
    width: 100%;
  }
  .top-download__outer .lib-horizon__col .lib-card__thumb {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 576px) {
  .top-download__outer .lib-horizon__col:has(.lib-card__thumb) {
    width: 100px;
  }
}
@media print, screen and (min-width: 576px) {
  .top-download__outer .lib-horizon__col:has(.lib-card__txtarea) {
    flex: 1 !important;
    width: unset !important;
  }
}
.top-download__outer .lib-card__txtarea {
  padding: 1rem 0 0 !important;
}
@media print, screen and (min-width: 576px) {
  .top-download__outer .lib-card__txtarea {
    padding: 0 !important;
  }
}

.top-news__outer {
  padding-bottom: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  .top-news__outer {
    padding-bottom: 7.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news__outer {
    padding-bottom: usnet;
  }
}
@media print, screen and (max-width: 991.8px) {
  .top-news__outer {
    position: relative;
  }
  .top-news__outer .top-news__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-news__btn {
  width: 100%;
  max-width: 360px;
  text-align: center;
}
.top-news__row {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .top-news__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print, screen and (max-width: 991.8px) {
  .top-news__title .top-title__outer {
    display: inline-block;
    padding: 15px 15px 15px 0;
    position: relative;
  }
  .top-news__title .top-title__outer:before {
    width: 100vw;
    height: calc(100% + 15px);
    content: "";
    display: block;
    background: var(--LACC);
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .top-news__title {
    width: 40%;
    max-width: 520px;
    display: flex;
  }
}
@media print, screen and (min-width: 992px) {
  .top-news__inside {
    padding: 3.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-news__inside:before {
    width: 100vw;
    height: 100%;
    content: "";
    display: block;
    background: var(--LACC);
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .top-news__txtarea {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.top-other__link {
  flex: 1;
  border: var(--LMAIN) 1px solid;
  transition: border 0.3s;
  transition: 0.3s;
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top-other__link:hover {
    border-color: var(--MAIN);
  }
  .top-other__link:hover .top-other__txt:after {
    transform: scale(1.2);
  }
  .top-other__link:hover .top-other__thumb {
    transform: scale(1.1);
  }
  .top-other__link:hover .top-other__thumb img {
    opacity: 1;
  }
}
.top-other__txt {
  font-weight: bold;
  display: inline-flex;
}
@media print, screen and (max-width: 575.8px) {
  .top-other__txt {
    font-size: 0.75rem;
  }
}
.top-other__txt:after {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.625rem;
  color: #FFF;
  background: var(--MAIN);
  margin-left: 4px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 576px) {
  .top-other__txt:after {
    width: 2.4em;
    height: 2.4em;
    margin-left: 8px;
  }
}
.top-other__thumb {
  width: 80px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 576px) {
  .top-other__thumb {
    width: 100px;
  }
}