@charset "UTF-8";
/* CSS Document */
/*---------------------*/
/*toppage mainimage swiper-container*/
.swiper_index {
  width: 100%;
  background: #000; }
  .swiper_index .swiper-slide-prev {
    background: linear-gradient(to right, #999, #000); }
    .swiper_index .swiper-slide-prev img {
      filter: opacity(50%); }
  .swiper_index .swiper-slide-next {
    background: linear-gradient(to left, #999, #000); }
    .swiper_index .swiper-slide-next img {
      filter: opacity(50%); }
  .swiper_index img {
    margin: 0 auto;
    display: block;
    max-width: 1000px;
    width: 100%;
    height: auto; }
  .swiper_index .swiper-button-prev, .swiper_index .swiper-button-next {
    color: #FFF !important;
    filter: opacity(50%);
    text-shadow: 0 0 5px #333; }

/*----------------------------
index main content
-----------------------------*/
/*---------------------------*/
/*sub内バナ−4つ ul*/
/*---------------------------*/
.sub_banner {
  list-style: none;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 100%;
  max-width: 1209px;
  /*1fr 300 3*3*/
  display: grid;
  gap: 3x;
  grid-template-columns: repeat(4, 1fr); }
  .sub_banner li {
    margin: 0;
    padding: 0; }
    .sub_banner li a.img {
      display: block; }
    .sub_banner li img {
      background: #FFF;
      width: 100%;
      max-width: 300px; }
    .sub_banner li a:hover img {
      filter: opacity(70%); }
  .sub_banner li:last-child a {
    margin: 0; }

/*英語トップ*/
.top_en {
  max-width: 1250px;
  /*トップページ最大幅　画像の最大値*/
  margin: 0 auto; }

.mainimage_en {
  /*メインバナーエリア*/
  background: #666;
  margin-bottom: 1em; }
  .mainimage_en .top_en {
    display: grid;
    gap: 0;
    grid-template-columns: 4fr 1fr; }
  .mainimage_en a, .mainimage_en img {
    display: block; }
  .mainimage_en img {
    max-width: 100%;
    height: auto; }
  .mainimage_en a:hover img {
    filter: opacity(60%); }

main > .top_en {
  /*英語topコンテンツ部*/ }
  main > .top_en .sub_banner {
    grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 640px) {
  main > .top_en {
    display: grid;
    gap: 20px;
    grid-template-columns: 3fr 2fr; }
    main > .top_en .sub_banner {
      justify-items: end; } }
/*----------ニュース　お知らせ--------*/
.support_news {
  margin-bottom: 1em; }
  .support_news > div.sub_banner {
    display: block;
    margin: 0;
    text-align: center; }
    .support_news > div.sub_banner a {
      margin-bottom: 5px;
      display: block;
      background: #999; }
    .support_news > div.sub_banner a:last-child {
      margin-bottom: 0; }
    .support_news > div.sub_banner img {
      width: 100%;
      max-width: 600px;
      vertical-align: bottom; }

@media screen and (min-width: 1025px) {
  .support_news {
    display: flex;
    align-items: flex-start; }
    .support_news > div.important_notices {
      width: 60%; }
    .support_news > div.sub_banner {
      width: 40%;
      max-width: 600px;
      margin-left: 10px; } }
/*重要なお知らせ div*/
.important_notices {
  margin: 0; }
  .important_notices hgroup {
    background: #006600;
    margin: 0 0 5px 0;
    padding: 2px 5px;
    color: #FFF;
    position: relative; }
    .important_notices hgroup h1 {
      font-size: 100%;
      margin: 0;
      color: #FFF;
      padding-right: 40px; }
    .important_notices hgroup p {
      margin: 0;
      padding-right: 40px; }
  .important_notices .toggle {
    position: relative; }
  .important_notices .toggle_btn {
    position: absolute;
    top: 1.5em;
    right: 10px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%; }
  .important_notices .toggle_btn:before, .important_notices .toggle_btn:after {
    display: block;
    content: '';
    background-color: #FFF;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .important_notices .toggle_btn:before {
    width: 2px;
    height: 18px; }
  .important_notices .toggle.selected .toggle_btn:before {
    content: normal; }
  .important_notices .toggle_result {
    display: none; }

.toggle_result ul.top_news {
  margin-bottom: 5px; }

/*右肩リボン*/
/*製品案内==productsなし||新製品速報==breaking||サポート==support||ニュース==news||ご案内==information||ショップ==shop||ご挨拶==greeting||
重要なお知らせ、更新ツールあり　important*/
span.support {
  background: #006600; }

span.support:before {
  background: linear-gradient(to bottom left, #006600 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #006600 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.news {
  background: #FF9900; }

span.news:before {
  background: linear-gradient(to bottom left, #FF9900 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #FF9900 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.shop {
  background: #57a9e8; }

span.shop:before {
  background: linear-gradient(to bottom left, #57a9e8 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #57a9e8 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.greeting {
  background: #CC0000; }

span.greeting:before {
  background: linear-gradient(to bottom left, #CC0000 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #CC0000 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.products {
  background: #174E9D; }

span.products:before {
  background: linear-gradient(to bottom left, #174E9D 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #174E9D 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.breaking {
  background: #F90; }

span.breaking:before {
  background: linear-gradient(to bottom left, #F90 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #F90 50%, transparent 50%) bottom left/100% 50% no-repeat; }

span.important {
  background: #990000; }

span.important:before {
  background: linear-gradient(to bottom left, #990000 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #990000 50%, transparent 50%) bottom left/100% 50% no-repeat; }

.top_news .content > span, .otherlists .content > span {
  position: absolute;
  font-size: .8rem;
  top: 5px;
  right: -6px;
  padding: 0 1em;
  letter-spacing: 0.1px;
  height: 20px;
  line-height: 20px;
  color: #ffffff; }
.top_news .content > span + span, .otherlists .content > span + span {
  top: 30px;
  padding: 0 0.5em;
  /*文字数多いため縮める*/ }
.top_news .content > span:before, .otherlists .content > span:before {
  /*三角切*/
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: -7px;
  content: ''; }
.top_news .content > span:after, .otherlists .content > span:after {
  /*後影*/
  position: absolute;
  display: block;
  z-index: 10;
  top: 100%;
  right: 0;
  content: '';
  border: 3px solid transparent;
  border-top-color: #999;
  border-left-color: #999; }

/*トップ、サポートその他*/
.top_news {
  margin: 0 0 1em 0; }

.otherlists {
  margin: 0; }

.index_news {
  margin-bottom: 0; }
  .index_news > h1 {
    background: #174E9D;
    margin: 0 0 5px 0;
    padding: 2px 5px;
    background: #174E9D;
    color: #FFF;
    font-size: 100%;
    border: none; }
  .index_news .top_news {
    grid-template-columns: 1fr; }

@media screen and (min-width: 500px) {
  .index_news .top_news {
    grid-template-columns: 1fr 1fr; }

  .top_en .index_news .top_news {
    grid-template-columns: 1fr; } }
@media screen and (min-width: 1025px) {
  .index_news .top_news {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .top_en .index_news .top_news {
    grid-template-columns: 1fr 1fr; } }
.otherlists {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

.top_news,
.otherlists {
  list-style: none;
  display: grid;
  gap: 10px; }
  .top_news > li,
  .otherlists > li {
    margin: 0;
    border: 1px solid #CCC;
    background-color: #FFF;
    position: relative; }
    .top_news > li a, .top_news > li a:link, .top_news > li a:hover, .top_news > li a:active, .top_news > li a:visited,
    .otherlists > li a,
    .otherlists > li a:link,
    .otherlists > li a:hover,
    .otherlists > li a:active,
    .otherlists > li a:visited {
      color: #333; }
      .top_news > li a h2, .top_news > li a:link h2, .top_news > li a:hover h2, .top_news > li a:active h2, .top_news > li a:visited h2,
      .otherlists > li a h2,
      .otherlists > li a:link h2,
      .otherlists > li a:hover h2,
      .otherlists > li a:active h2,
      .otherlists > li a:visited h2 {
        color: #0066CC; }
  .top_news > li:hover,
  .otherlists > li:hover {
    border-color: #CC0066; }
    .top_news > li:hover a .content h2,
    .otherlists > li:hover a .content h2 {
      color: #CC0066; }
    .top_news > li:hover a .image img,
    .otherlists > li:hover a .image img {
      filter: opacity(70%); }

/*サポートお知らせ*/
.important_notices .top_news {
  display: block; }
  .important_notices .top_news li {
    margin-bottom: 5px; }
    .important_notices .top_news li a {
      display: block; }
    .important_notices .top_news li .image {
      border: none;
      padding: 10px 0 0 0; }
      .important_notices .top_news li .image img {
        width: 100px;
        display: block;
        margin: 0 auto; }
    .important_notices .top_news li .content {
      border: none; }
      .important_notices .top_news li .content h2, .important_notices .top_news li .content p {
        margin-bottom: 0; }

@media screen and (min-width: 640px) {
  .important_notices .top_news li a {
    display: flex;
    align-items: center; }
  .important_notices .top_news li .image {
    padding: 0 0 0 15px; }
  .important_notices .top_news li .content {
    padding-right: 90px; } }
.top_news li div.image,
.otherlists li div.image {
  border-bottom: 1px solid #CCC;
  text-align: center; }
  .top_news li div.image img,
  .otherlists li div.image img {
    width: auto;
    max-height: 200px;
    vertical-align: bottom;
    max-width: 100%; }
  .top_news li div.image img[src$=".svg"],
  .otherlists li div.image img[src$=".svg"] {
    max-height: 100px;
    padding: 10px; }
  .top_news li div.image img[src$="iconB_cyberlogo.png"],
  .otherlists li div.image img[src$="iconB_cyberlogo.png"] {
    max-height: 100px;
    padding: 5px; }
  .top_news li div.image img[src$="iconA_cyberlogo.svg"],
  .otherlists li div.image img[src$="iconA_cyberlogo.svg"] {
    max-height: 150px;
    padding: 5px; }
.top_news li div.content,
.otherlists li div.content {
  padding: 15px; }
  .top_news li div.content p,
  .otherlists li div.content p {
    margin: 0 0 10px 0;
    font-size: 0.9rem; }
    .top_news li div.content p img,
    .otherlists li div.content p img {
      margin-left: 3px; }
  .top_news li div.content h2,
  .otherlists li div.content h2 {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 1rem; }
    .top_news li div.content h2 small,
    .otherlists li div.content h2 small {
      font-size: 0.9rem;
      font-weight: normal;
      display: block; }
  .top_news li div.content div.products_date,
  .otherlists li div.content div.products_date {
    margin: -15px -15px 10px;
    padding: 0 15px;
    background: #174E9D;
    color: #FFF;
    text-align: center; }
  .top_news li div.content div.breaking_date,
  .otherlists li div.content div.breaking_date {
    margin: -15px -15px 10px;
    padding: 0 15px;
    background: #F90;
    text-align: center;
    color: #FFF; }
  .top_news li div.content dl,
  .otherlists li div.content dl {
    display: none;
    /*更新ツール一覧*/ }

/*コントローラー更新ツール*/
.otherlists_tool {
  grid-template-columns: 100%;
  margin: 0 0 3em 0; }
  .otherlists_tool a div.content {
    width: 100%;
    padding: 25px 15px; }
    .otherlists_tool a div.content p {
      margin: 0.5em 0; }
    .otherlists_tool a div.content h2 {
      font-size: 1.2rem;
      font-weight: 800;
      border: none;
      background-color: transparent;
      margin: 0 0 1em 0;
      padding: 0; }
    .otherlists_tool a div.content h3 {
      border: none;
      background: #EEE;
      padding: 2px;
      color: #000;
      font-size: 1rem; }
    .otherlists_tool a div.content dl.erreor_type {
      display: grid;
      gap: 5px;
      grid-template-columns: 5em auto;
      margin: 0;
      padding: 0; }
      .otherlists_tool a div.content dl.erreor_type dt, .otherlists_tool a div.content dl.erreor_type dd {
        margin: 0;
        padding: 0;
        background-color: transparent; }
      .otherlists_tool a div.content dl.erreor_type dd p {
        text-indent: -1em;
        padding: 0 0 0 1em;
        margin: 0 0 0.3em 0; }
      .otherlists_tool a div.content dl.erreor_type strong {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
        border: 1px solid #333;
        white-space: nowrap;
        color: #333;
        background: #FFF;
        border-radius: 3px;
        padding: 0 3px; }
    .otherlists_tool a div.content ul {
      list-style: disc;
      margin: 0 0 1em 1em; }
      .otherlists_tool a div.content ul li {
        margin: 0 0 0.3em 0; }

.newest li:hover {
  border-color: #CCC; }
.newest li div.content h2 {
  font-size: 1rem;
  padding: 10px;
  margin: -15px -15px 10px -15px;
  background: #DDD;
  border-bottom: 1px solid #CCC; }

@media screen and (min-width: 640px) {
  .otherlists_tool a {
    display: grid;
    gap: 0;
    grid-template-columns: 200px auto; }
    .otherlists_tool a div.image {
      border-right: 1px solid #CCC;
      border-bottom: none;
      display: grid;
      grid-template-columns: 100%;
      align-items: center;
      padding: 7px; } }
/*対応機種別のリンク*/
ul.hardcategory {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr); }
  ul.hardcategory li {
    margin: 0;
    padding: 0;
    background: #174E9D; }
    ul.hardcategory li a {
      display: block;
      margin: 0;
      padding: 2px 5px;
      text-align: center;
      color: #FFF; }
  ul.hardcategory li:hover {
    background: #F90; }
  ul.hardcategory li:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 2; }
  ul.hardcategory li:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 4 / 5; }

@media screen and (min-width: 640px) {
  ul.hardcategory {
    grid-template-columns: repeat(4, 1fr); }
    ul.hardcategory li:nth-child(2) {
      grid-row: 2 / 3; } }
/*日付なしのお知らせ*/
.top_newsline {
  border: 1px solid #174E9D;
  background: #FFF;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 10px; }
  .top_newsline li:last-child {
    margin-bottom: 0; }

/*--------------------------------*/
/*movie表示 レスポンシブ*/
/*--------------------------------*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie_outer_index {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  padding: 10px;
  margin-bottom: 1em; }

/*製品ページwidth:560pxまでの場合*/
.movie_outer {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC; }

.movie_outer_index .movie, .movie_outer .movie {
  max-width: 560px;
  margin: 0 auto; }

.movie_outer + h3,
.movie-wrap + h3 {
  margin-top: 1.5em; }

.movie_outer + p,
.movie-wrap + p {
  margin-top: 10px; }

.movie_outer + p.banner {
  margin-top: 5px; }

/*--------------------------------*/
/*新製品速報*/
/*--------------------------------*/
.breaking_news {
  background: #FFF;
  margin-bottom: 1em;
  padding: 20px;
  border: 1px solid #CCC; }
  .breaking_news .strongstrong {
    margin-bottom: 1em; }
  .breaking_news > h2 {
    margin-bottom: 5px;
    border: none; }
  .breaking_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #DDD; }
    .breaking_news ul p {
      margin: 0; }
    .breaking_news ul p.breaking_date {
      margin-bottom: 5px; }
    .breaking_news ul h2 {
      border: none;
      font-size: 110%;
      padding: 0;
      margin: 0; }
    .breaking_news ul li {
      margin: 0;
      padding: 15px 0;
      border-bottom: 1px solid #CCC; }
    .breaking_news ul li:last-child {
      margin: 0;
      border: none; }
    .breaking_news ul li > div {
      display: flex; }
      .breaking_news ul li > div div.breaking_news_title {
        flex-grow: 1;
        background: url("/assets/images/icon/icon_pdf_b.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 40px;
        padding-left: 40px;
        min-height: 40px; }
      .breaking_news ul li > div div.breaking_news_images {
        padding-right: 10px; }
        .breaking_news ul li > div div.breaking_news_images img {
          width: 150px;
          border: 1px solid #CCC; }
  .breaking_news ul.scl {
    padding: 0;
    margin: 0 -20px 5px -20px;
    overflow: auto;
    max-height: 200px;
    border-bottom: 1px solid #DDD; }
    .breaking_news ul.scl li {
      padding: 15px 20px; }
    .breaking_news ul.scl p.breaking_date {
      margin-bottom: 0; }

/*---------------------------*/
/*readmore*/
/*---------------------------*/
.readmore {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  webkit-box-pack: justify;
  justify-content: space-between;
  margin: 5px 0;
  padding: 0; }

.f_end {
  justify-content: flex-end; }

.readmore div {
  margin-left: 3px;
  padding: 3px 10px;
  border-radius: 3px; }
  .readmore div a {
    color: #FFF; }
.readmore div:hover {
  filter: opacity(70%); }
.readmore div.x100 {
  width: 100%;
  margin: 3px 0 0;
  padding: 3px 0;
  text-align: center; }
.readmore div.x50 {
  width: calc(50% - 2px);
  margin: 0;
  padding: 3px 0;
  text-align: center; }
.readmore .fo_bigger {
  padding: 10px 30px; }

.fo_bigger {
  font-size: 120%; }

.co_blue {
  background: #174E9D; }

.co_orange {
  background: #FF9900; }

.co_green {
  background: #006600; }

.co_red {
  background: #990000; }

.outside_link {
  list-style: none;
  margin: 0 0 2em 0; }
  .outside_link li {
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFF; }
    .outside_link li span {
      font-size: 0.9rem;
      font-weight: normal; }
  .outside_link li:hover {
    filter: opacity(70%); }
  .outside_link a {
    color: #FFF; }

.dora li {
  background: #00A6E9; }

.fifae li {
  background: #2317C4; }

/*三角擬似要素*/
.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #FFF;
  text-decoration: none; }

.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px; }

/*　青丸blueCircl ＞　リンク用*/
ul.bc {
  list-style: none; }
  ul.bc li {
    padding-left: 1.3em;
    position: relative;
    vertical-align: middle; }
  ul.bc li:after,
  ul.bc li:before {
    display: inline-block;
    position: absolute;
    margin: auto;
    content: '';
    vertical-align: middle; }
  ul.bc li:before {
    left: 0;
    top: .25em;
    width: 1em;
    height: 1em;
    background-color: #0058A1;
    border-radius: 50%; }
  ul.bc li:after {
    left: 0.25em;
    top: 0.525em;
    width: 0.25em;
    height: 0.25em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*項目強調list 青●*/
ul.bs {
  list-style: none; }
  ul.bs li {
    padding-left: 1em;
    position: relative;
    vertical-align: middle; }
  ul.bs li:before {
    display: inline-block;
    position: absolute;
    margin: auto;
    content: '';
    vertical-align: middle;
    left: 0;
    top: .45em;
    width: .6em;
    height: .6em;
    background-color: #0058A1;
    border-radius: 50%; }
