/*--------------------------------------------------
	変数
--------------------------------------------------*/
/*--------------------------------------------------
	全体・汎用
--------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
}

.cpn_contents_wrap {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', sans-serif;
}

.cpn_contents_wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

.pconly {
  display: none;
}

.dib {
  display: inline-block;
}

.txt_mainColor {
  color: #FE010F;
}

.mt1em {
  margin-top: 1em;
}

/*--------------------------------------------------
	共通css上書き
--------------------------------------------------*/
#contents_area .link_howto_register {
  margin-top: 1em;
  text-align: center;
}

#contents_area .link_howto_register a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

#contents_area .register_btnBox {
  width: 100%;
  margin: 20px auto;
}

#contents_area .btnBox {
  width: 100%;
}

#contents_area .frmBox {
  padding: 20px 0;
  background: none;
}

#contents_area .selectEntry {
  margin: 0 auto 40px;
}

#contents_area .frmBox_radio_wrap .selectEntry:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
}

#contents_area .frmBox_radio_wrap .selectEntry dt {
  text-align: left;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

#contents_area .radiobutton input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#contents_area #campaignYoko h2 {
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
}

#contents_area ol.listNum {
  margin-left: 1.4em;
}

.indent {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------
	ページ固有css
--------------------------------------------------*/
.sec_prize {
  background-image: radial-gradient(rgba(255, 244, 142, 0.8) 20%, transparent 20%), radial-gradient(rgba(255, 244, 142, 0.8) 20%, transparent 20%), url(../images/sp/bg_stripe.png);
  background-size: 8px 8px,
 8px 8px,
 100% auto;
  background-position: 0 0,
 4px 4px,
 top center;
  background-repeat: repeat,
 repeat,
 repeat-y;
}

.sec_prize_inner {
  padding: 20px 0 40px;
}

.sec_prize_inner .prize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 89.6%;
  margin: 20px auto 0;
}

.sec_prize_inner .prize_list li {
  position: relative;
}

.sec_prize_inner .prize_list li:not(:first-of-type) {
  width: 48.215%;
  margin-top: 40px;
}

.sec_prize_inner .prize_list li img.icon_prize_a {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 17.86%;
}

.sec_prize_inner .prize_list li img.icon_prize_etc {
  position: absolute;
  top: -25px;
  left: -5px;
  display: block;
  width: 33.34%;
}

.sec_step {
  margin-top: 40px;
}

.sec_step_ttl {
  width: 94%;
  margin: 0 auto;
  padding: 0.2em 0.5em;
  background: #009245;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.sec_step .step_list {
  width: 90%;
  margin: 20px auto 0;
}

.sec_step .step_listItem {
  border: 3px solid #FE010F;
  border-radius: 6px;
}

.sec_step .step_listItem:not(:first-of-type) {
  margin-top: 20px;
}

.sec_step .step_listItem_head {
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  padding: 0.2em;
  background: #FE010F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.sec_step .step_listItem_head .txt_required {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.2em;
  background: #fff;
  border-radius: 3px;
  color: #FE010F;
}

.sec_step .step_listItem_head .txt_empha {
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}

.sec_step .step_listItem_con {
  padding: 20px 2%;
}

.sec_step .step_listItem_txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.sec_step .step_listItem_table {
  margin: 10px auto 0;
}

.sec_step .step_listItem_table img.table_step {
  display: block;
  width: 86.412%;
  margin: 0 auto;
}

.sec_step .step_listItem_balloon {
  position: relative;
  width: 90%;
  margin: 2em auto 0;
  padding: 1em 0.5em 0.5em;
  background: #FE010F;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .sec_step .step_listItem_balloon {
    width: 100%;
  }
}

.sec_step .step_listItem_balloon::before {
  content: "";
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #FE010F;
  border-left: 1em solid transparent;
}

.sec_step .step_listItem_balloon .txt_empha {
  color: #FCDA15;
  font-size: 17px;
}

.sec_step .step_listItem .btn_modal01 {
  margin-top: 10px;
}

.sec_step .step_listItem .txt_note {
  margin-top: 1em;
  text-align: center;
}

.sec_step .step_listItem .frmBox_head {
  width: 90%;
  margin: 0 auto 1em;
  font-size: 14px;
  font-weight: bold;
}

/*--------------------------------------------------
	ポップアップ
--------------------------------------------------*/
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  z-index: 100100;
}

.modal_container {
  display: table;
  width: 100%;
  height: 100%;
}

.modal_inner {
  display: table-cell;
  padding: 10px;
  /* モーダル外側の余白 */
  vertical-align: middle;
}

.modal_contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 40px;
  /* モーダル内側の余白 */
  background-color: #fff;
}

/*--------------------------------------------------
	ポップアップ内容
--------------------------------------------------*/
.modal_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: #999;
  border-radius: 50%;
  content: "";
  cursor: pointer;
}

.modal_close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 70%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}

.modal_close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 70%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
}

.modal_ttl {
  padding: 0.25em 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modal_ttl_label {
  position: relative;
  top: -2px;
  padding: 0.25em 1em;
  margin-right: 0.5em;
  background: #FE010F;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

.modal_list_item {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.modal_list_item .modal_txt_note01 {
  font-size: 1.4rem;
  font-weight: normal;
}

.modal_list_item .modal_txt_note02 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  font-weight: normal;
}

#contents_area .modal_mailmaga_regi_btn {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  padding: 1em 0.5em 1em 0;
  border-radius: 5px;
  background: #c2001b;
  cursor: pointer;
}

#contents_area .modal_mailmaga_regi_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#contents_area .modal_mailmaga_regi_btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}
/*# sourceMappingURL=style.css.map */