@charset "UTF-8";
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

@media screen and (min-width: 62em) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

table {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
}

p {
  margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

big {
  font-size: 125%;
}

embed,
iframe,
object {
  max-width: 100%;
}

main {
  display: block;
}

/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*------------------------------------
	anchor,a
------------------------------------*/
a {
  color: #1a0dab;
  text-decoration: none;
}

a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:visited {
  color: #660099;
  text-decoration: none;
}

/*------------------------------------
	heading
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.75em;
}

@media screen and (min-width: 62em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.875em;
  }
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
# Site_Layout
--------------------------------------------------------------*/
/*------------------------------------
	mainContent
------------------------------------*/
.mainContent {
  margin-top: 0;
}

@media screen and (min-width: 48em) {
  .mainContent {
    margin-top: 0px;
  }
}

@media screen and (min-width: 62em) {
  .mainContent {
    margin-top: 0px;
  }
}

/*------------------------------------
	mainContent_head
------------------------------------*/
.mainContent_head {
  width: 100%;
}

.mainContent_head .fluid_image img {
  width: 100%;
}

.mainContent_head .fluid_image h1 {
  margin: 0;
}

.mainContent_head_bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 24px 0;
}

.mainContent_head_inner {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  width: 93.75%;
}

.mainContent_head_title {
  font-size: 1.5em;
  font-weight: 700;
}

.mainContent_head_txt {
  font-size: 0.6em;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .mainContent_head_bg-image {
    padding: 40px 0;
  }
  .mainContent_head_inner {
    width: 96.09%;
  }
  .mainContent_head_txt {
    font-size: 0.8em;
    margin: 0;
  }
}

@media screen and (min-width: 75em) {
  .mainContent_head_bg-image {
    padding: 48px 0;
  }
  .mainContent_head_inner {
    width: 1050px;
  }
  .mainContent_head_title {
    font-size: 1.875em;
  }
  .mainContent_head_txt {
    font-size: 1em;
  }
}

/*------------------------------------
	mainContent_body
------------------------------------*/
.mainContent_body {
  margin-top: 0;
  width: 100%;
}

.mainContent_body.non_visual {
  margin-top: 0;
}

@media screen and (min-width: 48em) {
  .mainContent_body {
    margin-top: 0;
  }
  .non_visual {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 62em) {
  .mainContent_body {
    margin-top: 0;
  }
  .non_visual {
    margin-top: 4em;
  }
}

/*------------------------------------
	container
------------------------------------*/
.container,
.fluid_container,
.inner_anker_wrap {
  margin: -41px auto 0;
  padding-top: 41px;
}

.container {
  width: 93.75%;
}

.inner_container {
  margin-top: 4em;
}

@media screen and (min-width: 48em) {
  .container,
  .fluid_container,
  .inner_anker_wrap {
    margin: -64px auto 0;
    padding-top: 64px;
  }
  .container {
    width: 96.09%;
  }
}

@media screen and (min-width: 62em) {
  .container,
  .fluid_container,
  .inner_anker_wrap {
    margin: -104px auto 0;
    padding: 104px 0 0;
  }
}

@media screen and (min-width: 75em) {
  .container {
    width: 1050px;
  }
}

/*------------------------------------
	fluid_container
------------------------------------*/
.fluid_container {
  width: 100%;
}

.fluid_container .row {
  margin: 0;
}

/*------------------------------------
	DL_table_container
------------------------------------*/
.DL_result_product_container {
  display: none;
}

.DL_result_product_container.is_choice {
  display: block;
}

/*------------------------------------
	DL_table_container
------------------------------------*/
.DL_table_container {
  margin-top: 2em;
}

/*--------------------------------------------------------------
# header_footer
--------------------------------------------------------------*/
/* ----------------------
	l_header
---------------------- */
.l_header {
  border-top: 3px solid #0055c4;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.l_header_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.5em 0;
  position: relative;
  width: 93.75%;
}

@media screen and (min-width: 48em) {
  .l_header_inner {
    padding: 15px 0;
    width: 96.09%;
  }
}

@media screen and (min-width: 62em) {
  .l_header {
    border-bottom: none;
  }
  .l_header_inner {
    padding: 0 15px 10px;
  }
}

@media screen and (min-width: 75em) {
  .l_header_inner {
    width: 1050px;
  }
}

/* ----------------------
	site_logo
---------------------- */
@media screen and (min-width: 62em) {
  .site_logo_wrap {
    margin-top: 20px;
  }
}

.site_logo {
  display: inline-block;
  height: auto;
  width: 70px;
}

@media screen and (min-width: 48em) {
  .site_logo {
    width: 130px;
  }
}

.site_description {
  color: #0055c4;
  display: inline-block;
  font-size: 0.5em;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0.6em 0 0 0.6em;
}

.site_description .area {
  color: #333;
}

@media screen and (min-width: 48em) {
  .site_description {
    font-size: 0.8em;
    padding: 0.6em 0 0 1em;
  }
}

/* ----------------------
	site_utilities
---------------------- */
.site_utilities {
  display: none;
}

@media screen and (min-width: 62em) {
  .site_utilities {
    display: block;
  }
}

.omron_link {
  font-size: 0.8em;
  margin: .3em 0 0;
  text-align: right;
}

.omron_link .fa-angle-right {
  margin-right: 0.5em;
}

/* ----------------------
	site-search
---------------------- */
.site-search {
  position: relative;
  width: 280px;
}

.site-search input[type="text"] {
  border: 1px solid #666;
  font-size: 0.8em;
  height: 25px;
  padding: 0.2em;
  width: 232px;
}

.site-search input[type="submit"] {
  background-color: #666;
  background-image: url(/jp/ja/ei_common/img/search.png);
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #666;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0.22em;
  width: 48px;
}

/* ----------------------
	l_footer
---------------------- */
.l_footer {
  width: 100%;
}

.footer_primary_navi_wrap {
  background: #666;
  padding: 1em 0;
}

.footer_primary_navi,
.footer_secondary_navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 93.75%;
}

.footer_primary_navi_item {
  border: 1px solid #999;
  margin: 0 -1px -1px 0;
  padding: 0.5em;
  width: 50%;
}

.footer_primary_navi_item a {
  color: #fff;
  display: block;
  font-size: 0.7em;
  padding-left: 1.2em;
  position: relative;
}

.footer_primary_navi_item a::before {
  content: "\f138";
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.footer_primary_navi_item .fa-external-link-alt {
  font-size: 0.8em;
  margin: 0 0 0 .5em;
}

.footer_secondary_navi_wrap {
  margin: 1em auto;
}

.footer_secondary_navi_item {
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
  padding: 0.5em 0.3em;
  width: 50%;
}

.footer_secondary_navi_item a {
  display: block;
  font-size: 0.7em;
  letter-spacing: -0.05em;
  line-height: 1.4;
  text-align: center;
}

.footer_secondary_navi_item .fa-external-link-alt {
  font-size: 0.8em;
  margin: 0 0 0 .5em;
}

@media screen and (min-width: 48em) {
  .footer_primary_navi,
  .footer_secondary_navi {
    justify-content: center;
  }
  .footer_primary_navi,
  .footer_secondary_navi {
    width: 96.09%;
  }
  .footer_primary_navi_item {
    border: none;
    margin: 0;
    padding: 0.5em;
    width: 25%;
  }
  .footer_primary_navi_item a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
  }
  .footer_primary_navi_item a::before {
    display: none;
  }
  .footer_secondary_navi_wrap {
    margin: 1em auto 1.5em;
  }
  .footer_secondary_navi_item {
    border: none;
    margin: 0;
    padding: 0 0.3em;
    width: 25%;
  }
  .footer_secondary_navi_item a {
    font-size: 0.8em;
  }
  .footer_secondary_navi_item a br {
    display: none;
  }
}

@media screen and (min-width: 62em) {
  .footer_primary_navi {
    flex-wrap: nowrap;
  }
  .footer_primary_navi_item {
    padding: 0.5em 0;
    width: auto;
  }
  .footer_primary_navi_item a {
    font-size: 0.78em;
    padding: 0 1em;
  }
  .footer_primary_navi li:first-child a {
    border-left: none;
  }
}

@media screen and (min-width: 75em) {
  .footer_primary_navi,
  .footer_secondary_navi {
    width: 1050px;
  }
  .footer_primary_navi_item a {
    font-size: 0.8em;
  }
}

/* ----------------------
	ei_statement_wrap
---------------------- */
.ei_statement_wrap {
  margin: 0 auto;
  text-align: center;
  width: 93.75%;
}

.ei_statement {
  width: 120px;
}

.copyright {
  font-size: 0.5em;
  margin: 1em 0;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ei_statement_wrap {
    width: 96.09%;
  }
  .ei_statement {
    width: 140px;
  }
  .copyright {
    font-size: 0.8em;
    margin: 1em 0;
  }
}

@media screen and (min-width: 62em) {
  .ei_statement {
    width: 180px;
  }
}

@media screen and (min-width: 75em) {
  .ei_statement_wrap {
    text-align: right;
    width: 1050px;
  }
  .ei_statement {
    width: 200px;
  }
}

/* ----------------------
	foot_inq
---------------------- */
.foot_inq_wrap {
  background: #f0f0f0;
  margin-top: 3em;
  padding: 2em 0;
  width: 100%;
}

.foot_inq_inner {
  margin: 0 auto;
  width: 93.75%;
}

.foot_inq_links {
  list-style: none;
  margin: 1em auto 2em;
  padding: 0;
}

.foot_inq_links_item {
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
}

.link_btn_foot-faq,
.link_btn_foot-inq {
  background-size: 50px 50px;
  background-position: 103% center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  width: 100%;
  transition: all .3s ease;
}

.link_btn_foot-faq {
  background-color: #6b9d48;
  background-image: url(/jp/ja/ei_common/img/bg-question.png);
}

.link_btn_foot-inq {
  background-color: #e88f40;
  background-image: url(/jp/ja/ei_common/img/bg-mail.png);
}

.link_btn_foot-faq:hover,
.link_btn_foot-inq:hover,
.link_btn_foot-faq:visited,
.link_btn_foot-inq:visited {
  color: #fff;
  text-decoration: none;
}

.link_btn_foot-faq:hover {
  background-color: #83bf58;
}

.link_btn_foot-inq:hover {
  background-color: #ff9d47;
}

.link_btn_foot-faq .fa-chevron-circle-right,
.link_btn_foot-inq .fa-chevron-circle-right {
  margin: 0 .5em 0 0;
}

@media screen and (min-width: 48em) {
  .foot_inq_inner {
    width: 96.09%;
  }
  .foot_inq_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .foot_inq_links_item {
    padding: 0.5em 15px;
    width: 50%;
  }
}

@media screen and (min-width: 62em) {
  .foot_inq_wrap {
    margin-top: 5em;
  }
  .foot_inq_links {
    width: 870px;
  }
}

/* ----------------------
	foot_inq_tel
---------------------- */
.foot_inq_tel {
  margin: 0 auto;
  width: 300px;
}

.foot_inq_tel_address {
  font-weight: 400;
  text-align: center;
}

.tel_address_lead {
  background: #0055c4;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 0.2em 5em;
  text-align: center;
}

.foot_inq_tel_number {
  background-image: url(/jp/ja/ei_common/img/freedial.png);
  background-size: 48px auto;
  background-position: 5px 0;
  background-repeat: no-repeat;
  margin: 0.5em 0 0;
}

.inq_tel_number {
  color: #0055c4;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 0;
  padding: 0 0 0 2em;
}

.foot_inq_tel_time {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .foot_inq_tel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 720px;
  }
  .foot_inq_tel_address,
  .foot_inq_tel_number {
    padding: 0 15px;
    width: 50%;
  }
  .foot_inq_tel_address {
    font-weight: 700;
    padding-left: 108px;
    text-align: left;
  }
  .tel_address_lead {
    background: none;
    color: #333;
    font-size: 0.8em;
    font-weight: 400;
    padding: 0;
  }
  .foot_inq_tel_number {
    background-position: 15px 0;
  }
  .foot_inq_tel_time {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* ----------------------
	sp-navi_btn
---------------------- */
.sp-navi_btn_wrap {
  background: transparent;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  z-index: 4;
}

@media screen and (min-width: 48em) {
  .sp-navi_btn_wrap {
    top: 14px;
  }
}

@media screen and (min-width: 62em) {
  .sp-navi_btn_wrap {
    display: none;
  }
}

.sp-navi_btn,
.sp-navi_btn span {
  display: inline-block;
  transition: all .3s ease;
}

.sp-navi_btn {
  background: transparent;
  border: none;
  height: 24px;
  padding: 0;
  position: relative;
  width: 32px;
}

.sp-navi_btn span {
  background-color: #666;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sp-navi_btn span:nth-of-type(1) {
  top: 0;
}

.sp-navi_btn span:nth-of-type(2) {
  top: 10px;
}

.sp-navi_btn span:nth-of-type(3) {
  bottom: 0;
}

.sp-navi_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.sp-navi_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.sp-navi_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width: 48em) {
  .sp-navi_btn::after {
    bottom: -15px;
    content: 'MENU';
    color: #333;
    display: block;
    font-size: 0.5em;
    left: -0.25em;
    position: absolute;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    width: 100%;
    white-space: nowrap;
  }
  .sp-navi_btn.active::after {
    bottom: -15px;
    content: 'CLOSE';
  }
}

/* ----------------------
	sp-navi
---------------------- */
.sp_navi_wrap {
  background: #fff;
  font-size: 14px;
  height: 100vh;
  overflow: hidden;
  padding: 4em 0 10em;
  position: absolute;
  top: 0;
  transition: all .5s;
  transform: translate(100%);
  width: 100%;
  z-index: 2;
}

.sp_navi_open {
  transform: translate(0);
}

.sp_navi_inner {
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  width: 93.75%;
}

.sp_navi_list,
.sp_navi_inqs {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 93.75%;
}

.sp_navi_list {
  border-bottom: 1px solid #ccc;
}

.sp_navi_list li {
  border-top: 1px solid #ccc;
  color: #333;
  font-weight: 700;
  padding: 1em 0;
}

.sp_navi_list li:first-child {
  border-top: none;
}

/* ----------------------
	puls marka
---------------------- */
.first_layer,
.second_layer {
  display: block;
  padding-right: 1.5em;
  position: relative;
}

.first_layer::before,
.first_layer::after,
.second_layer::before,
.second_layer::after {
  background: #333;
  content: "";
  position: absolute;
  top: 50%;
  transition: all .3s ease;
}

.second_layer::before,
.second_layer::after {
  background: #fff;
}

.first_layer::before,
.second_layer::before {
  height: 16px;
  right: 8px;
  transform: translate(0, -50%);
  width: 1px;
}

.first_layer::after,
.second_layer::after {
  height: 1px;
  right: -8px;
  transform: translate(-50%, 0);
  width: 16px;
}

.first_layer.dropdown_active::before,
.second_layer.dropdown_active::before {
  transform: translateY(-0.55em) rotate(90deg);
}

/* ----------------------
	dropdown_secondary
---------------------- */
.dropdown_secondary {
  background: #79b531;
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  display: none;
}

.dropdown_secondary li {
  border-top: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 1em;
}

.dropdown_secondary li a {
  color: #fff;
}

.dropdown_secondary li:first-child {
  border-top: none;
}

.secondary_navi_link,
.third_navi_link {
  display: block;
  padding-left: 1.5em;
  position: relative;
}

.secondary_navi_link .fa-external-link-alt,
.third_navi_link .fa-external-link-alt {
  margin-left: 0.5em;
}

.secondary_navi_link::before,
.third_navi_link::before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* ----------------------
	dropdown_third
---------------------- */
.dropdown_third {
  background: #fff;
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  display: none;
}

.dropdown_third li {
  border-top: none;
  border-bottom: 1px dashed #333;
  color: #333;
  padding: 1em;
}

.dropdown_third li a {
  color: #333;
}

.dropdown_third li:first-child {
  border-top: none;
}

.third_navi_link {
  font-weight: 400;
  line-height: 1.4;
}

.third_navi_link::before {
  content: "\f138";
  font-size: 14px;
  top: 0;
  transform: translate(0);
}

.sp_navi_inqs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3em auto 0;
}

.sp_navi_inqs li {
  width: 48%;
}

.sp_navi_inqs a {
  border: 1px solid #888;
  color: #333;
  display: block;
  font-size: 0.8em;
  padding: 0.5em;
  text-align: center;
}

.sp_navi_inqs .fa-question-circle,
.sp_navi_inqs .fa-envelope {
  margin-right: 0.25em;
}

.menu_open {
  display: block;
}

@media screen and (min-width: 62em) {
  .sp_navi_wrap {
    display: none;
  }
}

/* ----------------------
	gnavi （PC）
---------------------- */
.gnavi_wrap {
  display: none;
}

@media screen and (min-width: 62em) {
  .gnavi_wrap {
    background: #666;
    display: block;
    width: 100%;
  }
  .gnavi_inner {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 93.75%;
  }
  .gnavi {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .gnavi_item a {
    color: #fff;
    display: block;
    font-size: 0.8em;
    padding: 0.5em 3.0em;
    transition: all .3s ease;
  }
  .gnavi_item a:hover {
    background: #888;
    text-decoration: none;
  }
}

@media screen and (min-width: 75em) {
  .gnavi_inner {
    width: 1050px;
  }
}

/* ----------------------
	gnavi （PC）
---------------------- */
.gnavi_item_detail {
  display: none;
}

@media screen and (min-width: 62em) {
  .gnavi_item_detail {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    left: 50%;
    max-height: 460px;
    overflow-y: auto;
    position: absolute;
    top: 36px;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .gnavi_item_detail_inner {
    margin: 0 auto;
    padding: 8px 0 24px;
    width: 92%;
  }
  .navi_cat_indexLink {
    line-height: 1;
    margin: 0 0 8px;
    position: relative;
  }
  .navi_cat_indexLink a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .navi_cat_indexLink a:hover {
    background: #fff;
    text-decoration: underline;
  }
  .navi_cat_indexLink a::before {
    content: "\f138";
    display: block;
    font-family: FontAwesome;
    font-size: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .links_wrap,
  .product_links_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .links_wrap {
    font-size: 14px;
  }
  .links_module {
    border-left: 1px solid #ddd;
  }
  .links_wrap .links_module:first-child {
    border-left: none;
  }
  .links_column1 {
    border: none;
    padding: 0 15px;
    width: 100%;
  }
  .links_column2 {
    padding: 0 15px;
    width: 50%;
  }
  .links_column3 {
    padding: 0 15px;
    width: 33.3333%;
  }
  .links_wrap + .links_wrap {
    margin-top: 24px;
  }
  .gnavi_sou_title,
  .gnavi_chiku_title,
  .gnavi_shou_title,
  .gnavi_category_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }
  .gnavi_sou_title,
  .gnavi_chiku_title,
  .gnavi_shou_title {
    background-size: 24px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0.5em 0 0.5em 32px;
  }
  .gnavi_sou_title {
    background-image: url(/jp/ja/ei_common/img/img_colored_sou-icon.png);
    border-bottom: 2px solid #ef846e;
    color: #ef846e;
  }
  .gnavi_chiku_title {
    background-image: url(/jp/ja/ei_common/img/img_colored_chiku-icon.png);
    border-bottom: 2px solid #9cc813;
    color: #9cc813;
  }
  .gnavi_shou_title {
    background-image: url(/jp/ja/ei_common/img/img_colored_shou-icon.png);
    border-bottom: 2px solid #52c3f1;
    color: #52c3f1;
  }
  .product_links {
    margin: 0;
    padding: 0.4em 0 0;
  }
  .gnavi_link_list {
    margin: 0;
    padding: 0.5em 0;
  }
  .gnavi_link_list_row {
    margin: 0;
    padding: 0 0 0.5em;
  }
  .product_links_title {
    padding-left: 1.25em;
    position: relative;
  }
  .product_links_title::before {
    content: "●";
    left: 0;
    position: absolute;
    top: 0;
  }
  .gnavi_link_list,
  .gnavi_link_list_row,
  .gnavi_link_list_row_half {
    margin: 0;
    padding-left: 16px;
  }
  .gnavi_link_list li,
  .gnavi_link_list_row li,
  .gnavi_link_list_row_half li {
    padding: 0 15px 0 0;
  }
  .gnavi_link_list li a,
  .gnavi_link_list_row li a,
  .gnavi_link_list_row_half li a {
    color: #333;
    font-size: 13px;
    letter-spacing: -0.05em;
    padding: 0;
  }
  .gnavi_link_list li a:hover,
  .gnavi_link_list_row li a:hover,
  .gnavi_link_list_row_half li a:hover {
    background: #fff;
    text-decoration: underline;
  }
  .gnavi_link_list_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gnavi_link_list_row li {
    width: 25%;
  }
  .gnavi_link_list_row_half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gnavi_link_list_row_half li {
    width: 50%;
  }
  .gnavi_category_title {
    border-bottom: 2px solid #79b531;
    color: #79b531;
    padding: 0 0 0.5em;
  }
  .gnavi_blank_link_wrap {
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    margin: 0.5em 0;
    padding: 0.25em 1em;
  }
  .gnavi_blank_link,
  .support_link {
    display: block;
  }
  .gnavi_blank_link .fa-external-link-alt,
  .support_link .fa-external-link-alt {
    margin-left: 0.5em;
  }
  .blank_link_txt {
    display: block;
    font-size: 0.7em;
    text-align: right;
  }
  .support_link_module {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .support_link_icon {
    color: #0055c4;
    font-size: 6em;
    transition: all .3s ease;
  }
  .support_link_txt {
    color: #333;
    font-size: 13px;
    margin-top: -1em;
  }
  a.support_link:hover {
    background: #fff;
  }
  a.support_link:hover .support_link_icon {
    color: #79b531;
  }
  a.support_link:hover .support_link_txt {
    text-decoration: underline;
  }
}

@media screen and (min-width: 75em) {
  .gnavi_item_detail {
    width: 1200px;
  }
  .gnavi_item_detail_inner {
    width: 1080px;
  }
}

@media screen and (min-width: 62em) {
  .nav_products_row {
    display: flex;
    justify-content: space-between;
  }
  .nav_tn_area {
    width: 72%;
  }
  .nav_tn_lists {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .nav_tn_lists li {
    width: 124px;
    height: 124px;
    border: solid 1px #ccc;
    position: relative;
  }
  .nav_tn_lists li h3 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
  }
  .nav_tn_lists li img {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -45px;
  }
  .nav_tn_lists li.current_tn {
    border: solid 2px #78B52E;
  }
  .nav_tn_lists li.current_tn h3 {
    bottom: 9px;
  }
  .nav_tn_lists li.current_tn img {
    top: 4px;
  }
  .nav_3rd_list_area {
    display: none;
    background-color: #F0F0F0;
    padding: 12px 12px 7px;
    margin-top: 15px;
    position: relative;
  }
  .nav_3rd_list_area::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 12px #f0f0f0;
    position: absolute;
    top: -12px;
    margin-left: -8px;
  }
  .nav_3rd_list_area01::before {
    left: 9.5%;
  }
  .nav_3rd_list_area02::before {
    left: 29.5%;
  }
  .nav_3rd_list_area03::before {
    left: 50%;
  }
  .nav_3rd_list_area04::before {
    left: 70.5%;
  }
  .nav_3rd_list_area05::before {
    left: 90.5%;
  }
  .nav_other_area {
    width: 26%;
  }
  .nav_other_area h3 {
    background-color: #78B52E;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
    margin: 0 0 10px;
  }
  .nav_3rd_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  .nav_3rd_list li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .nav_3rd_list li a {
    padding: 0;
    color: #222;
    display: block;
    font-size: 1.0em;
  }
  .nav_3rd_list li a:hover {
    background: none;
    text-decoration: underline;
  }
  .nav_3rd_list01 li, .nav_3rd_list04 li {
    width: 33.3%;
  }
  .nav_3rd_list02 li, .nav_3rd_list03 li, .nav_3rd_list05 li {
    width: 50%;
  }
  .nav_bt_row {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_bt_row .nav_bt_hybrid, .nav_bt_row .nav_bt_flexible {
    width: 50%;
  }
  .nav_bt_row .nav_bt_hybrid h4, .nav_bt_row .nav_bt_flexible h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .nav_other_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .nav_other_list li {
    color: #222;
    padding: 0;
  }
  .nav_other_list li a {
    color: inherit;
    padding: 0;
  }
  .nav_other_list li a:hover {
    background: none;
    text-decoration: underline;
  }
}

@media screen and (min-width: 75em) {
  .nav_tn_lists li {
    width: 146px;
    height: 146px;
  }
  .nav_tn_lists li h3 {
    font-size: 12px;
  }
  .nav_tn_lists li img {
    top: 10px;
  }
  .nav_tn_lists li.current_tn img {
    top: 9px;
  }
  .nav_3rd_list_area {
    padding: 15px 15px 10px;
    margin-top: 15px;
  }
  .nav_other_area h3 {
    font-size: 14px;
  }
  .nav_3rd_list li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .nav_3rd_list01 li {
    width: 25%;
  }
  .nav_3rd_list02 li {
    width: auto;
    padding-right: 20px;
  }
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row_center {
  justify-content: center;
}

.row_between {
  justify-content: space-between;
}

.row_around {
  justify-content: space-around;
}

.row_end {
  justify-content: flex-end;
}

/* ----------------------
  no-gutter
---------------------- */
.no-gutter > [class*='column-'] {
  padding: 0;
}

/* ----------------------
  Basic_glid
---------------------- */
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  margin: 1em 0;
  padding: 0 10px;
}

.column-12 {
  width: 100%;
}

.column-11 {
  width: 91.66666667%;
}

.column-10 {
  width: 83.33333333%;
}

.column-9 {
  width: 75%;
}

.column-8 {
  width: 66.66666667%;
}

.column-7 {
  width: 58.33333333%;
}

.column-6 {
  width: 50%;
}

.column-5 {
  width: 41.66666667%;
}

.column-4 {
  width: 33.33333333%;
}

.column-3 {
  width: 25%;
}

.column-2 {
  width: 16.66666667%;
}

.column-1 {
  width: 8.33333333%;
}

/* ----------------------
  Limited_glid (sp)
---------------------- */
.column-xs-1,
.column-sm-1,
.column-md-1,
.column-lg-1,
.column-xs-2,
.column-sm-2,
.column-md-2,
.column-lg-2,
.column-xs-3,
.column-sm-3,
.column-md-3,
.column-lg-3,
.column-xs-4,
.column-sm-4,
.column-md-4,
.column-lg-4,
.column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5,
.column-xs-6,
.column-sm-6,
.column-md-6,
.column-lg-6,
.column-xs-7,
.column-sm-7,
.column-md-7,
.column-lg-7,
.column-xs-8,
.column-sm-8,
.column-md-8,
.column-lg-8,
.column-xs-9,
.column-sm-9,
.column-md-9,
.column-lg-9,
.column-xs-10,
.column-sm-10,
.column-md-10,
.column-lg-10,
.column-xs-11,
.column-sm-11,
.column-md-11,
.column-lg-11,
.column-xs-12,
.column-sm-12,
.column-md-12,
.column-lg-12 {
  margin: 1em 0;
  padding: 0 10px;
}

.column-xs-12 {
  width: 100%;
}

.column-xs-11 {
  width: 91.66666667%;
}

.column-xs-10 {
  width: 83.33333333%;
}

.column-xs-9 {
  width: 75%;
}

.column-xs-8 {
  width: 66.66666667%;
}

.column-xs-7 {
  width: 58.33333333%;
}

.column-xs-6 {
  width: 50%;
}

.column-xs-5 {
  width: 41.66666667%;
}

.column-xs-4 {
  width: 33.33333333%;
}

.column-xs-3 {
  width: 25%;
}

.column-xs-2 {
  width: 16.66666667%;
}

.column-xs-1 {
  width: 8.33333333%;
}

/* ----------------------
  Limited_glid (tb)
---------------------- */
@media screen and (min-width: 48em) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    margin: 1em 0;
    padding: 0 12px;
  }
  .column-xs-1,
  .column-sm-1,
  .column-md-1,
  .column-lg-1,
  .column-xs-2,
  .column-sm-2,
  .column-md-2,
  .column-lg-2,
  .column-xs-3,
  .column-sm-3,
  .column-md-3,
  .column-lg-3,
  .column-xs-4,
  .column-sm-4,
  .column-md-4,
  .column-lg-4,
  .column-xs-5,
  .column-sm-5,
  .column-md-5,
  .column-lg-5,
  .column-xs-6,
  .column-sm-6,
  .column-md-6,
  .column-lg-6,
  .column-xs-7,
  .column-sm-7,
  .column-md-7,
  .column-lg-7,
  .column-xs-8,
  .column-sm-8,
  .column-md-8,
  .column-lg-8,
  .column-xs-9,
  .column-sm-9,
  .column-md-9,
  .column-lg-9,
  .column-xs-10,
  .column-sm-10,
  .column-md-10,
  .column-lg-10,
  .column-xs-11,
  .column-sm-11,
  .column-md-11,
  .column-lg-11,
  .column-xs-12,
  .column-sm-12,
  .column-md-12,
  .column-lg-12 {
    margin: 1em 0;
    padding: 0 12px;
  }
  .column-sm-12 {
    width: 100%;
  }
  .column-sm-11 {
    width: 91.66666667%;
  }
  .column-sm-10 {
    width: 83.33333333%;
  }
  .column-sm-9 {
    width: 75%;
  }
  .column-sm-8 {
    width: 66.66666667%;
  }
  .column-sm-7 {
    width: 58.33333333%;
  }
  .column-sm-6 {
    width: 50%;
  }
  .column-sm-5 {
    width: 41.66666667%;
  }
  .column-sm-4 {
    width: 33.33333333%;
  }
  .column-sm-3 {
    width: 25%;
  }
  .column-sm-2 {
    width: 16.66666667%;
  }
  .column-sm-1 {
    width: 8.33333333%;
  }
}

/* ----------------------
  Limited_glid (pc)
---------------------- */
@media screen and (min-width: 62em) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    margin: 1em 0;
    padding: 0 15px;
  }
  .column-xs-1,
  .column-sm-1,
  .column-md-1,
  .column-lg-1,
  .column-xs-2,
  .column-sm-2,
  .column-md-2,
  .column-lg-2,
  .column-xs-3,
  .column-sm-3,
  .column-md-3,
  .column-lg-3,
  .column-xs-4,
  .column-sm-4,
  .column-md-4,
  .column-lg-4,
  .column-xs-5,
  .column-sm-5,
  .column-md-5,
  .column-lg-5,
  .column-xs-6,
  .column-sm-6,
  .column-md-6,
  .column-lg-6,
  .column-xs-7,
  .column-sm-7,
  .column-md-7,
  .column-lg-7,
  .column-xs-8,
  .column-sm-8,
  .column-md-8,
  .column-lg-8,
  .column-xs-9,
  .column-sm-9,
  .column-md-9,
  .column-lg-9,
  .column-xs-10,
  .column-sm-10,
  .column-md-10,
  .column-lg-10,
  .column-xs-11,
  .column-sm-11,
  .column-md-11,
  .column-lg-11,
  .column-xs-12,
  .column-sm-12,
  .column-md-12,
  .column-lg-12 {
    margin: 1em 0;
    padding: 0 15px;
  }
  .column-md-12 {
    width: 100%;
  }
  .column-md-11 {
    width: 91.66666667%;
  }
  .column-md-10 {
    width: 83.33333333%;
  }
  .column-md-9 {
    width: 75%;
  }
  .column-md-8 {
    width: 66.66666667%;
  }
  .column-md-7 {
    width: 58.33333333%;
  }
  .column-md-6 {
    width: 50%;
  }
  .column-md-5 {
    width: 41.66666667%;
  }
  .column-md-4 {
    width: 33.33333333%;
  }
  .column-md-3 {
    width: 25%;
  }
  .column-md-2 {
    width: 16.66666667%;
  }
  .column-md-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 75em) {
  .column-lg-12 {
    width: 100%;
  }
  .column-lg-11 {
    width: 91.66666667%;
  }
  .column-lg-10 {
    width: 83.33333333%;
  }
  .column-lg-9 {
    width: 75%;
  }
  .column-lg-8 {
    width: 66.66666667%;
  }
  .column-lg-7 {
    width: 58.33333333%;
  }
  .column-lg-6 {
    width: 50%;
  }
  .column-lg-5 {
    width: 41.66666667%;
  }
  .column-lg-4 {
    width: 33.33333333%;
  }
  .column-lg-3 {
    width: 25%;
  }
  .column-lg-2 {
    width: 16.66666667%;
  }
  .column-lg-1 {
    width: 8.33333333%;
  }
}

/*--------------------------------------------------------------
# modules
--------------------------------------------------------------*/
/* ----------------------
	fixed
---------------------- */
.body-fixed {
  overflow: hidden;
  position: fixed;
}

/* ----------------------
	list-style
---------------------- */
.upper-alpha {
  list-style: upper-alpha;
}

.lower-alpha {
  list-style: lower-alpha;
}

.agreement_list,
.agreement_child_list {
  margin: 2em 0;
  padding: 0 0 0 2em;
}

.agreement_list li,
.agreement_child_list li {
  margin: 1em 0;
}

.agreement_child_list {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 48em) {
  .agreement_list li,
  .agreement_child_list li {
    margin: 0.5em 0;
  }
}

/* ----------------------
	note（注釈）
---------------------- */
.note,
.note-r {
  font-size: 0.8em;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.note li,
.note-r li {
  margin: 0 0 0 -1em;
  padding: 0 0 0 1em;
}

.note-r {
  color: #ca0002;
}

/* ----------------------
	indent（字下げ）
---------------------- */
.ind-1 {
  padding-left: 1em;
}

.ind-1_1 {
  padding-left: 1.1em;
}

.ind-1_2 {
  padding-left: 1.2em;
}

.ind-1_3 {
  padding-left: 1.3em;
}

.ind-1_4 {
  padding-left: 1.4em;
}

.ind-1_5 {
  padding-left: 1.5em;
}

.ind-1_6 {
  padding-left: 1.6em;
}

.ind-1_7 {
  padding-left: 1.7em;
}

.ind-1_8 {
  padding-left: 1.8em;
}

.ind-1_9 {
  padding-left: 1.9em;
}

.ind-2 {
  padding-left: 2em;
}

.ind-2_1 {
  padding-left: 2.1em;
}

.ind-2_2 {
  padding-left: 2.2em;
}

.ind-2_3 {
  padding-left: 2.3em;
}

.ind-2_4 {
  padding-left: 2.4em;
}

.ind-2_5 {
  padding-left: 2.5em;
}

.ind-3 {
  padding-left: 3em;
}

/* ----------------------
	bread-crumb
---------------------- */
.bread_crumb_wrap {
  display: none;
}

@media screen and (min-width: 48em) {
  .bread_crumb_wrap {
    display: block;
    margin: 0 auto;
    width: 96.09%;
  }
  .bread_crumb_wrap ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bread_crumb_wrap li {
    display: inline;
    font-size: 0.8em;
    padding: 0 1em;
  }
  .bread_crumb_wrap a {
    position: relative;
  }
  .bread_crumb_wrap a::after {
    content: ">";
    position: absolute;
    right: -1.5em;
    top: 50%;
    transform: translate(0, -60%);
  }
}

@media screen and (min-width: 75em) {
  .bread_crumb_wrap {
    width: 1050px;
  }
}

/* ----------------------
	titles
---------------------- */
.contents-title-group {
  letter-spacing: -0.1em;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.ttl_lv01 {
  line-height: 1.3;
  margin: 1.5em 0 0.1em;
  padding: 0 0 0.3em;
  position: relative;
}

.ttl_lv01::before,
.ttl_lv01::after {
  background: #79b531;
  content: "";
  left: 50%;
  position: absolute;
}

.ttl_lv01::before {
  bottom: -1px;
  height: 4px;
  right: 50%;
  transform: translate(-100%, 0);
  width: 100px;
}

.ttl_lv01::after {
  bottom: 0;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
}

.ttl_lv01_sub {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .ttl_lv01 {
    margin: 2.5em 0 0;
  }
  .ttl_lv01::before {
    width: 200px;
  }
  .ttl_lv01::after {
    width: 400px;
  }
}

.ttl_lv02 {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.2;
  margin: 0 0 1em;
  padding: 0.66em 0.5em 0.66em 1em;
  position: relative;
}

.ttl_lv02 .small_txt {
  font-size: 75%;
  margin-left: 1em;
}

.ttl_lv02::before {
  background: #0055c4;
  content: "";
  height: 90%;
  left: 6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
}

.ttl_lv02_colored {
  background: #f2f2f2;
  border-radius: 4px;
  line-height: 1.2;
  margin: 0 0 1em;
  padding: 0.66em 0.5em 0.66em 1em;
  position: relative;
  text-align: center;
}

.border-sou {
  border-top: 4px solid #ef846e;
}

.border-chiku {
  border-top: 4px solid #9cc813;
}

.border-shou {
  border-top: 4px solid #52c3f1;
}
.border-serv {
  border-top: 4px solid #FF9E4B;
}

.colored-sou,
.colored-chiku,
.colored-shou,
.colored-env {
  margin: 0 0 1em;
}

.colored-sou {
  color: #ef846e;
}

.colored-chiku {
  color: #9cc813;
}

.colored-shou {
  color: #52c3f1;
}

.colored-serv {
  color: #FF9E4B;
}

.colored-env {
  color: #79b531;
}

.colored-red {
  color: #ca0002;
}

.colored-blue {
  color: #0055c4;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

/* ----------------------
	table
---------------------- */
.basic_table {
  font-size: 0.82em;
  border-collapse: collapse;
  line-height: 1.5;
}

.basic_table,
.basic_table th,
.basic_table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.innerTable {
  border: none;
}

.innerTable,
.innerTable th,
.innerTable td {
  border: none;
}

.basic_table th {
  background: #efefef;
}

.basic_table .cell_bg_purple,
.scroll-table .cell_bg_purple {
  background: #67337d;
  color: #fff;
}

.basic_table .sm-t,
.scroll-table .sm-t {
  font-size: 80%;
}

.basic_table .sm-t,
.scroll-table .sm-t {
  font-size: 80%;
}

@media screen and (min-width: 62em) {
  .basic_table {
    font-size: 0.82em;
    letter-spacing: -0.03em;
  }
}

/* ----------------------
	scroll-table
---------------------- */
.scroll-table {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 0.01%;
  overflow-x: auto;
}

.scroll-table table {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  margin: 0 auto;
  width: 720px;
}

.scroll-table table th {
  background: rgba(0, 0, 0, 0.1);
}

.scroll-table-note {
  display: block;
  font-size: 0.8em;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .scroll-table table {
    width: 960px;
  }
}

@media screen and (min-width: 62em) {
  .scroll-table,
  .scroll-table table {
    background: none;
  }
  .scroll-table table {
    width: 100%;
  }
  .scroll-table-note {
    display: none;
  }
}

/* ----------------------
	download_data_list
---------------------- */
.download_data_list,
.catalog_data_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download_data_list li,
.catalog_data_list li {
  padding: 0.5em 0.5em 0.5em 32px;
}

.download_data_list .download_site_btn,
.catalog_data_list .download_site_btn {
  padding-left: 0;
  max-width: 320px;
}

.download_data_list .download_site_btn .fa-external-link-alt,
.catalog_data_list .download_site_btn .fa-external-link-alt {
  margin-left: 0.5em;
}

/* ----------------------
	catalog_data_list
---------------------- */
.catalog_data_list {
  display: flex;
  flex-direction: row;
}

.catalog_thumb {
  padding: 0 1em 0 0;
}

.catalog_data_link {
  align-self: center;
}

/* ----------------------
	data_icon
---------------------- */
.data_icon {
  background-size: 16px auto;
  background-position: 5px 4px;
  background-repeat: no-repeat;
}

.cad-data {
  background-image: url(/jp/ja/ei_common/img/icon-cad-file.png);
}

.pdf-data {
  background-image: url(/jp/ja/ei_common/img/icon-pdf.png);
}

.zip-data {
  background-image: url(/jp/ja/ei_common/img/icon-zip-file.png);
  background-size: 24px auto;
  background-position: 5px 0;
}

.software-link {
  background-image: url(/jp/ja/ei_common/img/icon-dl-file.png);
}

.setup-link {
  background-image: url(/jp/ja/ei_common/img/icon-setup-file.png);
}

.driver-link {
  background-image: url(/jp/ja/ei_common/img/icon-driver-file.png);
}

.image_sample-link {
  background-image: url(/jp/ja/ei_common/img/icon-image-file.png);
}

@media screen and (min-width: 62em) {
  .data_icon {
    background-position: 5px 12px;
  }
  .zip-data {
    background-position: 5px 9px;
  }
}

/* ----------------------
	card_module（製品一覧）
---------------------- */
.card_links_block {
  margin-bottom: -2em;
}

.card_module_link:hover {
  text-decoration: none;
}

.card_module_link:hover .item_link {
  background: #89cc37;
}

.card_module {
  padding-bottom: 2em;
}

.card_module .item_thumb {
  position: relative;
}

.card_module .item_tags_list {
  display: flex;
  flex-direction: row;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.card_module .item_tag {
  color: #fff;
  font-size: 0.7em;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0em 0.5em;
  text-align: center;
}

.card_module .item_name,
.card_module .item_description {
  color: #333;
  line-height: 1.5;
}

.card_module .item_name {
  font-size: 0.9em;
  font-weight: 700;
  margin: 0.7em 0 0;
}

.card_module .item_description {
  font-size: 0.8em;
  font-weight: 400;
  margin: 1em 0;
}

.card_module .item_link {
  background: #79b531;
  border-radius: 4px;
  color: #fff;
  padding: 1em;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.card_module .item_link .fa-chevron-circle-right {
  margin: 0 .5em 0 0;
}

.card_module .item_link .fa-external-link-alt {
  margin: 0 0 0 .5em;
}

.tag_color_red {
  background: #ca0002;
}

.tag_color_orange {
  background: #ef9405;
}

.tag_color_blue {
  background: #006fd3;
}

.tag_color_l-blue {
  background: #00b7ee;
}

.tag_color_d-blue {
  background: #002659;
}

.tag_color_purple {
  background: #67337d;
}

@media screen and (min-width: 48em) {
  .card_module .item_name {
    letter-spacing: -0.05em;
  }
  .card_module .item_description {
    min-height: 48px;
  }
}

@media screen and (min-width: 62em) {
  .card_module .item_name {
    font-size: 0.75em;
  }
  .card_module .item_description {
    min-height: 80px;
  }
}

@media screen and (min-width: 75em) {
  .card_module .item_name {
    font-size: 0.8em;
  }
  .card_module .item_description {
    min-height: 64px;
  }
}

/* ----------------------
	related_links_block
---------------------- */
.related_link_module {
  display: block;
}

.related_link_module .related_link_module_inner {
  display: flex;
  flex-direction: row;
}

.related_link_module .related_link_thumb {
  width: 35%;
}

.related_link_module .related_link_desc_wrp {
  font-size: 0.7em;
  padding: 0 0 0 1.5em;
  width: 65%;
}

.related_link_module .related_link_description {
  color: #333;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

.related_link_module .related_link_sou,
.related_link_module .related_link_chiku,
.related_link_module .related_link_shou {
  border-radius: 4px;
  color: #fff;
  margin: 0;
  padding: 1em;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.related_link_module .related_link_sou .fa-chevron-circle-right,
.related_link_module .related_link_chiku .fa-chevron-circle-right,
.related_link_module .related_link_shou .fa-chevron-circle-right {
  margin: 0 .5em 0 0;
}

.related_link_module .related_link_sou .fa-external-link-alt,
.related_link_module .related_link_chiku .fa-external-link-alt,
.related_link_module .related_link_shou .fa-external-link-alt {
  margin: 0 0 0 .5em;
}

.related_link_module .related_link_sou {
  background: #ef846e;
}

.related_link_module .related_link_chiku {
  background: #9cc813;
}

.related_link_module .related_link_shou {
  background: #52c3f1;
}

.related_link_module:hover {
  text-decoration: none;
}

.related_link_module:hover .related_link_sou {
  background: #f59f8d;
}

.related_link_module:hover .related_link_chiku {
  background: #acd921;
}

.related_link_module:hover .related_link_shou {
  background: #76d2f8;
}

@media screen and (min-width: 48em) {
  .related_link_module .related_link_module_inner {
    flex-direction: column;
  }
  .related_link_module .related_link_thumb {
    width: 100%;
  }
  .related_link_module .related_link_desc_wrp {
    font-size: 0.8em;
    padding: 0;
    width: 100%;
  }
  .related_link_module .related_link_description {
    margin: 0 0 1em;
  }
}

@media screen and (min-width: 62em) {
  .related_link_module .related_link_desc_wrp {
    font-size: 1em;
  }
}

.link_color_sou {
  background: #ef846e;
}

.link_color_chiku {
  background: #9cc813;
}

.link_color_shou {
  background: #52c3f1;
}

/* ----------------------
	btn
---------------------- */
.btn {
  padding: 1em;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.link_btn {
  background: #79b531;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.link_btn .fa-chevron-circle-right {
  margin: 0 .5em 0 0;
}

.link_btn .fa-external-link-alt {
  margin: 0 0 0 .5em;
}

.link_btn:hover {
  background: #89cc37;
  color: #fff;
  text-decoration: none;
}

.link_btn:visited {
  color: #fff;
  text-decoration: none;
}

.disagree_btn {
  background: #ddd;
  color: #333;
}

.disagree_btn:hover {
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.disagree_btn:visited {
  color: #333;
  text-decoration: none;
}

/* ----------------------
	img
---------------------- */
.fig {
  margin: 1em auto;
  text-align: center;
}

.fig > figcaption {
  font-size: 0.8em;
  text-align: left;
}

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

.fig_center {
  margin: 0 auto;
  width: 93.75%;
}

@media screen and (min-width: 48em) {
  .fig_center {
    margin: 0 auto;
    width: 640px;
  }
}

@media screen and (min-width: 62em) {
  .fig_center {
    margin: 0 auto;
    width: 800px;
  }
}

.img_sp_hidden {
  display: none;
}

.img_sp_visible {
  display: block;
}

@media screen and (min-width: 48em) {
  .img_sp_hidden {
    display: block;
  }
  .img_sp_visible {
    display: none;
  }
}

/* ----------------------
	movie
---------------------- */
.movie-module {
  margin: 1em auto;
  padding-top: 56.25%;
  position: relative;
  width: 95%;
}

.movie-module iframe {
  position: absolute;
  height: 100% !important;
  right: 0;
  top: 0;
  width: 100% !important;
}

/* ----------------------
	information
---------------------- */
.top_information_list dt {
  margin-top: 1rem;
}

.top_information_list dd {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 5px;
}

/*liに置き換え*/
.top_information_frame {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.top_information_list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.top_information_list li {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.top_information_date {
  margin-bottom: 5px;
  position: relative;
}

.top_information_body {
  margin-bottom: 0;
}

.icon_update::after,
.icon_press::after,
.icon_news::after,
.icon_seminar::after {
  display: block;
  color: #fff;
  text-align: center;
  width: 110px;
  font-size: 0.7rem;
  position: absolute;
  top: 1px;
  left: 90px;
}

.icon_update::after {
  content: "更新情報";
  background-color: #5d8bff;
}

.icon_press::after {
  content: "プレスリリース";
  background-color: #ff7e00;
}

.icon_news::after {
  content: "お知らせ";
  background-color: #41a82a;
}

.icon_seminar::after {
  content: "展示会/セミナ";
  background-color: #2450b4;
}

.top_information_btn {
  width: 100%;
}

.LV_label {
  color: #ca0002;
  font-weight: 700;
}

@media screen and (min-width: 48em) {
  .top_information_frame {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .top_information_btn {
    width: 300px;
  }
  .top_information_btn_area {
    text-align: right;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 62em) {
  .top_information_list li {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
  }
  .top_information_date {
    margin-bottom: 5px;
    position: relative;
    width: 240px;
  }
  .top_information_body {
    margin-bottom: 0;
    width: calc(100% - 240px);
  }
  .icon_update::after,
  .icon_press::after,
  .icon_news::after,
  .icon_seminar::after {
    top: 3px;
    left: 115px;
  }
}

/* ----------------------
	content_update-day_block
---------------------- */
.content_update-day_block {
  margin: 2em 0;
}

.update-day {
  font-weight: 700;
}

/* ----------------------
	pagetop
---------------------- */
.non-visual {
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -10000px;
  color: #0055c4;
  background: #0055c4;
}

.pagetop {
  bottom: -100px;
  margin: 0 auto;
  position: fixed;
  right: 16px;
  -webkit-transition: bottom .3s linear;
  transition: bottom .3s linear;
  z-index: 2;
}

.pagetop a {
  background: #0055c4;
  border: none;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 0.7em;
  height: 56px;
  line-height: 1.2;
  padding: 0.4em 0 0;
  text-align: center;
  text-decoration: none;
  width: 56px;
}

.pagetop a:hover {
  color: #fff;
  text-decoration: none;
}

.pagetop .fa-angle-up {
  display: block;
  font-size: 2em;
  margin: 0 auto;
}

@media screen and (min-width: 62em) {
  .pagetop {
    right: 32px;
  }
  .pagetop a {
    height: 64px;
    padding: 0.4em 0 0;
    width: 64px;
  }
}

@media screen and (min-width: 75em) {
  .pagetop {
    right: 80px;
  }
}

/*--------------------------------
	general_page-anchor（汎用）
--------------------------------*/
.general_page-anchor {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 3em auto;
  padding: 0;
  width: 93.75%;
}

.general_page-anchor_item {
  margin: .25em 0;
  width: 100%;
}

.general_page-anchor_btn {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e4e4e4 100%);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 0.875em;
  letter-spacing: -0.05em;
  margin: 0.25em 0;
  padding: 1em 0 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.general_page-anchor_btn:hover {
  background: #e4e4e4;
  background: -moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%);
  color: #333;
  text-decoration: none;
}

.general_page-anchor_btn::after {
  bottom: 0;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-size: 1em;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 48em) {
  .general_page-anchor {
    flex-direction: row;
    width: 96.09%;
  }
  .general_page-anchor_item {
    padding: 0 15px;
  }
  .general_page-anchor_btn {
    font-size: 1em;
  }
}

@media screen and (min-width: 75em) {
  .general_page-anchor {
    padding: 0 15px;
    width: 100%;
  }
}

/* ----------------------
	document_signature
---------------------- */
.document_signature {
  font-size: 0.75em;
}

.document_signature .signature_date {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .document_signature {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 62em) {
  .document_signature {
    font-size: 1em;
  }
}

.youtube_screen {
  position: relative;
  width: 99.5%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}

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

.chikuden_navi_link {
  position: fixed;
  bottom: -290px;
  width: 100%;
  z-index: 2;
}

.chikuden_navi_link::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(116, 205, 255, 0.85) 0, rgba(116, 205, 255, 0.85) 5px, rgba(83, 194, 255, 0.85) 5px, rgba(83, 194, 255, 0.85) 10px);
  z-index: -1;
}

.chikuden_navi_link .container {
  padding-top: 0;
  margin-top: 0;
}

.chikuden_navi_link ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 15px 0 25px;
}

.chikuden_navi_link li {
  list-style: none;
  width: 85%;
}

.chikuden_navi_link img {
  vertical-align: bottom;
}

.chikuden_navi_link .chikuden_navi_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 48em) {
  .chikuden_navi_link {
    width: 50%;
    right: 0;
  }
  .chikuden_navi_link::before {
    height: 80%;
    border-radius: 8px 0 0 0 / 8px 0 0 0;
  }
  .chikuden_navi_link ul {
    margin: 0;
  }
  .chikuden_navi_link li {
    width: 25%;
    margin: 0;
  }
  .chikuden_navi_link li:first-child {
    width: 70%;
    margin-top: 25px;
  }
  .chikuden_navi_link .chikuden_navi_close {
    top: 18px;
    right: 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 62em) {
  .chikuden_navi_link {
    width: 580px;
  }
  .chikuden_navi_link .container {
    width: 100%;
  }
  .chikuden_navi_link ul {
    padding: 0 10px;
  }
  .chikuden_navi_link li {
    padding: 0 5px;
  }
  .chikuden_navi_link li:first-child {
    margin-top: 30px;
  }
  .chikuden_navi_link .chikuden_navi_close {
    top: 30px;
    right: 10px;
  }
}

/*受付終了*/
.special_caution {
  border: solid 1px #ca0002;
  padding: 5px 10px;
}
