@charset "utf-8";

/* panel link色 */

.panel .link:link,
.panel .link:visited {
  color: #000;
}

.panel .link:hover,
.panel .link:active {
  color: #ff6c00;
}

/*テキストカラー、調整*/

.clr01{
    color: #ff0099;
}
.clr02{
    color: #ff0066;
}
.clr03{
    color: #ff6600;
}
.mgb0{
  margin-bottom: 0;
}


/*各コンテンツブロック設定 背景 背景パターンと境界線の組み合わせで設定*/

.contentBlock {
  padding: 20px 35px;
  position: relative;
  background: #ffe320;
  border-radius: 10px 10px 0 0;
}

.contentInner {
  padding: 15px 160px;
  background: #fff;
}

.staticSection {
  margin-bottom: 30px;
}


/*各コンテンツブロック設定 背景　 768px以下*/

@media screen and (max-width:768px) {
  .contentBlock {
    padding: 20px 5px;
  }
  .block01 {
    padding: 0 0 5px;
  }
  .contentInner {
    padding: 15px 5px 15px;
  }
}


/* タイトル */

.contentsTitle {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.contentSubTitle01 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 4px solid #eeb734;
  margin-bottom: 20px;
}

.contentSubTitle02 {
  font-size: 20px;
  font-size: 2rem;
  color: #ff6c00;
  margin-bottom: 10px;
}
.contentSubTitleImage {
  margin-top: 60px;
  margin-bottom: 20px;
}

.contentSubTitle02:before {
  content: "●";
  color: #ff6c00;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
  vertical-align: 0px;
}

@media screen and (max-width:768px) {
  .contentsTitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0px 1
  }
  .contentSubTitle01 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 4px;
    border-bottom: 3px solid #eeb734;
  }
  .contentSubTitle02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contentSubTitle02:before {
    content: "●";
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contentSubTitleImage {
    margin-top: 30px;
  }
}


/* テキスト */

.contentText {
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .contentText {
    margin-bottom: 10px;
  }
}

/* フルードイメージ */

.contentImg {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .contentImg {
    max-width: 100%;
  }
}

.contentImg02 {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  max-width: 100%;
  height: auto;
}


/* textButton */

.textButton {
  background: #33cc00;
  margin-bottom: 20px;
}

.textButton:after {
  color: #fff;
}

.textButton .text {
  color: #fff;
}

.textButton:hover .text,
.textButton:hover:after {
  color: #FCC800;
}


/* textButton 色を上書き */

.textButtonCl01 {
  background-color: #ffcc33;
}

.textButtonCl01 .text,
.textButtonCl01:after {
  color: #02217c;
}

.textButtonCl01:hover .text,
.textButtonCl01:hover:after {
  color: #FFFFFF;
}


/* textButton 色と矢印の位置を上書き（戻る用） */

.textButtonRtn {
  background-color: #99ccff;
}

.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;
}

/* テキストが長い場合のフォントサイズ変更 */

@media screen and (max-width:768px) {
  .textButton .longText{
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* 固有部分 */


/* トップイメージ */

.topImageArea {
  padding: 5px;
  background: #fff;
}

.topImageArea .contentImg {
  margin-bottom: 0;
}


/* イントロ */

.lpContIntro {
  font-size:16px;
  width:640px;
  margin:30px auto 30px;
}

.lpContIntro .introTitle {
  font-size:18px;
  font-weight: bold;
  color:#ff0099;
  text-align:center;
  padding-bottom:10px;
  margin-bottom:20px;
  background-image:url(../../../img/v3/campaign/intoro_ttl_bg.png);
  background-repeat:no-repeat;
  background-position:center 25px;
}

.lpContIntro .introTitle >.timelimit{
  font-size: 16px;
  font-weight: bold;
  color:#333333;
}

.lpContIntro .sup {
  font-size:14px !important;
}

.lpContIntro .cap {
  color:#FBDA03;
  font-weight: bold;
  font-size:20px !important;
}



@media screen and (max-width:768px) {
  .lpContIntro {
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
  }
  .lpContIntro .introTitle {
    font-size: 18px;
    color: #ff0099;
    text-align: center;
  }
  .lpContIntro .introTitle>.timelimit {
    font-size: 16px;
  }
  .lpContIntro .sup {
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .lpContIntro .introTitle {
    font-size: 16px;
  }
  .lpContIntro .introTitle>.timelimit {
    font-size: 14px;
  }
}

ul.reference li:before {
  content: "※";
  /*margin-right: 0.5em;*/
}

ul.reference li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

ul.reference {
  margin-top: 5px;
}

p.reference:before {
  content: "※";
  margin-right: 0.5em;
}

p.reference {
  text-align: center;
  font-size: 14px;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
  margin-bottom: 20px;
}

p.reference2 {
  font-size: 14px;
  margin: 4px 0 20px;
  padding-left: 1.2em;
  line-height: 1.5;
  text-align: justify;
}

@media screen and (max-width:768px) {
  ul.reference li {
    font-size: 12px;
  }
  p.reference {
    font-size: 12px;
  }
  p.reference2 {
    font-size: 12px;
  }
}


/*SNSボタン*/

.snsButton {
  text-align: left;
  margin-bottom: 15px;
}

.snsButton .line {
  display: none;
}


/*SNSボタン　768px以下*/

@media screen and (max-width: 768px) {
  .snsButton .line {
    display: inline;
  }
  .snsButton .line .img {
    height: 20px;
    width: auto;
  }
}

/* 特典テキスト */
.prizeText{
  padding-left: 15px;
}