html {
    scroll-behavior: smooth;
}

.headline-title {
    font-size: 40px;
    font-weight: 400;
    color: #333;
}

.device-list-anchor {
    position: relative;
    background: #e6e9ee;
    padding: 25px 50px;
}

.device-list-anchor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
}

.device-list-anchor ul li {
    list-style: none;
}

.device-list-anchor ul li a {
    position: relative;
    display: inline-block;
    padding: 8px 18px 8px 30px;
    line-height: 14px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    background: #666666;
    transition: all .3s ease;
}

.device-list-anchor ul li a::before {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 7px;
    height: 7px;
    background: url(/catv-service/media3/extlib/module/icon_skiplink_01.gif) center center / cover no-repeat;
    content: "";
    transform: translateY(-50%);
}

.device-list-anchor ul li a:hover {
    opacity: 0.7;
}

.device-list h3 {
    padding: 0 2px 15px;
    margin: 50px 0 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #00b9f2;
}

.device-list h4{
    padding: 0 2px;
    margin: 50px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.device-list .terms {
    position: relative;
    margin: 20px 0 30px;
    padding: 30px 50px;
    background: url(/catv-service/smart-tv-box/assets/images/module-box-top.gif) left top no-repeat;
}

.device-list .terms::before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 15px;
    overflow: hidden;
    line-height: 0;
    background: url(/catv-service/smart-tv-box/assets/images/module-box-bottom.gif) left bottom no-repeat;
    content: "";
}

.device-list .terms > dl + dl {
    margin: 16px 0 0;
}

.device-list .terms > dl dt {
    font-size: 16px;
}

.device-list .terms > dl dd {
    margin: 8px 0 0;
    font-size: 14px;
}

.device-list .terms .terms-note {
    margin: 20px 0 0;
    font-size: 12px;
}

.device-list .terms .terms-note li {
    list-style: none;
    line-height: 1.5;
}

.device-list table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e6e9ee;
    font-size: 14px;
}

.device-list table caption {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .device-list table { font-size: 71.42857%;}
}

.device-list table th {
  background: #F9FAFC;
}

.device-list table th, 
.device-list table td {
  padding: 8px 11px;
  border: 1px solid #e6e9ee;
  word-break: break-all;
  vertical-align: middle;
}

.device-list .table-note {
    margin: 0 0 15px;
    font-size: 14px;
}

.device-list .table-note li {
    list-style: none;
    line-height: 1.5;
}

.device-list .icon-asterisk {
    padding-left: 20px;
    background: url(https://media3.kddi.com/extlib/module/icon_asterisk_01.png) no-repeat left 3px;
}

.t-center {
    text-align: center;
}