@charset "UTF-8";
/* 共通css */
/*以下のメディアクエリはコンテンツに応じて数値を変更してください*/
@media only screen and (min-width: 856px) and (max-width: 1150px) {
  .header_area1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
@media only screen and (min-width: 856px) and (max-width: 1220px) {
  .en_header .header_area1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .en_header .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
/*メディアクエリの数値の変更はここまで*/
.sidebar_local-nav > h2,
.b_page-title {
  background: linear-gradient(#0052a3, #0066cc);
}

.m_hdg._A h2,
.m_hdg._A h3,
.m_hdg._A h4,
.m_hdg._A h5,
.m_hdg._A h6 {
  border-left: 4px solid #0066cc;
  background: #d1e3f7;
  color: #333;
}

.m_hdg._B h2,
.m_hdg._B h3,
.m_hdg._B h4,
.m_hdg._B h5,
.m_hdg._B h6 {
  border-left: 4px solid #0066cc;
  background: #f2f2f2;
}

.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #d1e3f7;
}

.company_group_lede {
  background: linear-gradient(to right, #dce9f5, #4f7cb8);
  background-color: #dce9f5;
}

.m_listpage_link > li {
  background: #e6e6e6;
}

#l_content.first {
  padding: 0 20px 40px !important;
}

.header_logo .logo {
  margin: 5px 15px 10px 0;
}

.l_product {
  background-color: rgb(221, 221, 221);
}

.l_product a {
  text-decoration: underline;
}

.l_product a:link:hover {
  text-decoration: none;
}

.l_product p {
    margin: auto;
    max-width: 1260px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.l-globalNav_logoImage {
      line-height: 1;
      font-size: 0;
      width: auto;
      height: 18.5px;
}

@media only screen and (max-width: 520px) {
      .l-globalNav_logoImage {
            height: 14px;
      }
}

.header_global-nav_megadown .link_index .text {
  box-sizing: border-box;
  width: 238px;
  margin: 0 auto;
}

.header_global-nav_sp .nav_button::after {
  -webkit-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}

.header_utility .company {
  margin-right: 1.25em;
  padding: 0.2em 8px 0.2em 30px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  background: no-repeat 10px 50%;
  background-size: 11px 17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAiCAYAAABbXymAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtABMDjQALiGhsbLQBUoepZGZ0fX39Mpq5eOgZzIJFbDoQf0ITKwBidij7GhBvRpM3BGI3QgZ3APEjNLEMJIMvAHEFmnwmusGjkYc3jEHh9QFNjB2JrQXE5WjyFsQYXEHAMQZQPHjDOA2IhdDwGnLCGB18BeL3aGK/hl9yo2s6RgezgHgKmhg3NQzmJsag0WJztNgcqcXmCDGYcci1jwECDAArliaeJem56AAAAABJRU5ErkJggg==);
}

/*ここから各事業部css*/
.header_utility {
  display: inline-block;
}
.header_utility__in {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .header_utility__in {
    flex-wrap: wrap;
  }
}
.header_utility .langs {
  font-size: 0.875rem;
  width: 8em;
  border: 1px solid #e6e6e6;
  padding: 2.5px 0;
  margin-right: 0.5em;
}
.header_utility .langs__title {
  position: relative;
  text-align: center;
}
.header_utility .langs__text {
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s all ease;
}
.header_utility .langs__text:hover {
  opacity: 0.6;
}
.header_utility .langs__list {
  display: none;
  position: absolute;
  width: calc(100% - 2px);
  border: 1px solid #e6e6e6;
  z-index: 1000;
  background-color: #FFF;
}
.header_utility .langs__list--active {
  display: block;
  -webkit-animation: sliede 0.4s linear 0s;
  animation: sliede 0.4s linear 0s;
}
.header_utility .langs__item {
  font-size: 0.875rem;
  text-align: center;
  padding: 0;
}
.header_utility .langs-item__link {
  padding: 0.2em;
}
@media only screen and (max-width: 520px) {
  .header_utility .box_area {
    margin-bottom: 15px;
  }
}

@-webkit-keyframes sliede {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sliede {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.langs-sp {
  text-align: center;
}
.langs-sp__item a {
  display: block;
  text-align: center;
  padding: 0.8em 0;
}

/*グローバルナビを均等にする*/
.header_global-nav .nav_list._jp {
  table-layout: fixed;
}

.header_utility_sp {
  margin-bottom: 15px;
}

.header_utility_sp .company {
  padding: 0.8em 0;
  border-bottom: 1px solid #5c5c5c;
  display: block;
}

.header_utility_sp .contact {
  padding: 0.8em 0;
  display: block;
}

.header_search_sp {
  margin-top: 5px;
}

.header_global-nav_sp .nav_button::after {
  -webkit-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}

.header_utility_sp .contact {
  padding: 4px 0 0;
  margin-bottom: -8px;
  border-top: 1px solid #5c5c5c;
  display: block;
}

.l_product {
  background-color: rgb(221, 221, 221);
}

.l_product a {
  text-decoration: underline;
}

.l_product a:link:hover {
  text-decoration: none;
}

.l_product p {
    margin: auto;
    max-width: 1260px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

#l_content.first {
  padding: 0 20px 40px !important;
}

/* 製品詳細 */
#product .thumbnail_box {
  display: flex;
  justify-content: space-between;
}
#product .thumbnail_box .thumbnail {
  width: 25%;
}
#product .thumbnail_box .thumbnail img {
  width: 100%;
  height: auto;
}
#product .thumbnail_box .puroducts {
  width: 73%;
}
#product .thumbnail_box .m_link {
  margin-top: 0;
}
#product .product_slider-visual {
  margin: auto;
  max-width: 1400px;
  background: #e6eff7;
  position: relative;
}
#product .product_slider-visual .carousel_panel {
  position: relative;
  z-index: 1;
  transition: opacity 0.5s;
}
#product .product_slider-visual .carousel_panel[aria-hidden=true] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
#product .product_slider-visual .carousel_panel_image {
  display: block;
  height: auto;
  width: 100%;
}
#product .product_slider-visual .carousel_control_wrapper {
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  max-width: 1260px;
}
#product .product_slider-visual .carousel_panel {
  position: relative;
}
#product .product_slider-visual .carousel_panel p {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#product .product_slider-visual .carousel_change {
  display: table-cell;
  vertical-align: middle;
}
#product .product_slider-visual .carousel_change > li {
  display: inline-block;
  vertical-align: middle;
}
#product .product_slider-visual .carousel_change [type=button] {
  padding: 0.45em;
  display: block;
}
#product .product_slider-visual .carousel_change [type=button] img {
  background-color: #fff;
}
#product .product_slider-visual .carousel_change [type=button][aria-selected=true] img {
  background-color: #06c;
}
#product .product_slider-visual .carousel_control {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#product .product_slider-visual .carousel_control [type=button] {
  padding: 12px 8px;
  display: inline-block;
  vertical-align: top;
}
#product #outline .m_list {
  margin-bottom: 30px !important;
}
#product #slider {
  margin-bottom: 30px;
}
#product #product_other {
  margin-bottom: 30px !important;
}
#product #product_other + .m_image-list li {
  width: 30%;
}
#product .b_page-title {
  position: relative;
}
#product .b_page-title .product_category {
  display: flex;
}
#product .b_page-title .product_category li {
  width: 50%;
  text-align: center;
}
#product .b_page-title .product_category li a {
  display: block;
  padding: 5px 20px;
  color: #FFF;
}
#product .b_page-title .product_category li.com {
  background-color: cadetblue;
}
#product .b_page-title .product_category li.man {
  background-color: darkmagenta;
}
@media only screen and (min-width: 856px) {
  #product .b_page-title .product_category {
    position: absolute;
    top: 0;
    right: 20px;
  }
  #product .b_page-title .product_category li {
    width: auto;
  }
  #product .b_page-title .product_category li + li {
    margin-left: 5px;
  }
}

#technical .image_area .inner {
  width: 120px !important;
  text-align: center;
}
#technical .image_area img {
  border: 1px solid #CCC;
}

.new {
  text-align: center;
  color: #900;
  background: rgba(153, 0, 0, 0.2) !important;
}

#support .schedule td {
  text-align: center;
}
#support .schedule .plans {
  color: #900;
  background: rgba(153, 0, 0, 0.2) !important;
}
#support .schedule .end {
  background: #F5F5F5;
}
#support .schedule .end::before {
  content: "-";
}

#LICENSE h1 {
  text-align: center;
  font-weight: bold;
}
#LICENSE .srm_action_button {
  margin-top: 30px !important;
}
#LICENSE .srm_action_button [type=button] {
  padding: 1em 1.2em;
  margin: auto 10px;
  border: none;
  box-shadow: 0 0 4px rgba(6, 0, 1, 0.2);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
}
#LICENSE .srm_action_button [type=button]:nth-child(1) {
  background: #cc5252;
}
#LICENSE .srm_action_button [type=button]:nth-child(2) {
  background: #666;
}

.srm_input_table input[type=email],
.srm_input_table input[type=tel] {
  padding: 0.5em 0.1em;
  box-sizing: border-box;
  margin-right: 0.5em;
  width: 12em;
}

.srm_input_table input[type=email]:last-child,
.srm_input_table input[type=tel]:last-child {
  margin-right: 0;
}

.srm_input_table input[type=email]:only-child,
.srm_input_table input[type=tel]:only-child {
  width: 100%;
}

.add_product {
  text-align: center;
  margin: 15px auto;
}
.add_product a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #CCC;
  background-color: #06c;
  color: #FFF;
  text-decoration: none;
}
.add_product a:hover {
  opacity: 0.6;
}

.note {
  margin: auto;
  padding: 5px 20px;
  max-width: 1260px;
}
.note_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0 0;
}
@media only screen and (min-width: 856px) {
  .note_wrap {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0 0;
  }
}
.note .m_text {
  margin: 0;
}
.note_img {
  width: 190px;
}
.note_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* common/css/common.cssの改定に伴う不具合修正 */
/* 2025/12/19 */
.b_topic-path {
      padding: 0 !important;
      margin-top: 0 !important;
}
.b_topic-path > p {
      padding: 6px 20px !important;
      max-width: 1260px !important;
}
