@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.g-omron {
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  color: #333333;
  padding: 0;
  position: relative;
  margin: 0 auto;
  /* 編集ここから */
  /* ttl */
  /* btn */
  /* タブ切り替え ここから */
  /* エリアの表示非表示と形状 */
  /* g-omron__tab-contentsにis-activeというクラスがついた時の形状 */
  /* おすすめ ここから */
  /* table ここから */
  /*-- アコーディオン --*/
  /*高さを制限しているコンテンツの要素*/
  /*オープン時疑似要素非表示*/
  /*もっと見るボタン*/
}

.g-omron * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.g-omron .only-desktop {
  display: block !important;
}

.g-omron .only-mobile {
  display: none !important;
}

.g-omron .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .g-omron {
    font-size: 12px;
    margin: 0 auto;
  }
  .g-omron img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .g-omron .only-desktop {
    display: none !important;
  }
  .g-omron .only-mobile {
    display: block !important;
  }
  .g-omron .only-narrow {
    display: block !important;
  }
}

.g-omron__mv {
  width: 1400px;
  margin: 40px auto;
}

@media screen and (max-width: 960px) {
  .g-omron__mv {
    width: 100%;
    margin: 8% auto;
  }
}

.g-omron__ttl {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 500;
  color: #023153;
}

@media screen and (max-width: 960px) {
  .g-omron__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.g-omron__ttl--border {
  border-bottom: 2px solid #023153;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .g-omron__ttl--border {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.g-omron__ttl--application {
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__ttl--application {
    margin-bottom: 20px;
  }
}

.g-omron__ttl--application > small {
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (max-width: 960px) {
  .g-omron__ttl--application > small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-omron__ttl--tab {
  color: #333333;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .g-omron__ttl--tab {
    margin-bottom: 10px;
  }
}

.g-omron__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.g-omron__category-list > li {
  width: calc(190 / 1200 * 100%);
}

@media screen and (max-width: 960px) {
  .g-omron__category-list > li {
    width: 32%;
  }
}

.g-omron__category-list > li:nth-child(n+2) {
  margin-left: calc(12 / 1200 * 100%);
}

@media screen and (max-width: 960px) {
  .g-omron__category-list > li:nth-child(n+2) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 960px) {
  .g-omron__category-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .g-omron__category-list > li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.g-omron__category-list--omron {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__category-list--omron {
    margin-bottom: 20px;
  }
}

.g-omron__contents {
  width: 1200px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 960px) {
  .g-omron__contents {
    width: 95%;
    margin: 0 auto 40px;
  }
}

.g-omron__contents--tab {
  margin: 0 auto;
}

.g-omron__contents-wrapper {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .g-omron__contents-wrapper {
    margin-bottom: 40px;
  }
}

.g-omron__application {
  background-color: #023153;
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  .g-omron__application {
    padding: 40px 0;
  }
}

.g-omron__application .g-omron__contents:last-child {
  margin-bottom: 0;
}

.g-omron__application__copy {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__application__copy {
    margin-bottom: 20px;
  }
}

.g-omron__function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__function-list {
    margin-bottom: 20px;
  }
}

.g-omron__function-list__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 580px;
  background-color: #fff;
  padding: 40px 30px;
}

.g-omron__function-list__contents:last-child {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .g-omron__function-list__contents {
    width: 100%;
    padding: 20px 10px;
  }
}

.g-omron__function-list__contents:nth-child(n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__function-list__contents:nth-child(n+2), .g-omron__function-list__contents:nth-child(n+3) {
    margin-top: 10px;
  }
}

.g-omron__function-list__ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 960px) {
  .g-omron__function-list__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-omron__function-list__txt {
  text-align: left;
  line-height: 2em;
}

.g-omron__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  background-color: #005EB8;
  border-radius: 40px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .g-omron__btn {
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-omron__btn--pickup-item {
  width: 300px;
  font-size: 25px;
  font-size: 2.5rem;
  float: right;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--pickup-item {
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    margin: 15px auto 0;
  }
}

.g-omron__btn--last {
  width: 500px;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--last {
    width: 270px;
  }
}

.g-omron__btn--overview {
  cursor: pointer;
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--overview {
    padding: 15px;
  }
}

.g-omron__btn--overview::before {
  display: block;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-left: 10px;
  position: absolute;
  right: calc(1em + 9px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--overview::before {
    height: 14px;
    right: calc(1em + 6px);
  }
}

.g-omron__btn--overview::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 1em;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--overview::after {
    width: 14px;
  }
}

.g-omron__btn--overview.close::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.g-omron__btn--recommend::after {
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -3px;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--recommend::after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
}

.g-omron__btn--recommend > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .g-omron__btn--recommend > a {
    padding: 15px;
  }
}

.g-omron__btn--recommend-last {
  background-color: #fff;
}

.g-omron__btn--recommend-last::after {
  border-top: 2px solid #005EB8;
  border-right: 2px solid #005EB8;
}

.g-omron__btn--recommend-last > a {
  color: #005EB8;
}

.g-omron__copy {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .g-omron__copy {
    margin-bottom: 20px;
  }
}

.g-omron__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #023153;
  margin-bottom: 60px;
  /* liにactiveクラスがついた時の形状 */
}

@media screen and (max-width: 960px) {
  .g-omron__tab {
    margin-bottom: 30px;
  }
}

.g-omron__tab > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  min-height: 95px;
  border: 2px solid #023153;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  color: #023153;
  padding: 10px 20px;
  margin-bottom: -2px;
}

.g-omron__tab > li:nth-child(n+2) {
  margin-left: 1em;
}

@media screen and (max-width: 960px) {
  .g-omron__tab > li {
    width: 32%;
    min-height: 66px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2%;
  }
  .g-omron__tab > li:nth-child(n+2) {
    margin-left: 2%;
  }
}

.g-omron__tab > li > small {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .g-omron__tab > li > small {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.g-omron__tab > li.show {
  background-color: #023153;
  color: #fff;
}

.g-omron__tab-contents {
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.g-omron__tab-contents.show {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.g-omron__recommend-ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .g-omron__recommend-ttl {
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.g-omron__recommend-ttl::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #023153;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .g-omron__recommend-ttl::after {
    width: 80px;
  }
}

.g-omron__pickup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item {
    display: block;
    margin-bottom: 40px;
  }
}

.g-omron__pickup-item__img {
  width: calc(600 / 1200 * 100%);
  position: relative;
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.g-omron__pickup-item__img02 {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item__img02 {
    margin-bottom: 10px;
  }
}

.g-omron__pickup-item__explanation {
  width: calc(560 / 1200 * 100%);
  margin-left: calc(40 / 1200 * 100%);
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item__explanation {
    width: 100%;
    margin-left: 0;
  }
}

.g-omron__pickup-item__txt {
  line-height: 2;
}

.g-omron__pickup-item__ttl, .g-omron__pickup-item__price {
  line-height: 1.5;
}

.g-omron__pickup-item__ttl, .g-omron__pickup-item__price {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item__ttl, .g-omron__pickup-item__price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.g-omron__pickup-item__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.g-omron__pickup-item__ttl--top-nth {
  margin-top: 0;
}

.g-omron__pickup-item__price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
}

.g-omron__pickup-item__price--tax {
  margin-left: 1em;
}

@media screen and (max-width: 320px) {
  .g-omron__pickup-item__price--tax {
    width: 100%;
    margin-left: 0;
  }
}

.g-omron__pickup-item__price--tax,
.g-omron__pickup-item__price--tax > dt {
  font-weight: normal;
}

.g-omron__pickup-item--list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.g-omron__pickup-item--list > li {
  width: calc(590 / 1200 * 100%);
}

@media screen and (max-width: 960px) {
  .g-omron__pickup-item--list > li {
    width: 100%;
  }
}

.g-omron__txt-link {
  text-align: right;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .g-omron__txt-link {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.g-omron__txt-link > a {
  text-decoration: underline;
  margin-right: -2em;
  padding-right: 2em;
}

.g-omron__txt-link > a::after {
  content: "＞＞";
}

.g-omron__table {
  display: block;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .g-omron__table {
    overflow: auto;
    /* max-height: calc(100vh - 200px); */
    margin-bottom: 20px;
  }
}

.g-omron__table > tbody > tr > th,
.g-omron__table > tbody > tr > td {
  border: solid 1px #9fa0a0;
  border-top: none;
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 12px;
  padding: 5px;
}

.g-omron__table > tbody > tr > th.g-omron__table__borderl-none,
.g-omron__table > tbody > tr > td.g-omron__table__borderl-none {
  border-left: none;
}

.g-omron__table > tbody > tr > td {
  background: #fff;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.g-omron__table__white {
  background-color: #fff;
}

.g-omron__table__white__inner {
  width: 300px;
}

@media screen and (max-width: 960px) {
  .g-omron__table__white__inner {
    width: 200px;
  }
}

.g-omron__table__white__list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.g-omron__table__white__list > li::before {
  content: "■";
  font-size: 0.8em;
}

.g-omron__table__white__list--dot > li::before {
  content: "・";
  font-size: 0.8em;
}

.g-omron__table__white__list--asterisk > li::before {
  content: "※";
  font-size: 0.8em;
}

.g-omron__table__white__asterisk, .g-omron__table__white__circle {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.g-omron__table__white__asterisk::before {
  content: "※";
  font-size: 0.8em;
}

.g-omron__table__white__circle::before {
  content: "◯";
  font-size: 0.8em;
}

.g-omron__table__ttl01 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.g-omron__table__ttl01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-left: 1px solid #9fa0a0;
  border-right: 1px solid #9fa0a0;
  z-index: -1;
}

.g-omron__table__ttl02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.g-omron__table__ttl02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  z-index: -1;
}

.g-omron__table__ttl00 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  z-index: 1;
}

.g-omron__table__ttl00:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  border-left: 1px solid #9fa0a0;
  border-right: 1px solid #9fa0a0;
  z-index: -1;
}

.g-omron__table__ttl02 {
  text-align: center;
}

.g-omron__table__txt {
  line-height: 1.2em;
}

.g-omron__table__txt-name {
  font-size: 14px;
}

.g-omron__table__photo {
  width: 200px;
  margin: 5px auto 10px;
}

@media screen and (max-width: 960px) {
  .g-omron__table__photo {
    width: 100px;
    margin: 0 auto 5px;
  }
}

.g-omron__table__link {
  display: block;
  width: 90%;
  background-color: #9fa0a0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  padding: 1px 0;
  margin: auto;
}

.g-omron__accordion {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 60px;
  /*グラデーションで隠す擬似要素*/
}

@media screen and (max-width: 960px) {
  .g-omron__accordion {
    height: 300px;
    margin-bottom: 40px;
  }
}

.g-omron__accordion::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: black;
  background: -webkit-linear-gradient(bottom, white 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .g-omron__accordion::before {
    height: 50px;
  }
}

.g-omron__accordion.active::before {
  opacity: 0;
  visibility: hidden;
}

.g-omron__accordion-button {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 400px;
  padding: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #16a7c0;
  background: #fff;
  border: solid 1px #16a7c0;
  border-radius: 30px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (max-width: 960px) {
  .g-omron__accordion-button {
    width: 250px;
    padding: 10px;
  }
}

.g-omron__accordion-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 2px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background-color: #16a7c0;
}

.g-omron__accordion-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 2px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #16a7c0;
}

.g-omron__accordion-button.show::before {
  opacity: 0;
}

.g-omron__accordion-button.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
