@charset "UTF-8";
#container {
  width: 100%;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.7;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

#main-contents {
  width: 100%;
  margin: 0 0 100px;
}

#main-contents img {
  vertical-align: 0;
}

h1 {
  width: 980px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.6em;
  margin: 11px auto 0.8em;
  padding-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.035em;
}

p.title-banner {
  width: 980px;
  margin: 0 auto 2.5%;
}

a:hover {
  text-decoration: none;
}

/* Bluetoothコーデックとは？～ */
.about-bluetoothcodec {
  width: 980px;
  margin: 6% auto 0;
}

.about-bluetoothcodec .about-bluetoothcodec-inner {
  width: 95.5%;
  margin: 0 auto;
}

.about-bluetoothcodec h3 {
  width: 100%;
  margin: 0 auto 3%;
  font-size: 1.42em;
  background-color: #eeeeee;
  border-left: 10px solid #0078d7;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}

.about-bluetoothcodec p {
  font-size: 1.08em;
  line-height: 2.1em;
}

.about-bluetoothcodec .text-bottom {
  margin-bottom: 3%;
}

.about-bluetoothcodec span {
  font-weight: bold;
}

.about-bluetoothcodec .codec-type-list {
  margin: 0 auto 50px;
}

.about-bluetoothcodec .codec-type-list h4 {
  font-size: 1.25em;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.about-bluetoothcodec .codec-type-list li {
  font-size: 1.08em;
  list-style: disc;
  list-style-position: inside;
  padding: 3px 0 0 10px;
}

.about-bluetoothcodec .codec-type-list li::marker {
  font-size: 0.7em;
}

/* おすすめ製品 */
.recommend-box {
  width: 825px;
  margin: 5% auto 80px;
  padding: 20px 40px;
  border: 1px solid #0078d7;
  border-radius: 0.6em;
  box-sizing: border-box;
}

.recommend-box .recommend-ttl {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1.5%;
  letter-spacing: 0.045em;
  color: #2473d7;
}

.recommend-box .recommend-l {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.recommend-box .recommend-l img {
  width: 100%;
}

.recommend-box .recommend-r {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  padding: 0 0 0 5%;
}

.recommend-box .recommend-r .recommend-sub-ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 2.5%;
}

.recommend-box .recommend-r .recommend-link {
  font-size: 1.2em;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 2.5%;
}

.recommend-box .recommend-r .link-button {
  display: block;
  padding: 0.5% 5% 1.1%;
  border-radius: 80px;
  background-color: #0078d7;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 5% 0 0 auto;
  transition: 0.2s;
}

.recommend-box .recommend-r .link-button:hover {
  opacity: 0.6;
}

.recommend-box .recommend-r .cordec-att {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* 関連ページ */
div.kanren {
  width: 980px;
  margin: 0 auto 0;
}

.kanren h4 {
  background-color: #0078d7;
  color: #ffffff;
  font-size: 1.55em;
  letter-spacing: .05em;
  text-align: center;
  padding: 8px;
}

.pickup-text {
  margin: 2% 0 0 2%;
  line-height: 1.6;
}

.kanren-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 95%;
}

.kanren-list.row-1 {
  margin-top: 3%;
}

.kanren-list.row-2 {
  margin-top: 1.7%;
}

.kanren-list.row-2 .kanren-item {
  width: 49%;
  padding: 0 0 0 3%;
}

.kanren-item {
  display: block;
  border-radius: 6px;
  border: 1px #D5D5D5 solid;
  box-shadow: 1px 1px 3px #ccc;
  width: 24%;
  box-sizing: border-box;
  padding: 2% 0 2% 1%;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

.kanren-item:hover {
  opacity: 0.6;
}

.kanren-item:hover img {
  opacity: 1 !important;
}

.kanren-item img {
  height: auto;
}

.kanren-item.wide img {
  width: 85px;
  height: auto;
  margin: 18px 0 0;
}

.kanren-item::after {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/hikaricable_select/arrow_gl.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  width: 13px;
  height: 17px;
}

.triming img {
  width: 21%;
}

.kanren-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  display: inline-block;
  margin: auto;
  color: #333;
  width: fit-content;
  height: fit-content;
}

.kanren-list.row-2 .kanren-item.wide .kanren-text {
  left: 30%;
}

/*　製品導入のご相談・お問い合わせ　*/
.product-introduction-banner {
  display: block;
  margin: 0 auto 4%;
  width: 42.8571%;
}

.product-introduction-banner img {
  width: 100%;
}

.relation {
  width: 980px;
  margin: 0 auto 0;
}

.relation h3 {
  background-color: #0078d7;
  color: #ffffff;
  font-size: 1.55em;
  letter-spacing: .05em;
  text-align: center;
  padding: 8px;
}

.relation .banner-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.relation .banner-area li {
  width: 234px;
  margin: 20px 14px 0 0;
}

.relation .banner-area li img {
  width: 100%;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
