@charset "UTF-8";
/* 會員共用樣式 start */
* {
  font-family: "微軟正黑體";
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.container-720 {
  max-width: 770px;
}

.container-1000 {
  max-width: 1050px;
}

.btn-disable {
  pointer-events: none;
}

/*讓平板斷點時html寬度固定為1200px*/
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }

  .container-1000,
.container-720 {
    padding: 0 25px;
  }

  .hidden-m {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .container-1000,
.container-720 {
    padding: 0 20px;
  }

  .hidden-m {
    display: none;
  }
}
a:link {
  text-decoration: none;
}
a:link:hover {
  text-decoration: none;
}

/*紅色提醒文字 */
.red-text {
  color: #E50000;
  display: inline-block;
}

/*表單自動帶值時的樣式 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  /*背景色*/
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #333333;
  /*字體顏色*/
}

label {
  font-weight: normal;
  cursor: pointer;
}

input[type=text]:focus {
  background-color: #fff;
  color: #333333;
}

/*清除ie叉叉 */
::-ms-clear,
::-ms-reveal {
  display: none;
}

.no-scroll {
  overflow-y: hidden;
}

/* 清除ul */
.no-ul,
.no-ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 通用按鈕 */
.common-btn {
  border: none;
  padding: 0;
  transition: all 0.4s;
  outline: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background-color: #005EB8;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  margin: 0;
  text-align: center;
  min-width: 160px;
  height: 56px;
  vertical-align: bottom;
}
.common-btn:hover {
  opacity: 0.7;
}
.common-btn .text {
  position: relative;
  font-size: 14px;
  line-height: 56px;
  color: #fff;
  z-index: 1;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn .text img {
  margin-left: 4px;
}

.common-btn.white {
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.common-btn.white .text {
  color: #333333;
}

.common-btn.gray {
  background-color: #F0F0F0;
  border: none;
}
.common-btn.gray .text,
.common-btn.gray .cart-num {
  color: #999999;
}
.common-btn.gray i {
  color: #999999;
}

/* 透明連結按鈕 */
.common-btn.transparent {
  padding: 18px 25px;
  color: #005EB8;
  background-color: #fff;
  border: 1px solid #005EB8;
}
.common-btn.transparent:hover {
  opacity: 1;
  background-color: rgba(0, 94, 184, 0.04);
}
.common-btn.transparent .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  z-index: 1;
  transition: all 0.4s;
}
.common-btn.transparent .text:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("../fonts/oeztw-right-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 0;
  width: 20px;
  height: 20px;
  right: -20px;
  transition: all 0.4s;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}

.anchor-btn.transparent .text {
  background-image: url("../fonts/omron_down.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: auto;
  padding-top: 0;
  padding-right: 18px;
}
.anchor-btn.transparent .text:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .common-btn .text {
    line-height: 56px;
  }
}
/* 帶向右arrow的連結  */
.member-common-link {
  font-size: 0;
  line-height: 0;
}
.member-common-link:nth-child(n+2) {
  margin-top: 8px;
}
.member-common-link a {
  text-decoration: none;
  color: #333333;
  position: relative;
  display: inline-block;
  padding-right: 19px;
  text-align: left;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 24px;
}
.member-common-link a:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("../fonts/oeztw-right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 0;
  width: 19px;
  height: 19px;
  right: 0px;
  transition: all 0.4s;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.member-common-link a:hover, .member-common-link a:active, .member-common-link a:visited, .member-common-link a:focus {
  opacity: 0.7;
  color: #333333;
}

.member-common-link.blue a {
  color: #005EB8;
}
.member-common-link.blue a::before {
  background-image: url("../fonts/oeztw-right-arrow-blue.svg");
}

/* 雙按鈕跳窗start---------------------------------------------------------------- */
.lightbox {
  position: fixed;
  width: 100%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  overflow: auto;
}

.lightbox .lightbox-container {
  background-color: #fff;
  width: 600px;
  margin: auto;
  margin-top: 325px;
  text-align: center;
  padding: 71px 124px;
  position: relative;
  margin-bottom: 80px;
}

.lightbox .lightbox-container .lightbox-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.lightbox .lightbox-container .title {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.lightbox .lightbox-container .inner-content {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.lightbox .lightbox-container .inner-note {
  max-height: 320px;
  overflow: auto;
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.lightbox .lightbox-container .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.lightbox .lightbox-container .btn-container .common-btn {
  display: inline-flex;
}
.lightbox .lightbox-container .btn-container .redirect-btn:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .lightbox .lightbox-container {
    width: 320px;
    margin-top: 150px;
    padding: 66px 20px;
  }

  .lightbox .lightbox-container .lightbox-close {
    right: 16px;
    top: 16px;
  }

  .lightbox .lightbox-container .title {
    font-size: 20px;
    line-height: 27px;
  }

  .lightbox .lightbox-container .redirect-btn + .redirect-btn {
    margin-top: 8px;
  }

  .lightbox .lightbox-container .btn-container {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .lightbox .lightbox-container .btn-container .common-btn {
    display: inline-flex;
    width: 100%;
  }
  .lightbox .lightbox-container .btn-container .common-btn .text {
    line-height: 48px;
  }
  .lightbox .lightbox-container .btn-container .redirect-btn:first-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 360px) {
  .lightbox .lightbox-container {
    width: calc(100% - 40px);
  }
}
/* 雙按鈕跳窗end-------------------------------------------------------------------------------------------------------------------------------- */
/* 單按鈕跳窗start---------------------------------------------------------------- */
.one-btn-lightbox .lightbox-container {
  padding: 62px 124px;
}

@media screen and (max-width: 767px) {
  .lightbox .lightbox-container {
    padding: 62px 20px;
  }
}
/* 單按鈕跳窗end---------------------------------------------------------------- */
/* 上方灰色區塊 start */
.member-nav {
  color: #333;
  background: #f0f0f0;
  height: 106px;
  display: flex;
  align-items: center;
}

.member-nav .member-inner-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.member-nav .member-inner-wrap .page-nav {
  line-height: 1;
  margin-right: auto;
}

.member-nav .member-inner-wrap .page-nav .page-nav {
  text-decoration: none;
}

.member-nav .member-inner-wrap .page-nav .title {
  margin-bottom: 13px;
  line-height: 24px;
  font-size: 14px;
}

.member-nav .member-inner-wrap .page-nav .subtitle {
  font-size: 18px;
  line-height: 24px;
}

.member-nav-list {
  display: flex;
  justify-content: center;
  position: relative;
}

.member-nav-list-item {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}

.member-nav-list-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: none;
}

.member-nav-list-item:hover:after {
  background: #999;
}

.member-nav-list-item.active:after {
  background-color: #005EB8;
}

.member-nav-list-link {
  display: block;
  width: 100%;
  color: inherit !important;
  padding: 0 24px;
  text-align: center;
  line-height: inherit;
}

.member-nav-list-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .member-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .member-nav {
    display: block;
    height: 104px;
    position: relative;
    width: 100%;
  }

  .member-nav .member-inner-wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .member-nav .member-inner-wrap .member-nav-list-link {
    padding: 0;
  }

  .member-nav .member-inner-wrap .page-nav {
    margin-right: 0;
    padding: 20px 20px 0;
  }

  .no-nav-tab {
    display: flex;
    height: 96px;
  }
  .no-nav-tab .member-inner-wrap .page-nav {
    padding: 0;
  }

  .member-nav .member-inner-wrap .page-nav .title {
    display: none;
  }

  .member-nav.no-nav-tab .member-inner-wrap .page-nav .title {
    display: block;
  }

  .member-nav-list {
    display: flex;
    position: static;
    margin-top: 16px;
    top: auto;
  }

  .member-nav-list-item {
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0.6px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-grow: 1;
  }

  .member-nav-list-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: none;
  }

  .member-nav-list-item:hover:after {
    background: #999;
  }

  .member-nav-list-item.active:after {
    background-color: #005EB8;
  }
}
/*各字體大小樣式 */
.member-font18 {
  font-size: 18px;
  line-height: 24px;
}

.member-font16 {
  font-size: 16px;
  line-height: 24px;
}

.member-font14 {
  font-size: 14px;
  line-height: 24px;
}

.member-font12 {
  font-size: 12px;
  line-height: 18px;
}

/* 標題帶底線 */
.title-has-line {
  position: relative;
  margin-bottom: 48px;
}
.title-has-line::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: -8px;
  background-color: #E6E6E6;
}

.article-block + .article-block {
  margin-top: 72px;
}

.flex-block {
  display: flex;
}

/* 左標題右文字 */
.two-column-atricle p {
  font-size: 16px;
  line-height: 24px;
}
.two-column-atricle div p + p {
  margin-top: 40px;
}
.two-column-atricle hr {
  margin: 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
}

.two-column-atricle + .two-column-atricle {
  margin-top: 40px;
}

.two-column-atricle > p {
  margin-right: 80px;
  min-width: 160px;
}

/*  大標題*/
.member-main-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

/* 左文字、右select選單 */
.flex-select {
  margin-bottom: 40px;
  align-items: center;
}

.left-statement {
  margin-right: 16px;
}

.common-member-select {
  position: relative;
  border: 1px solid #E6E6E6;
}
.common-member-select::after {
  position: absolute;
  right: 16.5px;
  top: 24px;
  height: 5px;
  width: 9px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  pointer-events: none;
  background-image: url(../fonts/form-select-arrow.svg);
}
.common-member-select select {
  width: 160px;
  height: 48px;
  padding: 0px 32px 0px 16px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  color: #333333;
  font-family: "微軟正黑體";
  font-size: 14px;
  line-height: 24px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  outline: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

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

  .left-statement {
    margin-right: 0px;
    margin-bottom: 13px;
    width: 100%;
  }

  .two-column-atricle p {
    font-size: 16px;
    line-height: 24px;
  }
  .two-column-atricle div {
    width: 100%;
    margin-top: 16px;
  }
  .two-column-atricle div p {
    font-size: 14px;
  }
  .two-column-atricle div p + p {
    margin-top: 16px;
  }

  .two-column-atricle + .three-column {
    margin-top: 16px;
  }

  .three-column div {
    margin-top: 0;
  }

  .two-column-atricle > p {
    margin-right: 0;
    width: 100%;
    color: rgba(51, 51, 51, 0.5);
  }
}
/* 上方灰色區塊 end*/
/* 表格 start*/
.table-block {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  /* 橫式表格基處設定 */
  /* 橫式表格基處設定 */
}
.table-block table {
  table-layout: fixed;
  border-spacing: 0px;
  max-width: 100%;
}
.table-block .table-column-overflow > tbody > tr > td {
  overflow: auto;
  overflow-y: hidden;
}
.table-block .table-column-overflow {
  width: 100%;
}
.table-block .table-column-overflow,
.table-block .table-column-overflow > tbody,
.table-block .table-column-overflow > tbody > tr,
.table-block .table-column-overflow > tbody > tr > td {
  display: block;
}
.table-block .table-column-overflow {
  min-width: 100%;
  overflow: hidden;
}
.table-block table.table-column {
  width: 100%;
  table-layout: auto;
  overflow: hidden;
}
.table-block .table-column th {
  padding: 14px;
  background-color: #F2F7FB;
  vertical-align: middle;
}
.table-block .table-column tbody tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
}
.table-block .table-column thead th {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
}
.table-block .table-column > thead > tr th:last-child {
  border: none;
}
.table-block .table-column tbody td {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
}
.table-block .table-column > tbody > tr td:last-child {
  border: none;
}
.table-block .table-column th[colspan] {
  text-align: center;
  vertical-align: middle;
}
.table-block .table-column th > p {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.table-block .table-column td {
  padding: 14px;
  vertical-align: middle;
  height: 50px;
}
.table-block .table-column td > p {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.table-block .table-column td > p a {
  color: #005EB8;
}
.table-block .table-column td > p a img {
  vertical-align: text-top;
}
.table-block .table-column td > p a:link {
  line-height: 24px;
  font-size: 14px;
  color: #005EB8;
  text-decoration: underline;
  display: inline-block;
}
.table-block .table-column td > p.inner-common-link a:link {
  text-decoration: none;
}
.table-block .table-column td > p.inner-common-link + .table-column td > p.inner-common-link {
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .table-block .table-column-overflow {
    overflow: auto;
    overflow-y: hidden;
  }
  .table-block .table-column {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .table-block table.table-column {
    overflow: auto;
  }
}

/* 表格 end*/
/* 頁碼--start */
.page-selector {
  text-align: center;
  height: 19px;
  margin-top: 40px;
}

.page-number {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

.page-number .left-arrow,
.page-number .right-arrow {
  top: 0;
  width: 19px;
  height: 19px;
  outline: none;
  margin-top: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-number .left-arrow {
  left: -35px;
}

.page-number .left-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../fonts/oeztw-left-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.page-number .disable {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}

.page-number .number {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  align-items: center;
}

.page-number .number .this-page a {
  opacity: 0.4;
}

.page-number .number div a {
  text-decoration: none;
  color: #333333;
  display: block;
  width: 24px;
  transition: color 0.4s;
  text-align: center;
}

.page-number .number div a:hover {
  opacity: 0.4;
}

.page-number .number div:nth-child(n+2) {
  margin-left: 16px;
}

.page-number .right-arrow {
  right: -35px;
}

.page-number .right-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../fonts/oeztw-right-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

/* 頁碼--end */
/* 會員共用樣式 end */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* 開闔項目--start */
.open-close-item {
  transition: all 0.4s;
}

.open-close-item > .item {
  padding: 20px 52px 20px 40px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  color: #005EB8;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
}

.open-close-item.selected-color > .item {
  color: #005EB8;
}

.open-close-item.open .open-outer-content {
  border-top: 1px solid #E6E6E6;
}

.open-close-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.open-close-item .arrow {
  position: absolute;
  right: 52px;
  top: 50%;
}

.open-close-item.open .arrow:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.open-close-item.open .arrow:after {
  -webkit-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}

.open-close-item .arrow:before,
.open-close-item .arrow:after {
  content: "";
  display: block;
  background-color: #0A0A0A;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 12px;
  height: 1px;
  overflow: hidden;
}

.open-close-item .arrow:before {
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.open-close-item .arrow:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

.open-close-item .content .item {
  color: #1e88e5;
  padding-bottom: 10px;
}

.open-close-item .line {
  margin: 50px 0;
  border-bottom: 1px solid #a5e6ff;
}

/* .theme .spotlight-list-item:nth-child(n + 2) {
	margin-top: 5px;
} */
.theme .content {
  display: none;
}

.theme .content .open-outer-content {
  background-color: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .open-close-item > .item {
    padding: 17px 30px 17px 10px;
  }

  .outer-content + .outer-content {
    margin-top: 40px;
  }

  /* .open-close-item .line {
  	margin: 28px 0;
  } */
  .open-close-item .arrow {
    right: 22px;
  }
}
/* 開闔項目--end */
.group-container .p-about-main-visual--global {
  background-image: url("../images/about-omron_group_banner.jpg");
}
.group-container .p-about-main-visual--global a {
  display: block;
  width: 100%;
  height: 100%;
}
.group-container a:hover {
  opacity: 0.7;
}
.group-container a:link,
.group-container a:visited {
  color: #005EB8;
}
.group-container .p-about-desc--03 {
  padding: 80px 40px 72px;
}
.group-container .p-about-desc--03 .p-about-desc__title--factory {
  margin-bottom: 30px;
}
.group-container .p-about-factory-intro {
  padding-bottom: 72px;
}
.group-container .p-about-factory-intro .p-about-factory-intro__box {
  margin-bottom: 64px;
}
.group-container .p-about-factory-intro .p-about-factory-intro__box .p-about-factory-intro__title {
  margin-bottom: 24px;
  letter-spacing: 0;
}
.group-container .p-about-factory-intro .p-about-factory-intro__box:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .group-container .p-about-desc--03 {
    padding: 40px 20px;
  }
  .group-container .p-about-desc--03 .p-about-desc__title--factory {
    margin-bottom: 24px;
  }
  .group-container .p-about-factory-intro {
    padding-bottom: 72px;
  }
  .group-container .p-about-factory-intro .p-about-factory-intro__box {
    margin-bottom: 40px;
  }
}
.about-group-container .sec__blk_title {
  font-size: 18px;
  margin-bottom: 16px;
}
.about-group-container .sec__blk_title span{
    font-size: 1.4rem;
    line-height: 1.7;
}
.about-group-container a:hover {
  opacity: 0.7;
}
.about-group-container .map-container {
  padding: 80px 0 72px;
}
.about-group-container .p-about-access__outline {
  margin-bottom: 80px;
}
.about-group-container .p-about-access__outline .p-about-access__outline-item-text {
  letter-spacing: 0;
}
.about-group-container .p-about-access__outline:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .about-group-container .map-container {
    padding: 48px 0 72px;
  }
  .about-group-container .p-about-access__outline {
    margin-bottom: 40px;
  }
}
.about-distribution-container a:hover {
  opacity: 0.7;
}
.about-distribution-container .top-block .article {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 72px;
}
.about-distribution-container .top-block .common-btn {
  cursor: pointer;
}
.about-distribution-container .mid-block {
  background-color: #F5F5F5;
  padding: 72px 0 120px;
}
.about-distribution-container .mid-block .introduce {
  margin-bottom: 72px;
}
.about-distribution-container .mid-block .introduce h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  text-align: center;
}
.about-distribution-container .mid-block .introduce p {
  font-size: 16px;
  line-height: 22px;
}
.about-distribution-container .mid-block .two-img .img-block {
  width: 480px;
}
.about-distribution-container .mid-block .two-img .img-block:first-child {
  margin-right: 40px;
}
.about-distribution-container .mid-block .two-img .img-block h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 24px 0;
}
.about-distribution-container .mid-block .two-img .img-block p {
  font-size: 14px;
  line-height: 22px;
}
.about-distribution-container .last-block {
  padding: 80px 0 72px;
}
.about-distribution-container .last-block .flex-block {
  flex-wrap: wrap;
}
.about-distribution-container .last-block .title-has-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 28px;
}
.about-distribution-container .last-block .area:nth-child(n+2) {
  margin-top: 72px;
}
.about-distribution-container .last-block .area .list-content li {
  align-items: center;
  padding: 16px 40px 16px 16px;
  border: 1px solid #E6E6E6;
  width: calc((100% - 40px) * 0.5);
}
.about-distribution-container .last-block .area .list-content li:nth-child(n+3) {
  margin-top: 48px;
}
.about-distribution-container .last-block .area .list-content li:nth-child(odd) {
  margin-right: 40px;
}
.about-distribution-container .last-block .area .list-content li .left-block {
  width: 220px;
  margin-right: 42px;
}
.about-distribution-container .last-block .area .list-content li .left-block .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.about-distribution-container .last-block .area .list-content li .left-block p {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .about-distribution-container .top-block .article {
    margin-bottom: 40px;
  }
  .about-distribution-container .top-block .common-btn {
    width: calc((100% - 8px) * 0.5);
    height: 52px;
    padding: 16px 17px 16px 17px;
  }
  .about-distribution-container .top-block .common-btn:nth-of-type(n+2) {
    margin-top: 0px;
  }
  .about-distribution-container .top-block .common-btn:nth-child(n+3) {
    margin-top: 8px;
  }
  .about-distribution-container .top-block .common-btn:nth-child(odd) {
    margin-right: 8px;
  }
  .about-distribution-container .mid-block {
    padding: 32px 0 72px;
  }
  .about-distribution-container .mid-block .introduce {
    margin-bottom: 32px;
  }
  .about-distribution-container .mid-block .introduce h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .about-distribution-container .mid-block .introduce p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-distribution-container .mid-block .two-img .img-block {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .about-distribution-container .mid-block .two-img .img-block:first-child {
    margin-right: auto;
    margin-bottom: 32px;
  }
  .about-distribution-container .mid-block .two-img .img-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0;
  }
  .about-distribution-container .last-block {
    padding: 40px 0 80px;
  }
  .about-distribution-container .last-block .title-has-line {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
  }
  .about-distribution-container .last-block .area:nth-child(n+2) {
    margin-top: 40px;
  }
  .about-distribution-container .last-block .area .list-content li {
    padding: 24px 16px 24px 24px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .about-distribution-container .last-block .area .list-content li:nth-child(n+2) {
    margin-top: 32px;
  }
  .about-distribution-container .last-block .area .list-content li:nth-child(odd) {
    margin-right: 0px;
  }
  .about-distribution-container .last-block .area .list-content li .left-block {
    width: 186px;
    margin-right: 0px;
  }
  .about-distribution-container .last-block .area .list-content li .left-block .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .about-distribution-container .last-block .area .list-content li .right-block {
    width: calc(100% - 186px);
    max-width: 160px;
    min-width: 94px;
  }
}
.philosophy-container a:hover {
  opacity: 0.7;
}
.philosophy-container .p-about-desc {
  padding: 80px 40px 46px;
}
.philosophy-container .p-about-desc__title--factory {
  margin-bottom: 24px;
}
.philosophy-container .p-about-desc__text {
  text-align: center;
}
.philosophy-container .last-block {
  padding-bottom: 72px;
}

.career-container a:hover {
  opacity: 0.7;
}
.career-container .first-block {
  padding: 80px 0 72px;
}
.career-container .first-block p {
  font-size: 14px;
  line-height: 22px;
}
.career-container .last-block {
  padding-bottom: 72px;
}
.career-container .last-block ol {
  margin-bottom: 40px;
  list-style: decimal !important;
  padding-left: 40px;
}
.career-container .last-block ol li {
  list-style: decimal !important;
  font-size: 14px;
  line-height: 22px;
}
.career-container .last-block .img-content {
  margin-bottom: 72px;
}
.career-container .last-block .outer-content {
  text-align: center;
}
.career-container .last-block .outer-content .common-btn {
  width: 320px;
  margin: 0 auto;
  display: inline-block;
}
.career-container .last-block .outer-content .common-btn .text {
  line-height: 56px;
}

.world-container a:hover {
  opacity: 0.7;
}
.world-container .p-about-desc {
  padding: 80px 20px 24px;
}
.world-container .last-block {
  padding-bottom: 72px;
}

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