/*-------------------------------------
    - Fonts
    - GLOBAL
    - HEADER
    - BREADCRUMB (COMMON IN ALL SITES)
    - ORIGINAL CLASS (COMMON IN ALL SITES OF GROUP PORTAL) 
-------------------------------------*/

/*===========================================================================
    Fonts for Heading1
===========================================================================*/

/* Josefin Sans */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&display=swap');

/*===========================================================================
    GLOBAL (COMMON IN ALL SITES)
===========================================================================*/

html, body {
  font-family: var(--lumx-typography-font-family);
  background-color: #fff !important;
}

:root {
  --lumx-typography-font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  Arial, sans-serif;
}

.widget {
  box-shadow: none !important;
  /*background-color: transparent;*/
}


.widget--shadow-on {
  box-shadow: rgb(0 0 0 / 14%) 0px 2px 4px!important;
}

.widget--shadow-on-for-bannar {
  box-shadow: rgb(0 0 0 / 14%) 0px 2px 4px!important;
}


/* eliminate space between main and footer */
.page {
  margin-bottom: 12px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page {
    margin-bottom: -16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 887px) {
  .page {
    margin-bottom: -4px;
  }
}

:root {
  --lumx-typography-custom-title1-font-size: 32px;
  --lumx-typography-custom-title1-line-hight: 40px;
  --lumx-typography-custom-title1-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-title2-font-size: 28px;
  --lumx-typography-custom-title2-line-hight: 36px;
  --lumx-typography-custom-title2-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-title3-font-size: 22px;
  --lumx-typography-custom-title3-line-hight: 32px;
  --lumx-typography-custom-title3-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-title4-font-size: 20px;  /* same as default */
  --lumx-typography-custom-title4-line-hight: 30px;  /* same as default */
  --lumx-typography-custom-title4-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-title5-font-size: 16px;  /* same as default */
  --lumx-typography-custom-title5-line-hight: 24px;  /* same as default */
  --lumx-typography-custom-title5-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-title6-font-size: 14px;  /* same as default */
  --lumx-typography-custom-title6-line-htight: 20px;  /* same as default */
  --lumx-typography-custom-title6-font-family: "メイリオ", Meiryo, , sans-serif;
  --lumx-typography-custom-intro-font-size: 18px;  /* same as default */
  --lumx-typography-custom-intro-line-hight: 30px;  /* same as default */
  --lumx-typography-custom-large-font-size: 16px;  /* same as default */
  --lumx-typography-custom-large-line-htight: 20px;  /* same as default */
}


/*===========================================================================
  HEADER (COMMON IN ALL SITES) 
===========================================================================*/

.theme-lumapps .main-nav {
  box-shadow: none !important;
  border-bottom: 2px solid #009a4a;
}


/*===========================================================================
  BREADCRUMB (COMMON IN ALL SITES) 
===========================================================================*/

.widget-breadcrumb__wrapper {
  padding: 0px!important;
}


/*===========================================================================
  ORIGINAL CLASS (COMMON IN ALL SITES OF GROUP PORTAL) 
===========================================================================*/

/* Heading1 for home page */

.heading1-nidec {
  font-family: 'Josefin Sans' , sans-serif!important;
  letter-spacing: 2px;
  color: #007438;
  font-size: 40px !important;
}

/* LP-title */

.widget--LPtitle {
  position: relative;
  border-left: 6px solid #009b4a!important;
}

.widget--LPtitle::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0px;
  background-color: #e0e0e0;
}

/* square-h2title */

.square-h2title {
  position: relative;
  padding: 0.2em 0 0.2em 1.1em;
}

.square-h2title::before {
  position: absolute;
  content: '';
  width: 0.7em;
  height: 0.7em;
  top: 0.6em;
  left: 0;
  background: #009B4A;
}

/* icons for movies */

.icon-video {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://sites-us.lumapps.com/serve/AMIfv96zsWicp5nllgNcO5ViI6xGacroggXForWLXIdkpRvDXuTepZtLEQq5HycP23jJae6PmCCKPWb1PUbwP1OrFWJU6Ol-mD_KnoSx6jxnNXgeC8LUAu_BcArFBVbxDjhy8wHow9MaljzecNOjutNREiV-G5nE5BguCCkOjQV4D9m6K1RXqkCWeEmT1_iJWasjv4r9oXF3ELgVtk4dovCUfH-yK8BBIEhydro6OiDcwr9R9Zepi8TUvpgXU12serva-3fFgIkCkLpKC0OLomMvJ_RtXyntQWJg-vDZ4riv_mypfTtw7s0/icon01.png") no-repeat;
}

/* buttons for Nidec Way page */

.NidecWay-btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.NidecWay-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 250px;
  padding: 18px 40px;
  font-size: 18px;
  color: #007438 !important;
  border: 2px solid #009b4a;
  border-radius: 2px;
  transition: .4s;
}

.NidecWay-btn:hover {
  color: #fff !important;
  background: #007438;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .NidecWay-btn-container {
    gap: 0px;
  }
  .NidecWay-btn{
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 887px) {
  .NidecWay-btn{
    margin-top: 20px;
  }
}

/* calligraphy for Nidec philosophy page */

.calligraphy-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.calligraphy-img {
  width: 35%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .calligraphy-container {
    display: block;
  }
  .calligraphy-img {
    width: 100%;
    margin: 28px auto;
  }
}

/* breadcrumb for FAQ page */

.breadcrumb-htmlwidget {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  column-gap: 12px;
  color: #009b4a;
}

.breadcrumb-htmlwidget-text {
  flex-wrap: wrap;
}

.breadcrumb-htmlwidget a {
  text-decoration: none;
}

.breadcrumb-htmlwidget a:hover {
  text-decoration: underline;
  color: #000;
}

.breadcrumb-htmlwidget-icon {
  width: 16px;
}

.breadcrumb-htmlwidget-home {
  flex-shrink: 0;
}

.breadcrumb-htmlwidget-arrow {
  flex-shrink: 0;
}

.breadcrumb-htmlwidget-arrow img {
  height: 10px;
}

.breadcrumb-htmlwidget span {
  color: #000!important;
}

/* double-underline for 3Q6S page */

.double-underline-text {
  font-weight: bold;
  font-size: 18px;
  color: #585858;
  text-align: center;
}

.double-underline {
  border-bottom: double 6px #CBEADA;
  padding-bottom: 4px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .double-underline-text {
    line-height: 2.4;
  }
}

/* bannar for NCJ page */

.bannar-container {
  position: relative;
}

.bannar-container img {
  width: 100%;
}

.bannar-container p {
  position: absolute;
  white-space: nowrap;
  color: white;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 887px) {
  .widget--shadow-on-for-bannar {
    box-shadow: none !important;
  }
  .bannar-container {
    margin: 0 auto !important;
    width: 60%;
  }
  .bannar-container img {
    box-shadow: rgb(0 0 0 / 14%) 0px 2px 4px;
  }
}

.instance-logo img {
  max-width: 145%;
  max-height: 145%;
}

.user-directory__col-right > div.filter-pane > form > div.lumx-text-field {
  display: none;
}
