@charset "UTF-8";
/**
 * Table of Contents
 *
 * 一般
 * アイコン
 * 見出し
 * コンテンツ内ナビ
 * FAQ
 * サイド
 *    お問い合わせ
 * 言語（INDEX）
 *
 */

/* ==========================================================================
   一般
   ========================================================================== */
.uicontrol {
  font-weight: bold;
}

/* ==========================================================================
   アイコン
   ========================================================================== */
.uui-list-nav li.home a,
.uui-side__nav li.home a,
.faq-heading--home {
  background-image: url(/support/images/pict-cat-home.png);
}
.uui-list-nav li.general a,
.uui-side__nav li.general a,
.faq-heading--general {
  background-image: url(/support/images/pict-cat-general.png);
}
.uui-list-nav li.hardware a,
.uui-side__nav li.hardware a,
.faq-heading--hardware {
  background-image: url(/support/images/pict-cat-hardware.png);
}
.uui-list-nav li.printing a,
.uui-side__nav li.printing a,
.faq-heading--printing {
  background-image: url(/support/images/pict-cat-printing.png);
}
.uui-list-nav li.network a,
.uui-side__nav li.network a,
.faq-heading--network {
  background-image: url(/support/images/pict-cat-network.png);
}
.uui-list-nav li.email a,
.uui-side__nav li.email a,
.faq-heading--email {
  background-image: url(/support/images/pict-cat-email.png);
}
.uui-list-nav li.trouble a,
.uui-side__nav li.trouble a,
.faq-heading--trouble {
  background-image: url(/support/images/pict-cat-trouble.png);
}
.uui-list-nav li.limit a,
.uui-side__nav li.limit a,
.faq-heading--limit {
  background-image: url(/support/images/pict-cat-trouble.png);
}


/* ==========================================================================
   見出し
   ========================================================================== */
.faq-heading {
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 30px;
  font-weight: normal;
  background-position: 0 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}


/** スマートフォン **/
@media only screen and (max-width: 767px) {
  /* 見出し */
  .faq-heading {
    margin-bottom: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 22px;
    line-height: 1.2;
  }
}


/* ==========================================================================
   コンテンツ内ナビ
   ========================================================================== */
.uui-list-nav li a {
    color: #000000;
}


/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section {
  padding-top: 58px;
}

.faq-unit__question {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 10px 5px 2em;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  background-color: #fff;
}

.faq-unit__question::before {
  content: '+';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  height: 1.3em;
  font-weight: bold;
}

.faq-unit__question.is-opened::before {
  content: '-';
}

.faq-unit__question:hover {
  background-color: #f6f6f6;
}

.faq-unit__answer {
  display: none;
  margin-left: 2em;
  margin-bottom: 30px;
  padding: 5px 10px;
  line-height: 1.8;
  background-color: #f6f6f6;
}

.faq-unit__answer.is-opened {
  display: block;
}

.faq-section ul,
.faq-section ol {
  margin: .5em 2.5em;
}

.faq-section .cmd,
.faq-section .command {
  font-weight: bold;
}

/* App Store リンク */
.faq-app-links {
  margin: 30px 0;
  text-align: center;
}

.faq-app-links li {
  margin-bottom: 15px;
  list-style: none;
}

.faq-app-links li a {
  display: block;
}

.faq-app-links li img {
  width: 100%;
  max-width: 160px;
}

/** タブレット **/
@media only screen and (max-width: 960px) {
  /* FAQ */
  .faq-unit__question:hover {
    background-color: #fff;
  }
}


/** スマートフォン **/
@media only screen and (max-width: 767px) {
  /* FAQ */
  .faq-section {
    padding-top: 20px;
  }

  .faq-unit__question {
    margin-bottom: 5px;
    padding-left: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .faq-unit__question::before {
    left: 5px;
  }

  .faq-unit__question:hover {
    background-color: transparent;
  }

  .faq-unit__answer {
    margin-left: 1.7em;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}


/* ==========================================================================
   サイド
   ========================================================================== */
.faq-side__contacts {
  display: none;
}

.faq-side__contacts.is-opened {
  display: block;
}

.faq-side__contacts li {
  margin-bottom: 5px;
  list-style: none;
}

/* カレント設定 */
.uui-side__nav li.active a {
  background-color: #dcdcdc;
}

.uui-side__nav li a:hover,
.uui-side__nav li a:active {
  background-color: #e0e0e0;
  text-decoration: none;
}


/* ==========================================================================
   言語（INDEX）
   ========================================================================== */
.faq-index-lang {
  margin: 30px 0;
}

.faq-index-lang .label {
  margin-bottom: 15px;
  font-weight: bold;
}

.faq-index-lang ul {
  padding-left: 1.5em;
}
