@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.ta-c {
  text-align: center !important;
}

.mt-20 {
  margin-top: 2rem;
}

#container {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  box-sizing: border-box;
}

.manual {
  margin-top: 100px;
}
.manual .c5-heading1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .manual .c5-heading1 {
    font-size: 1.42857rem;
  }
}
.manual .c5-secondaryButton {
  color: #2f353d;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #e4e7ec;
  transition: background 0.2s;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s;
}
.manual .c5-secondaryButton:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.manual .c5-secondaryButton:hover {
  opacity: 0.75;
}
.manual__head {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) {
  .manual__head {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .manual__head {
    margin-bottom: 40px;
  }
  .manual__head .c5-secondaryButton {
    margin: 10px 0 0 auto;
    display: table;
  }
}

.manualCare {
  margin-bottom: 40px;
}
.manualCare .manualCare__lead {
  font-size: 18px;
  margin-bottom: 20px;
}
.manualCare .manualCare__box {
  padding: 10px 15px;
  font-size: 14px;
  border: solid 1px #333;
}
.manualCare .manualCare__box__hdg {
  margin-bottom: 15px;
}
.manualCare .manualCare__box__cont ul li {
  list-style-type: disc;
}
.manualCare .manualCare__box__cont ul li:not(:last-child) {
  margin-bottom: 10px;
}

.manualSearchModel {
  background: #e4e7ec;
  padding: 30px 20px;
  margin-bottom: 0;
  border-bottom: dotted 1px gray;
}
@media only screen and (max-width: 767px) {
  .manualSearchModel {
    padding: 15px;
  }
}
.manualSearchModel__hdg {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.manualSearchModel__cont {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .manualSearchModel__cont {
    flex-wrap: wrap;
    width: 100%;
  }
}
.manualSearchModel__cont > * {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: inline-block;
}
.manualSearchModel__cont input {
  width: 400px;
  height: 40px;
  vertical-align: middle;
  padding: 2px 10px;
  box-sizing: border-box;
  border: solid 1px #c8cbce;
  margin-right: 5px;
  font-size: 14px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .manualSearchModel__cont input {
    width: calc(100% - 6em - 5px);
  }
}
.manualSearchModel__cont select {
  width: 107px;
  height: 40px;
  vertical-align: middle;
  padding: 2px 10px;
  box-sizing: border-box;
  border: solid 1px #c8cbce;
  margin-right: 5px;
  font-size: 14px;
  background: white url(../image/icon_arrow_down.png) right 10px center no-repeat;
}
@media only screen and (max-width: 767px) {
  .manualSearchModel__cont select {
    margin: 0;
    width: 6em;
  }
}
.manualSearchModel__cont button {
  width: 64px;
  height: 40px;
  padding: 2px 10px;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5786f8;
  color: white;
}
@media only screen and (max-width: 767px) {
  .manualSearchModel__cont button {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
.manualSearchModel__cont button span {
  margin-left: 5px;
}

.manualSearchCategory {
  background: #e4e7ec;
  padding: 30px 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .manualSearchCategory {
    padding: 15px;
  }
}
.manualSearchCategory__hdg {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .manualSearchCategory__hdg {
    display: flex;
    justify-content: flex-start;
  }
}
.manualSearchCategory__ttl {
  margin-right: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .manualSearchCategory__ttl {
    margin-bottom: 10px;
  }
}
.manualSearchCategory__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: solid 1px #c8cbce;
  border-left: solid 1px #c8cbce;
}
.manualSearchCategory__cont > a {
  cursor: pointer;
  border-bottom: solid 1px #c8cbce;
  border-right: solid 1px #c8cbce;
  background: white;
  box-sizing: border-box;
  width: calc(100% / 6);
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2f353d;
  text-decoration: none !important;
  transition: all 0.3s;
  padding: 5px 8px;
}
@media only screen and (max-width: 767px) {
  .manualSearchCategory__cont > a {
    width: calc(100% / 2);
  }
}
.manualSearchCategory__cont > a > span {
  position: relative;
  padding-left: 15px;
}
.manualSearchCategory__cont > a > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #2f353d transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.manualSearchCategory__cont > a:hover {
  opacity: 0.75;
}
.manualSearchCategory__cont > a.is-current {
  background: #000000;
  color: white;
}
.manualSearchCategory__cont > a.is-current > span:before {
  border-color: white transparent transparent transparent;
}

.manualSearchDiscontinued {
  font-size: 18px;
}
.manualSearchDiscontinued label {
  cursor: pointer;
  vertical-align: middle;
}
.manualSearchDiscontinued label input {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  margin-right: 10px;
}

.manualResultBlock:not(:last-child) {
  margin-bottom: 40px;
}
.manualResultBlock__category {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.manualResultBlock__table {
  width: 100%;
  border-top: solid 1px #000000;
}
.manualResultBlock__table tr > * {
  border-bottom: solid 1px #c8cbce;
  padding: 15px 30px;
  line-height: 1;
  vertical-align: middle;
}
.manualResultBlock__table tr th {
  width: 28%;
  text-align: left;
  font-weight: normal;
}
.manualResultBlock__table tr td:first-of-type {
  width: 14%;
}
.manualResultBlock__table tr td:last-of-type {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .manualResultBlock__table, .manualResultBlock__table tbody, .manualResultBlock__table tr, .manualResultBlock__table td, .manualResultBlock__table th {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
  .manualResultBlock__table tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: solid 1px #c8cbce;
  }
  .manualResultBlock__table tr > * {
    border: none;
    padding: 10px 10px;
  }
  .manualResultBlock__table tr th, .manualResultBlock__table tr th + td {
    flex-grow: 1;
  }
  .manualResultBlock__table tr td:last-of-type {
    width: 100%;
  }
}
.manualResultBlock__icon {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 3px 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.2em 0.8em;
  line-height: 1;
  background: #eb0100;
  margin-bottom: 5px;
}
.manualResultBlock__product {
  font-size: 11px;
  margin-bottom: 5px;
}
.manualResultBlock__model {
  font-size: 14px;
  font-weight: bold;
}
.manualResultBlock__release {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .manualResultBlock__release {
    text-align: right;
  }
}
.manualResultBlock__manuals, .manualResultBlock__helps {
  font-size: 12px;
  line-height: 1.4;
  color: #2f353d;
  font-weight: normal;
}
.manualResultBlock__manuals:not(:first-of-type), .manualResultBlock__helps:not(:first-of-type) {
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .manualResultBlock__manuals, .manualResultBlock__helps {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.manualResultBlock__manuals:not(:last-child), .manualResultBlock__helps:not(:last-child) {
  margin-right: 30px;
}
.manualResultBlock__manual, .manualResultBlock__help {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .manualResultBlock__manual:not(:last-child), .manualResultBlock__help:not(:last-child) {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .manualResultBlock__manual:not(:last-child), .manualResultBlock__help:not(:last-child) {
    margin-bottom: 20px;
  }
}
.manualResultBlock__link {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
.manualResultBlock__link:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url(/professional/support/manual/assets/image/icon_download.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.65em;
  transform: translateY(-50%);
}
.manualResultBlock__detail {
  width: 100%;
  padding-left: 15px;
}
.manualResultBlock__detail > *:not(:last-child) {
  margin-right: 1em;
}
.manualResultBlock__info, .manualResultBlock__size {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.4;
}