
@charset "UTF-8";
.pr {
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.link-btn {
  background: #03234b;
  color: #fff !important;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  display: block;
  text-decoration: none;
  font-weight: bold !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.link-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background-color: #8191a5;
  background-image: url("../images/arrow_right_2.png");
  background-size: 10px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}

.link-btn:hover {
  background: #c0c8d2 !important;
  text-decoration: none !important;
  color: #03234b !important;
  display: flex !important;
}

.link-btn:hover:after {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background-color: #03234b;
}

.bold {
  font-weight: bold;
}

#header #globalnavi #globalnavilist > li#products-buy::before {
  content: none !important;
}

#header #globalnavi #globalnavilist > li#products-buy:hover::before {
  content: none !important;
}

#header #globalnavi #globalnavilist > li#products-buy:hover {
  transition: none !important;
}

#header #globalnavi #globalnavilist > li#products-buy > a {
  transition: none !important;
}

#products-buy {
  background: #03234b;
  margin-top: -4px;
  padding: 0 !important;
  border: 1px solid #03234b;
  position: relative;
}

#products-buy a {
  vertical-align: middle;
  display: block;
  padding: 0 0 0 10px;
  text-align: center;
}

#products-buy a span {
  font-weight: bold !important;
  font-size: 18px !important;
}

#products-buy a i {
  margin-left: 5px !important;
}

/*
#products-buy a:after {
  content: "";
  width: 16px;
  height: 15px;
  display: block;
  margin-right: 10px;
  background-image: url("../images/icon-link-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  #products-buy a:after {
    position: absolute;
    right: 30px;
  }
}
*/

#products-buy a:hover {
  background: #fff !important;
  color: #03234b !important;
}

/*
#products-buy a:hover:after {
  background-image: url("../images/icon_link_2.png");
}
*/

#products-buy a:hover i {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #03234b;
}

@media screen and (max-width: 1024px) {
  #products-buy a {
    padding-left: 10px;
    color: #fff !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap;
    width: 100% !important;
  }
  #products-buy a span {
    display: block;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-left: 10px;
  }
  #products-buy a i {
    display: block;
    margin-right: 10px !important;
  }
}

#products-buy i {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #products-buy i {
    font-size: 18x !important;
    color: #fff !important;
    margin: 0 0 0 auto !important;
    padding: 0 10px 0 0;
    cursor: pointer;
    display: inline-block !important;
  }
}

@media screen and (max-width: 1024px) {
  #products-buy:hover {
    background: #fff !important;
  }
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist {
  width: 365px;
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul {
  width: 100%;
  padding: 0;
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul li a {
  font-weight: normal;
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul li a.bold {
  font-weight: bold;
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul li a i {
  color: #03234b;
}

#header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .child ul li:nth-child(even) {
  margin-bottom: 20px;
}

#header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist {
  padding-left: 100px;
}

#header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn {
  width: 250px;
  margin-bottom: 15px;
}

#header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist ul li a i {
  color: #03234b;
}

#header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul {
  padding-left: 0;
}

#header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul li {
  margin-bottom: 5px;
}

.a-micro-area > ul {
  margin-top: 63px;
}

.margin-01 {
  margin-top: 50px;
}

.margin-02 {
  margin-top: 26px;
}

#contents.index header .big-banner {
  display: block;
  margin-right: 40px;
}

#contents.index header .big-banner h1 {
  width: 100%;
  min-width: inherit;
  float: none;
  clear: both;
  font-size: 14px;
  border-bottom: none;
  padding: 0;
  font-weight: normal;
  color: #74757c;
  margin-bottom: 20px;
}

#contents.index header .big-banner h1 span {
  color: #03234b;
}

#contents.index header .big-banner p {
  width: 49%;
}

#contents.index header .big-banner p img {
  width: 100%;
}

.side-banner {
  margin: 20px 0 0;
}

.side-banner li {
  margin-bottom: 20px;
}

.side-submit {
  padding-top: 20px;
}

.login-btn {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#contents .wrap .aside .merit {
  border-top: none;
  margin-top: 0;
}

#contents .wrap .aside .merit a {
  font-size: inherit;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#contents .wrap .aside .submit a {
  display: block;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #3cb4e6;
  position: relative;
  font-size: 16px;
}

#contents .wrap .aside .submit a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 5px;
}

#contents .wrap .aside .submit a:before {
  content: none;
}

#contents .wrap .aside .submit a:hover {
  text-decoration: none;
}

.pwd-loss {
  display: block;
  margin: 15px 0;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#contents .wrap .aside h3.side-faq.link {
  background: #3cb4e6;
  padding: 0;
  border: 1px solid #3cb4e6;
}

#contents .wrap .aside h3.side-faq.link:after {
  display: inline-block;
  top: 5px;
}

#contents .wrap .aside h3.side-faq.link a {
  font-size: 1.7rem;
  font-weight: bolder;
  color: #fff;
  padding: 5px 15px;
  width: 100%;
  position: relative;
  display: block;
}

#contents .wrap .aside h3.side-faq.link:hover {
  background: #fff;
}

#contents .wrap .aside h3.side-faq.link:hover a {
  color: #03234b;
}

#contents .wrap .aside h3.side-faq.link:hover:after {
  color: #03234b;
}

.features-select {
  position: relative;
  margin-right: 40px;
  margin-bottom: 50px;
}

.features-select h1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100px !important;
  min-width: inherit !important;
  font-size: 20px !important;
  padding: 0 !important;
  height: 35px;
  line-height: 30px;
}

.features-select h1:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 25px;
  height: 25px;
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  transform: rotate(45deg);
}

.features-select h2.features-index {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100px !important;
  min-width: inherit !important;
  color: #03234b !important;
  font-size: 20px !important;
  padding: 0 !important;
  height: 35px;
  line-height: 30px;
}

.features-select h2.features-index:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 25px;
  height: 25px;
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  transform: rotate(45deg);
}

.features-select h2 {
  text-align: center;
  margin-bottom: 15px;
}

.features-select .flex div {
  background: #f4f4f4;
  padding: 10px;
}

.features-select .flex div:nth-child(1) {
  width: 538px;
}

.features-select .flex div:nth-child(1) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features-select .flex div:nth-child(1) li {
  width: 49%;
}

.features-select .flex div:nth-child(2) {
  width: 276px;
}

.features-select li {
  margin-bottom: 10px;
}

#menu-footer .container li.box {
  float: left;
  width: 215px;
  font-size: 1.4rem;
  font-weight: bolder;
  border-left: 1px solid #fff;
  padding-left: 1.5rem;
}

#menu-footer .container li.box a {
  color: #fff;
}

#menu-footer .container li.box a:hover {
  color: #3cb4e6;
}

#menu-footer .container li.box div {
  margin-bottom: 15px;
}

#menu-footer .container li.box p {
  margin-top: 15px;
  font-weight: normal;
}

#menu-footer .container li.box p.ft-first {
  margin-top: 0;
}

#menu-footer .container li.box ul {
  margin: 0;
}

#menu-footer .container li.box.wide {
  width: 250px;
}

#menu-footer .container li.box ul.child {
  padding-left: 10px;
}

#copyright a.footer-contact {
  padding-left: 50px;
  padding-right: 30px;
}

#copyright a.footer-contact i {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  #copyright a.footer-contact {
    padding-left: inherit;
    padding-right: inherit;
  }
  #copyright a.footer-contact i {
    margin-left: 10px;
  }
}

#contents .wrap .seminar-block dl.list {
  display: flex;
  border-top: 1px solid #e3e3e5;
  padding-bottom: 10px;
}

#contents .wrap .seminar-block dl.list:nth-of-type(1) {
  border-top: none;
}

#contents .wrap .seminar-block dl.list dt {
  width: 25% !important;
}

@media screen and (max-width: 1024px) {
  #contents .wrap .seminar-block dl.list dt {
    width: 30% !important;
  }
}

#contents .wrap .seminar-block dl.list dd p {
  text-align: right;
  font-weight: normal;
}

#contents .wrap .seminar-block dl.list dd a {
  font-weight: normal;
}

#contents .wrap .seminar-block dl.list dd:nth-of-type(1) {
  width: 20%;
  padding-left: 10px;
  padding-right: 5px;
}

@media screen and (max-width: 1024px) {
  #contents .wrap .seminar-block dl.list dd:nth-of-type(1) {
    width: 25%;
  }
}

#contents .wrap .seminar-block dl.list dd:nth-of-type(1) span {
  display: inline-block;
  padding: 2px 5px 1px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

#contents .wrap .seminar-block dl.list dd:nth-of-type(1) span.online {
  background: #74747c;
  font-size: 10px;
}

#contents .wrap .seminar-block dl.list dd:nth-of-type(1) span.other {
  background: #a2a2a7;
  font-size: 10px;
}

#contents .wrap .news-block dl.list dt {
  width: 100% !important;
  display: block;
}

#contents .wrap .news-block dl.list dd {
  width: 100%;
  display: block;
}

#contents .wrap .news-block dl.list dd a {
  color: inherit;
  font-weight: normal;
  position: relative;
  display: block;
}

#contents .wrap .news-block dl.list dd a span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #3cb4e6;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

#contents .wrap .news-block dl.list dd a:hover span {
  border-bottom: 1px solid #3cb4e6;
}

@media (max-width: 1080px) {
  #header #globalnavi #globalnavilist > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .a-micro-area > ul {
    margin-top: 0;
  }
  .margin-01, .margin-02 {
    margin-top: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist {
    padding-left: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn {
    width: inherit;
    margin-bottom: inherit !important;
    background: transparent !important;
    color: inherit !important;
    line-height: 1.2;
    padding-left: 5px;
    text-decoration: none;
    font-weight: bold !important;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn:after {
    content: none;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn:hover {
    background: transparent !important;
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn:hover:after {
    content: none;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist ul li a i {
    color: #03234b;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul {
    padding-left: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul li {
    margin-bottom: 5px;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist {
    width: 100%;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .link-btn {
    width: inherit;
    margin-bottom: inherit !important;
    background: transparent !important;
    color: inherit !important;
    line-height: 1.2;
    padding-left: 5px;
    text-decoration: none;
    font-weight: bold !important;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .link-btn:after {
    content: none;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .link-btn:hover {
    background: transparent !important;
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .link-btn:hover:after {
    content: none;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul {
    width: 100%;
    padding: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul li a {
    font-weight: normal;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist ul li a i {
    color: #03234b;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist03 > .globalnavisublist .child ul li:nth-child(even) {
    margin-bottom: 20px;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist {
    padding-left: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .link-btn {
    width: 250px;
    margin-bottom: 15px;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist ul li a i {
    color: #03234b;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul {
    padding-left: 0;
  }
  #header #globalnavi #globalnavilist > li#globalnavilist02 > .globalnavisublist .child ul li {
    margin-bottom: 5px;
  }
  .features-select {
    position: relative;
  }
  .features-select h1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100px !important;
    min-width: inherit !important;
    font-size: 20px !important;
    padding: 0 !important;
    height: 35px;
    line-height: 30px;
  }
  .features-select h1:after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 25px;
    height: 25px;
    border-top: 25px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    transform: rotate(45deg);
  }
  .features-select h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .features-select .flex {
    display: block;
  }
  .features-select .flex div {
    background: #f4f4f4;
    padding: 10px;
  }
  .features-select .flex div:nth-child(1) {
    margin-bottom: 5px;
    padding-top: 50px;
    width: 100%;
  }
  .features-select .flex div:nth-child(1) ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .features-select .flex div:nth-child(1) li {
    width: 100%;
  }
  .features-select .flex div:nth-child(2) {
    width: 100%;
  }
  .features-select li {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #contents.index header .big-banner {
    display: block;
  }
  #contents.index header .big-banner .flex {
    display: block;
  }
  #contents.index header .big-banner h1 {
    width: 100%;
    min-width: inherit;
    float: none;
    clear: both;
    font-size: 14px;
    border-bottom: none;
    padding: 0;
    font-weight: normal;
    color: #74757c;
    margin-bottom: 20px;
  }
  #contents.index header .big-banner h1 span {
    color: #03234b;
  }
  #contents.index header .big-banner p {
    width: 100%;
    margin-bottom: 10px;
  }
  #contents.index header .big-banner p img {
    width: 100%;
  }
  #menu-footer {
    min-width: inherit;
  }
  #menu-footer .container {
    padding: 0;
  }
  #menu-footer .container ul li.box {
    width: 100%;
    float: none;
    clear: both;
    border-left: none;
    padding: 0;
  }
  #menu-footer .container ul li.box div {
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
  }
  #menu-footer .container ul li.box div:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #menu-footer .container ul li.box div.open:after {
    content: "\f077";
  }
  #menu-footer .container ul li.box > ul {
    background: #ddd;
    display: none;
    margin: 0;
    padding: 15px 0;
  }
  #menu-footer .container ul li.box > ul .fsp-title {
    color: #03234b;
    padding: 10px;
    position: relative;
  }
  #menu-footer .container ul li.box > ul .fsp-title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #menu-footer .container ul li.box > ul .fsp-title.open:after {
    content: "\f077";
  }
  #menu-footer .container ul li.box > ul a.fsp-title2 {
    display: block;
    color: #03234b;
    padding: 10px;
    position: relative;
  }
  #menu-footer .container ul li.box > ul ul.child {
    display: block;
  }
  #menu-footer .container ul li.box > ul li a {
    color: #03234b;
  }
  #menu-footer .container ul li.box > ul li ul {
    display: none;
  }
  #menu-footer .container ul li.box > ul li ul li a {
    padding: 10px;
    display: block;
    color: #03234b;
  }
  #menu-footer .container ul li.box.box2 > ul li {
    padding: 10px;
  }
  #menu-footer .container ul li.box.wide {
    width: 100%;
  }
  #menu-footer .container ul li.box.vertical {
    margin-top: 0;
  }
}

.d-none {
  opacity: 0;
}

.table-scroll-left {
  display: none;
}

@media (max-width: 768px) {
  .table-scroll-left {
    display: block;
    position: sticky;
    left: 85%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #8191a5;
    opacity: 0.8;
    padding-top: 13px !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    box-sizing: border-box !important;
  }
  .table-scroll-left i {
    display: block;
  }
  .table-scroll-left.d-none {
    opacity: 0;
  }
}

.table-scroll-right {
  display: none;
}

@media (max-width: 768px) {
  .table-scroll-right {
    display: block;
    position: sticky;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    padding-top: 13px !important;
    background: #8191a5;
    opacity: 0.8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    box-sizing: border-box !important;
  }
  .table-scroll-right i {
    transform: rotate(180deg);
    display: block;
  }
  .table-scroll-right.d-none {
    opacity: 0;
  }
  .table-scroll-right.stm32f {
    left: 23%;
  }
}

.table-open .table-scroll-right {
  left: 4%;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .table-responsive {
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

#contents #outline-wrap .item-table {
  width: 860px;
  border-collapse: collapse;
}

#contents #outline-wrap .item-table thead th a {
  display: block;
  background: #d1d1d3;
  text-align: center;
  color: #03234b !important;
  padding: 10px;
  position: relative;
}

#contents #outline-wrap .item-table thead th a:hover {
  text-decoration: none !important;
}

#contents #outline-wrap .item-table thead th a i {
  display: inline-block;
  margin-left: 10px;
}

#contents #outline-wrap .item-table thead th a figure {
  display: block;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .item-table thead th.blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
}

#contents #outline-wrap .item-table tbody th {
  vertical-align: middle;
  padding: 3px 0;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .item-table tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
  }
}

#contents #outline-wrap .item-table tbody th a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #03234b;
  color: #fff !important;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 0 35px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

#contents #outline-wrap .item-table tbody th a span {
  display: block;
  text-align: center;
  width: 100%;
}

#contents #outline-wrap .item-table tbody th a.micro-p {
  background-image: url("../images/icon-micon01.png");
}

#contents #outline-wrap .item-table tbody th a.micro-p:hover {
  background-image: url("../images/icon-micon01_on.png");
}

#contents #outline-wrap .item-table tbody th a.high-p {
  background-image: url("../images/icon-micon02.png");
}

#contents #outline-wrap .item-table tbody th a.high-p:hover {
  background-image: url("../images/icon-micon02_on.png");
}

#contents #outline-wrap .item-table tbody th a.main-s {
  background-image: url("../images/icon-micon03.png");
}

#contents #outline-wrap .item-table tbody th a.main-s:hover {
  background-image: url("../images/icon-micon03_on.png");
}

#contents #outline-wrap .item-table tbody th a.super-v {
  background-image: url("../images/icon-micon04.png");
  background-position: 15px 50%;
}

#contents #outline-wrap .item-table tbody th a.super-v:hover {
  background-image: url("../images/icon-micon04_on.png");
}

#contents #outline-wrap .item-table tbody th a.wifi {
  background-image: url("../images/icon-micon05.png");
}

#contents #outline-wrap .item-table tbody th a.wifi:hover {
  background-image: url("../images/icon-micon05_on.png");
}

#contents #outline-wrap .item-table tbody th a.car-m {
  background-image: url("../images/icon-micon06.png");
}

#contents #outline-wrap .item-table tbody th a.car-m:hover {
  background-image: url("../images/icon-micon06_on.png");
}

#contents #outline-wrap .item-table tbody th a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: flex;
  height: 55px;
  padding: 0 2px;
  align-items: center;
  background-color: #8191a5;
}

#contents #outline-wrap .item-table tbody th a:hover {
  background-color: #c0c8d2;
  text-decoration: none !important;
  color: #03234b !important;
}

#contents #outline-wrap .item-table tbody th a:hover:after {
  color: #fff !important;
  background: #03234b;
}

#contents #outline-wrap .item-table tbody td {
  padding: 0;
}

#contents #outline-wrap .item-table tbody td div {
  height: 55px;
  border-top: 1px solid #03234b;
  border-bottom: 1px solid #03234b;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents #outline-wrap .item-table tbody td:nth-last-child(1) div {
  border-right: 1px solid #03234b;
}

#contents #outline-wrap .item-table tbody td ul {
  display: flex;
  justify-content: center;
}

#contents #outline-wrap .item-table tbody td ul.yellow-t li a {
  border: 1px solid #ffd200;
}

#contents #outline-wrap .item-table tbody td ul.yellow-t li a:hover {
  border: 1px solid #03234b;
}

#contents #outline-wrap .item-table tbody td ul.yellow-t li a:hover:after {
  border: solid 2px #03234b;
}

#contents #outline-wrap .item-table tbody td ul.yellow-t.flex-column li {
  text-align: center;
  margin: 0 auto;
}

#contents #outline-wrap .item-table tbody td ul.yellow-t.flex-column li:nth-of-type(1) {
  margin-bottom: 4px;
}

#contents #outline-wrap .item-table tbody td ul.blue-t li {
  margin: 0 2px;
}

#contents #outline-wrap .item-table tbody td ul.blue-t li a {
  border: 1px solid #3cb4e6;
}

#contents #outline-wrap .item-table tbody td ul.blue-t li a:hover {
  border: 1px solid #03234b;
}

#contents #outline-wrap .item-table tbody td ul.blue-t li a:hover:after {
  border: solid 2px #03234b;
}

#contents #outline-wrap .item-table tbody td ul li {
  text-align: center;
  position: relative;
  width: 100px;
  padding: 0;
}

#contents #outline-wrap .item-table tbody td ul li a {
  color: #03234b !important;
  display: block;
  width: 100%;
  line-height: 1.3;
}

#contents #outline-wrap .item-table tbody td ul li a:after {
  content: "";
  border: solid 2px transparent;
  position: absolute;
  /* border-radius: 5px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#contents #outline-wrap .item-table tbody td ul li a span {
  font-weight: bold;
}

#contents #outline-wrap .item-table tbody td ul li a:hover {
  text-decoration: none !important;
}

#contents #outline-wrap .stm32-bottom-line {
  border-bottom: 1px solid #bac5cb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#contents #outline-wrap .table-stm32 {
  width: 860px;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .table-stm32 {
    margin-top: -70px;
  }
}

#contents #outline-wrap .table-stm32 thead th {
  background: #d1d1d3 url("../images/logo-stm32.svg") no-repeat 25px 11px;
  text-align: center;
  color: #03234b !important;
  padding: 20px;
  font-size: 24px;
  position: relative;
  background-size: 56px auto;
}

#contents #outline-wrap .table-stm32 thead th img.longevity,
#contents #outline-wrap .table-stm8 thead th img.longevity {
	width: 70px;
	height: auto;
	position: absolute;
	top: 4px;
	right: 20px;
}

#contents #outline-wrap .table-stm32 thead th span {
  font-size: 10px;
}

#contents #outline-wrap .table-stm32 tbody th {
  vertical-align: middle;
  padding: 3px 0;
  width: 70px;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .table-stm32 tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
  }
}

#contents #outline-wrap .table-stm32 tbody th a {
  display: flex;
  width: 70px;
  justify-content: space-between;
  align-items: center;
  background-color: #03234b;
  color: #fff !important;
  text-align: center;
  line-height: 1.3;
  padding: 0;
  background-repeat: no-repeat;
}

#contents #outline-wrap .table-stm32 tbody th a span {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 80px;
  font-size: 1.2rem;
}

#contents #outline-wrap .table-stm32 tbody th a.high-p {
  background-image: url("../images/icon-micro02-big.png");
  background-size: 36px auto;
  background-position: 32% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.high-p:hover {
  background-image: url("../images/icon-micro02-big_on.png");
  background-size: 36px auto;
  background-position: 32% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.main-s {
  background-image: url("../images/icon-micro03-big.png");
  background-size: 32px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.main-s:hover {
  background-image: url("../images/icon-micro03-big_on.png");
  background-size: 32px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.super-v {
  background-image: url("../images/icon-micro04-big.png");
  background-size: 20px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.super-v:hover {
  background-image: url("../images/icon-micro04-big_on.png");
  background-size: 20px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.wifi {
  background-image: url("../images/icon-micro05-big.png");
  background-size: 32px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.wifi:hover {
  background-image: url("../images/icon-micro05-big_on.png");
  background-size: 32px auto;
  background-position: 40% 35%;
}

#contents #outline-wrap .table-stm32 tbody th a.car-m {
  background-image: url("../images/icon-micro06-big.png");
  background-position: 45% 40%;
}

#contents #outline-wrap .table-stm32 tbody th a.car-m:hover {
  background-image: url("../images/icon-micro06-big_on.png");
}

#contents #outline-wrap .table-stm32 tbody th a.car-m.double-row:after {
  height: 285px;
}

#contents #outline-wrap .table-stm32 tbody th a.car-m span {
  padding-top: 20px;
}

#contents #outline-wrap .table-stm32 tbody th a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: flex;
  height: 147px;
  padding: 0 2px;
  align-items: center;
  background-color: #8191a5;
}

#contents #outline-wrap .table-stm32 tbody th a:hover {
  background-color: #c0c8d2;
  text-decoration: none !important;
  color: #03234b !important;
}

#contents #outline-wrap .table-stm32 tbody th a:hover:after {
  color: #fff !important;
  background: #03234b;
}

#contents #outline-wrap .table-stm32 tbody td {
  padding: 0;
}

#contents #outline-wrap .table-stm32 tbody td .flex {
  height: 147px;
  border-top: 1px solid #03234b;
  border-bottom: 1px solid #03234b;
  border-right: 1px solid #03234b;
}

#contents #outline-wrap .table-stm32 tbody td .flex div {
  width: 20%;
  padding: 0 3px;
}

#contents #outline-wrap .table-stm32 tbody td .flex div.single-column-margintop {
  margin-top: 62px;
}

#contents #outline-wrap .table-stm32 tbody td a {
  display: block;
}

#contents #outline-wrap .table-stm32 tbody td a:nth-child(1) {
  padding: 6px 0 8px 0 !important;
}

#contents #outline-wrap .table-stm32 tbody td a:nth-child(3) {
  padding: 8px 0 8px 0 !important;
}

#contents #outline-wrap .table-stm32 tbody td dl {
  display: block !important;
  color: #03234b;
  padding: 0 !important;
  border: 2px solid #ffd200;
}

#contents #outline-wrap .table-stm32 tbody td dl:hover {
  border: 2px solid #03234b;
  /* border-radius: 5px; */
}

#contents #outline-wrap .table-stm32 tbody td dl:hover dt {
  /* border-radius: 5px 5px 0 0; */
}

#contents #outline-wrap .table-stm32 tbody td dl:hover dd:nth-last-child(1) {
  /* border-radius: 0 0 5px 5px; */
}

#contents #outline-wrap .table-stm32 tbody td dl.sup01 dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #3cb4e6;
  border-radius: 50%;
  right: 3px;
  top: 2px;
}

#contents #outline-wrap .table-stm32 tbody td dl.sup02 dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #03234b;
  border-radius: 50%;
  right: 3px;
  top: 2px;
}

#contents #outline-wrap .table-stm32 tbody td dl dt {
  width: 100% !important;
  font-weight: bold;
  color: #03234b !important;
  padding-right: 0 !important;
  display: block !important;
  background: #ffd200;
  font-size: 1.2rem !important;
  text-align: center;
  margin: 0 !important;
}

#contents #outline-wrap .table-stm32 tbody td dl dd {
  width: 100% !important;
  display: block !important;
  font-size: 1.0rem !important;
  text-align: center;
  line-height: 1.3;
}

#contents #outline-wrap .table-stm32 tbody td dl dd:nth-of-type(1) {
  padding-top: 2px;
}

#contents #outline-wrap .table-stm32 tbody td dl dd:nth-last-child(1) {
  padding-bottom: 2px;
}

#contents #outline-wrap .table-stm32 tbody tr:nth-child(3) th a,
#contents #outline-wrap .table-stm32 tbody tr:nth-child(3) th a:after,
#contents #outline-wrap .table-stm32 tbody tr:nth-child(3) td .flex {
  height: 190px;
}

#contents #outline-wrap .table-stm32 tbody tr:nth-child(4) th a,
#contents #outline-wrap .table-stm32 tbody tr:nth-child(4) th a:after,
#contents #outline-wrap .table-stm32 tbody tr:nth-child(4) td .flex {
  height: 160px;
}

#contents #outline-wrap .table-stm8 {
  width: 860px;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .table-stm8 {
    margin-top: -70px;
  }
}

#contents #outline-wrap .table-stm8 thead th {
  background: #d1d1d3;
  text-align: center;
  color: #03234b !important;
  padding: 20px;
  font-size: 24px;
  position: relative;
 }

#contents #outline-wrap .table-stm8 thead th span {
  font-size: 10px;
}

#contents #outline-wrap .table-stm8 tbody th {
  vertical-align: middle;
  padding: 3px 0;
  width: 117px;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .table-stm8 tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
  }
}

#contents #outline-wrap .table-stm8 tbody th a {
  display: flex;
  width: 117px;
  justify-content: space-between;
  align-items: center;
  background-color: #03234b;
  color: #fff !important;
  text-align: center;
  line-height: 1.3;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 45% 35%;
}

#contents #outline-wrap .table-stm8 tbody th a span {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 80px;
}

#contents #outline-wrap .table-stm8 tbody th a.high-p {
  background-image: url("../images/icon-micro02-big.png");
}

#contents #outline-wrap .table-stm8 tbody th a.high-p:hover {
  background-image: url("../images/icon-micro02-big_on.png");
}

#contents #outline-wrap .table-stm8 tbody th a.main-s {
  background-image: url("../images/icon-micro03-big.png");
}

#contents #outline-wrap .table-stm8 tbody th a.main-s:hover {
  background-image: url("../images/icon-micro03-big_on.png");
}

#contents #outline-wrap .table-stm8 tbody th a.super-v {
  background-image: url("../images/icon-micro04-big.png");
}

#contents #outline-wrap .table-stm8 tbody th a.super-v:hover {
  background-image: url("../images/icon-micro04-big_on.png");
}

#contents #outline-wrap .table-stm8 tbody th a.wifi {
  background-image: url("../images/icon-micro05-big.png");
}

#contents #outline-wrap .table-stm8 tbody th a.wifi:hover {
  background-image: url("../images/icon-micro05-big_on.png");
}

#contents #outline-wrap .table-stm8 tbody th a.car-m {
  background-image: url("../images/icon-micro06-big.png");
  background-position: 45% 40%;
}

#contents #outline-wrap .table-stm8 tbody th a.car-m:hover {
  background-image: url("../images/icon-micro06-big_on.png");
}

#contents #outline-wrap .table-stm8 tbody th a.car-m.double-row:after {
  height: 285px;
}

#contents #outline-wrap .table-stm8 tbody th a.car-m span {
  padding-top: 20px;
}

#contents #outline-wrap .table-stm8 tbody th a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: flex;
  height: 138px;
  padding: 0 2px;
  align-items: center;
  background-color: #8191a5;
}

#contents #outline-wrap .table-stm8 tbody th a:hover {
  background-color: #c0c8d2;
  text-decoration: none !important;
  color: #03234b !important;
}

#contents #outline-wrap .table-stm8 tbody th a:hover:after {
  color: #fff !important;
  background: #03234b;
}

#contents #outline-wrap .table-stm8 tbody td {
  padding: 0;
}

#contents #outline-wrap .table-stm8 tbody td .flex {
  height: 138px;
  align-items: center;
  border-top: 1px solid #03234b;
  border-bottom: 1px solid #03234b;
  border-right: 1px solid #03234b;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(1) {
  width: 178px;
  display: flex;
  align-items: center;
  padding: 10px;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(1) p {
  padding: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
  height: 112px;
  background: #d1d1d3;
  color: #03234b;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(2) {
  width: 230px;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(2) p {
  color: #03234b;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(3) {
  width: 230px;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(4) {
  width: 60px;
  padding-right: 10px;
}

#contents #outline-wrap .table-stm8 tbody td .flex div:nth-child(4) img {
  width: 100%;
  display: block;
  margin-bottom: -30px;
}

#contents #outline-wrap .table-stm8 tbody td a {
  display: block;
}

#contents #outline-wrap .table-stm8 tbody td a:nth-child(1) {
  padding: 6px 0 8px 0 !important;
}

#contents #outline-wrap .table-stm8 tbody td dl {
  display: block !important;
  height: 112px;
  color: #03234b;
  padding: 0 !important;
  border: 2px solid #ffd200;
}

#contents #outline-wrap .table-stm8 tbody td dl:hover {
  border: 2px solid #03234b;
}

#contents #outline-wrap .table-stm8 tbody td dl:hover dt {
}

#contents #outline-wrap .table-stm8 tbody td dl:hover dd:nth-last-child(1) {
}

#contents #outline-wrap .table-stm8 tbody td dl.sup01 dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #3cb4e6;
  border-radius: 50%;
  right: -20px;
  top: 5px;
}

#contents #outline-wrap .table-stm8 tbody td dl.sup02 dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #03234b;
  border-radius: 50%;
  right: -20px;
  top: 5px;
}

#contents #outline-wrap .table-stm8 tbody td dl dt {
  width: 100% !important;
  font-weight: bold;
  color: #03234b !important;
  padding-right: 0 !important;
  display: block !important;
  background: #ffd200;
  font-size: 1.3rem !important;
  text-align: center;
  margin: 0 !important;
}

#contents #outline-wrap .table-stm8 tbody td dl dd {
  width: 100% !important;
  display: flex;
  height: 85px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem !important;
  text-align: center;
  line-height: 1.3;
}

#contents #outline-wrap .table-stm8 tbody td dl dd:nth-of-type(1) {
  padding-top: 2px;
}

#contents #outline-wrap .table-stm8 tbody td dl dd:nth-last-child(1) {
  padding-bottom: 2px;
}

#contents #outline-wrap .table-stm32-bottom {
  border-collapse: collapse;
  margin-top: 10px;
  width: 860px;
}

#contents #outline-wrap .table-stm32-bottom th, #contents #outline-wrap .table-stm32-bottom td {
  border-top: 1px solid #03234b;
  font-size: 10px;
  font-weight: bold;
  padding-top: 8px;
  color: #03234b;
  background: #fff;
}

#contents #outline-wrap .table-stm32-bottom th span, #contents #outline-wrap .table-stm32-bottom td span {
  display: block;
  text-align: center;
  position: relative;
}

#contents #outline-wrap .table-stm32-bottom th span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 11px;
  background: #03234b;
  top: -13px;
  right: -2px;
}

#contents #outline-wrap .table-stm32-bottom td span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 11px;
  background: #03234b;
  top: -25px;
  right: -2px;
}

#contents #outline-wrap .table-stm32-bottom th {
  width: 70px;
  line-height: 13px;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .table-stm32-bottom th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
  }
  #contents #outline-wrap .table-stm32-bottom th span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-right: 4px solid #03234b;
    height: 11px;
    background: linear-gradient(#fff 0, #fff 5px, transparent 5px, transparent 11px);
    top: -13px;
    right: -2px;
  }
}

#contents #outline-wrap .table-stm32-bottom td {
  width: 132px;
}

#contents #outline-wrap .table-stm32-bottom td.double {
  width: 262px;
}

#contents #outline-wrap .sup-text {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  color: #03234b;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .sup-text {
    width: 860px;
  }
}

#contents #outline-wrap .sup-text li {
  width: 45%;
}

#contents #outline-wrap .sup-text li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-right: 2px;
}

#contents #outline-wrap .sup-text li:nth-child(1):before {
  background: #3cb4e6;
}

#contents #outline-wrap .sup-text li:nth-child(2):before {
  background: #03234b;
}

#contents #outline-wrap .stm-banner {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .stm-banner {
    display: block;
  }
}

#contents #outline-wrap .stm-banner li a img {
  width: 100%;
}

#contents #outline-wrap .stm-banner li:nth-child(1) {
  width: 509px;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .stm-banner li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

#contents #outline-wrap .stm-banner li:nth-child(2) {
  width: 337px;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .stm-banner li:nth-child(2) {
    width: 100%;
  }
}

#contents #outline-wrap .stm-banner li:nth-child(2) a img:hover {
  opacity: 10;
}

#contents #outline-wrap .solution-menu {
  margin-top: 50px;
}

#contents #outline-wrap .solution-menu h2 {
  font-size: 22px;
  color: #03234b;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-menu h2 {
    font-size: 4.8vw;
  }
}

#contents #outline-wrap .solution-menu h3 {
  clear: both;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #03234b;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-menu h3 {
    margin-top: 30px;
  }
}

#contents #outline-wrap .solution-menu h3:nth-of-type(2) {
  margin-top: 30px;
}

#contents #outline-wrap .solution-menu ul {
  flex-wrap: wrap;
}

#contents #outline-wrap .solution-menu ul:after {
  content: "";
  display: block;
  width: 24%;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-menu ul:after {
    width: 49%;
  }
}

#contents #outline-wrap .solution-menu ul li {
  width: 24%;
  margin-bottom: 10px;
}

#contents #outline-wrap .solution-menu ul li.stm8-menu {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .solution-menu ul li.stm8-menu {
    width: 100%;
    margin-bottom: 10px;
  }
}

#contents #outline-wrap .solution-menu ul li.stm8-menu.stm8-menu2 {
  width: 49%;
}

@media screen and (max-width: 1024px) {
  #contents #outline-wrap .solution-menu ul li.stm8-menu.stm8-menu2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#contents #outline-wrap .solution-menu ul li.stm8-menu a {
  border: 1px solid #3cb4e6;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  justify-content: center;
  position: relative;
  height: 70px;
  text-align: center;
}

#contents #outline-wrap .solution-menu ul li.stm8-menu a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #3cb4e6;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#contents #outline-wrap .solution-menu ul li.stm8-menu a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  background-image: url("../images/icon-link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  right: 10px;
  bottom: 5px;
}

#contents #outline-wrap .solution-menu ul li.stm8-menu a:hover {
  opacity: 0.6;
  color: #03234b;
}

#contents #outline-wrap .solution-menu ul li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-menu ul li {
    width: 49%;
  }
}

#contents #outline-wrap .solution-menu .other-link {
  color: #3cb4e6;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  float: right;
  padding-right: 40px;
}

#contents #outline-wrap .solution-menu .other-link:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #3cb4e6;
  right: 0;
}

#contents #outline-wrap .solution-menu .other-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  background-image: url("../images/icon-link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  right: 15px;
  bottom: 2px;
}

#contents #outline-wrap .solution-link {
  margin-top: 50px;
}

#contents #outline-wrap .solution-link dl {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#contents #outline-wrap .solution-link dl dt {
  width: 203px;
  display: flex;
  padding-right: 0;
}

#contents #outline-wrap .solution-link dl dt.sl-main {
  margin-bottom: 10px;
}

#contents #outline-wrap .solution-link dl dt.sl-main + dd {
  margin-bottom: 10px;
}

#contents #outline-wrap .solution-link dl dt a {
  width: 100%;
}

#contents #outline-wrap .solution-link dl dt a.link-btn {
  font-size: 18px;
  line-height: 2;
}

#contents #outline-wrap .solution-link dl dt a.sl-link {
  font-size: 15px;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-link dl dt a.sl-link {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-link dl dt a.sl-link {
    padding-left: 0;
  }
}

#contents #outline-wrap .solution-link dl dt a.sl-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_right_22.png");
  background-size: 10px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}

#contents #outline-wrap .solution-link dl dd {
  display: block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-link dl dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

#contents #outline-wrap .solution-link dl dd.sl-bold {
  font-size: 18px;
  color: #03234b;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #contents #outline-wrap .solution-link dl dd.sl-bold {
    line-height: 1.5;
  }
}

#contents section .datatables ul.data li.number a {
  color: #03234b;
}

/*
#sortset ul.data:nth-child(odd) {
  background: #fff;
}

#sortset ul.data:nth-child(odd) li {
  background: #fff;
}

#sortset ul.data:nth-child(even) {
  background: #d1d1d3;
}

#sortset ul.data:nth-child(even) li {
  background: #d1d1d3;
}

#sortset ul.data li .number a {
  color: #03234b;
}
*/


/* ↓　検索結果表組みカスタマイズ　↓ */

.stripe ul.data:nth-child(odd) {
  background: #fff;
}

.stripe ul.data:nth-child(odd) li {
  background: #fff;
}

.stripe ul.data:nth-child(even) {
  background: #d1d1d3;
}

.stripe ul.data:nth-child(even) li {
  background: #d1d1d3;
}

.stripe ul.data li .number a {
  color: #03234b;
}

#contents section .datatables #product-line ul.title,
#contents section .datatables #t-nucleo ul.title,
#contents section .datatables #t-discovery ul.title,
#contents section .datatables #t-firmware ul.title,
#contents section .datatables #t-pc_soft ul.title,
#contents section .datatables #t-unity_dev ul.title,
#contents section .datatables #t-datasheet ul.title,
#contents section .datatables #t-brochure_j ul.title,
#contents section .datatables #t-technical_note ul.title,
#contents section .datatables #t-training-materials_j ul.title,
#contents section .datatables #t-errata_sheet ul.title,
#contents section .datatables #t-presentation_j ul.title,
#contents section .datatables #t-reference_manual ul.title,
#contents section .datatables #t-reference_manual_j ul.title,
#contents section .datatables #t-programming_manual ul.title,
#contents section .datatables #t-application_note ul.title,
#contents section .datatables #t-application_note_j ul.title,
#contents section .datatables #t-users_manual ul.title,
#contents section .datatables #t-users_manual_j ul.title,
#contents section .datatables #t-other-document ul.title {
  border-top: 1px solid #fff;
  border-left: 1px solid #74757c;
  border-right: 1px solid #74757c;
  border-bottom: 1px solid #74757c;
  background: #74747c;
  color: #fff;
}

#contents section .datatables #product-line ul.title li {
  background: #74747c;
}

#contents section .datatables #product-line ul.data,
#contents section .datatables #t-nucleo ul.data,
#contents section .datatables #t-discovery ul.data,
#contents section .datatables #t-firmware ul.data,
#contents section .datatables #t-pc_soft ul.data,
#contents section .datatables #t-unity_dev ul.data,
#contents section .datatables #t-datasheet ul.data,
#contents section .datatables #t-brochure_j ul.data,
#contents section .datatables #t-technical_note ul.data,
#contents section .datatables #t-training-materials_j ul.data,
#contents section .datatables #t-errata_sheet ul.data,
#contents section .datatables #t-presentation_j ul.data,
#contents section .datatables #t-reference_manual ul.data,
#contents section .datatables #t-reference_manual_j ul.data,
#contents section .datatables #t-programming_manual ul.data,
#contents section .datatables #t-application_note ul.data,
#contents section .datatables #t-application_note_j ul.data,
#contents section .datatables #t-users_manual ul.data,
#contents section .datatables #t-users_manual_j ul.data,
#contents section .datatables #t-other-document ul.data {
  border-left: 1px solid #74757c;
  border-right: 1px solid #74757c;
  border-bottom: 1px solid #74757c;
}

#contents section .datatables #product-line ul.title li {
  /* border-right: 1px solid #fff; */
  text-align: left;
  padding-left: 10px;
}

#contents section .datatables #t-nucleo ul.title li,
#contents section .datatables #t-discovery ul.title li {
	text-align: center !important;
}

#contents section .datatables #product-line ul.title li.supplier {
  text-align: center;
}

#contents section .datatables #product-line ul.title li.notes {
  text-align: center;
}

#contents section .datatables #product-line ul.data li,
#contents section .datatables #t-nucleo ul.data li,
#contents section .datatables #t-discovery ul.data li,
#contents section .datatables #t-firmware ul.data li,
#contents section .datatables #t-pc_soft ul.data li,
#contents section .datatables #t-unity_dev ul.data li,
#contents section .datatables #t-datasheet ul.data li,
#contents section .datatables #t-brochure_j ul.data li,
#contents section .datatables #t-technical_note ul.data li,
#contents section .datatables #t-training-materials_j ul.data li,
#contents section .datatables #t-errata_sheet ul.data li,
#contents section .datatables #t-presentation_j ul.data li,
#contents section .datatables #t-reference_manual ul.data li,
#contents section .datatables #t-reference_manual_j ul.data li,
#contents section .datatables #t-programming_manual ul.data li,
#contents section .datatables #t-application_note ul.data li,
#contents section .datatables #t-application_note_j ul.data li,
#contents section .datatables #t-users_manual ul.data li,
#contents section .datatables #t-users_manual_j ul.data li,
#contents section .datatables #t-other-document ul.data li {
  border-right: 1px solid #74757c;
  color: #03234b;
  padding-left: 10px;
}

#contents section .datatables #t-unity_dev ul.data li ol li {
  border-right: 0;
}

#contents section .datatables #t-firmware ul.data li.member,
#contents section .datatables #t-pc_soft ul.data li.member,
#contents section .datatables #t-unity_dev ul.data li.member {
	text-align: center;
	color: #74757c;
}

#contents section .datatables #product-line ul.data li:last-child,
#contents section .datatables #t-nucleo ul.data li:last-child,
#contents section .datatables #t-discovery ul.data li:last-child,
#contents section .datatables #t-firmware ul.data li:last-child,
#contents section .datatables #t-pc_soft ul.data li:last-child,
#contents section .datatables #t-unity_dev ul.data li:last-child,
#contents section .datatables #t-datasheet ul.data li:last-child,
#contents section .datatables #t-brochure_j ul.data li:last-child,
#contents section .datatables #t-technical_note ul.data li:last-child,
#contents section .datatables #t-training-materials_j ul.data li:last-child,
#contents section .datatables #t-errata_sheet ul.data li:last-child,
#contents section .datatables #t-presentation_j ul.data li:last-child,
#contents section .datatables #t-reference_manual ul.data li:last-child,
#contents section .datatables #t-reference_manual_j ul.data li:last-child,
#contents section .datatables #t-programming_manual ul.data li:last-child,
#contents section .datatables #t-application_note ul.data li:last-child,
#contents section .datatables #t-application_note_j ul.data li:last-child,
#contents section .datatables #t-users_manual ul.data li:last-child,
#contents section .datatables #t-users_manual_j ul.data li:last-child,
#contents section .datatables #t-other-document ul.data li:last-child {
	border-right: 0;
}

#contents section .datatables #product-line ul.data li.supplier,
#contents section .datatables #t-nucleo ul.data li.supplier,
#contents section .datatables #t-discovery ul.data li.supplier,
#contents section .datatables #t-firmware ul.data li.supplier,
#contents section .datatables #t-pc_soft ul.data li.supplier,
#contents section .datatables #t-unity_dev ul.data li.supplier,
#contents section .datatables #t-datasheet ul.data li.supplier,
#contents section .datatables #t-brochure_j ul.data li.supplier,
#contents section .datatables #t-technical_note ul.data li.supplier,
#contents section .datatables #t-training-materials_j ul.data li.supplier,
#contents section .datatables #t-errata_sheet ul.data li.supplier,
#contents section .datatables #t-presentation_j ul.data li.supplier,
#contents section .datatables #t-reference_manual ul.data li.supplier,
#contents section .datatables #t-reference_manual_j ul.data li.supplier,
#contents section .datatables #t-programming_manual ul.data li.supplier,
#contents section .datatables #t-application_note ul.data li.supplier,
#contents section .datatables #t-application_note_j ul.data li.supplier,
#contents section .datatables #t-users_manual ul.data li.supplier,
#contents section .datatables #t-users_manual_j ul.data li.supplier,
#contents section .datatables #t-other-document ul.data li.supplier {
  text-align: center;
  padding-left: 5px;
}

#contents section .datatables #product-line ul.data li.notes,
#contents section .datatables #t-nucleo ul.data li.notes,
#contents section .datatables #t-discovery ul.data li.notes,
#contents section .datatables #t-firmware ul.data li.notes,
#contents section .datatables #t-pc_soft ul.data li.notes,
#contents section .datatables #t-unity_dev ul.data li.notes,
#contents section .datatables #t-datasheet ul.data li.notes,
#contents section .datatables #t-brochure_j ul.data li.notes,
#contents section .datatables #t-technical_note ul.data li.notes,
#contents section .datatables #t-training-materials_j ul.data li.notes,
#contents section .datatables #t-errata_sheet ul.data li.notes,
#contents section .datatables #t-presentation_j ul.data li.notes,
#contents section .datatables #t-reference_manual ul.data li.notes,
#contents section .datatables #t-reference_manual_j ul.data li.notes,
#contents section .datatables #t-programming_manual ul.data li.notes,
#contents section .datatables #t-application_note ul.data li.notes,
#contents section .datatables #t-application_note_j ul.data li.notes,
#contents section .datatables #t-users_manual ul.data li.notes,
#contents section .datatables #t-users_manual_j ul.data li.notes,
#contents section .datatables #t-other-document ul.data li.notes {
  text-align: center;
  padding-left: 5px;
}
#contents section .datatables #product-line ul.data li.outline {
  border-right: 0;
}



#contents section .datatables #product-line .morebtn,
#contents section .datatables #t-nucleo .morebtn,
#contents section .datatables #t-discovery .morebtn,
#contents section .datatables #t-firmware .morebtn,
#contents section .datatables #t-pc_soft .morebtn,
#contents section .datatables #t-unity_dev .morebtn,
#contents section .datatables #t-datasheet .morebtn,
#contents section .datatables #t-brochure_j .morebtn,
#contents section .datatables #t-technical_note .morebtn,
#contents section .datatables #t-training-materials_j .morebtn,
#contents section .datatables #t-errata_sheet ul.data .morebtn,
#contents section .datatables #t-presentation_j ul.data .morebtn,
#contents section .datatables #t-reference_manual .morebtn,
#contents section .datatables #t-reference_manual_j .morebtn,
#contents section .datatables #t-programming_manual .morebtn,
#contents section .datatables #t-application_note .morebtn,
#contents section .datatables #t-application_note_j .morebtn,
#contents section .datatables #t-users_manual .morebtn,
#contents section .datatables #t-users_manual_j .morebtn,
#contents section .datatables #t-other-document .morebtn {
border-bottom: none !important;
}

#contents section .datatables #t-firmware li.related {
width: 255px;
}
#contents section .datatables #t-firmware li.information {
width: 360px;
}
#contents section .datatables #t-pc_soft li.related {
width: 255px;
}
#contents section .datatables #t-pc_soft li.information {
width: 360px;
}
#contents section .datatables #t-unity_dev li.supplier {
width: 224px;
}
#contents section .datatables #t-unity_dev li.number {
width: 200px;
}
#contents section .datatables #t-unity_dev li.related {
width: 356px;
}
#contents section .datatables #t-unity_dev li.information {
width: 255px;
}

#contents section .datatables .fa-4x {
    font-size: 3em;
}

#contents section .datatables #t-discovery li.number,
#contents section .datatables #t-nucleo li.number {
	width: 200px;
}
#contents section .datatables #t-discovery li.information,
#contents section .datatables #t-nucleo li.information {
	width: 252px;
}
#contents section .datatables #t-discovery li.related,
#contents section .datatables #t-nucleo li.related {
	width: 350px;
	overflow-wrap: normal;
    word-break: normal;
}

/* ドキュメント関連 */

#contents section .datatables #t-datasheet li.number,
#contents section .datatables #t-brochure_j li.number,
#contents section .datatables #t-errata_sheet li.number,
#contents section .datatables #t-reference_manual li.number,
#contents section .datatables #t-reference_manual_j li.number,
#contents section .datatables #t-programming_manual li.number,
#contents section .datatables #t-application_note li.number,
#contents section .datatables #t-application_note_j li.number,
#contents section .datatables #t-users_manual li.number,
#contents section .datatables #t-users_manual_j li.number,
#contents section .datatables #t-other-document li.number {
	width: 200px;
}
#contents section .datatables #t-datasheet li.japanese,
#contents section .datatables #t-brochure_j li.japanese,
#contents section .datatables #t-technical_note li.japanese,
#contents section .datatables #t-training-materials_j li.japanese,
#contents section .datatables #t-presentation_j li.japanese,
#contents section .datatables #t-reference_manual li.japanese,
#contents section .datatables #t-reference_manual_j li.japanese,
#contents section .datatables #t-programming_manual li.japanese,
#contents section .datatables #t-application_note li.japanese,
#contents section .datatables #t-application_note_j li.japanese,
#contents section .datatables #t-users_manual li.japanese,
#contents section .datatables #t-users_manual_j li.japanese,
#contents section .datatables #t-other-document li.japanese {
	width: 120px;
}
#contents section .datatables #t-datasheet li.download,
#contents section .datatables #t-brochure_j li.download,
#contents section .datatables #t-technical_note li.download,
#contents section .datatables #t-training-materials_j li.download,
#contents section .datatables #t-errata_sheet li.download,
#contents section .datatables #t-reference_manual li.download,
#contents section .datatables #t-reference_manual_j li.download,
#contents section .datatables #t-programming_manual li.download,
#contents section .datatables #t-application_note li.download,
#contents section .datatables #t-application_note_j li.download,
#contents section .datatables #t-users_manual li.download,
#contents section .datatables #t-users_manual_j li.download,
#contents section .datatables #t-other-document li.download {
	width: 120px;
}
#contents section .datatables #t-datasheet li.information,
#contents section .datatables #t-brochure_j li.information,
#contents section .datatables #t-errata_sheet li.information,
#contents section .datatables #t-presentation_j li.information,
#contents section .datatables #t-reference_manual li.information,
#contents section .datatables #t-reference_manual_j li.information,
#contents section .datatables #t-programming_manual li.information,
#contents section .datatables #t-application_note li.information,
#contents section .datatables #t-application_note_j li.information,
#contents section .datatables #t-users_manual li.information,
#contents section .datatables #t-users_manual_j li.information,
#contents section .datatables #t-other-document li.information {
	width: 300px;
}
#contents section .datatables #t-reference_manual li.related,
#contents section .datatables #t-reference_manual_j li.related,
#contents section .datatables #t-programming_manual li.related,
#contents section .datatables #t-application_note li.related,
#contents section .datatables #t-application_note_j li.related,
#contents section .datatables #t-users_manual li.related,
#contents section .datatables #t-users_manual_j li.related,
#contents section .datatables #t-other-document li.related {
	width: 295px;
	overflow-wrap: normal;
    word-break: normal;
}
#contents section .datatables #t-datasheet li.related,
#contents section .datatables #t-brochure_j li.related {
	width: 415px;
	overflow-wrap: normal;
    word-break: normal;
}

#contents section .datatables #t-technical_note li.number,
#contents section .datatables #t-training-materials_j li.number {
	width: 300px;
}
#contents section .datatables #t-technical_note li.related,
#contents section .datatables #t-training-materials_j li.related {
	width: 505px;
	overflow-wrap: normal;
    word-break: normal;
}
#contents section .datatables #t-errata_sheet li.related {
	width: 415px;
	overflow-wrap: normal;
    word-break: normal;
}
#contents section .datatables #t-presentation_j li.number {
	width: 500px;
}
#contents section .datatables #t-presentation_j li.related {
	width: 415px;
	overflow-wrap: normal;
    word-break: normal;
}


.stripe .related a {
  border-bottom: 1px solid #03234b;
}

.stripe .related a:hover {
  border-bottom: 1px solid #3CB4E6;
}

#contents section .datatables .stripe li a.bookmark {
  border: none;
  background: initial;
  padding: initial;
  font-size: initial;
  font-weight: bolder;
  color: initial;
}

#contents section .datatables .stripe li a.bookmark:after {
  font-family: 'FontAwesome';
  content: none;
  padding-left: 5px;
}

#contents section .datatables ul.data li.information {
	word-break: normal;
}

.product-img {
  width: 113px;
  display: table-cell;
  padding: 5px 5px;
  vertical-align: middle;
  position: relative;
  overflow-wrap: break-word;
  word-break: break-all;
}

#pc_soft .document-ex {
margin-bottom: 40px;
}

#contents section .datatables #t-unity_dev .supplier img {
width: 80px;
}


@media screen and (max-width: 768px) {
  .product-img {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .title .product-img {
    background: #74747c;
  }
}

.product-img img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
}

/* ↑　検索結果表組みカスタマイズ　↑ */


#board-list dl {
  width: 16%;
  background: #d1d1d3;
  transition: all linear 0.2s;
}

#board-list-3 dl {
 width: 32%;
  background: #d1d1d3;
  transition: all linear 0.2s;
}

@media (max-width: 768px) {
	#board-list .flex {
		display: block;
	}
	#board-list-3 .flex {
		display: block;
	}
	#board-list dl,
	#board-list-3 dl {
		width: 100%;
		margin-bottom: 25px;
	}
}

#board-list dl.acc,
#board-list-3 dl.acc {
  background: transparent;
  transition: all linear 0.2s;
}

#board-list dl dd,
#board-list-3 dl dd {
  font-size: 16px;
  color: #03234b;
  font-weight: bold;
  padding: 5px 0 0 25px;
  /* 元々のチェックボックス（非表示） */
  /* チェックボックスの代わりを成すラベル */
  /* ラベルの左に表示させる正方形のボックス□ */
  /* チェックが入った時のレ点 */
}

#board-list dl dd:nth-of-type(1),
#board-list-3 dl dd:nth-of-type(1) {
  padding-top: 15px;
}

#board-list dl dd:nth-last-of-type(1),
#board-list-3 dl dd:nth-last-of-type(1) {
  padding-bottom: 15px;
}

#board-list dl dd input[type="checkbox"],
#board-list-3 dl dd input[type="checkbox"] {
  display: none;
}

#board-list dl dd input[type="checkbox"] + label,
#board-list-3 dl dd input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}

#board-list dl dd input[type="checkbox"] + label::before,
#board-list-3 dl dd input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 0;
  top: 50%;
  border: 1px solid #03234b;
  background-color: transparent;
  /* 背景の色変更 お好きな色を */
}

#board-list dl dd input[type="checkbox"]:checked + label::after,
#board-list-3 dl dd input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 6px;
  margin-top: -4px;
  top: 50%;
  left: 0px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  z-index: 1;
  border-color: #03234b;
  /* チェックの色変更 お好きな色を */
}

#board-list button,
#board-list-3 button {
  background: #03234b;
  display: block;
  border: none;
  max-width: 380px;
  width: 100%;
  margin: 50px auto;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}

@media (max-width: 768px) {
	#board-list button,
	#board-list-3 button {
		margin: 30px auto;
		max-width: 183px;
		padding-left: 23px;
	}
}

#board-list button:after,
#board-list-3 button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-bottom: -1.5px;
  background-image: url("../images/icon-search_1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  #board-list button:after,
  #board-list button:after {
    margin-left: 5px;
  }
}

#board-list .link-btn,
#board-list-3 .link-btn{
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}

#board-list .link-btn:after,
#board-list-3 .link-btn:after {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  background-color: #8191a5;
  background-image: url(../images/arrow_top_2.png);
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

#board-list .link-btn.bm-arrow:after,
#board-list-3 .link-btn.bm-arrow:after {
  background-image: url(../images/arrow_bottom_2.png);
}

#category-list .flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

#category-list .flex > p {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16%;
	border: 1px solid #3cb4e6;
	margin: 0 0.8% 0.8% 0;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

#category-list .flex > p a {
	font-weight: bold;
	color: #3cb4e6;
}

#category-list .flex > p:nth-child(6n) {
	margin-right: 0;
}

@media (max-width: 768px) {
	#category-list .flex > p {
		width: 48.5%;
		font-size: 4vw;
		height: 15vw;
		margin: 0 3% 3% 0;
	}
	#category-list .flex > p:nth-child(even) {
		margin-right: 0;
	}
}

#category-list > p {
	color: #3cb4e6;
	border: 1px solid #3cb4e6;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#contents section .datatables #product-line ul.title li.sort:after {
  font-family: 'FontAwesome';
  content: "\f0dc";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2.5rem;
}

.table-res-title {
  background: #d1d1d3 url(../images/logo-stm32.svg) no-repeat 25px center;
  background-size: 56px auto;
  text-align: center !important;
  color: #03234b !important;
  margin-bottom: 0 !important;
  position: relative;
}
.table-res-title img.longevity {
    width: 70px;
    height: auto;
    position: absolute;
    top: 12px;
    right: 20px;
}

@media screen and (max-width: 768px) {
  .table-res-title {
    margin-bottom: -80px !important;
    background-image: none;
  }
  .table-res-title img.longevity {
    display: none;
  }
}

.table-responsive2 {
  width: 100%;
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0;
  margin: 0;
}

.table-responsive2 img {
 width: 100%;
}

.table-responsive2 table {
  /* width: 1500px; */
  width: 1000px;
  border-collapse: collapse;
}

.table-responsive2 table th {
  vertical-align: middle;
  /* padding: 3px 0; */
  padding: 3px;
  /* width: 150px; */
  background: #3cb4e6;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  border-right: 2px solid #fff;
}
.table-responsive2 table th,
.table-responsive2 table td {
  white-space: nowrap;
}
.table-responsive2 table th.fix-table {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 180px;
  text-align: left;
  font-weight: normal;
  white-space: normal;
}
.table-responsive2 table th.fix-table::before {
    content : "" ;
    position : absolute ;
    top : 0;
    left : 0;
    width : -webkit-calc(100% + 0px) ;
    width : calc(100% + 2px) ;
    height : -webkit-calc(100% + 2px) ;
    height : calc(100% + 2px) ;
    border-right : 2px solid #fff ;
    border-bottom : 2px solid #fff ;
}
.table-responsive2 table th.fix-table ul {
  width: 180px !important;
}
.table-responsive2 table th.fix-table h3 {
  font-size: 14px;
  color: #03234b;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
}

.table-responsive2 table th.fix-table ul li {
  list-style: disc !important;
  margin-left: 1.5em;
  margin-bottom: 5px;
}
.table-responsive2 table th.fix-table-2nd,
.table-responsive2 table td.fix-table-2nd {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 187px;
  z-index: 99;
  width: 130px;
  text-align: left;
  font-weight: normal;
}
.table-responsive2 table th.fix-table-2nd::before,
.table-responsive2 table td.fix-table-2nd::before {
    content : "" ;
    position : absolute ;
    top : 0;
    left : 0;
    width : -webkit-calc(100% + 0px) ;
    width : calc(100% + 2px) ;
    height : -webkit-calc(100% + 2px) ;
    height : calc(100% + 2px) ;
    border-right : 2px solid #fff ;
    border-bottom : 2px solid #fff ;
}

.table-responsive2 table td {
  text-align: center;
  color: #03234b;
  padding: 5px 2px;
  font-size: 1.0rem;
  font-weight: bold;
  border-top: 2px solid #fff;
}

.table-responsive2 table td.title-td {
  background: #cfecfa;
  font-weight: bold;
}

.table-responsive2 table td.title-td.single-td {
  font-size: 1.2rem;
}

.table-responsive2 table td.space-td {
  background: #fff;
  border-top: 1px solid #3CB4E6;
}

.table-responsive2 table .num-td td {
  border-right: 2px solid #95d6f0;
  border-bottom: 2px solid #95d6f0;
}

/*
.table-responsive2 table .num-td td:nth-child(1), .table-responsive2 table .num-td td:nth-last-child(1) {
  border-right: none;
}
*/

.table-responsive2 table .num-td td:nth-child(1) {
  border-right: none;
}

.table-responsive2 table .num-td td:nth-child(1) {
  border-bottom: none;
}

.table-responsive2 table .num-td.bb-none td {
  border-bottom: none;
}

.table-sup {
  font-size: 1.2rem !important;
  color: #03234b !important;
  line-height: 1.3 !important;
}

.years-10 {
  margin-top: 20px;
  width: 100%;
  display: block;
  border: 1px solid #03234b;
  text-align: center;
  color: #03234b !important;
  font-weight: bold;
  font-size: 1.6rem;
  height: 70px;
  line-height: 70px;
  position: relative;
  background-image: url("../images/icon-10years.png");
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 56px;
}

@media screen and (max-width: 768px) {
  .years-10 {
    height: inherit;
    line-height: 1.3;
    text-align: left;
    padding: 8px 5px 8px 80px;
    background-position: 15px 50%;
  }
  .table-responsive2 img {
  	width: 100%;
  	height: auto;
  }
  .table-responsive2 table th.fix-table-2nd,
  .table-responsive2 table td.fix-table-2nd {
  	position: static;
  }
  .table-responsive2 table th.fix-table-2nd::before,
  .table-responsive2 table td.fix-table-2nd::before {
  	border-right: 0;
  }
}

.years-10:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.years-10:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #03234b;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.document-dl h2 {
  background: #03234b;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
}

.document-dl h3 {
  font-size: 1.6rem;
  color: #03234b;
  margin-bottom: 10px;
  margin-top: 20px;
}

.document-dl .dl-menu {
  border-bottom: 1px solid #03234b;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .document-dl .dl-menu {
    flex-wrap: wrap;
    border-bottom: none;
  }
}

.document-dl .dl-menu li {
  width: 25%;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .document-dl .dl-menu li {
    width: 49%;
    border-bottom: 1px solid #03234b;
    margin-bottom: 10px;
  }
}

.document-dl .dl-menu li a {
  display: block;
  padding: 12px 0;
}

.document-dl .dl-menu li a:hover {
	font-weight: bold;
	color: #03234b;
	padding: 12px 0 9px;
	border-bottom: 3px solid #03234b;
}

.document-dl .dl-menu li.active {
  border-bottom: 3px solid #03234b;
}

.dl-area ul {
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: bold;
}

.dl-area ul li {
  width: 49%;
  border: 1px solid #03234b;
  margin-bottom: 15px;
}

.dl-area ul li a {
  padding: 10px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .dl-area ul li {
    display: flex;
    align-items: center;
  }
  .dl-area ul li a {
    display: flex;
    align-items: center;
    padding: 0 30px 0 8px;
    line-height: 1.3;
    min-height: 40px;
  }
}

.dl-area ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #03234b;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.dl-area ul li a:hover {
  background: #03234b;
  color: #fff;
}

.dl-area ul li a:hover:after {
  color: #fff;
}

.dl-area ul.doc-type02:after {
  content: "";
  display: block;
  width: 32%;
}

.dl-area ul.doc-type02 li {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .dl-area ul.doc-type02 li {
    width: 49%;
  }
}

#contact {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 0 10px;
  }
}

#contact .container {
  border-top: 1px solid #03234b;
  border-bottom: 1px solid #03234b;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 1.2rem;
  text-align: center;
}

#contact .container p {
  font-size: 18px;
  color: #03234b;
  font-weight: bold;
}

#contact .container a.inquiry-button {
  background: #3CB4E6;
  border: 1px solid #3CB4E6;
  display: block;
  max-width: 350px;
  width: 100%;
  padding: 0;
  font-weight: bold;
  margin: 20px auto 0;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  position: relative;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #contact .container a.inquiry-button {
    max-width: 250px;
    height: 50px;
    line-height: 50px;
  }
}

#contact .container a.inquiry-button:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#contact .container a.inquiry-button:hover:after {
  color: #03234b;
}

#contents header#header-link {
  align-items: stretch;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link {
    border-bottom: none;
    position: relative;
    align-items: center;
  }
}

#contents header#header-link h1 {
  width: 100%;
  padding-top: 12px;
  padding-right: 1.5em;
  padding-right: 0;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

#contents header#header-link h1 span {
  display: block;
}

@media screen and (max-width: 768px) {
  #contents header#header-link h1 {
    min-height: 52px;
    height: auto;
    border-bottom: 1px solid #8191a5;
    font-size: 18px;
    padding: 0 31vw 15px 0;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
  }
}

#contents header#header-link .link-buy {
}

#contents header#header-link .link-buy h3 {
  background: #03234b;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy h3 {
    font-size: 12px;
    position: relative;
  }
  #contents header#header-link .link-buy h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon-link-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 10px;
  }
}

#contents header#header-link .link-buy ul {
  border-left: 1px solid #03234b;
  border-right: 1px solid #03234b;
  border-bottom: 1px solid #03234b;
}

#contents header#header-link .link-buy ul li {
  height: 44px;
  border-right: 1px solid #03234b;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

#contents header#header-link .link-buy ul li a {
  display: block;
  padding: 4px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a {
    padding-right: 10px;
  }
}

#contents header#header-link .link-buy ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  color: #03234b;
  right: 4px;
  top: 15%;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

#contents header#header-link .link-buy ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-link-navy.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  right: 2px;
  bottom: 2px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a:after {
    content: none;
  }
}

#contents header#header-link .link-buy ul li a:hover {
  opacity: 0.6;
}

#contents header#header-link .link-buy ul li a img {
  display: inline-block;
}

#contents header#header-link .link-buy ul li a .logo-chipstop {
  height: 34px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a .logo-chipstop {
    width: 115px;
  }
}

#contents header#header-link .link-buy ul li a .logo-corestaff {
  height: 30px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a .logo-corestaff{
    width: 80px;
  }
}

#contents header#header-link .link-buy ul li a .logo-digikey {
  height: 34px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul li a .logo-digikey {
    width: 75px;
  }
}

#contents header#header-link .link-buy ul li:nth-last-child(1) {
  border-right: none;
}

#contents header#header-link .link-buy ul.single li,
#contents header#header-link .link-buy ul.double li,
#contents header#header-link .link-buy ul.triple li {
  width: 136px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .link-buy ul.single li {
    width: 62.8vw;
  }
  #contents header#header-link .link-buy ul.double li,
  #contents header#header-link .link-buy ul.triple li {
    width: 31.4vw;
  }
  #contents header#header-link .link-buy ul.single li img,
  #contents header#header-link .link-buy ul.double li img,
  #contents header#header-link .link-buy ul.triple li img  {
    height: auto;
  }
}

#contents header#header-link .modal-open-bookmark,
#contents header#header-link .regist-bookmark {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-width: 205px;
  height: 72px;
  /* height: inherit; */
  padding: 0 0 0 10px;
  padding-right: 20px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bolder;
  border: 2px solid #3CB4E6;
  color: #3CB4E6;
  background: #fff;
  margin-left: 10px;
}

#contents header#header-link .bookmark_clipped {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-width: 205px;
  height: inherit;
  padding: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bolder;
  border: 0;
  color: #74757C;
  background: #eee;
  margin-left: 10px;
}

#contents header#header-link .modal-open-bookmark span,
#contents header#header-link .regist-bookmark span {
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .modal-open-bookmark,
  #contents header#header-link .regist-bookmark {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px;
    min-width: 30vw;
    height: 42px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
  }
  #contents header#header-link .bookmark_clipped {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px;
    min-width: 30vw;
    height: 42px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
  }
}

#contents header#header-link .modal-open-bookmark:after,
#contents header#header-link .regist-bookmark:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  position: absolute;
  right: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #contents header#header-link .modal-open-bookmark:after,
  #contents header#header-link .regist-bookmark:after {
    right: 3px;
  }
}

.description .title2 {
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .description .title2 {
    display: block;
  }
}

.description .title2 li {
  font-weight: bold;
  color: #03234b;
}

@media screen and (max-width: 768px) {
  .description .title2 li {
    font-size: 12px;
  }
}

.description .title2 .link-btn {
  width: 210px;
  text-align: center;
  justify-content: center;
  line-height: 2.3;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .description .title2 .link-btn {
    justify-content: space-between;
    font-size: 18px;
    line-height: 2.1;
    margin-bottom: 5px;
  }
}

.description .title2 .link-btn:hover {
  background: #03234b !important;
  color: #fff !important;
}

.description .title2 .link-btn:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .description .title2 .link-btn:after {
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .description .title2 .link-btn {
    width: 100%;
  }
}






a.new-member {
  width: 250px;
  height: 35px;
  display: block;
  margin: .30rem auto .20rem;
  text-align: center;
  color: #3cb4e6;
  border: 1px solid #3cb4e6;
  line-height: 35px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a.new-member:hover {
  opacity: 0.5;
}

a.new-member i {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3cb4e6;
}

.event-link {
  text-align: center;
  margin: 20px auto 10px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .event-link {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 2;
  }
}

.event-link li {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #03234b;
}

.event-link li:last-child {
  border-right: 0;
}

.event-link li a {
  border-bottom: 1px solid #03234b;
  color: #03234b;
}

h3.title-year {
  font-size: 22px;
  border-bottom: 1px solid #e3e3e5;
  color: #03234b;
  padding: 30px 0 10px 0;
  font-weight: normal;
}

.seminar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding: 25px 0 !important;
  border-bottom: 1px solid #e3e3e5;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap {
    display: block;
  }
}

.seminar-wrap.no-border {
  border-bottom: none;
}

.seminar-wrap:hover {
  background: #e8e8e9;
}

.seminar-wrap .list-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 83%;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-first {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.seminar-wrap .list-first .list-date {
  font-size: 15px;
  width: 18%;
  letter-spacing: 1px;
}

.seminar-wrap .list-first .list-date-campaign {
  font-size: 15px;
  width: 20%;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-first .list-date {
    width: 20%;
    font-size: 12px;
  }
  .seminar-wrap .list-first .list-date-campaign {
    width: 100%;
  }
}

.seminar-wrap .list-first .list-place {
  width: 10%;
  font-size: 13px;
}

.seminar-wrap .list-first .list-place span {
  width: 70px;
  height: 20px;
  line-height: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-first .list-place span {
    font-size: 12px;
  }
}

.seminar-wrap .list-first .online {
  background: #a2a2a7;
  color: #fff;
}

.seminar-wrap .list-first .offline {
  background: #74747c;
  color: #fff;
}
/*
.seminar-wrap .list-first .online {
  background: #d1d1d3;
  color: #03234b;
}
*/
.seminar-wrap .list-first .list-title {
  width: 82%;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-first .list-title {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
}

.seminar-wrap .list-first .list-title a {
  color: #3cb4e6;
}

.seminar-wrap .list-second {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-second {
    width: 100%;
    margin-top: 20px;
  }
}

.seminar-wrap .list-second .list-price span {
  width: 50px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-second .list-price span {
    font-size: 14px;
    width: 35px;
  }
}

.seminar-wrap .list-second .list-price span.price-free {
  color: #03234b;
  background: #ceecf9;
}

.seminar-wrap .list-second .list-price span.price-paid {
  color: #03234b;
  border: 1px solid #3cb4e6;
}

.seminar-wrap .list-second .list-type {
  font-size: 14px;
  color: #74747c;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-second .list-type {
    font-size: 12px;
  }
}

.seminar-wrap .list-second .list-status {
  margin-top: -8px;
}

.seminar-wrap .list-second .list-status span {
  display: block;
  width: 90px;
  height: 35px;
  line-height: 37px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-second .list-status span {
    font-size: 16px;
    width: 80px;
    height: 30px;
    line-height: 32px;
  }
}

.seminar-wrap .list-second .list-status span.now {
  background: #3cb4e6;
  color: #fff;
}

.seminar-wrap .list-second .list-status span.before {
  background: #74747c;
  color: #fff;
  margin-left: auto;
}

.seminar-wrap .list-second .list-status em {
  font-size: 14px;
  color: #3cb4e6;
  text-align: center;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .seminar-wrap .list-second .list-status em {
    font-size: 12px;
  }
}

.seminar-wrap .no-event {
  font-size: 16px;
  color: #74757c;
  font-weight: bold;
}

#contents .event-header {
  margin-bottom: 0;
  padding: 0 .20rem;
}

#contents .event-header h1 {
  min-width: 40%;
}

@media screen and (max-width: 1024px) {
  #contents .event-header h1 {
    min-width: 100%;
  }
}

#contents .event-header .event-link {
	width: 60%;
	text-align: right;
}

#form-pre p {
  font-size: 16px;
  color: #74757c;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #form-pre p:nth-of-type(1) {
    font-size: 15px;
  }
  #form-pre p:nth-of-type(2) {
    font-size: 12px;
  }
}

#form-pre p a {
  color: #3cb4e6;
  border-bottom: 1px solid #3cb4e6;
}

#form-pre .merit {
  background: #f4f4f4;
  padding: 30px 50px;
  margin: 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit {
    padding: 30px 10px;
  }
}

#form-pre .merit h2 {
  color: #03234b;
  text-align: center;
  margin-bottom: 20px;
}

#form-pre .merit h2 span {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit h2 span {
    font-size: 12px;
  }
}

#form-pre .merit h2 em {
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit h2 em {
    font-size: 16px;
  }
}

#form-pre .merit .table-scroll-left {
  display: none;
}

@media (max-width: 768px) {
  #form-pre .merit .table-scroll-left {
    display: block;
    position: absolute;
    left: 91%;
    top: 62%;
    width: 30px;
    height: 30px;
    background: #8191a5;
    opacity: 0.8;
    padding-top: 0 !important;
    padding-left: 2px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  #form-pre .merit .table-scroll-left i {
    display: block;
  }
  #form-pre .merit .table-scroll-left.d-none {
    opacity: 0;
  }
}

#form-pre .merit .table-scroll-right {
  display: none;
}

@media (max-width: 768px) {
  #form-pre .merit .table-scroll-right {
    display: block;
    position: absolute;
    left: 0%;
    top: 62%;
    width: 30px;
    height: 30px;
    padding-top: 0px !important;
    padding-right: 2px;
    background: #8191a5;
    opacity: 0.8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  #form-pre .merit .table-scroll-right i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
  }
  #form-pre .merit .table-scroll-right.d-none {
    opacity: 0;
  }
  #form-pre .merit .table-scroll-right.stm32f {
    left: 35%;
  }
}

#form-pre .merit div {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit div {
    overflow-x: scroll;
  }
}

#form-pre .merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit ul {
    width: 900px;
  }
}

#form-pre .merit ul li {
  width: 19%;
}

#form-pre .merit ul li a {
  border: 2px solid #3cb4e6;
  background: #fff;
  color: #3cb4e6;
  text-align: center;
  display: block;
  padding: 8px 0;
  font-weight: bold;
  position: relative;
}

#form-pre .merit ul li a span {
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit ul li a span {
    font-size: 10px;
  }
}

#form-pre .merit ul li a em {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  #form-pre .merit ul li a em {
    font-size: 13px;
  }
}

#form-pre .merit ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#form-pre .merit ul li a:hover {
  color: #74747c;
}

#zip-btn {
  border: none;
  background: #74757c;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 95px;
  height: 32px;
  margin-left: 15px;
}

#SemRegistOnValidIndexForm input::-webkit-input-placeholder {
  color: #b2b2b2;
}

#SemRegistOnValidIndexForm input:-ms-input-placeholder {
  color: #b2b2b2;
}

#SemRegistOnValidIndexForm input::-ms-input-placeholder {
  color: #b2b2b2;
}

#SemRegistOnValidIndexForm input::placeholder {
  color: #b2b2b2;
}







.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inherit;
  }
  .flex.sp-only {
    display: flex;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1100;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  padding-top: 80px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 60px;
    min-height: 300px;
  }
  .modal__content .table {
  	width: 1000px;
  	margin-right: 20px;
    overflow-x: scroll;
  }
}

.modal__bg.js-modal-close {
  right: 0;
  top: 0;
}

.js-modal-close {
  position: absolute;
  right: 50px;
  top: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  color: #03234b;
}

@media screen and (max-width: 768px) {
  .js-modal-close {
    right: 0;
    top: 0;
  }
}

.js-modal-close span {
  display: block;
  font-size: 16px;
}

@media (max-width: 480px) {
  #copyright {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  #copyright .footer-nav {
    order: 1;
  }
  #copyright .footer-contact {
    order: 2;
  }
  #copyright .copy {
    order: 3;
  }
  #contents .wrap .aside h3.side-faq.link {
    background: #3cb4e6;
    padding: 0;
    border: 1px solid #3cb4e6;
  }
  #contents .wrap .aside h3.side-faq.link:after {
    display: inline-block;
    top: 5px;
  }
  #contents .wrap .aside h3.side-faq.link a {
    font-size: 1.7rem;
    font-weight: bolder;
    color: #fff;
    padding: 5px 15px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
  #contents .wrap .aside h3.side-faq.link:hover {
    background: #fff;
  }
  #contents .wrap .aside h3.side-faq.link:hover a {
    color: #03234b;
  }
  #contents .wrap .aside h3.side-faq.link:hover:after {
    color: #03234b;
  }
  .side-banner li img {
    width: 100%;
  }
  #contents.index header .big-banner {
    padding: 10px;
    display: block;
    margin-right: 0;
  }
  #contents .wrap .aside .login-box .submit input {
    margin: 0 auto;
  }
  .seminar-block, .news-block {
    padding: 10px;
  }
  .seminar-block h3, .news-block h3 {
    font-size: 15px !important;
  }
  .seminar-block .golist, .news-block .golist {
    font-size: 12px;
    top: 4px !important;
    right: 10px !important;
  }
  .area-contents {
    margin-right: 0;
  }
  #menu-footer {
    display: block;
  }
}

@media (max-width: 768px) {
  .table-open .table-scroll-right {
    top: 5%;
  }
  .table-open .table-scroll-left {
    top: 5%;
  }
  .table-open#t-discovery .table-scroll-right {
    top: 10%;
  }
  .table-open#t-discovery .table-scroll-left {
    top: 10%;
  }
}

#contents #entry-form .check span, #contents #entry-form-confirm .check span {
  padding: 10px 0 15px 100px !important;
}

#modal-content-bookmark {
	z-index: 2000;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
}

/* -- Notfound関係 -- */
.search-notfound {
	display: block;
	border: 1px solid #d1d1d3;
	padding: 4em 2em;
	text-align: center;
	line-height: 2;
}

.search-notfound p {
	font-size: 18px;
	font-weight: bold;
}

.seminar-notfound {
	font-size: 1.6rem;
	padding: 2em 0;
}

/* マイコン初心者向け技術解説 */


#contents #others-wrap h2.no-margin-bottom {
	margin-bottom: 0;
	background: #03234b;
}

#contents #others-wrap table.course {
	border-left: 1px solid #74757c;
	border-right: 1px solid #74757c;
	border-collapse: clollapse;
	border-spacing: 0;
	margin-bottom: 5rem;
}
#contents #others-wrap table.course th {
	border-right: 1px solid #74757c;
	border-bottom: 1px solid #74757c;
	border-collapse: clollapse;
	padding: 12px 15px;
}
#contents #others-wrap table.course td {
	border-bottom: 1px solid #74757c;
	border-collapse: clollapse;
	padding: 12px 15px;
}
#contents #others-wrap table.course tr:nth-child(even) {
	background-color: #d1d1d3;
}

#contents #others-wrap ul.link-column-00 {
	display: -webkit-box;
	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 4rem;
	margin-left: 0;
}

#contents #others-wrap ul.link-column-01 {
	display: -webkit-box;
	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 4rem;
	margin-left: 0;
}
#contents #others-wrap ul.link-column-01 li {
	list-style-type: none;
	text-align: center;
}
#contents #others-wrap ul.link-column-01 li a {
	display: block;
	border: 1px solid #3CB4E6;
	padding: 8px 24px;
	font-weight: bold;
	line-height: 1.4;
}
#contents #others-wrap ul.link-column-01 li a:last-child {
}
#contents #others-wrap ul.link-column-01 li a:hover {
	background: #3CB4E6;
	color: #fff;
	text-decoration: none;
}
#contents #others-wrap .link-column-02 {
	border: 1px solid #3CB4E6;
	padding: 8px 10px;
	margin: 2rem 0 4rem 0;
	text-align: center;
}
#contents #others-wrap .link-column-02 p {
	font-weight: bold;
	color: #3CB4E6;
	padding-bottom: 0;
	margin-bottom: 0.5rem;
}
#contents #others-wrap .link-column-02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}
#contents #others-wrap .link-column-02 ul li {
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	/* font-size: 1.45rem; */
	border-right: 1px solid #999c;
	padding-right: 8px;
	margin-right: 8px;
}
#contents #others-wrap .link-column-02 ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#contents #others-wrap ul.link-column-01 li {
		margin-bottom: 10px;
	}
	#contents #others-wrap .link-column-02 ul {
		padding-bottom: 0;
	}
	#contents #others-wrap .link-column-02 ul li {
		font-size: 1.6rem;
		margin-top: 3px;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 768px) {
	#contents #others-wrap ul.link-column-01 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#contents #others-wrap ul.link-column-01 li:nth-child(1),
	#contents #others-wrap ul.link-column-01 li:nth-child(2),
	#contents #others-wrap ul.link-column-01 li:nth-child(4),
	#contents #others-wrap ul.link-column-01 li:nth-child(5) {
		width: 49%;
	}
	#contents #others-wrap ul.link-column-01 li:nth-child(3) {
		width: 100%;
	}
}

/* モーダル：データシート */
#contents section #model_94 .datatables #t-datasheet ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_94 .datatables #t-datasheet li.number {
	width: 15%;
}
#contents section #model_94 .datatables #t-datasheet li.download {
	width: 10%;
}
#contents section #model_94 .datatables #t-datasheet li.information {
	width: 20%;
}
#contents section #model_94 .datatables #t-datasheet li.related {
	width: 42%;
}
#contents section #model_94 .datatables #t-datasheet li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：エラッタ */

#contents section #model_93 .datatables #t-errata_sheet ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_93 .datatables #t-errata_sheet li.number {
	width: 15%;
}
#contents section #model_93 .datatables #t-errata_sheet li.download {
	width: 10%;
}
#contents section #model_93 .datatables #t-errata_sheet li.information {
	width: 20%;
}
#contents section #model_93 .datatables #t-errata_sheet li.related {
	width: 42%;
}
#contents section #model_93 .datatables #t-errata_sheet li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：リファレンス マニュアル */

#contents section #model_91 .datatables #t-reference_manual ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_91 .datatables #t-reference_manual li.number {
	width: 15%;
}
#contents section #model_91 .datatables #t-reference_manual li.download {
	width: 10%;
}
#contents section #model_91 .datatables #t-reference_manual li.japanese {
	width: 10%;
}
#contents section #model_91 .datatables #t-reference_manual li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_91 .datatables #t-reference_manual li.information {
	width: 20%;
}
#contents section #model_91 .datatables #t-reference_manual li.related {
	width: 22%;
}
#contents section #model_91 .datatables #t-reference_manual li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：リファレンス マニュアル（日本語） */

#contents section #model_92 .datatables #t-reference_manual_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_92 .datatables #t-reference_manual_j li.number {
	width: 15%;
}
#contents section #model_92 .datatables #t-reference_manual_j li.download {
	width: 10%;
}
#contents section #model_92 .datatables #t-reference_manual_j li.japanese {
	width: 10%;
}
#contents section #model_92 .datatables #t-reference_manual_j li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_92 .datatables #t-reference_manual_j li.information {
	width: 20%;
}
#contents section #model_92 .datatables #t-reference_manual_j li.related {
	width: 32%;
}
#contents section #model_92 .datatables #t-reference_manual_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：プログラミング マニュアル */
#contents section #model_83 .datatables #t-programming_manual ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_83 .datatables #t-programming_manual li.number {
	width: 15%;
}
#contents section #model_83 .datatables #t-programming_manual li.download {
	width: 10%;
}
#contents section #model_83 .datatables #t-programming_manual li.japanese {
	width: 10%;
}
#contents section #model_83 .datatables #t-programming_manual li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_83 .datatables #t-programming_manual li.information {
	width: 25%;
}
#contents section #model_83 .datatables #t-programming_manual li.related {
	width: 32%;
}
#contents section #model_83 .datatables #t-programming_manual li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：アプリケーションノート */
#contents section #model_90 .datatables #t-application_note ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_90 .datatables #t-application_note li.number {
	width: 15%;
}
#contents section #model_90 .datatables #t-application_note li.download {
	width: 10%;
}
#contents section #model_90 .datatables #t-application_note li.japanese {
	width: 10%;
}
#contents section #model_90 .datatables #t-application_note li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_90 .datatables #t-application_note li.information {
	width: 20%;
}
#contents section #model_90 .datatables #t-application_note li.related {
	width: 32%;
}
#contents section #model_90 .datatables #t-application_note li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：アプリケーションノート（日本語） */
#contents section #model_89 .datatables #t-application_note_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_89 .datatables #t-application_note_j li.number {
	width: 15%;
}
#contents section #model_89 .datatables #t-application_note_j li.download {
	width: 10%;
}
#contents section #model_89 .datatables #t-application_note_j li.japanese {
	width: 10%;
}
#contents section #model_89 .datatables #t-application_note_j li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_89 .datatables #t-application_note_j li.information {
	width: 20%;
}
#contents section #model_89 .datatables #t-application_note_j li.related {
	width: 22%;
}
#contents section #model_89 .datatables #t-application_note_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：技術ノート */
#contents section #model_88 .datatables #t-technical_note ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_88 .datatables #t-technical_note li.number {
	width: 35%;
}
#contents section #model_88 .datatables #t-technical_note li.member {
	width: 10%;
}
#contents section #model_88 .datatables #t-technical_note li.japanese {
	width: 10%;
}
#contents section #model_88 .datatables #t-technical_note li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_88 .datatables #t-technical_note li.related {
	width: 37%;
}
#contents section #model_88 .datatables #t-technical_note li.notes {
	width: 13%;
    word-break: keep-all;
}

/* モーダル：ユーザマニュアル */
#contents section #model_87 .datatables #t-users_manual ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_87 .datatables #t-users_manual li.number {
	width: 15%;
}
#contents section #model_87 .datatables #t-users_manual li.download {
	width: 10%;
}
#contents section #model_87 .datatables #t-users_manual li.japanese {
	width: 10%;
}
#contents section #model_87 .datatables #t-users_manual li.information {
	width: 20%;
}
#contents section #model_87 .datatables #t-users_manual li.related {
	width: 32%;
}
#contents section #model_87 .datatables #t-users_manual li.notes {
	width: 13%;
    word-break: keep-all;
}


/* モーダル：ユーザマニュアル（日本語） */
#contents section #model_166 .datatables #t-users_manual_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_166 .datatables #t-users_manual_j li.number {
	width: 15%;
}
#contents section #model_166 .datatables #t-users_manual_j li.download {
	width: 10%;
}
#contents section #model_166 .datatables #t-users_manual_j li.japanese {
	width: 10%;
}
#contents section #model_166 .datatables #t-users_manual_j li.information {
	width: 20%;
}
#contents section #model_166 .datatables #t-users_manual_j li.related {
	width: 32%;
}
#contents section #model_166 .datatables #t-users_manual_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* カタログ（日本語） */
#contents section #model_86 .datatables #t-brochure_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_86 .datatables #t-brochure_j li.number {
	width: 25%;
}
#contents section #model_86 .datatables #t-brochure_j li.japanese {
	width: 10%;
}
#contents section #model_86 .datatables #t-brochure_j li.information {
	width: 20%;
}
#contents section #model_86 .datatables #t-brochure_j li.related {
	width: 32%;
}
#contents section #model_86 .datatables #t-brochure_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* プレゼンテーション（日本語）*/
#contents section #model_85 .datatables #t-presentation_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_85 .datatables #t-presentation_j li.number {
	width: 45%;
}
#contents section #model_85 .datatables #t-presentation_j li.japanese {
	width: 10%;
}
#contents section #model_85 .datatables #t-presentation_j li.related {
	width: 32%;
}
#contents section #model_85 .datatables #t-presentation_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* トレーニング資料（日本語） */
#contents section #model_84 .datatables #t-training-materials_j ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_84 .datatables #t-training-materials_j li.number {
	width: 35%;
}
#contents section #model_84 .datatables #t-training-materials_j li.member {
	width: 10%;
}
#contents section #model_84 .datatables #t-training-materials_j li.japanese {
	width: 10%;
}
#contents section #model_84 .datatables #t-training-materials_j li.related {
	width: 32%;
}
#contents section #model_84 .datatables #t-training-materials_j li.notes {
	width: 13%;
    word-break: keep-all;
}

/* その他 */
#contents section #model_134 .datatables #t-other-document ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_134 .datatables #t-other-document li.number {
	width: 15%;
}
#contents section #model_134 .datatables #t-other-document li.download {
	width: 10%;
}
#contents section #model_134 .datatables #t-other-document li.japanese {
	width: 10%;
}
#contents section #model_134 .datatables #t-other-document li.log {
	width: 10%;
    word-break: keep-all;
}
#contents section #model_134 .datatables #t-other-document li.information {
	width: 20%;
}
#contents section #model_134 .datatables #t-other-document li.related {
	width: 22%;
}
#contents section #model_134 .datatables #t-other-document li.notes {
	width: 13%;
    word-break: keep-all;
}

/* Nucleoなど共通 */
#contents section #model_97 .datatables #t-nucleo ul,
#contents section #model_96 .datatables #t-discovery ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_97 .datatables #t-nucleo li.product-img,
#contents section #model_96 .datatables #t-discovery li.product-img {
	width: 10%;
}
#contents section #model_97 .datatables #t-nucleo li.number,
#contents section #model_96 .datatables #t-discovery li.number {
	width: 20%;
}
#contents section #model_97 .datatables #t-nucleo li.information,
#contents section #model_96 .datatables #t-discovery li.information {
	width: 25%;
}
#contents section #model_97 .datatables #t-nucleo li.related,
#contents section #model_96 .datatables #t-discovery li.related {
	width: 20%;
}
#contents section #model_97 .datatables #t-nucleo li.supplier,
#contents section #model_96 .datatables #t-discovery li.supplier {
	width: 12%;
}
#contents section #model_97 .datatables #t-nucleo li.notes,
#contents section #model_96 .datatables #t-discovery li.notes {
	width: 13%;
    word-break: keep-all;
}

/* x-nucleo・evalなど共通 */
#contents section #model_173 .datatables #t-x-nucleo ul,
#contents section #model_13 .datatables #t-eval ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_173 .datatables #t-x-nucleo li.number,
#contents section #model_13 .datatables #t-eval li.number {
	width: 20%;
}
#contents section #model_173 .datatables #t-x-nucleo li.information,
#contents section #model_13 .datatables #t-eval li.information {
	width: 35%;
}
#contents section #model_173 .datatables #t-x-nucleo li.related,
#contents section #model_13 .datatables #t-eval li.related {
	width: 20%;
}
#contents section #model_173 .datatables #t-x-nucleo li.supplier,
#contents section #model_13 .datatables #t-eval li.supplier {
	width: 12%;
}
#contents section #model_173 .datatables #t-x-nucleo li.notes,
#contents section #model_13 .datatables #t-eval li.notes {
	width: 13%;
    word-break: keep-all;
}

/* その他 */
#contents section #model_99 .datatables #t-other ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_99 .datatables #t-other li.category {
	width: 15%;
    word-break: keep-all;
}
#contents section #model_99 .datatables #t-other li.number {
	width: 25%;
}
#contents section #model_99 .datatables #t-other li.information {
	width: 25%;
}
#contents section #model_99 .datatables #t-other li.related {
	width: 12%;
}
#contents section #model_99 .datatables #t-other li.supplier {
	width: 10%;
}
#contents section #model_99 .datatables #t-other li.notes {
	width: 13%;
    word-break: keep-all;
}

/* デバッガ */
#contents section #model_98 .datatables #t-debugger ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_98 .datatables #t-debugger li.category {
	width: 15%;
    word-break: keep-all;
}
#contents section #model_98 .datatables #t-debugger li.number {
	width: 15%;
}
#contents section #model_98 .datatables #t-debugger li.member {
	width: 10%;
}
#contents section #model_98 .datatables #t-debugger li.information {
	width: 20%;
}
#contents section #model_98 .datatables #t-debugger li.related {
	width: 15%;
}
#contents section #model_98 .datatables #t-debugger li.supplier {
	width: 12%;
}
#contents section #model_98 .datatables #t-debugger li.notes {
	width: 13%;
    word-break: keep-all;
}

/* ファームウェア */
#contents section #model_11 .datatables #t-firmware ul,
#contents section #model_100 .datatables #t-pc_soft ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_11 .datatables #t-firmware li.number,
#contents section #model_100 .datatables #t-pc_soft li.number {
	width: 15%;
}
#contents section #model_11 .datatables #t-firmware li.member,
#contents section #model_100 .datatables #t-pc_soft li.member {
	width: 10%;
}
#contents section #model_11 .datatables #t-firmware li.information,
#contents section #model_100 .datatables #t-pc_soft li.information {
	width: 20%;
}
#contents section #model_11 .datatables #t-firmware li.related,
#contents section #model_100 .datatables #t-pc_soft li.related {
	width: 30%;
}
#contents section #model_11 .datatables #t-firmware li.supplier,
#contents section #model_100 .datatables #t-pc_soft li.supplier {
	width: 12%;
}
#contents section #model_11 .datatables #t-firmware li.notes,
#contents section #model_100 .datatables #t-pc_soft li.notes {
	width: 13%;
    word-break: keep-all;
}

/* その他 */
#contents section #model_101 .datatables #t-other-sw_dev ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_101 .datatables #t-other-sw_dev li.category {
	width: 10%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.number {
	width: 15%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.member {
	width: 10%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.information {
	width: 20%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.related {
	width: 25%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.supplier {
	width: 12%;
}
#contents section #model_101 .datatables #t-other-sw_dev li.notes {
	width: 13%;
    word-break: keep-all;
}

/* NRND */
#contents section #model_184 .datatables #t-nrnd ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_184 .datatables #t-nrnd li.category {
	width: 10%;
}
#contents section #model_184 .datatables #t-nrnd li.number {
	width: 15%;
}
#contents section #model_184 .datatables #t-nrnd li.member {
	width: 10%;
}
#contents section #model_184 .datatables #t-nrnd li.information {
	width: 20%;
}
#contents section #model_184 .datatables #t-nrnd li.related {
	width: 25%;
}
#contents section #model_184 .datatables #t-nrnd li.supplier {
	width: 12%;
}
#contents section #model_184 .datatables #t-nrnd li.notes {
	width: 13%;
    word-break: keep-all;
}

/* パートナーソリューション各 */

#contents section #model_12 .datatables #t-unity_dev ul,
#contents section #model_102 .datatables #t-3rd_debugger ul,
#contents section #model_103 .datatables #t-os ul,
#contents section #model_104 .datatables #t-middleware ul,
#contents section #model_172 .datatables #t-embedded_ai ul,
#contents section #model_105 .datatables #t-clock_hw ul,
#contents section #model_107 .datatables #t-programmer ul,
#contents section #model_108 .datatables #t-sw_hw_dev ul,
#contents section #model_171 .datatables #t-development_support_tool ul,
#contents section #model_135 .datatables #t-other-thirdparty ul {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-line-pack: center;
	align-content: center;
  	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contents section #model_12 .datatables #t-unity_dev li.supplier,
#contents section #model_102 .datatables #t-3rd_debugger li.supplier,
#contents section #model_103 .datatables #t-os li.supplier,
#contents section #model_104 .datatables #t-middleware li.supplier,
#contents section #model_172 .datatables #t-embedded_ai li.supplier,
#contents section #model_105 .datatables #t-clock_hw li.supplier,
#contents section #model_107 .datatables #t-programmer li.supplier,
#contents section #model_108 .datatables #t-sw_hw_dev li.supplier,
#contents section #model_171 .datatables #t-development_support_tool li.supplier,
#contents section #model_135 .datatables #t-other-thirdparty li.supplier {
	width: 22%;
}
#contents section #model_12 .datatables #t-unity_dev li.number,
#contents section #model_102 .datatables #t-3rd_debugger li.number,
#contents section #model_103 .datatables #t-os li.number,
#contents section #model_104 .datatables #t-middleware li.number,
#contents section #model_172 .datatables #t-embedded_ai li.number,
#contents section #model_105 .datatables #t-clock_hw li.number,
#contents section #model_107 .datatables #t-programmer li.number,
#contents section #model_108 .datatables #t-sw_hw_dev li.number,
#contents section #model_171 .datatables #t-development_support_tool li.number,
#contents section #model_135 .datatables #t-other-thirdparty li.number {
	width: 15%;
}
#contents section #model_12 .datatables #t-unity_dev li.information,
#contents section #model_102 .datatables #t-3rd_debugger li.information,
#contents section #model_103 .datatables #t-os li.information,
#contents section #model_104 .datatables #t-middleware li.information,
#contents section #model_172 .datatables #t-embedded_ai li.information,
#contents section #model_105 .datatables #t-clock_hw li.information,
#contents section #model_107 .datatables #t-programmer li.information,
#contents section #model_108 .datatables #t-sw_hw_dev li.information,
#contents section #model_171 .datatables #t-development_support_tool li.information,
#contents section #model_135 .datatables #t-other-thirdparty li.information {
	width: 20%;
}
#contents section #model_12 .datatables #t-unity_dev li.related,
#contents section #model_102 .datatables #t-3rd_debugger li.related,
#contents section #model_103 .datatables #t-os li.related,
#contents section #model_104 .datatables #t-middleware li.related,
#contents section #model_172 .datatables #t-embedded_ai li.related,
#contents section #model_105 .datatables #t-clock_hw li.related,
#contents section #model_107 .datatables #t-programmer li.related,
#contents section #model_108 .datatables #t-sw_hw_dev li.related,
#contents section #model_171 .datatables #t-development_support_tool li.related,
#contents section #model_135 .datatables #t-other-thirdparty li.related {
	width: 30%;
}
#contents section #model_12 .datatables #t-unity_dev li.notes,
#contents section #model_102 .datatables #t-3rd_debugger li.notes,
#contents section #model_103 .datatables #t-os li.notes,
#contents section #model_104 .datatables #t-middleware li.notes,
#contents section #model_172 .datatables #t-embedded_ai li.notes,
#contents section #model_105 .datatables #t-clock_hw li.notes,
#contents section #model_107 .datatables #t-programmer li.notes,
#contents section #model_108 .datatables #t-sw_hw_dev li.notes,
#contents section #model_171 .datatables #t-development_support_tool li.notes,
#contents section #model_135 .datatables #t-other-thirdparty li.notes {
	width: 13%;
    word-break: keep-all;
}
#contents section #model_12 .datatables #t-unity_dev li.supplier img,
#contents section #model_102 .datatables #t-3rd_debugger li.supplier img,
#contents section #model_103 .datatables #t-os li.supplier img,
#contents section #model_104 .datatables #t-middleware li.supplier img,
#contents section #model_172 .datatables #t-embedded_ai li.supplier img,
#contents section #model_105 .datatables #t-clock_hw li.supplier img,
#contents section #model_107 .datatables #t-programmer li.supplier img,
#contents section #model_108 .datatables #t-sw_hw_dev li.supplier img,
#contents section #model_171 .datatables #t-development_support_tool li.supplier img,
#contents section #model_135 .datatables #t-other-thirdparty li.supplier img {
	width: 100px;
}

#contents section .modal .datatables ul.data li.number,
#contents section .modal .datatables ul.data li.member,
#contents section .modal .datatables ul.data li.category,
#contents section .modal .datatables ul.data li.japanese,
#contents section .modal .datatables ul.data li.download,
#contents section .modal .datatables ul.data li.supplier,
#contents section .modal .datatables ul.data li.information,
#contents section .modal .datatables ul.data li.notes {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents section .modal .datatables ul.title li.number,
#contents section .modal .datatables ul.title li.member,
#contents section .modal .datatables ul.title li.category,
#contents section .modal .datatables ul.title li.japanese,
#contents section .modal .datatables ul.title li.download,
#contents section .modal .datatables ul.title li.supplier,
#contents section .modal .datatables ul.title li.information,
#contents section .modal .datatables ul.title li.notes {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#contents section .modal .datatables ul.title li.product-img,
#contents section .modal .datatables ul.title li.related {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents section .modal .datatables ul.data li.japanese,
#contents section .modal .datatables ul.data li.download,
#contents section .modal .datatables ul.data li.member,
#contents section .modal .datatables ul.data li.notes,
#contents section .modal .datatables ul.data li.supplier,
#contents section .modal .datatables ul.title li.related {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Cad */
#contents section #model_186 .datatables #t-cad ul {
width: 100%;
display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
#contents section #model_186 .datatables #t-cad li.number {
width: 20%;
}
#contents section #model_186 .datatables #t-cad li.information {
width: 35%;
}
#contents section #model_186 .datatables #t-cad li.related {
width: 20%;
}
#contents section #model_186 .datatables #t-cad li.supplier {
width: 12%;
}
#contents section #model_186 .datatables #t-cad li.notes {
width: 13%;
    word-break: keep-all;
}