@charset "UTF-8";

/*- プロフィール
-----------------------------------------------------------------------*/
.jp-cmptemp-main-profile {
  width: 70%;
  margin: 30px auto 0;
  padding: 20px;
  background: #1E2F63;
}

  .jp-cmptemp-main-profile dl {    
  }

    .jp-cmptemp-main-profile dl dt {
      margin-bottom: 0px;
      color: #447BEE;
      font-size: 40px;
    }

    .jp-cmptemp-main-profile dl dd {
      color: #DEE7FF;
      text-align: left;
      font-size: 16px;
    }

@media screen and (max-width: 767px) {

  .jp-cmptemp-main-profile {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  
  }

    .jp-cmptemp-main-profile dl {

    }

      .jp-cmptemp-main-profile dl dt {
        font-size: 25px;
      }

      .jp-cmptemp-main-profile dl dd {
        font-size: 13px;
      }

}

/*- プレゼント
-----------------------------------------------------------------------*/
#jp-cmptemp-present {
  background: #2D4591;
}

  .jp-cmptemp-present-headline {
    background: #fff;
    color: #2D4591;
  }

    #jp-cmptemp-present h1.jp-cmptemp-common-ttl:before {
    }

    .jp-cmptemp-present-headline:before {
      background: url(../img/present/icon/present.png) no-repeat #2D4591;
    }

    .jp-cmptemp-present-wrap {
      text-align: center;
      padding: 0 60px 30px;
    }

      .jp-cmptemp-present-txt {
        display: inline-block;
        text-align: left;
        font-size: 24px;
      }

        .jp-cmptemp-present-txt p,
        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt p b {
          color: #fff;
          font-weight: bold;         
        }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy {
          color: #ffea00;
          font-size: 160%;
        }

          .jp-cmptemp-present-txt p b{
            font-size: 140%;
          }

@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: #5E90FC;
    border-radius: 4px;
    background-color: #152248;
    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 #jp-cmptemp-credit p {
      margin: 10px 0 0 0;
      color: #fff;
      text-align: center;
    }


    /*- 応募する 
-----------------------------------------------------------------------*/
#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;
    }

}