.cs-type {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.cs-type h3 {
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.75em;
}

.cs-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.2rem;
}
.cs-type-list a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
  font-size: 0.15rem;
  padding: 0.8em 1.8em;
}
@media (hover: hover) {
  .cs-type-list a {
    -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
    transition: background 0.2s, color 0.2s, border 0.2s;
  }
  .cs-type-list a:hover, .cs-type-list a:active {
    color: #fff;
    background: #c01;
    border-color: #c01;
  }
}

.cs-item {
  margin-top: 0.6rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #e6e6e6;
}
.cs-item h2 {
  font-size: 0.36rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.cs-item .cs-item-box + .cs-item-box {
  margin-top: 0.6rem;
}
.cs-item .cs-item-img {
  width: 29.62%;
}
.cs-item .cs-item-txt {
  width: 64.81%;
}
.cs-item .cs-item-txt h3 {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.5384615385;
  margin-bottom: 0.4em;
}
.cs-item .cs-item-tag {
  color: #fff;
  background: #CC0011;
  display: inline-block;
  font-size: 0.13rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5em 1.2em;
  margin-bottom: 0.15rem;
}
.cs-item .cs-item-industry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  font-weight: 400;
}
.cs-item .cs-item-industry:last-of-type {
  margin-bottom: 0.3rem;
}
.cs-item .cs-item-industry .cs-item-industry-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs-item .cs-stl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.2rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.cs-item .cs-stl:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #000;
  min-width: 1em;
  margin-left: 1.5em;
}
.cs-item h5 {
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.cs-item .cs-item-body {
  font-size: 0.15rem;
  line-height: 1.8666666667;
  margin-bottom: 0.25rem;
}
.cs-item .cs-item-link a {
  color: #CC0011;
  font-size: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8666666667;
}
@media (hover: hover) {
  .cs-item .cs-item-link a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cs-item .cs-item-link a:hover, .cs-item .cs-item-link a:active {
    opacity: 0.6;
  }
}
.cs-item .cs-item-link a:before {
  content: "";
  display: inline-block;
  width: 0.09rem;
  height: 0.09rem;
  margin-right: 0.08rem;
  border-top: 1px solid #CC0011;
  border-right: 1px solid #CC0011;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cs-item:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .cs-type-list {
    grid-gap: 0.1rem 0.05rem;
  }
  .cs-type-list a {
    padding: 0.5em 1em;
  }
  .cs-item h2 {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .cs-item .cs-item-box {
    display: block;
  }
  .cs-item .cs-item-img {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .cs-item .cs-item-txt {
    width: 100%;
  }
  .cs-item .cs-item-txt h3 {
    font-size: 0.22rem;
  }
}
.faq-container {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.faq-container .faq-list {
  margin-top: 0.4rem;
}
.faq-container .faq-list dt {
  position: relative;
  font-size: 0.18rem;
  line-height: 1.5;
  padding: 0.15rem 0.65rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #262626;
}
.faq-container .faq-list dt:before {
  position: absolute;
  left: 0.9em;
  top: 0.3em;
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 0.28rem;
}
.faq-container .faq-list dd {
  padding: 0 0.2rem 0 0.65rem;
  font-size: 0.16rem;
  line-height: 1.875;
  margin-bottom: 0.2rem;
}
.faq-container .faq-list dd a {
  color: #CC0011;
}
@media (hover: hover) {
  .faq-container .faq-list dd a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .faq-container .faq-list dd a:hover, .faq-container .faq-list dd a:active {
    opacity: 0.6;
  }
}
.faq-container .faq-list div {
  padding-bottom: 0.1rem;
}
.faq-container .faq-list div + div {
  margin-top: 0.05rem;
}

@media screen and (max-width: 768px) {
  .faq-container .faq-list dt {
    font-size: 0.16rem;
    line-height: 1.875;
    padding: 0.15rem 0.45rem;
    background-position: right 0.2rem center;
  }
  .faq-container .faq-list dt:before {
    left: 0.3em;
    top: 0;
  }
  .faq-container .faq-list dd {
    padding: 0 0.1rem;
  }
}
.mm-header {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.mm-header h3 {
  margin-bottom: 0.8em;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}
.mm-header p {
  font-size: 0.15rem;
  line-height: 1.8666666667;
  text-align: center;
}
.mm-header p.align-left {
  text-align: left;
}

.mm-movie {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
  padding: 0.4rem;
  margin-top: 0.6rem;
  text-align: center;
}
.mm-movie video {
  aspect-ratio: 16/9;
  height: auto;
}

.mm-item-03 {
  padding-bottom: 0.2rem;
}
.mm-item-03 .linkBtn_blk {
  margin-bottom: 0.6rem;
}

.mm-item-04 .page-item-features:not(:first-child) {
  margin-top: 0.8rem;
}

.mm-enduse-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.2rem;
  max-width: 1020px;
  margin: auto;
}
.mm-enduse-list li {
  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;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 0.16rem;
  line-height: 1.5;
  width: calc((100% - 0.6rem) / 4);
  min-height: 0.6rem;
  padding: 0.3em;
}

.mm-answer {
  margin-top: 0.3rem;
  padding-bottom: 0.6rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.3461538462;
}
.mm-answer span {
  color: #de0000;
}
.mm-answer:before {
  display: block;
  content: "";
  width: 0.4rem;
  height: 0.2rem;
  margin: 0 auto 0.3rem;
  background: url(../images/mems_sensor/mm_arw_01.svg) no-repeat center/contain;
}

.mm-item-05 .page-item-features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mm-item-05 .page-item-features-box p {
  width: 100%;
}
.mm-item-05 .page-item-features-box .page-item-features-list:first-of-type {
  width: 14em;
}

@media screen and (max-width: 768px) {
  .mm-header h3 {
    font-size: 0.22rem;
  }
  .mm-header p {
    text-align: left;
  }
  .mm-movie {
    padding: 0.2rem;
  }
  .mm-enduse-list {
    grid-gap: 0.05rem;
  }
  .mm-enduse-list li {
    width: calc((100% - 0.05rem) / 2);
  }
  .mm-answer {
    font-size: 0.26rem;
  }
  .mm-item-05 .page-item-features-box {
    display: block;
  }
  .mm-item-05 .page-item-features-box .page-item-features-list:first-of-type {
    width: 100%;
  }
  .cover {
    height: 1.8rem;
    padding-top: 0.8rem;
  }
  .cover h1 {
    font-size: calc(-0.699px + 7.653vw);
    line-height: 1.5172413793;
  }
}
section.mm-header .item-overview:last-child {
  margin-bottom: 0;
}
section.page-item .page-item-features dl h5:not(:first-of-type) {
  margin-top: 0.2rem;
}
section.faq-container {
  margin-top: 0;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  section.faq-container {
    margin-top: 0;
  }
}
section.cs-item {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .cover h1 {
    font-size: calc(-3.046px + 7.612vw);
  }
}/*# sourceMappingURL=gyro-sensor-socket.css.map */