<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body.news #wrapper .s-bnr .bnr-box a {
 display: inline-block;
}

/*Xキャンペーン*/

.u-mark_r {
    background: #960000;
    color: #ffffff;
    padding: 0.5rem;
    margin: 0 0.5rem;
    }

.t-btn{
    margin:0px 5px 0px 0px;
    width:30px;
     height:auto;
}

    #wrapper .btn-box2 a {
      position: relative;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      padding: 4px 6px;
      display: inline-block;
      background: #000000;
      color: #ffffff;
      text-decoration: none;
     border-radius: 5px;
     margin: 10px 0;
     }

    #wrapper .btn-box2 a:after {
      font-family: FontAwesome;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 2.1rem;
      position: absolute;
      top: 4px;
      right: 10px;
      }

      #wrapper .btn-box3 a {
        position: relative;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        padding: 4px 6px;
        display: inline-block;
        background: #ff4e44;
        color: #ffffff;
        text-decoration: none;
       border-radius: 5px;
       margin: 10px 0;
       }
       #wrapper .btn-box3 a:after {
        font-family: FontAwesome;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 2.1rem;
        position: absolute;
        top: 4px;
        right: 10px;
        }</pre></body></html>