
.md-about-61 .links .la {
  margin-right: 60px;
}
.md-about-61 .links .on {
  color: var(--active);
}
.md-about-61 .links .on .cmn-icon.icon-arrow::before {
  border-color: var(--active);
}
.md-about-61 .intro {
  margin-top: 50px;
  line-height: calc(40 / 16);
  line-height: 2;
}
.md-about-61 .intro .cmn-icon {
  line-height: 2;
}
.md-about-61 .swiper {
  padding-bottom: 15px;
}
.md-about-61 .sw {
  width: auto;
  min-width: 120px;
  text-align: center;
  margin-right: 10px;
}
.md-about-61 .sw:hover .s-top {
  background-color: var(--Rinnai-Gray-2);
  color: #fff;
}
.md-about-61 .sw:hover img {
  filter: brightness(0) invert(1);
}
.md-about-61 .sw:hover .num {
  background-color: var(--Rinnai-Gray-2);
  color: #fff;
}
.md-about-61 .sw .s-top {
  box-shadow: 0 0 0 1px inset #f0f0f0;
  min-height: 150px;
  padding-top: 40px;
}
.md-about-61 .sw .s-top img {
  max-width: 40px;
  max-height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-61 .sw .ite {
  margin-top: 10px;
}
.md-about-61 .sw .s-bot {
  margin-top: 14px;
  position: relative;
}
.md-about-61 .sw .s-bot::before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 50%;
}
.md-about-61 .sw .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px inset #f0f0f0;
  border-radius: 50%;
  position: relative;
}
.md-about-61 .com-forms-1 {
  margin-top: 30px;
}
.md-about-61 .tab {
  margin-top: 70px;
}
.md-about-61 .tab .li {
  margin-bottom: 20px;
  border: solid 1px #f0f0f0;
}
.md-about-61 .tab .li:first-child {
  margin-bottom: 10px;
}
.md-about-61 .tab .li:first-child .hd {
  background-color: #f0f0f0;
}
.md-about-61 .tab .hd {
  display: flex;
  padding: 21px 50px;
  cursor: pointer;
}
.md-about-61 .tab .td {
  width: 16.6666666667%;
}
.md-about-61 .tab .td:last-child {
  text-align: center;
}
.md-about-61 .tab .more {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.md-about-61 .tab .more::before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: #3e3a39;
}
.md-about-61 .tab .more::after {
  content: "";
  position: absolute;
  top: 0%;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #3e3a39;
}
.md-about-61 .tab .bd {
  border-top: 1px solid #f0f0f0;
  display: none;
}
.md-about-61 .tab .bbox {
  padding: 50px;
}
.md-about-61 .tab .border-gray {
  margin: 0;
}
.md-about-61 .tab .mte {
  display: none;
  margin-bottom: 0.3rem;
}
.md-about-61 .tab .mte span {
  margin-right: 1em;
}
.md-about-61 .tab .blist {
  display: flex;
  flex-wrap: wrap;
}
.md-about-61 .tab .bitem {
  width: 50%;
  padding-right: 1%;
}
.md-about-61 .tab .bitem .t1 {
  color: #222;
}
.md-about-61 .tab .bitem .t2 {
  line-height: 2.25;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .md-about-61 .tab .td {
    width: 33.3%;
  }
  .md-about-61 .tab .w3 {
    display: none;
  }
  .md-about-61 .tab .w5 {
    display: none;
  }
  .md-about-61 .tab .w6 {
    display: none;
  }
  .md-about-61 .tab .hd {
    padding: 20px;
  }
  .md-about-61 .tab .bbox {
    padding: 20px;
  }
  .md-about-61 .tab .bitem {
    width: 100%;
    margin-bottom: 20px;
  }
}

.com-forms-1 .fitem {
  width: 220px;
  margin-right: 10px;
}
.com-forms-1 .ip {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #969392;
  padding: 0 16px;
  color: #3e3a39;
}
.com-forms-1 .ip::-moz-placeholder {
  color: #3e3a39;
}
.com-forms-1 .ip::placeholder {
  color: #3e3a39;
}
.com-forms-1 .com-select {
  width: 100%;
  position: relative;
  padding: 0 16px;
  line-height: 44px;
  box-shadow: 0 0 0 1px inset #969392;
}
.com-forms-1 .com-select .cmn-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.com-forms-1 .com-select .cs_cur {
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-forms-1 .com-select select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.com-forms-1 .submit {
  width: 160px;
  height: 44px;
  background-color: #777473;
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .com-forms-1 .fitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
