@charset "UTF-8";
/*-------------------------
  breakpoint
 */
/*-------------------------
  color
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
  background-color: #FFFFFF;
  color: #333333;
}

a {
  color: #ED6C00;
}

.companyHeader__container {
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
@media (min-width: 601px) {
  .companyHeader__container {
    padding: 16px 16px 12px;
  }
}
.companyHeader__logoContainer {
  display: block;
}
.companyHeader__logo {
  display: block;
  height: 34px;
}
@media (min-width: 601px) {
  .companyHeader__logo {
    height: 54px;
  }
}

.siteHeader {
  position: relative;
  background-color: #ED6C00;
}
.siteHeader__container {
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.siteHeader__menu {
  display: block;
  width: 27px;
  height: 36px;
  background-size: 27px 36px;
  background-position: 0 0;
}
.siteHeader__title {
  margin: 0 auto 0 0;
  color: #FFF;
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
}
.siteHeader__title > a {
  display: block;
  color: #FFF;
  padding-right: 4px;
  text-decoration: none;
}
.siteHeader__title > a:hover {
  text-decoration: none;
}
.siteHeader__hint {
  background-color: #F1DACA;
}
.siteHeader__hintContainer {
  margin: 0 auto;
  max-width: 980px;
}
.siteHeader__hintText {
  display: inline-block;
  padding: 2px 16px;
  font-size: 13px;
}

.languageSelector__container {
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 16px;
}
.languageSelector .footer-language-selector button {
  color: #5a6d7c;
  display: inline-block;
  border: none;
  background-color: transparent;
}
.languageSelector .footer-language-selector button:hover {
  background-color: #EEEEEE;
}

.globalNav {
  display: none;
  position: absolute;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  top: 100%;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1025px) {
  .globalNav {
    margin: 0 auto;
    max-width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
.globalNav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.globalNav__navList {
  padding: 8px 16px 8px;
  background-color: #FFF;
}
.globalNav__navItem {
  display: block;
}
.globalNav__navItemContainer {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #231815;
}
.globalNav__navItemContainer--open {
  border-bottom: 1px solid #231815;
}
.globalNav__openNav, .globalNav__closeNav {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
}
.globalNav__openNav:active, .globalNav__openNav:focus, .globalNav__closeNav:active, .globalNav__closeNav:focus {
  text-decoration: none;
}
.globalNav__navHelpTypeTitle {
  display: block;
  padding: 12px 12px 12px 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #231815;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.globalNav__navHelpTitle {
  display: block;
  padding: 12px 12px 12px 0;
  color: #000;
  font-weight: bold;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.globalNav__navItemSub {
  display: none;
  background-color: #E6E6E6;
  border-bottom: 1px solid #231815;
}
.globalNav__navItemSubItem {
  display: block;
}
.globalNav__navItemSubLink {
  display: block;
  padding: 12px 8px;
  color: #000;
}

.keyFooter {
  margin-top: 80px;
}
@media (min-width: 601px) {
  .keyFooter {
    margin-top: 48px;
  }
}
.keyFooter__title {
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px 0;
  font-size: 20px;
  color: #666464;
}
@media (min-width: 1025px) {
  .keyFooter__title {
    padding: 12px 0 0;
    margin-bottom: 8px;
  }
}
.keyFooter__titleLogo {
  width: 40px;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (min-width: 601px) {
  .keyFooter__titleLogo {
    width: 55px;
  }
}
.keyFooter__bigLinksContainer {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .keyFooter__bigLinksContainer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.keyFooter__bigLinksItem {
  padding: 12px 0;
  display: flex;
  align-items: center;
  color: #666464;
  border-bottom: 1px solid #666464;
}
.keyFooter__bigLinksItem:last-child {
  border-bottom: none;
}
.keyFooter__bigLinksItem:hover {
  text-decoration: none;
  color: #ED6C00;
}
@media (min-width: 1025px) {
  .keyFooter__bigLinksItem {
    width: 310px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 12px 16px;
  }
  .keyFooter__bigLinksItem:last-child {
    border: 1px solid #999;
  }
}
.keyFooter__bigLinksImage {
  width: 50px;
  margin-right: 8px;
  flex-shrink: 0;
}
.keyFooter__bigLinksCatchText {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.keyFooter__bigLinksDescription {
  display: block;
  font-size: 8px;
  margin-top: 4px;
}
.keyFooter__bannerContainer {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px 20px;
}
@media (min-width: 1025px) {
  .keyFooter__bannerContainer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.keyFooter__bannerLink {
  display: block;
  margin: 8px 0;
}
.keyFooter__bannerLink:hover {
  box-shadow: 0 0 0 1px #ED6C00;
}
@media (min-width: 1025px) {
  .keyFooter__bannerLink {
    flex: 0 0 auto;
    width: 480px;
  }
}
.keyFooter__bannerImg {
  display: block;
  width: 100%;
}
.keyFooter__linksContainer {
  margin: 0 auto;
  max-width: 980px;
}
@media (min-width: 601px) {
  .keyFooter__linksList {
    display: flex;
    margin-bottom: 16px;
  }
}
.keyFooter__linksListItem {
  border-top: 1px solid #000;
}
@media (min-width: 601px) {
  .keyFooter__linksListItem {
    border: none;
  }
}
.keyFooter__linksLink {
  display: block;
  padding: 4px 16px;
  font-size: 12px;
  color: #000;
  background-size: 5px 8px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.keyFooter__linksLink:hover {
  text-decoration: none;
  color: #ED6C00;
}
@media (min-width: 601px) {
  .keyFooter__linksLink {
    display: inline-block;
    padding: 4px 4px 4px 12px;
    margin-right: 24px;
    background-position: left center;
    font-size: 14px;
    font-weight: bold;
  }
}
.keyFooter__copyright {
  padding: 32px 0;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 10px;
}

.keyBreadcrumbs {
  margin-bottom: 12px;
}
.keyBreadcrumbs__container {
  margin: 0 auto;
  max-width: 980px;
}
.keyBreadcrumbs .breadcrumbs {
  padding: 8px 16px 0;
  margin: 0;
  font-size: 10px;
}
.keyBreadcrumbs .breadcrumbs li {
  color: #666464;
  font-size: 10px;
}
.keyBreadcrumbs .breadcrumbs li a {
  color: #ED6C00;
}
.keyBreadcrumbs .breadcrumbs li a:visited {
  color: #ED6C00;
}
.keyBreadcrumbs .breadcrumbs .breadcrumbs li + li::before {
  margin: 0 1px;
}

.keyHomePage {
  /* famiLock */
  /* 顔認証ハンドル一体型 */
  /* 顔認証ディスプレイ型 */
  /* kazasu plus */
  /* touchKey*/
  /* systemKey*/
  /* ヘルプ */
}
.keyHomePage__typeTitleContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keyHomePage__typeTitle {
  margin: 16px 16px 8px;
  padding-left: 8px;
  border-left: 5px solid #ED6C00;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
@media (min-width: 601px) {
  .keyHomePage__typeTitle {
    margin-bottom: 16px;
  }
}
.keyHomePage__productContainer {
  margin: 0 auto;
  max-width: 980px;
  margin-bottom: 8px;
}
.keyHomePage__famiLockContainer {
  padding: 16px;
  margin-bottom: 8px;
  background-color: #0090B6;
  color: #FFF;
}
.keyHomePage__famiLockContainer:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockContainer {
    margin-bottom: 16px;
  }
}
.keyHomePage__famiLockContentContainer {
  float: left;
  width: calc(100% - 100px - 20px);
}
@media (min-width: 601px) {
  .keyHomePage__famiLockContentContainer {
    float: right;
    width: calc(100% - 160px - 20px);
  }
}
.keyHomePage__famiLockTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__famiLockTitle small {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  line-height: 10px;
  display: none;
}
.keyHomePage__famiLockImageContainer {
  margin-left: calc(100% - 100px - 4px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockImageContainer {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.keyHomePage__famiLockImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 150px;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockImage {
    width: 150px;
    height: 225px;
  }
}
.keyHomePage__famiLockList {
  margin-bottom: 0;
}
.keyHomePage__famiLockListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__famiLockListItem:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockListItem {
    display: inline-block;
    margin-right: 24px;
  }
  .keyHomePage__famiLockListItem:last-child {
    margin-bottom: 16px;
  }
}
.keyHomePage__famiLockLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__famiLockApp {
  background-color: #FFF;
  border-radius: 8px;
  padding: 8px;
  color: #4D4D4D;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockApp {
    float: right;
    width: calc(100% - 160px - 20px);
    padding: 12px;
  }
}
.keyHomePage__famiLockAppTitle {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockAppTitle {
    font-size: 18px;
  }
}
.keyHomePage__famiLockAppLinkContainer {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .keyHomePage__famiLockAppLinkContainer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.keyHomePage__famiLockSPListItem {
  margin-bottom: 4px;
}
.keyHomePage__famiLockSPListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__famiLockSPListLink {
  display: block;
  padding-left: 12px;
  font-size: 12px;
  color: #4D4D4D;
  font-weight: bold;
  background-size: 8px 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockSPListLink {
    font-size: 16px;
  }
}
.keyHomePage__famiLockAppIcon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0 0 8px;
  flex-shrink: 0;
}
@media (min-width: 601px) {
  .keyHomePage__famiLockAppIcon {
    margin: 0 16px 0 0;
    width: 78px;
    height: 78px;
  }
}
.keyHomePage__facialRecognitionSystemHandleContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #935F91;
  color: #FFF;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .keyHomePage__facialRecognitionSystemHandleContainer {
    flex: 0 0 auto;
    width: 480px;
    margin-bottom: 16px;
  }
}
.keyHomePage__facialRecognitionSystemHandleContentContainer {
  flex-basis: calc(100% - 120px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemHandleContentContainer {
    flex-basis: calc(100% - 160px);
  }
}
.keyHomePage__facialRecognitionSystemHandleTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__facialRecognitionSystemHandleTitle--en {
  font-size: 23px;
}
.keyHomePage__facialRecognitionSystemHandleType {
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .keyHomePage__facialRecognitionSystemHandleType {
    display: block;
  }
}
.keyHomePage__facialRecognitionSystemHandleImageContainer {
  margin-left: 16px;
  margin-right: 4px;
}
.keyHomePage__facialRecognitionSystemHandleImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 135px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemHandleImage {
    width: 140px;
    height: 189px;
  }
}
.keyHomePage__facialRecognitionSystemHandleList {
  margin-bottom: 0;
}
.keyHomePage__facialRecognitionSystemHandleListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__facialRecognitionSystemHandleListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__facialRecognitionSystemHandleLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemHandleLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__facialRecognitionSystemDispContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #78799B;
  color: #FFF;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .keyHomePage__facialRecognitionSystemDispContainer {
    flex: 0 0 auto;
    width: 480px;
    margin-bottom: 16px;
  }
}
.keyHomePage__facialRecognitionSystemDispContentContainer {
  flex-basis: calc(100% - 120px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemDispContentContainer {
    flex-basis: calc(100% - 160px);
  }
}
.keyHomePage__facialRecognitionSystemDispTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__facialRecognitionSystemDispTitle--en {
  font-size: 23px;
}
.keyHomePage__facialRecognitionSystemDispType {
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .keyHomePage__facialRecognitionSystemDispType {
    display: block;
  }
}
.keyHomePage__facialRecognitionSystemDispImageContainer {
  margin-left: 16px;
  margin-right: 4px;
}
.keyHomePage__facialRecognitionSystemDispImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 135px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemDispImage {
    width: 140px;
    height: 189px;
  }
}
.keyHomePage__facialRecognitionSystemDispList {
  margin-bottom: 0;
}
.keyHomePage__facialRecognitionSystemDispListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__facialRecognitionSystemDispListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__facialRecognitionSystemDispLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__facialRecognitionSystemDispLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__kazasuPlusContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #C12C1F;
  color: #FFF;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .keyHomePage__kazasuPlusContainer {
    flex: 0 0 auto;
    width: 480px;
    margin-bottom: 16px;
  }
}
.keyHomePage__kazasuPlusContentContainer {
  flex-basis: calc(100% - 120px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__kazasuPlusContentContainer {
    flex-basis: calc(100% - 160px);
  }
}
.keyHomePage__kazasuPlusTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__kazasuPlusImageContainer {
  margin-left: 16px;
  margin-right: 4px;
}
.keyHomePage__kazasuPlusImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 135px;
}
@media (min-width: 601px) {
  .keyHomePage__kazasuPlusImage {
    width: 140px;
    height: 189px;
  }
}
.keyHomePage__kazasuPlusList {
  margin-bottom: 0;
}
.keyHomePage__kazasuPlusListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__kazasuPlusListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__kazasuPlusLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__kazasuPlusLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__touchKeyContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #D55E12;
  color: #FFF;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .keyHomePage__touchKeyContainer {
    flex: 0 0 auto;
    width: 480px;
    margin-bottom: 16px;
  }
}
.keyHomePage__touchKeyContentContainer {
  flex-basis: calc(100% - 120px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__touchKeyContentContainer {
    flex-basis: calc(100% - 160px);
  }
}
.keyHomePage__touchKeyTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__touchKeyImageContainer {
  margin-left: 16px;
  margin-right: 4px;
}
.keyHomePage__touchKeyImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 135px;
}
@media (min-width: 601px) {
  .keyHomePage__touchKeyImage {
    width: 140px;
    height: 189px;
  }
}
.keyHomePage__touchKeyList {
  margin-bottom: 0;
}
.keyHomePage__touchKeyListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__touchKeyListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__touchKeyLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__touchKeyLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__systemKeyContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #EB9500;
  color: #FFF;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .keyHomePage__systemKeyContainer {
    flex: 0 0 auto;
    width: 480px;
    margin-bottom: 16px;
  }
}
.keyHomePage__systemKeyContentContainer {
  flex-basis: calc(100% - 120px);
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__systemKeyContentContainer {
    flex-basis: calc(100% - 160px);
  }
}
.keyHomePage__systemKeyTitle {
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FFF;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.keyHomePage__systemKeyImageContainer {
  margin-left: 16px;
  margin-right: 4px;
}
.keyHomePage__systemKeyImage {
  width: 100px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 135px;
}
@media (min-width: 601px) {
  .keyHomePage__systemKeyImage {
    width: 140px;
    height: 189px;
  }
}
.keyHomePage__systemKeyList {
  margin-bottom: 0;
}
.keyHomePage__systemKeyListItem {
  margin-bottom: 12px;
  padding-left: 19px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.keyHomePage__systemKeyListItem:last-child {
  margin-bottom: 0;
}
.keyHomePage__systemKeyLink {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyHomePage__systemKeyLink {
    text-decoration: none;
    font-size: 18px;
  }
}
.keyHomePage__subProductContainer {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .keyHomePage__subProductContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.keyHomePage__helpContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #666464;
  color: #FFF;
  padding: 8px 16px;
  align-items: center;
  background-size: 42px 50px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.keyHomePage__helpContainer:hover {
  text-decoration: none;
  background-color: #5c5a5a;
}
@media (min-width: 1025px) {
  .keyHomePage__helpContainer {
    flex: 1 0 auto;
  }
  .keyHomePage__helpContainer br {
    display: none;
  }
}
.keyHomePage__helpIcon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.keyHomePage__helpText {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .keyHomePage__helpText {
    font-size: 18px;
  }
}
.keyHomePage__manualContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 8px;
  background-color: #FFF;
  color: #FFF;
  border-top: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  color: #ED6C00;
  align-items: center;
  padding: 8px 16px;
  background-size: 42px 50px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
@media (min-width: 1025px) {
  .keyHomePage__manualContainer {
    flex: 1 0 auto;
    border: 2px solid #ED6C00;
  }
}
.keyHomePage__manualContainer:hover {
  text-decoration: none;
  background-color: rgba(237, 108, 0, 0.2);
}
.keyHomePage__manualIcon {
  display: inline-block;
  height: 50px;
  margin-right: 24px;
  margin-left: 8px;
}
.keyHomePage__manualText {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .keyHomePage__manualText {
    font-size: 18px;
  }
}

.keyCategoryPage__pageHeader {
  background-color: #649FB5;
  margin-bottom: 24px;
  min-height: 82px;
}
.keyCategoryPage__pageHeaderContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keyCategoryPage__pageTitleContainer {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  color: #FFF;
}
.keyCategoryPage__title {
  margin: 0;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
}
.keyCategoryPage__title small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
}
.keyCategoryPage__bodyContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keyCategoryPage__sectionContainer {
  margin-bottom: 48px;
}
.keyCategoryPage__sectionTitle {
  margin: 0 16px 24px;
  padding-left: 8px;
  border-left: 5px solid #649FB5;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
@media (min-width: 601px) {
  .keyCategoryPage__sectionTitle {
    margin-bottom: 12px;
  }
}
.keyCategoryPage__articleList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
@media (min-width: 601px) {
  .keyCategoryPage__articleList {
    padding-left: 16px;
  }
}
.keyCategoryPage__articleListItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}
.keyCategoryPage__articleListItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}
@media (min-width: 601px) {
  .keyCategoryPage__articleListItem {
    margin-bottom: 4px;
  }
}
.keyCategoryPage__articleListItem--error {
  margin: 16px 0;
  background-color: transparent !important;
}
.keyCategoryPage__articleLink {
  display: block;
  padding: 12px 12px 12px 40px;
  color: #333333;
  font-weight: bold;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 14px center;
}
.keyCategoryPage__loadingContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyCategoryPage__loading {
  width: 16px;
  height: 16px;
}
.keyCategoryPage__troubleSectionList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
@media (min-width: 601px) {
  .keyCategoryPage__troubleSectionList {
    padding-left: 16px;
  }
}
.keyCategoryPage__troubleSectionItem {
  margin-bottom: 8px;
  height: 90px;
  background-position: right center;
  background-size: 115px 90px;
  background-repeat: no-repeat;
}
.keyCategoryPage__troubleSectionItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}
.keyCategoryPage__troubleSectionItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}
@media (min-width: 601px) {
  .keyCategoryPage__troubleSectionItem {
    margin-bottom: 4px;
  }
}
.keyCategoryPage__troubleSectionLink {
  display: block;
  padding: 12px 12px 12px 40px;
  color: #333333;
  font-weight: bold;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 14px center;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 123px;
}
.keyCategoryPage__typeSection {
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .keyCategoryPage__typeSection {
    margin-bottom: 64px;
  }
}
.keyCategoryPage__typeSectionTitle {
  padding: 8px 16px;
  margin-bottom: 16px;
  background-color: #666464;
  color: #FFF;
}
.keyCategoryPage__typeListContainer {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .keyCategoryPage__typeListContainer {
    width: auto;
    margin: auto;
  }
}
.keyCategoryPage__typeListContainer--card li {
  background: #F0F0F0;
}
.keyCategoryPage__typeListContainer--card li:nth-of-type(2n) {
  background-color: #D2D2D2;
}
.keyCategoryPage__typeListContainer--rc li, .keyCategoryPage__typeListContainer--sp li {
  background-color: #D2D2D2;
}
.keyCategoryPage__typeListContainer--rc li:nth-of-type(2n), .keyCategoryPage__typeListContainer--sp li:nth-of-type(2n) {
  background: #F0F0F0;
}
.keyCategoryPage__typeItem {
  display: block;
  margin: 1px;
  width: 104px;
  height: 104px;
  border-radius: 4px;
}
@media (min-width: 601px) {
  .keyCategoryPage__typeItem {
    margin: 0 12px 12px 0;
    width: 140px;
    height: 140px;
  }
}
.keyCategoryPage__typeItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  width: 104px;
  height: 104px;
  color: #000;
}
@media (min-width: 601px) {
  .keyCategoryPage__typeItemLink {
    width: 140px;
    height: 140px;
  }
}
.keyCategoryPage__typeItemLink:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.keyCategoryPage__typeItemLink > img {
  width: 104px;
  height: 104px;
}

.keySectionPage__pageHeader {
  background-color: #649FB5;
  margin-bottom: 24px;
  margin-bottom: 8px;
  min-height: 82px;
}
.keySectionPage__pageHeaderContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keySectionPage__pageTitleContainer {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  color: #FFF;
}
.keySectionPage__title {
  margin: 0;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
}
.keySectionPage__title small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
}
.keySectionPage__bodyContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keySectionPage__sectionContainer {
  margin-bottom: 48px;
}
.keySectionPage__sectionTitle {
  margin: 0 16px 24px;
  padding-left: 8px;
  border-left: 5px solid #649FB5;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
@media (min-width: 601px) {
  .keySectionPage__sectionTitle {
    margin-bottom: 12px;
  }
}
.keySectionPage__articleList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
@media (min-width: 601px) {
  .keySectionPage__articleList {
    padding-left: 16px;
  }
}
.keySectionPage__articleListItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}
.keySectionPage__articleListItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}
@media (min-width: 601px) {
  .keySectionPage__articleListItem {
    margin-bottom: 4px;
  }
}
.keySectionPage__articleLink {
  display: block;
  padding: 12px 12px 12px 40px;
  color: #333333;
  font-weight: bold;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 14px center;
}
.keySectionPage__lampListItem {
  margin-bottom: 8px;
  height: 94px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 14px center;
}
.keySectionPage__lampListItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}
.keySectionPage__lampListItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}
@media (min-width: 601px) {
  .keySectionPage__lampListItem {
    margin-bottom: 4px;
  }
}
.keySectionPage__lampListLink {
  display: block;
  padding: 0 0 0 120px;
  color: #333333;
  font-weight: bold;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 35px center;
}
.keySectionPage__lampListLink:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.keySectionPage__lampListLinkTitle {
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 12px;
  height: 100%;
}
@media (min-width: 601px) {
  .keySectionPage__lampListLinkTitle {
    justify-content: flex-start;
  }
}
.keySectionPage__keyListItem {
  margin-bottom: 8px;
  height: 94px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 14px center;
}
.keySectionPage__keyListItem:nth-of-type(2n+1) {
  background-color: #E6E6E6;
}
.keySectionPage__keyListItem:nth-of-type(2n) {
  background-color: #C8C8C8;
}
@media (min-width: 601px) {
  .keySectionPage__keyListItem {
    margin-bottom: 4px;
  }
}
.keySectionPage__keyListLink {
  display: block;
  padding: 0 96px 0 40px;
  color: #333333;
  font-weight: bold;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 80px 80px;
}
.keySectionPage__keyListLink:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.keySectionPage__keyListLinkTitle {
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 0;
  height: 100%;
}
@media (min-width: 601px) {
  .keySectionPage__keyListLinkTitle {
    justify-content: flex-start;
  }
}

.keyArticlePage__pageHeader {
  background-color: #649FB5;
  margin-bottom: 24px;
  margin-bottom: 40px;
}
.keyArticlePage__pageHeaderContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keyArticlePage__pageTitleContainer {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  color: #FFF;
}
.keyArticlePage__title {
  margin: 0;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.keyArticlePage__bodyContainer {
  margin: 0 auto;
  max-width: 980px;
}
.keyArticlePage__body {
  padding: 0 16px;
  margin-bottom: 16px;
  color: #666464;
  /* iframe video */
}
.keyArticlePage__body iframe[src^="//players.brightcove.net/"] {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 601px) {
  .keyArticlePage__body iframe[src^="//players.brightcove.net/"] {
    width: 100%;
    margin: 0;
  }
}
.keyArticlePage__body table {
  border: 1px solid #C2BBB0;
  width: 100%;
}
.keyArticlePage__body table td {
  border: 1px solid #C2BBB0;
  padding: 2px 4px;
}
.keyArticlePage__body .heading-blue {
  font-size: 20px;
  font-weight: bold;
  color: #649FB5;
}
.keyArticlePage__body .heading-blue:before {
  content: "■";
}
.keyArticlePage__body .heading-orange {
  font-size: 20px;
  font-weight: bold;
  color: #ED6C00;
}
.keyArticlePage__body .heading-orange:before {
  content: "■";
}
.keyArticlePage__body .heading-point {
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 4px;
  font-size: 14px;
  background-color: #CCC;
  border-radius: 16px;
  color: #000;
}
.keyArticlePage__body .heading-point + p {
  margin-top: 8px;
}
.keyArticlePage__body .heading-number {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.keyArticlePage__body .heading-number + p {
  margin-top: 8px;
}
.keyArticlePage__body .point-number {
  display: inline-block;
  margin-right: 8px;
  min-width: 24px;
  height: 24px;
  background-color: #ED6C00;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
}
.keyArticlePage__body .article-box {
  padding: 12px;
  margin-bottom: 24px;
  border: 2px solid #CCC;
  border-radius: 4px;
}
.keyArticlePage__body .article-box p:first-child {
  margin-top: 0;
}
.keyArticlePage__body .article-box p:last-child {
  margin-bottom: 0;
}
.keyArticlePage__body a {
  color: #649FB5;
  text-decoration: underline;
  font-weight: bold;
}
.keyArticlePage__body hr {
  border: 1px solid #649EB4;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.keyArticlePage__body .image-full {
  width: 100%;
}
@media (min-width: 601px) {
  .keyArticlePage__body .image-pc-max200 {
    max-width: 200px;
  }
  .keyArticlePage__body .image-pc-max250 {
    max-width: 250px;
  }
  .keyArticlePage__body .image-pc-max300 {
    max-width: 300px;
  }
  .keyArticlePage__body .image-pc-max350 {
    max-width: 350px;
  }
  .keyArticlePage__body .image-pc-max400 {
    max-width: 400px;
  }
  .keyArticlePage__body .image-pc-max450 {
    max-width: 450px;
  }
  .keyArticlePage__body .image-pc-max500 {
    max-width: 500px;
  }
  .keyArticlePage__body .image-pc-max550 {
    max-width: 550px;
  }
  .keyArticlePage__body .image-pc-max600 {
    max-width: 600px;
  }
  .keyArticlePage__body .image-pc-max650 {
    max-width: 650px;
  }
  .keyArticlePage__body .image-pc-max700 {
    max-width: 700px;
  }
  .keyArticlePage__body .image-pc-max750 {
    max-width: 750px;
  }
  .keyArticlePage__body .image-pc-max800 {
    max-width: 800px;
  }
}
.keyArticlePage__attachments {
  padding: 0 16px;
}
.keyArticlePage__bodySeparator {
  border-top: 2px solid #649FB5;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -16px;
  margin-right: -16px;
}

.keyArticleType__productContainer {
  margin-top: -24px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}
.keyArticleType__productContainer--other {
  color: #666464;
  border: 2px solid #666464;
}
.keyArticleType__productContainer--familock {
  color: #FFF;
  background-color: #0090B6;
}
.keyArticleType__productContainer--cazasuPlus {
  color: #FFF;
  background-color: #C12C1F;
}
.keyArticleType__productContainer--facialRecognitionSystem {
  color: #FFF;
  background-color: #935F91;
}
.keyArticleType__productContainerTitle {
  font-weight: bold;
  line-height: 1.3em;
  font-size: 24px;
}
.keyArticleType__productContainerTitle > small {
  display: block;
  font-size: 16px;
}
.keyArticleType__supportTitle {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 16px;
}
@media (min-width: 601px) {
  .keyArticleType__supportTitle br {
    display: none;
  }
}
.keyArticleType__productImage {
  width: 115px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.keyArticleType__otherProductList {
  text-align: left;
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .keyArticleType__otherProductList {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.keyArticleType__supportPageLink {
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  background-color: #666464;
  color: #FFF !important;
  text-decoration: none !important;
  max-width: 400px;
  margin: 0 auto;
}
.keyArticleType__footerLink {
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  background-color: #ED6C00;
  color: #FFF !important;
  text-decoration: none !important;
  max-width: 400px;
  margin: 0 auto;
}
.keyArticleType__sectionTitle {
  padding: 8px 16px;
  margin-bottom: 16px;
  margin-top: -40px;
  background-color: #666464;
  color: #FFF;
  font-size: 15px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 981px) {
  .keyArticleType__sectionTitle {
    margin-top: -24px;
  }
}
.keyArticleType__hintTable {
  border: none !important;
  border-collapse: separate;
  border-spacing: 4px;
  margin-bottom: 32px;
}
.keyArticleType__hintTable thead th {
  text-align: left;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .keyArticleType__hintTable thead th {
    font-size: 14px;
  }
}
.keyArticleType__hintTable tbody td {
  padding: 8px 8px 0;
  border: none;
  color: #4D4D4D;
  border-bottom: 8px solid transparent;
}
.keyArticleType__tableTextColumn {
  vertical-align: top;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .keyArticleType__tableTextColumn {
    font-size: 14px;
  }
}
.keyArticleType__tableProductColumn {
  text-align: center;
  border-radius: 8px;
  min-width: 100px;
}
.keyArticleType__tableArrowColumn {
  text-align: center;
  padding: 0 !important;
}
.keyArticleType__tableArrowImage {
  width: 15px;
  height: 50px;
  margin-top: 12px;
}
.keyArticleType__tableProductName {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  color: #FFF;
}
.keyArticleType__tableProductImage {
  width: 55px;
  height: 75px;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.keyArticleType__tableProductColumnLink {
  display: block;
  text-decoration: none !important;
}
.keyArticleType__tableProductLinkLabel {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}
.keyArticleType__tableNextLink {
  display: block;
  font-size: 14px;
  text-decoration: none !important;
  color: #4D4D4D !important;
}
.keyArticleType__tableNextLink:hover {
  text-decoration: underline !important;
}
.keyArticleType__tableFamilockLow .keyArticleType__tableTextColumn,
.keyArticleType__tableFamilockLow .keyArticleType__tableSampleImageColumn {
  background-color: rgba(0, 143, 181, 0.2);
}
.keyArticleType__tableFamilockLow .keyArticleType__tableProductColumn {
  background-color: #008FB5;
}
.keyArticleType__tableCazasuLow .keyArticleType__tableTextColumn,
.keyArticleType__tableCazasuLow .keyArticleType__tableSampleImageColumn {
  background-color: rgba(192, 44, 31, 0.2);
}
.keyArticleType__tableCazasuLow .keyArticleType__tableProductColumn {
  background-color: #C02C1F;
}
.keyArticleType__tableTouchLow .keyArticleType__tableImageWithTextColumn {
  background-color: rgba(212, 94, 18, 0.2);
}
.keyArticleType__tableTouchLow .keyArticleType__tableProductColumn {
  background-color: #D45E12;
}
.keyArticleType__tableSystemLow .keyArticleType__tableImageWithTextColumn {
  background-color: rgba(234, 148, 0, 0.2);
}
.keyArticleType__tableSystemLow .keyArticleType__tableProductColumn {
  background-color: #EA9400;
}
.keyArticleType__tableOtherLow .keyArticleType__tableTextColumn {
  border: 2px solid #C2C1C1;
}
.keyArticleType__tableOtherLow .keyArticleType__tableProductColumn {
  border: 2px solid #C2C1C1;
  padding: 2px;
}
.keyArticleType__descriptionProductName {
  display: block;
  width: 241px;
  margin: 0 auto 24px;
}
.keyArticleType__descriptionSwitch {
  display: block;
  width: 288px;
  margin: 0 auto 24px;
}
.keyArticleType__switchImage {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.keyArticleType__descriptionLineText {
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 4px;
}
.keyArticleType__descriptionLineImage {
  width: 150px;
  height: 86px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 1025px) {
  .keyArticleType__descriptionLineImage {
    margin-right: 16px;
  }
}
.keyArticleType__tableImageWithTextColumn {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .keyArticleType__tableImageWithTextColumn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    min-height: 140px;
  }
}
@media (min-width: 601px) {
  .keyArticleType__tableImageWithTextColumn {
    font-size: 14px;
  }
}

.errorPage__container {
  margin: 0 auto;
  max-width: 980px;
}
.errorPage__title {
  margin-top: 32px;
}

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