<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------------------------------------
|  Created:     20xx-xx-xx
|  Updated:     N/A
|------------------------------------------------------------------------------- */
/*---------------------------------------------------------
  GT SoftGOT2000
---------------------------------------------------------*/
/* ドキュメントリンク
-------------------------------------------------------------------------------- */
.meswp-cmnDocInline * {
  display: inline !important;
}
/*---------------------------------------------------------
  GT SoftGOT2000とは
---------------------------------------------------------*/
.meswp-indexTop {
  position: relative;
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.meswp-indexTop__text {
  position: absolute;
  top: 70px;
  left: 0;
  padding-right: 150px;
}
/*! Medium and Small（Medium以下） */
@media only screen and (max-width: 980px) {
  .meswp-indexTop__text {
    position: absolute;
    top: 70px;
  }
}
/*! Small only (Smallのみ) */
@media only screen and (max-width: 767px) {
  .meswp-indexTop__text {
    top: 8vw;
    left: 0;
  }
  .meswp-indexTop__text &gt; * {
    font-size: 2.8vw;
  }
}
/*---------------------------------------------------------
  GT SoftGOT2000 Solution &gt; 概要
---------------------------------------------------------*/
.meswp-solutionTitle {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-width: 3px;
  border-style: solid;
  font-size: 18px;
  overflow: hidden;
}
.meswp-solutionTitle &gt; * {
  padding-top: 5px;
  padding-bottom: 5px;
  /* width: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.meswp-solutionTitle--orange {
  border-color: var(--orangeLight);
}
.meswp-solutionTitle--orange .meswp-solutionTitle__problem {
  background-color: var(--orangeLight);
}
.meswp-solutionTitle--orange .meswp-solutionTitle__problem::after {
  border-color: transparent transparent transparent var(--orangeLight);
}
.meswp-solutionTitle--pink {
  border-color: var(--pinkLight);
}
.meswp-solutionTitle--pink .meswp-solutionTitle__problem {
  background-color: var(--pinkLight);
}
.meswp-solutionTitle--pink .meswp-solutionTitle__problem::after {
  border-color: transparent transparent transparent var(--pinkLight);
}
.meswp-solutionTitle--blue {
  border-color: var(--blueLight);
}
.meswp-solutionTitle--blue .meswp-solutionTitle__problem {
  background-color: var(--blueLight);
}
.meswp-solutionTitle--blue .meswp-solutionTitle__problem::after {
  border-color: transparent transparent transparent var(--blueLight);
}
.meswp-solutionTitle--green {
  border-color: var(--greenLight);
}
.meswp-solutionTitle--green .meswp-solutionTitle__problem {
  background-color: var(--greenLight);
}
.meswp-solutionTitle--green .meswp-solutionTitle__problem::after {
  border-color: transparent transparent transparent var(--greenLight);
}
.meswp-solutionTitle__problem {
  color: var(--white);
  position: relative;
  background-color: transparent;
  width: 45%;
}
.meswp-solutionTitle__problem::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 25px;
  border-color: transparent transparent transparent transparent;
}
.meswp-solutionTitle__solution {
  width: 55%;
  padding-left: 25px;
}
.meswp-solutionTitle__solution &gt; img {
  vertical-align: bottom;
  margin-bottom: -2px;
}
/*! Medium and Small（Medium以下） */
@media only screen and (max-width: 980px) {
  .meswp-solutionTitle__problem {
    width: 40%;
  }
  .meswp-solutionTitle__solution {
    width: 60%;
  }
}
/*! Small only (Smallのみ) */
@media only screen and (max-width: 767px) {
  .meswp-solutionTitle {
    flex-direction: column;
  }
  .meswp-solutionTitle &gt; * {
    width: 100%;
  }
  .meswp-solutionTitle--orange .meswp-solutionTitle__problem::after {
    border-color: var(--orangeLight) transparent transparent transparent;
  }
  .meswp-solutionTitle--pink .meswp-solutionTitle__problem::after {
    border-color: var(--pinkLight) transparent transparent transparent;
  }
  .meswp-solutionTitle--blue .meswp-solutionTitle__problem::after {
    border-color: var(--blueLight) transparent transparent transparent;
  }
  .meswp-solutionTitle--green .meswp-solutionTitle__problem::after {
    border-color: var(--greenLight) transparent transparent transparent;
  }
  .meswp-solutionTitle__problem {
    padding-bottom: 0;
  }
  .meswp-solutionTitle__problem::after {
    top: auto;
    bottom: -19px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 20px 200px 0 200px;
  }
  .meswp-solutionTitle__solution {
    padding-left: 0;
    padding-top: 25px;
    justify-content: center;
  }
}
.meswp-solutionList {
  box-shadow: 0px 0px 10px 0px var(--grey200);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.meswp-solutionList + .meswp-solutionTitle {
  margin-top: 50px;
}
.meswp-solutionList--orange .meswp-solutionList__problem::after {
  border-color: transparent transparent transparent var(--orangeLight);
}
.meswp-solutionList--pink .meswp-solutionList__problem::after {
  border-color: transparent transparent transparent var(--pinkLight);
}
.meswp-solutionList--blue .meswp-solutionList__problem::after {
  border-color: transparent transparent transparent var(--blueLight);
}
.meswp-solutionList--green .meswp-solutionList__problem::after {
  border-color: transparent transparent transparent var(--greenLight);
}
.meswp-solutionList__problem {
  width: 45%;
  position: relative;
  padding-right: 20px;
}
.meswp-solutionList__problem .u-icons {
  display: flex;
}
.meswp-solutionList__problem::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 25px;
  border-color: transparent transparent transparent transparent;
}
.meswp-solutionList__solution {
  width: 55%;
  padding-left: 50px;
}
.meswp-solutionList__solution &gt; * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meswp-solutionList__solution &gt; * &gt; *:first-child {
  width: calc(100% - 110px);
  padding-right: 10px;
}
.meswp-solutionList__solution &gt; * &gt; *:last-child {
  width: 110px;
}
/*! Medium and Small（Medium以下） */
@media only screen and (max-width: 980px) {
  .meswp-solutionList__problem {
    width: 40%;
  }
  .meswp-solutionList__solution {
    width: 60%;
  }
  .meswp-solutionList__solution &gt; * {
    display: inline-block;
    vertical-align: bottom;
  }
  .meswp-solutionList__solution &gt; * &gt; *:first-child {
    width: 100%;
    padding-right: 0;
  }
  .meswp-solutionList__solution &gt; * &gt; *:last-child {
    width: 100%;
  }
}
/*! Small only (Smallのみ) */
@media only screen and (max-width: 767px) {
  .meswp-solutionList {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
  .meswp-solutionList &gt; * {
    width: 100%;
  }
  .meswp-solutionList--orange .meswp-solutionList__problem::after {
    border-color: var(--orangeLight) transparent transparent transparent;
  }
  .meswp-solutionList--pink .meswp-solutionList__problem::after {
    border-color: var(--pinkLight) transparent transparent transparent;
  }
  .meswp-solutionList--blue .meswp-solutionList__problem::after {
    border-color: var(--blueLight) transparent transparent transparent;
  }
  .meswp-solutionList--green .meswp-solutionList__problem::after {
    border-color: var(--greenLight) transparent transparent transparent;
  }
  .meswp-solutionList__problem {
    padding-bottom: 15px;
  }
  .meswp-solutionList__problem::after {
    top: auto;
    bottom: -19px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    /* border-width: 1.5em 0 1.5em 25px; */
    border-width: 20px 3.5em 0 3.5em;
    border-color: transparent transparent transparent transparent;
  }
  .meswp-solutionList__solution {
    padding-left: 0;
    padding-top: 30px;
  }
  .meswp-solutionList__solution &gt; * {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
/*---------------------------------------------------------
  GT SoftGOT2000 Solution &gt; *
---------------------------------------------------------*/
.meswp-solutionPoint {
  /* background-image: url("../images/solution_02_point.jpg"); */
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 58px;
  padding-left: 78px;
  display: flex;
  align-items: center;
}
.meswp-solutionPoint--02 {
  background-image: url("/fa/products/hmi/got/pmerit/sgt/sgt2000/images/solution_02_point.jpg");
}
.meswp-solutionPoint--03 {
  background-image: url("/fa/products/hmi/got/pmerit/sgt/sgt2000/images/solution_03_point.jpg");
}
/*! Small only (Smallのみ) */
@media only screen and (max-width: 767px) {
  .meswp-solutionPoint {
    padding-left: 68px;
  }
}
.meswp-borderBold {
  border-width: 3px;
}</pre></body></html>