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

.h3-ttl-a.top-catch{
	color:#333333!important;
	font-size: 2rem!important;
    line-height: 1.5em;
}
.catch-bold{
	background: linear-gradient(transparent 70%, #ffa500 70%);
	background-repeat: no-repeat;
	background-position: bottom;
}
.catch-bg{
	font-size:3rem;
	line-height:1.3em;
	background: #e70012;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom;
}
.catch-bg-s{
	background: #cc0000;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*Twitterキャンペーン*/

.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: #1DA1F2;
      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;
      }</pre></body></html>