@charset "UTF-8";
#wrapper .vod-ttl {
    margin-top: 40px;
}
#wrapper .ttl-challenge {
    font-size: 20px;
    color: #ff0000;
}

/*2023「できたらいいな」DLボタン*/

.u-mark_r {
    background: #e4010c;
    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: #e4010c;
      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;
      }

/*2023「できたらいいな」規約フォントサイズ変更*/

p.text-s {
    font-size: 1.2em;
    font-size: 90%;
    line-height: normal;
      }

/*シェアボタンtwitterからXへの変更、facebookロゴ・カラー変更*/

.social-button-x {
  background-color: #000000;
}

.social-button-facebook {
  background-color: #1877F2 !important;
}

.social-button-facebook > svg {
  width: 5rem;
  height: 5rem;
}

/*バナーB大きさ調整*/
.api-bnr-b > div {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px; }
  .api-bnr-b > div a {
    margin: 6px;
    box-sizing: border-box;
    width: calc(50% - 12px); }
    .api-bnr-a > div a.large {
      width: 100%; }
    .api-bnr-a > div a img {
      width: 100%;
      height: auto; }

body.second #wrapper .second-header .logo {
  width: 280px;
}
body.second #wrapper .second-header .date {
  padding-top: 0;
  width: 360px;
}
body.second #wrapper .second-header {
  align-items: center;
}
body.second #wrapper .h2-ttl .h2-ttl-innertext {
  position: relative;
}
body.second #wrapper .h2-ttl {
  height: auto;
}


/*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-box3 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-box3 a:after {
      font-family: FontAwesome;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 2.1rem;
      position: absolute;
      top: 4px;
      right: 10px;
      }

.fontsize-s{
        font-size: 70%;
      }