/*20210304 Asa update font-size&line-height*/
* {
  margin: 0;
  padding: 0 auto;
  box-sizing: border-box;
  text-align: left;
  color:#333;
  list-style-type: none;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  /* outline: 1px solid red; */
  font-size: 16px;
  line-height: 22px;
}
/*20210325 Asa add font-family setting*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

body {
  background-color: #fff;
}

a:link:hover {
  text-decoration: none;
  color: #0255C4;
}

.omron-ia {
  width: 100% !important;
  font-size: 16px;
  line-height: 22px;
}

/* .omron-ia::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(../fonts/oez_blueline_header.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
} */

/*.omron-ia::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0255C4, #52C5E7);
}*/

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
}

/* more_btn */
.more-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 28px;
  background-image: url(../images/oez_more_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.more-btn:hover {
  background-image: url(../images/oez_more_btn_hover.png);
}

/* header */
.header_fixed_wrapper {
  /*position: fixed;*/
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.header_fixed_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0255C4, #52C5E7);
}

@media screen and (max-width: 1199px) {
  .header_fixed_wrapper {
    height: 54px;
  }
}

.fa-angle-right.taiwan {
  color: #999;
}

.hidden_login {
  display: none;
}

.user_name em {
  display: none;
}

.member_area_pc {
  position: static;
}

@media screen and (max-width: 767px) {
  .member_area_pc {
    display: none;
  }
}

.login_header {
  z-index: 10010;
}

.devider {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 6px;
  height: 32px;
}

.devider a,
.devider span {
  font-size: 16px;
  line-height: 22px;
  color: #707070 !important;
}

.user-contents-list {
  margin-left: 48px;
}

.user {
  margin-left: 48px;
}

.user-contents-list ul {
  padding: 0;
  margin-top: 10px;
}

.devider:hover .user {
  color: #0255C4 !important;
}

.devider:hover .loginlink {
  color: #0255C4 !important;
}

.devider:hover .fa-user {
  color: #0255C4 !important;
}

.user-contents-list li {
  padding: 15px 30px;
  background-color: #F7F7F7;
}

.user-contents-list li a {
  font-size: 16px;
  line-height: 21px;
  color: #707070;
}

.p-header-lang .fa-angle-right {
  margin-left: 7px;
  font-size: 16px;
  line-height: 19px;
}

#search_btn {
  text-indent: inherit;
  text-align: center;
  flex-shrink: 0;
  width: 90px;
  height: 30px;
  background-color: #707070;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
  border-style: none;
  outline: none;
  cursor: pointer;
}

.fa-user {
  margin-right: 8px;
  color: #707070;
}

a.loginlink {
  color: #707070;
}

.product_informations {
  position: absolute;
  top: 0;
  left: 363%;
  display: block;
  height: 100%;
  width: 50%;
}

.info_title {
  padding: 8px 12px 12px;
}

.fa-angle-right.info {
  margin-right: 15px;
}

.product_informations ul {
  width: 230px;
}

.nav_item_pic_wrapper {
  position: absolute;
  top: 16px;
  left: 788px;
  display: block;
  height: auto;
  width: auto;
}

.solutions_pic {
  width: 360px;
  height: 270px;
  /* background-image: url(../images/oez_menu_pic1.jpg);
  background-size: contain;
  background-repeat: no-repeat; */
}

@media screen and (max-width: 1199px) {
  .p-header-logo {
    margin-right: 8px;
  }

  .nav_item_pic_wrapper {
    display: none;
  }

  .username-area {
    position: relative;
    height: 56px;
  }

  .username-area:hover {
    background-color: #F5F5F5;
  }

  .devider {
    padding-top: 0;
    height: auto;
  }

  .user-contents-list {
    width: 100%;
    margin-left: 0;
  }
  
  .user {
    margin-left: 0;
  }

  .user-contents-list ul {
    margin-top: 0;
  }

  .devider a,
  .devider span {
    display: inline-block;
    width: 100%;
    padding-top: 18px;
    height: 56px;
  }
  
  .user-contents-list li {
    padding-left: 28px;
  }

  .user-contents-list li a {
    display: inline-block;
    width: 100%;
    color: #0255C4;
  }

  .username-area:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 16px;
    right: 21.5px;
  }

  .username-area.is-open:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 16px;
    right: 20px;
    transform: rotate(-180deg);
  }

  /* .username-area.hide_arrow:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
  } */
  
  .product_informations {
    display: none;
  }
}

/* banner slider */
.banner {
  /*padding-top: 200px;*/
  background-color: #fff;
}

.banner_slider {
  max-width: 1920px;
}

.swiper-slide img {
  /* width: auto; */
}

/* banner slider Images Start */
.banner_img {
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .banner {
    /*padding-top: 54px;*/
  }
  .category_image img{
      height: 35px !important;
      margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner_img {
    height: 300px;
  }
}

/* banner slider Images End */

.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 12px;
  height: 12px;
  background-color: #999999;
  border-radius: 50%;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.swiper-pagination-bullet-active {
  background-color: #0255C4;
}

@media screen and (max-width: 767px) {
  .banner_slider {
    max-width: 767px;
  }

  .swiper-pagination {
    bottom: 20px !important;
  }
}

/* latest product */
.latest_product {
  position: relative;
  background-color: #ECEFF1;
  height: 400px;
}

.latest_product_title {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 3;
}

.latest_product_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
}

.latest_product_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.latest_product_slider {
  padding-top: 140px;
}

/* 20200831 - Ivan 2020RWD 隱藏日方的架構#itemInfoLeft */
#itemInfoLeft {
  display: none;
}

/* 20200917 - Ivan 隱藏輪播卡片模板 hide slide template */
#slide_template {
  display: none;
}

.swiper-button-prev {
  position: absolute;
  top: 208px;
  left: 0;
  width: 60px;
  height: 120px;
  background-image: url(../images/oez_arrow_left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  z-index: 3;
}

.swiper-button-next {
  position: absolute;
  top: 208px;
  right: 0;
  width: 60px;
  height: 120px;
  background-image: url(../fonts/oez_arrow_right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  z-index: 3;
}

.latest_product_slider .swiper-slide {
  /* width: 363px !important; */
  height: 215px;
  padding: 25px;
  background-color: #fff;
  overflow: hidden;
}

.latest_product_slider .product_pic {
  display: inline-block;
  padding-right: 10px;
  width: 48%;
  max-width: 150px;
  max-height: 150px;
}

.latest_product_slider .product_text {
  display: inline-block;
  padding-left: 10px;
  width: 49%;
  vertical-align: top;
}

.latest_product_slider .product_text .product_title {
  text-decoration: none;
  display: block;
  max-height: 54px;
  overflow: hidden;
  font-size: 18px;
  line-height: 27px;
  color: #0255C4;
}

.latest_product_slider .product_text .product_desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  max-height: 110px;
  overflow: hidden;
  color: #333333;
}

.latest_product_slider .swiper-slide {
  transition: all 0.4s;
}

.latest_product_slider .swiper-slide:hover {
  transform: translate(0, -10px);
  /* box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.4); */
}

@media screen and (max-width: 1199px) {
  .latest_product_slider .swiper-slide {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .latest_product {
    height: 497px;
  }

  .latest_product_title {
    top: 40px;
  }

  .latest_product_title .title {
    font-size: 24px;
    line-height: 28px;
  }
  
  .latest_product_title .title_wrapper {
    padding: 0 20px;
  }

  .latest_product_slider {
    padding-top: 115px;
  }

  .latest_product_slider .swiper-slide {
    margin-right: 20px !important;
  }

  .latest_product_slider .swiper-slide:hover {
    transform: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .more-btn {
    right: 20px;
  }

  .latest_product_slider .swiper-slide {
    /* width: 260px !important; */
    height: 345px;
    padding: 20px 25px;
  }
  
  .latest_product_slider .product_pic {
    display: block;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
  }
  
  .latest_product_slider .product_text {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  
  .latest_product_slider .product_text .product_title {
    font-size: 18px;
    line-height: 24px;
  }
  
  .latest_product_slider .product_text .product_desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    max-height: 110px;
    overflow: hidden;
    color: #333333;
  }
}

/*--- video list ---*/
.container.video_channel {
  position: relative;
  /* height: 500px; */
  margin-bottom: 60px;
}

.video_channel_title {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  z-index: 3;
}

.video_channel_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}

.video_channel_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.video_list{
	display: flex;
  justify-content: center;
  align-items: flex-start;
}

.video_list li{
  display: inline-block;
  width: 33.33%;
	max-width: 354px;
  box-shadow: 0px 0px 8px #00000029;
  box-shadow: 0px 3px 15px #e8e8e8;
  transition: all 0.4s;
}

.video_list li:hover {
  transform: translate(0, -10px);
}

.video_list li {
  margin-right: 44px;
}

.video_list li:last-child {
  margin: 0;
}

/*img block*/
.video_list .img_block{
  position: relative;
  max-width: 413px;
	max-height: 280px;
	background: #000;
}

.video_list .img_block:before{
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center; 
	background-image: url("../images/oez_play_icon.png");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.video_list .img_block img{
  display: block;
  width: 100%;
	opacity: 0.8;
}

/*text block*/
.video_list .text_block{
	position: relative;
	padding: 25px 26px;
}

.video_list .text_block:before{
	content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top:0;
  background: -moz-linear-gradient(left, #0262a8 0%, #0068b4 48%, #0093ff 100%);
  background: -webkit-linear-gradient(left, #0262a8 0%, #0068b4 48%,#0093ff 100%);
  background: linear-gradient(to right, #0262a8 0%, #0068b4 48%,#0093ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0262a8', endColorstr='#0093ff',GradientType=1 );
}

.video_list .text_block h3 {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #333333;
}

@media screen and (max-width: 1199px){
  .video_list .text_block h3 {
    height: 120px;
  }
}

@media screen and (max-width: 767px){
  .container.video_channel {
    margin-bottom: 0;
  }

  .video_channel_title {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .video_channel_title .title {
    font-size: 24px;
    line-height: 28px;
  }

  .video_channel_title .more-btn {
    right: 0;
  }

  .video_list {
    display: block;
  }
  
  .video_list li {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    max-width: 413px;
  }

  .video_list li:last-child {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .video_list .img_block {
    margin: 0 auto;
  }

  .video_list .text_block h3 {
    font-size: 18px;
    line-height: 28px;
    height: auto;
    overflow: auto;
  }
}

/* news */
.news_wrapper {
  background-color: #ECEFF1;
}

.container.news {
  padding: 60px 25px;
}

.news_title {
  margin-bottom: 40px;
  width: 100%;
  z-index: 3;
}

.news_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}

.news_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.horizontal_wrapper.news {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.news_image {
  margin-right: 60px;
  max-width: 540px;
}

.news_image img {
  width: 100%;
}

.news_content {
  width: 550px !important;
  float: none !important;
}

/* 複寫 top.css 的樣式 */
.mt20 {
  margin-top: 0 !important;
}

/* 複寫 top.css 的樣式 */
dl.time-line-list {
  padding-bottom: 0;
}

.news_content dt {
  padding-top: 0 !important;
  font-weight: normal !important;
  color: #333333 !important;
  display: inline-block;
  vertical-align: top;
  width: 29%;
}

/* 只顯示最新五則新聞 */
.news_content dl dt:nth-child(n+14) {
  display: none;
}

.news_content dt span {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.news_content dd {
  display: inline-block;
  padding-bottom: 0 !important;
  width: 70%;
  max-height: 44px;
  overflow: hidden;
}
/*20200924 Asa */
.news_content dl.time-line-list dd{
  background: transparent;
}

.news_content dl dd:nth-child(n+15) {
  display: none;
}

.news_content dd a {
  font-size: 16px;
  line-height: 22px;
  color: #0057AA;
  font-weight: bold;
}

.news_content dd a:hover {
  color: #008EF6;
}

.news_hr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
  margin: 16px 0 20px;
}

.news_hr:first-child {
  margin-top: 0;
}

.news_hr:nth-child(5) {
  margin-bottom: 0;
}

.news_hr:last-child {
  margin-bottom: 0;
}

.news_hr:nth-child(n+16) {
  display: none;
}

@media screen and (max-width: 1199px) {
  .horizontal_wrapper.news {
    /* flex-direction: column; */
    display: block;
    max-width: 727px;
    margin: 0 auto;
  }

  .news_image {
    margin-right: 0;
    max-width: none;
    width: 727px;
  }

  .news_content {
    width: 727px !important;
  }

  .news_content {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .container.news {
    padding: 40px 20px 20px;
  }

  .news_title .title_wrapper {
    padding: 0;
  }

  .news_title .title {
    font-size: 24px;
    line-height: 28px;
  }

  .news_title .more-btn {
    right: 0;
  }

  .horizontal_wrapper.news {
    display: block;
    max-width: none;
    margin: 0 auto;
  }

  .news_image {
    width: 100%;
  }

  .news_content {
    width: 100% !important;
  }

  .news_content dt {
    margin-bottom: 10px;
    width: 100%;
  }

  .news_content {
    margin-top: 20px !important;
  }

  .news_content dd {
    display: inline-block;
    width: 100%;
    max-height: none;
    overflow: auto;
  }
}

/* category */
.container.category {
  padding: 40px 25px 100px;
}

.slideDown_wrapper {
  display: none;
  width: 100%; /*20200924 Asa*/
  /*overflow: inherit !important ;*/
}

.item_wrapper {
  /* display: none; */
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 60px;
  border-bottom: 4px solid #8B99CD;
  box-shadow: 0px 0px 8px #0000001A;
  box-shadow: 0px 3px 15px #e8e8e8;
}

.triangle {
  position: absolute;
  top: -10px;
  left: 94px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #0000001A;
  box-shadow: 0px 3px 15px #e8e8e8;
}

.triangle::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -2px;
  transform: rotate(-45deg);
  width: 40px;
  height: 25px;
  background-color: #fff;
}

.item_wrapper.lower {
  margin-top: 30px;
  margin-bottom: 0;
}

.item_wrapper .item {
  margin-bottom: 30px;
  width: 120px;
  height: 180px;
  margin-right: calc((100% - 720px)/5);
}

.item_wrapper .item:nth-child(7),
.item_wrapper .item:nth-child(13) {
  margin-right: 0;
}

.item_wrapper .item:nth-child(n+7) {
  margin-bottom: 0;
}

.item_wrapper .item .category_image {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.item {
  text-decoration: none !important;
}

.item_image {
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: none;
  outline: none;
}

.item_image img {
  outline: none !important;
}

.item_name {
  margin: 0;
  width: 100%;
  height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
}

.category_title {
  margin-bottom: 30px;
  width: 100%;
  z-index: 3;
}

.category_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.category_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.category_link {
  display: inline-block;
  margin-right: 50px;
  line-height: 35px;
}

.category_link a {
  margin-right: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.category_link a:hover {
  text-decoration: none;
  color: #333;
}

.fa-angle-right {
  font-size: 16px;
  transition: all 0.4s;
}

.category_link:hover .fa-angle-right {
  transform: translate(10px, 0);
}

.search {
  display: flex;
  padding: 0;
  margin-bottom: 30px;
}

#headForm.formA01_01 .search {
  padding: 0 !important;
}

/* .search input {
  height: 100%;
} */

#opsKeyword {
  margin-right: 15px;
  max-width: 806px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background-color: #F0F0F0;
  color: #999999;
  border-style: none;
  outline: none;
  border-radius: 0px !important;
  font-size: 16px; /*20200924 Asa*/
}

#doSearch {
  text-align: center;
  flex-shrink: 0;
  width: 90px;
  height: 50px;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #fff;
  border-style: none;
  border-radius: 0px !important;
  -webkit-appearance: none !important;
  outline: none;
  cursor: pointer;
  background: #707070;
}

#doSearch:hover {
  background: #999;
}

.card_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.card {
  margin-right: calc((100% - 1000px)/5);
  margin-bottom: 30px;
  padding: 24px 20px;
  width: 200px;
  flex-shrink: 0;
  height: 120px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0px 0px 8px #0000001A;
  box-shadow: 0px 3px 15px #e8e8e8;
  cursor: pointer; /*20200924 Asa*/
  border-bottom: 4px solid #8B99CD;
}

.card:hover {
  background-color: #F7F7F7;
}


.card:nth-child(1) {
  border-bottom: 4px solid #8B99CD;
}

.card:nth-child(2) {
  border-bottom: 4px solid #BF92C9;
}

.card:nth-child(3) {
  border-bottom: 4px solid #F1DE64;
}

.card:nth-child(4) {
  border-bottom: 4px solid #E3806A;
}

.card:nth-child(5) {
  border-bottom: 4px solid #E39D51;
}
.card:nth-child(6) {
  border-bottom: 4px solid #E39D51;
}
.card:nth-child(7) {
  border-bottom: 4px solid #A3C971;
}

.card:nth-child(8) {
  border-bottom: 4px solid #CBCD6E;
}

.card:nth-child(9) {
  border-bottom: 4px solid #128550;
}

.card:nth-child(10) {
  border-bottom: 4px solid #5FB9E9;
}

.card:nth-child(11) {
  border-bottom: 4px solid #BBBBBB;
}

.card p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
}

.category_image {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 160px;
  height: 115px;
  overflow: hidden;
}

.category_image img {
  width: 100%;
  height: 75px;
}

.category_name {
  margin: 0;
  text-align: center;
  height: 44px;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .item_wrapper {
    display: none;
  }
  
  .card_wrapper .card {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    width: calc((100% - 50px)/2);
    height: 55px;
    text-align: left;
    border-bottom: none !important;
  }

  .card p {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    margin-left: 15px;
    max-width: 224px;
  }

  .category_image {
    display: inline-block;
    margin: 0;
    width: 77px;
    height: 55px;
  }

  .card:nth-child(1) {
    border-right: 4px solid #8B99CD;
    margin-right: 50px;
  }
  
  .card:nth-child(2) {
    border-right: 4px solid #BF92C9;
  }
  
  .card:nth-child(3) {
    border-right: 4px solid #F1DE64;
    margin-right: 50px;
  }
  
  .card:nth-child(4) {
    border-right: 4px solid #E3806A;
  }
  
  .card:nth-child(5) {
    border-right: 4px solid #E39D51;
    margin-right: 50px;
  }
  
  .card:nth-child(7) {
    border-right: 4px solid #A3C971;
  }
  
  .card:nth-child(8) {
    border-right: 4px solid #CBCD6E;
    margin-right: 50px;
  }
  
  .card:nth-child(9) {
    border-right: 4px solid #128550;
  }
  
  .card:nth-child(10) {
    border-right: 4px solid #5FB9E9;
    margin-right: 50px;
    margin-bottom: 0;
  }
  
  .card:nth-child(11) {
    border-right: 4px solid #BBBBBB;
    margin-bottom: 0;
  }
}
.pcweb{
    display: block;
 }
.app{
    display: none;
}
@media screen and (max-width: 767px) {
  .container.category {
    padding: 40px 20px 70px;
  }

  .category_title {
    margin-bottom: 30px;
  }
  .category_title .title_wrapper {
    padding: 0;
    display: block;
  }
  .category_title .title {
    margin: 0;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
    line-height: 28px;
  }
  .pcweb{
      display: none;
  }
    
    .app{
        display: block;
    }
  .category_link {
    line-height: 20px;
  }

  .category_link:first-child {
    margin-right: 60px;
  }

  .category_link:last-child {
    margin: 0;
    margin-top: 20px;
    display: block;
  }

  #doSearch {
    width: 70px;
  }

  #opsKeyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
  }
  #opsKeyword::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
  }
  #opsKeyword:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
  }
  #opsKeyword:-moz-placeholder { /* Firefox 18- */
    color: transparent;
  }
  
  .card_wrapper .card {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .card_wrapper .card:last-child {
    margin: 0;
  }

  .card p {
    max-width: none;
  }
}

/* appliance */
.appliance_title {
  margin-bottom: 40px;
  width: 100%;
  z-index: 3;
}

.appliance_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}

.appliance_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.horizontal_wrapper.appliance {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.horizontal_wrapper.appliance a {
  position: relative;
  width: 25%;
  margin-right: 3px;
  overflow: hidden;
}

.horizontal_wrapper.appliance a:last-child {
  margin-right: 0;
}

.appliance_img {
  position: relative;
  height: 290px;
  min-width: 180px;
  max-width: 285px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.appliance_img:hover {
  transform: scale(1.2);
}

/*20210312 Asa update*/
.horizontal_wrapper.appliance span {
  position: absolute;
  /*top: 220px;*/
  left: 50%;
  transform: translate(-50%, 0);
  /*white-space: nowrap;
  font-size: 30px;
  line-height: 22px;*/
  color: #fff;
  z-index: 2;
  width: 100%;
  display: block;
  padding: 0 10px;
  /*font-size: 22px;*/
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  bottom: 27px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .appliance_title {
    margin-bottom: 40px;
  }
  .appliance_title .title_wrapper {
    padding: 0;
  }
  .appliance_title .title {
    font-size: 24px;
    line-height: 28px;
  }
  .appliance_title .more-btn {
    right: 0;
  }

  .horizontal_wrapper.appliance {
    display: block;
  }
  
  .horizontal_wrapper.appliance a {
    display: block;
    width: 100%;
    height: 140px;
    margin: 0;
    margin-bottom: 3px;
  }
  
  .horizontal_wrapper.appliance a:last-child {
    margin-bottom: 0;
  }

  .appliance_img {
    margin-bottom: 3px;
    max-width: none;
    width: 100%;
    height: 140px;
    background-size: cover;
  }
  .horizontal_wrapper.appliance a:last-child .appliance_img {
    margin-bottom: 0;
  }

  .horizontal_wrapper.appliance span {
    position: absolute;
    /*top: 88px;*/
    left: 50%;
    transform: translate(-50%, 0);
    /*font-size: 24px;
    line-height: 28px;*/
    font-size: 20px;
    color: #fff;
    bottom: 17px;
  }
}

/* support */
.support_title {
  margin-top: 100px;
  margin-bottom: 30px;
  width: 100%;
  z-index: 3;
}

.support_title .title_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}

.support_title .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #0255C4;
}

.horizontal_wrapper.support {
  padding: 0 10%;
  width: 100%;
  height: 192px;
  display: flex;
  justify-content: center;
}

.horizontal_wrapper.support .support_icon_wrapper {
  display: inline-block;
  text-align: center;
}

.support_icon_wrapper a {
  display: inline-block;
}

.horizontal_wrapper.support .upper {
  width: 60%;
}

.horizontal_wrapper.support .lower {
  width: 40%;
}

.horizontal_wrapper.support .upper .support_icon_wrapper {
  width: 32.5%;
}

.horizontal_wrapper.support .lower .support_icon_wrapper {
  width: 49%;
}

@media screen and (max-width: 890px) {
  .horizontal_wrapper.support .upper .support_icon_wrapper {
    width: 32.2%;
  }
  
  .horizontal_wrapper.support .lower .support_icon_wrapper {
    width: 48.5%;
  }
}

.horizontal_wrapper.support span {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  color: #707070;
}

.support_icon_01 {
  position: relative;
  margin: 0 auto;
  height: 117px;
  width: 80px;
  background: url(../images/oez_spec_icon.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_01_link:hover .support_icon_01 {
  position: relative;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_spec_hover.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_01_link:hover span {
  color: #008EF6;
}

.support_icon_02 {
  position: relative;
  margin: 0 auto;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_onlineshop_icon.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_02_link:hover .support_icon_02 {
  position: relative;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_onlineshop_hover.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_02_link:hover span {
  color: #008EF6;
}

.support_icon_03 {
  position: relative;
  margin: 0 auto;
  height: 117px;
  width: 100px;
  background: url(../fonts/oez_academy_icon.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_03_link:hover .support_icon_03 {
  position: relative;
  height: 117px;
  width: 100px;
  background: url(../fonts/oez_academy_hover.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_03_link:hover span {
  color: #008EF6;
}

.support_icon_04 {
  position: relative;
  margin: 0 auto;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_video_icon.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_04_link:hover .support_icon_04 {
  position: relative;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_video_hover.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_04_link:hover span {
  color: #008EF6;
}

.support_icon_05 {
  position: relative;
  margin: 0 auto;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_repair_icon.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_05_link:hover .support_icon_05 {
  position: relative;
  height: 117px;
  width: 80px;
  background: url(../fonts/oez_repair_hover.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.support_icon_05_link:hover span {
  color: #008EF6;
}

@media screen and (max-width: 767px) {
  .support_title {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .support_title .title {
    font-size: 24px;
    line-height: 28px;
  }

  .support_title .title_wrapper {
    padding: 0;
  }

  .horizontal_wrapper.support {
    display: block;
    padding: 0;
    height: 284px;
  }
  
  .horizontal_wrapper.support .upper {
    width: 100%;
    height: 117px;
  }
  
  .horizontal_wrapper.support .lower {
    width: 100%;
    margin-top: 50px;
    padding: 0 10%;
    display: flex;
    justify-content: space-around;
  }

  .horizontal_wrapper.support span {
    top: 75px;
    transform: translate(-44%, 0);
    font-size: 18px;
    line-height: 28px;
  }

  .support_icon_01,
  .support_icon_04 {
    margin-left: 0;
  }

  .support_icon_03,
  .support_icon_05 {
    margin-right: 0;
  }
  
  .support_icon_04,
  .support_icon_05 {
    margin: 0 auto;
  }

  .support_icon_01:hover {
    position: relative;
    margin: 0 auto;
    margin-left: 0;
    height: 117px;
    width: 80px;
    background: url(../fonts/oez_spec_hover.svg);
    background-position: top center;
    background-repeat: no-repeat;
  }
}

/* service */
.service_wrapper {
  padding-top: 48px;
  width: 100%;
  height: 160px;
  background: url(../images/oez_service_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1920px) {
  .service_wrapper {
    background-size: 100%;
  }
}

.container.service {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.container.service a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.service p {
  margin: auto 0 auto 15px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 27px;
  color: #0255C4;
}

.service_icon_01 {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.service_icon_02 {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.service_icon_03 {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.service_LINE {
  width: 195px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
}

.container.service a.service_icon_01_link:hover p {
  color: #008EF6;
}

.container.service a.service_icon_02_link:hover p {
  color: #008EF6;
}

.container.service a.service_icon_03_link:hover p {
  color: #008EF6;
}

@media screen and (max-width: 1000px) {
  .service_wrapper {
    height: 274px;
  }

  .container.service {
    flex-wrap: wrap;
  }

  .service_LINE_link {
    width: 40%;
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper {
    margin-top: 50px;
    padding-top: 40px;
    height: 444px;
    background: url(../images/oez_service_bg_m.jpg);
  }

  .container.service {
    display: block;
  }

  .container.service a,
  .service_LINE_link {
    margin: 0 auto;
    margin-top: 40px;
  }

  .service_LINE_link {
    width: 195px;
  }

  .container.service a:first-child {
    margin-top: 0;
  }

  .container.service p {
    width: 144px;
    font-size: 18px;
    line-height: 28px;
  }
}

/* footer */
.footer_logo {
  width: 100px;
}

.container.footer {
  padding-top: 40px;
  padding-bottom: 24px;
}

.horizontal_wrapper.footer {
  display: flex;
  justify-content: flex-start;
  /* for IE */
  text-align: left;
}

.horizontal_wrapper.footer:last-child {
  margin-top: 40px;
  justify-content: space-between;
}

.footer_links {
  margin-left: 60px;
}

.footer_links a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.footer_links a:nth-child(n+2) {
  margin-left: 28px;
}

.footer_links a:hover {
  text-decoration: none;
  color: #0255c4;
}

.copyright {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.omron_corporation a {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.omron_corporation a:hover {
  text-decoration: none;
  color: #707070;
}

.omron_corporation.hidden_m a:nth-child(n+2) {
  margin-left: 20px;
}

.footer_blueline_wrapper {
  position: relative;
  width: 100%;
}

.footer_blueline {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
}

.hidden_pc {
  display: none;
}

@media screen and (max-width: 1080px){
  .container {
    padding: 0 20px;
  }

  .hidden_m {
    display: none;
  }

  .hidden_pc {
    display: block;
  }

  .container.footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .horizontal_wrapper.footer {
    display: block;
  }
  
  .horizontal_wrapper.footer:last-child {
    margin-top: 20px;
  }
  
  .footer_links {
    display: none;
  }

  .omron_corporation_horizontal_wrapper:last-child {
    margin-top: 15px;
  }

  .omron_corporation.hidden_pc .omron_corporation_horizontal_wrapper a:nth-child(n+2) {
    margin-left: 30px;
  }

  .copyright {
    margin-top: 20px;
  }
}

/*20200924 Asa login type*/
.utilities .username-area .devider .user,
.utilities .username-area .devider .loginlink{
  display: none;
}
/*20220301 Asa login msg*/
.utilities .username-area .devider .user{
  position: relative;
}
.utilities .username-area .devider .user .mem_msg_block{
  position: absolute;
  top: 0;
  left: -120px;
}
.utilities .username-area .devider .user .mem_msg_block em{
  display: inline-block;
  color: inherit;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .utilities .username-area .devider .user .mem_msg_block{
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    margin-right: 5px;
  }
  .utilities .username-area .devider .user .mem_msg_block span{
    padding-top: 0;
    height: 21px;
  }
  .devider:hover .user .mem_msg_block span{
    color: #0255C4 !important;
  }
}
/*20200924 Asa prod search*/
.product_search{
  display: block !important;
}
/*20200924 Asa ops*/
.opsSearchBox{
  border: 0;
}
div.search-block{
  background: transparent;
}
div.search-block input.opsKeyword,
div.opsSearchBox input.opsKeyword{
  border: 0;
  background: transparent;
}

/*20210302 Asa go to top*/
.go_top_block{
  background: #EFEFEF;
  height: 50px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.go_top_block .container{
  color: #707070;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.go_top_block:hover{
  background: #F5F5F5;
}
.go_top_block .container{
  color: #A0A0A0;
  font-size: 16px;
}

/*20210303 Asa footer update*/
.footer_block{
  background: #FAFAFA;
}
.footer_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0255C4, #52C5E7);
}


.side {
    float: left;
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: 200px;
    border-radius: 8px;
    margin: 12px 0px;
    background-color: #fbfbfb;
    font-size: 14px;
}

#nav{
    height: 100%;
    width: 180px;
    margin: 5px auto;
}

#nav li{
    color: #333;
    list-style-type: none;
    padding: 2px 0px;
    font-weight: normal;
    border-bottom: 1px dotted #ddd;
}

#nav > li{
    padding: 2px 1px 2px;
    width: 180px;
    line-height: 1.6em;
    padding-left: 12px;
    margin: 0px;
    background: url(../images/arrow.gif) no-repeat left 10px;
    font-weight: bold;
}

#nav li.nol{
    border-bottom:0px
}

#nav a{
    display: block;
    text-decoration: none;
    font-size: 15px;
}
#nav ul a{
    font-size: 14px;
    padding: 10px 0px 0px 10px;
}

#nav li span{
    font-size:12px;
}

#nav li a:hover{
    color: #e71f19;
}

#nav .submenu2 {
    height: 100%;
    width: 135px;
    margin: 0px 30px auto;
}

#nav .submenu2 li {
    border-bottom: 0px;
    list-style-type: disc;
}

#main{
    padding: 0px 20px;
    border-radius: 8px;
    color:#333;
    margin: 8px 0px;
    font-size: 14px;
}

#main input {
    border: 1px solid #d3d3d3;
    margin: 2px;
    padding: 2px;
}

#main.right{
    margin: 12px 0px;
    float: right;
    width: 910px;
}

#main h2{
    margin: 12px 0px 4px;
    padding: 2px 0px 6px;
    border-bottom: 2px dotted #DDC;
    font-size: 17px;
}

#main p {
    line-height: 1.6em;
    font-size: 14px;
}

#main span {
    color: #e71f19;
    font-weight: bold;
    font-size:15px;
}

#main span.note {
    color: #999;
    font-size: 13px;
}

#main span.info {color: #11988f;}
#main span.more a{color: #333;font-weight: bold;font-size: 14px;float:right;}
#main span.more a:hover{color: #999;}
#main .txt-pic {text-align: center;padding: 5px;}
#main .txt-pic img{text-align: center;padding: 5px;border: solid 1px #e3e3e3;max-width: 100%;}
#main .txt-pic span{text-align: left;color:#333;}
#main strong {font-size:15px;}

#main ul {
    margin: 2px 0 0 20px;
}

#main li{
    padding: 4px 0px;
    list-style-position: outside;
    list-style: disc;
}

#main .boxin{
    width: 100%;
    background-color: #eee;
    margin: 0px 0px 5px 0px;
    padding: 12px;
    border-radius: 6px;
}

#main .boxin-s{
    width: 49%;
    background-color: #eee;
    margin: 0px 8px 8px 0px;
    padding: 12px;
    border-radius: 6px;
    height: 140px;
    text-align:left;
    float: left;
}

#main .boxin-s ul, #main .boxin ul{
    margin: 0px;
}

#main .boxin-s li, #main .boxin li{
    padding: 6px 0px;
    list-style-position:outside;
    list-style-type:none;
}

#main table.btbox {
    border:1px solid #d3d3d3;
    background:#fefefe;
    margin: 4px 0px 5px 0px;
    padding: 12px;
    line-height: 24px;
}

#main .btn {
    background: #3e8bca;
    border-radius: 5px;
    padding: 5px 12px;
    color: #fff;
    font-weight: bold;
    width: 60px;
    height: 30px;
    cursor: pointer;
    letter-spacing: 5px;
    margin: 0 0 -3px 15px;
}
#main .btn:hover {
    background: #2c7800;
}

table.btbox th {
  text-shadow: 1px 1px 1px #fff;
  background: #e8eaeb;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  text-align: center; /* 水平居中 */
  vertical-align: middle; /* 垂直居中 */
}
table.btbox th, td {
  padding: 5px 2px 2px 6px;
  text-align: center; /* 水平居中 */
  vertical-align: middle; /* 垂直居中 */
}
table.btbox th a, td a{
    padding: 45px;
    display: block;
}
#mitsubishi-FX{
    line-height: 40px;
}
td {
  text-align: center; /* 水平居中 */
  vertical-align: middle; /* 垂直居中 */
}
