.top_comment {
  max-width: 28rem;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-left: 240px;
}
.contents-banner {
  background-color: #6a657d;
}
.contents-block {
  background-color: #6a657d;
}
.device-color-btn.color1.current {
  background-color: #383543;
}
.device-color-btn.color2.current {
  background-color: #a3c4e0;
  color: #2f2f2f;
}
.contents-block {
  padding-bottom: 2em;
}
.main-text {
  font-size: 1.4rem;
}
.comment-box {
  color: #666;
  margin: 0 2rem;
}
.page-heading.thin {
  color: #FFF;
}
.comment {
  color: #FFF !important;
}
.device-color-list li {
    width: 45%;
    display: flex;
}
.device-color-btn {
  position: relative;
    overflow: hidden;
    width: 100%;
    min-width: auto;
    font-size: 1.2rem;
    color: #fff;
    background-color: #999;
}
.device-color-btn.current::before {
    background: none;
}
.device-color-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.accessories-area{
    display: block;
    max-width: 48rem;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 0.5em;
    text-align: center;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 1.1rem rgba(0, 0, 0, 0.16);
  }
.contents-menu.with-comment li:nth-child(3) {
    position: relative;
    margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
    .contents-menu.with-comment li, .contents-menu.with-comment li:nth-child(3) {
        margin-bottom: 2em;
    }
}
.menu-contents p.with-comment {
    position: absolute;
    top: 105%;
    letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
    .menu-contents p.with-comment {
        top: 107%;
    }
}
@media screen and (min-width: 640px) {
    p.with-comment {
        position: absolute;
    }
}
@media screen and (min-width:640px) {
  .site-header .taiken-title {
    padding: 1.6rem 0 1.4rem;
  }
.main-text {
  font-size: 1.6rem;
}
.comment-box {
  margin: 0 2rem 1em;
}
/* .contents-menu li:nth-of-type(3) a {
  font-size: 1.5rem !important;
} */
}
@media screen and (min-width:960px) {
.contents-block {
  padding-right: 5rem;
  padding-left: 5rem;
}
.comment-box {
  margin: 0;
}
}

/* ページャー改修 */
.page-head [class*="btn-"] {
  flex-flow: column;
  width: 8rem;
  align-items: center;
  justify-content: center;
}
.prev-txt,
.next-txt {
  font-size: 1.3rem;
  margin-top: 3px;
}

@media screen and (max-width:768px) {

  .top_comment {
    max-width: 28rem;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 10px;
    margin-left: 0;
  }

.page-head [class*="btn-"] {
  width: 5rem;
}

.page-head .page-title .title-text {
  max-width: 26rem;
  margin: auto;
}

.device-color-list {
  flex-wrap: wrap;
}

.device-color-list li {
  width: 30%;
  margin-bottom: 10px;
}

}
