@charset "UTF-8";


/*- プレゼント
-----------------------------------------------------------------------*/
#jp-cmptemp-present {
  background: #e0f1fa;
}

  .jp-cmptemp-present-headline {
    background: #2085d3;
    color: #fff;
  }

    #jp-cmptemp-present h1.jp-cmptemp-common-ttl:before {
    }

    .jp-cmptemp-present-headline:before {
      background: url(../img/present/icon/present.png) no-repeat #2085d3;
    }

    .jp-cmptemp-present-wrap {
      text-align: center;
      padding: 0 60px 30px;
    }

      .jp-cmptemp-present-txt {
        display: inline-block;
        text-align: left;
        font-size: 30px;
      }

        .jp-cmptemp-present-txt p,
        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt p b {
          margin-top: -10px;
          color: #fff;
          font-weight: bold;         
        }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy {
          color: #fb72b1;
        }

          .jp-cmptemp-present-txt p b {
            color: #686868;
            font-size: 120%;
          }

@media screen and (max-width: 767px) {

  .jp-cmptemp-present-wrap {
    padding: 0 2% 10px;
  }

    .jp-cmptemp-present-txt {
      font-size: 15px;
    }

}

/*- 課題曲
-----------------------------------------------------------------------*/
      .jp-cmptemp-songlist-txt {
        /display: inline-block;
        text-align: center;
        font-size: 30px;
      }

        .jp-cmptemp-songlist-txt p,
        .jp-cmptemp-songlist-txt p.jp-cmptemp-songlist-copy,
        .jp-cmptemp-songlist-txt p b {
          margin-top: -10px;
          color: #fff;
          font-weight: bold;         
        }

        .jp-cmptemp-songlist-txt p.jp-cmptemp-songlist-copy {
          color: #159ee0;
        }

          .jp-cmptemp-songlist-txt p b {
            color: #686868;
            font-size: 120%;
          }

@media screen and (max-width: 767px) {

  .jp-cmptemp-songlist-wrap {
    padding: 0 2% 10px;
  }

    .jp-cmptemp-songlist-txt {
      font-size: 15px;
    }

}






/*- オフィシャルサイト 
-----------------------------------------------------------------------*/
#jp-cmptemp-official {
  display: block;
  margin-top: 40px;
  text-align: center;
}

  #jp-cmptemp-official a.jp-cmptemp-official-btn {
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    border-radius: 4px;
    background-color: #2085d3;
    font-size: 25px;
    font-weight: bold;
  }

@media screen and (max-width: 767px) {

  #jp-cmptemp-official {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

    #jp-cmptemp-official a.jp-cmptemp-official-btn {
      padding: 10px 20px;
      font-size: 14px;
    }

}


/*- 応募する 
-----------------------------------------------------------------------*/
#jp-cmptemp-oubo {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

  #jp-cmptemp-oubo a.jp-cmptemp-oubo-btn {
    display: inline-block;
    padding: 15px 80px;
    color: #fff;
    border-radius: 4px;
    background-color: #ff0000;
    font-size: 25px;
    font-weight: bold;
  }

@media screen and (max-width: 767px) {

  #jp-cmptemp-oubo {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

    #jp-cmptemp-oubo a.jp-cmptemp-oubo-btn {
      padding: 10px 20px;
      font-size: 14px;
    }

}