@charset "utf-8";

.doubleline {
    position: relative;
    margin-bottom: 0.8rem;
    padding: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 6px solid #f8b500;
    font-size:4.8rem;
}
.doubleline:before {
    position: absolute;
    bottom: -1.2rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 3px solid;
    color: #333;
    content: '';
}
.br_sp {
  display: none;
}
.policy-mps-message-txt {
    margin-bottom: 40px;
    padding: 16px 18px 18px;
    border-radius: 5px;
    background-color: #363433;
    color: #fff;
    line-height: 1;
    text-align: left
}
.policy-mps-message-txt span{
    color:#f8b500;
    font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
    .doubleline {
        border-bottom: 4px solid #f8b500;
        font-size: 4rem;
    }
    .doubleline:before {
        bottom: -0.9rem;
        border-bottom: 2px solid;
    }
    .br_sp {
        display: block;
    }
}