@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@600&display=swap");
main dl,
main dt,
main dd {
  margin: 0;
  padding: 0; }
main ol,
main ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  main ol li,
  main ul li {
    margin: 0;
    padding: 0; }
main a {
  text-decoration: none; }
  main a, main a:visited {
    color: #0D0D0D; }
main img {
  width: 100%;
  height: auto; }

@keyframes link_down {
  0%,
	100% {
    bottom: 0; }
  50% {
    bottom: -5px; } }
@keyframes link_right {
  0%,
	100% {
    right: 0; }
  40%,
	60% {
    right: -5px; } }
@keyframes link_right_links {
  0%,
	100% {
    right: .25em; }
  40%,
	60% {
    right: .15em; } }
@keyframes myAnim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  60%,
	100% {
    opacity: 1; } }
body {
  overflow-x: clip; }

@media screen and (max-width: 600px) {
  .contents_inner {
    margin: 0; } }

.new_products {
  font-family: 'IBM Plex Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  line-height: 1.8;
  background-color: white;
  position: relative; }
  .new_products h1,
  .new_products h2,
  .new_products h3 {
    margin-block-start: 0;
    margin-block-end: 0; }
  .new_products h1 {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: .5em;
    color: #17738A;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700; }
    @media screen and (min-width: 1200px) {
      .new_products h1 {
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 600px) {
      .new_products h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
    .new_products h1 span {
      display: block; }
    .new_products h1 span.small {
      font-size: 18px;
      font-size: 1.8rem;
      color: #0D0D0D;
      margin-bottom: .5em;
      font-weight: 700; }
      @media screen and (min-width: 1200px) {
        .new_products h1 span.small {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products h1 span.small {
          font-size: 14px;
          font-size: 1.4rem; } }
    .new_products h1.a__on {
      position: relative;
      color: #17738A;
      cursor: default; }
  .new_products h2 {
    margin-top: 5em;
    margin-bottom: 1.5em;
    padding: .5em;
    color: #17738A;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700; }
    @media screen and (min-width: 1200px) {
      .new_products h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media screen and (max-width: 600px) {
      .new_products h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .new_products figure {
    margin-bottom: 0; }
  .new_products p.link01 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; }
    .new_products p.link01 a {
      transition: .3s;
      line-height: 1;
      display: inline-block;
      padding: 1em 2em;
      border-radius: 3em;
      background-color: #00ABC8;
      color: #fff;
      position: relative; }
      .new_products p.link01 a:after {
        font-size: 1.5em;
        padding-left: .25em;
        position: relative;
        top: .05em;
        display: inline-block;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e800'; }
      .new_products p.link01 a:hover:after, .new_products p.link01 a:focus:after {
        animation: link_right 1.5s ease-in-out infinite alternate; }
  .new_products p.link02 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; }
    .new_products p.link02 a {
      transition: .3s;
      line-height: 1;
      display: inline-block;
      padding: 1em 2em;
      border-radius: 1em;
      background-color: #00ABC8;
      color: #fff;
      position: relative; }
      .new_products p.link02 a:after {
        font-size: 1.5em;
        padding-left: .25em;
        position: relative;
        top: .05em;
        display: inline-block;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e805'; }
      .new_products p.link02 a:hover:after, .new_products p.link02 a:focus:after {
        animation: link_right 1.5s ease-in-out infinite alternate; }
  .new_products .table01 {
    width: 100%;
    border-collapse: collapse; }
    .new_products .table01 th,
    .new_products .table01 td {
      padding: .5em; }
    .new_products .table01 th {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .new_products .table01 th {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products .table01 th {
          font-size: 14px;
          font-size: 1.4rem; } }
      .new_products .table01 th span {
        display: inline-block; }
    .new_products .table01 td {
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (min-width: 1200px) {
        .new_products .table01 td {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 600px) {
        .new_products .table01 td {
          font-size: 12px;
          font-size: 1.2rem; } }
    @media screen and (min-width: 601px) {
      .new_products .table01 th {
        border-right: 2px solid #17738A; }
      .new_products .table01 tr {
        border-top: 2px solid #17738A; }
      .new_products .table01 tr:first-child {
        border-top: 0 none; } }
    @media screen and (max-width: 600px) {
      .new_products .table01 tr {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 1em; }
      .new_products .table01 th,
      .new_products .table01 td {
        width: 100%; }
      .new_products .table01 th {
        border-bottom: 1px solid #17738A;
        text-align: left; } }
  .new_products .new_products_blue {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    position: relative; }
    .new_products .new_products_blue:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      content: "";
      background-color: rgba(0, 227, 255, 0.06);
      margin: 0 calc(50% - 50vw);
      width: 100vw; }
    .new_products .new_products_blue > h2 {
      margin-top: 0; }
  .new_products .movie {
    width: 100%;
    aspect-ratio: 16 / 9; }
    .new_products .movie iframe {
      width: 100%;
      height: 100%; }
  .new_products_links {
    margin-top: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .new_products_links {
        margin-top: 3em; } }
    .new_products_links p.link02 {
      display: inline-block;
      margin: 1em 5%;
      width: 40%;
      min-width: 360px; }
      @media screen and (max-width: 600px) {
        .new_products_links p.link02 {
          width: 80%;
          min-width: 300px; } }
      .new_products_links p.link02 a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .new_products_links p.link02 a span {
          display: inline-block;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700; }
          @media screen and (min-width: 1200px) {
            .new_products_links p.link02 a span {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products_links p.link02 a span {
              font-size: 16px;
              font-size: 1.6rem; } }
        .new_products_links p.link02 a:after {
          font-size: 2.5em; }
        .new_products_links p.link02 a:before {
          font-size: 4em;
          display: inline-block;
          padding-right: .3em; }
        .new_products_links p.link02 a.doc:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80a'; }
        .new_products_links p.link02 a.lesson:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80c'; }
        .new_products_links p.link02 a.phone:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80d'; }
        .new_products_links p.link02 a.phone {
          justify-content: flex-start; }
          .new_products_links p.link02 a.phone:after {
            display: none; }
          .new_products_links p.link02 a.phone span {
            text-align: left;
            line-height: 1.4; }
            @media print, screen and (min-width: 961px) {
              .new_products_links p.link02 a.phone span {
                margin-left: 2em; } }
    .new_products_links p.link03 {
      display: inline-block;
      width: 80%; }
      @media screen and (max-width: 600px) {
        .new_products_links p.link03 {
          min-width: 300px; } }
      @media print, screen and (min-width: 961px) {
        .new_products_links p.link03 {
          margin: 1em 2em;
          width: calc(50% - 4em);
          min-width: 400px; } }
    .new_products_links p.link03.doc {
      text-align: center; }
      .new_products_links p.link03.doc a {
        transition: .3s;
        line-height: 1;
        padding: 1em 2em;
        border-radius: 6em;
        border-width: 2px 6px 5px 2px;
        border-style: solid;
        border-color: #ffc000;
        background-color: #fff;
        position: relative; }
        .new_products_links p.link03.doc a, .new_products_links p.link03.doc a:visited {
          color: #0D0D0D; }
        .new_products_links p.link03.doc a:after {
          padding-left: .25em;
          position: relative;
          top: .05em;
          display: inline-block;
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e809'; }
        .new_products_links p.link03.doc a:hover:after, .new_products_links p.link03.doc a:focus:after {
          animation: link_right 1.5s ease-in-out infinite alternate; }
      .new_products_links p.link03.doc a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .new_products_links p.link03.doc a span {
          display: inline-block;
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (min-width: 1200px) {
            .new_products_links p.link03.doc a span {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products_links p.link03.doc a span {
              font-size: 16px;
              font-size: 1.6rem; } }
        .new_products_links p.link03.doc a:after {
          font-size: 1.5em; }
        .new_products_links p.link03.doc a:before {
          font-size: 4em;
          display: inline-block; }
        .new_products_links p.link03.doc a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80a'; }
      .new_products_links p.link03.doc:hover a {
        opacity: 1;
        background-color: rgba(255, 192, 0, 0.2); }
    .new_products_links p.link03.lesson {
      text-align: center; }
      .new_products_links p.link03.lesson a {
        transition: .3s;
        line-height: 1;
        padding: 1em 2em;
        border-radius: 6em;
        border-width: 2px 6px 5px 2px;
        border-style: solid;
        border-color: #ef976b;
        background-color: #fff;
        position: relative; }
        .new_products_links p.link03.lesson a, .new_products_links p.link03.lesson a:visited {
          color: #0D0D0D; }
        .new_products_links p.link03.lesson a:after {
          padding-left: .25em;
          position: relative;
          top: .05em;
          display: inline-block;
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e809'; }
        .new_products_links p.link03.lesson a:hover:after, .new_products_links p.link03.lesson a:focus:after {
          animation: link_right 1.5s ease-in-out infinite alternate; }
      .new_products_links p.link03.lesson a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .new_products_links p.link03.lesson a span {
          display: inline-block;
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (min-width: 1200px) {
            .new_products_links p.link03.lesson a span {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products_links p.link03.lesson a span {
              font-size: 16px;
              font-size: 1.6rem; } }
        .new_products_links p.link03.lesson a:after {
          font-size: 1.5em; }
        .new_products_links p.link03.lesson a:before {
          font-size: 4em;
          display: inline-block; }
        .new_products_links p.link03.lesson a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80c'; }
      .new_products_links p.link03.lesson:hover a {
        opacity: 1;
        background-color: rgba(239, 151, 107, 0.2); }
    .new_products_links p.link03.phone {
      text-align: center; }
      @media print, screen and (min-width: 961px) {
        .new_products_links p.link03.phone {
          pointer-events: none; } }
      .new_products_links p.link03.phone a {
        transition: .3s;
        line-height: 1;
        padding: 1em 2em;
        border-radius: 6em;
        border-width: 2px 6px 5px 2px;
        border-style: solid;
        border-color: #fe0000;
        background-color: #fff;
        position: relative; }
        .new_products_links p.link03.phone a, .new_products_links p.link03.phone a:visited {
          color: #0D0D0D; }
        .new_products_links p.link03.phone a:after {
          padding-left: .25em;
          position: relative;
          top: .05em;
          display: inline-block;
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e809'; }
        .new_products_links p.link03.phone a:hover:after, .new_products_links p.link03.phone a:focus:after {
          animation: link_right 1.5s ease-in-out infinite alternate; }
      .new_products_links p.link03.phone a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        justify-content: flex-start; }
        .new_products_links p.link03.phone a span {
          display: inline-block;
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (min-width: 1200px) {
            .new_products_links p.link03.phone a span {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products_links p.link03.phone a span {
              font-size: 16px;
              font-size: 1.6rem; } }
        .new_products_links p.link03.phone a:after {
          font-size: 1.5em; }
        .new_products_links p.link03.phone a:before {
          font-size: 4em;
          display: inline-block; }
        .new_products_links p.link03.phone a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80d'; }
        .new_products_links p.link03.phone a:after {
          display: none; }
        .new_products_links p.link03.phone a span {
          text-align: left;
          line-height: 1.4; }
          @media print, screen and (min-width: 961px) {
            .new_products_links p.link03.phone a span {
              margin-left: 2em; } }
      .new_products_links p.link03.phone:hover a {
        opacity: 1;
        background-color: rgba(254, 0, 0, 0.2); }
      .new_products_links p.link03.phone span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: left; }
  @media screen and (max-width: 600px) {
    .new_products br.pc {
      display: none !important; } }
  @media screen and (max-width: 600px) {
    .new_products .tb {
      display: none; } }
  @media print, screen and (min-width: 961px) {
    .new_products .tb_under {
      display: none; } }
  @media screen and (max-width: 600px) {
    .new_products .new_kabunushi_sys h1 {
      margin-bottom: .5em; } }
  .new_products .new_kabunushi_sys h2.a__on {
    position: relative;
    color: #17738A;
    cursor: default; }
  @media screen and (max-width: 600px) {
    .new_products .new_kabunushi_sys h2 {
      margin-top: 2em; } }
  .new_products .new_kabunushi_sys_01 {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_01 {
        margin-top: 0; } }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushi_sys_01 {
        flex-wrap: nowrap;
        align-items: center; } }
    .new_products .new_kabunushi_sys_01 .text {
      line-height: 1.6;
      order: 3;
      margin-top: 0; }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushi_sys_01 .text {
          order: 0;
          margin-top: 0; } }
      .new_products .new_kabunushi_sys_01 .text .catch {
        font-weight: 700; }
        .new_products .new_kabunushi_sys_01 .text .catch span:first-child {
          display: block;
          font-size: 40px;
          font-size: 4rem; }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:first-child {
              font-size: 40px;
              font-size: 4rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:first-child {
              font-size: 20px;
              font-size: 2rem; } }
        .new_products .new_kabunushi_sys_01 .text .catch span + span {
          display: inline-block; }
        .new_products .new_kabunushi_sys_01 .text .catch span:nth-child(2) {
          color: #17738A;
          font-size: 44px;
          font-size: 4.4rem; }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:nth-child(2) {
              font-size: 44px;
              font-size: 4.4rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:nth-child(2) {
              font-size: 22px;
              font-size: 2.2rem; } }
        .new_products .new_kabunushi_sys_01 .text .catch span:last-child {
          font-size: 30px;
          font-size: 3rem; }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:last-child {
              font-size: 30px;
              font-size: 3rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushi_sys_01 .text .catch span:last-child {
              font-size: 18px;
              font-size: 1.8rem; } }
      .new_products .new_kabunushi_sys_01 .text p:last-child {
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.8rem; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushi_sys_01 .text p:last-child {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushi_sys_01 .text p:last-child {
            font-size: 15px;
            font-size: 1.5rem; } }
    .new_products .new_kabunushi_sys_01 figure img {
      max-width: 100%;
      width: 100%; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_01 figure {
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushi_sys_01 figure img {
          max-width: 150px; } }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushi_sys_01 figure {
        flex-wrap: nowrap;
        width: 30%; }
        .new_products .new_kabunushi_sys_01 figure img {
          width: 100%;
          max-width: 100%; } }
    .new_products .new_kabunushi_sys_01 figure.tb {
      display: none; }
      @media screen and (min-width: 601px) {
        .new_products .new_kabunushi_sys_01 figure.tb {
          display: block; } }
    .new_products .new_kabunushi_sys_01 figure.sp {
      display: none; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_01 figure.sp {
          display: block; } }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_01 figure {
        flex: initial;
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushi_sys_01 figure img {
          max-height: 200px;
          width: auto; }
      .new_products .new_kabunushi_sys_01 .text {
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushi_sys_01 .text p {
          text-align: left;
          display: inline-block; }
      .new_products .new_kabunushi_sys_01 h1 {
        margin-top: .5em;
        margin-bottom: .5em;
        text-align: center; }
      .new_products .new_kabunushi_sys_01 h1 span.small {
        line-height: 1.3; } }
    .new_products .new_kabunushi_sys_01 figure {
      margin-top: 2em;
      margin-bottom: 2em; }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushi_sys_01 figure {
        margin-top: 0;
        margin-bottom: 0; } }
  .new_products .new_kabunushi_sys_02 {
    margin-top: 9em; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_02 {
        margin-top: 4.5em; } }
    @media screen and (min-width: 1200px) {
      .new_products .new_kabunushi_sys_02 {
        margin-left: 3em;
        margin-right: 3em; } }
    .new_products .new_kabunushi_sys_02_inner {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: center; }
      .new_products .new_kabunushi_sys_02_inner figure.img02 figcaption {
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushi_sys_02_inner figure.img02 figcaption {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushi_sys_02_inner figure.img02 figcaption {
            font-size: 10px;
            font-size: 1rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_02_inner figure.img02 img {
          width: auto;
          height: auto;
          max-height: 150px;
          min-height: 100px; } }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushi_sys_02_inner figure.img02 img {
          max-height: 240px;
          width: auto;
          height: auto; } }
      .new_products .new_kabunushi_sys_02_inner figure.img01 img {
        min-height: 150px;
        width: auto;
        height: auto; }
      .new_products .new_kabunushi_sys_02_inner .text {
        flex: 1; }
        @media print, screen and (min-width: 961px) {
          .new_products .new_kabunushi_sys_02_inner .text {
            flex: auto; } }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushi_sys_02_inner {
          width: 80%;
          margin-left: auto;
          margin-right: auto; } }
      .new_products .new_kabunushi_sys_02_inner figure.img01 {
        width: 70%; }
      .new_products .new_kabunushi_sys_02_inner figure.img02 {
        width: 28%;
        margin-bottom: 1em; }
      .new_products .new_kabunushi_sys_02_inner .text {
        order: 3;
        width: 100%;
        margin-top: 1em; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_02_inner figure.img02 {
          transform: scale(1.3) translate(-26%, -2%); } }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushi_sys_02_inner {
          width: calc(100% + 6em );
          position: relative;
          left: -6em; }
          .new_products .new_kabunushi_sys_02_inner figure.img01 {
            width: 35%;
            position: relative;
            left: 6em; }
          .new_products .new_kabunushi_sys_02_inner .text {
            flex: 1;
            order: 0;
            position: relative;
            margin-bottom: 1em; }
            .new_products .new_kabunushi_sys_02_inner .text p {
              max-height: 5em;
              margin-bottom: 0; }
          .new_products .new_kabunushi_sys_02_inner figure.img02 {
            width: 23%;
            position: relative; } }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushi_sys_02_inner .text {
          left: -1em; }
          .new_products .new_kabunushi_sys_02_inner .text p {
            max-height: none; } }
      .new_products .new_kabunushi_sys_02_inner .text {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushi_sys_02_inner .text {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushi_sys_02_inner .text {
            font-size: 15px;
            font-size: 1.5rem; } }
  .new_products .new_kabunushi_sys_03 h3 {
    margin-top: 0;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1em; }
    .new_products .new_kabunushi_sys_03 h3 span {
      display: block; }
    .new_products .new_kabunushi_sys_03 h3 span:first-child {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_03 h3 span:first-child {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_03 h3 span:first-child {
          font-size: 14px;
          font-size: 1.4rem; } }
    .new_products .new_kabunushi_sys_03 h3 span:last-child {
      color: #17738A;
      font-size: 30px;
      font-size: 3rem; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_03 h3 span:last-child {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_03 h3 span:last-child {
          font-size: 22px;
          font-size: 2.2rem; } }
  .new_products .new_kabunushi_sys_03_inner {
    display: flex;
    flex-wrap: wrap; }
  .new_products .new_kabunushi_sys_03 .new_products_top_03_inner + .new_products_top_03_inner {
    border-top: 1px solid #ccc; }
  .new_products .new_kabunushi_sys_03 .animate__animated {
    padding-top: 2.5em; }
    .new_products .new_kabunushi_sys_03 .animate__animated:first-child {
      padding-top: 0; }
    .new_products .new_kabunushi_sys_03 .animate__animated:last-child {
      padding-bottom: 3em; }
  .new_products .new_kabunushi_sys_03 .animate__animated + .animate__animated {
    border-top: 1px solid #ccc; }
  .new_products .new_kabunushi_sys_03 .text02 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 1.5em;
    border-radius: .5em;
    background-color: #e6f7fa; }
    .new_products .new_kabunushi_sys_03 .text02 p {
      color: #17738A;
      position: relative; }
      .new_products .new_kabunushi_sys_03 .text02 p:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e801';
        display: inline-block;
        margin-right: .5em; }
      .new_products .new_kabunushi_sys_03 .text02 p span {
        background: linear-gradient(transparent 50%, rgba(251, 251, 2, 0.3) 50%);
        display: inline;
        background-repeat: no-repeat;
        font-weight: 700; }
        .new_products .new_kabunushi_sys_03 .text02 p span, .new_products .new_kabunushi_sys_03 .text02 p span.a__on {
          background-size: 100% 100%; }
    .new_products .new_kabunushi_sys_03 .text02 ul {
      line-height: 1.6;
      margin-left: 1em;
      margin-bottom: 0; }
      .new_products .new_kabunushi_sys_03 .text02 ul li {
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 1.5em;
        list-style: disc;
        margin-top: 0;
        margin-bottom: 0; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushi_sys_03 .text02 ul li {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushi_sys_03 .text02 ul li {
            font-size: 12px;
            font-size: 1.2rem; } }
  .new_products .new_kabunushi_sys_03 p.link01 {
    width: 100%; }
  .new_products .new_kabunushi_sys_03 .text01 {
    width: 60%;
    padding-right: 2em; }
    .new_products .new_kabunushi_sys_03 .text01 p span {
      display: inline-block; }
  .new_products .new_kabunushi_sys_03 .text02 {
    width: 40%; }
  @media screen and (max-width: 600px) {
    .new_products .new_kabunushi_sys_03 h3 {
      margin-bottom: 0.5em; }
    .new_products .new_kabunushi_sys_03 .text01 {
      padding-right: 0; }
    .new_products .new_kabunushi_sys_03 .text01,
    .new_products .new_kabunushi_sys_03 .text02 {
      width: 100%; }
    .new_products .new_kabunushi_sys_03 .text02 {
      margin-top: 1em; } }
  .new_products .new_kabunushi_sys_04 h2 {
    margin-top: 0;
    margin-bottom: 1em; }
  .new_products .new_kabunushi_sys_04 ol {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 1.5em 3em;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_04 ol {
        width: 100%;
        left: 0; } }
    .new_products .new_kabunushi_sys_04 ol li {
      width: 340px;
      margin: 0;
      background-color: #fff;
      padding: 1em .6em;
      border-radius: .8em; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_04 ol li {
          width: 100%; } }
  .new_products .new_kabunushi_sys_04 dl {
    margin: 0;
    width: 100%; }
  .new_products .new_kabunushi_sys_04 dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17738A; }
    .new_products .new_kabunushi_sys_04 dt span {
      display: inline-block; }
      .new_products .new_kabunushi_sys_04 dt span > span {
        display: block; }
    .new_products .new_kabunushi_sys_04 dt span.num {
      line-height: 1;
      font-size: 50px;
      font-size: 5rem;
      padding-right: .25em;
      font-family: "Be Vietnam Pro", serif;
      font-weight: 600;
      transform: translateY(-0.04em); }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_04 dt span.num {
          font-size: 50px;
          font-size: 5rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_04 dt span.num {
          font-size: 40px;
          font-size: 4rem; } }
    .new_products .new_kabunushi_sys_04 dt span.num + span {
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_04 dt span.num + span {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_04 dt span.num + span {
          font-size: 20px;
          font-size: 2rem; } }
  .new_products .new_kabunushi_sys_04 dd figure {
    width: 60%;
    margin: 1em auto; }
  .new_products .new_kabunushi_sys_04 dd p {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 1200px) {
      .new_products .new_kabunushi_sys_04 dd p {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_04 dd p {
        font-size: 14px;
        font-size: 1.4rem; } }
    .new_products .new_kabunushi_sys_04 dd p span {
      display: inline-block; }
  .new_products .new_kabunushi_sys_05 h2 {
    margin-top: 2em; }
  .new_products .new_kabunushi_sys_05 li {
    margin-bottom: 4em; }
    .new_products .new_kabunushi_sys_05 li p {
      margin: 0; }
    .new_products .new_kabunushi_sys_05 li p:first-child {
      font-size: 18px;
      font-size: 1.8rem;
      padding-top: 1em; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_05 li p:first-child {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_05 li p:first-child {
          font-size: 12px;
          font-size: 1.2rem; } }
      .new_products .new_kabunushi_sys_05 li p:first-child span {
        display: inline-block; }
    .new_products .new_kabunushi_sys_05 li p:last-child {
      text-align: right;
      padding-right: 1em; }
  .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) {
    padding-right: 40%; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) {
        padding-right: 0; } }
    .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text {
      background-color: #dff7fd;
      margin: 2em 1em 0; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text, .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text_inner {
        position: relative;
        border-radius: 4em; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text_inner {
        top: -.25em;
        border: 1px solid #7e7e7e;
        padding: .5em 2em;
        left: -.5em; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text_inner:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1.1em;
        z-index: 3;
        width: 2em;
        height: 1px;
        background-color: #7e7e7e;
        right: 0;
        transform: rotate(30deg); }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n-1) .text_inner:before {
        background-color: #dff7fd;
        content: "";
        display: block;
        position: absolute;
        bottom: .6em;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        right: 0.6em; }
  .new_products .new_kabunushi_sys_05 li:nth-child(2n) {
    padding-left: 40%; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushi_sys_05 li:nth-child(2n) {
        padding-left: 0; } }
    .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text {
      background-color: #dff7fd;
      margin: 2em 1em 0; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text, .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text_inner {
        position: relative;
        border-radius: 4em; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text_inner {
        top: -.25em;
        border: 1px solid #7e7e7e;
        padding: .5em 2em;
        right: -.5em; }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text_inner:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1.1em;
        z-index: 3;
        width: 2em;
        height: 1px;
        background-color: #7e7e7e;
        left: 0;
        transform: rotate(-30deg); }
      .new_products .new_kabunushi_sys_05 li:nth-child(2n) .text_inner:before {
        background-color: #dff7fd;
        content: "";
        display: block;
        position: absolute;
        bottom: .6em;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        left: 0.6em; }
  .new_products .new_kabunushi_sys_06 {
    margin-top: 3em;
    margin-bottom: 4em; }
    .new_products .new_kabunushi_sys_06 h2 {
      margin-bottom: 1em; }
    .new_products .new_kabunushi_sys_06 h2 + p {
      text-align: center;
      color: #17738A;
      font-size: 22px;
      font-size: 2.2rem; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushi_sys_06 h2 + p {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushi_sys_06 h2 + p {
          font-size: 16px;
          font-size: 1.6rem; } }
    .new_products .new_kabunushi_sys_06 .movie {
      margin-top: 2em;
      margin-left: auto;
      margin-right: auto;
      border-radius: 1em;
      overflow: hidden;
      border: 2px solid #17738A; }
  .new_products .new_kabunushisys_01,
  .new_products .new_ebeluga_01,
  .new_products .new_candidacy_sys_01,
  .new_products .new_pjtnavi_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .new_products .new_kabunushisys_01 h1,
    .new_products .new_kabunushisys_01 h2,
    .new_products .new_ebeluga_01 h1,
    .new_products .new_ebeluga_01 h2,
    .new_products .new_candidacy_sys_01 h1,
    .new_products .new_candidacy_sys_01 h2,
    .new_products .new_pjtnavi_01 h1,
    .new_products .new_pjtnavi_01 h2 {
      margin-top: 2em;
      margin-bottom: 3em;
      padding: .5em;
      color: #17738A;
      text-align: center;
      font-size: 40px;
      font-size: 4rem;
      font-weight: 700;
      text-align: left;
      margin-bottom: 1em;
      min-width: 16em; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_01 h1,
        .new_products .new_kabunushisys_01 h2,
        .new_products .new_ebeluga_01 h1,
        .new_products .new_ebeluga_01 h2,
        .new_products .new_candidacy_sys_01 h1,
        .new_products .new_candidacy_sys_01 h2,
        .new_products .new_pjtnavi_01 h1,
        .new_products .new_pjtnavi_01 h2 {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_01 h1,
        .new_products .new_kabunushisys_01 h2,
        .new_products .new_ebeluga_01 h1,
        .new_products .new_ebeluga_01 h2,
        .new_products .new_candidacy_sys_01 h1,
        .new_products .new_candidacy_sys_01 h2,
        .new_products .new_pjtnavi_01 h1,
        .new_products .new_pjtnavi_01 h2 {
          font-size: 24px;
          font-size: 2.4rem; } }
      .new_products .new_kabunushisys_01 h1 span,
      .new_products .new_kabunushisys_01 h2 span,
      .new_products .new_ebeluga_01 h1 span,
      .new_products .new_ebeluga_01 h2 span,
      .new_products .new_candidacy_sys_01 h1 span,
      .new_products .new_candidacy_sys_01 h2 span,
      .new_products .new_pjtnavi_01 h1 span,
      .new_products .new_pjtnavi_01 h2 span {
        display: block; }
      .new_products .new_kabunushisys_01 h1 span.small,
      .new_products .new_kabunushisys_01 h2 span.small,
      .new_products .new_ebeluga_01 h1 span.small,
      .new_products .new_ebeluga_01 h2 span.small,
      .new_products .new_candidacy_sys_01 h1 span.small,
      .new_products .new_candidacy_sys_01 h2 span.small,
      .new_products .new_pjtnavi_01 h1 span.small,
      .new_products .new_pjtnavi_01 h2 span.small {
        font-size: 18px;
        font-size: 1.8rem;
        color: #0D0D0D;
        margin-bottom: .5em;
        font-weight: 700; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushisys_01 h1 span.small,
          .new_products .new_kabunushisys_01 h2 span.small,
          .new_products .new_ebeluga_01 h1 span.small,
          .new_products .new_ebeluga_01 h2 span.small,
          .new_products .new_candidacy_sys_01 h1 span.small,
          .new_products .new_candidacy_sys_01 h2 span.small,
          .new_products .new_pjtnavi_01 h1 span.small,
          .new_products .new_pjtnavi_01 h2 span.small {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushisys_01 h1 span.small,
          .new_products .new_kabunushisys_01 h2 span.small,
          .new_products .new_ebeluga_01 h1 span.small,
          .new_products .new_ebeluga_01 h2 span.small,
          .new_products .new_candidacy_sys_01 h1 span.small,
          .new_products .new_candidacy_sys_01 h2 span.small,
          .new_products .new_pjtnavi_01 h1 span.small,
          .new_products .new_pjtnavi_01 h2 span.small {
            font-size: 14px;
            font-size: 1.4rem; } }
      .new_products .new_kabunushisys_01 h1.a__on,
      .new_products .new_kabunushisys_01 h2.a__on,
      .new_products .new_ebeluga_01 h1.a__on,
      .new_products .new_ebeluga_01 h2.a__on,
      .new_products .new_candidacy_sys_01 h1.a__on,
      .new_products .new_candidacy_sys_01 h2.a__on,
      .new_products .new_pjtnavi_01 h1.a__on,
      .new_products .new_pjtnavi_01 h2.a__on {
        position: relative;
        color: #17738A;
        cursor: default; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_01 h1,
        .new_products .new_kabunushisys_01 h2,
        .new_products .new_ebeluga_01 h1,
        .new_products .new_ebeluga_01 h2,
        .new_products .new_candidacy_sys_01 h1,
        .new_products .new_candidacy_sys_01 h2,
        .new_products .new_pjtnavi_01 h1,
        .new_products .new_pjtnavi_01 h2 {
          min-width: 1em; } }
    .new_products .new_kabunushisys_01 p,
    .new_products .new_ebeluga_01 p,
    .new_products .new_candidacy_sys_01 p,
    .new_products .new_pjtnavi_01 p {
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 1em; }
      .new_products .new_kabunushisys_01 p span,
      .new_products .new_ebeluga_01 p span,
      .new_products .new_candidacy_sys_01 p span,
      .new_products .new_pjtnavi_01 p span {
        display: inline-block; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_01 p,
        .new_products .new_ebeluga_01 p,
        .new_products .new_candidacy_sys_01 p,
        .new_products .new_pjtnavi_01 p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_01 p,
        .new_products .new_ebeluga_01 p,
        .new_products .new_candidacy_sys_01 p,
        .new_products .new_pjtnavi_01 p {
          font-size: 15px;
          font-size: 1.5rem; } }
    .new_products .new_kabunushisys_01 .text,
    .new_products .new_ebeluga_01 .text,
    .new_products .new_candidacy_sys_01 .text,
    .new_products .new_pjtnavi_01 .text {
      width: 60%; }
    .new_products .new_kabunushisys_01 figure,
    .new_products .new_ebeluga_01 figure,
    .new_products .new_candidacy_sys_01 figure,
    .new_products .new_pjtnavi_01 figure {
      width: 40%;
      font-size: 40px;
      font-size: 4rem;
      margin-top: 2em;
      margin-bottom: 2em;
      flex: 1; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_01 figure,
        .new_products .new_ebeluga_01 figure,
        .new_products .new_candidacy_sys_01 figure,
        .new_products .new_pjtnavi_01 figure {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_01 figure,
        .new_products .new_ebeluga_01 figure,
        .new_products .new_candidacy_sys_01 figure,
        .new_products .new_pjtnavi_01 figure {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (min-width: 601px) {
        .new_products .new_kabunushisys_01 figure,
        .new_products .new_ebeluga_01 figure,
        .new_products .new_candidacy_sys_01 figure,
        .new_products .new_pjtnavi_01 figure {
          margin-bottom: 0; }
          .new_products .new_kabunushisys_01 figure img,
          .new_products .new_ebeluga_01 figure img,
          .new_products .new_candidacy_sys_01 figure img,
          .new_products .new_pjtnavi_01 figure img {
            width: auto;
            height: auto;
            max-width: 500px;
            max-height: 340px; } }
      @media print {
        .new_products .new_kabunushisys_01 figure img,
        .new_products .new_ebeluga_01 figure img,
        .new_products .new_candidacy_sys_01 figure img,
        .new_products .new_pjtnavi_01 figure img {
          width: auto;
          height: auto;
          max-width: 200px;
          max-height: 160px; } }
    .new_products .new_kabunushisys_01.no_img .text,
    .new_products .new_ebeluga_01.no_img .text,
    .new_products .new_candidacy_sys_01.no_img .text,
    .new_products .new_pjtnavi_01.no_img .text {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushisys_01 figure,
      .new_products .new_ebeluga_01 figure,
      .new_products .new_candidacy_sys_01 figure,
      .new_products .new_pjtnavi_01 figure {
        flex: initial;
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushisys_01 figure img,
        .new_products .new_ebeluga_01 figure img,
        .new_products .new_candidacy_sys_01 figure img,
        .new_products .new_pjtnavi_01 figure img {
          height: auto;
          max-height: 200px;
          width: auto; }
      .new_products .new_kabunushisys_01 .text,
      .new_products .new_ebeluga_01 .text,
      .new_products .new_candidacy_sys_01 .text,
      .new_products .new_pjtnavi_01 .text {
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushisys_01 .text p,
        .new_products .new_ebeluga_01 .text p,
        .new_products .new_candidacy_sys_01 .text p,
        .new_products .new_pjtnavi_01 .text p {
          text-align: left;
          display: inline-block; }
        .new_products .new_kabunushisys_01 .text h1,
        .new_products .new_ebeluga_01 .text h1,
        .new_products .new_candidacy_sys_01 .text h1,
        .new_products .new_pjtnavi_01 .text h1 {
          margin-top: .5em;
          margin-bottom: .5em;
          text-align: center; }
        .new_products .new_kabunushisys_01 .text h1 span.small,
        .new_products .new_ebeluga_01 .text h1 span.small,
        .new_products .new_candidacy_sys_01 .text h1 span.small,
        .new_products .new_pjtnavi_01 .text h1 span.small {
          line-height: 1.3; } }
    .new_products .new_kabunushisys_01 figure.tb,
    .new_products .new_ebeluga_01 figure.tb,
    .new_products .new_candidacy_sys_01 figure.tb,
    .new_products .new_pjtnavi_01 figure.tb {
      display: none; }
      @media screen and (min-width: 601px) {
        .new_products .new_kabunushisys_01 figure.tb,
        .new_products .new_ebeluga_01 figure.tb,
        .new_products .new_candidacy_sys_01 figure.tb,
        .new_products .new_pjtnavi_01 figure.tb {
          display: block; } }
      @media print {
        .new_products .new_kabunushisys_01 figure.tb,
        .new_products .new_ebeluga_01 figure.tb,
        .new_products .new_candidacy_sys_01 figure.tb,
        .new_products .new_pjtnavi_01 figure.tb {
          display: block; } }
    .new_products .new_kabunushisys_01 figure.sp,
    .new_products .new_ebeluga_01 figure.sp,
    .new_products .new_candidacy_sys_01 figure.sp,
    .new_products .new_pjtnavi_01 figure.sp {
      display: none; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_01 figure.sp,
        .new_products .new_ebeluga_01 figure.sp,
        .new_products .new_candidacy_sys_01 figure.sp,
        .new_products .new_pjtnavi_01 figure.sp {
          display: block; } }
  .new_products .new_kabunushisys_03,
  .new_products .new_ebeluga_03,
  .new_products .new_candidacy_sys_03,
  .new_products .new_pjtnavi_03 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .new_products .new_kabunushisys_03 h1,
    .new_products .new_kabunushisys_03 h2,
    .new_products .new_ebeluga_03 h1,
    .new_products .new_ebeluga_03 h2,
    .new_products .new_candidacy_sys_03 h1,
    .new_products .new_candidacy_sys_03 h2,
    .new_products .new_pjtnavi_03 h1,
    .new_products .new_pjtnavi_03 h2 {
      margin-top: 2em;
      margin-bottom: 3em;
      padding: .5em;
      color: #17738A;
      text-align: center;
      font-size: 40px;
      font-size: 4rem;
      font-weight: 700;
      text-align: left;
      margin-bottom: 1em;
      min-width: 16em; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_03 h1,
        .new_products .new_kabunushisys_03 h2,
        .new_products .new_ebeluga_03 h1,
        .new_products .new_ebeluga_03 h2,
        .new_products .new_candidacy_sys_03 h1,
        .new_products .new_candidacy_sys_03 h2,
        .new_products .new_pjtnavi_03 h1,
        .new_products .new_pjtnavi_03 h2 {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_03 h1,
        .new_products .new_kabunushisys_03 h2,
        .new_products .new_ebeluga_03 h1,
        .new_products .new_ebeluga_03 h2,
        .new_products .new_candidacy_sys_03 h1,
        .new_products .new_candidacy_sys_03 h2,
        .new_products .new_pjtnavi_03 h1,
        .new_products .new_pjtnavi_03 h2 {
          font-size: 24px;
          font-size: 2.4rem; } }
      .new_products .new_kabunushisys_03 h1 span,
      .new_products .new_kabunushisys_03 h2 span,
      .new_products .new_ebeluga_03 h1 span,
      .new_products .new_ebeluga_03 h2 span,
      .new_products .new_candidacy_sys_03 h1 span,
      .new_products .new_candidacy_sys_03 h2 span,
      .new_products .new_pjtnavi_03 h1 span,
      .new_products .new_pjtnavi_03 h2 span {
        display: block; }
      .new_products .new_kabunushisys_03 h1 span.small,
      .new_products .new_kabunushisys_03 h2 span.small,
      .new_products .new_ebeluga_03 h1 span.small,
      .new_products .new_ebeluga_03 h2 span.small,
      .new_products .new_candidacy_sys_03 h1 span.small,
      .new_products .new_candidacy_sys_03 h2 span.small,
      .new_products .new_pjtnavi_03 h1 span.small,
      .new_products .new_pjtnavi_03 h2 span.small {
        font-size: 18px;
        font-size: 1.8rem;
        color: #0D0D0D;
        margin-bottom: .5em;
        font-weight: 700; }
        @media screen and (min-width: 1200px) {
          .new_products .new_kabunushisys_03 h1 span.small,
          .new_products .new_kabunushisys_03 h2 span.small,
          .new_products .new_ebeluga_03 h1 span.small,
          .new_products .new_ebeluga_03 h2 span.small,
          .new_products .new_candidacy_sys_03 h1 span.small,
          .new_products .new_candidacy_sys_03 h2 span.small,
          .new_products .new_pjtnavi_03 h1 span.small,
          .new_products .new_pjtnavi_03 h2 span.small {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushisys_03 h1 span.small,
          .new_products .new_kabunushisys_03 h2 span.small,
          .new_products .new_ebeluga_03 h1 span.small,
          .new_products .new_ebeluga_03 h2 span.small,
          .new_products .new_candidacy_sys_03 h1 span.small,
          .new_products .new_candidacy_sys_03 h2 span.small,
          .new_products .new_pjtnavi_03 h1 span.small,
          .new_products .new_pjtnavi_03 h2 span.small {
            font-size: 14px;
            font-size: 1.4rem; } }
      .new_products .new_kabunushisys_03 h1.a__on,
      .new_products .new_kabunushisys_03 h2.a__on,
      .new_products .new_ebeluga_03 h1.a__on,
      .new_products .new_ebeluga_03 h2.a__on,
      .new_products .new_candidacy_sys_03 h1.a__on,
      .new_products .new_candidacy_sys_03 h2.a__on,
      .new_products .new_pjtnavi_03 h1.a__on,
      .new_products .new_pjtnavi_03 h2.a__on {
        position: relative;
        color: #17738A;
        cursor: default; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_03 h1,
        .new_products .new_kabunushisys_03 h2,
        .new_products .new_ebeluga_03 h1,
        .new_products .new_ebeluga_03 h2,
        .new_products .new_candidacy_sys_03 h1,
        .new_products .new_candidacy_sys_03 h2,
        .new_products .new_pjtnavi_03 h1,
        .new_products .new_pjtnavi_03 h2 {
          min-width: 1em; } }
    .new_products .new_kabunushisys_03 h2,
    .new_products .new_ebeluga_03 h2,
    .new_products .new_candidacy_sys_03 h2,
    .new_products .new_pjtnavi_03 h2 {
      text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
    .new_products .new_kabunushisys_03 p,
    .new_products .new_ebeluga_03 p,
    .new_products .new_candidacy_sys_03 p,
    .new_products .new_pjtnavi_03 p {
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 1em; }
      .new_products .new_kabunushisys_03 p span,
      .new_products .new_ebeluga_03 p span,
      .new_products .new_candidacy_sys_03 p span,
      .new_products .new_pjtnavi_03 p span {
        display: inline-block; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_03 p,
        .new_products .new_ebeluga_03 p,
        .new_products .new_candidacy_sys_03 p,
        .new_products .new_pjtnavi_03 p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_03 p,
        .new_products .new_ebeluga_03 p,
        .new_products .new_candidacy_sys_03 p,
        .new_products .new_pjtnavi_03 p {
          font-size: 15px;
          font-size: 1.5rem; } }
    .new_products .new_kabunushisys_03 .text,
    .new_products .new_ebeluga_03 .text,
    .new_products .new_candidacy_sys_03 .text,
    .new_products .new_pjtnavi_03 .text {
      width: 60%; }
    .new_products .new_kabunushisys_03 figure,
    .new_products .new_ebeluga_03 figure,
    .new_products .new_candidacy_sys_03 figure,
    .new_products .new_pjtnavi_03 figure {
      font-size: 40px;
      font-size: 4rem;
      margin-top: 2em;
      margin-bottom: 2em;
      flex: 1; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_03 figure,
        .new_products .new_ebeluga_03 figure,
        .new_products .new_candidacy_sys_03 figure,
        .new_products .new_pjtnavi_03 figure {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_03 figure,
        .new_products .new_ebeluga_03 figure,
        .new_products .new_candidacy_sys_03 figure,
        .new_products .new_pjtnavi_03 figure {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media screen and (min-width: 601px) {
        .new_products .new_kabunushisys_03 figure,
        .new_products .new_ebeluga_03 figure,
        .new_products .new_candidacy_sys_03 figure,
        .new_products .new_pjtnavi_03 figure {
          margin-bottom: 0; }
          .new_products .new_kabunushisys_03 figure img,
          .new_products .new_ebeluga_03 figure img,
          .new_products .new_candidacy_sys_03 figure img,
          .new_products .new_pjtnavi_03 figure img {
            width: auto;
            height: auto;
            max-width: 500px;
            max-height: 340px; } }
    .new_products .new_kabunushisys_03.no_img .text,
    .new_products .new_ebeluga_03.no_img .text,
    .new_products .new_candidacy_sys_03.no_img .text,
    .new_products .new_pjtnavi_03.no_img .text {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushisys_03 figure,
      .new_products .new_ebeluga_03 figure,
      .new_products .new_candidacy_sys_03 figure,
      .new_products .new_pjtnavi_03 figure {
        flex: initial;
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushisys_03 figure img,
        .new_products .new_ebeluga_03 figure img,
        .new_products .new_candidacy_sys_03 figure img,
        .new_products .new_pjtnavi_03 figure img {
          height: auto;
          max-height: 200px;
          width: auto; }
      .new_products .new_kabunushisys_03 .text,
      .new_products .new_ebeluga_03 .text,
      .new_products .new_candidacy_sys_03 .text,
      .new_products .new_pjtnavi_03 .text {
        width: 100%;
        text-align: center; }
        .new_products .new_kabunushisys_03 .text p,
        .new_products .new_ebeluga_03 .text p,
        .new_products .new_candidacy_sys_03 .text p,
        .new_products .new_pjtnavi_03 .text p {
          text-align: left;
          display: inline-block; }
        .new_products .new_kabunushisys_03 .text h1,
        .new_products .new_ebeluga_03 .text h1,
        .new_products .new_candidacy_sys_03 .text h1,
        .new_products .new_pjtnavi_03 .text h1 {
          margin-top: .5em;
          margin-bottom: .5em;
          text-align: center; }
        .new_products .new_kabunushisys_03 .text h1 span.small,
        .new_products .new_ebeluga_03 .text h1 span.small,
        .new_products .new_candidacy_sys_03 .text h1 span.small,
        .new_products .new_pjtnavi_03 .text h1 span.small {
          line-height: 1.3; } }
    .new_products .new_kabunushisys_03 figure.tb,
    .new_products .new_ebeluga_03 figure.tb,
    .new_products .new_candidacy_sys_03 figure.tb,
    .new_products .new_pjtnavi_03 figure.tb {
      display: none; }
      @media screen and (min-width: 601px) {
        .new_products .new_kabunushisys_03 figure.tb,
        .new_products .new_ebeluga_03 figure.tb,
        .new_products .new_candidacy_sys_03 figure.tb,
        .new_products .new_pjtnavi_03 figure.tb {
          display: block; } }
      @media print {
        .new_products .new_kabunushisys_03 figure.tb,
        .new_products .new_ebeluga_03 figure.tb,
        .new_products .new_candidacy_sys_03 figure.tb,
        .new_products .new_pjtnavi_03 figure.tb {
          display: block; } }
    .new_products .new_kabunushisys_03 figure.sp,
    .new_products .new_ebeluga_03 figure.sp,
    .new_products .new_candidacy_sys_03 figure.sp,
    .new_products .new_pjtnavi_03 figure.sp {
      display: none; }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_03 figure.sp,
        .new_products .new_ebeluga_03 figure.sp,
        .new_products .new_candidacy_sys_03 figure.sp,
        .new_products .new_pjtnavi_03 figure.sp {
          display: block; } }
    @media screen and (max-width: 960px) {
      .new_products .new_kabunushisys_03 .wrap01,
      .new_products .new_ebeluga_03 .wrap01,
      .new_products .new_candidacy_sys_03 .wrap01,
      .new_products .new_pjtnavi_03 .wrap01 {
        display: flex;
        align-items: center; }
        .new_products .new_kabunushisys_03 .wrap01 figure,
        .new_products .new_ebeluga_03 .wrap01 figure,
        .new_products .new_candidacy_sys_03 .wrap01 figure,
        .new_products .new_pjtnavi_03 .wrap01 figure {
          margin-top: 0;
          margin-bottom: 0;
          flex: 1; }
          .new_products .new_kabunushisys_03 .wrap01 figure img,
          .new_products .new_ebeluga_03 .wrap01 figure img,
          .new_products .new_candidacy_sys_03 .wrap01 figure img,
          .new_products .new_pjtnavi_03 .wrap01 figure img {
            width: auto;
            height: auto;
            max-width: 22.4489795918vw;
            max-height: 18.3673469388vw; }
        .new_products .new_kabunushisys_03 .wrap01 h2,
        .new_products .new_ebeluga_03 .wrap01 h2,
        .new_products .new_candidacy_sys_03 .wrap01 h2,
        .new_products .new_pjtnavi_03 .wrap01 h2 {
          font-size: 4.8979591837vw; }
          .new_products .new_kabunushisys_03 .wrap01 h2 span.small,
          .new_products .new_ebeluga_03 .wrap01 h2 span.small,
          .new_products .new_candidacy_sys_03 .wrap01 h2 span.small,
          .new_products .new_pjtnavi_03 .wrap01 h2 span.small {
            font-size: 2.8571428571vw; } }
  .new_products .new_kabunushisys_02,
  .new_products .new_ebeluga_02,
  .new_products .new_candidacy_sys_02,
  .new_products .new_pjtnavi_02 {
    margin-top: 6em; }
    .new_products .new_kabunushisys_02 dl,
    .new_products .new_kabunushisys_02 dt,
    .new_products .new_kabunushisys_02 dd,
    .new_products .new_ebeluga_02 dl,
    .new_products .new_ebeluga_02 dt,
    .new_products .new_ebeluga_02 dd,
    .new_products .new_candidacy_sys_02 dl,
    .new_products .new_candidacy_sys_02 dt,
    .new_products .new_candidacy_sys_02 dd,
    .new_products .new_pjtnavi_02 dl,
    .new_products .new_pjtnavi_02 dt,
    .new_products .new_pjtnavi_02 dd {
      margin: 0;
      padding: 0;
      line-height: 1.6; }
    .new_products .new_kabunushisys_02 dt,
    .new_products .new_ebeluga_02 dt,
    .new_products .new_candidacy_sys_02 dt,
    .new_products .new_pjtnavi_02 dt {
      color: #17738A;
      text-align: left;
      margin-top: .5em;
      line-height: 1.4;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 1em;
      padding: 0;
      margin-bottom: .5em; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_02 dt,
        .new_products .new_ebeluga_02 dt,
        .new_products .new_candidacy_sys_02 dt,
        .new_products .new_pjtnavi_02 dt {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_02 dt,
        .new_products .new_ebeluga_02 dt,
        .new_products .new_candidacy_sys_02 dt,
        .new_products .new_pjtnavi_02 dt {
          font-size: 22px;
          font-size: 2.2rem; } }
      .new_products .new_kabunushisys_02 dt.a__on,
      .new_products .new_ebeluga_02 dt.a__on,
      .new_products .new_candidacy_sys_02 dt.a__on,
      .new_products .new_pjtnavi_02 dt.a__on {
        position: relative;
        color: #17738A;
        cursor: default; }
    .new_products .new_kabunushisys_02 dd > p:first-child span,
    .new_products .new_ebeluga_02 dd > p:first-child span,
    .new_products .new_candidacy_sys_02 dd > p:first-child span,
    .new_products .new_pjtnavi_02 dd > p:first-child span {
      display: inline-block; }
    .new_products .new_kabunushisys_02_inner,
    .new_products .new_ebeluga_02_inner,
    .new_products .new_candidacy_sys_02_inner,
    .new_products .new_pjtnavi_02_inner {
      padding-top: 2.5em;
      padding-bottom: 2.5em; }
      .new_products .new_kabunushisys_02_inner > *,
      .new_products .new_ebeluga_02_inner > *,
      .new_products .new_candidacy_sys_02_inner > *,
      .new_products .new_pjtnavi_02_inner > * {
        width: 100%; }
      .new_products .new_kabunushisys_02_inner p.link01.sp,
      .new_products .new_ebeluga_02_inner p.link01.sp,
      .new_products .new_candidacy_sys_02_inner p.link01.sp,
      .new_products .new_pjtnavi_02_inner p.link01.sp {
        text-align: center; }
      @media print, screen and (min-width: 961px) {
        .new_products .new_kabunushisys_02_inner,
        .new_products .new_ebeluga_02_inner,
        .new_products .new_candidacy_sys_02_inner,
        .new_products .new_pjtnavi_02_inner {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row-reverse; }
          .new_products .new_kabunushisys_02_inner p.link01,
          .new_products .new_ebeluga_02_inner p.link01,
          .new_products .new_candidacy_sys_02_inner p.link01,
          .new_products .new_pjtnavi_02_inner p.link01 {
            order: 3; }
          .new_products .new_kabunushisys_02_inner:first-child,
          .new_products .new_ebeluga_02_inner:first-child,
          .new_products .new_candidacy_sys_02_inner:first-child,
          .new_products .new_pjtnavi_02_inner:first-child {
            padding-top: 0; } }
      .new_products .new_kabunushisys_02_inner .pc,
      .new_products .new_ebeluga_02_inner .pc,
      .new_products .new_candidacy_sys_02_inner .pc,
      .new_products .new_pjtnavi_02_inner .pc {
        display: none; }
        @media print, screen and (min-width: 961px) {
          .new_products .new_kabunushisys_02_inner .pc,
          .new_products .new_ebeluga_02_inner .pc,
          .new_products .new_candidacy_sys_02_inner .pc,
          .new_products .new_pjtnavi_02_inner .pc {
            display: block; } }
      .new_products .new_kabunushisys_02_inner .sp,
      .new_products .new_ebeluga_02_inner .sp,
      .new_products .new_candidacy_sys_02_inner .sp,
      .new_products .new_pjtnavi_02_inner .sp {
        display: none; }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushisys_02_inner .sp,
          .new_products .new_ebeluga_02_inner .sp,
          .new_products .new_candidacy_sys_02_inner .sp,
          .new_products .new_pjtnavi_02_inner .sp {
            display: block; } }
        @media screen and (min-width: 601px) {
          .new_products .new_kabunushisys_02_inner .sp,
          .new_products .new_ebeluga_02_inner .sp,
          .new_products .new_candidacy_sys_02_inner .sp,
          .new_products .new_pjtnavi_02_inner .sp {
            display: block; } }
        @media print, screen and (min-width: 961px) {
          .new_products .new_kabunushisys_02_inner .sp,
          .new_products .new_ebeluga_02_inner .sp,
          .new_products .new_candidacy_sys_02_inner .sp,
          .new_products .new_pjtnavi_02_inner .sp {
            display: none; } }
    .new_products .new_kabunushisys_02 .text02,
    .new_products .new_ebeluga_02 .text02,
    .new_products .new_candidacy_sys_02 .text02,
    .new_products .new_pjtnavi_02 .text02 {
      padding: 1.5em;
      border-radius: .5em;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      background-color: rgba(147, 154, 196, 0.2); }
      .new_products .new_kabunushisys_02 .text02 > *,
      .new_products .new_ebeluga_02 .text02 > *,
      .new_products .new_candidacy_sys_02 .text02 > *,
      .new_products .new_pjtnavi_02 .text02 > * {
        width: 100%; }
      .new_products .new_kabunushisys_02 .text02.blue,
      .new_products .new_ebeluga_02 .text02.blue,
      .new_products .new_candidacy_sys_02 .text02.blue,
      .new_products .new_pjtnavi_02 .text02.blue {
        background-color: rgba(130, 214, 227, 0.2); }
      .new_products .new_kabunushisys_02 .text02 p,
      .new_products .new_ebeluga_02 .text02 p,
      .new_products .new_candidacy_sys_02 .text02 p,
      .new_products .new_pjtnavi_02 .text02 p {
        margin-top: 0;
        color: #17738A;
        position: relative; }
        .new_products .new_kabunushisys_02 .text02 p:not(.check):before,
        .new_products .new_ebeluga_02 .text02 p:not(.check):before,
        .new_products .new_candidacy_sys_02 .text02 p:not(.check):before,
        .new_products .new_pjtnavi_02 .text02 p:not(.check):before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e801';
          display: inline-block;
          margin-right: .5em; }
        .new_products .new_kabunushisys_02 .text02 p span,
        .new_products .new_ebeluga_02 .text02 p span,
        .new_products .new_candidacy_sys_02 .text02 p span,
        .new_products .new_pjtnavi_02 .text02 p span {
          background: linear-gradient(transparent 50%, rgba(251, 251, 2, 0.3) 50%);
          display: inline;
          background-repeat: no-repeat;
          font-weight: 700; }
          .new_products .new_kabunushisys_02 .text02 p span, .new_products .new_kabunushisys_02 .text02 p span.a__on,
          .new_products .new_ebeluga_02 .text02 p span,
          .new_products .new_ebeluga_02 .text02 p span.a__on,
          .new_products .new_candidacy_sys_02 .text02 p span,
          .new_products .new_candidacy_sys_02 .text02 p span.a__on,
          .new_products .new_pjtnavi_02 .text02 p span,
          .new_products .new_pjtnavi_02 .text02 p span.a__on {
            background-size: 100% 100%; }
        .new_products .new_kabunushisys_02 .text02 p.check:after,
        .new_products .new_ebeluga_02 .text02 p.check:after,
        .new_products .new_candidacy_sys_02 .text02 p.check:after,
        .new_products .new_pjtnavi_02 .text02 p.check:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e80b';
          display: inline-block;
          position: relative;
          top: -.5em;
          color: #ffaa00; }
      .new_products .new_kabunushisys_02 .text02 ul,
      .new_products .new_ebeluga_02 .text02 ul,
      .new_products .new_candidacy_sys_02 .text02 ul,
      .new_products .new_pjtnavi_02 .text02 ul {
        line-height: 1.6;
        margin-left: 1em;
        margin-bottom: 0; }
        .new_products .new_kabunushisys_02 .text02 ul li,
        .new_products .new_ebeluga_02 .text02 ul li,
        .new_products .new_candidacy_sys_02 .text02 ul li,
        .new_products .new_pjtnavi_02 .text02 ul li {
          font-size: 14px;
          font-size: 1.4rem;
          margin-left: 1.5em;
          list-style: disc;
          margin-top: 0;
          margin-bottom: 0; }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushisys_02 .text02 ul li,
            .new_products .new_ebeluga_02 .text02 ul li,
            .new_products .new_candidacy_sys_02 .text02 ul li,
            .new_products .new_pjtnavi_02 .text02 ul li {
              font-size: 14px;
              font-size: 1.4rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushisys_02 .text02 ul li,
            .new_products .new_ebeluga_02 .text02 ul li,
            .new_products .new_candidacy_sys_02 .text02 ul li,
            .new_products .new_pjtnavi_02 .text02 ul li {
              font-size: 12px;
              font-size: 1.2rem; } }
          .new_products .new_kabunushisys_02 .text02 ul li span,
          .new_products .new_ebeluga_02 .text02 ul li span,
          .new_products .new_candidacy_sys_02 .text02 ul li span,
          .new_products .new_pjtnavi_02 .text02 ul li span {
            display: inline-block; }
    .new_products .new_kabunushisys_02 p.link01,
    .new_products .new_ebeluga_02 p.link01,
    .new_products .new_candidacy_sys_02 p.link01,
    .new_products .new_pjtnavi_02 p.link01 {
      width: 100%;
      text-align: right; }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushisys_02 .text01,
      .new_products .new_ebeluga_02 .text01,
      .new_products .new_candidacy_sys_02 .text01,
      .new_products .new_pjtnavi_02 .text01 {
        width: 71%;
        padding-left: 2em; } }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushisys_02 .text01,
      .new_products .new_ebeluga_02 .text01,
      .new_products .new_candidacy_sys_02 .text01,
      .new_products .new_pjtnavi_02 .text01 {
        padding-left: 0; } }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushisys_02 .text02,
      .new_products .new_ebeluga_02 .text02,
      .new_products .new_candidacy_sys_02 .text02,
      .new_products .new_pjtnavi_02 .text02 {
        width: 29%; } }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushisys_02 dt,
      .new_products .new_ebeluga_02 dt,
      .new_products .new_candidacy_sys_02 dt,
      .new_products .new_pjtnavi_02 dt {
        margin-bottom: 0.5em; }
      .new_products .new_kabunushisys_02 .text01,
      .new_products .new_kabunushisys_02 .text02,
      .new_products .new_ebeluga_02 .text01,
      .new_products .new_ebeluga_02 .text02,
      .new_products .new_candidacy_sys_02 .text01,
      .new_products .new_candidacy_sys_02 .text02,
      .new_products .new_pjtnavi_02 .text01,
      .new_products .new_pjtnavi_02 .text02 {
        width: 100%; }
      .new_products .new_kabunushisys_02 .text02,
      .new_products .new_ebeluga_02 .text02,
      .new_products .new_candidacy_sys_02 .text02,
      .new_products .new_pjtnavi_02 .text02 {
        margin-top: 1em; } }
  @media print, screen and (min-width: 961px) {
    .new_products .new_kabunushisys_03 .text,
    .new_products .new_ebeluga_03 .text,
    .new_products .new_candidacy_sys_03 .text,
    .new_products .new_pjtnavi_03 .text {
      width: 65%; } }
  @media screen and (max-width: 600px) {
    .new_products .new_kabunushisys_03 .text h2,
    .new_products .new_ebeluga_03 .text h2,
    .new_products .new_candidacy_sys_03 .text h2,
    .new_products .new_pjtnavi_03 .text h2 {
      margin-top: 0.5em; } }
  .new_products .new_kabunushisys_03 figure,
  .new_products .new_ebeluga_03 figure,
  .new_products .new_candidacy_sys_03 figure,
  .new_products .new_pjtnavi_03 figure {
    text-align: center; }
    @media print, screen and (min-width: 961px) {
      .new_products .new_kabunushisys_03 figure img,
      .new_products .new_ebeluga_03 figure img,
      .new_products .new_candidacy_sys_03 figure img,
      .new_products .new_pjtnavi_03 figure img {
        width: auto;
        height: auto;
        max-width: 340px;
        max-height: 320px; } }
    @media print {
      .new_products .new_kabunushisys_03 figure img,
      .new_products .new_ebeluga_03 figure img,
      .new_products .new_candidacy_sys_03 figure img,
      .new_products .new_pjtnavi_03 figure img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 200px; } }
  .new_products .new_kabunushisys_04,
  .new_products .new_ebeluga_04,
  .new_products .new_candidacy_sys_04,
  .new_products .new_pjtnavi_04 {
    margin-top: 3em; }
    .new_products .new_kabunushisys_04 ul,
    .new_products .new_ebeluga_04 ul,
    .new_products .new_candidacy_sys_04 ul,
    .new_products .new_pjtnavi_04 ul {
      margin: 2em 0 0;
      padding: 0 0 2em 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      list-style: none;
      width: calc(100% + 2em);
      margin-left: -1em; }
      .new_products .new_kabunushisys_04 ul li,
      .new_products .new_ebeluga_04 ul li,
      .new_products .new_candidacy_sys_04 ul li,
      .new_products .new_pjtnavi_04 ul li {
        background-color: #fff;
        border: 1px solid #2bb8dc;
        transition: .3s;
        overflow: hidden;
        width: calc((100% - 6em)/3);
        padding: 1em;
        min-width: 350px;
        margin: 0 1em 1em;
        border-radius: 1em;
        box-shadow: 0 0 10px rgba(23, 115, 138, 0.3); }
        @media print {
          .new_products .new_kabunushisys_04 ul li,
          .new_products .new_ebeluga_04 ul li,
          .new_products .new_candidacy_sys_04 ul li,
          .new_products .new_pjtnavi_04 ul li {
            min-width: auto; } }
        @media screen and (max-width: 600px) {
          .new_products .new_kabunushisys_04 ul li,
          .new_products .new_ebeluga_04 ul li,
          .new_products .new_candidacy_sys_04 ul li,
          .new_products .new_pjtnavi_04 ul li {
            min-width: 100px;
            width: 100%;
            margin: 1em; } }
      .new_products .new_kabunushisys_04 ul dl,
      .new_products .new_ebeluga_04 ul dl,
      .new_products .new_candidacy_sys_04 ul dl,
      .new_products .new_pjtnavi_04 ul dl {
        margin: 0;
        padding: 0; }
        .new_products .new_kabunushisys_04 ul dl dt,
        .new_products .new_kabunushisys_04 ul dl dd,
        .new_products .new_ebeluga_04 ul dl dt,
        .new_products .new_ebeluga_04 ul dl dd,
        .new_products .new_candidacy_sys_04 ul dl dt,
        .new_products .new_candidacy_sys_04 ul dl dd,
        .new_products .new_pjtnavi_04 ul dl dt,
        .new_products .new_pjtnavi_04 ul dl dd {
          margin: 0; }
          .new_products .new_kabunushisys_04 ul dl dt span,
          .new_products .new_kabunushisys_04 ul dl dd span,
          .new_products .new_ebeluga_04 ul dl dt span,
          .new_products .new_ebeluga_04 ul dl dd span,
          .new_products .new_candidacy_sys_04 ul dl dt span,
          .new_products .new_candidacy_sys_04 ul dl dd span,
          .new_products .new_pjtnavi_04 ul dl dt span,
          .new_products .new_pjtnavi_04 ul dl dd span {
            display: inline-block; }
        .new_products .new_kabunushisys_04 ul dl dt,
        .new_products .new_ebeluga_04 ul dl dt,
        .new_products .new_candidacy_sys_04 ul dl dt,
        .new_products .new_pjtnavi_04 ul dl dt {
          text-align: center;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.8;
          position: relative; }
          .new_products .new_kabunushisys_04 ul dl dt span,
          .new_products .new_ebeluga_04 ul dl dt span,
          .new_products .new_candidacy_sys_04 ul dl dt span,
          .new_products .new_pjtnavi_04 ul dl dt span {
            display: inline-block; }
            @media print, screen and (min-width: 961px) {
              .new_products .new_kabunushisys_04 ul dl dt span,
              .new_products .new_ebeluga_04 ul dl dt span,
              .new_products .new_candidacy_sys_04 ul dl dt span,
              .new_products .new_pjtnavi_04 ul dl dt span {
                display: block; } }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushisys_04 ul dl dt,
            .new_products .new_ebeluga_04 ul dl dt,
            .new_products .new_candidacy_sys_04 ul dl dt,
            .new_products .new_pjtnavi_04 ul dl dt {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushisys_04 ul dl dt,
            .new_products .new_ebeluga_04 ul dl dt,
            .new_products .new_candidacy_sys_04 ul dl dt,
            .new_products .new_pjtnavi_04 ul dl dt {
              font-size: 16px;
              font-size: 1.6rem; } }
          .new_products .new_kabunushisys_04 ul dl dt:after,
          .new_products .new_ebeluga_04 ul dl dt:after,
          .new_products .new_candidacy_sys_04 ul dl dt:after,
          .new_products .new_pjtnavi_04 ul dl dt:after {
            content: "";
            width: 8em;
            display: block;
            height: 2px;
            margin: .5em auto;
            background-color: #1C8DA8;
            border-radius: 2px;
            max-width: 60%; }
        .new_products .new_kabunushisys_04 ul dl dd,
        .new_products .new_ebeluga_04 ul dl dd,
        .new_products .new_candidacy_sys_04 ul dl dd,
        .new_products .new_pjtnavi_04 ul dl dd {
          padding: .5em 0;
          line-height: 1.8;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.8;
          text-align: left; }
          @media screen and (min-width: 1200px) {
            .new_products .new_kabunushisys_04 ul dl dd,
            .new_products .new_ebeluga_04 ul dl dd,
            .new_products .new_candidacy_sys_04 ul dl dd,
            .new_products .new_pjtnavi_04 ul dl dd {
              font-size: 14px;
              font-size: 1.4rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_kabunushisys_04 ul dl dd,
            .new_products .new_ebeluga_04 ul dl dd,
            .new_products .new_candidacy_sys_04 ul dl dd,
            .new_products .new_pjtnavi_04 ul dl dd {
              font-size: 12px;
              font-size: 1.2rem; } }
          .new_products .new_kabunushisys_04 ul dl dd span,
          .new_products .new_ebeluga_04 ul dl dd span,
          .new_products .new_candidacy_sys_04 ul dl dd span,
          .new_products .new_pjtnavi_04 ul dl dd span {
            display: inline-block; }
          @media print, screen and (min-width: 961px) {
            .new_products .new_kabunushisys_04 ul dl dd,
            .new_products .new_ebeluga_04 ul dl dd,
            .new_products .new_candidacy_sys_04 ul dl dd,
            .new_products .new_pjtnavi_04 ul dl dd {
              text-align: center; } }
  .new_products .new_kabunushisys_03.touben_sys,
  .new_products .new_ebeluga_03.touben_sys,
  .new_products .new_candidacy_sys_03.touben_sys,
  .new_products .new_pjtnavi_03.touben_sys {
    margin-top: 3em; }
  .new_products .new_kabunushisys_02 .text02 p,
  .new_products .new_ebeluga_02 .text02 p {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 1200px) {
      .new_products .new_kabunushisys_02 .text02 p,
      .new_products .new_ebeluga_02 .text02 p {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      .new_products .new_kabunushisys_02 .text02 p,
      .new_products .new_ebeluga_02 .text02 p {
        font-size: 16px;
        font-size: 1.6rem; } }
  .new_products .new_kabunushisys_02 .text02 ul,
  .new_products .new_ebeluga_02 .text02 ul {
    margin-left: 0; }
    .new_products .new_kabunushisys_02 .text02 ul li,
    .new_products .new_ebeluga_02 .text02 ul li {
      font-size: 15px;
      font-size: 1.5rem; }
      @media screen and (min-width: 1200px) {
        .new_products .new_kabunushisys_02 .text02 ul li,
        .new_products .new_ebeluga_02 .text02 ul li {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_kabunushisys_02 .text02 ul li,
        .new_products .new_ebeluga_02 .text02 ul li {
          font-size: 13px;
          font-size: 1.3rem; } }
  .new_products .new_ebeluga_01 h1,
  .new_products .new_ebeluga_01 h2, .new_products .new_ebeluga_03 h1,
  .new_products .new_ebeluga_03 h2 {
    min-width: inherit; }
  .new_products .new_candidacy_sys_01 h1,
  .new_products .new_candidacy_sys_01 h2, .new_products .new_candidacy_sys_03 h1,
  .new_products .new_candidacy_sys_03 h2 {
    min-width: inherit; }
  .new_products .new_pjtnavi_01 h1,
  .new_products .new_pjtnavi_01 h2 {
    min-width: inherit; }
  @media print {
    .new_products .new_pjtnavi_01 h1.a__on {
      margin-bottom: 0;
      padding-bottom: 0; }
    .new_products .new_pjtnavi_01 p {
      margin-top: 0; } }
  .new_products .new_pjtnavi_05 {
    margin-top: 7em; }
    @media screen and (max-width: 600px) {
      .new_products .new_pjtnavi_05 {
        margin-top: 3em; } }
    @media print {
      .new_products .new_pjtnavi_05 {
        margin-top: 0; } }
    .new_products .new_pjtnavi_05_02 {
      text-align: center; }
      .new_products .new_pjtnavi_05_02 ul {
        text-align: left;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        font-size: 20px;
        font-size: 2rem; }
        @media screen and (min-width: 1200px) {
          .new_products .new_pjtnavi_05_02 ul {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_pjtnavi_05_02 ul {
            font-size: 16px;
            font-size: 1.6rem; } }
        .new_products .new_pjtnavi_05_02 ul > li {
          position: relative;
          padding-left: 2em; }
          .new_products .new_pjtnavi_05_02 ul > li:before, .new_products .new_pjtnavi_05_02 ul > li:after {
            font-size: 1.5em; }
          .new_products .new_pjtnavi_05_02 ul > li:before {
            content: '';
            display: block;
            width: .8em;
            height: .8em;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            border: 2px solid #e0e2e3; }
          .new_products .new_pjtnavi_05_02 ul > li:after {
            content: "";
            display: block;
            width: .5em;
            height: 1em;
            position: absolute;
            top: 35%;
            left: -4px;
            transform: rotate(35deg) skewY(16deg) translateY(-50%);
            transform-origin: center right;
            border-right: 3px solid #77b8de;
            border-bottom: 3px solid #77b8de; }
    .new_products .new_pjtnavi_05_03 {
      margin-top: 3em; }
      @media print {
        .new_products .new_pjtnavi_05_03 {
          margin-top: 9em; } }
      .new_products .new_pjtnavi_05_03 ul {
        width: 100%;
        margin-top: 3em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 2em; }
        .new_products .new_pjtnavi_05_03 ul li {
          margin-top: 3em;
          width: 100%;
          text-align: center;
          padding: 0 1em;
          border-radius: 1em;
          background-color: #E6F7FA; }
          @media print, screen and (min-width: 961px) {
            .new_products .new_pjtnavi_05_03 ul li {
              width: 32%; } }
      .new_products .new_pjtnavi_05_03 dl,
      .new_products .new_pjtnavi_05_03 dt,
      .new_products .new_pjtnavi_05_03 dd {
        margin: 0;
        padding: 0; }
      .new_products .new_pjtnavi_05_03 dt {
        font-size: 20px;
        font-size: 2rem;
        position: relative;
        transform: translateY(-50%);
        font-weight: 700;
        line-height: 1.8;
        display: flex;
        justify-content: space-between; }
        @media screen and (min-width: 1200px) {
          .new_products .new_pjtnavi_05_03 dt {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_pjtnavi_05_03 dt {
            font-size: 16px;
            font-size: 1.6rem; } }
        .new_products .new_pjtnavi_05_03 dt p {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          width: 100%;
          margin: 0;
          border: 2px solid #17738A;
          background-color: #fff;
          border-radius: 1em;
          padding: .5em;
          line-height: 1.4;
          margin-right: 1em; }
        .new_products .new_pjtnavi_05_03 dt span {
          display: inline-block; }
          @media print, screen and (min-width: 961px) {
            .new_products .new_pjtnavi_05_03 dt span {
              display: block;
              text-align: center; } }
        .new_products .new_pjtnavi_05_03 dt figure {
          max-width: 80px;
          max-height: 100%; }
          @media screen and (max-width: 600px) {
            .new_products .new_pjtnavi_05_03 dt figure {
              max-width: 50px; } }
      .new_products .new_pjtnavi_05_03 dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
        transform: translateY(-1em); }
        @media screen and (min-width: 1200px) {
          .new_products .new_pjtnavi_05_03 dd {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 600px) {
          .new_products .new_pjtnavi_05_03 dd {
            font-size: 12px;
            font-size: 1.2rem; } }
        .new_products .new_pjtnavi_05_03 dd span {
          display: inline-block; }
        @media print, screen and (min-width: 961px) {
          .new_products .new_pjtnavi_05_03 dd {
            text-align: center; } }
        .new_products .new_pjtnavi_05_03 dd p {
          text-align: left;
          margin-top: 0; }
  .new_products .new_pjtnavi_06 h2.a__on {
    position: relative;
    color: #0D0D0D;
    cursor: default; }
  .new_products .new_pjtnavi_06 h2 span {
    display: inline-block; }
  .new_products .new_pjtnavi_06 h2.a__on {
    white-space: inherit; }
  .new_products .new_pjtnavi_06 h2 + p {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 1em; }
    .new_products .new_pjtnavi_06 h2 + p span {
      display: inline-block; }
    @media screen and (min-width: 1200px) {
      .new_products .new_pjtnavi_06 h2 + p {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      .new_products .new_pjtnavi_06 h2 + p {
        font-size: 15px;
        font-size: 1.5rem; } }
  .new_products .new_pjtnavi_06 ul {
    width: 100%;
    margin-top: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 2em; }
    .new_products .new_pjtnavi_06 ul li {
      width: 100%;
      border: 2px solid #17738A;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
      text-align: center;
      padding: 1em;
      border-radius: 5px;
      background-color: #fff; }
      @media print, screen and (min-width: 961px) {
        .new_products .new_pjtnavi_06 ul li {
          width: 48%; } }
  .new_products .new_pjtnavi_06 dl,
  .new_products .new_pjtnavi_06 dt,
  .new_products .new_pjtnavi_06 dd {
    margin: 0;
    padding: 0; }
  .new_products .new_pjtnavi_06 dt {
    margin-bottom: 1em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    position: relative; }
    .new_products .new_pjtnavi_06 dt span {
      background: linear-gradient(transparent 90%, rgba(23, 115, 138, 0.3) 10%);
      display: inline;
      background-repeat: no-repeat; }
      .new_products .new_pjtnavi_06 dt span, .new_products .new_pjtnavi_06 dt span.a__on {
        background-size: 100% 100%; }
    .new_products .new_pjtnavi_06 dt span {
      display: inline-block; }
      @media print, screen and (min-width: 961px) {
        .new_products .new_pjtnavi_06 dt span {
          display: block; } }
    @media screen and (min-width: 1200px) {
      .new_products .new_pjtnavi_06 dt {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 600px) {
      .new_products .new_pjtnavi_06 dt {
        font-size: 16px;
        font-size: 1.6rem; } }
  .new_products .new_pjtnavi_06 dd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left; }
    .new_products .new_pjtnavi_06 dd figure {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-left: 1em;
      max-width: 30%; }
      .new_products .new_pjtnavi_06 dd figure img {
        width: 100%;
        height: auto;
        max-width: 200px;
        max-height: 150px; }
      @media print {
        .new_products .new_pjtnavi_06 dd figure {
          width: 30%;
          margin-left: 10px; }
          .new_products .new_pjtnavi_06 dd figure img {
            width: 100%;
            height: auto; } }
    @media screen and (min-width: 1200px) {
      .new_products .new_pjtnavi_06 dd {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 600px) {
      .new_products .new_pjtnavi_06 dd {
        font-size: 14px;
        font-size: 1.4rem; } }
    .new_products .new_pjtnavi_06 dd span {
      display: inline-block; }
    @media print, screen and (min-width: 961px) {
      .new_products .new_pjtnavi_06 dd {
        text-align: center; } }
  .new_products .new_pjtnavi_06 li,
  .new_products .new_pjtnavi_06 dl {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .new_products .new_pjtnavi_07 h2.a__on {
    position: relative;
    color: #17738A;
    cursor: default; }
  .new_products .new_pjtnavi_05_01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background-color: #00aac7;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 170, 199, 0);
    display: block;
    position: relative; }
    .new_products .new_pjtnavi_05_01 p.catch {
      line-height: 1.4;
      background-color: #00aac7;
      font-size: 30px;
      font-size: 3rem;
      text-align: left;
      color: #fff;
      margin-top: 0;
      margin-bottom: 0;
      padding: .5em;
      font-weight: 700; }
      @media screen and (min-width: 1200px) {
        .new_products .new_pjtnavi_05_01 p.catch {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 600px) {
        .new_products .new_pjtnavi_05_01 p.catch {
          font-size: 22px;
          font-size: 2.2rem; } }
      @media screen and (min-width: 601px) {
        .new_products .new_pjtnavi_05_01 p.catch {
          margin-bottom: 2em; } }
      .new_products .new_pjtnavi_05_01 p.catch span {
        display: inline-block; }
    .new_products .new_pjtnavi_05_01 figure {
      text-align: center; }
    .new_products .new_pjtnavi_05_01 > * {
      width: 100%; }
    .new_products .new_pjtnavi_05_01 p {
      background-color: rgba(0, 170, 199, 0); }
    .new_products .new_pjtnavi_05_01 > * {
      width: auto; }
    .new_products .new_pjtnavi_05_01 figure {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .new_products .new_pjtnavi_05_01 figure img {
        width: 24vw;
        height: auto; }
    .new_products .new_pjtnavi_05_01 p.catch {
      font-size: 4vw; }
    @media print, screen and (min-width: 961px) {
      .new_products .new_pjtnavi_05_01 p.catch {
        font-size: 30px;
        font-size: 3rem; }
      .new_products .new_pjtnavi_05_01 figure img {
        max-width: 340px !important;
        height: auto; } }
  .new_products .new_candidacy_sys_02 .text01,
  .new_products .new_pjtnavi_02 .text01 {
    line-height: 1.8;
    margin: 0;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
    padding-left: 0; }
    .new_products .new_candidacy_sys_02 .text01 span,
    .new_products .new_pjtnavi_02 .text01 span {
      display: inline-block; }
  .new_products .new_candidacy_sys_02 .text02,
  .new_products .new_pjtnavi_02 .text02 {
    width: 100%; }
  .new_products .new_candidacy_sys_02 > ol,
  .new_products .new_pjtnavi_02 > ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .new_products .new_candidacy_sys_02 > ol > li,
    .new_products .new_pjtnavi_02 > ol > li {
      display: flex;
      flex-wrap: wrap; }
      .new_products .new_candidacy_sys_02 > ol > li dt span,
      .new_products .new_pjtnavi_02 > ol > li dt span {
        display: inline-block; }
      .new_products .new_candidacy_sys_02 > ol > li > p:first-child,
      .new_products .new_pjtnavi_02 > ol > li > p:first-child {
        line-height: 1;
        font-weight: 700;
        width: 4em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        color: #17738A; }
        @media screen and (max-width: 600px) {
          .new_products .new_candidacy_sys_02 > ol > li > p:first-child,
          .new_products .new_pjtnavi_02 > ol > li > p:first-child {
            width: 3em; } }
        .new_products .new_candidacy_sys_02 > ol > li > p:first-child span,
        .new_products .new_pjtnavi_02 > ol > li > p:first-child span {
          width: 100%;
          display: block;
          text-align: center; }
        .new_products .new_candidacy_sys_02 > ol > li > p:first-child span:first-child,
        .new_products .new_pjtnavi_02 > ol > li > p:first-child span:first-child {
          font-size: 15px;
          font-size: 1.5rem; }
          @media screen and (min-width: 1200px) {
            .new_products .new_candidacy_sys_02 > ol > li > p:first-child span:first-child,
            .new_products .new_pjtnavi_02 > ol > li > p:first-child span:first-child {
              font-size: 15px;
              font-size: 1.5rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_candidacy_sys_02 > ol > li > p:first-child span:first-child,
            .new_products .new_pjtnavi_02 > ol > li > p:first-child span:first-child {
              font-size: 12px;
              font-size: 1.2rem; } }
        .new_products .new_candidacy_sys_02 > ol > li > p:first-child span.num,
        .new_products .new_pjtnavi_02 > ol > li > p:first-child span.num {
          font-size: 40px;
          font-size: 4rem;
          font-family: "Be Vietnam Pro", serif;
          font-weight: 600;
          transform: translateY(-0.04em); }
          @media screen and (min-width: 1200px) {
            .new_products .new_candidacy_sys_02 > ol > li > p:first-child span.num,
            .new_products .new_pjtnavi_02 > ol > li > p:first-child span.num {
              font-size: 40px;
              font-size: 4rem; } }
          @media screen and (max-width: 600px) {
            .new_products .new_candidacy_sys_02 > ol > li > p:first-child span.num,
            .new_products .new_pjtnavi_02 > ol > li > p:first-child span.num {
              font-size: 27px;
              font-size: 2.7rem; } }
      .new_products .new_candidacy_sys_02 > ol > li > dl,
      .new_products .new_pjtnavi_02 > ol > li > dl {
        width: 60%; }
        @media print {
          .new_products .new_candidacy_sys_02 > ol > li > dl,
          .new_products .new_pjtnavi_02 > ol > li > dl {
            margin-left: 10px; } }
        @media screen and (max-width: 600px) {
          .new_products .new_candidacy_sys_02 > ol > li > dl,
          .new_products .new_pjtnavi_02 > ol > li > dl {
            width: calc(100% - 4em); } }
        .new_products .new_candidacy_sys_02 > ol > li > dl > dt,
        .new_products .new_pjtnavi_02 > ol > li > dl > dt {
          flex-wrap: wrap;
          display: flex;
          max-width: 100%; }
          .new_products .new_candidacy_sys_02 > ol > li > dl > dt span,
          .new_products .new_pjtnavi_02 > ol > li > dl > dt span {
            display: inline-block; }
      .new_products .new_candidacy_sys_02 > ol > li > figure,
      .new_products .new_pjtnavi_02 > ol > li > figure {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1; }
        .new_products .new_candidacy_sys_02 > ol > li > figure img,
        .new_products .new_pjtnavi_02 > ol > li > figure img {
          max-height: 300px;
          max-width: 300px;
          width: auto;
          height: auto; }
        @media print {
          .new_products .new_candidacy_sys_02 > ol > li > figure img,
          .new_products .new_pjtnavi_02 > ol > li > figure img {
            max-width: 200px;
            max-height: 160px; } }
        @media screen and (max-width: 600px) {
          .new_products .new_candidacy_sys_02 > ol > li > figure,
          .new_products .new_pjtnavi_02 > ol > li > figure {
            flex: initial;
            width: 100%;
            margin-top: 1em; }
            .new_products .new_candidacy_sys_02 > ol > li > figure img,
            .new_products .new_pjtnavi_02 > ol > li > figure img {
              width: auto;
              height: auto;
              max-height: 200px; } }
  .new_products_tab .title {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
    padding: .5em 1em .2em;
    background-color: #17738A;
    border-radius: .5em .5em 0 0;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0; }
    @media screen and (min-width: 1200px) {
      .new_products_tab .title {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 600px) {
      .new_products_tab .title {
        font-size: 22px;
        font-size: 2.2rem; } }
  .new_products_tab_inner {
    border: 5px solid #17738A;
    border-radius: 0 .5em .5em .5em;
    padding: 1em;
    background-color: #fff; }
    .new_products_tab_inner:has(.new_products_faq) {
      padding: 0; }
  .new_products_faq {
    width: 100%;
    max-height: 24em;
    line-height: 1.6;
    overflow-x: auto;
    padding: 2em; }
    @media screen and (max-width: 600px) {
      .new_products_faq {
        padding: .5em; } }
    .new_products_faq > dl .num {
      font-size: 2em;
      color: #17738A;
      padding-right: .5em;
      line-height: 1;
      padding-top: .1em;
      font-family: "Be Vietnam Pro", serif;
      font-weight: 600;
      transform: translateY(-0.04em); }
    .new_products_faq > dl > dt {
      padding: .25em;
      padding-right: 2.5em;
      display: flex;
      align-items: flex-start; }
      .new_products_faq > dl > dt span + span {
        display: block;
        width: 100%;
        font-weight: 400;
        border-bottom: 1px solid #17738A;
        line-height: 1.8; }
      .new_products_faq > dl > dt:after {
        bottom: .3em !important; }
      @media screen and (max-width: 600px) {
        .new_products_faq > dl > dt .num {
          font-size: 1.5em; } }
    .new_products_faq > dl > dd {
      padding: .5em 1em 2em 4em;
      display: flex; }
      .new_products_faq > dl > dd .text {
        padding-top: .2em;
        line-height: 1.8; }
      .new_products_faq > dl > dd p:first-child {
        margin-top: 0; }
      .new_products_faq > dl > dd p:last-child {
        margin-bottom: 0; }
      .new_products_faq > dl > dd .num {
        font-size: 1.5em;
        padding-top: .25em; }
      @media screen and (max-width: 600px) {
        .new_products_faq > dl > dd {
          padding-left: 3em; }
          .new_products_faq > dl > dd .num {
            font-size: 1.25em;
            line-height: 1.8; } }
  .new_products .has_ac > dl {
    margin: 0 0 1em; }
    .new_products .has_ac > dl > dt {
      margin: 0;
      cursor: pointer;
      position: relative; }
      .new_products .has_ac > dl > dt:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e808';
        transition: .3s; }
      .new_products .has_ac > dl > dt.active:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e807'; }
      .new_products .has_ac > dl > dt:after, .new_products .has_ac > dl > dt.active:after {
        font-size: 1.5em;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 1.6; }
    .new_products .has_ac > dl > dd {
      margin: 0; }
  .new_products_others {
    position: relative;
    z-index: 1;
    margin-top: 6em;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    position: relative; }
    .new_products_others > p {
      position: relative;
      margin-top: 5em;
      margin-bottom: 1.5em;
      padding: .5em;
      color: #17738A;
      text-align: center;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 700;
      margin-top: 0; }
      @media screen and (min-width: 1200px) {
        .new_products_others > p {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media screen and (max-width: 600px) {
        .new_products_others > p {
          font-size: 24px;
          font-size: 2.4rem; } }
      .new_products_others > p.a__on {
        position: relative;
        color: #17738A;
        cursor: default; }
    .new_products_others ul {
      position: relative;
      width: 100%;
      margin-top: 3em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-row-gap: 2em; }
      .new_products_others ul li {
        width: 100%; }
        @media print, screen and (min-width: 961px) {
          .new_products_others ul li {
            width: 23%; } }
        .new_products_others ul li span {
          display: inline-block; }
        .new_products_others ul li a {
          width: 100%;
          height: 100%;
          display: block;
          padding: 1em;
          border-radius: 1em;
          background-color: #F0F8F9;
          position: relative;
          transition: .3s; }
          .new_products_others ul li a:hover {
            opacity: 1;
            background-color: #cce7ea; }
          .new_products_others ul li a:hover i, .new_products_others ul li a:focus i {
            animation: link_right_links 1.5s ease-in-out infinite alternate; }
          .new_products_others ul li a.current {
            pointer-events: none;
            background-color: #F1F1F1; }
            .new_products_others ul li a.current i {
              color: #B9BBBB; }
        .new_products_others ul li dl {
          margin: 0;
          padding: 0; }
        .new_products_others ul li dt {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          color: #17738A; }
          @media screen and (min-width: 1200px) {
            .new_products_others ul li dt {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 600px) {
            .new_products_others ul li dt {
              font-size: 16px;
              font-size: 1.6rem; } }
        .new_products_others ul li dd {
          padding: .5em 0 3em; }
          @media screen and (max-width: 600px) {
            .new_products_others ul li dd {
              padding-bottom: 1.5em; } }
          .new_products_others ul li dd i {
            color: #17B2CC;
            display: block;
            text-align: right;
            font-size: 40px;
            font-size: 4rem;
            position: absolute;
            bottom: .5em;
            right: .25em; }
            @media screen and (min-width: 1200px) {
              .new_products_others ul li dd i {
                font-size: 40px;
                font-size: 4rem; } }
            @media screen and (max-width: 600px) {
              .new_products_others ul li dd i {
                font-size: 36px;
                font-size: 3.6rem; } }
            @media screen and (max-width: 600px) {
              .new_products_others ul li dd i {
                bottom: 0.25em; } }
            @media print {
              .new_products_others ul li dd i {
                bottom: -0.25em; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
.modaal-inner-wrapper {
  vertical-align: middle;
  max-height: calc(90vh - 80px);
  height: calc(90vh - 80px); }

.zoomImg {
  max-width: 100%;
  max-height: calc(90vh - 80px);
  height: calc(90vh - 80px); }

.zoomImg-inner {
  max-width: 100%;
  margin: 0 auto;
  max-height: calc(90vh - 80px); }

.zoomImg-inner > img {
  max-width: 100%;
  max-height: calc(90vh - 80px);
  opacity: 0;
  width: 100%;
  height: calc(90vh - 80px); }

.leaflet-container {
  transform: translateX(-50%) !important;
  left: 50% !important;
  background-color: #000 !important;
  height: calc(90vh - 80px); }

.modaal-container {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: calc(100vh - 80px - 60px);
  max-height: calc(100vh - 80px - 60px);
  max-width: calc(100% - 2em); }

.modaal-content-container {
  padding: 0 !important;
  margin: 0 auto;
  text-align: center; }

figure:has(> .modal-zoom),
figure.modal-zoom {
  padding: 1em;
  margin-top: 3em;
  margin-bottom: 4em;
  width: calc(100% - 2px);
  margin-left: 1px;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  position: relative; }
  figure:has(> .modal-zoom) img,
  figure.modal-zoom img {
    position: relative;
    z-index: 3; }
  figure:has(> .modal-zoom):hover:before,
  figure.modal-zoom:hover:before {
    animation: none;
    opacity: 1; }
  figure:has(> .modal-zoom):hover:after,
  figure.modal-zoom:hover:after {
    color: #00ABC8;
    animation: none;
    opacity: 1; }
  figure:has(> .modal-zoom):after,
  figure.modal-zoom:after {
    transition: .3s;
    position: absolute;
    right: 0;
    bottom: -1.25em;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e806';
    font-size: 2em; }
  figure:has(> .modal-zoom):before,
  figure.modal-zoom:before {
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s;
    position: absolute;
    left: -1px;
    top: -1px; }

.product_in {
  background-color: #fff; }
  .product_in a {
    display: block; }
  .product_in > a img {
    width: 100%;
    height: 70.0598802395%;
    object-fit: cover; }
  .product_in.long {
    width: 100%; }
    .product_in.long > a img {
      width: 100%;
      height: 70.0598802395%;
      max-height: 500px;
      object-fit: cover; }
  .product_in:not(.long) > a img {
    aspect-ratio: 501 / 351;
    overflow-y: hidden; }

.product_in {
  display: flex;
  flex-wrap: wrap; }
  .product_in a {
    display: block;
    width: 100%; }
  .product_in > a {
    align-self: flex-start; }
  .product_in .product_box {
    width: 100%; }

@media screen and (min-width: 1200px) {
  .get_delay li.animate__animated.animate__fadeIn:nth-child(2) {
    animation-delay: 0.4s; }
  .get_delay li.animate__animated.animate__fadeIn:nth-child(3) {
    animation-delay: 0.6s; }
  .get_delay li.animate__animated.animate__fadeIn:nth-child(4) {
    animation-delay: 0.8s; }
  .get_delay li.animate__animated.animate__fadeIn:nth-child(5) {
    animation-delay: 1s; } }
.modaal-container {
  background-color: #000 !important; }

.requirements h3 {
  margin-top: 2em;
  margin-bottom: 1em; }
  .requirements h3 span {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (min-width: 1200px) {
      .requirements h3 span {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 600px) {
      .requirements h3 span {
        font-size: 18px;
        font-size: 1.8rem; } }
.requirements_faq {
  width: 100%;
  line-height: 1.6;
  overflow-x: auto;
  padding: 0 2em;
  margin-bottom: 6em; }
  @media screen and (max-width: 600px) {
    .requirements_faq {
      margin-bottom: 3em; } }
  @media screen and (max-width: 600px) {
    .requirements_faq {
      padding: .5em; } }
  .requirements_faq > dl .num {
    font-size: 2em;
    color: #049DBF;
    padding-right: .5em;
    line-height: 1;
    padding-top: .1em;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    transform: translateY(-0.04em); }
  .requirements_faq > dl > dt {
    padding: .25em;
    padding-right: 2.5em;
    display: flex;
    align-items: flex-start; }
    .requirements_faq > dl > dt span + span {
      display: block;
      width: 100%;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      border-bottom: 1px solid #049DBF;
      line-height: 1.8; }
      @media screen and (min-width: 1200px) {
        .requirements_faq > dl > dt span + span {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 600px) {
        .requirements_faq > dl > dt span + span {
          font-size: 18px;
          font-size: 1.8rem; } }
    .requirements_faq > dl > dt:after {
      bottom: .3em !important; }
    @media screen and (max-width: 600px) {
      .requirements_faq > dl > dt .num {
        font-size: 1.5em; } }
  .requirements_faq > dl > dd {
    padding: .5em 1em 2em 4em;
    display: flex; }
    .requirements_faq > dl > dd .text {
      padding-top: .2em;
      line-height: 1.8; }
    .requirements_faq > dl > dd p:first-child {
      margin-top: 0; }
    .requirements_faq > dl > dd p:last-child {
      margin-bottom: 0; }
    .requirements_faq > dl > dd .num {
      font-size: 1.5em;
      padding-top: .25em; }
    @media screen and (max-width: 600px) {
      .requirements_faq > dl > dd {
        padding-left: 3em; }
        .requirements_faq > dl > dd .num {
          font-size: 1.25em;
          line-height: 1.8; } }
.requirements .has_ac > dl {
  margin: 0 0 1em; }
  .requirements .has_ac > dl > dt {
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: .3s; }
    .requirements .has_ac > dl > dt:hover {
      color: #049DBF; }
    .requirements .has_ac > dl > dt:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e808';
      transition: .3s;
      color: #049DBF; }
    .requirements .has_ac > dl > dt.active:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e807';
      color: #049DBF; }
    .requirements .has_ac > dl > dt:after, .requirements .has_ac > dl > dt.active:after {
      font-size: 1.5em;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0;
      line-height: 1.6; }
  .requirements .has_ac > dl > dd {
    margin: 0; }
.requirements_table_inner {
  margin: 0 auto;
  max-width: 1000px; }
.requirements_table table {
  width: 100%;
  margin: 0 auto 1em;
  border-collapse: collapse;
  border-top: 1px solid #000; }
  .requirements_table table th,
  .requirements_table table td {
    padding: .8em 1em;
    line-height: 1.5;
    border-bottom: 1px solid #000; }
  .requirements_table table th {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: rgba(241, 241, 239, 0.4); }
    @media screen and (min-width: 1200px) {
      .requirements_table table th {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      .requirements_table table th {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .requirements_table table th,
    .requirements_table table td {
      display: block;
      text-align: center;
      padding: .5em 0 .25em; }
    .requirements_table table th {
      border-bottom: 0 none; } }
.requirements_table p {
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1.5; }
