@charset "UTF-8";
/*スタイルを追加する場合はこちらを使用してください*/

.bg_red {
	background-color: #c03
}

/* entryBtn */
.entry_wrap .entryBtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2%;
}
.entry_wrap .entryBtn .type01btn,
.entry_wrap .entryBtn .type02btn{
    width: 46%;
}
.entry_wrap .entryBtn .type01btn.checked{
    background: #f6b501;
    box-shadow: 5px 5px 0 #d86224;
}
.entry_wrap .entryBtn .type02btn{
	background: #ff7b00;
    box-shadow: 5px 5px 0 #c53618;
    pointer-events: auto;
}
.entry_wrap .enrtyBtn_check{
    width: 100%;
	margin-bottom: 0;
}
.entry_wrap .enrtyTxt{
    margin-top: 0;
}
.entry_wrap .entryBtn .type03btn.checked{
    background: #ff7b00;
	box-shadow: 5px 5px 0 #c53618;
}
.entryBtn a, .entryBtn_sub a, .cpJoin_entryBtn a{
    border-radius: 10px;
}
.cpJoin_entryBtn a.checked{
    background: #ff7b00;
	box-shadow: 5px 5px 0 #c53618;
}
.entryBtn_sub a.checked{
    background: #ff7b00;
	box-shadow: 5px 5px 0 #c53618;
}
.entry_caution_txt{
	font-size: 2.5vw;
}

.enrtyTxt{
    text-align: center;
}
.enrtyTxt02{
    text-align: center;
	padding: 0 2%;
}

@media only screen and (min-width: 768px) {
	.entry_wrap .entryBtn {
       margin: 0 8%;
     }
	.entry_caution_txt{
        font-size: 16px;
    }
	.enrtyTxt02{
        font-size: 20px;
    }
	.entryBtn a, .entryBtn_sub a, .cpJoin_entryBtn a{
       border-radius: 16px;
   }
}
@media only screen and (max-width:768px){
    .enrtyTxt{
        font-size: 8px;
        white-space: normal;
    }
	.enrtyTxt02{
		font-size: 10.8px;
    }
}
/* ボタン出し分け */
.PC_hide { display: none !important}
.iphone_btn { display: none !important}
.iphone_put { display: block !important}
.Android_btn { display: none !important}
.Android_put {display: block !important}

/* cpSummary */
.cpSummary_wrap{
	border-radius: 12px;
	padding: 2.35% 4.35% 4.35%;
}

.cpSummary_subWrap{
	text-align: center;
	padding: 0 4.764% 0.764%;
}
.cpSummary_list{
	margin: 3% auto 0;
	text-align: left;
}
.cpSummary_list li{
	text-align: left;
	margin-bottom: 5%;
}
.cpSummary_list .number_contents_ttl {
    font-size: 4.1vw;
    margin: 0;
    text-align: left;
}

.cpSummary_list .number_contents_ttl .number_contents_icon{
    display: inline-block;
    width: 6vw;
    height: 8vw;
    position: relative;
    background-color: #c03;
    color: #fff;
    border-radius: 20%;
    padding: 0px 0 3px;
    box-sizing: border-box;
    font-size: 4vw;
    margin-right: 0.6em;
    text-align: center;
    line-height: 2;
}
.cpSummary_list .number_contents_ttl a{
	display: flex;
	position: relative;
	align-items: center;
	line-height: 1.4;
}
.cpSummary_list .number_contents_ttl a:after {
    content: "";
    flex: 0 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.5vw;
    height: 4vw;
    background: url(/common/img/arrow_link_03.svg) no-repeat 0 0/100%;
    right: -2px;
}

.cpSummary_wrap .smallTxt{
    font-size: 3vw;
}
.cpSummary_wrap .smallTxt02{
    font-size: 2.5vw;
}
.cpSummary_wrap .smallTxt03{
    font-size: 2.2vw;
	font-weight: 700;
    text-align: left;
}
.cpSummary_img{
    max-width: 417px;
    margin: 2% auto 0;
    width: 90%;
	display: block;
}


@media only screen and (min-width: 768px) {
    .cpSummary_list .number_contents_ttl {
        margin-top: 20px;
        font-size: 24px!important;
    }
	.cpSummary_wrap .smallTxt{
         font-size: 20px;
    }
	.cpSummary_wrap .smallTxt02{
         font-size: 16px;
    }
	.cpSummary_wrap .smallTxt03{
         font-size: 16px;
    }
	.cpSummary_list .number_contents_ttl .number_contents_icon{
		font-size: 27px;
		width: 36px;
		height: 51px;
		border-radius: 20%;
		margin-right: 20px;
		line-height: 1.8;
	}
	.cpSummary_list .number_contents_ttl a:after{
		width: 27px;
		height: 20px;
	}
}
@media only screen and (max-width:768px){
	.cpSummary_list .number_contents_ttl a:after{
		max-width: 20px;
	}
}

/* cpJoin_tab */
.cpJoin_tab{
	margin-top: 10px;
}

.cpJoin_tab_head{
	margin: 0;
	padding:  0 4.35%;
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #c03;
}

.cpJoin_tab_head>*{
	background: #fff;
	border-radius: 8px 8px 0 0;
	border: 3px solid #c03;
	border-bottom: none;
	color: #c03;
	margin-left: 0;
	width: calc(50% - 4px);
	padding: 6px 10px 5px;
}
.cpJoin_tab_head>.open{
   background: #c03;
   color:#fff;
}
#tabbody1{
	padding-top: 0
}

.cpJoin_step_wrap .cpJoin_subWrap{
	margin-bottom: 20px;
}
.cpJoin_step .step_txt{
	line-height: 1.5;
}
.cpJoin_step .step_txt .step_txt_small{
    font-size: 2.8vw;
}

@media only screen and (min-width: 768px) {
    .cpJoin_step .step_txt .step_txt_small{
        font-size: 20px;
    }
}

/* cpPresent */
.cpPresent_title{
	font-size: 30px
}

@media only screen and (max-width:768px){
    .cpPresent_title{
        margin-right: 12px;
        padding: 5px 20px 5px 0;
        font-size: 4vw
    }
}

/* 終了告知パーツ */
#common_campaign_end {
	padding: 20px 0;
	background-color: #F5F5F5;
}
#common_campaign_end .common_campaignBox {
	overflow: hidden;
	max-width: 983px;
	margin: 0 auto;
}
#common_campaign_end .campaign_end {
	max-width: 768px;
	line-height: 2.2;
}
#common_campaign_end .campaign_img {
	float: left;
	width: 26px;
    margin-top: 6px;
}
#common_campaign_end img {
	padding-top: 6px;
	width: 100%;
    vertical-align: top;
}
#common_campaign_end .campaign_end p {
	float: left;
	font-size: 17px;
	font-weight: bold;
    margin-top: 6px;
	padding: 0 2%;
	line-height: 2.2;
}
#common_campaign_end .campaign_current {
	float: right;
	width: 310px;
}
#common_campaign_end .campaign_current a {
	color: #444444;
	max-width: 280px;
	display: block;
	margin: 0 auto;
	border: solid 1px #808080;
	padding: 12px;
	border-radius: 5px;
	background-color: white;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}
#common_campaign_end .campaign_current p {
	position: relative;
	font-size: 14px;
}
#common_campaign_end .campaign_current p::after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.midashi20{
	font-size: 20px;
}
.ta-c{
	text-align: center;
}
.red2{
	color: #c03;
}





@media screen and (max-width: 767px) {
  #common_campaign_end {
    padding: 20px 0;
    background-color: #F5F5F5;
  }
  #common_campaign_end .campaign_end {
    float: none;
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
    line-height: 1.5;
  }
  #common_campaign_end .campaign_img {
    float: left;
    width: 33px;
    margin-top: unset;
  }
  #common_campaign_end img {
    padding-top: 7px;
    width: 100%;
    vertical-align: top;
  }
  #common_campaign_end .campaign_end p {
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 3%;
    margin-top: unset;
    width: 250px;
    line-height: normal;
  }
  #common_campaign_end .campaign_current {
    float: none;
    width: auto;
    margin-top: 10px;
    padding: 0 4%;
  }
  #common_campaign_end .campaign_current a {
    color: #444444;
    max-width: 280px;
    display: block;
    margin: 0 auto;
    border: solid 1px #808080;
    padding: 12px;
    border-radius: 5px;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
  }
  #common_campaign_end .campaign_current p {
    position: relative;
  }
  #common_campaign_end .campaign_current p::after {
    position: absolute;
    top: 50%;
    right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
.entryBtn.entry_closed{
	margin: 20px 13.068%;
}
.entry_closed p {
    display: block;
    width: 100%;
    padding: 2.617% 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background: grey!important;
    border: 1px solid grey;
    border-radius: 70px;
}

@media screen and (max-width: 767px) {
  .entry_closed p {
      font-size: 4vw;
  }
}