<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*================================================
      技術情報　@technology
================================================*/
/*---------------------------------
    common
---------------------------------*/
#technology .page_title .page_ttl {
  background-image: url(../image/mv.jpg);
}

@media screen and (max-width: 991px) {
  #technology .top_sec .h_ttl04 {
    margin-bottom: 1.5em;
  }
}

/*---------------------------------
    一覧@archive
---------------------------------*/
#archive .top_sec .p_list {
  flex-wrap: wrap;
}

#archive .top_sec .p_list li {
  width: 23.5%;
}

#archive .top_sec .p_list li a {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  color: #333;
  background: #fff;
  box-shadow: 0 0 .8rem rgba(228, 228, 228, .7);
}

#archive .top_sec .p_list li .p_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  border-bottom: solid 1px #f4f4f4;
}

#archive .top_sec .p_list li .p_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .6s;
}

#archive .top_sec .p_list li .p_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 1.6em 1.5em;
}

#archive .top_sec.technology {
  padding-top: 0;
}

/* @ pc_only @ */
@media screen and (min-width: 992px) {
  #archive .top_sec .p_list li:not(:nth-child(4n)):not(:last-child) {
    margin-right: 2%;
  }

  #archive .top_sec .p_list li:nth-child(n+5) {
    margin-top: 2%;
  }

  #archive .top_sec .p_list li a:hover {
    opacity: .5;
    box-shadow: 0 0 .8rem rgba(100, 100, 100, .7);
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width: 991px) {
  #archive .top_sec .h_ttl04 {
    margin-bottom: 1.5em;
  }

  #archive .top_sec .p_list li {
    width: 31%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #archive .top_sec .p_list li:not(:nth-child(3n+1)) {
    margin-left: 3.5%;
  }

  #archive .top_sec .p_list li:nth-child(n+4) {
    margin-top: 3.5%;
  }

  #archive .top_sec .p_list li a {
    box-shadow: 0 0 5px rgba(228, 228, 228, .7);
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width: 767px) {
  #archive .top_sec .p_list li {
    width: 48%;
  }

  #archive .top_sec .p_list li:nth-child(even) {
    margin-left: 4%;
  }

  #archive .top_sec .p_list li:nth-child(n+3) {
    margin-top: 6%;
  }
}

/*---------------------------------
    詳細@single
---------------------------------*/
/* コラム */
#single #column .sub_sec:not(:last-child) {
  margin-bottom: 10rem;
}

#single #column .s_box:not(:last-child) {
  margin-bottom: 8rem;
}

#single #column .layout02.pos_right {
  flex-direction: row-reverse;
}

#single #column .layout02.pos_top {
  align-items: flex-start;
}

#single #column .layout02.pos_center {
  align-items: center;
}

#single #column .layout02.pos_bottom {
  align-items: bottom;
}

#single #column .layout02 .s_image {
  max-width: 36%;
  width: auto;
}

#single #column .layout02 .s_image img {
  max-width: 100%;
  height: auto;
}

#single #column .layout02.pos_left .s_image {
  margin-right: 4%;
}

#single #column .layout02.pos_right .s_image {
  margin-left: 4%;
}

#single #column .layout02 .s_text {
  max-width: 60%;
}

#single #column .layout03&gt;div {
  width: 30%;
  border: solid 1px #f0f0f0;
}

#single #column .layout03&gt;div .inner {
  display: block;
}

#single #column .layout03&gt;div:not(:last-child) {
  margin-right: 5%;
}

#single #column .layout03&gt;div .s_image {
  max-width: 100%;
  height: auto;
}

#single #column .layout03&gt;div .s_image img {
  max-width: 100%;
  height: auto;
}

#single #column .layout03&gt;div .s_text {
  padding: 1.5rem 2rem;
}

#single #column .layout03&gt;div .s_text p {
  line-height: 1.5;
}

#single #column .layout03&gt;div .s_text:not(:first-child) {
  border-top: solid 1px #f0f0f0;
}

/* 出願特許・発表論文 */
#single .p_list li {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 3rem 2rem;
}

#single .p_list li .p_name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  border-left: solid 5px #2053c4;
  padding: 0.1em 0 0.2em 1em;
}

#single .p_list li:nth-child(n+2) {
  margin-top: 5rem;
}

#single .p_list li .p_text {
  font-size: 1.5rem;
  line-height: 1.2;
}

#single .p_list li .p_text p span:first-child {
  position: relative;
  padding-right: 1em;
  white-space: nowrap
}

#single .p_list li .p_text p span:first-child:after {
  position: absolute;
  content: "：";
  right: 0;
  top: .1em;
}

#single #paper .p_list li .p_text {
  display: table;
  max-width: 100%;
}

#single #paper .p_list li .p_text p {
  display: table-row;
}

#single #paper .p_list li .p_text p span {
  display: table-cell;
}

#single #paper .p_list li .p_text p:not(:last-child) span {
  padding-bottom: 0.5em;
}

#single #patent .p_list li .p_text {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

#single #patent .p_list li .p_text p:not(:last-child) {
  margin-right: 3em;
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width: 991px) {

  /* コラム */
  #single #column .sub_sec:not(:last-child) {}

  #single #column .s_box:not(:last-child) {
    margin-bottom: 5rem;
  }

  /* 出願特許・発表論文 */
  #single .p_list li:nth-child(n+2) {
    margin-top: 3rem;
  }

  #single #patent .p_list li .p_text {
    display: block;
  }

  #single #patent .p_list li .p_text p:not(:last-child) {
    margin-bottom: .5em;
    margin-right: 0;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width: 767px) {

  /* コラム */
  #single #column .layout02 {
    display: block;
  }

  #single #column .layout02 .s_image {
    max-width: 80%;
    margin: 0 auto 4rem;
  }

  #single #column .layout02.pos_left .s_image {
    margin-right: auto;
  }

  #single #column .layout02.pos_right .s_image {
    margin-left: auto;
  }

  #single #column .layout02 .s_text {
    max-width: 100%;
  }

  /* 出願特許・発表論文 */
  #single .p_list li {
    padding: 2.5rem 1.5rem;
  }
}</pre></body></html>