@charset "UTF-8";

main.fntW400 {
  font-weight: 400;
}

main .fntRed {
  color: #E6000D;
}

/* 見出し */
.products-sub-title {
  font-weight: 400;
}

.sub-section .sub-title {
  padding: 0.2em 0.5em;
  background: #f5f5f5;
  margin-bottom: 20px;
  font-weight: 300;
}

.sub-section .sub-title._blue {
  background: #e5efff;
}

.sub-section .sub-title2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.sub-title-container {
  margin-bottom: 2rem;
}

.products-sub-title {
  font-size: 2.2rem;
}

.localmenuIn .global-page-title-container.noMenu {
  padding-top: 0;
}

@media print,
screen and (min-width: 768px) {
  .sub-title-container {
    margin-bottom: 3rem;
  }

  .products-sub-title {
    font-size: 2.8rem;
  }

  .sub-section .sub-title {
    font-size: 2.6rem;
  }
}

/* 製品の形名からさがす */
#modelSearchArea .searchForm {
  background-size: 40px;
  margin-top: 20px;
}

#modelSearchArea #ms_btn {
  background: #444;
  color: #ffffff;
  padding: 12px 15px 12px 30px;
  border: #d9d9d9 1px solid;
  border-left: none;
  box-sizing: border-box;
  float: left;
  flex: 0 0 80px;
  border: #444 1px solid;
}

#modelSearchArea .btn_search_block {
  position: relative;
}

#modelSearchArea .btn_search_block::after {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0.5em;
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}

#modelSearchArea #ms_type {
  width: 263px;
  padding: 12px 8px;
  border: #000 1px solid;
  border-right: none;
  box-sizing: border-box;
  float: left;
}

#modelSearchArea ul.list-btn-show-list {
  float: left;
}

#modelSearchArea .repairWindow {
  margin: 20px 0 0;
}

#modelSearchArea {
  border: none;
  padding: 0;
  margin: 0;
}

#modelSearchArea #modelSearch {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 870px;
  display: flex;
}

#modelSearchArea #ms_type {
  height: auto;
  line-height: inherit;
  flex: 1 1 100px;
  font-size: 1.6rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

#modelSearchArea .searchForm {
  background-position: left top;
  margin: 0;
}

#modelSearchArea #errorText {
  padding: 5px;
  color: #c00000;
  font-size: 0.8em;
  font-weight: bold;
  display: none;
}

/* 一覧を見るボタン */
ul.list-btn-show-list {
  display: flex;
}

ul.list-btn-show-list li {
  display: flex;
  align-items: center;
}

a.btn-show-list {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 1rem 2em 1rem 1em;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 999px;
  background: #fff;
  font-weight: bold;
}

a.btn-show-list::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #b01681;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-46%);
}

@media print,
screen and (min-width: 768px) {

  /* 一覧を見るボタン */
  .btn-show-list:hover {
    background: #535353;
    color: #fff;
  }
}

#modelSearchArea .searchForm #ms_btn {
  padding: 12px 15px 12px 30px;
}

#modelSearchArea #ms_type {
  width: 80%;
  padding: 5px;
}

#modelSearchArea #ms_type::placeholder {
  font-size: 1.2rem;
}

#modelSearchArea .searchForm {
  background-size: 35px auto;
  background-position: left top;
}

#modelSearchArea .searchForm #ms_btn {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 2rem;
  height: 100%;
  min-width: 80px;
}

#modelSearchArea .searchForm ul.list-btn-show-list {
  float: right;
  display: block;
  margin: 0;
}

#modelSearchArea ul.list-btn-show-list li {
  display: block;
}

#modelSearchArea a.btn-show-list {
  margin-top: 14px;
}

@media print,
screen and (min-width: 768px) {
  #modelSearchArea #ms_type {
    width: 100%;
    padding: 12px 8px;
  }

  #modelSearchArea #ms_type::placeholder {
    font-size: inherit;
  }

  #modelSearchArea .searchForm {
    background-size: 40px;
  }

  #modelSearchArea .searchForm #ms_btn {
    padding: 12px 15px 12px 30px;
    height: auto;
  }

  #modelSearchArea .searchForm ul.list-btn-show-list {
    float: left;
    display: flex;
    margin: 0;
  }

  #modelSearchArea ul.list-btn-show-list li {
    display: flex;
    align-items: center;
  }

  #modelSearchArea a.btn-show-list {
    margin-top: 0.5em;
  }
}

/* link-btn */
.link-btn {
  display: block;
  background: #7f7f7f;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 15px;
  line-height: 1.3;
  border-radius: 8px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}

.link-btn4 {
  display: block;
  position: relative;
  margin: auto;
  padding: 15px 2.5em;
  max-width: 600px;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  color: #000;
  margin-top: 40px;
}

.link-btn4::before,
.link-btn4::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.link-btn4::after {
  content: "\f105";
  right: 0.75em;
  color: #b01681;
  font-size: 1.25em;
}

.link-btn4.pink {
  background-color: #c71585;
  border: unset;
  color: #ffffff;
}

.link-btn4.pink::after {
  content: "\f105";
  right: 0.5em;
  color: #fff;
  font-size: 1.25em;
}

@media print,
screen and (min-width: 768px) {
  .link-btn4.pink::after {
    right: 0.75em;
  }
}

.link-btn span {
  position: relative;
  display: inline-block;
}

.link-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
}

.link-btn4:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media print,
screen and (min-width: 768px) {
  .link-btn {
    width: 50%;
  }
}

/* linkAr */
.linkAr {
  position: relative;
  padding-left: 1em;
}

.linkAr::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #000;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -0.4em;
}

.linkAr._red::before {
  color: #E6000D;
}

.linkAr.txtBl a {
  color: #000099;
}

.linkAr2 {
  padding-left: 25px;
  background: url(/support/images/ico_arrow_r.gif) no-repeat 0 8px;
}

.linkAr2 a {
  color: #000099;
  text-decoration: underline;
}

.linkAr2 a:hover {
  color: #FF6633;
  text-decoration: none;
}

.linkAr3 a {
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 20px;
  color: #000;
  text-decoration: none;
}

.linkAr3 a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  left: 4px;
  top: 2px;
}

.linkAr3 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .linkAr3 a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.4em;
    font-size: 1.6rem;
  }

  .linkAr3 a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* tableStyle */
.tableStyle1 {
  border: 1px solid #555;
  border-right: none;
  border-bottom: none;
}

.tableStyle1 th,
.tableStyle1 td {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 5px;
}

.tableStyle1 th {
  min-width: 150px;
  text-align: center;
  background: #efefef;
  font-weight: normal;
}

.txtIndent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.txtIndent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.iconText {
  position: relative;
  padding-left: 1.2em;
  text-indent: 0;
}

.iconText::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.8em;
  height: 0.8em;
  background-color: black;
}

.iconText.circle::before {
  border-radius: 50%;
}

.iconText.diamond::before {
  transform: scale(0.707) rotate(45deg);
}

/* textLink */
.textLink a {
  color: #000099 !important;
}

.textLink a:hover {
  color: #FF6633 !important;
  text-decoration: none !important;
}

.textLink2 a {
  color: #000099 !important;
  text-decoration: underline !important;
}

.textLink2 a:hover {
  color: #FF6633 !important;
  text-decoration: none !important;
}

.textLink2.dot {
  padding-left: 1em;
  text-indent: -1em;
}

.textLink2.dot::before {
  content: '・';
}

/* icoSq */
.icoSq {
  padding-left: 20px;
  background: url(/support/images/ico_square_matb.gif) no-repeat 2px 8px;
}

/* icoDot */
.icoDot {
  padding-left: 20px;
  background: url(/support/images/ico_circle_ns.gif) no-repeat 3px 9px;
}

/* grayInfoBox */
.grayInfoBox {
  background: #f5f5f5;
  padding: 20px 5%;
  margin: 20px 0;
}

.infoBoxList>li>a:hover {
  background-color: #e5e5e5;
}

.infoBoxList>li>a {
  background-color: #fff;
  text-decoration: none;
}

.infoBoxList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.infoBoxList>li {
  width: 49%;
  margin-left: 2%;
  margin-top: 0.7rem;
}

.infoBoxList>li:nth-child(2n-1) {
  margin-left: 0;
}

.infoBoxList>li:nth-child(-n+2) {
  margin-top: 0;
}

.infoBoxList>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  line-height: 1.3;
}

.infoBoxList>li>a .img {
  padding: 0 20%;
}

.infoBoxList>li>a .ttl {
  width: 100%;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .grayInfoBox {
    padding: 20px 2%;
  }

  .infoBoxList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .infoBoxList>li {
    width: 19.2%;
    margin-left: 1%;
    margin-top: 1.5rem;
  }

  .infoBoxList>li:nth-child(2n-1) {
    margin-left: 1%;
  }

  .infoBoxList>li:nth-child(5n-4) {
    margin-left: 0;
  }

  .infoBoxList>li:nth-child(-n+5) {
    margin-top: 0;
  }

  .infoBoxList>li>a {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px 1rem 25px;
    font-size: 1.8rem;
    line-height: 1.3;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
  }

  .infoBoxList>li>a .img {
    padding: 0 20%;
  }

  .infoBoxList>li>a .ttl {
    width: 100%;
    text-align: center;
  }
}

/* yellowInfoBox */
.yellowInfoBox {
  background: #ffffcc;
  padding: 20px 2%;
  margin: 20px 0;
}

.yellowInfoBox .textList {
  margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
  .yellowInfoBox .textList {
    display: flex;
    flex-wrap: wrap;
  }

  .yellowInfoBox .textList li:nth-child(3n-1) {
    width: 43%;
  }

  .yellowInfoBox .textList li {
    min-width: 25%;
  }
}

/* repairCont */
.repairCont {
  margin-bottom: 60px;
}

/* repairFlowArea */
.repairFlowArea {
  margin-top: 25px;
}

.repairFlowCont {
  margin: 10px 0 40px;
}

.repairFlowBox {
  position: relative;
  border: #d2d2d2 1px solid;
  border-radius: 10px;
  padding: 10px;
}

.repairFlowBox .img {
  width: 114px;
  margin: 0 auto 10px;
}

.repairFlowArea2 .repairFlowBox .img {
  width: 145px;
}

.repairFlowArea2 .repairFlowBox .linkAr2 {
  padding-left: 1em;
  background-position: 4px 8px;
}

.repairFlowArea2 .repairFlowBox .repair-accordion {
  margin-top: 15px;
}

.repairFlowBox .ttl {
  background: #6f6f6f;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
}

.repairFlowBox .txt {
  padding: 5px;
}

.repairFlowArea .textList li {
  margin-bottom: 5px;
}

.repairFlowBox:last-child:after {
  border: none;
}

@media print,
screen and (min-width: 768px) {
  .repairFlowCont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .repairFlowBox {
    width: 30%;
    margin-right: 3%;
  }

  .repairFlowArea2 .repairFlowCont {
    gap: 50px;
    margin-top: unset;
  }
}

.repairFlowBox {
  margin-bottom: 40px;
}

.repairFlowArea .repairFlowBox:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border-top: 25px solid #d2d2d2;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  transform: translateX(-50%);
}

.repairFlowArea .repairFlowBox:last-child:after {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .repairFlowBox {
    margin-bottom: 0;
  }

  .repairFlowArea .repairFlowBox:after {
    border: none;
    border-left: 20px solid #d2d2d2;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;

    left: auto;
    right: -8.5%;
    top: 50%;
    bottom: auto;

    transform: translateY(-50%);
  }
}

.vgSection .itemLink li {
  margin-bottom: 5px;
}

@media print,
screen and (min-width: 768px) {
  .vgSection .itemLink {
    display: flex;
    flex-wrap: wrap;
  }

  .vgSection .itemLink li {
    width: 25%;
  }
}

/* 検索 */
#msNote {
  margin-top: 20px;
  margin-left: unset !important;
}

#msNote h6 {
  font-size: 1.6rem;
}

#msNote .ms_data .icon {
  position: relative;
  height: 50px;
  padding: unset;
}

#msNote .ms_data .icon.i_hikitori a {
  padding-left: 18px;
}

#msNote .ms_data .icon.i_shuccho a {
  padding-left: 28px;
}

#msNote .ms_data .icon.i_mochikomi a {
  padding-left: 40px;
}

#msNote .ms_data .icon::after {
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  left: 0.75em;
  font-size: 1.25em;
  pointer-events: none;
}

#msNote .ms_data .icon.i_mochikomi::after {
  color: #104e5a;
}

#msNote .ms_data .icon.i_hikitori::after {
  color: #674c00;
}

#msNote .ms_data .icon.i_shuccho::after {
  color: #516303;
}

#msNote .ms_data .icon:hover {
  opacity: 0.8;
}

#msNote .ms_data .icon a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#msNote .ms_data .icon img {
  width: auto;
}

#ms_nodate p {
  font-size: 1.6rem;
}

#ms_webComment b {
  font-weight: bold;
}

#modelSearchArea .webcomment {
  font-size: 1.8rem;
  color: #E6000D;
}

#modelSearchArea #msNote {
  margin-left: 0;
}

#msNote .ms_data .icon {
  margin: 0 0 5px !important;
}

@media print,
screen and (min-width: 768px) {
  #modelSearchArea #msNote {
    margin-left: unset !important;
  }

  #msNote .ms_data .icon {
    margin: 0 !important;
  }
}

@keyframes expandY {
  0% {
    max-height: 0;
    overflow-y: hidden;
  }

  99% {
    overflow-y: hidden;
  }

  100% {
    max-height: 100%;
    overflow-y: visible;
  }
}

.repairFlowArea2 .repairFlowBox {
  width: 100%;
  margin-right: unset;
  padding: unset;
}

.repairFlowArea2 .repairFlowBox {
  border: none;
}

.repairFlowArea2 .repairFlowBox .img {
  margin: 0 auto;
  flex-shrink: 0;
}

.repairFlowArea2 .repairFlowBox:not(:last-child):after {
  border: unset;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #d2d2d2;
  top: unset;
  bottom: -20px;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin-left: unset;
}

.repairFlowArea2 .repairTitle {
  position: relative;
  border-bottom: 1px solid #c41583;
  display: flex;
}

.repairFlowArea2 .repairShape {
  width: 80px;
  height: 36px;
  background: #c41583;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-size: 1.6rem;
  color: #fff;
  align-self: flex-end;
}

.repairFlowArea2 .repairShape::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 37px solid transparent;
  border-left: 20px solid #c41583;
}

.repairFlowArea2 .repairShape span {
  font-weight: bold;
  font-size: 2.4rem;
}

.repairFlowArea2 .repairTxt {
  display: flex;
  align-items: center;
  margin-left: 25px;
  color: #c41583;
  font-weight: bold;
  font-size: 1.8rem;
}

.repairFlowArea2 .imgBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.repairFlowArea2 .repair-accordion-head {
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  border: unset;
  background-color: unset;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}

.repairFlowArea2 .repair-accordion-head-title {
  display: flex;
  gap: 10px;
  position: relative;
}

.repairFlowArea2 .repair-accordion-head-title span:nth-child(1) {
  border: 1px solid #000;
  padding: 0 5px 1px;
}

.repair-accordion {
  border-bottom: 1px solid #d2d2d2;
}

.repair-accordion .accordionBlock {
  margin-bottom: unset;
  border: unset;
}

.repair-accordion-head {
  cursor: pointer;
  position: relative;
}

.repair-accordion-head::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scaleY(-1);
  width: 12px;
  height: 8px;
  background: url(/support/images/arw_black_up.png) no-repeat left center;
}

.repair-accordion.active .repair-accordion-head::before {
  transform: translateY(-50%);
}

.repair-accordion-body {
  padding-top: 20px;
}

.repair-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.repair-accordion-item {
  padding-bottom: 20px;
}

.repair-accordion-item:not(:last-child) {
  position: relative;
  border-bottom: 1px solid transparent;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 30px;
}

.repair-accordion-item-q,
.repair-accordion-item-a {
  display: flex;
  gap: 10px;
}

.repair-accordion-item-a {
  margin-top: 20px;
}

.repair-accordion-item-q>div:nth-child(1),
.repair-accordion-item-a>div:nth-child(1) {
  border-radius: 50%;
  background-color: #c41583;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 2px;
  flex-shrink: 0;
}

.repair-accordion-item-q>div:nth-child(2) {
  font-weight: bold;
  color: #c41583;
}

.repair-accordion-item-a>div:nth-child(1) {
  background-color: #fff;
  color: #c41583;
  border: 1px solid #c41583;
}

.td-underline {
  text-decoration: underline !important;
}

@media print,
screen and (min-width: 768px) {
  .repairFlowArea2 .imgBox {
    flex-direction: row;
    gap: 100px;
  }

  .repairFlowArea2 .repairFlowBox .img {
    margin: unset;
  }
}