.entryPrize{
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin: 0 0 20px;
}
.prizeArea .tit{
	display: block;
	font-size: 18px;
	line-height: 140%;
	text-indent: -1.8em;
	padding-left: 1.8em;
	margin: 0 0 5px;
	margin-bottom: 20px;
}
.prizeArea .ph{
	text-align: center;
}
.prizeArea .tit svg{
	display: inline-block;
	width: 26px;
	height: 26px;
	fill: #000;
	vertical-align: -6px;
	margin-right: 10px;
}

#entry #benefit .prizeList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#entry #benefit .prizeList li {
	width: 49%;
	box-sizing: border-box;
	margin: 0 0 2%;
	border: 1px solid #e5e5e5;
	float: none;
}


#entry #benefit .prizeList li .txt {
	margin-top:0;
}
#entry #heroImg .pc {
	background: #ffeef8;
	padding: 70px 0;
}
#entry #benefit li .ph {
	text-align: center;
	margin: 0 0 20px;
}
.zouzei {
	color: #F00;
	text-align: center;
	padding: 10px 0 30px;
	font-size: 19px;
}
.zouzei a{
	color: #F00;
}
.redbox {
	border: 1px solid #FF0000!important;
	margin-top:20px;
	padding:1.5em;
}
	
.attentiontxt{
	font-size:13px;
	color:#ff0000;
	line-height:1.8em;
	margin:5px;
}
.attentiontxt span{
	/*text-indent: -1em;*/
	font-weight:bold;
}

#entry #entryStep .txt--basic{
text-align: center;
	font-size: 15px;
	margin: 0 auto 40px;
}
#entry #entryStep .howto{
	margin: 0 auto 30px;
}
#entry #entryStep .howto li:last-child {
	margin-right: auto;
}
#entry #entryStep .howto li {
	float: none;
	margin: auto;
}
#entry #entryStep #acd{
	border: 2px solid #ebebeb;
	width: 80%;
	max-width: 600px;
	margin: 0 auto 50px;
}
#entry #entryStep #acd .acdTit {
	width: 100%;
	letter-spacing: 0.6px;
	display: block;
	font-size: 15px;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
	padding: 20px;
}
#entry #entryStep #acd .acdTit::after {
	position: absolute;
	margin: -12px 0 0;
	content: "";
	vertical-align: middle;
	top: 53%;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#entry #entryStep #acd .acdTit.open::after {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 0.4s;        
}
#entry #entryStep #acd .acdIn{
	padding: 20px;
}
#entry #entryStep #acd .acdIn .howto {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#entry #entryStep #acd .acdIn .howto{
	margin: 0;
}
#entry #entryStep #acd .acdIn .howto li{
	width: 100%;
	margin: 0 0 10px 0;
}
#entry #entryStep #acd .acdIn .howto li:last-child{
	margin: 0;
}
#entry #entryStep #acd .acdIn .howto li a {
	padding: 20px;
	font-weight: bold;
	font-size: 13px;
}
#entry #entryStep #acd .acdIn .howto li a .fa{
	font-size: 16px;
	position: relative;
	left: 10px;
}

#entry #benefit li .tit
{
  text-align: center;
}




#entry #benefit .oversea{
	color:#f00;
	padding:0 0 1.5em 0;
	margin-bottom:2em;
}

#entry #benefit .oversea h4{
	margin-bottom:1em;
	font-size:1.2em;
	text-align:center;
	background:#f00;
	color:#fff;
	padding:.7em 0;
}

#entry #benefit .oversea ol{
	padding:0 1.5em;
}

#entry #benefit .oversea ol li{
	float:none;
	padding: 0;
	margin: 0;
	border: none;
	padding-left:1em;
	text-indent:-1em;
	width:auto;
	margin-bottom:.5em;
}


#entry #benefit .oversea .btn{
	text-align:center;
}

.pay_block{
	margin-bottom: 1em;
	padding: 3em 1.5em;
	border: solid 1px #00000030;
	background: #fcfcfc;
}

.pay_block .inside_txt{
	font-size:1.2em;
	text-align:center;
	margin-bottom:.5em;
}

#entry #entryStep .pay_block:nth-of-type(2){
	margin-bottom:2.5em;
}

#entry #entryStep .pay_block #acd{
	margin-bottom:0;
}

#entry #entryStep .pay_block h5{
	text-align:center;
	font-size:1.2em;
}

#entry #entryStep .pay_block .btn{
	margin-bottom:0;
}

#entry #entryStep .pay_block.os_pay .txt--basic {
	margin: 1em auto 0;
	text-align: center;
}


@media screen and (max-width: 960px){ 

#entry #benefit .prizeList li {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0!important;
	border: none;
}
#entry #benefit .prizeList li .inBox {
	border: 1px solid #e5e5e5;
	height: auto;
	padding: 10px;
}
#entry #benefit .prizeList li.short .inBox {
	height: auto;
}
#entry #heroImg .ph {
	background: #ffeef8;
	padding: 40px 7%;
	margin: 0 auto;
}
.zouzei {
	font-size: 17px;
}
#entry .subTxt {
	font-size: 12px;
}

/*==============================================
	継続特典
================================================*/
#prize{
	padding: 80px 0;
}
.prizeTit{
	text-align: center;
	font-size: 28px;
	margin: 0 0 20px;
	color: #ff5fa2;
	font-weight: bold;
}
.prizeTit span{

}
.prizePhoto{
line-height: 0;
}
.prizeImage{
	width: 100%;
	margin: 0 auto 40px;
}
.prizeImage th{

	width: 50%;
}
.prizeImage td{
	padding: 0 0 0 40px;
}

.upPrize li{
	text-align: center;
	font-size: 25px;
	margin: 0 0 10px;
	font-weight: bold;
}
.upPrize li span{
	color:#FF5FA2;
}
.upPrize li .arrowDown{
	color: #aaa;
}
.upPrize li:last-child{
	margin: 0;
}
/*==============================================
	特典内容
================================================*/
.entryPrize{
	border: 1px solid #e5e5e5;
	background: #FFF;
	padding: 30px;
	margin: 0 0 20px;
}
.prizeArea .tit{
	display: block;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 5px;
	margin-bottom: 20px;
	padding: 0;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.prizeArea .ph{
	text-align: center;
}
#entry #benefit li .tit {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 20px;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.prizeArea .tit svg{
	display: inline-block;
	width: 26px;
	height: 26px;
	fill: #000;
	vertical-align: -6px;
	margin-right: 10px;
}

#entry #benefit {
	padding: 80px 0;
	margin-bottom:0;
}
#entry #benefit .prizeList li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	border: none;
	background: transparent;
}
#entry #benefit .prizeList li:nth-child(odd) {
	clear: none;
	padding:0 10px 20px 0;
}
#entry #benefit .prizeList li:nth-child(even) {
	clear: none;
	padding:0 0 20px 10px;
}
#entry #benefit .prizeList li .inBox{
	height: 285px;
	padding: 20px;
	background: #FFF;
	border: 1px solid #e5e5e5;

}
#entry #benefit .prizeList li.short .inBox{
	height:90px;

}

#entry #benefit .prizeList li .txt {
	margin-top:0;
}
#entry #heroImg .pc {
	background: #ffeef8;
	padding: 70px 0;
}
#entry #benefit li .ph {
	text-align: center;
	margin: 0 0 20px;
}
/*==============================================
	継続方法
================================================*/
#method{
	padding: 80px 0;
}
.methodLead{
	text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
}
.redbox {
	border: 1px solid #FF0000!important;
	margin-top:20px;
	padding:1em
}
	
.attentiontxt{
	font-size:13px;
	color:#ff0000;
	line-height:1.8em;
	margin:5px;
}
.attentiontxt span{
	/*text-indent: -1em;*/
	font-weight:bold;
}
.methodBox{
	margin: 0 0 60px;
}
.methodList{
	width: 630px;
	margin: 0 auto 20px;
	border: 1px solid #ff5fa2;
}

.methodList dt{
	border-bottom: none;
	position: relative;
	margin: -1px 0 0;
	padding: 15px;
	cursor: pointer;
	transition: all .3s;
	font-size: 19px;
	color: #ff5fa2;
}
.methodList dt.open{

}
.methodList dt::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top:-5px;
	right:15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ff5fa2;
	border-right: 1px solid #ff5fa2;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index:0;
	transition: all .3s;
}
.methodList dt.open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	top:5px;
	right:15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ff8ec0;
	border-right: 1px solid #ff8ec0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:0;
}
.methodList dd{
	display: none;
	padding: 0 15px 15px;
	border-top: none;
}
.methodList dd:last-child{

}
.methodList .inLead{
	font-size: 15px;
	line-height: 1.4em;
	margin: 0 0 20px;
}
.attentionMethod{

}
.attentionMethod li{
	text-indent: -19px;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 0 0 0 19px;
	margin: 0 0 10px;
}
.attentionMethod li:last-child{
	margin: 0;
}
.methodList .btn a {
	background: #ff5fa2;
	color: #FFF;
	width: 300px;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	border: none;
	padding: 10px;
	margin: 0 auto 20px;
	transition: all .3s ease;
	position: relative;
}
.methodList .btn a:hover{
	background: #ff3c8d;
}
.flowLead{
	text-align: center;
	font-size: 18px;
	margin: 0 0 20px;
}
.flowImage{
	width: 940px;
	line-height: 0;
	margin: 0 auto 15px;
}
.attentionFlow{
	width: 940px;
	margin: 0 auto;
}
.attentionFlow li{
	text-indent: -19px;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 0 0 0 19px;
	margin: 0 0 10px;
}
.attentionFlow li:last-child{
	margin: 0;
}
.zouzei {
	color: #F00;
	text-align: center;
	padding: 10px 0 30px;
	font-size: 19px;
}
.zouzei a{
	color: #F00;
}

}

/*==============================================
	レスポンシブ：SP
================================================*/
@media screen and (max-width: 960px){ 
.pc{diplay:none!important;}
.sp{diplay:block!important;}

#container {
	padding: 60px 0 0;
}

#entry #benefit .prizeList li {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0!important;
	border: none;
}
.entryPrize {
	background: #FFF;
	padding: 20px;
	margin: 0 0 20px;
}
#entry #benefit .prizeList li .inBox {
	border: 1px solid #e5e5e5;
	height: auto;
	padding: 20px;
}
#entry #benefit .prizeList li.short .inBox {
	height: auto;
}
#entry #heroImg .ph {
	background: #ffeef8;
	padding: 40px 7%;
	margin: 0 auto;
}


/*==============================================
	レスポンシブ：SP 特典内容
================================================*/
#entry h3 {
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	position: relative;
}
#entry section {
	padding: 40px 20px;
	position: relative;
}
.prizeImage{
	width: 100%;
	margin: 0 auto 0;
}
.prizeImage th{
	width: 50%;
}
.prizeImage td{
	padding: 0 0 0 20px;
}
.upPrize li {
	text-align: center;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: bold;
	line-height: 1.3em;
}


#entry #benefit {
	padding: 40px 20px;
	margin-bottom: 0;
}
#entry #benefit li .tit {
	font-size: 16px;
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 15px;
	padding: 0;
}
.prizeArea .tit {
	display: block;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 5px;
	margin-bottom: 20px;
	padding-left: 0;
	text-indent: 0;
	padding: 0;
}
/*==============================================
	レスポンシブ：SP 継続方法
================================================*/
.methodBox {
	margin: 0 0 40px;
}
.methodLead {
	text-align: left;
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1.4em;
}
.methodList {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #ff5fa2;
}
.flowLead {
	text-align: left;
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1em;
}
.flowImage {
	width: 100%;
	line-height: 0;
	margin: 0 auto 15px;
}
.attentionFlow {
	width: 100%;
	margin: 0 auto;
}
.methodList .btn a {
	background: #ff5fa2;
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	border: none;
	padding: 10px;
	margin: 0 auto 20px;
	transition: all .3s ease;
	position: relative;
	box-sizing: border-box;
}
.attentionMethod li {
	text-indent: -18px;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 0 0 0 18px;
	margin: 0 0 10px;
}

.zouzei {
	font-size: 17px;
}


.page--entry .section--detail .list--payment {
	margin: 0 auto 10px;
}
.page--entry .section--detail .list--payment li {
	width: 100%;
}

#entry #entryStep #acd {
	width: 100%;
	margin: 0 auto 20px;
}
#entry #entryStep #acd .acdTit {
	font-size: 12px;
	padding: 15px;
}
#entry #entryStep #acd .acdTit::after {
	margin: -8px 0 0;
	top: 53%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
}
#entry #entryStep #acd .acdIn .list--payment li {
	width: 100%;
}
#entry #entryStep #acd .acdIn {
	padding: 10px;
}
#entry #entryStep .howto {
	margin: 0 auto 10px;
}
#entry #entryStep #acd .acdIn .howto{
	margin: 0 auto;
}
#entry #entryStep #acd .acdIn .howto li {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}
#entry #entryStep #acd .acdIn .howto li a {
	padding: 15px;
	font-weight: bold;
	font-size: 12px;
}
#entry #entryStep #acd .acdIn .howto li:last-child{
	margin:0;
}
#entry #entryStep .txt--basic {
	text-align: left;
	font-size: 12px;
	margin: 0 auto 15px;
}
#entry #entryStep .pay_block.os_pay .txt--basic {
	margin: 0 auto 1em;
}


}