.faq-detail-table {
  margin: 30px 0 5px;
}

.faq-detail-table h3 {
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-detail-table table {
  width: 100%;
  border-top: 1px solid #bbc3d0;
  border-bottom: 1px solid #e0e1e3;
  font-size: 1.7rem;
}

.faq-detail-table table th,
.faq-detail-table table td {
  padding: 16px 15px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.7rem;
}

.faq-detail-table table thead {
  border-left: 1px solid #bbc3d0;
  border-bottom: 1px solid #bbc3d0;
}

.faq-detail-table table th {
  width: 200px;
  border-right: 1px solid #bbc3d0;
  border-bottom: 1px solid #bbc3d0;
  background: #d5ddea;
}

.faq-detail-table table th[rowspan]:first-of-type {
  width: 500px;
}

.faq-detail-table table tbody {
  border-left: 1px solid #e0e1e3;
  border-bottom: 1px solid #e0e1e3;
}

.faq-detail-table table tbody td {
  border-right: 1px solid #e0e1e3;
  border-bottom: 1px solid #e0e1e3;
  background: #fff;
}

.faq-detail-table table tbody td a:hover {
  color: #009b63;
}

.faq-detail-table table tbody td span {
  font-size: 1.3rem;
}

.zoomwrapper {
  overflow-x: hidden;
}

.oem-c5 {
  font-feature-settings: "palt";
}

.oem-c5 .oem-c5-tit {
  height: 600px;
  background: #285fdd;
  position: relative;
}

.oem-c5 .oem-c5-tit .inner {
  position: relative;
  z-index: 3;
}

.oem-c5 .oem-c5-tit .oem-c5-tit-main {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0 auto 35px;
  padding: 170px 0 0;
  line-height: 180%;
}

.oem-c5 .oem-c5-tit .oem-c5-txt-main {
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 220%;
}

.oem-c5 .oem-c5-tit .box-c5-02-head {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 600px;
  object-fit: cover;
}

.oem-c5 .oem-c5-tit:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 70%;
  background: linear-gradient(
    to right,
    rgba(40, 95, 221, 0.6),
    rgba(242, 242, 242, 0)
  );
  top: 0;
  left: 0;
  z-index: 2;
}

.oem-c5 .contents {
  color: #31313f;
  font-size: 16px;
}

.oem-c5 .tit-base {
  font-size: 28px;
  color: #31313f;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 4px solid #285fdd;
}

.oem-c5 .tit-msg {
  position: relative;
}

.oem-c5 .tit-msg:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #285fdd transparent transparent transparent;
  border-width: 20px 14px 0 14px;
}

.oem-c5 .tit-msg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 14px 0 14px;
}

.oem-c5 p {
  line-height: 200%;
}

.oem-c5 .box-c5-00 {
  background: #f1f4f9;
}

.oem-c5 .box-c5-00 .general-section__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.oem-c5 .box-c5-00 .list-c5-check {
  display: block;
  width: 100%;
  height: 100px;
}

.oem-c5 .box-c5-00 .list-c5-check li {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: #285fdd;
  max-width: 300px;
  width: 25%;
  margin-right: 30px;
  float: left;
  border: solid 1px #285fdd;
  border-radius: 8px;
  padding: 30px 0;
  text-align: center;
}

.oem-c5 .box-c5-00 .list-c5-check li p {
  text-align: center;
  position: relative;
  padding-left: 50px;
  margin: auto 0;
  display: inline-block;
}

.oem-c5 .box-c5-00 .list-c5-check li p:before {
  content: url(../img/oem/custom05-img103.png);
  display: inline-block;
  width: 34px;
  height: 35px;
  position: absolute;
  top: 2px;
  left: 0;
}

.oem-c5 .box-c5-01 {
  background: #fff;
  text-align: center;
  position: relative;
}

.oem-c5 .box-c5-01 h3 {
  color: #285fdd;
  text-align: center;
  font-size: 28px;
  line-height: 180%;
  position: relative;
  z-index: 3;
}

.oem-c5 .box-c5-01 .box-c5-01-wrap {
  max-width: 1100px;
  position: relative;
}

.oem-c5 .box-c5-01 .box-c5-01-img01 {
  position: absolute;
  top: -400px;
  right: -180px;
  z-index: 2;
}

.oem-c5 .box-c5-02 {
  background: #f1f4f9;
}

.oem-c5 .box-c5-02 .general-section__inner {
  position: relative;
}

.oem-c5 .box-c5-02 h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  margin-left: 400px;
}

.oem-c5 .box-c5-02 p {
  margin-left: 400px;
}

.oem-c5 .box-c5-02 .box-c5-02-img01 {
  position: absolute;
  top: 40%;
  left: 50px;
}

.oem-c5 .box-c5-03 {
  text-align: center;
}

.oem-c5 .box-c5-03 p {
  text-align: center;
}

.oem-c5 .list-c5-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
}

.oem-c5 .list-c5-box li {
  width: 32%;
  font-weight: 400;
  border: 1px solid #285fdd;
  border-radius: 8px;
  height: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.oem-c5 .list-c5-box li h3 {
  font-size: 26px;
  font-weight: 600;
  color: #285fdd;
  line-height: 100%;
  text-align: left;
  margin-left: 50%;
  margin-bottom: 40px;
  padding-top: 60px;
}

.oem-c5 .list-c5-box li h3 small {
  display: block;
  margin-bottom: 5px;
  color: #23aec7;
  font-size: 13px;
  font-weight: 500;
}

.oem-c5 .list-c5-box li h3 .txt-s {
  font-size: 15px;
  text-align: center;
}

.oem-c5 .list-c5-box li p {
  line-height: 180%;
  font-size: 15px;
  padding: 0 15px;
}

.oem-c5 .list-c5-box li:first-child h3 {
  padding-top: 50px;
  margin-bottom: 30px;
}

.oem-c5 .list-c5-03 img {
  width: 72px;
  position: absolute;
  top: 50px;
  left: 20%;
}

.oem-c5 .box-c5-04 {
  background: #f1f4f9;
  padding-bottom: 60px;
}

.oem-c5 .box-c5-04 .inner h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #285fdd;
  margin-bottom: 40px;
}

.oem-c5 .box-c5-04 .inner p.txt-exp {
  text-align: center;
  margin-bottom: 40px;
}

.oem-c5 .box-c5-04 .oem-tit-box {
  margin-bottom: 160px;
  height: 630px;
  position: relative;
}

.oem-c5 .box-c5-04 .oem-tit-box h2,
.oem-c5 .box-c5-04 .oem-tit-box p {
  position: relative;
  text-align: left;
}

.oem-c5 .box-c5-04 .oem-tit-box h2 {
  font-size: 56px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  padding-top: 120px;
  line-height: 180%;
  color: #285fdd;
  font-weight: bold;
}

.oem-c5 .box-c5-04 .oem-tit-box p {
  width: 460px;
}

.oem-c5 .box-c5-04 .oem-tit-box .oem-tit-box-img01 {
  position: absolute;
  right: 50px;
  top: 100px;
}

.oem-c5 .box-c5-04 .oem-tit-box .oem-tit-box-img02 {
  position: absolute;
  right: 440px;
  bottom: -50px;
}

@media (max-width: 1300px) {
  .oem-c5 .box-c5-04 .oem-tit-box h2 {
    padding-top: 100px;
  }

  .oem-c5 .box-c5-04 .oem-tit-box p {
    width: 350px;
  }
}

.oem-c5 .box-c5-04 .oem-tit-box:before {
  content: "";
  display: block;
  width: 130%;
  height: 630px;
  position: absolute;
  left: -50%;
  top: 0;
}

.oem-c5 .box-c5-04 .box-c5-04-img01-wrap {
  background: #fff;
  width: calc(100% - 40px);
  text-align: center;
  display: block;
  padding: 0 20px;
  border-radius: 10px;
}

.oem-c5 .box-c5-04 .box-c5-04-img03-wrap {
  background: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 60px 0px;
  border-radius: 10px;
}

.oem-c5 .box-c5-04 .box-c5-04-img03-wrap img {
  margin-bottom: 60px;
}

.oem-c5 .box-c5-04 h3 {
  color: #285fdd;
  text-align: center;
  font-size: 28px;
  line-height: 180%;
}

.oem-c5 .box-c5-04 .list-c5-table {
  width: 100%;
  line-height: 180%;
}

.oem-c5 .box-c5-04 .list-c5-table th,
.oem-c5 .box-c5-04 .list-c5-table td {
  padding: 20px 25px;
  border: 1px solid #e0e1e3;
  border-collapse: collapse;
}

.oem-c5 .box-c5-04 .list-c5-table th {
  width: 220px;
}

.oem-c5 .box-c5-04 .list-c5-table td {
  text-align: center;
}

.oem-c5 .box-c5-04 .list-c5-table tr {
  background: #fff;
}

.oem-c5 .box-c5-04 .list-c5-table tr:nth-child(2n) {
  background: #f7f7f7;
}

.oem-c5 .box-c5-04 .list-c5-cstm {
  position: relative;
}

.oem-c5 .box-c5-04 .list-c5-cstm li {
  position: relative;
  float: left;
  text-align: center;
}

.oem-c5 .box-c5-04 .list-c5-cstm .list-c5-cstm-l {
  width: calc(100% / 3);
  height: 500px;
}

.oem-c5 .box-c5-04 .list-c5-cstm .list-c5-cstm-s {
  width: 25%;
}

.oem-c5 .box-c5-04 .list-c5-cstm img,
.oem-c5 .box-c5-04 .list-c5-cstm h4 {
  margin-bottom: 30px;
}

.oem-c5 .box-c5-04 .list-c5-cstm h4 {
  color: #285fdd;
  font-size: 18px;
  font-weight: 600;
}

.oem-c5 .box-c5-04 .list-c5-cstm p {
  font-size: 15px;
  margin: 0 10%;
}

.oem-c5 .box-c5-05 {
  background: #f1f4f9;
  text-align: center;
}

.oem-c5 .box-c5-05 h2.tit-base {
  border: none;
}

.oem-c5 .box-c5-05 h2.tit-base small {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}

.oem-c5 .box-c5-05 .box-flow-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 180px;
  padding-top: 40px;
  position: relative;
}

.oem-c5 .box-c5-05 .box-flow-btn:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #285fdd;
  display: block;
  width: 90%;
  right: 0;
  top: 90px;
}

.oem-c5 .box-c5-05 .box-flow-btn > * {
  width: 11%;
  position: relative;
}

.oem-c5 .box-c5-05 .box-flow-btn li:after {
  content: "01";
  color: #285fdd;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-03 {
  top: 80px;
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-01:after {
  content: "01";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-02:after {
  content: "02";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-03:after {
  content: "03";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-04:after {
  content: "04";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-05:after {
  content: "05";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-06:after {
  content: "06";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-07:after {
  content: "07";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-08:after {
  content: "08";
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-02:before,
.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-03:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #285fdd;
  display: block;
  width: 40px;
  right: -30px;
  top: 110px;
}

.oem-c5 .box-c5-05 .box-flow-btn li.flow-btn-03:before {
  top: 30px;
}

.oem-c5 .box-c5-05 .box-flow-btn div {
  color: #285fdd;
  display: block;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1300px) {
  .oem-c5 .box-c5-05 .box-flow-btn div {
    font-size: 14px;
    height: 120px;
  }
}

.oem-c5 .box-c5-05 .box-fit-wht-flow {
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.oem-c5 .box-c5-05 .box-fit-wht-flow .box-flow {
  width: calc(75% - 100px);
  background: #fff;
  border-radius: 10px;
  padding: 60px 50px;
  position: relative;
}

.oem-c5 .box-c5-05 .box-fit-wht-flow h3 {
  color: #285fdd;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.oem-c5 .box-c5-05 .box-fit-wht-flow .tit-num {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-right: 10px;
}

.oem-c5 .box-c5-05 #flow-08 {
  padding-bottom: 0;
}

.oem-c5 .box-c5-05 .box-fit-wht-flow:before {
  content: "";
  border-right: 12px solid #b4c7f1;
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.oem-c5 .box-c5-05 .box-img-rs .box-flow {
  z-index: 3;
}

.oem-c5 .box-c5-05 .box-img-ls .box-flow {
  margin-left: 25%;
  z-index: 3;
}

.oem-c5 .box-c5-05 .box-c5-05-img {
  width: 214px;
  position: absolute;
  z-index: 1;
  top: 30px;
}

.oem-c5 .box-c5-05 .box-img-rs .box-c5-05-img {
  right: 20px;
}

.oem-c5 .box-c5-05 .box-img-ls .box-c5-05-img {
  left: 20px;
}

.oem-c5 .box-c5-form .btn-link {
  width: 700px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  background: #285fdd;
  display: block;
  padding: 35px 0;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 10px rgba(70, 80, 140, 0.3);
  position: relative;
  transition: all 0.3s;
}

.oem-c5 .box-c5-form .btn-link:hover {
  box-shadow: 0px 5px 20px 4px rgba(70, 80, 140, 0.3);
}

.oem-c5 .box-c5-form .btn-link:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -4px;
  transition: all 0.1s;
}

.oem-c5 .box-c5-form .btn-link:hover:before {
  right: 38px;
}

.oem-c5 .box-c5-form-01 {
  background: #fff;
  text-align: center;
}

.oem-c5 .box-c5-form-01 .box-m-wht-sdw {
  width: 810px;
  background: #fff url(../img/oem/custom05-img101.png) no-repeat center;
  box-shadow: 0px 5px 20px 0px rgba(100, 100, 115, 0.2);
  margin: 0 auto 60px;
  border-radius: 8px;
  padding: 60px 0;
}

.oem-c5 .box-c5-form-01 .box-m-wht-sdw p {
  text-align: center;
}

.oem-c5 .box-c5-form-01 h3 {
  color: #285fdd;
  text-align: center;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 50px;
}

.oem-c5 .box-c5-form-02 {
  text-align: center;
}

.oem-c5 .box-c5-form-02 h2.tit-base {
  font-size: 36px;
  color: #285fdd;
}

.oem-c5 .box-c5-form-02 .box-c5-form-02-img01 {
  display: block;
  margin: 20px auto 40px;
}

.oem-c5 .box-c5-form-02 p {
  margin-bottom: 60px;
}

/* =================================
定位置停止卓上遠心機
2024.10 追記
 ================================= */
.centrifuge-automation {
  font-feature-settings: "palt";
}

.centrifuge-automation-head-wrap {
  padding-top: 125px;
  background-color: #fff;
}

.centrifuge-automation-head {
  display: grid;
  grid-template-columns: 240px auto;
  column-gap: 66px;
  align-items: center;
}

.centrifuge-automation-head__logo img {
  margin: 24px 0;
  width: 240px;
}

.centrifuge-automation-head__title {
  color: #1f4c9f;
  font-size: 50px;
  font-weight: 500;
  font-family: "Open Sans", "Noto Sans", sans-serif;
}

/* スライド */
/* .centrifuge-automation-visual{} */

.centrifuge-automation-visual .swiper-container.slider {
  margin-bottom: 26px;
}

.centrifuge-automation-visual .swiper-container.slider .swiper-slide {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.centrifuge-automation-visual .swiper-container.slider .swiper-slide img {
  width: auto;
  max-width: none;
  min-width: 100%;
  max-height: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centrifuge-automation-visual .swiper-button-prev {
  width: 26px;
  height: 26px;
  background: url(/assets/img/home/prev.png) no-repeat left top;
  background-size: 26px auto;
  margin-top: -13px;
  left: 100px;
}

.centrifuge-automation-visual .swiper-button-next {
  width: 26px;
  height: 26px;
  background: url(/assets/img/home/next.png) no-repeat left top;
  background-size: 26px auto;
  margin-top: -13px;
  right: 100px;
}

/* タブ */
.centrifuge-automation .products-page-nav02 {
  padding-top: 150px;
}

.centrifuge-automation .products-page-nav02 li {
  width: 12.5%;
  font-size: 14px;
}

/* リード文 */
.centrifuge-automation-lead {
  margin-bottom: 62px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.centrifuge-automation-lead__title {
  color: #285fdd;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 42px;
}

.centrifuge-automation-textbox {
  color: #31313f;
}

.centrifuge-automation-textbox__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}

.centrifuge-automation-textbox__text {
  color: #31313f;
  font-size: 2rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

/* .centrifuge-automation-lead__text-title{

  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}

.centrifuge-automation-lead__text{
  color: #31313f;
  font-size: 2rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
} */

.centrifuge-automation-lead-items {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.centrifuge-automation-lead-item {
  background-color: #1f4c9f;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  width: 280px;
  height: 280px;
  display: grid;
  align-items: center;
  border-radius: 50%;
}

/* 製品動画 */
.centrifuge-automation-movie {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.centrifuge-automation-movie__box {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 50px;
  width: 50%;
}

.centrifuge-automation-movie__movie {
  padding-top: 56.25%;
  position: relative;
}

.centrifuge-automation-movie__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.centrifuge-automation-movie__title {
  color: #31313f;
  font-size: 16px;
  margin-top: 20px;
  padding: 5px 0 6px;
  text-align: center;
  line-height: 200%;
}

.centrifuge-automation-products-footer {
  padding-top: 80px;
  padding-bottom: 100px;
}

.centrifuge-automation-about {
  padding: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.centrifuge-automation-about__contents {
  width: 800px;
}

.centrifuge-automation-about__title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

.centrifuge-automation-about__text {
  line-height: 200%;
  color: #31313f;
  font-size: 16px;
}

.centrifuge-automation-about__text2 {
  line-height: 200%;
  color: #31313f;
  font-size: 12px;
}

.centrifuge-automation-about__img {
  width: 277px;
}

.centrifuge-automation-btn-wrap {
  padding-top: 80px;
}

.centrifuge-automation-btn-wrap .btn-link {
  text-align: center;
  width: 700px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  background: #285fdd;
  display: block;
  padding: 35px 0;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 10px rgba(70, 80, 140, 0.3);
  position: relative;
  transition: all 0.3s;
}

.centrifuge-automation-btn-wrap .btn-link:hover {
  box-shadow: 0px 5px 20px 4px rgba(70, 80, 140, 0.3);
}

.centrifuge-automation-btn-wrap .btn-link:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -4px;
  transition: all 0.1s;
}

.centrifuge-automation-btn-wrap .btn-link:hover:before {
  right: 38px;
}

.centrifuge-automation-products-footer {
  .copy {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 200%;
    color: #31313f;
    padding: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
}

/* 定位置停止遠心機 一覧 */
.centrifuge-automation-line-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 50px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.centrifuge-automation-line-up__link {
  background: #fff;
  border: 1px solid #e0e1e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f3442;
  display: block;
  padding: 30px 20px 30px 20px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.centrifuge-automation-line-up__box {
  text-align: center;
}

.centrifuge-automation-line-up__title {
  /* font-size: 17px;
  font-size: 1.7rem; */
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
  transition: 0.4s ease-out;
}

.centrifuge-automation-line-up__img img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  height: auto;
  width: 100%;
}

.centrifuge-automation-line-up_content .desc_text.spindownVacancy {
  margin-bottom: 36px;
}

.centrifuge-automation-line-up_content .desc_text.tabletopVacancy {
  margin-bottom: 75px;
}

.centrifuge-automation-line-up_content .desc_text.high-speedVacancy {
  margin-bottom: 42px;
}

.centrifuge-automation-line-up__btn {
  border: 2px solid #303543;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  height: 37px;
  line-height: 1;
  margin: 24px auto 0 auto;
  width: 140px;
}

.centrifuge-automation-line-up__btn span {
  display: block;
  padding: 11px 25px 11px 12px;
  position: relative;
}

.centrifuge-automation-line-up__btn span::after {
  content: "";
  border-top: 2px solid #2f3442;
  border-right: 2px solid #2f3442;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.centrifuge-automation-line-up__link:hover {
  text-decoration: none;
  border-color: #009b63;
}

.centrifuge-automation-line-up__link:hover
  > .centrifuge-automation-line-up__box
  .centrifuge-automation-line-up__title {
  color: #009b63;
}

.centrifuge-automation-line-up__link:hover
  .centrifuge-automation-line-up__img
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}

.centrifuge-automation-line-up__link:hover .centrifuge-automation-line-up__btn {
  color: #fff;
  background-color: #009b63;
  border-color: #009b63;
}

.centrifuge-automation-line-up__link:hover
  .centrifuge-automation-line-up__btn
  span::after {
  border-color: #fff;
}

/* 特長 */
/* .centrifuge-automation-sub-visual {
  padding: 50px 16px 50px;
  background-image: linear-gradient(90deg, rgba(3, 115, 187, 1), rgba(6, 162, 236, 1));
  background-color: #f5f5f5;
} */

/* .centrifuge-automation-products {
  display: grid;
  align-items: center;
  grid-template-columns: auto 560px;
  justify-content: space-around;
} */

/* .centrifuge-automation-products--reverse {
  grid-template-columns: auto 400px;
  grid-template-columns: 560px auto;
}

.centrifuge-automation-products--reverse picture {
  order: 1;
}

.centrifuge-automation-products picture img {
  width: 100%;
  height: auto;
}

.centrifuge-automation-products__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  color: #4b4b57;
  text-align: center;
  line-height: 1.7;
  line-height: 1.2;
  border-bottom: 1px solid #4b4b57;
  border-top: 1px solid #4b4b57;
  padding-top: 16px;
  padding-bottom: 16px;
}

.centrifuge-automation-products__title span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: left;
  width: fit-content;
  margin: auto;
  margin-top: 16px;
}

.centrifuge-automation-products__sub-title {
  color: #4b4b57;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
  margin-top: 100px;
}

.centrifuge-automation-products__sub-text {
  color: #4b4b57;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
} */

/* アコーディオンbox */
.centrifuge-automation-accordion {
  background-color: #ffffff;
  border: 6px solid #1f4c9f;
  margin-top: 100px;

  .title {
    background-color: #1f4c9f;
    z-index: 1;
    position: relative;
    cursor: pointer;
    padding: 25px 42px 25px;
    font-size: 2rem;
    margin: -6px;
    font-weight: 500;
    color: #ffffff;

    i {
      background: #ffffff;
      width: 16px;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 36px;
      transform: translate(0, -50%);
      transition: 0.3s;
    }

    i:after {
      background: #ffffff;
      width: 2px;
      height: 16px;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 7px;
      transform: translate(0, -50%);
      transition: 0.3s;
    }

    &.open {
      i {
        transform: translate(0, -50%) rotate(45deg);
      }
    }
  }

  .box {
    display: none;
    padding: 30px 40px;
    container-type: inline-size;
  }

  .text {
    line-height: 2;
    font-size: 1.7rem;
    margin-top: 40px;
  }

  .movie-box {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-inline: auto;
    width: 80cqw;

    .movie {
      padding-top: 56.25%;
      position: relative;

      iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}

/* 特長 */
/* .centrifuge-automation-feature {} */

.centrifuge-automation-feature__box {
  margin-bottom: 48px;
}

.centrifuge-automation-feature__title {
  color: #1f4c9f;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}

.centrifuge-automation-feature__title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.centrifuge-automation-feature__title:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #1f4c9f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.centrifuge-automation-headline-lv3-small {
  font-size: 1.6rem;
}

.centrifuge-automation-feature__text {
  line-height: 2;
  font-size: 1.7rem;

  .annotation {
    font-size: 1.5rem;
  }
}

/* 定位置停止自公転撹拌遠心機 特徴の追加説明 */
.centrifuge-automation-feature02 {
  padding: 0 50px;
  margin-top: 38px;

  /* &.bg {
    background-color: #f5f5f5;
  } */

  /* .contents {
    margin-top: 32px;
    margin-bottom: 50px;
  } */

  .title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    text-shadow: 3px 3px 0 #ffffff, -3px -3px 0 #ffffff, -3px 3px 0 #ffffff,
      3px -3px 0 #ffffff, 0px 3px 0 #ffffff, 0 -3px 0 #ffffff, -3px 0 0 #ffffff,
      3px 0 0 #ffffff;
    margin-bottom: 40px;
    letter-spacing: 0.1em;

    .small {
      font-size: 0.6em;
    }
  }

  .blue {
    color: #1f4c9f;
  }

  .lead {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 48px;
  }

  .text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 1em;

    .annotation {
      font-size: 1.5rem;
      display: block;
      margin-top: 8px;
    }
  }

  .text-center {
    text-align: center;
  }

  .text-block {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    background: #1f4c9f;
    border: 2px solid #fff;
    padding: 16px 24px 16px;
    max-width: 900px;
    margin: 32px auto;
  }

  .text-annotation {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .column {
    display: grid;
    grid-template-columns: auto 53%;
    gap: 24px;

    .picture {
      background-color: #fff;
      padding: 8px;
      margin-bottom: 16px;

      p {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        padding-left: 16px;
      }
    }
  }
}

.centrifuge-automation-cubelist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 32px auto 48px;

  .item {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    background: #1f4c9f;
    border: 2px solid #fff;
    padding: 24px 16px;
  }
}

.centrifuge-automation-feature02-whiteblock {
  background-color: #fff;
  padding: 32px 92px;

  .title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 48px;
    text-align: center;
  }
}

/* アクセサリー */
.centrifuge-automation-products-accessory {
  text-align: center;
}

.centrifuge-automation-products-accessory-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  gap: 50px;
}

.centrifuge-automation-products-accessory-item dl dt {
  margin-top: 16px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}

.centrifuge-automation-products-accessory-item dl dd {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
}

.centrifuge-automation-products-accessory-item > dl dd .small-text {
  font-size: 16px;
  font-size: 1.6rem;
}

/* =================================
定位置停止卓上遠心機  英語ページ
2024.12 追記
 ================================= */
.centrifuge-automation-en {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */

  .breadcrumb,
  .contents {
    font-family: "Open Sans", "Noto Sans", sans-serif;
  }

  .products-page-nav02 li {
    width: 25%;
  }

  .centrifuge-automation-products {
    display: grid;
    align-items: center;
    grid-template-columns: auto 640px;
    justify-content: space-around;
  }

  .centrifuge-automation-products--reverse {
    grid-template-columns: 640px auto;
  }

  .centrifuge-automation-feature02 {
    .title {
      letter-spacing: normal;
    }
  }
}

.centrifuge-automation.tabPage
  .products-page-nav02.fixed
  .products-page-nav02-wapper {
  padding-top: 20px;
}

.retort-food-bg {
  position: relative;
}

.retort-food-bg::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
}

.retort-food-bg--01::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg01.png);
  right: 0;
  bottom: 0;
  width: calc(382vw * 100 / 1920);
  height: 368px;
}

.retort-food-bg--02::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg02.png);
  top: 600px;
  left: -70px;
  width: calc(445vw * 100 / 1920);
  height: calc(409vw * 100 / 1920);
}

.retort-food-bg--03::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg03.png);
  right: 0;
  bottom: 50px;
  width: calc(365vw * 100 / 1920);
  height: calc(364vw * 100 / 1920);
}

.retort-food-bg--04 {
  overflow: inherit;
  z-index: 1;
}

.retort-food-bg--04::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg04.png);
  bottom: calc(-350vw * 100 / 1920);
  left: -50px;
  width: calc(405vw * 100 / 1920);
  height: calc(404vw * 100 / 1920);
}

.retort-food-bg--05 {
  overflow: inherit;
  z-index: 1;
}

.retort-food-bg--05::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg05.png);
  bottom: calc(-340vw * 100 / 1920);
  right: -70px;
  width: calc(512vw * 100 / 1920);
  height: calc(434vw * 100 / 1920);
}

.retort-food-bg--06::after {
  background-image: url(/assets/img/products/autoclaves/retort_food_autoclave/retort-food-bg06.png);
  bottom: 0;
  left: -100px;
  width: calc(480vw * 100 / 1920);
  height: calc(480vw * 100 / 1920);
}

.topics-detail__body .topic-contents p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.topics-detail__body .topic-contents .topic-contents_box {
  padding: 40px 0;
}

.topics-detail__body .topic-contents .topic-ttl_type01 {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.topics-detail__body .topic-contents .topic-ttl_type01 span {
  color: #fff;
  font-size: 2.2rem;
  background-color: #ee6f28;
  font-weight: 700;
  border-radius: 30px;
  padding: 3px 50px;
}

.topics-detail__body .topic-contents .topics-txttype01 {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #595757;
  margin: 1rem 0;
}

.topics-detail__body .topic-contents .topics-img_center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.topics-detail__body .topic-contents .topics-img_center img {
  max-width: 100%;
  height: auto;
}

.topics-detail__body .topic-contents .topics-dig_textbox {
  display: flex;
  justify-content: center;
}

.topics-detail__body .topic-contents .topics-dig_textbox .dig-text {
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  margin: 20px;
}

.topics-detail__body .topic-contents .topics-dig_textbox .dig-text.dig-left {
  transform: rotate(15deg);
}

.topics-detail__body .topic-contents .topics-dig_textbox .dig-text.dig-right {
  transform: rotate(-15deg);
}

.topics-detail__body .topic-grayBox {
  background-color: #dcdddd;
  padding: 22px 35px 45px;
  width: 100%;
  margin: 10px auto 40px;
  border-radius: 5px;
  box-sizing: border-box;
}

.topics-detail__body .topic-contents .topic-grayBox .topic-grayBox_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #231815;
  text-align: center;
}

.topics-detail__body .topic-contents .topic-grayBox .topic-grayBox_point {
  color: #d03e24;
  font-weight: 600;
}

.topics-detail__body .topic-contents .topic-ttl_type02 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #898989;
  margin-bottom: 10px;
}

.topics-detail__body .topic-contents .topics-letter {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.topics-detail__body .topic-contents .topics-letter span {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.topics-detail__body .topic-contents .topics-graphbox {
  padding-top: 100px;
  position: relative;
  margin-top: 40px;
}

.topics-detail__body .topic-contents .topics-graphbox > img {
  max-width: 100%;
  height: auto;
  margin-left: 80px;
}

.topics-detail__body .topic-contents .topics-graphbox .topics-graph_comment {
  padding: 20px 40px;
  border-radius: 20px;
  position: absolute;
  font-size: 1.8rem;
}

.topics-detail__body .topic-contents .topics-graphbox .topics-graph_comment p {
  margin-top: 0;
  margin-bottom: 0;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph_gray {
  background-color: #ededed;
  box-shadow: 0 0 2px #6f6e6f;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph_blue {
  background-color: #cfeaef;
  box-shadow: 0 0 2px #1b99cf;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph_green {
  background-color: #cbe4bd;
  box-shadow: 0 0 2px #71c192;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph01 {
  bottom: 325px;
  left: 400px;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph02 {
  bottom: 317px;
  left: 400px;
  max-width: 600px;
  box-sizing: border-box;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph02
  .topics-graphbox_commentbox_text:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1px solid transparent;
  border-right: 36px solid transparent;
  border-top: 30px solid #cfeaef;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph03 {
  bottom: 320px;
  left: 420px;
  max-width: 580px;
  box-sizing: border-box;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph03
  .topics-graphbox_commentbox_text:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1px solid transparent;
  border-right: 36px solid transparent;
  border-top: 30px solid #cbe4bd;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment.topics-graph03
  .topics-graphbox_commentbox
  img {
  margin-top: -30px;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment
  .topics-graphbox_commentbox {
  display: flex;
  position: relative;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment
  .topics-graphbox_commentbox
  img {
  max-width: 100%;
  height: auto;
}

.topics-detail__body
  .topic-contents
  .topics-graphbox
  .topics-graph_comment
  .topics-graphbox_commentbox
  .topics-graphbox_commentbox_text {
  margin-left: 20px;
  flex: 1;
}

.topics-detail__body .topic-contents .topics-graphundertext {
  padding: 30px;
  border: 1px solid #757575;
  margin-top: 45px;
}

.topics-detail__body .topic-contents .topics-speech01 {
  display: flex;
  margin-bottom: 35px;
}

.topics-detail__body .topic-contents .topics-speech01_text {
  background-color: #dcdddd;
  padding: 20px;
  margin-left: 60px;
  flex: 1;
  position: relative;
  border-radius: 5px;
}

.topics-detail__body .topic-contents .topics-speech01_text:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-right: 35px solid #dcdddd;
  border-top: 20px solid transparent;
  position: absolute;
  top: 50px;
  left: -35px;
}

.topics-detail__body .topic-contents .topics-process {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 50px;
}

.topics-detail__body .topic-contents .topic-ttl_type03 {
  font-size: 1.8rem;
  padding-left: 25px;
  position: relative;
  margin-bottom: 24px;
}

.topics-detail__body .topic-contents .topic-ttl_type03:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #3c8dcc;
  position: absolute;
  left: 0;
  top: 12px;
}

.topics-detail__body .topic-contents .topics-process_imgbox {
  background-color: #d9d9da;
  padding: 22px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.topics-detail__body
  .topic-contents
  .topics-process_imgbox
  .topics-process_imgbox_num {
  position: absolute;
  top: 5px;
  left: 15px;
  margin: 0;
}

.topics-detail__body .topic-contents .topics-speech01_arrow {
  max-width: 66px;
  margin: 30px auto;
}

.topics-detail__body .topic-contents .topics-speech02 {
  display: flex;
  margin-bottom: 40px;
}

.topics-detail__body .topic-contents .topics-speech02 .topics-speech02_text {
  padding: 20px;
  flex: 1;
  background-color: #fff;
  border: 1px solid #949495;
  position: relative;
  margin-left: 40px;
  border-radius: 3px;
}

.topics-detail__body
  .topic-contents
  .topics-speech02
  .topics-speech02_text:before {
  content: "";
  width: 28px;
  height: 15px;
  background: url("/assets/img/topics/topics-speech02.png") no-repeat
    center/cover;
  position: absolute;
  left: -27px;
  top: 42px;
}

.topics-detail__body
  .topic-contents
  .topics-speech02
  .topics-speech02_text
  ul
  li {
  padding-left: 15px;
  position: relative;
}

.topics-detail__body
  .topic-contents
  .topics-speech02
  .topics-speech02_text
  ul
  li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #231815;
  position: absolute;
  top: 12px;
  left: 0;
}

.topics-detail__body .topic-contents .topics-summarize {
  background-color: #d9d9da;
  border-radius: 5px;
  padding: 40px 40px 60px;
  position: relative;
  margin-top: 60px;
}

.topics-detail__body .topic-contents .topics-summarize p {
  margin-top: 0;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize_mascot {
  position: absolute;
  top: -23px;
  left: 30px;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize01
  .topics-summarize01_ttl {
  text-align: center;
  font-size: 2rem;
}

.topics-detail__body .topic-contents .topics-summarize .topics-summarize01_img {
  max-width: 253px;
  width: 100%;
  margin: 30px auto 60px;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize01_text01 {
  max-width: 300px;
  width: 100%;
  font-size: 1.5rem;
  position: absolute;
  top: 50px;
  right: 56px;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize01_text02 {
  position: absolute;
  max-width: 150px;
  width: 100%;
  top: 107px;
  left: 246px;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize01_text03 {
  position: absolute;
  max-width: 277px;
  width: 100%;
  top: 189px;
  left: 115px;
}

@media screen and (max-width: 1080px) {
  .topics-detail__body
    .topic-contents
    .topics-summarize
    .topics-summarize01_text03 {
    left: 96px;
  }
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize01_text04 {
  position: absolute;
  max-width: 236px;
  width: 100%;
  top: 180px;
  right: 120px;
}

@media screen and (max-width: 1080px) {
  .topics-detail__body
    .topic-contents
    .topics-summarize
    .topics-summarize01_text04 {
    right: 86px;
  }
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize_textbox {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}

.topics-detail__body
  .topic-contents
  .topics-summarize
  .topics-summarize_speech-small {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.caution_textcolor {
  color: #e43636;
}

_:-ms-input-placeholder,
:root .topics-graph_comment {
  width: 100%;
}

.oem7_section {
  padding-top: 70px;
  padding-bottom: 80px;
}

.oem7_section .strong {
  color: #1a49a1;
}

.oem7_section .font-style01 {
  font-size: 3.8rem;
  font-weight: 800;
}

.oem7_section .y-marker {
  background-color: #fff4ae;
  padding: 0 12px;
  display: inline-block;
  margin: 10px;
}

.oem7_section .oem7_problem dt {
  width: 100%;
  background-color: #fff;
  padding: 60px 20px 70px;
  border-top: 3px solid #1a49a1;
  border-bottom: 3px solid #1a49a1;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 65px;
}

.oem7_section .oem7_problem dt:before {
  content: "";
  width: 254px;
  height: 316px;
  position: absolute;
  top: -66px;
  left: calc(50% - 40rem);
  background-image: url("/assets/img/oem/icon_problems.png");
}

.oem7_section .oem7_problem dd {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.oem7_section .oem7_problem__box {
  width: calc((100% - 30px) / 3);
  margin-right: 45px;
  position: relative;
}

.oem7_section .oem7_problem__box:last-child {
  margin-right: 0;
}

.oem7_section .oem7_problem__box__text--01 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 600;
  background-color: #1a49a1;
  padding: 25px;
  min-height: 136px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #1a49a1;
}

.oem7_section .oem7_problem__box__text--02 {
  background-color: #fff;
  padding: 20px;
  min-height: 108px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #1a49a1;
}

.oem7_section .oem7_problem__box:after {
  content: "";
  position: absolute;
  bottom: -196px;
  right: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 196px;
  background-color: #1a49a1;
  z-index: 1;
}

.oem7_section .oem7_problem__link {
  color: #1a49a1;
  text-decoration: none;
  transition: 0.3s;
}

.oem7_section .oem7_problem__link:hover {
  color: #019b64;
  transition: 0.3s;
}

.oem7_section .oem7_problem__bottom-text a {
  background-color: #f1f1f1;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  display: inline-block;
}

.oem7_section .oem7_solution {
  margin-top: 150px;
  margin-bottom: 100px;
}

.oem7_section .oem7_solution dt {
  background-color: #fff;
  padding: 60px 20px 70px;
  border-top: 3px solid #eb6959;
  border-bottom: 3px solid #eb6959;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 100px;
}

.oem7_section .oem7_solution dt:after {
  content: "";
  width: 274px;
  height: 316px;
  position: absolute;
  top: -40px;
  right: calc(50% - 60rem);
  background-image: url("/assets/img/oem/icon_solution_ore.png");
  z-index: 2;
}

.oem7_section .oem7_solution dd {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.oem7_section .oem7_solution__box {
  width: calc((100% - 30px) / 3);
  margin-right: 45px;
  padding: 35px;
  background-color: #f68936;
  position: relative;
}

.oem7_section .oem7_solution__box:last-child {
  margin-right: 0;
}

.oem7_section .oem7_solution__box-text {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
}

.oem7_section .oem7_solution__box-text span {
  color: #1a49a1;
}

.oem7_section .oem7_solution__box-text:before {
  content: "";
  position: absolute;
  top: -27px;
  left: -27px;
  width: 55px;
  height: 55px;
  background-image: url("/assets/img/oem/custom07-check.svg");
  background-size: contain;
}

.oem7_section .oem7_solution__box:before {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #1a49a1;
}

.oem7_section .oem7_solution__box:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100px;
  background-color: #1a49a1;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}

.oem7_section__difference {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 50px 20px 80px;
  position: relative;
}

.oem7_section__difference:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f8faff;
  top: 0;
  left: 0;
  z-index: 1;
}

.oem7_section__difference:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #e8ecf6;
  top: 0;
  right: 0;
  z-index: 1;
}

.oem7_section__difference__esc01,
.oem7_section__difference__esc02 {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.oem7_section__difference__left {
  width: 25%;
  box-sizing: border-box;
}

.oem7_section__difference__center {
  width: 50%;
  box-sizing: border-box;
}

.oem7_section__difference__center img {
  width: 100%;
  height: auto;
}

.oem7_section__difference__right {
  width: 25%;
  box-sizing: border-box;
}

.oem7_section__difference__esc01 .esc01-left {
  padding-top: 90px;
  padding-right: 25px;
  text-align: right;
  position: relative;
}

.oem7_section__difference__esc01 .esc01-left:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #1a49a1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -20px;
  top: 90px;
}

.oem7_section__difference__esc01 .esc01-right {
  padding-top: 126px;
  position: relative;
}

.oem7_section__difference__esc01 .esc01-right:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #1a49a1;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 88px;
}

.oem7_section__difference__esc02 {
  margin-top: 76px;
}

.oem7_section__difference__esc02 .esc02-right {
  padding-top: 35px;
  padding-left: 30px;
}

.oem7_section__chart {
  border: 1px solid #d4d5d7;
  padding: 30px 50px;
  margin-top: 50px;
}

.oem7_section__chart h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 35px;
}

.oem7_section__chart h3 span {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  margin-right: 30px;
  display: inline-block;
}

.oem7_section__chart h3 .color_b {
  background-color: #1a49a1;
}

.oem7_section__chart h3 .color_g {
  background-color: #2c333f;
}

.oem7_section__chart img {
  width: 100%;
  height: auto;
}

.oem7_section__chart__list {
  margin: 15px 0 30px;
}

.oem7_section__chart__list li {
  padding-left: 20px;
  padding-bottom: 2px;
  position: relative;
  font-size: 1.7rem;
}

.oem7_section__chart__list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2c333f;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.oem7_section__chart__list li img {
  width: inherit;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  padding-top: 5px;
}

.oem7_section__tape {
  margin-top: 60px;
}

.oem7_section__tape-content01 {
  margin-bottom: 25px;
  display: flex;
}

.oem7_section__tape-content01__text {
  flex: 1;
  margin-right: 60px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.oem7_section__tape-content01__text h3 {
  padding-bottom: 30px;
}

.oem7_section__tape-content01__text h3 span {
  font-size: 2rem;
  font-weight: 700;
}

.oem7_section__tape-content01__img img {
  width: 100%;
  height: auto;
}

.oem7_section__tape__point {
  margin-bottom: 22px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.oem7_section__tape__point span {
  color: #fff;
  font-weight: 700;
  padding: 3px 30px;
  background-color: #1a49a1;
  margin-right: 15px;
  display: inline-block;
}

.oem7_section__tape__exe {
  background-color: #f8faff;
  padding: 28px 45px;
  font-size: 1.7rem;
  line-height: 1.6;
}

.oem7_section__tape__exe-hd {
  color: #1a49a1;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.oem7_section__tape__exe a {
  color: #1a49a1;
  transition: 0.3s;
}

.oem7_section__tape__exe a:hover {
  color: #019b64;
  transition: 0.3s;
}

.oem7_section__movie01 .movie-img {
  max-width: 650px;
  width: 100%;
  margin: auto;
}

.oem7_section__movie01 .movie-img a {
  transition: 0.3s;
}

.oem7_section__movie01 .movie-img a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.oem7_section__mid-hd {
  font-size: 2rem;
  margin-bottom: 28px;
  text-align: center;
}

.oem7_section__trivia {
  padding-top: 40px;
  padding-bottom: 56px;
  background-color: #1a49a1;
  margin-top: 85px;
  position: relative;
}

.oem7_section__trivia:before {
  content: "";
  position: absolute;
  width: 223px;
  height: 108px;
  top: -83px;
  left: 12px;
  background-image: url("/assets/img/oem/custom07-img10.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.oem7_section__trivia_inner {
  padding-left: 62px;
  max-width: 890px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.oem7_section__trivia_inner:before {
  content: "Q";
  color: #1a49a1;
  font-size: 2.5rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oem7_section__trivia-question {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.oem7_section__trivia-choices {
  display: flex;
}

.oem7_section__trivia-choices li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 48px;
}

.oem7_section__trivia-choices li:last-child {
  margin-right: 0;
}

.oem7_section__trivia__img {
  max-width: 690px;
  width: 100%;
  margin: 57px auto 0;
}

.oem7_section__trivia__answer {
  margin-top: 60px;
}

.oem7_section__trivia__answer-hd {
  text-align: center;
  color: #1a49a1;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.oem7_section__trivia__answer-hd:before {
  content: "Answer";
  color: rgba(26, 73, 161, 0.16);
  font-size: 3.8rem;
  font-weight: 800;
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  margin: auto;
}

.oem7_section__trivia__answer-box {
  position: relative;
  margin-top: 15px;
}

.oem7_section__trivia__answer-box .oem7_section__trivia__answer-box--text01,
.oem7_section__trivia__answer-box .oem7_section__trivia__answer-box--text02 {
  max-width: 305px;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  font-size: 1.5rem;
  font-weight: 800;
  border: 2px solid #1a49a1;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.oem7_section__trivia__answer-box--text01 {
  color: #1a49a1;
  background-color: #fff;
  z-index: 2;
  transition: 0.3s;
}

.oem7_section__trivia__answer-box--text01:hover {
  transition: 0.3s;
  transform: scale(1.05);
}

.oem7_section__trivia__answer-box--text02 {
  color: #fff;
  background-color: #1a49a1;
  z-index: 1;
}

.oem7_section__trivia__answer-box__finger {
  max-width: 22px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 7px;
  right: calc(50% - 9rem);
  z-index: 3;
}

.oem7_section__trivia__answer
  .oem7_trivia-active
  .oem7_section__trivia__answer-box__finger {
  display: none;
}

.oem7_section__trivia__answer
  .oem7_trivia-active
  .oem7_section__trivia__answer-box--text01 {
  display: none;
}

.oem7_section__trivia__movie {
  margin-top: 140px;
  max-width: 1200px;
  width: 100%;
}

.oem7_section__trivia__movie-wrap {
  display: flex;
}

.oem7_section__trivia__movie-box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}

.oem7_section__trivia__movie-box:last-child {
  margin-right: 0;
}

.oem7_section__trivia__movie-box-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}

.oem7_section__trivia__movie-box-ttl:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #1a49a1;
  top: 10px;
  left: 0;
}

.oem7_section__trivia__movie-box a {
  transition: 0.3s;
}

.oem7_section__trivia__movie-box a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.oem7_section__trivia__movie-box a img {
  width: 100%;
  height: auto;
}

.oem7_section__dev__ttl {
  position: relative;
  padding: 30px 20px 90px;
}

.oem7_section__dev__ttl:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 200px solid #e1ebfb;
  z-index: 1;
}

.oem7_section__dev__ttl-ttl01 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
  position: relative;
  z-index: 2;
}

.oem7_section__dev__ttl-ttl02 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1a49a1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.oem7_section__dev__movie {
  margin-top: 35px;
  margin-bottom: 60px;
}

.oem7_section__dev__movie-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}

.oem7_section__dev__movie-moviebox {
  max-width: 745px;
  width: 100%;
  margin: auto;
}

.oem7_section__dev__movie-moviebox a {
  transition: 0.3s;
}

.oem7_section__dev__movie-moviebox a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.oem7_section__dev__movie-moviebox a img {
  width: 100%;
  height: autos;
}

.oem7_section__dev__speech {
  max-width: 934px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 180px;
}

.oem7_section__dev__speech img {
  width: 100%;
  height: auto;
}

.oem7_section__dev__const {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}

.oem7_section__dev__const-box01 {
  padding: 25px;
  border: 1px solid #d4d5d7;
  margin-right: 15px;
  background-color: #fff;
}

.oem7_section__dev__const-box01-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.oem7_section__dev__const-img01 {
  max-width: 320px;
  width: 100%;
  margin-right: 10px;
}

.oem7_section__dev__const-img01 img {
  width: 100%;
  height: auto;
}

.oem7_section__dev__const-box02 {
  max-width: 740px;
  width: 100%;
}

.oem7_section__dev__const-box02 img {
  width: 100%;
  height: auto;
}

.oem7_section__spec table .s-font {
  font-size: 1.5rem;
}

.oem7_section__spec table .lh-style {
  line-height: 1.3;
}

.oem7_w1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.oem7_w624 {
  max-width: 624px;
  width: 100%;
  margin: auto;
}

.oem7_patent strong {
  position: relative;
}

.oem7_patent strong i {
  position: absolute;
  top: 13px;
  right: calc(50% - 30rem);
  color: #1a49a1;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 3px 20px;
  border: 1px solid rgba(26, 73, 161, 0.65);
  font-style: normal;
}

.oem7_combi {
  position: relative;
  margin-bottom: 50px;
}

.oem7_combi img {
  width: 100%;
  height: auto;
}

.oem7_combi p {
  position: absolute;
  max-width: 230px;
  width: 100%;
  top: 0;
  right: 0;
}

/* oem/custom08 */
.general-page-title__main.oem8--sm {
  font-size: 2.2rem;
}

/*
.general-page-title__main.oem8--title {
  display: inline-block;
  margin: 2px 0 0 20px;
  padding: 8px 20px 10px;
  border: 1px solid #2C333F;
}
*/

.oem8_section {
  padding-bottom: 100px;
}

.oem8_section .oem8_problem dt {
  margin-bottom: 180px;
  padding: 60px 20px;
}

.oem8_section .oem8_problem__box__text--01 {
  min-height: 160px;
}

.oem8_section .oem8_problem__box .oem8_problem__box-icon01:before {
  position: absolute;
  top: -120px;
  width: 200px;
  height: 145px;
  background-image: url("/assets/img/oem/custom08-img01.png");
  content: "";
}

.oem8_section .oem8_problem__box .oem8_problem__box-icon02:before {
  position: absolute;
  top: -120px;
  width: 200px;
  height: 145px;
  background-image: url("/assets/img/oem/custom08-img02.png");
  content: "";
}

.oem8_section .oem8_problem__box .oem8_problem__box-icon03:before {
  position: absolute;
  top: -120px;
  width: 200px;
  height: 145px;
  background-image: url("/assets/img/oem/custom08-img03.png");
  content: "";
}

.oem8_section .oem8_problem__box:after {
  display: none;
  /*bottom: -150px;
  height: 150px;*/
}

.oem8_section .oem8_solution {
  margin: 100px 0 0;
}

.oem8_section .oem8_solution dt {
  margin-bottom: 0;
  padding: 60px 20px;
}

.oem8_patent strong i {
  right: calc(50% - 35rem);
}

.oem8_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
  max-width: 1000px;
  margin: 0 auto;
}

.oem8_content__text {
  /* width: 680px;
  margin: 0 auto; */
  font-size: 1.7rem;
  line-height: 2;
}

.oem8_headline {
  margin-top: 140px;
}

.oem8_sec02_features .oem8_headline,
.oem8_sec02_features .oem8_content,
.oem8_situation .oem8_content {
  margin-top: 90px;
}

.oem8_sec02_features .oem8_content p + img {
  margin-top: 25px;
}

.oem8_sec02_work .oem8_content {
  margin-top: 90px;
}

.oem8_sec02_work_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 90px;
}

.oem8_sec02_work__lead {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2e3341;
  font-size: 2rem;
  font-weight: 500;
}

.oem8_sec02_work__item {
  margin-bottom: 15px;
  font-size: 1.7rem;
  padding-left: 1em;
  text-indent: -1em;
}

.oem8_sec02_work__item + .oem8_sec02_work__lead {
  margin-top: 60px;
}

.oem8_sec02_howto__text {
  width: 1000px;
  margin-top: 60px;
}

.oem8_sec02_work__time-setting {
  margin-top: 30px;
  padding: 25px 50px;
  border: 1px solid #999;
}

.oem8_sec02_work__time-setting dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.oem8_sec03__text {
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
  padding-left: 3em;
  text-indent: -3em;
}

.oem8_sec03_comparison__photo {
  margin-top: 50px;
}

.oem8_sec03_comparison__illust {
  margin-top: -80px;
}

.oem8_sec03_result {
  margin-top: 120px;
  padding: 50px;
  background: #e4e4e5;
}

.oem8_sec03_result__title {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 6px 20px 8px;
  border-radius: 3px;
  background: #231815;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.oem8_sec03_result__sub-title {
  display: inline-block;
  padding: 1px 12px 3px;
  border: 1px solid #231815;
  background: #fff;
  color: #231815;
  font-size: 1.6rem;
}

.oem8_sec03_result__lead {
  margin-top: 80px;
  font-size: 2.2rem;
  font-weight: 700;
}

.oem8_sec03_result__chart {
  display: flex;
  margin-top: 60px;
}

.oem8_sec03_result__chart__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #999;
  background: #fff;
  font-size: 1.9rem;
  position: relative;
}

.oem8_sec03_result__chart__inner--item01 {
  margin-left: 60px;
}

.oem8_sec03_result__chart__inner--item01:before {
  position: absolute;
  top: -30px;
  left: 90px;
  width: 101px;
  height: 105px;
  background-image: url("/assets/img/oem/custom08-img13.png");
  content: "";
}

.oem8_sec03_result__chart__inner--item02 {
  margin-left: 180px;
}

.oem8_sec03_result__chart__inner--item02:before {
  position: absolute;
  top: -35px;
  left: 80px;
  width: 121px;
  height: 114px;
  background-image: url("/assets/img/oem/custom08-img14.png");
  content: "";
}

.oem8_sec03_result__chart__inner.text {
  border-left: none;
}

.oem8_sec03_result__chart__text--sm {
  font-size: 1.5rem;
}

.oem8_sec03_result__notice {
  margin-top: 30px;
  padding-left: 3em;
  text-indent: -3em;
}

.oem8_sec03_result__notice--red {
  color: #c7000b;
}

.oem8_sec03_result__notice + .oem8_sec03_result__notice {
  margin-top: 15px;
}

.oem8_sec03_result__chart_situation {
  margin-top: 0;
  max-width: 1100px;
  width: 100%;
}

.oem8_sec03_time__chart {
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #d4d5d7;
}

.oem8_sec03_time__chart__title {
  display: inline-block;
  margin: 0 30px 40px 0;
  padding: 6px 20px 8px;
  border-radius: 3px;
  background: #1a49a1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

.oem8_sec03_time__chart__lead {
  font-size: 2rem;
  font-weight: 700;
}

.oem8_sec03_time__chart__text {
  margin-bottom: 30px;
}

.oem8_sec03_time__level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.oem8_sec03_time__level__text {
  font-size: 2.1rem;
  font-weight: 500;
}

.oem8_sec03_time__level__text--lg {
  color: #009ab3;
  font-size: 3rem;
  font-weight: 700;
}

.oem8_sec04 {
  margin-bottom: -50px;
}

.oem8_sec04__heading {
  margin-top: 100px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.oem8_sec04__list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1180px;
  padding: 60px 0 160px;
  position: relative;
}

.oem8_sec04__list:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 300px;
  height: 90px;
  background-image: url("/assets/img/oem/custom08-img18.png");
  content: "";
}

.oem8_sec04__item {
  width: calc(100% / 3);
}

.oem8_sec04__item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  padding: 40px;
  border: 3px solid #1a49a1;
  border-radius: 8px;
  text-align: center;
}

.oem8_sec04__item__text {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.oem8_sec04__item__solution {
  position: relative;
  font-size: 2rem;
  text-align: center;
}

.oem8_sec04__item__solution--lg {
  display: block;
  padding: 85px 0 5px;
  color: #eb5a1d;
  font-size: 2.4rem;
  font-weight: 700;
}

.oem8_sec04__item__solution--lg:before {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: calc(60px / 2);
  background: #1a49a1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.oem8_sec04__time-lag {
  position: relative;
  width: 860px;
  margin: 40px auto 0;
  padding: 70px 80px;
  border: 3px solid #1a49a1;
  border-radius: 8px;
  box-sizing: border-box;
}

.oem8_sec04__time-lag__inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 123px;
  background-image: url("/assets/img/oem/custom08-img19.png");
  content: "";
}

.oem8_sec04__time-lag__text {
  padding-left: 160px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.oem8_sec04__time-lag:after {
  position: absolute;
  bottom: -63px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: calc(60px / 2);
  background: #1a49a1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.oem8_sec04__support {
  position: relative;
  width: 1100px;
  margin: 90px auto 0;
  padding: 80px;
  background: #e8edf6;
  box-sizing: border-box;
}

.oem8_sec04__support__inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: 150px;
  background-image: url("/assets/img/oem/custom08-img20.png");
  content: "";
}

.oem8_sec04__support__text {
  padding-left: 170px;
  font-size: 2rem;
  line-height: 1.7;
}

.oem8_sec04__support a {
  color: #003f99;
  text-decoration: underline;
}

.oem8_sec04__support a:hover {
  text-decoration: none;
}

.oem-section strong {
  color: #1a49a1;
}

.products-specification .oem7_section__spec table tr:nth-child(even) {
  background-color: #fff;
}

/* オートメーション遠心機改修作業css */
.oem-tit-box__textContainer {
  max-width: 460px;
}

.oem-tit-box__textContainer .products-features-movie {
  width: 100%;
  margin: auto;
}

.oem-tit-box__textContainer .products-features-movie__title {
  line-height: 1.5;
}

.oem-tit-box__text {
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .oem-c5 .box-c5-04 .oem-tit-box .oem-tit-box-img01 {
    right: 42px;
    top: 83px;
    max-width: 391px;
  }

  .oem-c5 .box-c5-04 .oem-tit-box .oem-tit-box-img02 {
    right: 367px;
    bottom: 63px;
    max-width: 229px;
  }
}

/* 微量高速冷却遠心機（MDXシリーズ）css */
.products-features-text__container {
  display: flex;
  gap: 30px;
}

.products-features-text__container .products-features-text01 {
  width: calc(100% - 460px);
}

.products-features-text__container .products-features-movie {
  width: auto;
}

/* 超音波発生機（超音波ホモジナイザー）[UDS-200]css */
.uds200-features-item11-box-c4 .uds200-features-item11-img img {
  width: auto;
  height: auto;
}

/* よくあるご質問 */
.faq-category__list li {
  width: 20%;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box;
}

.faq-category__list li:nth-child(n + 6) {
  border-top: 1px solid #cdcdcd;
}

.faq-category__list {
  flex-wrap: wrap;
  justify-content: start;
}

.faq-category__list li a::before {
  content: none;
}

/* オートクレーブ関連機器 */
.autoclaves_covid-01_item .txt .for-medical2 {
  color: #273d4c;
  background-color: #1f4c9f;
  color: #fff;
  margin-left: 20px;
}

/* =================================
小型微量自公転撹拌遠心機 Mix Spin
2025.05 追記
 ================================= */

.mix-spin-products-header-item-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.mix-spin-products-header-item-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #1f4c9f;
  text-align: center;
}

.mix-spin-products-header-item-block__item p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

/* 2025.05.27 */
.mix-spin-contents {
}

.mix-spin-cubelist-block {
  max-width: 900px;
  margin: 32px auto 48px;
}

.mix-spin-cubelist-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 32px;
}

.mix-spin-cubelist-list__item {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  background: #1f4c9f;
  border: 2px solid #fff;
  padding: 24px 16px;
}

.mix-spin-contents__lead {
  max-width: 790px;
  margin: 0 auto;
}

.mix-spin-contents__img01-block {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mix-spin-contents__img01-title {
  font-size: 2rem;
  border: 2px solid #2e3341;
  width: fit-content;
  padding: 4px 8px;
  margin: 0 auto 16px auto;
}

.mix-spin-contents__img01-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mix-spin-contents__img01-list li {
  line-height: 2;
  font-size: 1.7rem;
  border: 2px solid #2e3341;
  border-radius: 8px;
  box-sizing: border-box;
  width: calc(100% / 4 - 24px);
  text-align: center;
  padding: 16px;
}

.mix-spin-contents02 {
  padding: 80px 50px;
  margin-top: 64px;
  background-color: #e7e7e7;
}

.mix-spin-contents02__block {
  padding: 32px 92px;
  margin: 0 auto;
  max-width: 1000px;
}

.mix-spin-contents02__block.--white {
  background-color: #fff;
}

.mix-spin-contents02__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 48px;
  text-align: center;
}

.mix-spin-contents02__text {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 1em;
  font-feature-settings: "palt";
}

.mix-spin-contents02__text-annotation {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}

.mix-spin-contents-video {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 560px;
}

.mix-spin-contents-video.--half {
  width: 50%;
  max-width: 560px;
}

.mix-spin-contents-movie {
  padding-top: 56.25%;
  position: relative;
}

.mix-spin-contents-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mix-spin-contents-movie__title {
  font-size: 16px;
  line-height: 200%;
  box-sizing: border-box;
  position: relative;
  padding: 5px 0 6px 16px;
  margin: 0 auto;
  width: fit-content;
}

.mix-spin-contents-movie__title::before {
  content: "";
  background: #1f4c9f;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
}

/* =================================
高速冷却遠心機 Suprema25/21
2025.06 追記
 ================================= */
.suprema-continuous-centrifugal-rotor {
}

.suprema-continuous-centrifugal-rotor__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1f4c9f;
  margin-bottom: 16px;
  padding: 0 36px;
  width: fit-content;
}

.suprema-continuous-centrifugal-rotor__title span::before {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../img/products/oem/decoration01.png) no-repeat left top;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.suprema-continuous-centrifugal-rotor__title span::after {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../img/products/oem/decoration02.png) no-repeat left top;
  position: absolute;
  top: 0.3em;
  right: 0;
}

/* .suprema-continuous-centrifugal-rotor__list {} */

.suprema-continuous-centrifugal-rotor__list li {
  box-sizing: border-box;
  padding: 15px 24px 15px 60px;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 2px;
  background-color: #fff;
  position: relative;
}

.suprema-continuous-centrifugal-rotor__list li::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #1f4c9f;
  position: absolute;
  top: 50%;
  left: 26px;
}

.suprema-continuous-centrifugal-rotor__list li .small {
  padding-left: 4px;
  font-size: 0.8em;
}

.suprema-products-box {
  position: relative;
}

.suprema-products-box__top-text {
  position: absolute;
  top: -48px;
  left: 42px;
}

.suprema-products-box .new {
  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: 60px;
  height: 60px;
  font-size: 1.2rem;
  line-height: 1;
  background: #ff4d4d;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  /* left: -19px;
  top: -19px; */
  right: -30px;
  top: -90px;
}

.suprema-contents-npr3000 {
  background-color: #fff;
  border: 4px solid #d5ddea;
  color: #2c333f;
  padding: 32px;
  max-width: 700px;
  margin: 0 auto;
}

.suprema-contents-npr3000__title {
  background-color: #1f4c9f;
  color: #fff;
  font-size: 1.7rem;
  padding: 4px 24px;
  width: fit-content;
  margin: 0 auto 32px auto;
  border-radius: 20px;
}

.suprema-contents-npr3000__contents {
  display: grid;
  grid-template-columns: 180px auto;
  justify-content: center;
}

/* .suprema-contents-npr3000__img {} */

.suprema-contents-npr3000__textarea {
  padding: 16px;
}

.suprema-contents-npr3000__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6;
  margin-top: 16px;
}

.suprema-contents-npr3000__text {
  line-height: 1.6;
  font-size: 1.5rem;
}

/* 2025.06.17 */
.autoclaves-products-pickup .products-pickup__link {
  width: calc(84% - 30px);
}

.autoclaves-products-pickup
  .products-pickup__link
  .products-pickup__text
  .products-pickup__content-2columns {
  gap: 32px;
}

.autoclaves-products-pickup
  .products-pickup__link
  .products-pickup__text
  .products-pickup__content-2columns
  .products-pickup__content {
  flex: 1;
}

.autoclaves-products-pickup
  .products-pickup__link
  .products-pickup__text
  .products-pickup__content-2columns-grid {
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.autoclaves-products-pickup
  .products-pickup__link
  .products-pickup__text
  .products-pickup__content-2columns-grid
  .products-pickup__content-text {
  line-height: 1.7;
  font-feature-settings: "palt";
}

/* =================================
オートクレーブ（高圧蒸気滅菌器） オートクレーブ・アクセサリー
2025.06 追記
 ================================= */
.menulist-autoclave-accessories-block {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0;
}

.menulist-autoclave-accessories {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.menulist-autoclave-accessories__menu-title {
  box-sizing: border-box;
  background: #1f4c9f;
  color: #fff;
  display: grid;
  align-items: center;
  padding: 8px;
  max-width: 176px;
  margin-left: 10px;
  width: 100%;
}

.menulist-autoclave-accessories__menu-title p {
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  width: 100%;
}

.menulist-autoclave-accessories__menu-title p::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #4dc1da;
  position: absolute;
  /* left: -10px; */
  left: -18px;
  top: 50%;
}

.menulist-autoclave-accessories__menu {
  display: grid;
  grid-template-columns: repeat(4, 185px);
  grid-auto-flow: column;
  column-gap: 16px;
  width: 100%;
}

.menulist-autoclave-accessories__menu + .menulist-autoclave-accessories__menu {
  margin-top: 20px;
}

.menulist-autoclave-accessories__menu.--2col {
  grid-template-columns: repeat(2, 1fr);
}

.menulist-autoclave-accessories__menu-link {
  /* display: block; */
  text-decoration: none;
  transition: 0.4s ease-out;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  /* max-width: 185px; */
  width: 100%;
}

.menulist-autoclave-accessories__menu-link:hover {
  opacity: 0.75;
}

.menulist-autoclave-accessories__menu-img {
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.menulist-autoclave-accessories__menu-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menulist-autoclave-accessories__menu-name {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  background: #2c333f;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  padding: 6px 10px;
  width: 100%;
}

.menulist-autoclave-accessories__menu-name::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-12px);
  transform: rotate(45deg) translateY(-12px);
  position: absolute;
  right: 18px;
  top: 56%;
}

.menulist-autoclave-accessories__menu-name span {
  display: block;
}

.menulist-autoclave-accessories__menu-name span.fsS {
  font-size: 1.3rem;
}

/* =================================
2025.12 追記
================================= */

/* products-banner */
.products-body.bg-transparent {
  background-color: #fff;
}

.products-banner {
  padding-top: 100px;
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .products-banner {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.products-banner .products-banner_inner {
  display: flex;
  justify-content: center;
}

/* .products-banner .products-banner_inner img {
  width: 1100px;
  height: auto;
} */

/* products-service */
.products-service {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 60px;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .products-service_inner {
    padding: 0 30px;
  }
}

.service_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.products-service_inner .service_img_wrap img {
  width: 30%;
  height: auto;
}

/* productsAbout */
.productsAbout {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}

@media (max-width: 1300px) {
  .productsAbout_inner {
    padding: 0 30px;
  }
}

.productsAbout_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.productsAbout_item-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.productsAbout_item-box img {
  width: 100px;
  height: auto;
}

.productsAbout_text-wrap h3 {
  color: #1f4c9f;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  width: 860px;
}

@media (max-width: 1300px) {
  .productsAbout_text-wrap h3 {
    width: 800px;
  }
}

.productsAbout_text-wrap h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.productsAbout_text-wrap h3:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #1f4c9f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.productsAbout_text-wrap p {
  line-height: 2;
  font-size: 1.7rem;
}

/* products-features */
.centrifuge-automation-line-up_textWrap {
  margin-top: 30px;
}

.centrifuge-automation-line-up_textWrap .title {
  font-size: 2rem;
  color: #1f4c9f;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}

.centrifuge-automation-line-up_textWrap .desc_text {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.centrifuge-automation-line-up_content img {
  margin: 20px 10px 5px 5px;
}

/* product-table_group */
.product-table_group {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.product-table_group_inner {
  position: relative;
  padding-top: 40px;
}

.product-table_group_inner .main-img {
  position: absolute;
  top: -70px;
  left: 50px;
}

.product-table_group_content .headline-lv1 {
  padding: 0px 0 64px;
}

.product-table_group_list {
  margin-bottom: 100px;
  position: relative;
}

.product-table_group_list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e1e3;
  bottom: -80px;
  left: 0;
}

.product-table_group_list table {
  border-collapse: collapse;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.product-table_group_list table thead tr.top th {
  background-color: #bdc2d8;
  border-right: 1px solid #e0e1e3;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 10px;
  color: #000;
  text-align: center;
}

.product-table_group_list table thead tr.top .white {
  background-color: #fff;
}

.product-table_group_list table tr .name {
  background-color: #1f4c9f;
  border: 1px solid #fff;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  padding: 10px;
}

.product-table_group_list table tr td {
  border: 1px solid #e0e1e3;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px;
}

.product-table_group_list table tr .hyphen {
  background-color: #f5f5f5;
}

.product-table_none {
  margin-top: 10px;
}

.product-table_group_content_camera {
  margin-top: 120px;
}

.product-table_group_head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-table_group_head .text h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-table_group_content__camera .product-table_group_list::after {
  display: none;
}

.product-table_movie {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  /* padding: 120px 0; */
  background-color: #fff;
  transition: 0.5s;
}

.product-table_movie:hover {
  opacity: 0.75;
  transition: 0.5s;
}

/* slide-visual */
.products-features-section.tabPage {
  padding-bottom: 40px;
}

.centrifuge-automation-tabPage-visual {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

.centrifuge-automation-tabPage-visual .centrifuge-automation-textbox {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
}

.centrifuge-automation-tabPage-visual .centrifuge-automation-textbox ul {
  margin-top: 50px;
  color: #31313f;
  font-size: 2rem;
  line-height: 2.5;
}
.centrifuge-automation-tabPage-visual .centrifuge-automation-textbox span {
  color: #285fdd;
  margin-right: 5px;
}

.products-features .inner {
  background-color: #fff;
}

.centrifuge-automation-feature02 .contents {
  padding: 80px;
  background-color: #f5f5f5;
  margin-bottom: 35px;
}

.centrifuge-automation-feature02 .contents .contents_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.centrifuge-automation-feature02 .contents .contents_wrap img {
  width: 700px;
  height: auto;
}

/* featuresIcon */
.featuresIcon .border {
  border: 1px solid #e0e1e3;
  padding: 45px 30px;
}

.featuresIcon .featuresIcon__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 30px;
  color: #1f4c9f;
}

.featuresIcon .featuresIcon__item-text {
  font-size: 1.5rem;
  margin-top: 12px;
}

/* featuresIcon__itemWrap-one */
.featuresIcon__itemWrap-one {
  display: flex;
  align-items: center;
}

.featuresIcon__item-one {
  width: 100%;
  text-align: center;
}

.featuresIcon__item-one img {
  width: 350px;
  height: auto;
}

/* featuresIcon__itemWrap-half */
.featuresIcon__itemWrap-half {
  display: flex;
}

.featuresIcon__item-half {
  width: 50%;
  text-align: center;
}

.featuresIcon__item-half img {
  width: auto;
  height: 150px;
}

.featuresIcon__itemWrap-half .halfImg-small {
  width: 130px;
  height: auto;
}

.featuresIcon__item-half.flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.featuresIcon__item-half.flex .item-left {
  max-width: 40%;
  width: 100%;
  height: auto;
}

.featuresIcon__item-half.flex .item-left img {
  width: 100%;
  height: auto;
}

.featuresIcon__item-half.flex .item-right {
  padding-top: 29px;
}

.featuresIcon__item-half.flex .item-right img {
  width: 100px;
  height: auto;
}

.featuresIcon__item-half.halfImg-small-tabletop {
  padding-top: 60px;
}

.featuresIcon__item-half .centrifugeDoor {
  width: 220px;
  height: auto;
}

/* featuresIcon__itemWrap-third */
.featuresIcon__itemWrap-third {
  display: flex;
}

.featuresIcon__item-third {
  width: 33.33333%;
  text-align: center;
}

.featuresIcon__item-third img {
  width: 90px;
  height: auto;
}

/* featuresIcon__item-quarter */
.featuresIcon {
  margin-bottom: 50px;
}

.featuresIcon__itemWrap-quarter {
  display: flex;
}

.featuresIcon__item-quarter {
  width: 25%;
  text-align: center;
}

.featuresIcon__item-quarter img {
  width: 90px;
  height: auto;
}

.featuresIcon__item-quarter .terminal {
  width: 180px;
  height: auto;
}

/* ミキサー+スピンダウン 特長 */
.mixerFunction-features__content {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.mixerFunction-features__wrap.movie {
  margin-top: 70px;
}

.mixerFunction-features__wrap .movie-box {
  max-width: 500px;
  aspect-ratio: 16 / 9;
  text-align: center;
}

.mixerFunction-features__wrap .movie-box iframe {
  width: 100%;
  height: 100%;
}

.mixerFunction-features__wrap .movie-box p {
  font-size: 1.7rem;
  margin-top: 5px;
}

.mixerFunction-features__wrap .movie-box p span {
  color: #285fdd;
  margin-right: 5px;
}

.mixerFunction-features__wrap.comparison {
  margin-top: 70px;
}

.mixerFunction-features__wrap.comparison__inner {
}

.centrifuge-automation-feature02-whiteblock.movie {
  padding-bottom: 70px;
}

.mixerFunction-features__wrap.comparison .movie .movie-box {
  margin: 0 auto;
}

.centrifuge-automation-feature02 .products-inc {
  margin-top: 180px;
}

/* 卓上空冷 アクセサリー */
.tabletop-accessory {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 30px;
  box-sizing: border-box;
}

.tabletop-accessory__container {
  margin-bottom: 40px;
  background-color: #f5f5f5;
  padding: 80px;
  box-sizing: border-box;
}

.tabletop-accessory__container.Swing-Angie {
  margin-top: 40px;
}

.tabletop-accessory .tabletop-accessory__text {
  text-align: center;
  margin-bottom: 40px;
}

.tabletop-accessory .tabletop-accessory__text h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #1f4c9f;
  margin-bottom: 8px;
}

.tabletop-accessory .tabletop-accessory__text p {
  font-size: 1.8rem;
}

.tabletop-accessory__container .img-wrap .features-text__img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* .tabletop-accessory__container.swingRotor,
.angleRotor .img-wrap img {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.tabletop-accessory__container .img-wrap img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

/* .tabletop-accessory__container.angleRotor .img-wrap.first-child {
  margin-bottom: 100px;
} */
.tabletop-accessory__container.angleRotor {
  margin-bottom: -30px;
}

.tabletop-accessory__container.angleRotor .angleRotor-flex {
  display: flex;
  justify-content: center;
}

.tabletop-accessory__container.angleRotor .img-wrap {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

.tabletop-accessory__container.angleRotor .img-wrap .product-img {
  width: 400px;
}

/* multi-rack */
.featuresIcon__item-third.thirdImg-small-multi-rack img {
  width: 110px;
  height: auto;
  margin-bottom: -18px;
}

.featuresIcon__itemWrap-one.multi-rack h3 {
  font-size: 2.3rem;
}

.featuresIcon__itemWrap-one.multi-rack .inner {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 20px;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__left {
  width: 50%;
  position: relative;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__left::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 330px;
  background-color: #dcdcdc;
  margin: 0 auto;
  top: 0%;
  right: 0%;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__left img {
  width: 170px;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__left h4 {
  margin-top: 25px;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__right {
  width: 50%;
}

.featuresIcon__itemWrap-one.multi-rack .inner .item-one__right img {
  width: 270px;
}
.featuresIcon__itemWrap-one.multi-rack .inner .item-one__right h4 {
  margin-top: 18px;
}

.centrifuge-automation-products-accessory {
  margin-bottom: 200px;
  box-sizing: border-box;
}

.centrifuge-automation-products-accessory .multi-rack_rotor__features-img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.centrifuge-automation-products-accessory .multi-rack_rotor__icon-img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.centrifuge-automation-products-accessory h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 14px;
}

/* high-speed */
.featuresIcon__itemWrap-quarter .quarterImg-small-high-speed img {
  max-width: 110px;
  width: 100%;
  height: auto;
}

.featuresIcon__itemWrap-quarter .highSpeed-robot {
  padding-top: 60px;
}

.centrifuge-automation-products-accessory .highSpeed__rotor-imgWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centrifuge-automation-products-accessory .highSpeed__rotor-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* centrifuge-robot */
.featuresIcon__item-third .external-output {
  width: 178px;
}

.mixerFunction-features__wrap.switch {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 45px;
  border: 1px solid #e0e1e3;
  box-sizing: border-box;
}

.mixerFunction-features__wrap.switch .centrifuge-automation-feature__img {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 50px;
}

.centrifuge-automation-feature__box {
  margin-bottom: 0;
}

.mixerFunction-features__wrap.switch .centrifuge-automation-feature__img p {
  line-height: 2;
  font-size: 1.7rem;
}

.mixerFunction-features__wrap.switch .centrifuge-automation-feature__img img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.products-specification.centrifuge-robot table thead th:first-child {
  width: 240px;
}

.contents.centrifuge-robot {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-top: -70px;
}

.contents.centrifuge-robot .LA-1000-img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.contents-item.centrifuge-robot {
  margin-top: 30px;
}

.contents-item.centrifuge-robot .contents-item__top,
.contents-item__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contents-item.centrifuge-robot .contents-item__bottom {
  margin-bottom: 40px;
}

.contents-item.centrifuge-robot .contents-item__top.border,
.contents-item__bottom.border {
  border: 1px solid #e0e1e3;
  padding: 45px 30px;
}

.contents-item.centrifuge-robot .contents-item__top .img,
.contents-item__bottom .img {
  max-width: 50%;
}

.contents-item.centrifuge-robot .contents-item__top .text,
.contents-item__bottom .text {
  font-weight: 600;
  line-height: 1.8;
}

.contents-item.centrifuge-robot .contents-item__top .text span {
  color: #285fdd;
  margin-right: 5px;
}

.centrifuge-automation-feature__box.centrifuge-robot {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 45px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.centrifuge-automation-feature__box.centrifuge-robot p {
  font-size: 1.7rem;
  line-height: 1.6;
}

.products-page-nav02 li.warning a {
  background-color: #f3c442;
}

.products-page-nav02 li.warning a:hover {
  background: #009b63;
  color: #ffffff;
}
