@charset "UTF-8";
/* 後ほどbase_add.cssに移動
-----------------------------------------------*/
/* common
-----------------------------------------------*/
.en .h_black {
  color: #000 !important;
}
.en .en_button {
  width: 360px !important;
}
.en .en_button span {
  width: 340px !important;
}
.en .en_name {
  width: 80px !important;
}
.en .stock-th {
  padding: 5px 15px;
}
.en .table-set th,
.en .table-set td {
  word-break: normal;
}
@media screen and (max-width: 640px) {
  .en .table-set.is-scrollable:before {
    content: "The table can be scrolled horizontally.";
  }
}

/* News
** ニュースリリース
-----------------------------------------------*/
body.en .tag.is-label {
  width: 140px;
}

/* About Sysmex
** 企業情報
-----------------------------------------------*/
.en .corporate-brand-indent p {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.en .irinvestor-sysabout-box01-title {
  letter-spacing: 0;
}

/* Products & Solutions
** 製品・サービス&サポート
-----------------------------------------------*/
.en .ps-top__linklist__box:nth-child(n+2) {
  margin-top: 40px;
}
.en .ps-top__linklist__box .text-box {
  padding: 0 0 12px;
  margin: 0 0 8px;
  border-top: 0 !important;
  border-bottom: 1px solid #005BAC;
}
.en .ps-top__linklist__box .text-box .title {
  font-size: 20px;
  font-size: 2rem;
}
.en .ps-top__linklist__box .link-list-sub li {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #9E9E9E;
  margin-top: 7px;
  padding-left: 10px;
}
.en .ps-top__linklist__box .link-list-sub li .title-sub {
  color: #3E3A39;
  font-weight: bold;
}
.en .ps-top__linklist__box .link-list-sub li a {
  color: #005BAC;
  margin-left: -10px;
}

/* Investor Relations
** IR情報
-----------------------------------------------*/
@media screen and (min-width: 641px) {
  .en.image-set.aside-box.is-ir .title.bg-blue {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  .en.image-set.aside-box.is-ir .text-box .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .en.image-set.aside-box.is-ir a.with-icon {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.en .Performance-table th {
  width: 140px;
}
.en .ir-news-set dl .tag-area .tag.is-label {
  width: 140px;
}

/* Research & Development
** 研究開発
-----------------------------------------------*/
/*研究開発のあゆみ*/
.rd-2column .inner.table-set {
  margin-bottom: 0;
}
.rd-2column .inner table th,
.rd-2column .inner table td {
  width: 33.3%;
}
.rd-2column .inner table th span,
.rd-2column .inner table td span {
  display: inline;
}
@media screen and (max-width: 640px) {
  .rd-2column .inner {
    width: 100% !important;
  }
  .rd-2column .inner:first-child {
    margin-bottom: 20px;
  }
}

/* Sorry, the document you requested does not exist on this server.
** お探しのページが見つかりません
-----------------------------------------------*/
.en.sea-form input[type=submit] {
  width: 62px;
}

/* Contact Us
** お問い合わせ
-----------------------------------------------*/
.pg-contact .en.flow-area ul li > span {
  height: 100%;
}
.pg-contact .en.contact-set table th {
  width: 330px;
  padding: 26px 20px 26px 100px;
  overflow: hidden;
}
.pg-contact .en.contact-set table th span {
  float: left;
}
@media screen and (max-width: 640px) {
  .pg-contact .en.contact-set table th {
    width: 100%;
    padding: 12px 15px 12px 88px;
  }
}
.pg-contact .en.contact-set table th .tag {
  margin-left: -72px;
}
.pg-contact .en.contact-set table .name td span {
  width: 90px;
}
.pg-contact .en.contact-set table .name td input {
  width: 188px;
}
@media screen and (max-width: 640px) {
  .pg-contact .en.contact-set table .name td span {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .pg-contact .en.contact-set table .name td input {
    width: 100% !important;
  }
  .pg-contact .en.contact-set table .name td input:last-child {
    margin-bottom: 0 !important;
  }
}
.pg-contact .en.contact-set table .address .address01 > span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
