@charset "UTF-8";
h3 {
  padding: 16px 0 8px 20px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
  #topColumn h2 {
    text-align: center;
  }
  #topColumn .toggleMenu {
    border: 1px #10218b solid;
    border-left: none;
    border-right: none;
    padding: 0.7em;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    color: #10218B;
    position: relative;
    background-color: #fff;
  }
  #topColumn .toggleMenu:before, #topColumn .toggleMenu:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #10218B;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.3s;
  }
  #topColumn .toggleMenu:after {
    transform: rotate(90deg);
  }
  #topColumn .toggleMenu.open:after {
    transform: rotate(0deg);
  }
}

#topColumn .count_none {
  display: none;
}

#topColumn h3 {
  padding-left: 0;
  margin-bottom: 0;
}

#topColumn .column_list {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 768px) {
  #topColumn .column_list {
    width: 100%;
  }
}

#topColumn .column_list li {
  border-bottom: 1px #D9E3EC solid;
  padding: 2.5em 0;
}

@media only screen and (max-width: 768px) {
  #topColumn .column_list li {
    padding: 1.5em 0;
  }
}

#topColumn .column_list li.show {
  display: block;
}

#topColumn .column_list li.hide {
  display: none;
}

#topColumn .column_list li a {
  text-decoration: none;
}

#topColumn .column_list li a:hover {
  opacity: 0.8;
}

#topColumn .column_list li a .flex .image {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  #topColumn .column_list li a .flex .image {
    width: 100%;
    text-align: center;
  }
}

#topColumn .column_list li a .flex .image img {
  max-width: 95%;
}

#topColumn .column_list li a .flex .text {
  width: calc(100% - 300px);
  color: #333;
}

@media only screen and (max-width: 768px) {
  #topColumn .column_list li a .flex .text {
    width: 100%;
    padding-top: 10px;
  }
}

#topColumn .column_list li a .flex .text .date_category {
  margin-bottom: 10px;
}

#topColumn .column_list li a .flex .text .date_category .date {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

#topColumn .column_list li a .flex .text .date_category .category {
  display: inline-block;
  background: #F2F6F6;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  padding: 3px 15px;
  white-space: nowrap;
  margin-left: 20px;
}

#topColumn .column_list li a .flex .text h4.title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0.5em;
}

#topColumn .column_list li a .flex .text .view_more {
  font-size: 18px;
  color: #10218B;
  display: block;
  text-align: right;
  margin-top: 1em;
  position: relative;
}

#topColumn .column_list li a .flex .text .view_more:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-left: 5px;
  vertical-align: baseline;
  transform: translateY(-2px) rotate(-45deg);
}

#topColumn .fixed_menu {
  opacity: 1;
  transition: 0.3s;
  width: 22%;
}

#topColumn .fixed_menu.hide {
  opacity: 0;
}

#topColumn .fixed_menu h3 {
  margin-bottom: 0.5em;
}

#topColumn .fixed_menu ul {
  border-top: 1px #D9E3EC solid;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #topColumn .fixed_menu {
    width: 100%;
    margin-top: 0em;
    position: fixed;
    left: 0;
    top: 70px;
  }
  #topColumn .fixed_menu .fixed {
    position: static !important;
  }
  #topColumn .fixed_menu h3.toggleMenu {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px #003399 solid !important;
    border-top: 1px #003399 solid;
  }
  #topColumn .fixed_menu ul {
    display: none;
  }
}

#topColumn .fixed_menu li {
  border-left: 1px #D9E3EC solid;
  border-right: 1px #D9E3EC solid;
}

#topColumn .fixed_menu li a {
  display: block;
  border-bottom: 1px #D9E3EC solid;
  text-align: center;
  padding: 0.8em;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}

#topColumn .fixed_menu li a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: calc(50% - 4px);
}

#topColumn .fixed_menu li a:hover {
  background-color: #10218B;
  color: #fff;
}

#topColumn .fixed_menu li a:hover::after {
  border-color: #fff;
}

#topColumn .fixed_menu .fixed {
  position: sticky;
  top: 10%;
  left: 72%;
}

@media only screen and (max-width: 1200px) {
  #topColumn .fixed_menu .fixed {
    right: 4vw;
  }
  #topColumn .fixed_menu .fixed li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #topColumn .fixed_menu .fixed {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    transition: none;
  }
}

#techInfo h3 {
  padding: 16px 0 8px 20px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

#techInfo h3:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.document_box,
.document_box2 {
  border: 1px #10218B solid;
  margin: 2em 0;
}

@media only screen and (max-width: 768px) {
  .document_box,
  .document_box2 {
    margin-top: 0;
  }
}

.document_box h4,
.document_box2 h4 {
  background-color: #10218B;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

.document_box .inbox,
.document_box2 .inbox {
  padding: 0 20px 20px;
}

.document_box .inbox .link,
.document_box2 .inbox .link {
  margin-top: 15px;
}

.document_box .inbox .link a,
.document_box2 .inbox .link a {
  position: relative;
  font-weight: 600;
}

.document_box .inbox .link a:after,
.document_box2 .inbox .link a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-left: 5px;
  vertical-align: baseline;
  transform: translateY(-3px) rotate(-45deg);
}

#columnContact .btn_contact {
  justify-content: center;
  gap: 16px;
}

#columnContact .btn_contact::after {
  display: none;
}

#columnDetail {
  padding-bottom: 5em;
  /*****************************************************************************
    Style Basic
    *****************************************************************************/
  /** [tableStyle01用 下線太] **************************************************************************/
  /* 下 */
}

#columnDetail.pb0 {
  padding-bottom: 0;
}

#columnDetail h1 {
  font-size: 24px;
  color: #10218B;
  font-weight: 600;
  border: none;
}

@media only screen and (max-width: 767px) {
  #columnDetail h1 {
    font-size: 6vw;
    font-size: min(6vw, 24px);
  }
}

#columnDetail h2 {
  background-color: #D9E3EC;
  padding: 0.5em;
  text-align: left;
  font-size: 20px;
  margin-top: 3em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  #columnDetail h2 {
    margin-top: 1.5em;
    font-size: 5vw;
    font-size: min(5vw, 22px);
  }
}

#columnDetail h2.mb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #columnDetail h2 {
    margin-bottom: 0.5em;
  }
}

#columnDetail h3 {
  color: #333;
  font-size: 18px;
  margin-top: 2em;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

#columnDetail h3.gray {
  background-color: #F2F6F6;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

#columnDetail h3.gray.txt-left {
  text-align: left;
}

#columnDetail figure {
  text-align: center;
  margin: 2em 0;
}

@media only screen and (max-width: 768px) {
  #columnDetail figure {
    margin: 1em 0 0;
  }
}

#columnDetail figure p {
  font-size: 90%;
}

#columnDetail figure img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #columnDetail figure img {
    max-width: 100%;
  }
}

#columnDetail figure.attention {
  text-align: left;
  margin: 0.5em 0 2em 0;
}

#columnDetail .mt2 {
  margin-top: 2em;
}

#columnDetail h4 {
  font-weight: bold;
  margin-bottom: 4px;
}

#columnDetail p {
  line-height: 1.8;
}

#columnDetail p.ttl {
  font-weight: 600;
}

#columnDetail .list-style {
  margin-left: 1.5em;
}

#columnDetail .list-style li {
  list-style: square;
}

#columnDetail .flex * {
  line-height: 1.8;
}

#columnDetail .flex > div:nth-child(1) {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  #columnDetail .flex > div:nth-child(1) {
    width: 100%;
  }
}

#columnDetail .flex > div:nth-child(2) {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  #columnDetail .flex > div:nth-child(2) {
    width: 100%;
    margin-top: 1em;
  }
}

#columnDetail .flex.btn_contact > div {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  #columnDetail .flex.btn_contact > div {
    width: 100%;
    margin-top: 1em;
  }
}

#columnDetail .flex.column2 > div {
  width: 48.5%;
}

@media only screen and (max-width: 768px) {
  #columnDetail .flex.column2 > div {
    width: 100%;
  }
}

#columnDetail .imgFifty.flex > div {
  width: 48.5%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #columnDetail .imgFifty.flex > div {
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
  }
}

#columnDetail .top_btn01 {
  margin-top: 2em;
  margin-bottom: 2em;
}

#columnDetail .top_btn01 a {
  text-align: center;
}

#columnDetail .movie_box.flex {
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}

#columnDetail .movie_box.flex > div {
  width: 48.5%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #columnDetail .movie_box.flex > div {
    width: 100%;
  }
}

#columnDetail .movie_box.flex > div iframe {
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #columnDetail .movie_box.flex > div iframe {
    width: 100%;
    height: 230px;
  }
}

#columnDetail .purpose.flex > div {
  width: 49%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #columnDetail .purpose.flex > div {
    width: 100%;
  }
}

#columnDetail .purpose.flex > div h5 {
  margin: 1em 0;
  padding: 5px;
  color: #fff;
}

#columnDetail .purpose.flex > div h5.general {
  background-color: #666;
}

#columnDetail .purpose.flex > div h5.epson {
  background-color: #10218B;
}

#columnDetail .purpose.flex.purpose_graphs p {
  font-weight: 600;
  padding-bottom: 0.5em;
}

#columnDetail ol {
  padding-left: 2em;
}

#columnDetail ol li {
  list-style: decimal;
  padding-bottom: 1em;
}

#columnDetail ol li::marker {
  font-weight: 600;
  font-size: 1.8rem;
}

#columnDetail ol li p.ttl {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.3em;
}

#columnDetail .product_link {
  margin-top: 0.5em;
  margin-bottom: 3em;
}

#columnDetail .product_link a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-right: 1em;
}

#columnDetail .product_link a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  vertical-align: baseline;
  transform: translateY(-2px) rotate(-45deg);
  margin-right: 8px;
}

#columnDetail h4 + .product_link {
  margin-top: 0.5em;
}

#columnDetail .product_link_one a {
  margin-left: 0;
}

#columnDetail .application {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#columnDetail .application li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  #columnDetail .application li {
    width: 100%;
  }
}

#columnDetail .application li i {
  display: block;
  width: 60px;
  margin-right: 10px;
}

#columnDetail .calc_text {
  font-weight: 600;
  font-size: 110%;
  color: #10218B;
}

#columnDetail .table02 {
  margin: 1em 0;
}

#columnDetail .table02 table {
  width: 100%;
}

#columnDetail table.tableStyle01, #columnDetail table.tableStyle02, #columnDetail table.tableStyle05, #columnDetail table.tableStyle06 {
  width: 100%;
}

#columnDetail table.tableStyle03 {
  width: 100%;
  margin-bottom: 1em;
}

#columnDetail table.tableStyle04 {
  width: 65%;
  margin-bottom: 1em;
}

#columnDetail table.tableStyle02, #columnDetail table.tableStyle04 {
  background: #f4f4f4;
}

#columnDetail table.tableStyle01 td, #columnDetail table.tableStyle01 th,
#columnDetail table.tableStyle02 td, #columnDetail table.tableStyle02 th,
#columnDetail table.tableStyle03 td, #columnDetail table.tableStyle03 th,
#columnDetail table.tableStyle04 td, #columnDetail table.tableStyle04 th {
  border: 1px solid #999999;
  padding: 0.5em;
  vertical-align: middle;
}

#columnDetail table.tableStyle01 td.bd-lBB, #columnDetail table.tableStyle01 th.bd-lBB {
  border-left: 3px solid #003399;
}

#columnDetail table.tableStyle01 td.bd-lBB_bk, #columnDetail table.tableStyle01 th.bd-lBB_bk {
  border-left: 5px solid #999999;
}

#columnDetail table.tableStyle01 td.bd-nn, #columnDetail table.tableStyle01 th.bd-nn {
  border: none;
}

#columnDetail table.tableStyle01 td.bd-rBB, #columnDetail table.tableStyle01 th.bd-rBB {
  border-right: 3px solid #003399;
}

#columnDetail table.tableStyle01 td.bd-bBB, #columnDetail table.tableStyle01 th.bd-bBB {
  border-bottom: 3px solid #003399;
}

#columnDetail table.tableStyle01 td.bd-tBB, #columnDetail table.tableStyle01 th.bd-tBB {
  border-top: 3px solid #003399;
}

#columnDetail table.tableStyle01 td.bk-B, #columnDetail table.tableStyle01 th.bk-B {
  background-color: #B9E6FC;
}

#columnDetail table.tableStyle01 td.bk-Bh, #columnDetail table.tableStyle01 th.bk-Bh {
  background-color: #003399;
  color: #ffffff;
}

#columnDetail table.tableStyle05 td, #columnDetail table.tableStyle05 th {
  border: 1px solid #999999;
  padding: 0.3em 0;
  vertical-align: middle;
}

#columnDetail table.tableStyle06 td, #columnDetail table.tableStyle06 th {
  border: 1px solid #ffffff;
  padding: 0.3em 0;
  vertical-align: middle;
}

#columnDetail table.tableStyle01 th, #columnDetail table.tableStyle02 th,
#columnDetail table.tableStyle03 th, #columnDetail table.tableStyle04 th,
#columnDetail table.tableStyle05 th {
  background: #f1f3f5;
}

#columnDetail table.pad0 td, #columnDetail table.pad0 th {
  padding: 0;
}

#columnDetail table.pad1 td, #columnDetail table.pad1 th {
  padding: 1px;
}

#columnDetail table.pad3 td, #columnDetail table.pad3 th {
  padding: 3px;
}

#columnDetail table.pad5 td, #columnDetail table.pad5 th {
  padding: 5px;
}

#columnDetail .vaM {
  vertical-align: middle;
}

#columnDetail .articleBody table.tableStyle01, #columnDetail .articleBody table.tableStyle02, #columnDetail .articleBody table.tableStyle05, #columnDetail .articleBody table.tableStyle03, #columnDetail .articleBody table.tableStyle06 {
  border: none;
}

#columnDetail .articleBody table.tableStyle01 thead tr, #columnDetail .articleBody table.tableStyle02 thead tr, #columnDetail .articleBody table.tableStyle06 thead tr {
  border-bottom: none;
}

#columnDetail .articleBody table.tableStyle01 tbody tr + tr, #columnDetail .articleBody table.tableStyle02 tbody tr + tr, #columnDetail .articleBody table.tableStyle06 tbody tr + tr {
  border-top: none;
}

#columnDetail .ahover a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}

#columnDetail .ahover a:hover,
#columnDetail .ahover a:focus {
  background-color: #d3d3d3;
}

#columnDetail table.tableStyle01 .bdfBB, #columnDetail table.tableStyle01 .bdfGB {
  border-bottom: solid 2px #999999;
}

#columnDetail table.tableStyle05 .bdfBB, #columnDetail table.tableStyle05 .bdfGB {
  border-bottom: solid 2px #999999;
}

#columnDetail table.tableStyle05 .bdGB {
  border-bottom: solid 1px #999999;
}

#columnDetail p.bold {
  font-weight: 600;
}

#columnDetail table.tableStyle01 td img.mt5 {
  margin-top: 5px;
}

#columnDetail table.tableStyle01 td img.mw300 {
  max-width: 300px;
}

#columnDetail table.tableStyle01 th.w35 {
  width: 35%;
}

#columnDetail table.tableStyle01.mb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #columnDetail table.tableStyle01 th,
  #columnDetail table.tableStyle01 td {
    padding: 0.25em;
    font-size: 11px;
  }
  #columnDetail table.tableStyle01 th div, #columnDetail table.tableStyle01 th span,
  #columnDetail table.tableStyle01 td div,
  #columnDetail table.tableStyle01 td span {
    font-size: 11px;
  }
  #columnDetail table.tableStyle01 th a.arrow:after,
  #columnDetail table.tableStyle01 td a.arrow:after {
    top: 5px;
  }
}

#columnDetail #sensor_flow {
  margin-top: 2em;
}

#columnDetail #sensor_flow > div {
  position: relative;
}

#columnDetail #sensor_flow > div img {
  display: block;
  margin: auto;
}

#columnDetail #sensor_flow > div:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d9e3ec;
  border-right: 0;
  position: absolute;
  right: 0;
  top: calc(30% - 8px);
}

@media only screen and (max-width: 768px) {
  #columnDetail #sensor_flow > div:before {
    transform: rotate(90deg);
    right: auto;
    left: calc(50% - 8px);
    top: auto;
    bottom: -30px;
  }
}

@media only screen and (max-width: 768px) {
  #columnDetail #sensor_flow > div {
    margin-bottom: 3em;
  }
}

#columnDetail #sensor_flow > div:last-child::before {
  display: none;
}

#columnDetail #sensor_flow > div:nth-child(3):before {
  display: none;
}

@media only screen and (max-width: 768px) {
  #columnDetail #sensor_flow > div:nth-child(3):before {
    display: block;
  }
}

#columnDetail #sensor_flow > div:nth-child(4):after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d9e3ec;
  border-right: 0;
  position: absolute;
  left: 0;
  top: calc(30% - 8px);
}

@media only screen and (max-width: 768px) {
  #columnDetail #sensor_flow > div:nth-child(4):after {
    display: none;
  }
}

#columnDetail #senser_use .triangle {
  margin-top: 1em;
  position: relative;
  margin-bottom: 30px;
}

#columnDetail #senser_use .triangle:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d9e3ec;
  border-right: 0;
  position: absolute;
  right: 50%;
  bottom: -30px;
  transform: rotate(90deg);
}

#columnDetail .appList {
  gap: 5px;
}

#columnDetail .appList li {
  width: 24%;
  margin-bottom: 1em;
  text-align: center;
}

#columnDetail .appList li img {
  width: 85%;
}

#columnDetail .appList li .products {
  background-color: #10218B;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 6px;
  line-height: 1.2;
  border-radius: 20px;
}

#columnDetail .appList li p.tech {
  text-align: center;
  font-size: 90%;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  #columnDetail .appList {
    flex-direction: row;
  }
  #columnDetail .appList li {
    width: 48%;
    text-align: center;
    margin-bottom: 1em;
  }
}

#columnDetail .red {
  color: #ff0000;
  font-weight: bold;
}

#columnDetail ol.checkpoint {
  margin-top: 1em;
  padding-left: 0;
}

#columnDetail ol.checkpoint li {
  list-style: none;
  padding-bottom: 0.5em;
  color: #ff0000;
}

#columnDetail ol.checkpoint li ol.child {
  margin-top: 4px;
}

#columnDetail ol.checkpoint li.underline {
  text-decoration: underline;
}

#columnDetail .sensor_waku {
  border: 1px #10218B solid;
  padding: 10px 1em;
  display: inline-block;
  margin-top: 1em;
  color: #10218B;
}

/*  ========================
    *********  ic_partner  *********
=============================================  */
@media only screen and (max-width: 767px) {
  .box_list01 {
    width: 100%;
  }
}

.box_list01 td {
  background-color: #fff;
  text-align: left;
  border: 1px #D9E3EC solid;
  vertical-align: middle;
  width: 20%;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  .box_list01 td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .box_list01 td.pc {
    display: none;
  }
}

.box_list01 td a {
  font-weight: 600;
  font-size: 90%;
  display: block;
  letter-spacing: normal;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px 0px 0px 16px;
}

.box_list01 td a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 0.2em);
}

.box_list02 {
  margin: 2em 0;
}

.box_list02 li {
  width: calc(100%/9);
}

.box_list02 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 1em;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .box_list02 li {
    width: calc(100%/3);
  }
}

#ic_partner .top_ttl01 {
  margin: 4em 0 0;
}

@media only screen and (max-width: 767px) {
  #ic_partner .top_ttl01 {
    margin-top: 0;
  }
  #ic_partner .top_ttl01 .ja {
    font-size: 7vw;
    font-size: min(7vw, 40px);
  }
}

#ic_partner section h2 .ja {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  display: block;
}

#ic_partner p.nml_txt01 {
  margin: 2em 0;
  line-height: 2em;
}

@media only screen and (max-width: 767px) {
  #ic_partner p.nml_txt01 {
    margin: 1em 0;
    line-height: 1.5;
  }
}

#ic_partner .acd {
  border: 1px solid #D9E3EC;
  margin-left: -1px;
  width: calc(100% - 4px);
  text-align: center;
  font-weight: bold;
  padding: 1.6em;
  position: relative;
  color: #10218B;
  cursor: pointer;
}

#ic_partner .acd:before, #ic_partner .acd:after {
  content: '';
  position: absolute;
  display: block;
  width: 1.6%;
  height: 0;
  padding-bottom: .15%;
  background: #10218B;
  top: 50%;
  right: 40%;
  transform: translateY(-50%);
}

#ic_partner .acd:after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

#ic_partner .acd.active::after {
  transform: rotate(0);
  transition: .5s;
}

#ic_partner .note {
  font-size: 12px;
  margin: 2em 0;
  color: #333333;
}

#ic_partner .table {
  margin-bottom: 3em;
}

#ic_partner_detail {
  padding-bottom: 5em;
}

@media only screen and (max-width: 767px) {
  #ic_partner_detail {
    padding-bottom: 2em;
  }
  #ic_partner_detail #productIndex {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

#ic_partner_detail h1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #ic_partner_detail h1 {
    margin-top: 0;
  }
  #ic_partner_detail h1 .ja {
    font-size: 7vw;
  }
}

#ic_partner_detail p.note {
  font-size: 80%;
  margin-top: 10px;
}

#ic_partner_detail div.table {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  #ic_partner_detail div.table {
    overflow-x: auto;
  }
}

#ic_partner_detail a.icon_link .icon {
  margin-left: 6px;
}

/*  ========================
    *********  glossary  *********
=============================================  */
@media only screen and (max-width: 767px) {
  #glossary {
    position: relative;
    padding-top: 60px;
  }
}

#glossary h2 .ja {
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
  display: block;
  text-align: center;
}

#glossary .bgGray {
  background-color: #F2F6F6;
  padding: 1px 0 80px;
}

#glossary .glossaryArea {
  padding-bottom: 4em;
}

#glossary .glossaryArea ad
h3 {
  color: #10218B;
  padding-left: 0;
  padding-top: 2.5em;
  margin-top: 1em;
  border-top: 1px solid #D9E3EC;
}

@media only screen and (max-width: 767px) {
  #glossary .glossaryArea ad
h3 {
    margin-top: 0;
  }
}

#glossary .glossaryArea h3.bodno {
  border: none;
}

#glossary .glossaryArea h4 {
  font-size: 18px;
  color: #10218B;
  font-weight: 600;
  margin: 1em 0 .5em;
  padding-top: 1em;
  border-top: 1px solid #D9E3EC;
}

#glossary .glossaryArea p {
  position: relative;
}

#glossary .glossaryArea p a {
  padding-right: 1em;
}

#glossary .glossaryArea p a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-left: 0;
  vertical-align: baseline;
  transform: translateY(0) rotate(-45deg);
}

#glossary table {
  background: #FFF;
  margin: 1.5em auto;
}

#glossary table td {
  padding: 1em;
  text-align: center;
}

#glossary sub {
  vertical-align: sub;
}

#glossary .flex {
  background: #FFF;
  margin: 1.5em auto;
  padding: 1em;
  text-align: center;
  justify-content: center;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}

#glossary p {
  margin: 1em 0 0;
}

#glossary .bod {
  border-top: 1px solid #D9E3EC;
}

#glossary ol {
  margin-top: 1em;
  list-style-position: inside;
}

#glossary ol li {
  list-style: inherit;
  margin-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  #glossary ol li {
    margin-left: 0;
  }
}

#glossary li.mT10 {
  margin-top: 10px;
}

#glossary .pd1 {
  padding: 1em;
  background: #FFF;
  width: fit-content;
}

#glossary table.tableStyle01 td {
  border: 1px #ccc solid;
}

@media screen and (max-width: 768px) {
  #glossary img {
    height: auto;
  }
}

/* ソリューション */
#topSolution {
  margin: auto auto 0;
}

#topSolution .top_solution_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #topSolution .top_solution_list {
    margin-top: 0;
  }
}

#topSolution .top_solution_list .solution_col {
  width: 48%;
  padding: 0px 24px;
  position: relative;
  margin-bottom: 3em;
}

#topSolution .top_solution_list .solution_col:nth-child(4)::before {
  bottom: 0;
}

#topSolution .top_solution_list .solution_col:nth-child(3),
#topSolution .top_solution_list .solution_col:nth-child(4) {
  border: none;
  padding-bottom: 0;
}

#topSolution .top_solution_list .img {
  margin-bottom: 20px;
}

#topSolution .top_solution_list h3 {
  font-size: 20px;
  color: #10218B;
  font-weight: 600;
  margin-bottom: 5px;
}

#topSolution .top_solution_list p.en {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#topSolution .top_solution_list .view_more {
  margin-top: 5px;
}

#topSolution .flex::after {
  display: none;
}

#topSolution .top_solution_list .view_more span {
  color: #10218B;
  font-size: 16px;
  font-weight: 600;
}

#topSolution .top_solution_list .flex {
  align-items: center;
}

#topSolution .top_solution_list .view_more span::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-left: 5px;
  vertical-align: baseline;
  transform: translateY(-1px) rotate(-45deg);
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
  #topSolution {
    padding: 80px 10px 40px;
  }
  #topSolution .top_solution_list .solution_col {
    width: 48%;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 768px) {
  #topSolution {
    padding: 4vw 0;
    margin: auto auto 0;
  }
  #topSolution .inner {
    max-width: 100%;
    margin: auto;
  }
  #topSolution .top_solution_list {
    display: block;
  }
  #topSolution .top_solution_list h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #topSolution .top_solution_list .solution_col {
    width: 100%;
    padding: 2vw 0;
    margin-bottom: 1.5em;
  }
  #topSolution .top_solution_list .solution_col:nth-child(4) {
    border: none;
    padding-bottom: 0;
  }
  #topSolution .top_solution_list .solution_col:nth-child(2)::before,
  #topSolution .top_solution_list .solution_col:nth-child(4)::before {
    display: none;
  }
  #topSolution .top_solution_list .img {
    margin-bottom: 4vw;
  }
  #topSolution .top_solution_list h3 {
    font-size: 5vw;
    margin-bottom: auto;
  }
  #topSolution .top_solution_list p.en {
    font-size: 3.7vw;
  }
  #topSolution .top_solution_list .view_more {
    margin-top: 2vw;
  }
  #topSolution .top_solution_list .view_more a {
    font-size: 4vw;
  }
  #topSolution .top_solution_list .view_more a::after {
    width: 2vw;
    height: 2vw;
    margin-left: 2vw;
  }
}

#case_study #topColumn {
  background-color: #10218B;
  margin-bottom: 0;
  padding: 80px 0;
}

#case_study #topColumn h2 {
  color: #fff;
}

#case_study #topColumn .top_column_list * {
  color: #fff;
}

#case_study_detail .introduction {
  padding-top: 01em;
}

#case_study_detail .introduction .flex {
  justify-content: space-between;
}

#case_study_detail .introduction .flex > div:nth-child(1) {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  #case_study_detail .introduction .flex > div:nth-child(1) {
    width: 100%;
  }
}

#case_study_detail .introduction .flex > div:nth-child(2) {
  width: 56%;
}

@media only screen and (max-width: 768px) {
  #case_study_detail .introduction .flex > div:nth-child(2) {
    width: 100%;
  }
}

#case_study_detail .introduction .flex > div:nth-child(2) h3 {
  padding-left: 0;
  margin-bottom: 0.5em;
}

#case_study_detail .introduction .flex > div:nth-child(2) p {
  line-height: 1.7;
}

#case_study_detail .bg {
  background-color: #F2F6F6;
}

#case_study_detail .case h3 {
  padding-left: 0;
  font-size: 28px;
}

#case_study_detail .case h4 {
  font-size: 20px;
  color: #10218B;
  font-weight: 600;
  padding-bottom: 0.6em;
}

#case_study_detail .case p.ttl {
  font-weight: 600;
  padding: 10px 0;
  color: #10218B;
  font-size: 18px;
}

#case_study_detail .case .view_more a {
  font-size: 16px;
}

#case_study_detail .case .flex > div {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #case_study_detail .case .flex > div {
    margin-bottom: 1.5em;
  }
}

#case_study_detail #topColumn {
  padding-top: 20px;
}

#case_study_detail #topSolution {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  #case_study_detail #topSolution {
    padding-top: 2em;
  }
}

@media only screen and (max-width: 768px) {
  #case_study_detail #topSolution .top_solution_list {
    flex-direction: row;
    display: flex;
  }
}

#case_study_detail #topSolution .top_solution_list .solution_col {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  #case_study_detail #topSolution .top_solution_list .solution_col {
    width: 49%;
  }
}

#case_study_detail #topSolution .top_solution_list .solution_col h3 {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #case_study_detail #topSolution .top_solution_list .solution_col h3 {
    font-size: 5vw;
  }
}

#case_study_detail #topSolution h3 {
  padding-left: 0;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  #case_study_detail #topSolution h3 {
    margin-bottom: 0;
  }
}

#offer .board {
  margin-top: 1em;
}

#offer .board > div {
  width: 31.5% !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  #offer .board {
    flex-direction: row;
  }
  #offer .board > div {
    width: 31.5%;
  }
}

#offer #columnDetail h1 {
  text-align: left;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  #offer #columnDetail h1 {
    font-size: min(6vw, 36px);
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
}

#offer #columnDetail .flex.column_list > div {
  width: 32.5%;
}

@media only screen and (max-width: 767px) {
  #offer #columnDetail .flex.column_list > div {
    width: 100%;
  }
}

#offer #columnDetail h3 {
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  #offer #columnDetail h3 {
    margin-top: 1em;
  }
}

#offer #columnDetail figure {
  margin: 1em 0;
}

#offer #columnDetail figure img {
  max-width: 100%;
}

#offer #columnDetail .top_btn01 {
  width: 48.5%;
  margin-bottom: 0;
  margin-top: 1em;
}

#offer #columnDetail .top_btn01.w100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #offer #columnDetail .top_btn01 {
    width: 100%;
  }
}

#offer #columnDetail .top_btn01 a {
  padding: 1em;
}

#offer #columnDetail table.tableStyle01 th {
  background-color: #10218B;
}

#offer #columnDetail h3.gray {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10218B;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #offer #columnDetail .fixed_menu h3 {
    margin: 0;
  }
}

ul.number li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

#circut_design #columnDetail h1 {
  margin-bottom: 1em;
}

#circut_design #columnDetail #tableOfContents ol {
  flex-wrap: wrap;
}

#circut_design #columnDetail span.bold {
  font-weight: 600;
}

#circut_design #columnDetail .lh1 {
  line-height: 1.3;
}

#circut_design #columnDetail .table {
  margin: 1em 0;
}

#circut_design #columnDetail .table table td span {
  text-align: left;
  font-size: 100%;
}

#circut_design #columnDetail .table table td .strong {
  font-weight: 600;
}

#circut_design #columnDetail .table table.txtC td {
  text-align: center;
}

#circut_design #columnDetail .table .tableStyle01 th {
  background-color: #f1f3f5;
  color: #333;
}

#circut_design #columnDetail h3 {
  padding-left: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#circut_design #columnDetail h3.gray {
  padding: 10px;
  text-align: left;
}

.youtube_icon {
  margin-right: 0;
  position: relative;
}

.youtube_icon:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/crystal/ja/techinfo/video/img/3721679-youtube_108064.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

#video h2 {
  font-size: 28px;
}

#video h3 {
  padding-left: 0;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  #video .video_list .flex {
    flex-direction: row;
  }
}

#video .video_list .flex > div {
  width: 32%;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  #video .video_list .flex > div {
    width: 48.5%;
  }
}

#video .video_list .flex > div p.movie_title {
  padding-top: 6px;
}

#video .video_list .flex > div .youtube_icon {
  margin-right: 0;
  position: relative;
}

#video .video_list .flex > div .youtube_icon:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/crystal/ja/techinfo/video/img/3721679-youtube_108064.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

#video .video_list .flex > div ul.model {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

#video .video_list .flex > div ul.model li {
  font-size: 12px;
  width: 61%;
  padding: 3px 0;
}

#video .video_list .flex > div ul.model li span {
  display: block;
  font-size: 12px;
  padding: 6px;
  line-height: 1;
}

#video .video_list .flex > div ul.model li a {
  text-decoration: none;
}

#video .video_list .flex > div ul.model li.title {
  padding: 0px;
  width: 36%;
  text-align: center;
}

#video .video_list .flex > div ul.model li.title span {
  background-color: #F2F6F6;
  color: #666;
}

#video .document_box {
  border: 1px #10218B solid;
  margin: 2em 0 0;
}

#video .document_box h4 {
  background-color: #10218B;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

#video .document_box .inbox {
  padding: 0 20px 20px;
}

#video .document_box .inbox .link {
  margin-top: 15px;
}

#video .document_box .inbox .link a {
  position: relative;
  font-weight: 600;
}

#video .document_box .inbox .link a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  margin-left: 5px;
  vertical-align: baseline;
  transform: translateY(-3px) rotate(-45deg);
}

#video #topSearch {
  margin-top: 0;
}

#productIndex .table table tbody td span {
  display: inline-block;
  text-align: left;
  margin: 0;
}

#columnPage {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #columnPage {
    padding-top: 0;
    position: relative;
  }
}

#column_two {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #column_two {
    flex-direction: column;
    position: static;
  }
}

#column_two > div:nth-child(1) {
  order: 2;
}

@media only screen and (min-width: 768px) {
  #column_two > div:nth-child(1) {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  #column_two > div:nth-child(1) {
    order: 0;
    position: fixed;
    top: 70px;
  }
}

#column_two .fixed_menu {
  width: 22%;
  transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
  #column_two .fixed_menu {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  #column_two .fixed_menu {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

#column_two .fixed_menu h3 {
  color: #10218B;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu h3 {
    border-top: 1px #10218B solid;
    border-bottom: 1px #10218B solid !important;
    padding: 0.7em;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 0.7em !important;
    font-size: 14px;
  }
  #column_two .fixed_menu h3:before, #column_two .fixed_menu h3:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #10218B;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: 0.3s;
  }
  #column_two .fixed_menu h3:after {
    transform: rotate(90deg);
  }
  #column_two .fixed_menu h3.open:after {
    transform: rotate(0deg);
  }
}

#column_two .fixed_menu .fixed {
  position: sticky;
  top: 10%;
}

@media only screen and (max-width: 1200px) {
  #column_two .fixed_menu .fixed {
    right: 4vw;
  }
  #column_two .fixed_menu .fixed li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu .fixed {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    transition: none;
  }
}

#column_two .fixed_menu.hide {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu #tableOfContents {
    background-color: #fff;
    background-color: #D9E3EC;
    padding: 1em 4vw;
    display: none;
  }
}

#column_two .fixed_menu #tableOfContents ol {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu #tableOfContents ol {
    border-bottom: 1px #10218B solid;
  }
}

#column_two .fixed_menu #tableOfContents ol li {
  list-style: none !important;
  width: 100%;
  border: 1px #D9E3EC solid;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  font-size: 90%;
  flex-direction: column;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu #tableOfContents ol li {
    border-left: none;
    border-right: none;
    border: 1px #10218B solid;
    border-bottom: none;
  }
}

#column_two .fixed_menu #tableOfContents ol li:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #10218B;
  border-bottom: 1px solid #10218B;
  position: absolute;
  right: 5%;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

#column_two .fixed_menu #tableOfContents ol li:last-child {
  border-bottom: 1px #D9E3EC solid;
}

#column_two .fixed_menu #tableOfContents ol li:hover {
  background-color: #10218B;
  color: #fff;
}

#column_two .fixed_menu #tableOfContents ol li:hover:after {
  border-color: #fff;
}

#column_two .fixed_menu #tableOfContents ol li:hover a {
  color: #fff;
  text-decoration: none;
}

#column_two .fixed_menu #tableOfContents ol li a {
  display: block;
  width: 100%;
  padding: 1em 1.6em 1em 1em;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #column_two .fixed_menu #tableOfContents ol li a {
    padding: 0.6em 1em;
  }
}

#column_two .fixed_menu #tableOfContents ol li.child a {
  padding: 0.6em 2.1em 0.6em 2em;
}

#column_two .news_detail {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 1200px) {
  #column_two .news_detail {
    width: calc(100% - 28%);
  }
}

@media only screen and (max-width: 768px) {
  #column_two .news_detail {
    width: 100% !important;
  }
}

#column_two .fixed + .news_detail {
  width: calc(100% - 30%);
}
