@charset "UTF-8";
/* CSS Document */
.wrapper-prod {
  margin-bottom: 25px;
}

.wrapper-prod .prod-left {
  float: left;
}

.wrapper-prod .prod-right {
  float: right;
}

/* ------------------------------------------
見出し
---------------------------------------------　*/
.txt-read {
  padding: 0 !important;
  margin-bottom: 1.5em;
  line-height: 1.75;
}

.module_titleArea {
  position: relative;
  height: auto !important;
  margin: 0 auto;
  /*
    padding: 0 13px;
    */
  margin-bottom: 32px;
}

#category_title {
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#category_title .title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#category_title .button {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  border: 10px solid #f0f0f0;
}

#category_title .button a {
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 15px 20px 15px 12px;
  color: inherit;
  position: relative;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

#category_title .button a::before {
  content: "";
  display: inline-block;
  vertical-align: 2px;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-bottom: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform: rotate(-45deg);
  transition: border .3s;
}

#category_title .button a:hover {
  background-color: #C90413;
  color: #ffffff;
}

#category_title .button a:hover::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

#category_title .title .sub {
  display: block;
  font-size: 16px;
  /* margin-bottom: 10px; */
}

@media (max-width: 767px) {
  #category_title .title .sub {
    font-size: 12px;
  }
}

#category_title .title .main {
  display: block;
  line-height: 1.3;
  font-size: 42px;
}

@media (max-width: 767px) {
  #category_title .title .main {
    font-size: 27px;
    line-height: calc(72 / 54);
  }
}

#category_title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: #CC0000;
  border-radius: 1px;
}

h2.subttl-l.hd2 {
  position: relative;
  box-sizing: border-box;
  width: 850px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  height: 38px;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #008ee0;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.subttl-l.hd2 span {
  position: relative;
  color: #333;
  width: 848px;
  height: 34px;
  font-size: 1em;
  margin: 2px 1px;
  padding-left: 9px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
}

h2.subttl-l.hd2:before {
  content: '';
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
  width: 5px;
  height: 20px;
  border-radius: 2px;
  background: #008ee0;
}

h3.read-txt.hd3 {
  position: relative;
  margin-bottom: 22px;
  padding: 0 0 0 18px;
  color: #333;
  font-size: 1em;
  font-weight: bold;
}

h3.read-txt.hd3:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  bottom: 1px;
  width: 4px;
  background: #757575;
  border-radius: 1px;
}

.subttl-txt.hd4 {
  position: relative;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subttl-txt.hd4:not(:first-child) {
  margin-top: 40px;
}

.subttl-txt.hd4 span {
  position: relative;
  /* display: flex; */
  align-items: baseline;
  color: #333;
  padding-left: 16px;
  width: 100%;
}

.subttl-txt.hd4 i {
  font-style: normal;
  font-weight: normal;
  font-size: .9375rem;
  display: block;
}

.subttl-txt.hd4 span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #CC0000;
  border-radius: 1px;
}

/* ------------------------------------------
アイコン
---------------------------------------------　*/
.icon-blank {
  margin-left: 5px;
}

.toPageTop {
  text-align: right;
  padding-top: 12px;
  padding-bottom: 25px;
}

/* ------------------------------------------
修理ボタン
---------------------------------------------　*/
.wrapper-btn-syuri {
  background: #e9e9e9;
  margin-bottom: 25px;
}

.wrapper-btn-syuri .btn-syuri {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-btn-syuri p img {
  vertical-align: bottom;
}

.wrapper-prod {
  margin-bottom: 25px;
}

.wrapper-prod .prod-left {
  float: left;
}

.wrapper-prod .prod-right {
  float: right;
}

.subttl-l {
  padding-bottom: 15px;
}

.anchor-prod {
  padding-bottom: 20px;
}

#main .anchor-prod ul li {
  float: left;
  margin-right: 11px;
}

#main .anchor-prod .anchor-prod-01 li {
  margin-bottom: 11px;
}

#main .anchor-prod .anchor-prod-01 li a img {
  vertical-align: bottom;
}

table.list {
  margin-bottom: 50px;
}

/* ------------------------------------------
2021.1.25 fix
--------------------------------------------- */
#main p.pb12,
.p-main p.pb12 {
  padding-bottom: 12px;
}

#main p.pb25,
.p-main p.pb25 {
  padding-bottom: 25px !important;
}

#main p.text-read-list,
.p-main p.text-read-list {
  padding-left: 1em;
  text-indent: -1em;
}

#main h2.subttl-l.hd2 span,
.p-main h2.subttl-l.hd2 span {
  font-size: 82%;
}

#main a.faq,
.p-main a.faq {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 12px 20px 12px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#main a.faq::before,
.p-main a.faq::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-bottom: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform: rotate(-45deg);
  transition: border .3s;
}

#main a.faq:hover,
.p-main a.faq:hover {
  background-color: #C90413;
  color: #ffffff;
}

#main a.faq:hover::before,
.p-main a.faq:hover::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

#main a.faq img,
.p-main a.faq img {
  transition: filter 0.3s ease;
}

#main a.faq:hover img,
.p-main a.faq:hover img {
  filter: brightness(2);
}

#main button,
.p-main button {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 0 60px 0 20px;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s, background-color .3s, border-color .3s;
}

#main button::before,
.p-main button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: auto;
  border: 1px solid #CC0313;
  transform: rotate(180deg);
  display: inline-block;
  transition: color .3s, background-color .3s, border-color .3s;
}

#main button::after,
.p-main button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-bottom: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform-origin: center;
  transform: rotate(45deg);
  transition: color .3s, background-color .3s, border-color .3s;
}

#main button:hover,
.p-main button:hover {
  background-color: #CC0313;
  color: #ffffff;
}

#main button:hover::before,
.p-main button:hover::before {
  background-color: #ffffff;
}

#main .is-open button,
.p-main .is-open button {
  border-bottom-color: transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

#main .is-open button::before,
.p-main .is-open button::before {
  background-color: #CC0313;
}

#main .is-open button::after,
.p-main .is-open button::after {
  top: 2px;
  bottom: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

#main .is-open button:hover::before,
.p-main .is-open button:hover::before {
  background-color: #fff;
}

#main .is-open button:hover::after,
.p-main .is-open button:hover::after {
  border-bottom: 2px solid #CC0313;
  border-right: 2px solid #CC0313;
}

#main .qq,
.p-main .qq {
  color: #C90413;
  font-weight: bold;
}

#main .aa,
.p-main .aa {
  color: #333333;
  font-weight: bold;
}

#main ul.indent li,
.p-main ul.indent li {
  padding-bottom: 6px;
}

#main .ilblock,
.p-main .ilblock {
  display: inline-block;
  vertical-align: middle;
}

#main .indent,
.p-main .indent {
  padding-left: 1em;
  text-indent: -1em;
}

#main .indent2,
.p-main .indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

#main .indent6,
.p-main .indent6 {
  padding-left: 6em;
  text-indent: -6em;
}

#main h3.product,
.p-main h3.product {
  padding: 12px 24px;
  color: #343434;
  background-color: #dbf0ff;
  border: 2px solid #0080de;
  border-radius: 6px;
  line-height: 1em;
}

#main h3.product::after,
.p-main h3.product::after {
  content: "▲";
  transform: rotate(180deg);
  color: #0080de;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  transition: transform 0.4s ease-out 0.3s;
}

#main h3.product:hover,
.p-main h3.product:hover {
  background-color: #0080de;
  color: #ffffff;
  transition: background-color 0.5s ease, color 0.5s ease;
}

#main h3.product:hover:after,
.p-main h3.product:hover:after {
  content: "▲";
  transform: rotate(180deg);
  color: #dbf0ff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  transition: color 0.7s ease, transform 1s ease 0.5s;
}

#main h3.is-open::after,
.p-main h3.is-open::after {
  content: "▲";
  transform: rotate(360deg);
  color: #0080de;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  transition: transform 0.4s ease-out 0.6s;
}

#main h3.is-open:hover,
.p-main h3.is-open:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}

#main h3.is-open:hover:after,
.p-main h3.is-open:hover:after {
  content: "▲";
  transform: rotate(360deg);
  color: #dbf0ff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  transition: color 0.7s ease, transform 0.4s ease 0.5s;
}

#main .closed,
.p-main .closed {
  padding: 0 6px;
  max-height: 0;
  opacity: 0;
  visibility: collapse;
  transition: max-height 0.5s ease, opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#main .opened,
.p-main .opened {
  padding: 0 6px;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  transition: max-height 1s ease, opacity 0.5s ease-in;
}

#main .txt-read p,
.p-main .txt-read p {
  margin-bottom: 1em;
}

.p-module_titleArea {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.p-module_titleArea::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  border-bottom: 1px solid #d9d9d9;
}

.p-top-btnWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-top-btnWrapper {
    display: block;
  }
}

@media (min-width: 768px) {
  .p-top-btnWrapper__txt {
    margin-bottom: 0;
  }
}

.p-top-btnWrapper__button {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  border: 10px solid #f0f0f0;
}

.p-top-btnWrapper__button a {
  display: flex;
  align-items: center;
  min-height: 50px;
  font-size: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 12px 20px 12px 12px;
  color: inherit;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.p-top-btnWrapper__button a::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-bottom: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform: rotate(-45deg);
  transition: border .3s;
}

.p-top-btnWrapper__button a:hover {
  background-color: #C90413;
  color: #ffffff;
}

.p-top-btnWrapper__button a:hover::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.p-columnBox {
  padding: 20px 30px 30px;
  background-color: #F3F3F3;
}

@media (max-width: 767px) {
  .p-columnBox {
    padding: 10px;
  }
}

.p-columnBox__ttl {
  font-size: 18px;
  font-weight: bold;
}

.p-btnList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
}

@media (max-width: 767px) {
  .p-btnList {
    display: block;
    margin-right: 0;
  }
}

.p-btnList:not(:first-child) {
  margin-top: 14px;
}

.p-btnList:not(:last-child) {
  margin-bottom: 20px;
}

.p-btnList__item {
  margin-top: 6px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-btnList__item {
    margin-right: 6px;
  }
  .p-btnList--col4 .p-btnList__item {
    width: calc((100% - 6px * 4) / 4);
  }
  .p-btnList--col3 .p-btnList__item {
    width: calc((100% - 6px * 3) / 3);
  }
}

@media (max-width: 767px) {
  .p-btnList__item:first-child {
    margin-top: 0;
  }
}

.p-btnList__item.is-open {
  width: 100%;
}

.js-expansion {
  display: none;
  position: relative;
}

.js-expansion::before {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #CCCCCC;
}

.js-expansion__inner {
  padding: 20px;
  visibility: hidden;
}

.is-open .js-expansion__inner {
  visibility: visible;
}

.p-qaList__item {
  display: flex;
  margin-bottom: 6px;
}

.p-qaList__item:nth-child(odd) {
  font-weight: bold;
}

.p-qaList__item:nth-child(even) {
  margin-bottom: 20px;
}

.p-qaList__item:last-child {
  margin-bottom: 0;
}

.p-qaList__item .qq, .p-qaList__item .aa {
  flex: 0 0 auto;
}

.p-markList:not(:last-child) {
  margin-bottom: 1em;
}

.p-markList > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
}

.p-markList > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-markList > li > i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: 5px;
  height: 1.75em;
  font-style: normal;
}

.p-markList > li > .__i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 1.75em;
  font-style: normal;
}

.p-markList > li > span:not(.__i) {
  flex: 1 1 auto;
}

.p-prodList {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-prodList {
    display: block;
  }
}

.p-prodList__item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px 25px 30px;
  border: 1px solid #CCCCCC;
  border-top-width: 4px;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .p-prodList__item {
    width: calc((100% - 10px) / 2);
  }
  .p-prodList__item:nth-child(odd) {
    margin-right: 10px;
  }
  .p-prodList__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-prodList__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-prodList__item__ttl {
  flex: 0 0 auto;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.p-prodList__item__txt {
  flex: 1 1 auto;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-prodList__item__pic {
  flex: 0 0 auto;
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
}

.p-prodList__item__pic img {
  max-width: 100%;
  height: auto;
}

.p-hd3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
  font-size: 20px;
}

.p-hd3:not(:first-child) {
  margin-top: 30px;
}

.p-linkList {
  list-style: none;
}

.p-linkList > li a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.p-linkList > li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .875em;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #c00;
  border-right: 1px solid #c00;
  transform: rotate(45deg);
  transform-origin: 100% -10%;
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-spbr {
  display: none;
}

@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}

.u-fwB {
  font-weight: bold;
}

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