.tpoint-img img {
    width: 100%;
    height: auto;
}
.tpoint-img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.tpoint-img.is-border {
    border: 1px solid #b19a56;
}
.tpoint_wrap .card2 p.tpoint-label {
    font-size: 20px;
    font-weight: bold;
    color: #b19a56;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.tpoint_wrap .card2 p.tpoint-label > span {
    display: inline-block;
    position: relative;
    padding: 0 22px;
    box-sizing: border-box;
}
.tpoint_wrap .card2 p.tpoint-label > span::before,
.tpoint_wrap .card2 p.tpoint-label > span::after {
    content: "";
    width: 17px;
    height: 1px;
    background-color: #b19a56;
    position: absolute;
    bottom: 8px;
}
.tpoint_wrap .card2 p.tpoint-label > span::after {
    transform: rotate(45deg);
    left: 0;
}
.tpoint_wrap .card2 p.tpoint-label > span::before {
    transform: rotate(-45deg);
    right: 0;
}
#top_points h4.tpoint-ttl {
    font-size: 17px;
    font-weight: bold;
    border-left: 0;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 5px 0;
}
.tpoint_wrap .card2 p {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
}
.tpoint_wrap .card2 {
    padding-top: 1.2em;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#top_points h3.points-ttl {
    margin: 0 0 40px;
}
div.card-box.tpoint_wrap {
    gap: 30px 0;
    margin: 30px 0 0;
}
.voice-ttl {
    word-wrap: break-word;
    line-break: strict;
}
.topbnr-lnk {
    text-align: center;
}
.topbnr-lnk a {
    display: inline-block;
}
.topbnr-lnk a img {
    height: auto;
}
@media(min-width: 1200px) {
    .tpoint_wrap .card2 {
        width: calc(96% / 4);
    }
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
    #top_points h3.points-ttl br {
        display: none;
    }
}
@media(min-width: 992px) {
    .topbnr-lnk a:hover {
        opacity: .8;
    }
}
@media(max-width: 991px) {
    #top_points h3.points-ttl {
        margin: 0 0 30px;
    }
    .tpoint_wrap .card2 p {
        font-size: 14px;
    }
    .tpoint_wrap .card2 p.tpoint-label {
        font-size: 16px;
    }
    .tpoint_wrap .card2 p.tpoint-label > span {
        padding: 0 18px;
    }
    .tpoint_wrap .card2 p.tpoint-label > span::before,
    .tpoint_wrap .card2 p.tpoint-label > span::after {
        width: 15px;
        bottom: 6px;
    }
    #top_points h4.tpoint-ttl {
        font-size: 16px;
    }
    .div.card-box.tpoint_wrap {
        margin: 30px 0 0;
    }
}
@media (min-width: 767px) {
    .voice-ttl {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .tpoint_wrap .card2 {
        padding-bottom: 1.4em;
    }
    .topbnr-lnk a img {
        width: 100%;
    }
    .section-inner.tread_wrap {
        padding: 0;
    }
    .section-inner.tread_wrap .col-xs-12 {
        padding: 0;
    }
}
@media screen and (min-width: 420px) and (max-width: 520px) {
    .tread_wrap .theme-btn.sp-v1 {
        margin: 1.5rem 1.5rem 0;
    }
    .tread_wrap .theme-btn2 {
        margin: 1.5rem 1.5rem 0;
    }
}
@media print, screen and (max-width: 480px) {
    #top_points h3.points-ttl br {
        display: none;
    }
}