@charset "utf-8";
/*コンテンツ（eventsale）内の共通CSS
---------------------------------------------------*/
#main_contents > .bgbox-white {
  /*padding-block:0;*/
}

.campaign img{
    width: 100%;
}

.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.sp_only{
    display: none;
}

/*アプリダウンロードボタン
---------------------------------------------------*/
.appimg {
  width: 100%;
  position: relative;
  padding-bottom: 5%;
}
.appimg a {
  display: block;
  width: calc(100% - 10%);
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
}
/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .appimg a {
    margin-top: 10px;
    max-width: 600px;
    font-size: 2rem;
    padding: 20px 10px;
    background-position: center right 20px;
    background-size: 18px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .appimg {
    padding-bottom: 3% !important;
  }
  .appimg a {
    margin-top: 15px;
    max-width: none;
    font-size: 2.4rem;
    padding: 24px 0;
  }
  .appimg a:hover {
    text-decoration: none !important;
  }
}

/*募集要項
---------------------------------------------------*/
/*募集要項タイトル*/
.campaign h2 {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    text-align: center;
    background-color: #FFF;
    padding: 8px 10px;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.campaign h2 {
    font-size: 2.4rem;
    padding: 14px 10px 10px;
    border-radius: 10px;
    margin-bottom: 40px;
}
}

.bgbox-white_inner .inner {
    margin:20px 0 0;
}

.bgbox-white_inner .inner .text_bold {
    font-weight: bold;
    font-size: 2rem;
}

.bgbox-white_inner .inner .text_bold2 {
    font-weight: bold;
    font-size: 1.6rem;
}

.color_red {
    color: #FF0000;
}

.bgbox-white_inner .inner a {
	text-decoration: underline !important;
}

.bgbox-white_inner .inner .pc {
	display: block;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

.bgbox-white_inner .inner .pc {
	display: none;
}

}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.bgbox-white_inner .inner {
    margin: 50px 0 0;
}

.bgbox-white_inner .inner .text_bold {
    font-size: 2.4rem;
}

.bgbox-white_inner .inner .text_bold2 {
    font-size: 1.8rem;
}

.bgbox-white_inner .inner a:hover{
	text-decoration: none !important;
}
}

/*募集要項レイアウト*/
.campaign dd {
	margin-top: 15px;
}

.campaign dd + dt {
	margin-top:25px;
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.campaign dt span {
    font-size: 1.8rem;
}

.campaign dd {
    margin-top: 20px;
}

.campaign dd + dt {
    margin-top: 35px;
}
}

/* closeCampaign */

#closeCampaign {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ed1c24;
    background: #ffdbdc;
    font-weight: bold;
    padding: 16px 10px;
}

#closeCampaign::before {
    content: "";
    display: block;
    background: url("../img/icon_close.png") no-repeat center;
    background-size: contain;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.cam_close {
    text-decoration: line-through;
}

#cam_close_img {
    margin-bottom: 10px;
}

.cam_close_font {
    color: #B81C22;
    font-size: 1.5em;
    font-weight: bold;
}


/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

#closeCampaign {
    font-size: 1.8rem;
    padding: 20px;
}

#closeCampaign::before {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

}
