@charset "UTF-8";


/*- プレゼント
-----------------------------------------------------------------------*/
#jp-cmptemp-present {
  background: #fff;
}

  .jp-cmptemp-present-headline {
    background: #004685;
    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 #004685;
    }

    .jp-cmptemp-present-wrap {
      text-align: center;
      padding: 0 60px 30px;
    }

      .jp-cmptemp-present-txt {
        display: inline-block;
        text-align: left;
        font-size: 23px;
      }

        .jp-cmptemp-present-txt p,
        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt p b {
          margin-top: -10px;
          color: #000;       
        }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy {
          margin-bottom: 20px;
          color: #000;
        }

          .jp-cmptemp-present-txt p b {
            color: #d6282d;
            font-size: 150%;
            font-weight: bold;
          }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-caption {
          margin-top: 20px;
          font-size: 13px;
        }

@media screen and (max-width: 767px) {

  .jp-cmptemp-present-wrap {
    padding: 0 2% 10px;
  }

    .jp-cmptemp-present-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: #004685;
    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;
    }

}