.contents-banner {
  background-color: #737373;
}
.contents-block {
  padding-bottom: 2em;
  background-color: #737373;
}
.device-color-btn.color1 {
  background-color: #2E2E2E;
}
.device-color-btn.color2 {
  background-color: #B9B5B2;
}
.device-color-btn.color3 {
  background-color: #607899;
}
.device-color .comment{
  text-align: right;
  margin-top: 1rem;
  margin-right: 1.5rem;
}
.device-color-btn {
    position: relative;
    overflow: hidden;
}
.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);
    z-index: 1;
}
.black{
  color: #000!important;
}
.main-text {
  font-size: 1.4rem;
}
.comment-box {
  color: #fff;
  margin: 0 2rem;
}
.anker-wrap {
    margin-top: 3rem;
    text-align: center;
}
@media screen and (min-width:640px) {
.main-text {
  font-size: 1.6rem;
}
.comment-box {
  margin: 0 2rem 1em;
}
}
@media screen and (min-width:960px) {
.contents-block {
  padding-right: 5rem;
  padding-left: 5rem;
}
.comment-box {
  margin: 0;
}
}
@media screen and (max-width: 768px) {

  .device-color .comment{
    text-align: left;
    margin-right: 0;
  }

}
