@charset "utf-8";
#sl1000r_analog .inContents img {
  width: 100%;
}
.kvArea {
  width: 100%;
  padding: 0 8.15%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.inContents_inner {
  width: 100%;
  padding: 0 8.15%;
  box-sizing: border-box;
}
.exhibition {
  text-align: left;
}
.writer {
  text-align: right;
}
.lead {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.8;
}
.main_headding {
  font-size: 20px;
  font-weight: bold;
  margin: 70px 0 50px;
}
.main_subheadding {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}
.text {
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
  text-align: left;
  line-height: 1.8;
}
.text a,
.tonearm a {
  border-bottom: 1px solid #999;
}
.product {
  margin-top: 50px;
}
.introduction {
  margin: 40px 0;
}
.introduction_section {
  margin-bottom: 40px;
}
.introduction_section .col2-resp {
  margin-bottom: 0;
}
.introduction_section .col1-resp {
  margin: 5px 0 0;
}
.col2-resp {
  margin-bottom: 40px;
}
.col1-resp .text,
.col2-resp .text {
  margin: 0;
}
.tonearm h3,
.disc h3 {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 10px;
}
.tonearm h3::before,
.disc h3::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 6px;
  height: 24px;
  border-radius: 10px;
  background: #666;
  top: -2px;
  left: 0;
}
.note {
  font-size: 13px;
}
.toneArm_table {
  width: 100%;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 15px auto 0;
  max-width: 600px;
}
.toneArm_table td,
.toneArm_table th {
  border-right: 1px solid #666;
  vertical-align: middle;
  padding: 1px 10px;
  text-align: center;
}
.toneArm_table tr {
  border-top: 1px solid #666;
  width: 100%;
}
.toneArm_table th {
  background-color: #f2f2f2;
  font-size: 13px;
  padding: 2px 10px;
}
.disc {
  background-color: #eaeaea;
  padding: 5% 4%;
    margin-top: 40px;
}
.disc ul li {
  float: left;
  width: 31.3%;
  margin-top: 3%;
}
.disc ul li span {
  padding: 6px 0;
  background-color: #666;
  color: #fff;
  float: left;
  width: 13%;
  text-align: center;
}
#wrapContent #wrap_mainContent .disc ul li img {
  float: left;
  width: 87%;
}
.disc ul li:nth-child(2),
.disc ul li:nth-child(3),
.disc ul li:nth-child(5) {
    margin-left: 3%;
}
.disc ol {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 3%;
}
.disc ol li {
  font-size: 14px;
}
.btn a, .btn a:link, .btn a:visited {
    border: 1px solid #666;
    color: #fff;
    background-color: #666;
    border-radius: 10px;
    width: 330px;
    text-align: center;
    display: block;
    margin: 50px auto 0;
    padding: 10px;
    font-size: 13px;
}
.btn a:hover {
    background-color: #999;
    border: 1px solid #999;
}
@media screen and (max-width:768px) {
  .disc ul li span {
    padding: 2px 0;
  }
}
@media screen and (max-width:640px) {
  .kvArea {
    padding: 0;
  }
  .inContents_inner {
    padding: 0;
  }
  .text {
    font-size: 110%;
  }
  .toneArm_table th,
  .toneArm_table td {
    font-size: 10px;
  }
  .toneArm_table th,
  .toneArm_table td:first-child{
    white-space: nowrap;
  }
  .main_headding {
    font-size: 140%;
    margin: 10% 0 6%;
    line-height: 1.4;
  }
  .main_subheadding {
    font-size: 125%;
    margin-top: 10%;
  }
  .disc ul li {
    width: 48%;
  }
  .disc ul li:nth-child(2),
  .disc ul li:nth-child(3),
  .disc ul li:nth-child(5) {
    margin-left: 0;
  }
  .disc ul li:nth-child(even){
    margin-left: 3%;
  }
    .disc ol {
    font-size: 10px;
  }
  .disc ul li span {
    padding: 1px 0;
    font-size: 10px;
  }
}
