.device-type-mobile {
  /* SP用の記述 */

/*Xキャンペーン*/

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

.main__container-wrapper .btn-box2 {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

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

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

}


.device-type-desktop {
  /* PC用の記述 */

/*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;
}

    .main__container-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;
     }

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