@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body[data-pagetype=English] .g_spbr, body[data-pagetype=chinese] .g_spbr {
  display: none;
}
@media screen and (min-width: 641px) {
  .g_spbr {
    display: none;
  }
}

.g_js-scrollPrevent.--active {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#main_visual {
  z-index: 999 !important;
}

.page_top a {
  background-color: #ff6100 !important;
}

.notFound_heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #ff6100;
  margin: 35px 0 20px 0;
}
.notFound_errorText {
  text-align: center;
}
.notFound_errorText p {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2em;
}
.notFound_errorText h2 {
  font-weight: bold;
}
body[data-pagetype=English] .notFound_article, body[data-pagetype=chinese] .notFound_article {
  margin-bottom: 115px;
}
@media screen and (min-width: 641px) {
  .notFound_article {
    margin-bottom: 115px;
  }
}
.notFound_navItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.notFound_navItem {
  margin-right: 50px;
  color: #333;
  font-weight: bold;
}
.notFound_navItem::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 4px;
  color: #ff6100;
}
.notFound_navItem a {
  transition: color 0.3s;
}
.notFound_navItem a:hover {
  color: #ff6100;
}
.notFound_searchContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 5px;
}
body[data-pagetype=English] .notFound_search, body[data-pagetype=chinese] .notFound_search {
  display: flex;
  justify-content: space-between;
  width: 416px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #666;
}
@media screen and (min-width: 641px) {
  .notFound_search {
    display: flex;
    justify-content: space-between;
    width: 416px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #666;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .notFound_search {
    display: flex;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.notFound_searchInput {
  width: 100%;
  margin-left: 13px;
  font-size: 14px;
  border: none;
}
.notFound_searchInput:focus {
  outline: none;
}
.notFound_searchConfirm {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6100;
  font-size: 22px;
  border: none;
  cursor: pointer;
}
.notFound_searchConfirm i {
  color: #fff !important;
  margin: 0;
}
body[data-pagetype=English] .notFound_searchConfirm, body[data-pagetype=chinese] .notFound_searchConfirm {
  width: 43px;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .notFound_searchConfirm {
    width: 43px;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .notFound_searchConfirm {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.notFound_searchIcon {
  margin-right: 7px;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

[data-pagetype=chinese] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
}
[data-pagetype=chinese] #wrapper {
  display: flex;
  flex-direction: column;
}
[data-pagetype=chinese] #content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-pagetype=chinese] #container {
  flex-grow: 1;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
[data-pagetype=chinese] #contents::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 16px;
}
[data-pagetype=chinese] .page_top {
  display: none !important;
}

[data-pagetype=employment] .header {
  display: none !important;
}
[data-pagetype=employment] .l-all {
  padding: 0 !important;
  overflow: visible;
}
[data-pagetype=employment] .business__tab02 {
  display: none !important;
}

[data-pagetype=English] {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
}
[data-pagetype=English] #wrapper {
  display: flex;
  flex-direction: column;
}
[data-pagetype=English] #content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-pagetype=English] #container {
  flex-grow: 1;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
[data-pagetype=English] #contents::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 16px;
}
[data-pagetype=English] .page_top {
  display: none !important;
}

.fh_footer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
}
.fh_footer * {
  box-sizing: border-box;
  text-decoration: none;
}
.fh_footer *:hover {
  text-decoration: none;
}
.fh_footer a {
  text-decoration: none !important;
}
.fh_footer a:link {
  color: #333;
}
.fh_footer a:visited {
  color: #333;
}
.fh_footer ul {
  margin: 0;
}
.fh_footer li {
  display: block;
  margin: 0;
}
.fh_footer i {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
}
body[data-pagetype=English] .fh_footer.--en, body[data-pagetype=English] .fh_footer.--cn, body[data-pagetype=chinese] .fh_footer.--en, body[data-pagetype=chinese] .fh_footer.--cn {
  flex-grow: 1;
  min-width: 1000px;
}
@media screen and (min-width: 641px) {
  .fh_footer.--en, .fh_footer.--cn {
    flex-grow: 1;
    min-width: 1000px;
  }
}
.fh_footer .footer_navContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #eee;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_navContainer {
    display: none;
  }
}
.fh_footer .footer_nav {
  width: 962px;
  padding: 50px 0;
}
.fh_footer .footer_navRow {
  /* display: flex; */
  margin-bottom: 75px;
}
.fh_footer .footer_navRow:last-child {
  margin-bottom: 0;
}
.fh_footer .footer_navHeader {
  /* width: 145px; */
  flex-shrink: 0;
  width: 100%;
}
.fh_footer .footer_navHeaderText {
  color: #333;
  font-weight: bold;
}
.fh_footer .footer_navItems {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  place-content: flex-start;
  gap: 10px 80px;
}

.fh_footer .footer_navItem {
  margin-bottom: 7px;
  margin-right: 50px;
  /* font-size: 14px; */
  color: #333;
  width: 22%;
  font-weight: bold;
}
.fh_footer .footer_navItem::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 4px;
  color: #ff6100;
}
.fh_footer .footer_navItem a {
  transition: color 0.3s;
}
.fh_footer .footer_navItem a:hover {
  color: #ff6100;
}
.fh_footer .footer_contentContainer {
  display: flex;
  justify-content: center;
}
.fh_footer .footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 962px;
  padding: 50px 0 15px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_content {
    padding: 50px 30px 15px;
  }
}
.fh_footer .footer_contentNavItems {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_contentNavItems {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.fh_footer .footer_contentNavItem {
  padding: 0 15px;
  border-right: 1px solid #666;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_contentNavItem {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.fh_footer .footer_contentNavItem:first-child {
  padding-left: 0;
}
.fh_footer .footer_contentNavItem:last-child {
  padding-right: 0;
  border: none;
}
.fh_footer .footer_contentNavItem a {
  transition: color 0.3s;
}
.fh_footer .footer_contentNavItem a:hover {
  color: #ff6100;
}
.fh_footer .footer_logo {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.fh_footer.--en .footer_logo {
  width: 225px;
}
.fh_footer .footer_copyright {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_copyright {
    font-size: 12px;
  }
}

.fh_header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  text-align: left;
  z-index: 1000;
}
.fh_header * {
  box-sizing: border-box;
  text-decoration: none;
}
.fh_header *:hover {
  text-decoration: none;
}
.fh_header a {
  text-decoration: none !important;
}
.fh_header a:link {
  color: #333;
}
.fh_header a:visited {
  color: #333;
}
.fh_header ul {
  margin: 0;
}
.fh_header li {
  display: block;
  margin: 0;
}
.fh_header i {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
}
body[data-pagetype=English] .fh_header, body[data-pagetype=chinese] .fh_header {
  min-width: 962px;
  border-bottom: 1px solid #ccc;
}
body[data-pagetype=English] .fh_header.--en, body[data-pagetype=English] .fh_header.--cn, body[data-pagetype=chinese] .fh_header.--en, body[data-pagetype=chinese] .fh_header.--cn {
  min-width: 1000px;
}
@media screen and (min-width: 641px) {
  .fh_header {
    min-width: 962px;
    border-bottom: 1px solid #ccc;
  }
  .fh_header.--en, .fh_header.--cn {
    min-width: 1000px;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header {
    position: sticky;
    top: 0;
  }
}
.fh_header.--employment {
  position: sticky;
  top: 0;
}
body[data-pagetype=English] .fh_header .header_container, body[data-pagetype=chinese] .fh_header .header_container {
  width: 962px;
  padding: 17px 0 0px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_container {
    width: 962px;
    padding: 17px 0 0px;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_container {
    width: 100%;
  }
}
.fh_header .header_mainNav {
  display: flex;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_mainNav {
    align-items: center;
    padding: 0 20px 0 10px;
    height: 68px;
  }
}
body[data-pagetype=English] .fh_header .header_mainNav, body[data-pagetype=chinese] .fh_header .header_mainNav {
  min-height: 35px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_mainNav {
    min-height: 35px;
  }
}
.fh_header .header_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_logo {
    display: block;
    max-width: 60%;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_logo img {
    width: 100%;
  }
}
body[data-pagetype=English] .fh_header .header_logo img, body[data-pagetype=chinese] .fh_header .header_logo img {
  height: 32px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_logo img {
    height: 32px;
  }
}
body[data-pagetype=English] .fh_header.--en .header_logo img, body[data-pagetype=chinese] .fh_header.--en .header_logo img {
  height: 25px;
}
@media screen and (min-width: 641px) {
  .fh_header.--en .header_logo img {
    height: 25px;
  }
}
.fh_header .header_logoText {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_logoText {
    display: block;
    font-size: 14px;
    margin-left: 14%;
  }
}
body[data-pagetype=English] .fh_header .header_logoText, body[data-pagetype=chinese] .fh_header .header_logoText {
  margin-top: 6px;
  margin-left: 8px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_logoText {
    margin-top: 6px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header.--en .header_logoText {
    margin-left: 10%;
  }
}
.fh_header .header_spacer {
  flex-grow: 1;
}
.fh_header .header_spSelectArea {
  padding: 0 20px;
  margin-top: 30px;
}
body[data-pagetype=English] .fh_header .header_spSelectArea, body[data-pagetype=chinese] .fh_header .header_spSelectArea {
  display: none;
}
@media screen and (min-width: 641px) {
  .fh_header .header_spSelectArea {
    display: none;
  }
}
.fh_header .header_select {
  position: relative;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_select {
    width: 100%;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_select.--active {
    margin-bottom: 300px;
  }
}
.fh_header .header_selectButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 196px;
  height: 35px;
  padding: 7px 13px 7px 25px;
  border-radius: 5px;
  background-color: #eee;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_selectButton {
    width: 100% !important;
  }
}
.fh_header.--en .header_selectButton {
  width: 220px;
}
.fh_header .header_selectContent {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.fh_header .header_selectContent.--active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.fh_header .header_selectItems {
  margin: 0;
  padding: 0 10px;
}
.fh_header .header_selectItem {
  list-style: none;
  padding: 7px 4px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.fh_header .header_selectItem a {
  display: flex;
  transition: 0.3s;
}
.fh_header .header_selectItem a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 4px;
  color: #ff6100;
}
.fh_header .header_selectItem.--main a:hover {
  color: #ff6100 !important;
}
.fh_header .header_selectItem.--main a::before {
  color: #ff6100 !important;
}
.fh_header .header_selectItem.--aerospace a:hover {
  color: #009fe8 !important;
}
.fh_header .header_selectItem.--aerospace a::before {
  color: #009fe8 !important;
}
.fh_header .header_selectItem.--heatcontrol a:hover {
  color: #a3be19 !important;
}
.fh_header .header_selectItem.--heatcontrol a::before {
  color: #a3be19 !important;
}
.fh_header .header_selectItem.--oilpressure a:hover {
  color: #ec7a9b !important;
}
.fh_header .header_selectItem.--oilpressure a::before {
  color: #ec7a9b !important;
}
.fh_header .header_selectItem.--ozone a:hover {
  color: #22b0ba !important;
}
.fh_header .header_selectItem.--ozone a::before {
  color: #22b0ba !important;
}
.fh_header .header_selectItem.--microtech a:hover {
  color: #f96864 !important;
}
.fh_header .header_selectItem.--microtech a::before {
  color: #f96864 !important;
}
.fh_header .header_selectItem.--sensor a:hover {
  color: #b781b6 !important;
}
.fh_header .header_selectItem.--sensor a::before {
  color: #b781b6 !important;
}
.fh_header .header_pcLangArea {
  display: flex;
  align-items: center;
}
.fh_header .header_spLangArea {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
  margin-bottom: 20vh;
}
body[data-pagetype=English] .fh_header .header_spLangArea, body[data-pagetype=chinese] .fh_header .header_spLangArea {
  display: none;
}
@media screen and (min-width: 641px) {
  .fh_header .header_spLangArea {
    display: none;
  }
}
.fh_header .header_lang {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.fh_header .header_langLink {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.fh_header .header_langLink span {
  transition: color 0.3s;
}
.fh_header .header_langLink span:hover {
  color: #ff6100;
}
.fh_header .header_langLink.selected span {
  position: relative;
}
.fh_header .header_langLink.selected span::after {
  position: absolute;
  top: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6100;
}
.fh_header .header_langLink::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  margin: 0 8px;
  background-color: #666;
}
.fh_header .header_langLink:first-child {
  margin-left: 0;
}
.fh_header .header_langLink:last-child::after {
  display: none;
}
.fh_header .header_searchContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 22px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_searchContainer {
    position: static;
  }
}
.fh_header .header_searchIcon {
  margin-right: 7px;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}
.fh_header .header_search {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
body[data-pagetype=English] .fh_header .header_search, body[data-pagetype=chinese] .fh_header .header_search {
  left: calc(100% - 416px);
  width: 416px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #666;
}
@media screen and (min-width: 641px) {
  .fh_header.is-aerospace .is-jp .mt-site-search-form__query {
    font-size: 12px;
  }
  .fh_header.is-aerospace .mt-site-search-form__query,
  .fh_header.is-aerospace .fh_header .header_searchInput,
  .fh_header.is-infinity .mt-site-search-form__query,
  .fh_header.is-infinity .fh_header .header_searchInput {
    margin-left: 8px;
  }

  .fh_header .header_search {
    left: calc(100% - 416px);
    width: 416px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #666;
  }
  .fh_header.is-aerospace .header_search {
    left: calc(100% - 220px);
    width: 220px;
  }
  .fh_header.is-infinity .header_search {
    left: calc(100% - 270px);
    width: 270px;
  }
  .fh_header.is-aerospace .header_searchClose,
  .fh_header.is-infinity .header_searchClose {
    display: none;
  }
  .fh_header.is-aerospace .header_search,
  .fh_header.is-infinity .header_search {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_search {
    width: 100%;
    left: 0;
    top: 68px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.fh_header .header_search.--active {
  opacity: 1;
  pointer-events: all;
}
.fh_header .header_searchClose {
  margin-left: 10px;
  font-size: 22px;
  cursor: pointer;
}
.mt-site-search {
  width: 100%;
  height: 100%;
}
.mt-site-search > div {
  height: 100%;
}
.mt-site-search-form {
  display: flex;
  height: 100%;
}
.mt-site-search-form__query,
.fh_header .header_searchInput {
  width: 100%;
  margin-left: 13px;
  font-size: 14px;
  border: none;
}
.mt-site-search-form__query:focus,
.fh_header .header_searchInput:focus {
  outline: none;
}
.mt-site-search-form__query::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.fh_header .header_searchConfirm {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6100;
  font-size: 22px;
  border: none;
  cursor: pointer;
}
.mt-site-search-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6100;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.fh_header .header_searchConfirm i {
  color: #fff !important;
}
.mt-site-search-form__button::before {
  content: '\f002';
  color: #fff !important;
  font-family: Font Awesome\ 5 Free;
  font-size: 22px;
  font-weight: 900;
}
[data-pagetype=English]) .mt-site-search-form__button,
[data-pagetype=chinese]) .mt-site-search-form__button,
body[data-pagetype=English] .fh_header .header_searchConfirm,
body[data-pagetype=chinese] .fh_header .header_searchConfirm {
  width: 43px;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .mt-site-search-form__button,
  .fh_header .header_searchConfirm {
    width: 43px;
    height: 100%;
  }
}

#mt-site-search-result__spell-correction-suggestion__button {
  border: 1px solid #343d7f;
  border-radius: 3px;
  padding: 0.3em 1em;
  background: #343d7f;
  color: #fff;font-size: 110%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .mt-site-search-form__button,
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_searchConfirm {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContainer.--active {
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - 68px);
    overflow-y: scroll;
  }
}
.fh_header .header_globalNav {
  display: flex;
  justify-content: space-between;
  padding: 24px 76px 0;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNav {
    width: 100%;
    flex-direction: column;
    padding: 0 !important;
  }
}
.fh_header.--en .header_globalNav {
  padding: 24px 60px 0;
}
.fh_header .header_globalNavItem {
  display: flex;
  padding: 5px 14px 14px 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}
body[data-pagetype=English] .fh_header .header_globalNavItem.--open, body[data-pagetype=chinese] .fh_header .header_globalNavItem.--open {
  background-color: #eee;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavItem.--open {
    background-color: #eee;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavItem {
    flex-direction: column;
    border-top: 1px solid #eee;
    padding: 0;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavItem:last-child {
    border-bottom: 1px solid #eee;
  }
}
.fh_header .header_globalNavItem .header_globalNavItemLabel {
  display: flex;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavItem .header_globalNavItemLabel {
    padding: 20px;
  }
}
.fh_header .header_globalNavItem .header_globalNavItemLabel > span, .fh_header .header_globalNavItem .header_globalNavItemLabel > a {
  color: #333;
  font-weight: bold;
}
body[data-pagetype=English] .fh_header .header_globalNavItem .header_globalNavItemLabel > span, body[data-pagetype=chinese] .fh_header .header_globalNavItem .header_globalNavItemLabel > span, body[data-pagetype=English] .fh_header .header_globalNavItem .header_globalNavItemLabel > a, body[data-pagetype=chinese] .fh_header .header_globalNavItem .header_globalNavItemLabel > a {
  position: relative;
}
body[data-pagetype=English] .fh_header .header_globalNavItem .header_globalNavItemLabel > span::after, body[data-pagetype=chinese] .fh_header .header_globalNavItem .header_globalNavItemLabel > span::after, body[data-pagetype=English] .fh_header .header_globalNavItem .header_globalNavItemLabel > a::after, body[data-pagetype=chinese] .fh_header .header_globalNavItem .header_globalNavItemLabel > a::after {
  position: absolute;
  top: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6100;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavItem .header_globalNavItemLabel > span, .fh_header .header_globalNavItem .header_globalNavItemLabel > a {
    position: relative;
  }
  .fh_header .header_globalNavItem .header_globalNavItemLabel > span::after, .fh_header .header_globalNavItem .header_globalNavItemLabel > a::after {
    position: absolute;
    top: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff6100;
  }
}
.fh_header .header_globalNavItem .header_globalNavItemLabel > span::after, .fh_header .header_globalNavItem .header_globalNavItemLabel > a::after {
  transform: scaleX(0);
  transition: transform 0.3s;
}
.fh_header .header_globalNavItem:hover .header_globalNavItemLabel > span::after {
  transform: scaleX(1);
}
.fh_header .header_globalNavItem.selected .header_globalNavItemLabel > span::after {
  transform: scaleX(1);
}
.fh_header .header_globalNavItem.--hasItem .header_globalNavItemLabel::after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  content: "\f067";
  color: #ff6100;
  margin-left: 9px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavItem.--hasItem .header_globalNavItemLabel::after {
    margin-left: auto;
  }
}
.fh_header .header_globalNavItem.--hasItem.--open .header_globalNavItemLabel::after {
  content: "\f068";
}
.fh_header .header_globalNavContentContainer {
  display: flex;
  justify-content: center;
  max-width: 100%;
  background-color: #fff;
  z-index: 1001;
}

@media screen and (max-width: 640px) {
  .fh_header .header_globalNavContentContainer {
    justify-content: left;
  }
}

body[data-pagetype=English] .fh_header .header_globalNavContentContainer, body[data-pagetype=chinese] .fh_header .header_globalNavContentContainer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 290px;
  padding: 40px 0 120px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  cursor: default;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
body[data-pagetype=English] .fh_header .header_globalNavContentContainer.--active, body[data-pagetype=chinese] .fh_header .header_globalNavContentContainer.--active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentContainer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 290px;
    padding: 40px 0 120px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    cursor: default;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }

  
  .fh_header .header_globalNavContentContainer.--active {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentContainer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 1;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentContainer.--active {
    max-height: 100vh;
    opacity: 1;
    transition: 0.3s ease-in;
    margin: 0 20px;
  }
}
.fh_header .header_globalNavContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body[data-pagetype=English] .fh_header .header_globalNavContent, body[data-pagetype=chinese] .fh_header .header_globalNavContent {
  position: relative;
  width: 962px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContent {
    position: relative;
    width: 962px;
    /* margin-top: 30px; */

  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContent {
    padding: 20px;
  }
}
.fh_header .header_globalNavContentItems {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 5px;
  margin-bottom: 23px;
  background-color: #fff;
  justify-content: left;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItems, body[data-pagetype=chinese] .fh_header .header_globalNavContentItems {
  background-color: #eee;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItems {
    background-color: #eee;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentItems {
    padding-left: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentItems.--withImage {
    justify-content: space-between;
  }
}
.fh_header .header_globalNavContentItem {
  display: block;
  margin-bottom: 20px;
  /* margin-right: 40px; */
  text-align: left;
  width: 32.3%;
}

@media screen and (max-width: 640px) {
.fh_header .header_globalNavContentItem {
  width: 48% !important;
}

}


.fh_header .header_globalNavContentItem a {
  cursor: pointer;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem a, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem a {
  transition: color 0.3s;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem a:hover, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem a:hover {
  color: #ff6100;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem a {
    transition: color 0.3s;
  }
  .fh_header .header_globalNavContentItem a:hover {
    color: #ff6100;
  }
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem img, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem img {
  width: 150px;
  height: 60px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem img {
    /* width: 150px;
    height: 60px; */
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentItem img {
    width: 100%;
    margin-bottom: 6px;
  }
}
.fh_header .header_globalNavContentItem span {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}
.fh_header .header_globalNavContentItem span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 4px;
  color: #ff6100;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem span, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem span {
  font-size: 15px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem span {
    font-size: 15px;
  }
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem.--current span, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem.--current span {
  color: #ff6100;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem.selected span {
    color: #ff6100;
  }
}
.fh_header .header_globalNavContentItem.--withImage {
  margin-bottom: 0;
  margin-right: 0;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem.--withImage, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem.--withImage {
  margin-left: auto;
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem.--withImage:first-child, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem.--withImage:first-child {
  margin-left: 0;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem.--withImage {
    /* margin-left: auto; */
    display: block;
    margin-right: 20px;
    width: 307px;
  }
  .fh_header .header_globalNavContentItems.--withImage {
    gap: 0;
  }
  .fh_header .header_globalNavContentItem.--withImage img {
    width: 100%;
  }

  .fh_header .header_globalNavContentItem.--withImage:first-child {
    margin-left: 0;
  }
  .fh_header .header_globalNavContentItem.--withImage:nth-child(3n+1) {
    margin-left: 0;
  }
  .fh_header .header_globalNavContentItem.--withImage:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNavContentItem.--withImage {
    width: 47.5%;
    padding-bottom: 15px;
  }
}
body[data-pagetype=English] .fh_header .header_globalNavContentItem.--employment img, body[data-pagetype=chinese] .fh_header .header_globalNavContentItem.--employment img {
  width: 300px;
  height: 90px;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNavContentItem.--employment img {
    width: 300px;
    height: 90px;
  }
}
.fh_header.--en .header_globalNavContentItem span {
  font-size: 13px;
}
body[data-pagetype=English] .fh_header .header_globalNaVContentIndexLink, body[data-pagetype=chinese] .fh_header .header_globalNaVContentIndexLink {
  display: none;
}
@media screen and (min-width: 641px) {
  .fh_header .header_globalNaVContentIndexLink {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_header .header_globalNaVContentIndexLink {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.fh_header .header_globalNaVContentIndexLink a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 164px;
  padding: 5px 15px;
  border: 1px solid #ff6100;
  border-radius: 5px;
  transition: 0.3s;
}
.fh_header .header_globalNaVContentIndexLink a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 4px;
  color: #ff6100;
}
.fh_header .header_globalNaVContentIndexLink a:hover {
  opacity: 0.8;
}
.fh_header .header_globalNaVContentIndexLink a span {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.fh_header .header_menuIcon {
  display: flex;
  align-items: center;
  width: 20px;
  margin-left: 10px;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}
body[data-pagetype=English] .fh_header .header_menuIcon, body[data-pagetype=chinese] .fh_header .header_menuIcon {
  display: none;
}
@media screen and (min-width: 641px) {
  .fh_header .header_menuIcon {
    display: none;
  }
}
.fh_header .header_menuIcon .header_menuIconOpen {
  display: flex;
}
.fh_header .header_menuIcon .header_menuIconClose {
  display: none;
}
.fh_header .header_menuIcon.--active .header_menuIconOpen {
  display: none;
}
.fh_header .header_menuIcon.--active .header_menuIconClose {
  display: flex;
}

.fh_header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.fh_header_bg.--active {
  opacity: 1;
  pointer-events: all;
}
body[data-pagetype=English] .fh_header_bg, body[data-pagetype=chinese] .fh_header_bg {
  display: none;
}
@media screen and (min-width: 641px) {
  .fh_header_bg {
    display: none;
  }
}

.header_employmentNav {
  display: flex;
  min-width: 400px;
}
@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) .header_employmentNav {
    display: none;
  }
}

.header_spEntryNavArea {
  margin-top: 20px;
  border-top: 1px solid #eee;
}
body[data-pagetype=English] .header_spEntryNavArea, body[data-pagetype=chinese] .header_spEntryNavArea {
  display: none;
}
@media screen and (min-width: 641px) {
  .header_spEntryNavArea {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  body:not([data-pagetype=English], [data-pagetype=chinese]) li.header_employmentNavItem {
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) li.header_employmentNavItem span {
    display: block;
    padding: 20px;
    font-weight: bold;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) li.header_employmentNavItem.--entry {
    width: 90%;
    margin: 28px auto 0;
  }
  body:not([data-pagetype=English], [data-pagetype=chinese]) li.header_employmentNavItem.--entry a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body[data-pagetype=English] li.header_employmentNavItem, body[data-pagetype=chinese] li.header_employmentNavItem {
  width: 110px;
  height: 36px;
  border: 1px solid #707070;
  margin-right: 5px;
  transition: background-color 0.3s;
}
body[data-pagetype=English] li.header_employmentNavItem > a, body[data-pagetype=chinese] li.header_employmentNavItem > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body[data-pagetype=English] li.header_employmentNavItem span, body[data-pagetype=chinese] li.header_employmentNavItem span {
  font-size: 14px;
}
body[data-pagetype=English] li.header_employmentNavItem:hover, body[data-pagetype=chinese] li.header_employmentNavItem:hover {
  background-color: #fbe1d1;
}
body[data-pagetype=English] li.header_employmentNavItem:last-child, body[data-pagetype=chinese] li.header_employmentNavItem:last-child {
  margin-right: 0;
}
@media screen and (min-width: 641px) {
  li.header_employmentNavItem {
    width: 130px;
    height: 36px;
    border: 1px solid #707070;
    margin-right: 5px;
    transition: background-color 0.3s;
  }
  li.header_employmentNavItem > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  li.header_employmentNavItem span {
    font-size: 14px;
  }
  li.header_employmentNavItem:hover {
    background-color: #fbe1d1;
  }
  li.header_employmentNavItem:last-child {
    margin-right: 0;
  }
}
li.header_employmentNavItem.--entry {
  background-color: #ff6100;
  border: solid 1px #ff6100;
  opacity: 1;
  transition: opacity 0.3s;
}
li.header_employmentNavItem.--entry span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  font-weight: bold;
}
li.header_employmentNavItem.--entry:hover {
  opacity: 0.7;
}

body.news_list[data-pagetype=ir] dl.news_release dt,
body.news_list[data-pagetype=ir] dl.news_release dd, body.news_list[data-pagetype=news_list] dl.news_release dt,
body.news_list[data-pagetype=news_list] dl.news_release dd {
  display: none;
}
body.news_list[data-pagetype=English] dl.news_dl dt,
body.news_list[data-pagetype=English] dl.news_dl dd {
  display: none;
}

#searchResult .ttl_bar {
  margin-bottom: 20px;
}
#searchResult .box-section {
  margin-bottom: 30px;
}
#searchResult .box-section:last-child {
  margin-top: 50px !important;
}
#searchResult .lead {
  margin-bottom: 30px;
}
#searchResult .definition_ttl {
  margin-bottom: 2px;
  text-decoration: underline;
}
#searchResult .searchResult_link {
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: underline;
}
#searchResult .pagination_items {
  display: flex;
}
#searchResult .pagination_item {
  font-size: 16px;
  margin-right: 5px;
}
#searchResult .pagination_item:last-child {
  margin-right: 0;
}
#searchResult .pagination_item a {
  color: #333d7f;
}



#topic_path {
  overflow: hidden;
  margin: 10px auto;
  padding-left: 0;
  width: 960px;
  font-size: 13px;
  list-style: none;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  #topic_path {
    width: 100%;
    display: none;
  }
}
#topic_path li {
  float: left;
  margin-right: 0.5em;
}
#topic_path a {
  color: #333D7F;
  text-decoration: none;
}
#topic_path a:hover {
  text-decoration: underline;
}

#contents {
  margin: 0 auto 30px;
  width: 960px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #contents {
    box-sizing: border-box;
    margin: 0 10px 30px;
    width: auto;
  }
}

#searchResult {
  font-size: 13px;
  line-height: 1.5;
}
#searchResult .ttl_bar {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 7px 12px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #459DBF;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  color: #343D7F;
  font-size: 15.6px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.mt-site-search-result__message {
  margin-bottom: 30px;
  font-size: 13px;
  word-break: break-all;
}
.mt-site-search-result-item {
  margin: 30px 0 !important;
}
.mt-site-search-result-item__label {
  margin-bottom: 2px;
  color: #333D7F;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.mt-site-search-result-item__url {
  display: none;
}

.mt-site-search__pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mt-site-search-pagination-item {
  margin: 0 5px;
  padding: 0;
}
.mt-site-search-pagination-item__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background: #eee;
  width: 45px;
  color: #333d7f !important;
  font-size: 16px !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.mt-site-search-pagination-item__link strong {
  font-weight: normal;
}
.mt-site-search-pagination-item__link:hover,
.mt-site-search-pagination-item--current .mt-site-search-pagination-item__link {
  background: #333d7f !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.mt-site-search-result-item__excerpt {
  font-size: 13px;
}



.header_tobira{
  position: relative;
  span{
    position: relative;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;

  }
}
.header_tobira span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}
.footer_navHeaderText::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}

.header_tobira_line{
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
}
.header_tobira_line::before {
  content:"";
  display:block;
  width:960px;
  height:1px;
  background-color:#333;
  position:absolute;
  top:0;
  left:0;
}

.foot_tobira_line{
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
  width: 100%;
  display: block;
}
.foot_tobira_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -5px;
  left: 0;}

.ml-18{
  margin-left: 18px;
}

.flex-foot{
  display: flex;
  gap: 50px;
}
.w-50{
  width: 50%;
}

.mt-100{
  margin-top: 100px;
}
/*------------------------------------------------------------
IR情報 共通
------------------------------------------------------------*/
h1 {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

#vision main img {
  width: 100%;
}

.ir_box {
  margin-top: 0;
  padding: 15px 0 15px 15px;
  border-left: 2px solid #ddd;
}

.ir_box + .ir_box {
  margin-top: 30px;
}

.ir_box h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
  color: #636a7a;
}

.pdf_list li {
  margin-top: 15px;
  padding-left: 22px;
  background: url(../../common/img/pdficon_small.png) no-repeat left top;
}

.pdf_list li:first-child {
  margin-top: 0;
}

.pdf_list li a {
  display: inline-block;
}

.figure_schedule {
  margin-bottom: 30px;
}

.box-section .ttl_bar,
.box-section .subttl_bar,
.box-section .middle_bar {
  margin-bottom: 20px;
}

.view-pc {
  display: block;
}

.view-sp {
  display: none !important;
}

.box-section .ttl_bar .spacing_normal {
  font-weight: bold;
  letter-spacing: 0;
}

.buttonarea_link {
  height: auto;
  width: auto;
}
.buttonarea_link_ir {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 0 10px 35px;
}
.buttonarea_link_ir::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  color: #343D7F;
}
@media only screen and (max-width: 700px) {
  .buttonarea_link_ir::before {
    left: 15px;
  }
}
.buttonarea_txt {
  font-size: 13px;
}
@media only screen and (max-width: 700px) {
  .buttonarea_txt {
    margin-left: 8px;
  }
}

/*------------------------------
テーブル
------------------------------*/
.stripe_table tr:nth-child(odd) {
  background-color: #d0d8e8;
}

.stripe_table tr:nth-child(even) {
  background-color: #e9edf4;
}

/*------------------------------
index
------------------------------*/
/*
	タイトル部分
*/
#index_visual {
  border: 2px #2D4C19 solid;
  color: #2D4C19;
  background: #fff url(../../common/img/ttl_icon_ir.gif) no-repeat 830px center;
}

#index_visual .title-mv {
  background-color: #2D4C19;
}

.news_area {
  float: left;
  width: 630px;
  margin: 30px 30px 0 0;
}

dl.news_release {
  overflow-y: scroll;
  height: 207px;
  padding: 0;
  border: 1px solid #DDD;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl.news_release dt {
  margin-left: 15px;
}

dl.news_release dd {
  margin-left: 15px;
  margin-right: 15px;
}

dl.news_release dt:first-child,
dl.news_release dt:first-child + dd {
  margin-top: 14px !important;
}

.stock_prices {
  float: left;
}

.stock_prices .inner {
  font-size: 110%;
}

.stock_prices ul {
  padding: 15px;
  background-color: #F4F4F4;
  border: 1px solid #DDD;
}

.stock_prices .inner {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.column.ir_data {
  float: right;
  position: relative;
}

.ir_data .inner {
  display: table-cell;
  width: 300px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #DDDDDD;
  border-top: none;
  vertical-align: middle;
}

.ir_data_list {
  overflow-y: scroll;
  height: 119px;
}

.ir_data_list li {
  margin-bottom: 10px;
}

.ir_data_list li:first-child {
  margin-top: 10px;
}

.ir_data_list li a {
  display: inline-block !important;
  padding-left: 22px;
  background: url(../../common/img/pdficon_small.png) no-repeat left top;
  line-height: 1.3;
}

.column .link_list {
  margin: 10px 0 0 10px;
}

/*------------------------------
vision 中期経営計画について
------------------------------*/
#vision .row_new_business {
  margin-right: -3.3%;
}

#vision .new_business {
  width: 30%;
  float: left;
  margin-right: 3.3%;
  border: 1px solid #4693D0;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#vision .new_business h3 {
  margin: 10px 10px;
  color: #4693D0;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.1em;
}

#vision .new_business h4 {
  margin: 0 10px 10px;
  padding: 6px 10px;
  color: #4693D0;
  background-color: #E6EBEE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#vision .dl_new_business,
#vision .new_business .square_list {
  font-size: 80%;
  margin: 0 10px 10px;
}

#vision .dl_new_business dt {
  margin: 1em 0 0 -0.5em;
  color: #4693D0;
}

#vision .new_business .square_list {
  color: #4693D0;
}

#vision .new_business .square_list span {
  color: #666666;
}

#vision .figure_bar_graph {
  margin-top: 20px;
}

#vision .adjust_sensor {
  margin-left: 1.5em;
}

#vision .notes_bar_graph {
  margin: 25px 0 0 7px;
}

/* 基本方針 */
#vision .disc_list li {
  font-size: 120%;
  font-weight: bold;
  color: #343D7F;
  /*	color:#666;*/
}

/* 主要連結指標目標 */
#vision .financial_graph_table thead th:nth-child(1) {
  width: 50%;
}

#vision .financial_graph_table thead th:nth-child(2) {
  width: 50%;
}

#vision .financial_graph_table td {
  text-align: center;
}

#vision .financial_graph_table td:nth-child(1) {
  text-align: left;
}

/*事業戦略*/
#vision .global_value {
  background: #f3f7eb;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
}

#vision .global_value h3 {
  text-align: center;
  font-weight: bold;
  color: #3dc0c2;
  margin-bottom: 20px;
  font-size: 140%;
  letter-spacing: 0.1em;
}

#vision .global_value table {
  width: 100%;
  background: #4db4de;
  border-radius: 5px;
  margin-bottom: 10px;
}

#vision .global_value table:last-child {
  margin-bottom: 0;
}

#vision .global_value table th,
#vision .global_value table td {
  padding: 10px;
  vertical-align: middle;
}

#vision .global_value table th {
  width: 150px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.1em;
}

#vision .global_value table td ul {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

#vision .global_value table td ul li {
  text-indent: -1em;
  margin-left: 1em;
}

#vision .global_value table td ul li span {
  color: #4db4de;
  font-size: 90%;
  margin-right: 0.2em;
}

#vision .vision_btmbox {
  background-color: #9BBB58;
  position: relative;
}

#vision .vision_btmbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  transform: translateY(-100%);
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9BBB58 50%) no-repeat top left/50.5% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #9BBB58 50%) no-repeat top right/50.5% 100%;
}

#vision .vision_btmbox h3 {
  text-align: center;
  color: #fff;
  font-size: 150%;
  padding: 0 1em 1em;
}

#vision .vision_btmbox h3 span {
  display: inline-block;
}

#vision .change_box {
  background: #f3f7eb;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
}

#vision .change_box .disc_list li {
  margin-bottom: 1em;
  color: #9BBB58;
}

#vision .change_box .disc_list > li:last-child {
  margin-bottom: 0;
}

#vision .change_box .disc_list li span {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#vision .change_box .disc_list li .disc_list {
  padding-left: 1.2em;
}

#vision .change_box .disc_list li ul li,
#vision .change_box .disc_list li p {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #666;
}

#vision .resources_box .resources_tbl {
  width: 680px;
  border-collapse: separate;
}

#vision .resources_box .resources_tbl .border_head {
  border: 2px solid #EC8D00;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}

#vision .resources_box .resources_tbl th,
#vision .resources_box .resources_tbl td {
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#vision .resources_box .resources_tbl .radius_tl {
  border-top-left-radius: 10px;
}

#vision .resources_box .resources_tbl .radius_tr {
  border-top-right-radius: 10px;
}

#vision .resources_box .resources_tbl .radius_bl {
  border-bottom-left-radius: 10px;
}

#vision .resources_box .resources_tbl .radius_br {
  border-bottom-right-radius: 10px;
}

#vision .resources_box .resources_tbl thead th {
  font-size: 110%;
}

#vision .resources_box .resources_tbl tbody th {
  width: 12%;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

#vision .resources_box .resources_tbl tbody td {
  width: 25%;
  border-left: 2px solid #EC8D00;
  border-right: 2px solid #EC8D00;
  height: 50px;
  vertical-align: top;
}

#vision .resources_box .resources_tbl tbody tr td.border_top {
  padding-top: 20px;
  border-top: 2px solid #EC8D00;
}

#vision .resources_box .resources_tbl tbody tr td.border_btm {
  border-bottom: 2px solid #EC8D00;
  padding-bottom: 20px;
}

#vision .resources_box .resources_tbl tbody tr td:nth-of-type(1) {
  border-right: none;
}

#vision .resources_box .resources_tbl tbody tr td:nth-of-type(3) {
  border-left: none;
}

#vision .resources_box .resources_tbl tbody td:last-child {
  width: 38%;
  text-align: left;
}

#vision .resources_box .resources_tbl .clr_1 {
  background-color: #4F81BC;
}

#vision .resources_box .resources_tbl .clr_2 {
  background-color: #9BBB58;
}

#vision .resources_box .resources_tbl .clr_3 {
  background-color: #C0504E;
}

#vision .resources_box .resources_tbl tbody td p {
  /*	margin-bottom: 1em;*/
}

#vision .resources_box .resources_tbl .list_1 li {
  padding: 5px 0px;
  background-color: #d0d8e8;
  font-size: 110%;
}

#vision .resources_box .resources_tbl .list_pos li {
  position: relative;
}

#vision .resources_box .resources_tbl .list_pos li span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%) scale(1.5, 1.5);
}

#vision .resources_box .resources_tbl .list_1 .pos_left span {
  left: 1.5em;
}

#vision .resources_box .resources_tbl .list_1 .pos_right span {
  left: auto;
  right: 0.5em;
}

#vision .resources_box .resources_tbl .pad_0 {
  padding: 0;
}

#vision .resources_box .resources_tbl .list_2 li {
  text-indent: -1em;
  margin-left: 1em;
}

#vision .resources_box .resources_tbl .list_2 li span {
  font-size: 90%;
  margin-right: 0.2em;
}

/* 中期計画スローガン */
#vision .sec-ttl {
  font-size: 15px;
  color: #666666;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
#vision .vision_box {
  margin-top: 30px;
}
#vision .vision_box__ttl {
  padding: 40px 15px 15px;
  background-color: #343D7F;
  background-image: url(../vision/img/bg_slogan01.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 180%;
}
#vision .vision_box__inner {
  padding: 20px 15px;
  border: solid 1px #343D7F;
}
#vision .vision_box__inner .disc_list {
  margin: 0;
}
#vision .vision_box__inner .disc_list li {
  color: inherit;
  font-weight: normal;
}
#vision .vision_table_wrap {
  margin-top: 15px;
}
#vision .vision_table_wrap .vision_table_wrap {
  margin-top: 0;
}
#vision .vision_table {
  width: 100%;
  border: solid 1px #343D7F;
  margin-top: 15px;
  background: #fff;
}
#vision .vision_table th {
  vertical-align: middle;
  width: 25%;
  padding: 10px;
  background: #343D7F;
  text-align: center;
  color: #fff;
}
#vision .vision_table tr + tr th {
  border-top: solid 1px #fff;
}
#vision .vision_table td {
  padding: 10px;
  border-top: solid 1px #343D7F;
}
#vision .vision_table .disc_list li {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

/* 事業ポートフォリオ */
#vision .w-26 {
  width: 35%;
}
@media only screen and (max-width: 700px) {
  #vision .biz-pf__box table {
    margin-bottom: 20px;
  }
}
#vision .biz-pf__box table th,
#vision .biz-pf__box table td {
  vertical-align: middle;
  border: solid 1px #ddd;
}
#vision .biz-pf__box_1 {
  width: 100%;
}
#vision .biz-pf__box_1 th {
  background: #24A4DF;
  color: #fff;
  width: 21%;
  font-size: 15px;
  font-weight: bold;
}
#vision .biz-pf__box_1 td {
  padding: 10px 4px;
}
#vision .biz-pf__box_2 {
  width: 100%;
}
#vision .biz-pf__box_2 th {
  background: #EC8D00;
  color: #fff;
  width: 21%;
  font-weight: bold;
  font-size: 15px;
}
#vision .biz-pf__box_2 td {
  padding: 10px 4px;
}
#vision .biz-pf__box_3 {
  width: 100%;
}
#vision .biz-pf__box_3 th {
  background: #A2BD15;
  color: #fff;
  width: 21%;
  font-weight: bold;
  font-size: 15px;
}
#vision .biz-pf__box_3 td {
  padding: 10px 4px;
}
#vision .biz-pf__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}
#vision .biz-pf__flow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  z-index: 2;
}
#vision .biz-pf__flow_1 {
  background: #3278B0;
}
#vision .biz-pf__flow_1::before {
  border-color: #032F52 transparent #032F52 #3278B0;
}
#vision .biz-pf__flow_2 {
  background: #032F52;
}
#vision .biz-pf__flow_2::before {
  border-color: #FF8962 transparent #FF8962 #032F52;
}
#vision .biz-pf__flow_3 {
  background: #FF8962;
}
#vision .biz-pf__flow_3::before {
  border-color: #fff transparent #fff #FF8962;
  right: 0;
}
#vision .biz-pf__label_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 10px 1px 0;
  box-sizing: border-box;
  background: #032F52;
  text-align: center;
  color: #fff;
}
#vision .biz-pf__label_1:nth-child(1) {
  height: 108px;
}
#vision .biz-pf__label_1:nth-child(2) {
  height: 178px;
}
#vision .biz-pf__label_1:nth-child(3) {
  height: 55px;
}
#vision .biz-pf__label_1:nth-child(4) {
  height: 216px;
}
#vision .biz-pf__label_1:last-child {
  margin-bottom: 0;
}
#vision .biz-pf__label_2 {
  padding: 5px;
  margin-bottom: 5px;
  background: #FF8962;
  text-align: center;
  color: #fff;
}
#vision .biz-pf__group_1 {
  min-height: 288px;
}
#vision .biz-pf .disc_list li {
  color: inherit;
  font-size: inherit;
}

/* 数値目標*/
#vision .bg-gray {
  background: #EDEDED;
}
#vision .text-center {
  text-align: center !important;
}
#vision .gl__box-flex {
  display: flex;
}
#vision .gl__box table {
  width: 100%;
}
#vision .gl__box table tr:last-child {
  border-bottom: solid 1px #24A4DF;
}
#vision .gl__box table th {
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px;
  border-right: solid 1px #24A4DF;
  border-bottom: solid 1px #24A4DF;
  border-top: solid 1px #24A4DF;
  background: #D5E8EF;
}
#vision .gl__box table th:last-child {
  border-right: none;
}
#vision .gl__box table td {
  text-align: right;
  vertical-align: middle;
  padding: 12px 10px;
  border-right: solid 1px #24A4DF;
}
#vision .gl__box table td:last-child {
  border-right: none;
}
#vision .zigyou__box_flex {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  #vision .zigyou__box_flex {
    display: block;
  }
}
#vision .zigyou__box_flex:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  #vision .zigyou__box_img {
    margin-bottom: 20px;
  }
}
#vision .zigyou__box_left {
  width: 50%;
  margin-right: 20px;
}
@media only screen and (max-width: 700px) {
  #vision .zigyou__box_left {
    width: 100%;
  }
}
#vision .zigyou__box_right {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  #vision .zigyou__box_right {
    width: 100%;
  }
}
#vision .zigyou__box_kiban {
  margin-right: 20px;
}
@media only screen and (max-width: 700px) {
  #vision .zigyou__box_kiban {
    margin-bottom: 20px;
  }
}

/* 脱炭素・ポスト5G・デジタル社会の実現に向けて */
#vision .ict-ttl {
  color: #A2BD15;
}
#vision .management-ttl {
  color: #EC8D00;
}

/*  ESGの取り組み */
#vision .esg__box_list {
  background: #E9EDF4;
  padding: 20px;
  width: 50%;
  margin-right: 20px;
}
@media only screen and (max-width: 700px) {
  #vision .esg__box_list {
    width: auto;
    margin: 20px 0;
  }
}
#vision .esg__box_list:last-child {
  margin: 0;
}
#vision .esg__box_list-ttl {
  text-align: center;
  color: #343D7F;
  font-weight: bold;
  font-size: 16px;
}
#vision .esg__box_list-ttl span {
  display: block;
  color: #666666;
  font-size: 13px;
}
#vision .esg__box_list dt {
  font-weight: bold;
}
#vision .esg__box_list ul {
  margin-left: 20px;
  color: #343D7F;
}
#vision .esg__box_list ul li {
  color: #666;
  list-style: disc;
  margin-bottom: 5px;
}
#vision .esg__box_list ul li:last-child {
  margin: 0;
}
#vision .esg__box_dlbox {
  margin-left: 20px;
}
#vision .esg__box_dlbox dt {
  display: list-item;
  list-style: disc;
  color: #343D7F;
  font-weight: bold;
}

/* 経営基盤の継続強化 */
#vision .foundation-list__box {
  border: solid 1px #343D7F;
  margin-top: 20px;
}
#vision .foundation-list__box_column {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#vision .foundation-list__box_column > * {
  width: 50%;
}
#vision .foundation-list__box_column > *:nth-child(n+2) {
  border-left: solid 1px #343D7F;
  margin: 0;
}
#vision .foundation-list__dt {
  padding: 10px;
  margin-bottom: 0;
  background: #343D7F;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}
#vision .foundation-list__dd {
  padding: 13px 10px;
  font-size: 110%;
}
#vision .foundation-list__ttl {
  display: inline-block;
  border-bottom: solid 1px currentColor;
  font-weight: bold;
}
#vision .foundation-list__ttl span {
  font-weight: inherit;
}
#vision .foundation-list__ttl [rb] {
  position: relative;
}
#vision .foundation-list__ttl [rb]::before {
  content: attr(rb);
  position: absolute;
  top: -1em;
  left: -0.2em;
  right: -0.2em;
  transform: scale(0.85);
  font-size: 0.5em;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  text-indent: 0;
}
#vision .foundation-list .disc_list li {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

#vision p.pdf {
  display: block;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ddd;
  background: url(../../common/img/pdficon_small.png) no-repeat 10px center;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: background-color;
}

/*------------------------------
annual_report
------------------------------*/
.annual_report .pdf_list li {
  padding-left: 0;
  background: none;
}

.annual_report .pdf_list li strong {
  font-weight: bold;
}

.annual_report .pdf_list li a {
  display: block;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ddd;
  background: url(../../common/img/pdficon_small.png) no-repeat 10px center;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: background-color;
}

.annual_report .pdf_list li a:hover {
  text-decoration: none;
  background-color: #F1F1F1;
}

/*------------------------------
shareholders
------------------------------*/
.basic_table {
  margin-top: 50px;
}

.basic_table th {
  width: 5em;
}

.old_info + .basic_table {
  margin-top: 0;
}

.old_info {
  margin: 30px 0 15px;
}

/*------------------------------
official_notice
------------------------------*/
.official_notice .pdf_list {
  margin-left: 17px;
}

/*------------------------------
financial
------------------------------*/
.financial .financial_graph_list,
.financial .result_graph_list {
  overflow: hidden;
  margin: 0 -20px 0 10px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .financial .financial_graph_list,
  .financial .result_graph_list {
    display: block;
  }
}

.financial .financial_graph_list li,
.financial .result_graph_list li {
  margin: 0 20px 60px 0;
}

.financial .result_graph_list li.secont_li {
  padding-bottom: 27px;
}

.financial li .definition_ttl {
  display: block;
  margin-bottom: 15px;
  text-align: left;
  font-size: 115%;
}

.financial_graph_table {
  width: 100%;
}

.financial_graph_table thead th {
  text-align: center;
  color: #fff;
  background-color: #636a7a;
}

.financial_graph_table th,
.financial_graph_table td {
  padding: 10px;
  border: 1px solid #fff;
}

.financial_graph_table td {
  text-align: right;
}

/*------------------------------
investor
------------------------------*/
.investor .light_bar {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 115%;
}

.investor .light_bar span {
  float: right;
}

.investor caption.light_bar {
  margin-bottom: 10px;
}

.investor .basic_info_table th {
  width: 30%;
}

.investor .shares_graph {
  width: 445px;
  margin: 0 auto;
  padding-top: 30px;
}

.investor .stockholder_table thead th {
  vertical-align: middle;
}

.investor .stockholder_table td:first-child {
  text-align: center;
  vertical-align: middle;
}

.investor .stockholder_table td:first-child + td {
  text-align: left;
  vertical-align: middle;
}

/*------------------------------
procedure
------------------------------*/
.procedure caption.light_bar {
  margin-bottom: 10px;
}

.procedure .definition_ttl {
  margin-bottom: 5px;
}

.procedure .financial_graph_table th,
.procedure .financial_graph_table td {
  text-align: left;
}

.procedure .financial_graph_table .padding_0 {
  padding: 0;
}

.procedure .financial_graph_table .padding_0 table {
  margin: -1px;
}

.procedure .financial_graph_table .padding_0 table th,
.procedure .financial_graph_table .padding_0 table td {
  background-color: #D0D8E8;
}

.procedure .shareholders_info_table th {
  white-space: nowrap;
  vertical-align: middle;
}

.procedure .vcard .postal-code {
  display: inline-block;
  margin-right: 1em;
}

/*------------------------------
faq
------------------------------*/
#faq .faq_dl {
  margin: 20px 0 0 10px !important;
}

#faq .faq_dl dt,
#faq .faq_dl dd {
  font-weight: bold;
  position: relative;
  padding: 5px 0 5px 3em;
}

#faq .faq_dl dt {
  margin: 10px 0 20px 0;
  color: #343D7F;
  cursor: pointer;
  background: url(../../common/img/arrow_blue_down.png) no-repeat 98% center #FFFFFF;
}

#faq .faq_dl dt.current {
  background: url(../../common/img/icon_close.png) no-repeat 98% center #FFFFFF;
  background-size: 15px auto;
}

#faq .faq_dl dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 8px;
  font-weight: normal;
  color: #fff;
  background-color: #343D7F;
}

#faq .faq_dl dd {
  display: none;
  font-weight: normal;
  margin: 0 0 35px 0;
}

#faq .faq_dl dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 8px;
  font-weight: normal;
  color: #fff;
  background-color: #9B2204;
}

/*------------------------------
下層用
------------------------------*/
/* カテゴリタイトル部分 */
.title-category {
  position: relative;
  padding: 2em;
  margin: 0 auto 20px;
  width: 100%;
  height: 300px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 115.3%;
  /*15px*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#vision .title-category {
  background-image: url(/__assets/ir/vision/img/bg_title.jpg);
}

@media only screen and (max-width: 640px) {
  .view-pc {
    display: none !important;
  }
  .view-sp {
    display: block !important;
  }
  /*------------------------------------------------------------
  news
  ------------------------------------------------------------*/
  .news_area {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  dl.news_release {
    overflow-y: auto;
    height: auto;
    border: 1px solid #DDD;
  }
  dl.news_release dt {
    float: none;
    display: block;
  }
  dl.news_release dd,
  dl.news_release dt:first-child + dd {
    margin-top: 5px;
    padding: 0 0 14px 0;
  }
  #ir .news_release,
  #ir .stock_prices .inner {
    height: auto;
  }
  /*------------------------------
  index
  ------------------------------*/
  .stock_prices {
    float: none;
  }
  .column.ir_data {
    float: none;
  }
  .ir_data .inner {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 5px 8px 8px;
  }
  .ir_data_list {
    overflow-y: auto;
    height: auto;
  }
  .ir_data_list li {
    margin-top: 10px;
  }
  .ir_data_list li:first-child {
    margin-top: 0;
  }
  .ir_data_list li a {
    display: block;
    padding-left: 22px;
    background: url(../../common/img/pdficon_small.png) no-repeat left top;
    line-height: 1.3;
  }
  #ir .news_release,
  #ir .stock_prices .inner {
    height: auto !important;
  }
  #ir .stock_prices .btn_finance {
    text-align: center;
  }
  .figure_schedule {
    overflow-x: scroll;
  }
  /*------------------------------
  message
  ------------------------------*/
  #message .top_img {
    float: none;
    width: auto;
    margin: 1em 0;
  }
  /*------------------------------
  vision 中期経営計画について
  ------------------------------*/
  #vision .row_new_business {
    margin-right: 0;
  }
  #vision .new_business {
    width: 100%;
    float: none;
    margin-right: 0;
    height: auto !important;
  }
  #vision .flickable_area {
    overflow-x: scroll;
  }
  #vision .adjust_sensor {
    margin-left: 0;
  }
  #vision .vision_wrap_table {
    overflow-x: scroll;
  }
  #vision .financial_graph_table {
    width: 570px;
  }
  #vision .financial_graph_table thead {
    display: table-header-group;
  }
  #vision .financial_graph_table tbody tr {
    display: table-row;
  }
  #vision .financial_graph_table th,
  #vision .financial_graph_table td {
    display: table-cell;
  }
  #vision .global_value {
    padding: 15px 10px 10px;
  }
  #vision .global_value h3 {
    font-size: 130%;
    margin-bottom: 15px;
  }
  #vision .global_value table th,
  #vision .global_value table td {
    display: block;
  }
  #vision .global_value table th {
    width: 100%;
    font-size: 105%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #vision .global_value table th br {
    display: none;
  }
  /* 中期計画スローガン */
  #vision .vision_table_wrap {
    overflow-x: scroll;
  }
  #vision .vision_table_wrap .vision_table {
    width: 570px;
  }
  /* 事業ポートフォリオ */
  #vision .biz-pf-wrap {
    overflow-x: scroll;
  }
  #vision .biz-pf {
    width: 700px;
  }
  #vision .biz-pf__flow::before {
    border-width: 20px 0 20px 15px;
  }
  /* 経営基盤の継続強化 */
  #vision .foundation-list__box_column {
    display: block;
  }
  #vision .foundation-list__box_column > * {
    width: auto;
  }
  #vision .foundation-list__box_column > *:nth-child(n+2) {
    border: solid #343D7F;
    border-width: 1px 0 0;
  }
  /*------------------------------
  financial
  ------------------------------*/
  .financial .financial_graph_list,
  .financial .result_graph_list {
    overflow: hidden;
    margin: 0 0 0 0 !important;
  }
  .financial .financial_graph_list li,
  .financial .result_graph_list li {
    float: none;
    margin: 0 0 50px 0;
  }
  .financial .result_graph_list li.secont_li {
    padding-bottom: 0;
  }
  .financial .financial_graph_table td:nth-of-type(1):before {
    content: "2019 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(2):before {
    content: "2020 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(3):before {
    content: "2021 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(4):before {
    content: "2022 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(5):before {
    content: "2023 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(6):before {
    content: "2024（予想） ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(8):before {
    content: "2024 3Q(累計)	 ：" !important;
    margin-right: 0.5em;
  }
  .financial .financial_graph_table td:nth-of-type(9):before {
    content: "進捗率（％） ：" !important;
    margin-right: 0.5em;
  }
  #contents_main > div > div.box-section.mt-50 > table > tbody > tr:nth-child(1) > td:nth-child(9):before {
    content: "2024 3Q ：" !important;
    margin-right: 0.5em;
  }
  #contents_main > div > div.box-section.mt-50 > table > tbody > tr:nth-child(2) > td:nth-child(9):before {
    content: "2024 3Q ：" !important;
    margin-right: 0.5em;
  }

  .financial .financial_graph_table colgroup col {
    width: auto !important;
  }
  /*------------------------------
  investor
  ------------------------------*/
  .investor .light_bar {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 115%;
  }
  .investor .light_bar span {
    float: right;
  }
  .investor caption.light_bar {
    margin-bottom: 0;
  }
  .investor .basic_info_table tr:first-child,
  .investor .stockholder_table tr:first-child {
    margin-top: 10px;
  }
  .investor .basic_info_table th {
    width: auto;
  }
  .investor .shares_graph {
    width: 90%;
    margin: 0 auto;
  }
  .investor .financial_graph_table tbody tr {
    margin-top: 20px;
  }
  .investor .stockholder_table thead {
    display: none;
  }
  .investor .stockholder_table tbody td:first-child {
    display: table-cell;
    width: 10%;
    color: #fff;
    background-color: #636a7a;
  }
  .investor .stockholder_table tbody td:first-child:after {
    content: "位";
  }
  .investor .stockholder_table td:nth-of-type(2) {
    display: table-cell;
    color: #fff;
    background-color: #636a7a;
  }
  .investor .stockholder_table td:nth-of-type(3):before {
    content: "持株数（千株）：";
    margin-right: 0.5em;
  }
  .investor .stockholder_table td:nth-of-type(4):before {
    content: "持株比率（％）：";
    margin-right: 0.5em;
  }
  /*----------
  financial　investor　共通
  ----------*/
  .financial_graph_table thead {
    display: none;
  }
  .financial_graph_table tbody tr {
    display: block;
    margin-top: 40px;
  }
  .financial_graph_table tr:nth-child(odd) {
    background-color: #fff;
  }
  .financial_graph_table tr:nth-child(even) {
    background-color: #fff;
  }
  .financial_graph_table tbody th {
    color: #fff;
    background-color: #636a7a;
  }
  .financial_graph_table th,
  .financial_graph_table td {
    display: list-item;
    list-style-type: none;
  }
  .financial_graph_table td {
    text-align: left;
  }
  .financial_graph_table td:nth-child(odd) {
    background-color: #d0d8e8;
  }
  .financial_graph_table td:nth-child(even) {
    background-color: #e9edf4;
  }
  /*------------------------------
  procedure
  ------------------------------*/
  .procedure caption.light_bar {
    margin-bottom: 0;
  }
  .procedure .financial_graph_table tbody tr {
    margin-top: 20px;
  }
  .procedure .financial_graph_table tr:first-child {
    margin-top: 10px;
  }
  .procedure .financial_graph_table .padding_0 table {
    width: 100%;
  }
  .procedure .financial_graph_table .padding_0 table th,
  .procedure .financial_graph_table .padding_0 table td {
    background-color: #D0D8E8;
  }
  /*------------------------------
  下層用
  ------------------------------*/
  /* カテゴリタイトル部分 */
  .title-category {
    width: auto;
    height: 250px;
    margin: 0 -10px 20px;
    padding: 1em;
    background-position: center center;
    background-size: cover;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .tabs {
    width: 700px;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 49%;
  height: 50px;
  border: 1px solid #707070;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #6E6E6E;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .tab_item {
    width: 49.5%;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #343D7F;
  color: #fff;
}

.tab_content2__box {
  margin-top: 30px;
}
.tab_content2__box__inner {
  padding: 0px 10px;
}
.tab_content2__box__inner .w-md-80 {
  width: 100%;
}
.tab_content2__box__inner .w-md-80 img {
  width: 100%;
}
@media (min-width: 769px) {
  .tab_content2__box__inner .w-md-80 {
    width: 80%;
  }
}
.tab_content2__box__inner .img-responsive img {
  width: 100%;
}
.tab_content2__box__inner ul li {
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 769px) {
  .tab_content2__box__inner ul li {
    width: 48% !important;
  }
}
.tab_content2__box .bgc__orange {
  background-color: #EC8D00 !important;
  border-top: 1px solid #EC8D00 !important;
  border-bottom: 2px solid #EC8D00 !important;
}
.tab_content2__box .bgc__green {
  background-color: #A2BD15 !important;
  border-top: 1px solid #A2BD15 !important;
  border-bottom: 2px solid #A2BD15 !important;
}
.tab_content2__box .bgc__blue {
  background-color: #24A4DF !important;
  border-top: 1px solid #24A4DF !important;
  border-bottom: 2px solid #24A4DF !important;
}
.tab_content2 .financial_graph_list {
  margin: 0 !important;
}

@media (min-width: 769px) {
  .text-center {
    text-align: center !important;
  }
}

@media (min-width: 769px) {
  .color1 {
    background-color: #99ADDC !important;
  }
}

@media (min-width: 769px) {
  .color2 {
    background-color: #D0D8E8 !important;
  }
}

@media (min-width: 769px) {
  .color3 {
    background-color: #E9EDF4 !important;
  }
}

@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 769px) {
  .toku {
    margin-top: 0 !important;
  }
}

@media (max-width: 769px) {
  .next {
    margin-top: 40px !important;
  }
}

.color-white {
  color: #fff !important;
}

.text-right {
  text-align: right;
}/*# sourceMappingURL=ir_style.css.map */
.mt-50{
	margin-top: 50px;
}
.tmb {
	width: 100% !important;	
  }
  .tmb_none {
	width: 100% !important;	
  }

  @media (max-width: 768px) {
	.tmb {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch; /* スワイプでスクロール可能にする */
		width: 100% !important;
		}
  }
  @media (max-width: 768px) {
	.tmb_none {
		width: 100% !important;
		}
  }

  .tmb_none_img {
	width: 100% !important;
	height: auto;
  }
  .tmb_img {
	width: 100% !important;
	height: auto;
  }
  @media (max-width: 768px) {
	.tmb_img {
        width: 190% !important;
        height: auto;			}
  }
  @media (max-width: 768px) {
	.tmb_img_2 {
        width: 260% !important;
        height: auto;			}
  }
  @media (max-width: 768px) {
	.tmb_img_3 {
        width: 120% !important;
        height: auto;			}
  }
  @media (max-width: 768px) {
	.tmb_none_img {
        width: 100% !important;
        height: auto;			}
  }

  .tmb_img:hover {
	cursor: pointer;
  }
  .popup {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	transform: scale(0);
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s, transform 0s 0.3s;
  }
  @media (max-width: 768px) {
	.popup {
		display: none;
	}
}

  .popup__btn {
	display: block;
	z-index: 13;
	position: absolute;
	top: 1vh;
	right: 1vh;
	width: 5vh !important;
	height: 5vh;
	cursor: pointer;
  }
  .popup__btn::before,
  .popup__btn::after {
	position: absolute;
	top: 50%;
	width: 100% !important;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	content: '';
  }
  .popup__btn::before {
	transform: rotate(45deg);
  }
  .popup__btn::after {
	transform: rotate(-45deg);
  }
  .popup__btnarea {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
  }
  .popup__img {
	z-index: 11;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90% !important;
	height: 90%;
  }
  .popup__img img {
	width: 100% !important;
	height: 100%;
	object-fit: contain;
  }
  input[type="checkbox"] {
	display: none;
  }
  input[type="checkbox"]:checked ~ .popup {
	transform: scale(1);
	opacity: 1;
	transition: opacity 0.3s;
  }

  .sp-only{
	display: none;
  }
  @media (max-width: 768px) {
	.sp-only{
		display: block;
	  }
	}
	.pc-only{
		display: block;
	  }
	  @media (max-width: 768px) {
		.pc-only{
			display: none;
		  }
		}
	.img_flexbox{
		display: flex;
    img{
      width: 100%;
    }
	}
	.text-right{
		text-align: right;
}

.mt-50{
  margin-top: 50px;
}

.toiawase-btn{
  border: #000 1px solid;
  padding: 10px 50px;
}
.toiawase-btn p::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.anchor_list_flex_2{
  
}
.anchor_list_flex_2 li{
  margin: 10px 0;
  width: 50%;
}
@media (max-width: 768px) {
  .anchor_list_flex_2 li{
    width: 100%;
  }
    }

    .w-50{
      width: 50% !important;
    }

  .sus_ttl{
    
    display: block;
    margin-bottom: 15px;
    text-align: left;
    font-size: 115%;
    color: #636A7A;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .sus_ttl2{
        color: #636A7A;
    font-weight: bold;
  }

  .txtwidth{
    width: 197%;
    margin-left: 15px;
  }

  .bluetxt{
    color: #343D7F;
    font-weight: 600;
  }

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

  .financial_graph_table th, .financial_graph_table td {
    padding: 8px;
}

.smalltxt{
  font-size: 87%;
}
#sustainability .title-category {
  background-image: url(/__assets/sustainability/img/bg_title.jpg) !important;
}

#sustainability p.pdf {
  display: block;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ddd;
  background: url(../../common/img/pdficon_small.png) no-repeat 10px center;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: background-color;
}
.fh_footer{

  .header_tobira_line::before {
      content: "";
      display: block;
      width: 960px;
      height: 1px;
      background-color: #333;
      position: absolute;
      top: initial;
    bottom: 0;
      left: 0;
  }
  
  .header_tobira_line {
      position: relative;
      padding-bottom: 9px;
      margin-bottom: 5px;
  }
  }
  .fh_footer .footer_navRow {
      margin-bottom: 26px;
  }
  
  @media screen and (max-width: 640px) {
      body:not([data-pagetype=English], [data-pagetype=chinese]) .fh_footer .footer_navContainer {
          display: block;
      }
  }
  
  @media only screen and (max-width: 640px) {
    .business_details .inner {
      width: auto;
      padding: 0 1rem;	}
      .fh_footer{
        .header_tobira_line::before {
          width: 100%;
        }
        .header_tobira_line {
          margin-top: 0;
        }
    
      }
      .footer_nav{
        width: auto !important;
        padding: 2rem 1rem !important;		}
        .fh_footer .footer_navItem {
          width: 48%;			}
    }
  
    .accordion-click2::after {
      content: '+';
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    
      content: '+'; /* 初期は+ */
      font-size: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      width: 30px; /* ボタンの幅 */
      height: 30px; /* ボタンの高さ */
      background-color: #fff; /* ボタンの背景色 */
      border-radius: 50%; /* 丸いボタン */
      text-align: center;
      line-height: 30px; /* 縦中央揃え */
      color: #333; /* アイコンの色 */
      
      }
      
      /* 開いているときのマイナスアイコン */
      .accordion-click2.active::after {
      content: '-';
      }
      
      .footer_navHeaderText::after {
  content: none;	}

  #integreted_report .title-category {
    background-image: url(/__assets/corporate/integreted_report/img/bg_title.jpg);
  }
  #integreted_report p.pdf {
    display: block;
    padding: 10px 10px 10px 32px;
    border: 1px solid #ddd;
    background: url(/__assets/from_theme/old_assets/common/img/pdficon_small.png) no-repeat 10px center;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-property: background-color;
}
#integreted_report p.pdf {
  display: block;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ddd;
  background: url(/__assets/from_theme/old_assets/common/img/pdficon_small.png) no-repeat 10px center;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: background-color;
}

/*------------------------------
WOVN日英中コンテンツ出し分け
------------------------------*/
:lang(ja).wovn_show_if_en {
    display: none;
}
:lang(ja).wovn_show_if_cn {
    display: none;
}

:lang(en).wovn_show_if_ja {
    display: none;
}
:lang(en).wovn_show_if_cn {
    display: none;
}

:lang(zh-Hant).wovn_show_if_ja {
    display: none;
}
:lang(zh-Hant).wovn_show_if_en {
    display: none;
}
:lang(ja).reason02 .ttlBox01 p.wovn_show_if_en {
    display: none !important;
}
:lang(ja).reason02 .ttlBox01 p.wovn_show_if_cn {
    display: none !important;
}

:lang(en).reason02 .ttlBox01 p.wovn_show_if_ja {
    display: none !important;
}
:lang(en).reason02 .ttlBox01 p.wovn_show_if_cn {
    display: none !important;
}

:lang(zh-Hant).reason02 .ttlBox01 p.wovn_show_if_ja {
    display: none !important;
}
:lang(zh-Hant).reason02 .ttlBox01 p.wovn_show_if_en {
    display: none !important;
}