@charset "UTF-8";
/* CSS Document */
body {
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.txt10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.txt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.txt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.txt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.txt20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.txt21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.txt24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.txt26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.txt28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.txt30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.txt32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.txt36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.txt42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.txt48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.LH_1_2 {
  line-height: 1.2;
}

.LH_1_5 {
  line-height: 1.5;
}

.LH_2 {
  line-height: 2;
}

.LS_0 {
  letter-spacing: 0;
}

.LS_1 {
  letter-spacing: 1px;
}

.noto {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.linkLine {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------*/
.fullLink {
  position: relative;
}
.fullLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fullLink a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.spMenu2 {
  display: none !important;
}

.wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}

h1,
h2,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
}

p {
  letter-spacing: 1.5px;
  line-height: 1.7;
  margin-bottom: 10px;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

dl {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

dd {
  line-height: 1.7;
}

main dt,
main dd,
main li {
  letter-spacing: 1.5px;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
  max-width: 960px;
  margin: 0px auto 50px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 1.2;
}
h3 span {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}

header {
  width: 100%;
  font-weight: bold;
  position: sticky;
  z-index: 9090;
  background-color: #ffffff;
}

main,
#menuWrap {
  position: relative;
}

#menuTop {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #ffffff;
  padding: 0 30px;
  margin-bottom: 0px;
  min-height: 90px;
}
#menuTop ul.headerContentMenu {
  position: absolute;
  right: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menuTop ul.headerContentMenu li {
  margin-right: 20px;
}
#menuTop ul.headerContentMenu li:first-child {
  font-size: 24px;
  font-size: 2.4rem;
}
#menuTop ul.headerContentMenu li:last-child {
  font-size: 10px;
  font-size: 1rem;
}
#menuTop .headerInq {
  position: absolute;
  right: 0;
}
#menuTop .headerInq a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #d50000;
  padding: 7px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  width: 140px;
  height: 90px;
}

header nav {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding: 10px 0px;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.5px;
  text-align: center;
}
header nav ul li.present a {
  color: #009ae9;
}
header nav ul li:not(:last-child) {
  margin-right: 50px;
}

.nav_entryBtn a {
  background-color: #ec272a;
  padding: 7px 7px;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s all;
}
.nav_entryBtn a:hover {
  background-color: #262626;
  text-decoration: none;
}

.headerMinActive {
  /*  position: fixed;
  z-index: 100;*/
  width: 100%;
  height: auto;
}

/*flex
------------------------------------------------------------------------------------*/
.col2-b {
  min-width: calc(50% - 30px);
}

.col2-c {
  max-width: calc(50% - 10px);
}

.col2-d {
  max-width: calc(50% - 30px);
}

.col2-e {
  min-width: calc(50% - 20px);
}

.col2-f {
  width: calc(50% - 15px);
}

.col2-flow {
  width: calc(50% - 10px);
}

.basis0 > * {
  flex-basis: 0;
}

.flexColumn {
  flex-direction: column;
}

.flexStretch {
  align-items: stretch;
}

/*その他
------------------------------------------------------------------------------------*/
.thinGray_sect {
  background-color: #f7f7f7;
  padding: 50px 0px 60px;
}

.ttl01 {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
}
.ttl01::after {
  content: "";
  display: block;
  border-top: 5px solid #ffffff;
  width: 75px;
  position: relative;
  top: 25px;
  margin-bottom: 50px;
}

.ttl02 {
  background-color: #111a2d;
  color: #ffffff;
  padding: 15px 10px;
}

.ttl03 {
  color: #1d98cc;
}

.ttl04 {
  background-color: #34b1e9;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}

.ttl05 {
  background-color: #1d98cc;
  color: #ffffff;
  padding: 15px 10px;
}

.button {
  text-align: center;
}
.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d50000;
  color: #ffffff;
  font-weight: bold;
}

.buttonD a {
  padding: 15px 30px;
}

.buttonE {
  text-align: left;
}
.buttonE a {
  padding: 10px;
  min-width: 150px;
}

.buttonF a {
  padding: 10px;
  min-width: 150px;
}

.buttonG a {
  padding: 15px 30px;
  max-width: 400px;
  width: 100%;
}

.buttonH a {
  padding: 15px 30px;
  max-width: 520px;
  width: 100%;
}

.boxA {
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  padding: 30px;
}

.boxB {
  background-color: #ffffff;
  padding: 20px;
}

.boxC {
  background-color: #e3eaf4;
}

.boxD {
  background-color: #304868;
  padding: 10px 20px;
}

.boxE {
  border: 1px solid #c5c5c5;
  padding: 20px;
}

.boxF {
  border: 1px solid #c5c5c5;
  line-height: 0;
}

.boxG {
  background-color: #e3e3e3;
  line-height: 0;
}

.productLinkBox {
  padding: 0px 50px;
}

.listA li {
  margin-left: 1.5em;
  position: relative;
  line-height: 1.7;
}
.listA li:not(:last-child) {
  margin-bottom: 10px;
}
.listA li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5em;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #cd1300;
  top: 8px;
}

.listB li {
  margin-left: 1em;
  position: relative;
  line-height: 1.7;
}
.listB li::before {
  content: "・";
  display: inline-flex;
  position: absolute;
  left: -1em;
}

.listLinkA {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.listLinkA li:not(:last-child) {
  margin-right: 10px;
}
.listLinkA a {
  display: flex;
  background-color: #111a2d;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

a.contentInquiryMailBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d50000;
  color: #ffffff;
  font-weight: bold;
  max-width: 400px;
  margin: auto;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px 0px;
  letter-spacing: 2px;
}
a.contentInquiryMailBtn::before {
  content: url(../../images/common/ico_mail02@2x.png);
  position: relative;
  top: -5px;
  margin-right: 25px;
  width: 37px;
  height: 25px;
  transform: scale(0.5);
}

/*footer
------------------------------------------------------------------------------------*/
footer {
  font-family: "Noto Sans JP", sans-serif;
}
footer a {
  font-family: "Noto Sans JP", sans-serif;
}

#sitemapTop,
#sitemap li.heading {
  font-size: 14px;
  font-size: 1.4rem;
}

#breadlist {
  background-color: #323232;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0px;
  color: #ffffff;
}
#breadlist a {
  color: #ffffff;
}
#breadlist ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#breadlist li {
  letter-spacing: inherit;
  line-height: 1.5;
}
#breadlist li:not(:first-child)::before {
  content: ">";
  display: inline-flex;
  margin-left: 7px;
  margin-right: 5px;
}

/*------------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------------*/
#eyecatch {
  color: #ffffff;
  font-weight: bold;
}
#eyecatch a {
  color: #ffffff;
  font-weight: bold;
}
#eyecatch a.button {
  background-color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-flex;
  justify-content: center;
  padding: 15px 50px;
  border-radius: 50px;
  letter-spacing: 2px;
}
#eyecatch .row2.arrayBetween {
  padding: 0px 30px;
}
#eyecatch #heroTxt dl {
  max-width: 1000px;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
}
#eyecatch #breadlist {
  padding: 10px 30px 12px;
}

#eyecatch2 #breadlist {
  padding: 10px 30px 12px;
}

#eyecatch #breadlist a,
#eyecatch2 #breadlist a {
  text-decoration: underline;
}

#related_industries,
#function {
  background-color: #f2f2f2;
  padding: 50px 0px 60px;
}
#related_industries .row2,
#function .row2 {
  gap: 10px;
  align-items: stretch;
}
#related_industries .row2 li.col3-1,
#function .row2 li.col3-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  padding: 12px 10px;
  max-width: calc(33.3333333333% - 20px);
  min-width: auto;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
#related_industries .row2 li.col3-1 a,
#function .row2 li.col3-1 a {
  display: block;
}

#spec .row2 {
  flex-wrap: nowrap;
}

/*スライダー
-----------------------------------------------------------------*/
.slider {
  margin-bottom: 30px;
}
.slider li {
  margin-right: 30px;
  margin-left: 30px;
  max-width: 720px;
  padding: 20px 30px 0px;
}
.slider li a {
  position: relative;
  display: block;
}
.slider li img {
  width: 100%;
}
.slider .prev-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
  z-index: 100;
}
.slider .next-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
  z-index: 100;
  right: 18.5vw;
}
.slider .prev-arrow {
  left: 18.5vw;
}

#home_company {
  text-align: center;
}
#home_company img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceWrap {
  background-color: #f5f5f5;
  padding: 50px 0px 0px;
}

/*simply-scroll
------------------------------------------------------------------------------------*/
.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 960px;
}
.simply-scroll-list li img {
  display: block;
  width: 100%;
}

/*------------------------------------------------------------------------------------
table
------------------------------------------------------------------------------------*/
table.table {
  background-color: #ffffff;
}
table.table tr {
  border: 1px solid #e5e5e5;
}
table.table th {
  background-color: #f5f5f5;
}
table.table.dark th {
  background-color: #cecece;
}
table.table thead th {
  text-align: center;
}
table.table th:first-child {
  width: 33.3333333333%;
}
table.table.table2 th:first-child, table.table.table3 th:first-child, table.table.widthFree th:first-child {
  width: inherit;
}
table.table.width1em th:first-child {
  width: 1em;
}
table.table th,
table.table td {
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  padding: 12px 40px 10px;
  line-height: 2;
  letter-spacing: 1.5px;
}

#cooperation table.table th,
#cooperation table.table td {
  width: 50%;
}

table.table td[data-label] p {
  margin-bottom: 0;
}
table.table.table2 tbody th {
  background-color: #ffffff;
  font-weight: normal;
}
table.table.table2 tbody td {
  text-align: center;
}
table.table.table3 {
  font-size: 14px;
  font-size: 1.4rem;
}
table.table.table3 th,
table.table.table3 tr td:last-child {
  white-space: nowrap;
}
table.table.table3 th,
table.table.table3 td {
  padding: 7px 5px 5px;
  line-height: 1.7;
  min-width: 70px;
}
table.table span {
  font-size: 14px;
  font-size: 1.4rem;
}
table.disc td p {
  position: relative;
  margin-left: 1em;
  margin-bottom: 0;
}

/* table3 横長の表 */
ul.disc li,
dd.disc {
  position: relative;
  margin-left: 1em;
  margin-bottom: 0;
}

table.disc td p::before,
ul.disc li::before,
dd.disc::before {
  content: "•";
  width: 1em;
  display: inline-block;
  text-indent: -1em;
  position: absolute;
}

ul.disc li ol li::before {
  content: none;
}

table.disc td p.asterisk::before,
ul.disc li.asterisk::before {
  content: "※" !important;
}

.tableLegend {
  display: flex;
  flex-wrap: wrap;
}
.tableLegend li:not(:last-child) {
  margin-right: 30px;
}

.nowrap {
  white-space: pre;
}

.verticalWrite {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.icoNew {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #e85733;
  padding: 2px 7px 3px;
  font-weight: bold;
  margin-left: 5px;
  border-radius: 25px;
}
/*api
------------------------------------------------------------------------------------*/
#headerMin_api {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cdcdcd;
}
#headerMin_api img {
  max-height: 45px;
}

#apiMenu #contentMenu {
  background-color: #000000;
  padding: 30px 0px 15px;
  position: relative;
  color: #ffffff;
}
#apiMenu #contentMenu .toggleMenuBtn span {
  background-color: #ffffff;
}
#apiMenu #contentMenu.subpageMenu {
  background-color: #111a2d;
}
#apiMenu #contentMenu.subpageMenu02 {
  background-color: #150b0b;
}
#apiMenu #contentMenu.subpageMenu03 {
  background-color: #121c27;
}
#apiMenu #contentMenu.contentMenuActive {
  background-color: #f7f7f7;
  padding: 25px 0px;
  border-bottom: 1px solid #cdcdcd;
  z-index: 300;
}
#apiMenu #contentMenu a {
  color: #ffffff;
}
#apiMenu #contentMenu.contentMenuActive {
  color: #282828;
}
#apiMenu #contentMenu.contentMenuActive a {
  color: #282828;
}
#apiMenu #contentMenu.contentMenuActive img {
  max-height: 45px;
}
#apiMenu #contentMenu .inner {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 30px;
}
#apiMenu #contentMenu h2 {
  line-height: 1;
}

#api .toggleMenuBtn span {
  background-color: #ffffff !important;
}

#apiMenu #contentMenu ul.toggleMenuContent {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 50px;
}
#apiMenu #contentMenu ul.toggleMenuContent li {
  padding: 0px 15px;
  position: relative;
}
#apiMenu #contentMenu ul.toggleMenuContent li p {
  color: #ffffff;
  line-height: inherit;
  text-align: center;
}
#apiMenu #contentMenu ul.toggleMenuContent li:nth-child(3) p {
  min-width: 6em;
}
#apiMenu #contentMenu ul.toggleMenuContent li p.accordion:hover {
  cursor: pointer;
}
#apiMenu #contentMenu ul.toggleMenuContent li ul {
  position: absolute;
  z-index: 101;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 0px;
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  right: 0;
}
#apiMenu #contentMenu ul.toggleMenuContent li.active::after {
  content: "▼";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  z-index: 101;
  color: #b9b9b9;
}
#apiMenu #contentMenu.contentMenuActive ul.toggleMenuContent li p {
  color: inherit;
}
#apiMenu #contentMenu.contentMenuActive ul.toggleMenuContent li ul {
  background-color: rgba(255, 255, 255, 0.9);
}
#apiMenu #contentMenu ul.toggleMenuContent li ul li {
  margin-bottom: 10px;
  padding: 5px 0px;
  line-height: 1.5;
  margin-left: 1em;
}
#apiMenu #contentMenu ul.toggleMenuContent li ul li a {
  display: block;
}
#apiMenu #contentMenu ul.toggleMenuContent li ul li a:hover {
  text-decoration: underline;
}
#apiMenu #contentMenu ul.toggleMenuContent li ul li::before {
  content: ">";
  position: absolute;
  font-weight: bold;
  left: -1em;
  font-size: 10px;
  font-size: 1rem;
}

#api .slider_hero {
  position: relative;
}
#api .slider_hero .slick-dots {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}
#api .slider_hero .slick-dots li {
  width: 15px;
  height: 15px;
}
#api .slider_hero .slick-dots li button {
  width: 15px;
  height: 15px;
}
#api .slider_hero .slick-dots li button:before {
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
}
#api .slider_hero li {
  background-color: #000000;
  line-height: 0;
}
#api .heroImg li {
  background-color: #000000;
  line-height: 0;
}
#api .slider_hero .slick-dots li {
  background: none;
}
#api .slider_hero li img {
  margin: auto;
  width: 100%;
}
#api #heroImageWrap {
  position: relative;
}
#api #heroImageWrap h2 {
  position: absolute;
  z-index: 1;
  bottom: 10.15625vw;
  left: 10.9375vw;
  font-size: 2.8125vw;
}
#api .heroImg li img {
  margin: auto;
  width: 100%;
}
#api #heroTxt {
  background-color: #1d98cc;
}
#api #introduction {
  background-color: #f2f2f2;
  padding: 50px 0px 80px;
}
#api #introduction ul {
  background-color: #ffffff;
  padding: 30px 0px;
}
#api #contentList {
  color: #ffffff;
}
#api #contentList a {
  color: #ffffff;
}
#api #contentList .col2-b {
  padding: 20px;
}
#api #contentList dl {
  border: 2px solid #ffffff;
  padding: 30px;
}
#api #contentList dd {
  font-size: 14px;
  font-size: 1.4rem;
}
#api #contentList dd::before {
  content: ">";
  position: relative;
  top: -1px;
  font-weight: bold;
  margin-right: 5px;
}
#api #contentList_api_emi {
  background: url(/images/api/top_emi_box_bg.png) no-repeat center center scroll #000000;
  background-size: cover;
}
#api #contentList_api_ems {
  background: url(/images/api/top_emc_box_bg.png) no-repeat center center scroll #000000;
  background-size: cover;
}
#api #product_lineUp .col2-b {
  width: calc(50% - 10px);
  border: 1px solid #f2f2f2;
  padding: 40px 50px;
  margin-bottom: 50px;
}
#api #contentList_api02 {
  padding: 20px;
}
#api #contentList_api02.ems {
  background: url(/images/api/emi_ems_box_bg.png) no-repeat center center scroll #000000;
  background-size: cover;
}
#api #contentList_api02.emi {
  background: url(/images/api/ems_emi_box_bg.png) no-repeat center center scroll #000000;
  background-size: cover;
}
#api #contentList_api02 div {
  border: 2px solid #ffffff;
}
#api #contentList_api02.ems div {
  padding: 40px 40px 20px;
}
#api #contentList_api02.emi div {
  padding: 20px 40px 0px;
}
#api #contentList_api02 p {
  white-space: nowrap;
  margin-right: 50px;
}
#api #contentList_api02 ul {
  max-width: 520px;
}
#api #contentList_api02 ul li {
  min-width: 200px;
  margin-bottom: 15px;
  position: relative;
  margin-left: 1.5em;
  line-height: 1.7;
}
#api #contentList_api02 ul li::before {
  content: ">";
  position: absolute;
  top: -1px;
  font-weight: bold;
  left: -1.5em;
}
#api #contentList_api02 ul li a {
  display: block;
}
#api .product_lineUpWrap {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#api .product_lineUpWrap:nth-of-type(even) {
  text-align: right;
}
#api .product_lineUpWrap .product_lineUpWrap_txtBox {
  width: 600px;
  outline: 1px solid #f2f2f2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 50px 40px 100px;
  position: absolute;
  max-height: 250px;
  bottom: -100px;
  margin-bottom: 50px;
}

/*偶数*/
/*偶数*/
.product_lineUpWrap:nth-of-type(even) .product_lineUpWrap_txtBox {
  left: 0px;
  text-align: left;
}
.product_lineUpWrap:nth-of-type(odd) .product_lineUpWrap_txtBox {
  right: 0px;
}

/*奇数*/
/*.product_lineUpWrap .product_lineUpWrap_txtBox a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/
#api #contract_test {
  padding: 50px 0px 70px;
}
#api #contract_test .col4-1-b {
  background-color: #ffffff;
  padding: 30px;
}
#api figcaption {
  letter-spacing: 1.5px;
}
#api #prologue ol {
  background-color: #dcf4ff;
  padding: 25px 30px;
  font-weight: bold;
  list-style: none;
  counter-reset: api_ems_num;
}
#api #prologue ol li {
  line-height: 1.5;
  margin-left: 2em;
  text-indent: -2em;
}
#api #prologue ol li::before {
  counter-increment: api_ems_num;
  content: counter(api_ems_num) ".";
  color: #0082bc;
  margin-right: 14px;
}
#api #prologue ol li:not(:last-child) {
  margin-bottom: 15px;
}
#api .testFlow,
#api .entrusted_testFlow {
  font-weight: bold;
  list-style: none;
  counter-reset: testflow_num;
}
#api .testFlow dl {
  position: relative;
  line-height: 1.5;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  margin-bottom: 10px;
}
#api .entrusted_testFlow {
  position: relative;
}
#api .entrusted_testFlow::before {
  content: "";
  width: 6px;
  height: 75%;
  top: 0;
  left: 80px;
  background-color: #2d85b7;
  position: absolute;
}
#api .entrusted_testFlow figure.arrow {
  position: relative;
  padding: 0px 70px;
  background-color: #ffffff;
}
#api .entrusted_testFlow figure.arrow img {
  max-width: 694px;
}
#api .entrusted_testFlow dl {
  position: relative;
  line-height: 1.5;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#api .testFlow dl:last-child {
  margin-bottom: 0px;
}
#api .testFlow dt {
  color: #0082bc;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  align-self: flex-start;
}
#api .testFlow dt::after {
  counter-increment: testflow_num;
  content: counter(testflow_num) ".";
  color: #0082bc;
  margin-right: 40px;
  margin-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
#api .entrusted_testFlow dl dt {
  background-color: #2d85b7;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  align-self: flex-start;
  margin-right: 40px;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 40px;
}
#api .entrusted_testFlow dl:last-child dt {
  background-color: #e4b100;
  font-size: 18px;
  font-size: 1.8rem;
}
#api .entrusted_testFlow dl:not(:last-child) dt::after {
  counter-increment: testflow_num;
  content: "0" counter(testflow_num);
  margin-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
#api .entrusted_testFlow dd {
  font-size: 18px;
  font-size: 1.8rem;
}
#api .testFlow ul {
  margin-top: 10px;
  margin-left: 1em;
}
#api .testFlow ul li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}
#api .testFlow ul li:not(:last-child) {
  margin-bottom: 10px;
}
#api .testFlow ul li::before {
  content: "→";
}
#api .faq_q,
#api .faq_a {
  display: flex;
}
#api .faq_q {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 20px;
  padding: 0px 30px 30px;
}
#api .faq_q dt {
  position: relative;
  display: inline-flex;
  margin-right: 20px;
  width: 58px;
  height: 45px;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  background-color: #51b58a;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
#api .faq_q dt::before {
  content: "";
  position: absolute;
  bottom: -15px;
  border: 5px solid transparent;
  border-top: 10px solid #51b58a;
  right: 15px;
}
#api .faq_q dd {
  margin-top: 5px;
  color: #51b58a;
}
#api .faq_a {
  padding: 0px 30px 0px;
}
#api .faq_a dt {
  position: relative;
  display: inline-flex;
  margin-right: 20px;
  margin-left: 5px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #e07065;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
}
#api .faq_a dt::before {
  content: "";
  position: absolute;
  bottom: -15px;
  border: 5px solid transparent;
  border-top: 10px solid #e07065;
  left: 15px;
}
#api .faq_a dd {
  color: #cd1300;
}
#api .faq_aBox {
  padding: 0px 30px;
}
#api .faq_aBox h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
#api #compare table {
  background-color: #ffffff;
  width: 100%;
  min-width: 768px;
  position: relative;
}
#api #compare table tr {
  border: 1px solid #c6c6c6;
}
#api #compare table tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
#api #compare table thead th {
  background-color: #daeffa;
  width: 20%;
}
#api #compare table thead th:first-of-type {
  min-width: 150px;
}
#api #compare table th,
#api #compare table td {
  vertical-align: middle;
  border-right: 1px solid #c6c6c6;
  padding: 12px 15px 10px;
  line-height: 1.5;
  text-align: center;
}
#api #compare table tr th:first-of-type {
  border-right-width: 3px;
}
#api #compare table .min {
  padding: 12px 4px 10px;
}
#api #compare table h5 {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 5px;
  background-color: #004da0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*#api #compare table tbody td:nth-of-type(3) {
  text-align: left;
}*/
.badge-new {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 20px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  background: #ff7f00;
  border-radius: 2px 0 0 0;
  font-weight: bold;
}
.badge-new:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d17c2e;
  border-right: solid 5px transparent;
}
.badge-new:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #ff7f00;
}

/*Altair
------------------------------------------------------------------------------------*/
#headerMin_altair {
  background-color: #000000;
}
#headerMin_altair .logo img {
  max-height: 43px;
  height: 100%;
}

#altairMenu #contentMenu {
  background-color: #000000;
  padding: 30px 0px 15px;
  position: relative;
  color: #ffffff;
}
#altairMenu #contentMenu .toggleMenuBtn span {
  background-color: #ffffff;
}
#altairMenu #contentMenu.subpageMenu {
  background-color: #111a2d;
}
#altairMenu #contentMenu a {
  color: #ffffff;
}
#altairMenu #contentMenu img {
  height: 52px;
}
#altairMenu #contentMenu .inner {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 30px;
}
#altairMenu #contentMenu h2 {
  line-height: 1;
}

#api .toggleMenuBtn span {
  background-color: #ffffff !important;
}

#altairMenu #contentMenu ul.toggleMenuContent {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  top: 10px;
}
#altairMenu #contentMenu ul.toggleMenuContent li {
  padding: 0px 50px;
  position: relative;
}

#altair #eyecatch {
  background: url(/images/altair/hero_bg.jpg) no-repeat right center scroll #000000;
  background-size: cover;
}
#altair #eyecatch2 {
  background: url(/images/altair/product_hero.jpg) no-repeat right center scroll #000000;
  background-size: cover;
}
#altair #eyecatch #heroImageWrap {
  min-height: 600px;
  padding: 120px 0px 40px;
  overflow: hidden;
}
#altair #eyecatch #heroImageWrap h2 {
  max-width: 400px;
}
#altair #eyecatch2 #heroImageWrap {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
#altair #eyecatch2 #heroImageWrap h2 {
  position: absolute;
  bottom: 120px;
  color: #ffffff;
}
#altair #eyecatch a.button {
  background-color: #00b4ef;
}
#altair #heroTxt {
  background-color: #ec1944;
}
#altair .product_lineUpWrap {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#altair .product_lineUpWrap:nth-of-type(even) {
  text-align: right;
}
#altair .product_lineUpWrap .product_lineUpWrap_txtBox {
  width: 600px;
  outline: 1px solid #f2f2f2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 50px 40px 100px;
  position: absolute;
  max-height: 250px;
  bottom: -100px;
  margin-bottom: 50px;
}

/*偶数*/
/*Polar
------------------------------------------------------------------------------------*/
#headerMin_polar {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cdcdcd;
}
#headerMin_polar img {
  max-height: 45px;
}

#polarMenu #contentMenu {
  background-color: #f7f7f7;
  padding: 30px 0px 15px;
  position: relative;
}
#polarMenu #contentMenu .toggleMenuBtn span {
  background-color: #282828;
}
#polarMenu #contentMenu.subpageMenu {
  background-color: #111a2d;
}
#polarMenu #contentMenu.subpageMenu02 {
  background-color: #150b0b;
}
#polarMenu #contentMenu.subpageMenu03 {
  background-color: #121c27;
}
#polarMenu #contentMenu.contentMenuActive {
  background-color: #f7f7f7;
  padding: 25px 0px;
  border-bottom: 1px solid #cdcdcd;
  z-index: 300;
}
#polarMenu #contentMenu.contentMenuActive img {
  max-height: 45px;
}
#polarMenu #contentMenu .inner {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 30px;
}
#polarMenu #contentMenu h2 {
  line-height: 1;
}

#polar .toggleMenuBtn span {
  background-color: #ffffff !important;
}

#polarMenu #contentMenu ul.toggleMenuContent {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}
#polarMenu #contentMenu ul.toggleMenuContent li {
  padding: 0px 10px;
  position: relative;
  color: #282828;
}
#polarMenu #contentMenu ul.toggleMenuContent li p {
  color: #282828;
  line-height: inherit;
  text-align: center;
}
#polarMenu #contentMenu ul.toggleMenuContent li:nth-child(3) p {
  min-width: 6em;
}
#polarMenu #contentMenu ul.toggleMenuContent li p.accordion:hover {
  cursor: pointer;
}
#polarMenu #contentMenu ul.toggleMenuContent li ul {
  position: absolute;
  z-index: 101;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 10px 0px;
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  right: 0;
}
#polarMenu #contentMenu ul.toggleMenuContent li.active::after {
  content: "▼";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  z-index: 101;
  color: #b9b9b9;
}
#polarMenu #contentMenu.contentMenuActive ul.toggleMenuContent li p {
  color: inherit;
}
#polarMenu #contentMenu ul.toggleMenuContent li ul li {
  margin-bottom: 10px;
  padding: 5px 0px;
  line-height: 1.5;
  margin-left: 1em;
}
#polarMenu #contentMenu ul.toggleMenuContent li ul li a {
  display: block;
}
#polarMenu #contentMenu ul.toggleMenuContent li ul li a:hover {
  text-decoration: underline;
}
#polarMenu #contentMenu ul.toggleMenuContent li ul li::before {
  content: ">";
  position: absolute;
  font-weight: bold;
  left: -1em;
  font-size: 10px;
  font-size: 1rem;
}

#polar #eyecatch {
  background: url(/images/polar/hero_bg.jpg) no-repeat right center scroll #000000;
  background-size: cover;
  word-break: break-word;
}
#polar #eyecatch2.cover01 {
  background: url(/images/polar/product01_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch2.cover02 {
  background: url(/images/polar/product02_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch2.cover03 {
  background: url(/images/polar/product03_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch2.cover04_01 {
  background: url(/images/polar/product04_01_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch2.cover04_02 {
  background: url(/images/polar/product04_02_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch2.cover04_04 {
  background: url(/images/polar/product04_04_cover.jpg) no-repeat center center scroll #000000;
  background-size: cover;
}
#polar #eyecatch #heroImageWrap {
  min-height: 600px;
  padding: 120px 0px 40px;
  overflow: hidden;
}
#polar #eyecatch2 #heroImageWrap {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
#polar #eyecatch #heroImageWrap h2,
#polar #eyecatch #heroImageWrap h3 {
  text-shadow: 0px 3px 3px #333333;
}
#polar #eyecatch2 #heroImageWrap h2 {
  position: absolute;
  color: #ffffff;
  margin: auto 0;
  top: 0;
  bottom: 0;
  max-height: 1.5em;
  line-height: 1.5;
  text-shadow: 0px 2px 2px #333333;
}
#polar #eyecatch2 #heroImageWrap h2 span {
  display: inline-block;
}
#polar #eyecatch a.button {
  background-color: #007de6;
}
#polar #heroTxt {
  background-color: #004988;
}
#polar .product_lineUpWrap {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#polar .product_lineUpWrap:nth-of-type(even) {
  text-align: right;
}
#polar .product_lineUpWrap .product_lineUpWrap_txtBox {
  width: 600px;
  outline: 1px solid #f2f2f2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 50px 40px 100px;
  position: absolute;
  max-height: 250px;
  bottom: -100px;
  margin-bottom: 150px;
}
#polar #product_lineUp04 .buttonE a {
  margin-bottom: 10px;
}
#polar #product_lineUp04 .buttonE a:nth-of-type(odd) {
  margin-right: 10px;
}

/*偶数*/
.polarTxtColor {
  color: #004988;
}

.maxHight {
  max-height: 300px;
}

#polar.product .detail.row2 {
  align-items: flex-start;
  flex-wrap: nowrap;
}
#polar.product .detail.row2 .col2-b {
  max-width: calc(50% - 30px);
}
#polar.product .row2.reverse {
  flex-direction: row-reverse;
}
#polar.product figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
}
#polar table.cits thead th:last-child {
  background-color: #d3194e;
  color: #ffffff;
}
#polar table.cits tbody th {
  background-color: #cecece;
}
#polar table.cits tbody td p {
  justify-content: center;
  text-align: center;
}
#polar table.cits tbody td:last-child {
  background-color: #f9e6eb;
  border-bottom: 1px solid #ffffff;
}
#polar table.cits tbody tr:last-child td:last-child {
  border-bottom-width: 0;
}
#polar table.cits tbody td:last-child p {
  color: #d3194e;
  font-weight: bold;
}

/*Polar テスト・測定システム　navigation sub
--------------------------------------------------------*/
#navSub .col4-1-b {
  margin-bottom: 10px;
}
#navSub .col4-1-b a {
  width: 100%;
  background-color: #111a2d;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navSub .col4-1-b a::after {
  content: url(../../images/company/arrow_r01.svg);
  position: absolute;
  right: 10px;
}

/*packetmicro
------------------------------------------------------------------------------------*/
#headerMin_packetmicro {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cdcdcd;
}
#headerMin_packetmicro .inner {
  max-width: 100%;
  padding: 0 30px;
}
#headerMin_packetmicro .logo img {
  max-height: 43px;
  height: 100%;
}

#packetmicro #eyecatch {
  background: url(/images/packetmicro/hero_bg.jpg) no-repeat right center scroll #011230;
  background-size: cover;
}
#packetmicro #eyecatch #heroImageWrap {
  min-height: 600px;
  padding: 120px 0px 40px;
  overflow: hidden;
}
#packetmicro #eyecatch .row2.arrayBetween {
  position: relative;
}
#packetmicro #eyecatch .row2.arrayBetween .col2:last-of-type {
  position: absolute;
  right: -100px;
}
#packetmicro #eyecatch .row2.arrayBetween .col2:first-of-type {
  z-index: 1;
}
#packetmicro #eyecatch a.button {
  color: #000000;
}
#packetmicro #heroTxt {
  background-color: #00c9bd;
}
#packetmicro #prologue h4 {
  background-color: #6dc5c0;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
#packetmicro #prologue ul {
  background-color: #e5f6f5;
  padding: 25px 30px;
  font-weight: bold;
}
#packetmicro #prologue ul li {
  line-height: 1.5;
  margin-left: 20px;
  text-indent: -20px;
}
#packetmicro #prologue ul li::before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #00c9bd;
  display: inline-flex;
  border-radius: 50px;
  margin-right: 10px;
}
#packetmicro #prologue ul li:not(:last-child) {
  margin-bottom: 15px;
}
#packetmicro #description .row2 {
  align-items: flex-start;
}
#packetmicro #logo_pm,
#packetmicro #logo_rs {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
}
#packetmicro #description .col2-b figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 244px;
}
#packetmicro #logo_pm {
  background-color: #f7f7f7;
}
#packetmicro #logo_pm img {
  max-width: 300px;
}
#packetmicro #logo_rs {
  background-color: #001338;
}
#packetmicro #logo_rs img {
  max-height: 71px;
}

/*rohde_schwarz
------------------------------------------------------------------------------------*/
#headerMin_rohde_schwarz {
  background-color: #011230;
}
#headerMin_rohde_schwarz .inner {
  max-width: 100%;
  padding: 0 30px;
}
#headerMin_rohde_schwarz .logo img {
  max-height: 70px;
  height: 100%;
}

#rohde_schwarz #eyecatch {
  background: url(../images/rohde_schwarz/hero_bg.png) no-repeat right center scroll #011230;
  background-size: cover;
}
#rohde_schwarz #eyecatch #heroImageWrap {
  min-height: 600px;
  padding: 50px 0px;
}
#rohde_schwarz #eyecatch #heroImageWrap .textArea {
  width: 50%;
}
#rohde_schwarz #heroImageWrap h2 {
  max-width: 540px;
}
#rohde_schwarz #eyecatch a.button {
  color: #003b75;
}
#rohde_schwarz #heroTxt {
  background-color: #003b75;
}
#rohde_schwarz .slider li {
  position: relative;
}
#rohde_schwarz .slider li:not(.slick-active) {
  margin-top: 20px;
}
#rohde_schwarz .slider li:not(.slick-active)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#rohde_schwarz .slider ul.slick-dots li {
  margin-top: inherit;
}
#rohde_schwarz .slider ul.slick-dots li::after {
  content: none;
}
#rohde_schwarz .slider li sup {
  position: relative;
  top: -4px;
}

#heroTxt dt {
  font-size: 20px;
  font-size: 2rem;
}
#heroTxt dd:nth-of-type(1) {
  font-size: 30px;
  font-size: 3rem;
  /*letter-spacing: 3px;*/
  display: flex;
  position: relative;
}
#heroTxt dd:nth-of-type(1)::before {
  content: url(../images/common/ico_tel@2x.png);
  position: relative;
  top: 3px;
  margin-right: 15px;
  width: 19px;
  height: 33px;
  transform: scale(0.5);
}
#heroTxt dd:nth-of-type(2) {
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
}
#heroTxt dd:nth-of-type(2) span {
  font-size: 12px;
  font-size: 1.2rem;
}

#rohde_schwarz #cooperation .col2 {
  margin-bottom: 50px;
  flex-basis: 0;
  display: flex;
  flex-flow: column;
}
#rohde_schwarz #cooperation .col2 dl {
  margin: 20px 0px 30px;
}
#rohde_schwarz #cooperation .col2 dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
#rohde_schwarz #cooperation .col2 dd {
  letter-spacing: 0.5px;
}
#rohde_schwarz #cooperation .buttonA {
  margin-top: auto;
}

/*　メディアクエリ
------------------------------------------------------------------------------------*/

@media screen and (max-width: 1280px){
  #packetmicro #eyecatch .row2.arrayBetween .col2:last-of-type {
    right: 0;
  }
  #apiMenu #contentMenu ul.toggleMenuContent,
  #polarMenu #contentMenu ul.toggleMenuContent {
    position: relative;
    right: 0;
  }
  #apiMenu #contentMenu ul li,
  #polarMenu #contentMenu ul li {
    padding: 0px 10px;
  }
  #apiMenu #contentMenu ul.toggleMenuContent li p,
  #polarMenu #contentMenu ul.toggleMenuContent li p {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1000px){
  .inner,
  #polarMenu #contentMenu .inner,
  #apiMenu #contentMenu .inner,
  #headerMin_rohde_schwarz .inner,
  #headerMin_packetmicro .inner {
    padding: 0px 10px;
  }
  #menuTop {
    padding: 0px;
  }
  #menuTop h1 {
    margin-left: 10px;
  }
  #menuTop ul.headerContentMenu {
    position: relative;
    right: inherit;
    margin-left: auto;
  }
  #menuTop .headerInq {
    position: relative;
  }
  header {
    background: none;
  }
  header nav {
    width: 100%;
    flex-wrap: wrap;
  }
  header nav a {
    position: relative;
    padding: 0;
  }
  header nav ul {
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  header nav ul li {
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    transition: 0.7s;
  }
  header nav ul li a {
    line-height: 1.5;
  }
  header nav ul li:not(:last-child) {
    margin-right: 0px;
  }
  header nav ul li::before {
    content: "◂";
    transform: rotate(180deg);
    position: relative;
    top: 8px;
    margin-right: 5px;
  }
  #heroTxt dl {
    justify-content: center !important;
  }
  .slider .next-arrow {
    right: 50px;
  }
  .slider .prev-arrow {
    left: 50px;
  }
  #rohde_schwarz #eyecatch .row2.arrayBetween {
    padding: 0px;
  }
}

@media screen and (max-width: 860px){
  #menuTop ul.headerContentMenu {
    flex-direction: column;
  }
  #menuTop ul.headerContentMenu li:first-child {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 810px){
  .table-scrollBar {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-scrollBar::-webkit-scrollbar {
    width: 10px;
  }
  .table-scrollBar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  .table-scrollBar::-webkit-scrollbar-thumb {
    background-color: #34b1e9;
    border-radius: 10px;
  }
  /*.table-scrollBar::after {
  	content: "横にスクロールできます";
  	position: absolute;
  	display: inline;
  	left: 0;
  	right: 0px;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  	font-size:  calc(48vw / 10.00);
  	height: 1em;
  	width: calc(558vw / 10.00);
  	opacity: 0;
  	color: #34b1e9;
  	font-weight: bold;
  	letter-spacing: calc(3vw / 10.00);
  	transition: 1.2s;
  }
  .table-scrollBar:hover::after {
  	transition: 1.2s;
  	opacity: 0.2;
  }*/
  /*バーの太さ*/
  /*バーの背景色*/
  /*バーの色*/
}

@media screen and (max-width: 768px){
  #related_industries .row2 li.col3-1,
  #function .row2 li.col3-1 {
    max-width: 100%;
  }
  #spec .row2 {
    flex-wrap: wrap;
  }
  #spec .row2 figure,
  #spec .row2 .productLinkBox {
    text-align: center;
    width: 100%;
  }
  .spMenu2 {
    display: flex !important;
  }
  .spMenu2 li:last-child {
    margin-right: 0px;
  }
  .Visible {
    display: flex !important;
    -webkit-animation: fadeDown 0.6s;
    animation: fadeDown 1s;
  }
  .col2,
  .col2-b,
  .col2-e,
  .col2-f,
  .col3-1,
  .col3-2,
  .col4-1,
  .col4-1-b,
  .col4-3 {
    min-width: 100%;
    text-align: center;
  }
  .col2-d {
    min-width: 100%;
  }
  table.table {
    border: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: inherit;
  }
  table.table.table2 tr {
    border: none;
  }
  table.table th:first-child:not(.sub), table.table.table2 tbody th:not(.sub) {
    display: block;
    border-right: none !important;
    margin-bottom: 5px;
    width: 100%;
  }
  table.table2 tbody th:not(.sub) {
    background-color: #6daae8;
    color: #ffffff;
    font-weight: bold;
  }
  table.table.table2 tbody th.sub {
    display: block;
    width: 100%;
    border: none;
    color: #6daae8;
    font-weight: bold;
  }
  table.table thead {
    display: none;
  }
  table.table tr {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ffffff;
  }
  table.table td {
    display: block;
    border-right: none;
  }
  table.table td:last-child {
    border-bottom: 0;
  }
  table.table td[data-label] {
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
  }
  table.table3 td[data-label=特長] {
    background-color: #ffffff !important;
  }
  table.table3 td[data-label=特長]::before {
    background-color: #ffffff !important;
  }
  table.table td[data-label] p {
    display: flex;
    position: relative;
    right: 0;
    width: 50%;
    background-color: #ffffff;
    border-left: 1px solid #e5e5e5;
    padding: 10px;
    top: 0;
  }
  table.table td[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    position: relative;
    text-indent: 0em;
    background-color: #f5f5f5;
    width: 50%;
    display: flex;
    padding: 0px 10px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  table.table.table4 th {
    background-color: #6daae8;
    color: #ffffff;
  }
  table.table.table4 th[data-label]::before {
    content: attr(data-label) "：";
  }
  table.table td[data-label]:not(:last-child) {
    border-bottom-width: 0;
  }
  .verticalWrite {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .table_deco01 dl {
    flex-direction: column;
  }
  .table_deco01 dl dt {
    padding: 7px 10px;
    margin-bottom: 10px;
    background-color: #6daae8;
    border: none;
    color: #ffffff;
  }
  .table_deco01 dl dd {
    padding: 0px 10px 20px;
    border: none;
  }
  #cooperation table.table th,
  #cooperation table.table td {
    width: 100%;
  }
  #rohde_schwarz #eyecatch .row2.arrayBetween div:first-of-type {
    margin-bottom: 30px;
  }
  #rohde_schwarz #eyecatch .row2.arrayBetween .aC {
    margin: auto;
  }
  #rohde_schwarz #eyecatch .row2.arrayBetween .aL {
    text-align: center;
  }
  #packetmicro #eyecatch .row2.arrayBetween .col2:last-of-type {
    position: relative;
    margin-top: 30px;
  }
  #apiMenu #contentMenu .inner,
  #polarMenu #contentMenu .inner2 {
    justify-content: space-between;
  }
  #api .toggleMenuBtn span,
  #polar .toggleMenuBtn span {
    background-color: #ffffff;
  }
  #api .toggleMenuBtn:hover,
  #polar .toggleMenuBtn:hover {
    cursor: pointer;
  }
  #apiMenu #contentMenu.contentMenuActive span,
  #polarMenu #contentMenu.contentMenuActive span {
    background-color: #282828 !important;
  }
  #apiMenu #contentMenu .contentMenuDetail ul.toggleMenuContent,
  #altairMenu #contentMenu .contentMenuDetail ul.toggleMenuContent,
  #polarMenu #contentMenu .contentMenuDetail ul.toggleMenuContent {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 300;
    height: calc(100% - 220px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
  }
  #apiMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p:hover #altairMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p:hover,
  #polarMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p:hover {
    cursor: pointer !important;
  }
  #apiMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p,
  #altairMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p,
  #polarMenu #contentMenu .contentMenuDetail ul.toggleMenuContent li p {
    line-height: 2;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #ffffff;
    position: relative;
    display: block;
    z-index: 101;
  }
  #apiMenu #contentMenu ul.toggleMenuContent li.active::after,
  #polarMenu #contentMenu ul.toggleMenuContent li.active::after {
    content: none;
  }
  #apiMenu #contentMenu ul.toggleMenuContent li ul,
  #polarMenu #contentMenu ul.toggleMenuContent li ul {
    border-bottom: 1px dotted #cccccc;
    position: relative;
    background: none !important;
  }
  #apiMenu #contentMenu.contentMenuActive {
    color: #ffffff;
  }
  #apiMenu #contentMenu.contentMenuActive a {
    color: #ffffff;
  }
  #polarMenu #contentMenu {
    color: #ffffff;
  }
  #polarMenu #contentMenu.contentMenuActive {
    color: #ffffff;
  }
  #polarMenu #contentMenu.contentMenuActive a {
    color: #ffffff;
  }
  #polarMenu #contentMenu a {
    color: #ffffff;
  }
  #api .product_lineUpWrap,
  #altair .product_lineUpWrap,
  #polar .product_lineUpWrap {
    margin-bottom: 0px;
  }
  #apiMenu #contentMenu .contentMenuDetail ul.toggleMenuContent,
  #altairMenu #contentMenu .contentMenuDetail ul.toggleMenuContent {
    display: none;
  }
  #polarMenu #contentMenu .contentMenuDetail ul.toggleMenuContent {
    display: none;
  }
  #polarMenu #contentMenu ul.toggleMenuContent li ul li::before {
    color: #ffffff;
  }
  #api #contentList_api_emi,
  #api #contentList_api_ems {
    text-align: inherit;
  }
  #api .product_lineUpWrap .product_lineUpWrap_txtBox {
    position: relative;
    width: 100%;
    right: 0 !important;
    left: 0 !important;
    top: -50px;
    margin-bottom: 0px;
    max-height: inherit;
    padding: 30px;
  }
  #altair .product_lineUpWrap .product_lineUpWrap_txtBox,
  #polar .product_lineUpWrap .product_lineUpWrap_txtBox {
    position: relative;
    width: 100%;
    right: 0 !important;
    left: 0 !important;
    top: -50px;
    margin-bottom: 0px;
    max-height: inherit;
    padding: 30px;
  }
  #api #product_lineUp .col2-b,
  #altair #product_lineUp .col2-b,
  #polar #product_lineUp .col2-b {
    padding: 30px;
  }
  #api .product_lineUpWrap img,
  #altair .product_lineUpWrap img,
  #polar .product_lineUpWrap img {
    width: 100%;
  }
  #api #contract_test .col4-1-b,
  #api #related_industries .col2-b {
    margin-bottom: 10px;
  }
  #api #contentList_api02 div {
    flex-wrap: wrap;
  }
  #api #contentList_api02 .col2,
  #api #contentList_api02 .col4-1 {
    text-align: left;
  }
  #api .entrusted_testFlow .col2-flow {
    flex-direction: column;
    align-items: flex-start;
  }
  #api .entrusted_testFlow .col2-flow dt {
    margin-bottom: 10px;
  }
  #api #contentList dd {
    padding: 10px 0px;
  }
  #api #contentList dd a {
    padding: 10px 0px;
  }
  #contentInquiry .arrayBetween {
    justify-content: center;
  }
  #polar.product .detail.row2 {
    flex-wrap: wrap;
  }
  #polar.product .detail.row2 .col2-b :not(figure) :not(figcaption) {
    text-align: justify;
  }
  #polar table.cits tbody th {
    text-align: center;
  }
  #polar table.cits tbody td:last-child {
    border: 1px solid #d3194e;
  }
  #polar table.cits tbody tr:last-child td:last-child {
    border-bottom-width: thin;
  }
  #polar table.cits tbody td:last-child::before {
    background-color: #f9e6eb;
    color: #d3194e;
  }
}

@media screen and (max-width: 700px){
  #menuTop .headerInq a {
    width: inherit;
  }
}

@media screen and (max-width: 660px){
  #menuTop h1 img {
    max-width: 150px;
  }
  #menuTop ul.headerContentMenu {
    padding-top: 10px;
  }
  #menuTop ul.headerContentMenu li {
    margin-right: 10px;
  }
  #menuTop ul.headerContentMenu li:first-child {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
  #menuTop .headerInq {
    margin-top: 10px;
    width: 100%;
  }
  #menuTop .headerInq a {
    flex-direction: row;
    height: inherit;
  }
  #menuTop .headerInq a img {
    margin-bottom: 0px !important;
    margin-right: 10px;
  }
}

@media screen and (max-width: 425px){
  #heroTxt dd:nth-of-type(1) {
    letter-spacing: inherit;
  }
  #heroTxt dd:nth-of-type(1)::before {
    margin-right: 5px;
  }
  #breadlist {
    display: none;
  }
  #api #contentList_api02 p {
    white-space: inherit;
    margin-right: 0px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 340px){
  #menuTop ul.headerContentMenu {
    flex-direction: inherit;
    margin: auto;
  }
  #menuTop ul.headerContentMenu li:last-child {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=content_rwd_en.css.map */