@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/MaterialIcons-Regular.ttf) format("truetype");
}

.comp_v3_0010 {
  z-index: 998;
  letter-spacing: 0.2em;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.comp_v3_0010__frame {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  color: #000000;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__frame {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}

.comp_v3_0010__logo__content_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
  width: 100%;
}

.comp_v3_0010__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 10px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__logo {
    margin-left: 0;
    height: 44px;
  }
}

.comp_v3_0010__logo__toshiba {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0;
  width: 210px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__logo__toshiba {
    height: 44px;
    width: auto;
    padding-left: 8px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.comp_v3_0010__logo__toshiba img {
  width: 132px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__logo__toshiba img {
    width: 92px;
    height: 14px;
  }
}

.comp_v3_0010__logo__corporation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

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

.comp_v3_0010__hamburger_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__hamburger_menu {
    display: block;
  }
}

.comp_v3_0010__hamburger_menu__line, .comp_v3_0010__hamburger_menu__line--upper, .comp_v3_0010__hamburger_menu__line--middle, .comp_v3_0010__hamburger_menu__line--lower {
  position: absolute;
  left: 11px;
  display: inline-block;
  width: 22px;
  border-top: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.comp_v3_0010__hamburger_menu__line--upper {
  top: 12px;
}

.comp_v3_0010__hamburger_menu__line--middle {
  top: 22px;
}

.comp_v3_0010__hamburger_menu__line--lower {
  top: 32px;
}

.comp_v3_0010__hamburger_menu[aria-expanded="true"] .comp_v3_0010__hamburger_menu__line--upper {
  width: 31px;
  -webkit-transform: translateX(-5px) translateY(10px) rotate(-45deg);
  transform: translateX(-5px) translateY(10px) rotate(-45deg);
}

.comp_v3_0010__hamburger_menu[aria-expanded="true"] .comp_v3_0010__hamburger_menu__line--middle {
  opacity: 0;
}

.comp_v3_0010__hamburger_menu[aria-expanded="true"] .comp_v3_0010__hamburger_menu__line--lower {
  width: 31px;
  -webkit-transform: translateX(-5px) translateY(-10px) rotate(45deg);
  transform: translateX(-5px) translateY(-10px) rotate(45deg);
}

.comp_v3_0010__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -64px;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 44px;
    margin-top: 0;
    height: 0;
    font-size: 1.4rem;
    overflow: hidden;
    -webkit-transition: height 300ms ease;
    transition: height 300ms ease;
    background-color: #fff;
  }
}

.comp_v3_0010__navigation__item {
  margin-left: auto;
}

.comp_v3_0010__navigation__item--support_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  pointer-events: none;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .comp_v3_0010__navigation__item--support_navi {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--support_navi {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    bottom: 0;
    margin-left: 0;
    height: auto;
    min-height: auto;
  }
  .comp_v3_0010__navigation__item--support_navi::before {
    display: none;
  }
}

.comp_v3_0010__navigation__item--support_navi::before {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  display: block;
  content: "";
  min-width: 618px;
  height: 64px;
  z-index: -100;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--support_navi::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--scroll {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #ddd;
    overflow-y: scroll;
  }
}

.comp_v3_0010__navigation__item--navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1300px;
  min-height: 85px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--navi {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: none;
    min-height: auto;
  }
}

.comp_v3_0010__navigation__item--local_navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0064d2;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--local_navi {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    background-color: #fff;
  }
}

.comp_v3_0010__navigation__item--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(127deg, #EEEEEE, #ffffff);
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #fff;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v3_0010__navigation__item--search[data-is-search="true"] {
    display: none;
  }
}

.comp_v3_0010__navigation__item--top_search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  position: relative;
  font-size: 1.4rem;
}

.comp_v3_0010__navigation__item--top_search::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 9px;
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 14px 10px #000;
  box-shadow: 0 0px 14px 10px #000;
  width: 100%;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--top_search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: auto;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .comp_v3_0010__navigation__item--top_search::after {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .comp_v3_0010__navigation__item--top_search[data-is-search="true"] {
    display: none;
  }
}

.comp_v3_0010__navigation__item--top_search_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 1300px;
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__navigation__item--top_search_content {
    min-width: auto;
    width: 100%;
    padding: 0;
  }
}

.comp_v3_0010__support_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__support_navi {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #ddd;
    background: linear-gradient(127deg, #eeeeee, white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .comp_v3_0010__support_navi::after {
    content: "";
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 1px;
    border-left: 1px solid #ddd;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 959px) {
  .comp_v3_0010__support_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__support_navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.comp_v3_0010__support_navi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__support_navi__item:first-child {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .comp_v3_0010__support_navi__item:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.comp_v3_0010__login--pc {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login--pc {
    display: none;
  }
}

.comp_v3_0010__login--sp {
  font-size: 1.4rem;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010__login__stat_button {
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  box-sizing: border-box;
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 110px;
  min-height: 35px;
}

.comp_v3_0010__login__stat_button::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__login__stat_button[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__login__stat_button:hover {
  color: #0064d2;
}

.comp_v3_0010__login__stat_button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v3_0010__login__new_button {
  font-size: 1.4rem;
  color: #fff;
  background-color: #0064d2;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  box-sizing: border-box;
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 110px;
}

.comp_v3_0010__login__new_button:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.comp_v3_0010__login__stat_button[login="true"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.comp_v3_0010__login__stat_button[login="false"] ~ .comp_v3_0010__login__new_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.comp_v3_0010__login__decoration {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_v3_0010__login__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__login__stat_button:hover .comp_v3_0010__login__decoration::after,
.comp_v3_0010__login__stat_button[aria-expanded="true"] .comp_v3_0010__login__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.4;
}

.comp_v3_0010__login__text::before {
  content: "\F02E";
  display: inline-block;
  margin-right: 3px;
  width: 1.6rem;
  font-family: 'Material Icons';
  font-size: 1.6rem;
}

.comp_v3_0010__login__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comp_v3_0010__login__link:hover {
  color: #fff !important;
  text-decoration: none;
}

.comp_v3_0010__login__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  top: auto;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login__panel {
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  }
}

.comp_v3_0010__login__stat_button[aria-expanded="true"] + .comp_v3_0010__login__panel {
  max-height: none;
}

.comp_v3_0010__login_menu {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
}

.comp_v3_0010__login_menu__item {
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
}

.comp_v3_0010__login_menu__item:last-child {
  border-bottom: 0px none #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010__login_menu__active, .comp_v3_0010__login_menu__simuration_link, .comp_v3_0010__login_menu__logout_link, .comp_v3_0010__login_menu__password_link, .comp_v3_0010__login_menu__user_link, .comp_v3_0010__login_menu__withdraw_link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.comp_v3_0010__login_menu__password_link::before, .comp_v3_0010__login_menu__user_link::before, .comp_v3_0010__login_menu__withdraw_link::before {
  content: "\E315";
  display: inline-block;
  margin-right: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1;
}

.comp_v3_0010__login_menu__logout_link::before, .comp_v3_0010__login_menu__simuration_link::before {
  content: "\E315";
  display: inline-block;
  margin-right: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1;
}

.comp_v3_0010__login_menu__decoration {
  position: relative;
  display: inline-block;
}

.comp_v3_0010__login_menu__decoration::after {
  content: "";
  position: absolute;
  left: calc(-1 * (1.2rem + 5px) - 2px);
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__login_menu__active .comp_v3_0010__login_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_menu__simuration_link:hover .comp_v3_0010__login_menu__decoration::after,
.comp_v3_0010__login_menu__logout_link:hover .comp_v3_0010__login_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_menu__password_link:hover .comp_v3_0010__login_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_menu__user_link:hover .comp_v3_0010__login_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_menu__withdraw_link:hover .comp_v3_0010__login_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_menu__text {
  white-space: nowrap;
}

.comp_v3_0010__language {
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language {
    font-size: 1rem;
  }
}

.comp_v3_0010__language__button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 45px;
}

.comp_v3_0010__language__button::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__language__button[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__language__button:hover {
  color: #0064d2;
}

@media screen and (max-width: 1023px) {
  .comp_v3_0010__language__button {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 959px) {
  .comp_v3_0010__language__button {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language__button {
    height: initial;
  }
}

.comp_v3_0010__language__decoration {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_v3_0010__language__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__language__button:hover .comp_v3_0010__language__decoration::after,
.comp_v3_0010__language__button[aria-expanded="true"] .comp_v3_0010__language__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language__button:hover .comp_v3_0010__language__decoration::after,
  .comp_v3_0010__language__button[aria-expanded="true"] .comp_v3_0010__language__decoration::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.comp_v3_0010__language__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language__text {
    letter-spacing: 0.1em;
  }
}

.comp_v3_0010__language__text::before {
  content: "\E894";
  display: inline-block;
  margin-right: 3px;
  width: 1.6rem;
  font-family: 'Material Icons';
  font-size: 1.6rem;
}

.comp_v3_0010__language__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language__panel {
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language__panel {
    top: auto;
    bottom: 0;
  }
}

.comp_v3_0010__language__button[aria-expanded="true"] + .comp_v3_0010__language__panel {
  max-height: none;
}

.comp_v3_0010__language_menu, .comp_v3_0010__language_menu--parametric {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
}

.comp_v3_0010__language_menu__item {
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language_menu__item {
    letter-spacing: normal;
  }
}

.comp_v3_0010__language_menu__item--title {
  margin-left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.6;
  font-weight: bold;
}

.comp_v3_0010__language_menu__item:last-child {
  border-bottom: 0px none #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010__language_menu__active, .comp_v3_0010__language_menu__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.comp_v3_0010__language_menu__active::before, .comp_v3_0010__language_menu__link::before {
  content: "\E315";
  display: inline-block;
  margin-right: 5px;
  width: 1.2rem;
  font-family: 'Material Icons';
  font-size: 1.2rem;
  line-height: 1;
}

.comp_v3_0010__language_menu__decoration {
  position: relative;
  display: inline-block;
}

.comp_v3_0010__language_menu__decoration::after {
  content: "";
  position: absolute;
  left: calc(-1 * (1.2rem + 5px) - 2px);
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__language_menu__active .comp_v3_0010__language_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__language_menu__link:hover .comp_v3_0010__language_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language_menu__link:hover .comp_v3_0010__language_menu__decoration::after {
    display: none;
  }
}

.comp_v3_0010__language_menu__active {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__language_menu__text {
    letter-spacing: normal;
  }
}

.comp_v3_0010__information__link, .comp_v3_0010__information__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .comp_v3_0010__information__link, .comp_v3_0010__information__active {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__information__link, .comp_v3_0010__information__active {
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .comp_v3_0010__information__link {
    height: auto;
  }
}

.comp_v3_0010__information__decoration {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.comp_v3_0010__information__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__information__link:hover .comp_v3_0010__information__decoration::after, .comp_v3_0010__information__active .comp_v3_0010__information__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__information__link:hover .comp_v3_0010__information__decoration::after, .comp_v3_0010__information__active .comp_v3_0010__information__decoration::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.comp_v3_0010__information__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__information__text {
    letter-spacing: 0.1em;
  }
}

.comp_v3_0010__information__text::before {
  content: "\E0E1";
  display: inline-block;
  margin-right: 3px;
  width: 1.6rem;
  font-family: 'Material Icons';
  font-size: 1.6rem;
}

.comp_v3_0010__global_navi--content_box_pc, .comp_v3_0010__global_navi--content_box_sp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.comp_v3_0010__global_navi--content_box_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi--content_box_pc {
    display: none;
  }
}

.comp_v3_0010__global_navi--content_box_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi--content_box_sp {
    display: block;
  }
}

.comp_v3_0010__global_navi, .comp_v3_0010__global_navi--separator {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi, .comp_v3_0010__global_navi--separator {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.comp_v3_0010__global_navi--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi--pc {
    display: none;
  }
}

.comp_v3_0010__global_navi--separator::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #9f9f9f;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  height: calc(100% - 15px);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi--separator::before {
    display: none;
  }
}

.comp_v3_0010__global_navi__item, .comp_v3_0010__global_navi__item--expanded, .comp_v3_0010__global_navi__item--login {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  border-left: 1px solid #9f9f9f;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__item, .comp_v3_0010__global_navi__item--expanded, .comp_v3_0010__global_navi__item--login {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}

.comp_v3_0010__global_navi__item--expanded {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.comp_v3_0010__global_navi__item--login {
  display: none;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__item--login {
    display: block;
  }
}

.comp_v3_0010__global_navi__item--sp {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__item--sp {
    display: block;
  }
}

.comp_v3_0010__global_navi__item--addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__item--addition {
    height: auto;
    width: 100%;
  }
}

.comp_v3_0010__global_navi .comp_v3_0010__global_navi__item:first-child,
.comp_v3_0010__global_navi .comp_v3_0010__login_navi__item ~ .comp_v3_0010__global_navi__item:first-child, 
.comp_v3_0010__global_navi .comp_v3_0010__global_navi__item:last-child {
  border-left: none;
}

.comp_v3_0010__global_navi__button, .comp_v3_0010__global_navi__button--sp, .comp_v3_0010__global_navi__button--active {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  cursor: pointer;
}

.comp_v3_0010__global_navi__button::after, .comp_v3_0010__global_navi__button--sp::after, .comp_v3_0010__global_navi__button--active::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  margin-right: 0;
  width: 1.4rem;
  height: auto;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__global_navi__button[aria-expanded="false"]::after, .comp_v3_0010__global_navi__button--sp[aria-expanded="false"]::after, .comp_v3_0010__global_navi__button--active[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__global_navi__button[aria-expanded="true"]::after, .comp_v3_0010__global_navi__button--sp[aria-expanded="true"]::after, .comp_v3_0010__global_navi__button--active[aria-expanded="true"]::after {
  content: "\E316";
}

.comp_v3_0010__global_navi__button:hover, .comp_v3_0010__global_navi__button--sp:hover, .comp_v3_0010__global_navi__button--active:hover {
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__button::after, .comp_v3_0010__global_navi__button--sp::after, .comp_v3_0010__global_navi__button--active::after {
    content: "\E145";
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 2.4rem;
    height: 2.4rem;
    font-family: 'Material Icons';
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__button[aria-expanded="false"]::after, .comp_v3_0010__global_navi__button--sp[aria-expanded="false"]::after, .comp_v3_0010__global_navi__button--active[aria-expanded="false"]::after {
    content: "\E145";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__button[aria-expanded="true"]::after, .comp_v3_0010__global_navi__button--sp[aria-expanded="true"]::after, .comp_v3_0010__global_navi__button--active[aria-expanded="true"]::after {
    content: "\E15B";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__button, .comp_v3_0010__global_navi__button--sp, .comp_v3_0010__global_navi__button--active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: bold;
    background-color: #F3F3F3;
  }
}

.comp_v3_0010__global_navi__button--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__button--sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.comp_v3_0010__global_navi__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__panel {
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  }
}

.comp_v3_0010__global_navi__panel--normal {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  left: 0;
  right: 0;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__panel--normal {
    position: static;
  }
}

.comp_v3_0010__global_navi__button[aria-expanded="true"] + .comp_v3_0010__global_navi__panel, .comp_v3_0010__global_navi__button--sp[aria-expanded="true"] + .comp_v3_0010__global_navi__panel, .comp_v3_0010__global_navi__button--active[aria-expanded="true"] + .comp_v3_0010__global_navi__panel,
.comp_v3_0010__global_navi__button--active[aria-expanded="true"] + .comp_v3_0010__global_navi__panel {
  max-height: none;
}

.comp_v3_0010__global_navi__item .comp_v3_0010__global_navi__panel, .comp_v3_0010__global_navi__item--expanded .comp_v3_0010__global_navi__panel, .comp_v3_0010__global_navi__item--login .comp_v3_0010__global_navi__panel {
  position: static;
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010__global_navi__button[aria-expanded="true"] + .comp_v3_0010__global_navi__panel--normal, .comp_v3_0010__global_navi__button--sp[aria-expanded="true"] + .comp_v3_0010__global_navi__panel--normal, .comp_v3_0010__global_navi__button--active[aria-expanded="true"] + .comp_v3_0010__global_navi__panel--normal {
  max-height: none;
}

.comp_v3_0010__global_navi__link, .comp_v3_0010__global_navi__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__link, .comp_v3_0010__global_navi__active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    letter-spacing: normal;
  }
}

.comp_v3_0010__global_navi__link--sp {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0064d2;
  line-height: 1.4;
}

.comp_v3_0010__global_navi__link--sp::before {
  content: "\E315";
  display: inline-block;
  margin-right: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__link--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010__global_navi__active:hover::before {
  background: radial-gradient(#000000 0% 60%, transparent 60% 100%);
}

.comp_v3_0010__global_navi__decoration {
  position: relative;
  line-height: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__decoration {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }
}

.comp_v3_0010__global_navi__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__decoration::after {
    display: none;
  }
}

.comp_v3_0010__global_navi__link .comp_v3_0010__global_navi__decoration::after,
.comp_v3_0010__global_navi__active .comp_v3_0010__global_navi__decoration::after {
  right: -5px;
}

.comp_v3_0010__global_navi__button--active .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button:hover .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button--sp:hover .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button--active:hover .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__link:hover .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button[aria-expanded="true"] .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button--sp[aria-expanded="true"] .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__button--active[aria-expanded="true"] .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__global_navi__active .comp_v3_0010__global_navi__decoration::after, .comp_v3_0010__login_navi__stat_button[aria-expanded="true"] .comp_v3_0010__login_navi__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__global_navi__text {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

.comp_v3_0010__global_navi__text--sp {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505054;
  line-height: 1.4;
}

.comp_v3_0010__global_navi__text--sp::before {
  content: "\E315";
  display: inline-block;
  margin-right: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-family: 'Material Icons';
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi__text--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010__login_navi__item {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__item {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.comp_v3_0010__login_navi__stat_button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #0064d2;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.comp_v3_0010__login_navi__stat_button::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__login_navi__stat_button[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__login_navi__stat_button:hover {
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button::before {
    content: "\E5C5";
    display: inline-block;
    margin-right: 5px;
    width: 2.4rem;
    height: 2.4rem;
    font-family: 'Material Icons';
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button[aria-expanded="true"]::before {
    content: "\E5C7";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button::after {
    display: none;
  }
}

.comp_v3_0010__login_navi__stat_button:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
}

.comp_v3_0010__login_navi__new_button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #0064d2;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__new_button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
}

.comp_v3_0010__login_navi__new_button:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
}

.comp_v3_0010__login_navi__new_button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__new_button::before {
    margin-right: 5px;
  }
}

.comp_v3_0010__login_navi__new_button .comp_v3_0010__login_navi__link .comp_v3_0010__login_navi__text::before {
  content: "\F02E";
  display: inline-block;
  margin-right: 5px;
  width: 1.6rem;
  font-family: 'Material Icons';
  font-size: 1.6rem;
}

.comp_v3_0010__login_navi__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  position: static;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__panel {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.comp_v3_0010__login_navi__stat_button[aria-expanded="true"] + .comp_v3_0010__login_navi__panel,
.comp_v3_0010__login_navi__stat_button--active[aria-expanded="true"] + .comp_v3_0010__login_navi__panel {
  max-height: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button[login="true"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__stat_button[login="false"] ~ .comp_v3_0010__login_navi__new_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.comp_v3_0010__login_navi__decoration {
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__decoration {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comp_v3_0010__login_navi__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__decoration::after {
    display: none;
  }
}

.comp_v3_0010__login_navi__stat_button--active .comp_v3_0010__login_navi__decoration::after, .comp_v3_0010__login_navi__stat_button:hover .comp_v3_0010__login_navi__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_navi__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.comp_v3_0010__login_navi__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  color: #fff !important;
  text-align: center;
}

.comp_v3_0010__login_navi__link:hover {
  color: #fff !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi__link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    letter-spacing: normal;
  }
}

.comp_v3_0010__global_navi_menu {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
}

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

.comp_v3_0010__global_navi_menu__item {
  display: block;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__global_navi_menu__item {
    letter-spacing: normal;
  }
}

.comp_v3_0010__global_navi_menu__item:last-child {
  border-bottom: 0px none #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010__global_navi_menu__link, .comp_v3_0010__global_navi_menu__link--new, .comp_v3_0010__global_navi_menu__active, .comp_v3_0010__global_navi_menu__active--new {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.comp_v3_0010__global_navi_menu__link::before, .comp_v3_0010__global_navi_menu__link--new::before, .comp_v3_0010__global_navi_menu__active::before, .comp_v3_0010__global_navi_menu__active--new::before {
  content: "\E315";
  display: inline-block;
  margin-right: 5px;
  width: 1.2rem;
  font-family: 'Material Icons';
  font-size: 1.2rem;
}

.comp_v3_0010__global_navi_menu__link--new::after, .comp_v3_0010__global_navi_menu__active--new::after {
  content: "\E05E";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  color: red;
  font-family: 'Material Icons';
  font-size: 1.4rem;
}

.comp_v3_0010__global_navi_menu__active {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp_v3_0010__global_navi_menu__active--new {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp_v3_0010__global_navi_menu__decoration {
  position: relative;
}

.comp_v3_0010__global_navi_menu__decoration::after {
  content: "";
  position: absolute;
  left: calc(-1 * (1.2rem + 5px) - 2px);
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__global_navi_menu__link--new .comp_v3_0010__global_navi_menu__decoration::after, .comp_v3_0010__global_navi_menu__active--new .comp_v3_0010__global_navi_menu__decoration::after {
  right: calc(-1.4rem - 5px);
}

.comp_v3_0010__global_navi_menu__link:hover .comp_v3_0010__global_navi_menu__decoration::after, .comp_v3_0010__global_navi_menu__link--new:hover .comp_v3_0010__global_navi_menu__decoration::after, .comp_v3_0010__global_navi_menu__active .comp_v3_0010__global_navi_menu__decoration::after, .comp_v3_0010__global_navi_menu__active--new .comp_v3_0010__global_navi_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__global_navi_menu__text {
  white-space: nowrap;
}

.comp_v3_0010__local_navi {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi {
    display: block;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
  }
}

.comp_v3_0010__local_navi__item {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__item {
    display: block;
    background-color: #0064D2;
  }
}

.comp_v3_0010__local_navi__item--pc {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.comp_v3_0010__local_navi__item--addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__item--addition {
    height: auto;
  }
}

.comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 56px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  background-color: transparent;
  border: 1px solid transparent;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #93C7EA;
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
  }
}

.comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link:hover {
  color: #fff;
  background-color: #64AFE1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link:hover {
    color: #fff;
    background-color: transparent;
  }
}

.comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link::before {
  content: "\e876";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.6rem;
  font-family: 'Material Icons';
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__item--addition .comp_v3_0010__local_navi__link::before {
    display: none;
  }
}

.comp_v3_0010__local_navi__button, .comp_v3_0010__local_navi__button--active {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 56px;
  cursor: pointer;
  color: #ffffff;
  font-weight: normal;
}

.comp_v3_0010__local_navi__button::after, .comp_v3_0010__local_navi__button--active::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  margin-right: 0;
  width: 1.4rem;
  height: auto;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__local_navi__button[aria-expanded="false"]::after, .comp_v3_0010__local_navi__button--active[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__local_navi__button[aria-expanded="true"]::after, .comp_v3_0010__local_navi__button--active[aria-expanded="true"]::after {
  content: "\E316";
}

.comp_v3_0010__local_navi__button:hover, .comp_v3_0010__local_navi__button--active:hover {
  color: #ffffff;
  background-color:#64AFE1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__button::after, .comp_v3_0010__local_navi__button--active::after {
    content: "\E145";
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 2.4rem;
    height: 2.4rem;
    font-family: 'Material Icons';
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__button[aria-expanded="false"]::after, .comp_v3_0010__local_navi__button--active[aria-expanded="false"]::after {
    content: "\E145";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__button[aria-expanded="true"]::after, .comp_v3_0010__local_navi__button--active[aria-expanded="true"]::after {
    content: "\E15B";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__button, .comp_v3_0010__local_navi__button--active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #93C7EA;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: bold;
  }
}

.comp_v3_0010__local_navi__panel {
  position: absolute;
  padding-bottom: 3px;
  max-height: 0;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  left: 0;
  right: 0;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__panel {
    position: static;
  }
}

.comp_v3_0010__local_navi__button[aria-expanded="true"] + .comp_v3_0010__local_navi__panel, .comp_v3_0010__local_navi__button--active[aria-expanded="true"] + .comp_v3_0010__local_navi__panel {
  max-height: none;
}

.comp_v3_0010__local_navi__link, .comp_v3_0010__local_navi__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  color: #ffffff;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__link, .comp_v3_0010__local_navi__active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #93C7EA;
    letter-spacing: normal;
    font-weight: bold;
  }
}

.comp_v3_0010__local_navi__link:hover {
  color: #ffffff;
  background-color: #64AFE1;
}

.comp_v3_0010__local_navi__active:hover::before {
  background: radial-gradient(#ffffff 0% 60%, transparent 60% 100%);
}

.comp_v3_0010__local_navi__decoration {
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__decoration {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comp_v3_0010__local_navi__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -15px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__decoration::after {
    display: none;
  }
}

.comp_v3_0010__local_navi__button:hover .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__button--active:hover .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__link:hover .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__active .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__button--active .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__button--active[aria-expanded="true"] .comp_v3_0010__local_navi__decoration::after, .comp_v3_0010__local_navi__button[aria-expanded="true"] .comp_v3_0010__local_navi__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__local_navi__link:hover .comp_v3_0010__local_navi__decoration::after {
  right: -5px;
}

.comp_v3_0010__local_navi__active .comp_v3_0010__local_navi__decoration::after {
  right: -5px;
}

.comp_v3_0010__local_navi__text {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

.comp_v3_0010__local_navi__text--sp {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #Ffffff;
  line-height: 1.4;
}

.comp_v3_0010__local_navi__text--sp::before {
  content: "\E315";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  font-family: 'Material Icons';
  font-size: 2.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__text--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010__local_navi__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__local_navi__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: linear-gradient(127deg, #eeeeee, white);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.comp_v3_0010__search {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
  -ms-grid-columns: 350px 1fr;
  grid-template-columns: 350px 1fr;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(127deg, #eeeeee, white);
  }
}

.comp_v3_0010__search__item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__item {
    display: block;
  }
}

.comp_v3_0010__search__item[aria-hidden="true"] {
  display: none;
}

.comp_v3_0010__search__item:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.comp_v3_0010__search__item[aria-hidden="false"] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.comp_v3_0010__search__item--form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__item--form {
    display: block;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  [data-value="part_number"] .comp_v3_0010__search__item--form,
  [data-value="parametric"] .comp_v3_0010__search__item--form {
    border-bottom: none;
  }
}

.comp_v3_0010__search__item--description {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__item--description {
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.comp_v3_0010__search__item--description[aria-hidden="true"] {
  display: none;
}

.comp_v3_0010__search__item--description[aria-hidden="false"] {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.comp_v3_0010__search__textbox {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__textbox {
    margin-left: 0;
    margin-right: 0;
  }
}

.comp_v3_0010__search__textbox::before {
  position: absolute;
  content: "\E8B6";
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  font-family: 'Material Icons';
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__textbox::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010__search__textbox input[type="text"],
.comp_v3_0010__search__textbox input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 40px;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__textbox input[type="text"],
  .comp_v3_0010__search__textbox input[type="search"] {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 50px;
  }
}

.comp_v3_0010__search__textbox input[type="text"]:disabled,
.comp_v3_0010__search__textbox input[type="search"]:disabled {
  background-color: #e7e7e8;
}

.comp_v3_0010__search__textbox input[type="text"]::-webkit-input-placeholder, .comp_v3_0010__search__textbox input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010__search__textbox input[type="text"]::-moz-placeholder, .comp_v3_0010__search__textbox input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010__search__textbox input[type="text"]:-ms-input-placeholder, .comp_v3_0010__search__textbox input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010__search__textbox input[type="text"]::-ms-input-placeholder, .comp_v3_0010__search__textbox input[type="search"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010__search__textbox input[type="text"]::placeholder,
.comp_v3_0010__search__textbox input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010__search__selectbox {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 15px;
}

.comp_v3_0010__search__selectbox:first-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__selectbox {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
  .comp_v3_0010__search__selectbox:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}

.comp_v3_0010__search__selectbox::after {
  content: "\E313";
  position: absolute;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  color: #bdbdbd;
  font-family: 'Material Icons';
  font-size: 2rem;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .comp_v3_0010__search__selectbox::after {
    display: none;
  }
}

.comp_v3_0010__search__selectbox select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 40px;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  font-size: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.comp_v3_0010__search__selectbox select:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
  border-radius: 0;
}

@media all and (-ms-high-contrast: none) {
  .comp_v3_0010__search__selectbox select {
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__selectbox select {
    padding-left: 10px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
  }
}

.comp_v3_0010__search__selectbox select:focus {
  border-radius: 0;
}

.comp_v3_0010__search__selectbox select:disabled {
  background-color: #e7e7e8;
  cursor: default;
}

.comp_v3_0010__search__button, .comp_v3_0010__search__button--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #0064d2;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__button, .comp_v3_0010__search__button--loading {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.comp_v3_0010__search__button:hover, .comp_v3_0010__search__button--loading:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
}

.comp_v3_0010__search__button:disabled, .comp_v3_0010__search__button--loading:disabled {
  color: #fff;
  background-color: #707070;
  cursor: default;
}

.comp_v3_0010__search__button:focus, .comp_v3_0010__search__button--loading:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v3_0010__search__button::before, .comp_v3_0010__search__button--loading::before {
  content: "\E8B6";
  display: inline-block;
  margin-left: 0;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__button::before, .comp_v3_0010__search__button--loading::before {
    margin-right: 5px;
  }
}

.comp_v3_0010__search__button > span, .comp_v3_0010__search__button--loading > span {
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__button > span, .comp_v3_0010__search__button--loading > span {
    display: inline;
  }
}

.comp_v3_0010__search__button--loading {
  padding: 0;
}

.comp_v3_0010__search__button--loading:hover {
  cursor: wait;
}

.comp_v3_0010__search__button--loading::before {
  display: none;
}

.comp_v3_0010__search__button--loading > span {
  display: none;
}

.comp_v3_0010__search__button--loading > div {
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v3_0010__search__button--loading > div > div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v3_0010__search__button--loading > div > div::after {
  content: " ";
  position: absolute;
  left: 17px;
  top: 3px;
  display: block;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background-color: #fff;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v3_0010__search__button--loading > div > div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search__item[data-value="part_number"] .comp_v3_0010__search__button, .comp_v3_0010__search__item[data-value="part_number"] .comp_v3_0010__search__button--loading {
    display: none;
  }
}

.comp_v3_0010__search__suggestbox {
  position: absolute;
  max-height: 300px;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
  overflow-y: scroll;
}

.comp_v3_0010__search__suggestbox > div {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
  cursor: pointer;
}

.comp_v3_0010__search__suggestbox > div::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v3_0010__search__suggestbox > div:hover {
  color: #0064d2;
}

.comp_v3_0010__search__suggestbox > div:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__search__suggestbox > div:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010__search__suggestbox > div.select {
  color: #0064d2;
}

.comp_v3_0010__search__suggestbox > div.select::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__search_type {
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type {
    margin-left: 5px;
    margin-right: 0;
  }
}

.comp_v3_0010__search_type__button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  height: 40px;
  border: 1px solid #9f9f9f;
  border-left: 6px solid #e61e1e;
  background-color: #fff;
  cursor: pointer;
}

.comp_v3_0010__search_type__button::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__search_type__button[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__search_type__button:hover {
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__button::before {
    content: "\E145";
    display: inline-block;
    margin-right: 5px;
    width: 2.4rem;
    height: 2.4rem;
    font-family: 'Material Icons';
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__button[aria-expanded="true"]::before {
    content: "\E15B";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__button::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    letter-spacing: normal;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-color: transparent;
  }
}

.comp_v3_0010__search_type__button[aria-expanded="true"] {
  border-bottom: 1px solid #ddd;
}

.comp_v3_0010__search_type__button:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.comp_v3_0010__search_type__button::after {
  margin-left: auto;
  width: 40px;
  font-size: 2rem;
  color: #bdbdbd;
  text-align: center;
}

.comp_v3_0010__search_type__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__panel {
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__panel {
    left: -5px;
    right: 0;
    min-width: auto;
  }
}

.comp_v3_0010__search_type__button[aria-expanded="true"] + .comp_v3_0010__search_type__panel {
  max-height: none;
}

.comp_v3_0010__search_type__decoration {
  position: relative;
  line-height: 0;
}

.comp_v3_0010__search_type__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__decoration::after {
    display: none;
  }
}

.comp_v3_0010__search_type__button[aria-expanded="true"] .comp_v3_0010__search_type__decoration::after, .comp_v3_0010__search_type__button:hover .comp_v3_0010__search_type__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__search_type__text {
  position: relative;
  display: inline-block;
  margin-right: calc(-1.4rem - 5px);
  padding-right: calc(1.4rem + 5px);
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type__text {
    margin-right: 0;
    padding-right: 0;
    letter-spacing: normal;
  }
}

.comp_v3_0010__search_type_menu {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu {
    border: none;
  }
}

.comp_v3_0010__search_type_menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .comp_v3_0010__search_type_menu__item::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 2.4rem;
    height: 2.4rem;
    background: radial-gradient(#000000 0% 60%, transparent 60% 100%);
    -webkit-mask-image: url("/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/stop_black_24dp.svg");
    mask-image: url("/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/stop_black_24dp.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 1.6rem;
    mask-size: 1.6rem;
    line-height: 1;
  }
  .comp_v3_0010__search_type_menu__item:hover::before {
    background: radial-gradient(#0064d2 0% 60%, transparent 60% 100%);
  }
}

.comp_v3_0010__search_type_menu__item[aria-selected="true"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.comp_v3_0010__search_type_menu__item:hover {
  color: #0064d2;
}

.comp_v3_0010__search_type_menu__item:last-child {
  border-bottom: 0px none #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu__item:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.comp_v3_0010__search_type_menu__decoration {
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu__decoration {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comp_v3_0010__search_type_menu__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu__decoration::after {
    display: none;
  }
}

.comp_v3_0010__search_type_menu__item[aria-selected="true"] .comp_v3_0010__search_type_menu__decoration::after, .comp_v3_0010__search_type_menu__item:hover .comp_v3_0010__search_type_menu__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__search_type_menu__text {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_type_menu__text {
    white-space: normal;
  }
}

.comp_v3_0010__search_type_menu__text::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.comp_v3_0010__search_description {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description {
    padding-left: 0;
    padding-top: 0;
  }
}

.comp_v3_0010__search_description__button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.comp_v3_0010__search_description__button::after {
  content: "\E316";
  display: inline-block;
  margin-left: 5px;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010__search_description__button[aria-expanded="false"]::after {
  content: "\E313";
}

.comp_v3_0010__search_description__button:hover {
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button::before {
    content: "\E145";
    display: inline-block;
    margin-right: 5px;
    width: 2.4rem;
    height: 2.4rem;
    font-family: 'Material Icons';
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button[aria-expanded="true"]::before {
    content: "\E15B";
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button::before {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
  }
}

.comp_v3_0010__search_description__panel {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: calc(100% + 12px);
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__panel {
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__panel {
    position: relative;
    top: auto;
    z-index: 0;
  }
}

.comp_v3_0010__search_description__button[aria-expanded="true"] + .comp_v3_0010__search_description__panel {
  max-height: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button[aria-expanded="true"] + .comp_v3_0010__search_description__panel {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.comp_v3_0010__search_description__decoration {
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.comp_v3_0010__search_description__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0.1px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__decoration::after {
    display: none;
  }
}

.comp_v3_0010__search_description__button:hover .comp_v3_0010__search_description__decoration::after, .comp_v3_0010__search_description__button[aria-expanded="true"] .comp_v3_0010__search_description__decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__search_description__text {
  padding-left: 15px;
  padding-top: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: normal;
  }
}

.comp_v3_0010__search_description__text--alert {
  background-color: #ffefef;
  color: red;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.comp_v3_0010__search_description__button .comp_v3_0010__search_description__text {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__button .comp_v3_0010__search_description__text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.comp_v3_0010__search_description__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__search_description__content {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.comp_v3_0010 .mf_finder_header {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_header {
    width: 100%;
  }
}

.comp_v3_0010 .mf_finder_searchBox {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox {
    width: 100%;
  }
}

.comp_v3_0010 .mf_finder_searchBox_form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_form {
    margin-left: 0;
  }
}

.comp_v3_0010 .mf_finder_searchBox_items {
  padding-top: 0;
  padding-bottom: 0;
}

.comp_v3_0010 .mf_finder_searchBox_query_wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_query_wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}

.comp_v3_0010 .mf_finder_searchBox_query_wrap::before {
  position: absolute;
  content: "\E8B6";
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  font-family: 'Material Icons';
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_query_wrap::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.comp_v3_0010 .mf_finder_searchBox_query_input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  border: 1px solid #9f9f9f;
  font-size: 1.5rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_query_input {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
  }
}

.comp_v3_0010 .mf_finder_searchBox_query_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010 .mf_finder_searchBox_query_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010 .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010 .mf_finder_searchBox_query_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010 .mf_finder_searchBox_query_input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.comp_v3_0010 .mf_finder_searchBox_suggest_items {
  border: 1px solid #fff;
  background: linear-gradient(127deg, #eeeeee, white);
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
}

.comp_v3_0010 .mf_finder_searchBox_suggest_item {
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_suggest_item {
    letter-spacing: normal;
  }
}

.comp_v3_0010 .mf_finder_searchBox_suggest_item:hover {
  color: #0064d2;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_item:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_item_cur {
  background-color: transparent;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_link {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_link::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  overflow: hidden;
  background-color: #0064d2;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_link:hover {
  color: #0064d2;
}

.comp_v3_0010 .mf_finder_searchBox_suggest_link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010 .mf_finder_searchBox_submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #0064d2;
  cursor: pointer;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010 .mf_finder_searchBox_submit {
    display: none;
  }
}

.comp_v3_0010 .mf_finder_searchBox_submit:focus {
  outline-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 1px #0064d2;
  box-shadow: 0 0 4px 1px #0064d2;
}

.comp_v3_0010 .mf_finder_searchBox_submit:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  opacity: 0.5;
}

.comp_v3_0010 .mf_finder_searchBox_submit:disabled {
  color: #fff;
  background-color: #707070;
  cursor: default;
}

.comp_v3_0010 .mf_finder_searchBox_submit::before {
  content: "\E8B6";
  display: inline-block;
  margin-left: 0;
  width: 1.4rem;
  font-family: 'Material Icons';
  font-size: 1.4rem;
  line-height: 1.4;
}

.comp_v3_0010 .mf_finder_searchBox_submit > span {
  display: none;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading {
  padding: 0;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading:hover {
  cursor: wait;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading::before {
  display: none;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > span {
  display: none;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div {
  position: relative;
  width: 40px;
  height: 40px;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: loadingSpinner 1.2s linear infinite;
  animation: loadingSpinner 1.2s linear infinite;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div::after {
  content: " ";
  position: absolute;
  left: 17px;
  top: 3px;
  display: block;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background-color: #fff;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.comp_v3_0010 .mf_finder_searchBox_submit--loading > div > div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.comp_v3_0010__noscript {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 40px;
  width: 100%;
  background-color: #ffdcdc;
  text-align: center;
  line-height: 1.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__noscript {
    padding: 10px;
  }
}

.comp_v3_0010__noscript__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__noscript__links {
    display: block;
    padding-top: 10px;
  }
}

.comp_v3_0010__noscript__links li {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__noscript__links li {
    padding-left: 0;
    padding-right: 0;
  }
}

.comp_v3_0010__noscript__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0064d2;
  padding-right: 0;
  position: relative;
  line-height: 1.6;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: black;
}

.comp_v3_0010__noscript__link:hover {
  text-decoration: underline;
}

.comp_v3_0010__noscript__link::after {
  display: none;
}

.comp_v3_0010__noscript__link::before {
  position: relative;
  content: "";
  top: calc(0.5em / 2 - 1px);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-link-blue.svg);
  background-size: 16px 16px;
  margin: 0 calc(5px + 0.25em) 0 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.comp_v3_0010__noscript__link[href$=".pdf"]::before, .comp_v3_0010__noscript__link[href*="docget.jsp"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-pdf-blue.svg);
}

.comp_v3_0010__noscript__link[href*="/list/index.php"]::before, .comp_v3_0010__noscript__link[href*="/parametric"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-parametric-blue.svg);
}

.comp_v3_0010__noscript__link[href^="#"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-link-blue.svg);
}

.comp_v3_0010__noscript__link[href^="tel:"], .comp_v3_0010__noscript__link[href^="mailto:"], .comp_v3_0010__noscript__link.icon-none {
  padding-left: 0;
}

.comp_v3_0010__noscript__link[href^="tel:"]::before, .comp_v3_0010__noscript__link[href^="mailto:"]::before, .comp_v3_0010__noscript__link.icon-none::before {
  display: none;
}

.comp_v3_0010__noscript__link.icon-none img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .comp_v3_0010__noscript__link[href^="tel:"] {
    color: #000000;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.comp_v3_0010__noscript__link[data-type="normal"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-link-blue.svg);
}

.comp_v3_0010__noscript__link[data-type="internal"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-link-blue.svg);
}

.comp_v3_0010__noscript__link[data-type="external"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-link-blue.svg);
}

.comp_v3_0010__noscript__link[data-type="pdf"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-pdf-blue.svg);
}

.comp_v3_0010__noscript__link[target="_blank"]::before {
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-blank-blue.svg);
}

.comp_v3_0010__noscript__link > sub {
  bottom: 0.75em;
}

.comp_v3_0010__noscript__link > sup {
  top: 0.5em;
}

.comp_v3_0010__noscript__link:hover {
  text-decoration: underline;
}

.comp_v3_0010__login_navi_sp {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp {
    display: block;
    letter-spacing: normal;
  }
}

.comp_v3_0010__login_navi_sp__item {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__item {
    display: block;
  }
}

.comp_v3_0010__login_navi_sp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    letter-spacing: normal;
  }
}

.comp_v3_0010__login_navi_sp__decoration {
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__decoration {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comp_v3_0010__login_navi_sp__decoration::after {
  content: "";
  position: absolute;
  left: -5px;
  right: calc(-1 * (1.4rem + 5px) - 2px);
  bottom: -15px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #0064d2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__decoration::after {
    display: none;
  }
}

.comp_v3_0010__login_navi_sp__link:hover .comp_v3_0010__login_navi_sp_decoration::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.comp_v3_0010__login_navi_sp__link:hover .comp_v3_0010__login_navi_sp__decoration::after {
  right: -5px;
}

.comp_v3_0010__login_navi_sp__text {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

.comp_v3_0010__login_navi_sp__text--sp {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  line-height: 1.4;
}

.comp_v3_0010__login_navi_sp__text--sp::before {
  content: '\E315';
  display: inline-block;
  margin-right: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-family: 'Material Icons';
  font-size: 2.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__login_navi_sp__text--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


.comp_v3_0010__cross_reference__multiple_desc {
  margin-left: 120px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

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

.comp_v3_0010__cross_reference__multiple_desc_sp {
  padding-top: 1px;
  display: none;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__cross_reference__multiple_desc_sp {
    display: block;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}

.comp_v3_0010__cross_reference__multiple {
  font-size: 1.4rem;
  color: #0064d2;
}

@media screen and (max-width: 768px) {
  .comp_v3_0010__cross_reference__multiple {
    font-size: 1.2rem;
    color: #0064d2;
  }  
}

.comp_v3_0010__cross_reference__multiple:hover {
  text-decoration: underline;
}

.comp_v3_0010__cross_reference__multiple::after {
  content: "";
  display: inline-block;
  width: 16px; /* 画像の幅 */
  height: 16px; /* 画像の高さ */
  background-image: url(/etc.clientlibs/toshiba-ss-v3/clientlibs/clientlib-site/resources/icon-lock.svg);
  background-size: cover;
  margin-left: 6px; 
  vertical-align: -2px;
}