@charset "utf-8";

/* panel link色 */
.panel .link:link,.panel .link:visited{
  color: #000;
}
.panel .link:hover,
.panel .link:active {
  color: #ff6c00;
}

/* sort背景色 */
.sort-wrap .sort,.sort-wrap {
  background-color: #e5a327;

}
.sort-wrap{
  border: 1px solid #d0ab31;
}

/*各コンテンツブロック設定 背景 背景パターンと境界線の組み合わせで設定*/

/* 01:背景一つのみ、02内に白エリア有り */
.contentBlock01,.contentBlock02 {
  padding: 20px 35px;
  position: relative;
}
/* 白エリア設定 */
.detailInner{
  padding: 15px 160px 35px;
  background: #fff;
}

/* 背景色 01黄色星つき 02黄色星なし */
.block01 {
  background: url("../../../img/v3/present/present_bg01.png") center top;
  border-radius: 10px 10px 0 0;
}
.block02 {
  background: #ffe320;
  border-radius: 10px 10px 0 0;
}

/*各コンテンツブロック設定 背景　 768px以下*/

@media screen and (max-width:768px) {
  .contentBlock01{
    padding: 20px 5px;
  }
  .contentBlock02 {
    padding: 5px 0;
  }
  .detailInner{
    padding: 15px 5px 35px;
  }
  .block01,.block02 {
  border-radius: 0;
}
}

/* tab 個別指定部分 */

.tab .list {
  background: #666;
  background-clip: padding-box;
  padding: 3px;
  box-sizing: border-box;;
}
.tab .list.here {
  background: #ffe320;
  background-clip: padding-box;
}

.tab.two .list {
  width: 470px;
}
@media screen and (max-width:768px){
  .tab.two .list {
    width: 50%;
  }
}

/* sort ul,select切り替え */
.sortDeadline,.sortType{
  border-radius: 3px;
  background-color:#ffffff;
  padding:8px 0px 5px;
  margin:10px 0px;
}
.sortDeadline .link,.sortType .link{
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px 20px;
}


/*presentPanel*/

.presentPanel {
  position: relative;
  background: #fff;
  margin: 0px 2px 10px;
  display: flex;
  padding-top:65px;
}
.presentPanel .panelImgWrapper{
  width: 316px;
  display: flex;
  align-items: center;
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1.1px #ccc solid;
  justify-content: center;
}
.presentPanel .panelImg{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.presentPanel .panelInner{
  box-sizing: border-box;
  width: 316px;
  padding: 10px;
  flex: 1;
}
.presentPanel .panelDetail .title{
  font-size: 2.2rem;
  background: #ff6600;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 10px;
  min-width: 400px;
}
.presentPanel .panelDetail .pcTitle{
  font-size: 2.2rem;
  background: #ff6600;
  color:red;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 10px;
  min-width: 400px;
}
.presentPanel .textButton{
  width: 100%;
  margin-bottom: 0;
}
.presentPanel .presentInfomationDetail{
  width: 100%;
  height: 160px;
  overflow:hidden;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 0.2rem;
}
.presentPanel .gradationArea{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:30px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%);
}

.noRecruitmentPresent{
  background: #ffffff;
  padding: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px;
  text-align: center;;
}


/*階級・コイン・人数*/
.presentPanel .workTypeWrap{
  overflow: hidden;
}
.presentPanel .workType{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}
.workType .baseCell {
 line-height: 35px;
  float: left;
}
.workType .text{
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 10px;
}
.workType .level{
  padding-right: 10px;
}
.workType .rankIcon{
  width: 30px;
  height: auto;
}
.workType .dcoin{
  padding-right: 5px;
}
.workType .scoin{
  padding-right: 5px;
}
.workType .dcoin .img,
.workType .scoin .img {
  padding-right: 5px;
}

.workType .dcoinIcon,.workType .scoinIcon{
  width: 34px;
  height: auto;
}
.presentPanel .deadline {
  background: #ff3300;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 3px 0;
}
.presentPanel .notice{
  background: #ff6600;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 3px 0;
}
.presentPanel .closing {
  background: #0033cc;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 3px 0;
}

/*presentPanel 768px以下*/

@media screen and (max-width:768px) {
  .presentPanel {
    position: relative;
    background: #fff;
    margin: 0px 2px 10px;
    padding-top:0;

  }
  .presentPanel .panelImgWrapper{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 4px;
    box-sizing: border-box;
  }
  .presentPanel .panelImg{
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
  }
  .presentPanel .panelInner{
    width: 100%;
    padding: 10px;
    background: #ffffcc;
  }
  .presentPanel .panelDetail .title{
    font-size: 1.3rem;
    background: transparent;
    color: #000000;
    position: static;
    top: 0;
    left: 0;
    padding: 5px 0 5px 0px;
    min-width: inherit;
    min-height: 5em;
  }
  .presentPanel .panelDetail .pcTitle{
    font-size: 1.3rem;
    background: transparent;
    color: #000000;
    position: static;
    top: 0;
    left: 0;
    padding: 5px 0 5px 0px;
    min-width: inherit;
    min-height: 2em;
  }
  .presentPanel .textButton{
    padding: 4px 0;
    border-radius: 5px
  }
  .presentPanel .textButton .text{
    font-size: 1.4rem;
  }
  .presentPanel .textButton .fa{
    font-size: 1.4rem;
  }
  .presentPanel .deadlineDate{
    font-size: 1.2rem;
    font-weight: bold;
    margin: 3px 0px;
  }
  /*階級・コイン・人数*/
  .presentPanel .workTypeWrap{
  overflow: visible;
}
  .presentPanel .workType{
    float: none;
    margin: 0 0 5px;
  }
  .workType .baseCell{
    line-height: 2;
  }
  .workType .text, .workType .level, .workType .dcoin,.workType .scoin{
    margin-top: 0px;
  }
  .workType .level .rankIcon{
    width: 20px;
    height: auto;
    vertical-align: -8px;
  }
    .workType .dcoin .dcoinIcon,.workType .scoin .scoinIcon{
    width: 20px;
    height: auto;
    vertical-align: -6px;
    margin-right: 2px;
  }
  .presentPanel .deadline, .presentPanel .notice, .presentPanel .closing{
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width:500px) {
  .presentPanel .workTypeWrap{
  overflow: hidden;
}
  .presentPanel .workType{
    float: left;
    margin: 5px 0;
  }
}

/*プレゼント画像、プレゼント名、サブ画像、サブテキスト*/
.detailMainImg{
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.detailMainTitle{
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.detailSubImg{
  width: 100%;
  height: auto;
}
.detailSubText{
  text-align: justify;
  margin-bottom: 20px;
}
/*プレゼント画像、プレゼント名、サブ画像、サブテキスト　768px以下*/
@media screen and (max-width: 768px){
  .detailMainImg {
    margin-bottom: 10px;
  }
  .detailMainTitle {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .detailSubText {
    margin-bottom: 10px;
  }
  .presentPanel .presentInfomationDetail{
    font-size: 1.8vw;
    line-height: 3.2vw;
  }
}

/* textButton 応募 */
.textButton{
  background: #33cc00;
  margin-bottom: 20px;
}
.textButton:after{
  color: #fff;
}
.textButton .text{
  color: #fff;
}
.textButton .fa{
  text-indent: 10px;
  font-size: 3rem;
}
.textButton:hover .text,.textButton:hover:after{
    color: #FCC800;
}
/* textButton 色を上書き */
.textButtonCl01 {
  background-color: #ffcc33;
}
.textButtonCl01 .text,.textButtonCl01:after,
.textButtonCl02 .text,.textButtonCl02:after{
  color: #02217c;
}
.textButtonCl01:hover .text,.textButtonCl01:hover:after,
.textButtonCl02:hover .text,.textButtonCl02:hover:after{
    color: #FFFFFF;
}
/* textButton 色と矢印の位置を上書き（戻る用） */
.textButtonRtn{
  background-color: #52a0c6;
}
.textButtonRtn:before{
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16.5px;
  font-family: FontAwesome;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color:#FFFFFF;
  font-size: 22px;
}
.textButtonRtn:after{
  content:none;
}

.inquiryTitle + img{
  margin-bottom: 10px;
}
