#responsive_wrap{
	color:#000000;
}

#cnt .date{
	font-weight:bold;
	font-size:16px;
}

#cnt .date2{
	font-size:24px;
	color:#FF0004;
	font-weight:bold;
}

#cnt .date3{
	font-size:24px;
	color:#0074bf;
	font-weight:bold;
}

#cnt .ent{
	font-size:11px;
	text-align: center;
}

#cnt .list-notes2 li {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 1em;
    text-indent: -1em;
}
#cnt .list-notes3 li {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 1em;
    text-indent: -1em;
}
#cnt .btn1 {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cnt .presentlist {
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]vertical-align: middle; */
}

#cnt .presentlist .figure,
#cnt .presentlist .text {
	display: table-cell;
	vertical-align: middle;
}

#cnt .presentlist2 {
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]vertical-align: middle; */
}

#cnt .presentlist2 .figure,
#cnt .presentlist2 .text {
	display: table-cell;
	vertical-align: middle;
}

#cnt .bonus100  {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4982e9;
	border-radius: 8px;
	width: 220px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;

}
#cnt .ef-logo   {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#cnt .ef-logo2   {
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	max-width: 40%;
    height: auto;
}

#cnt .ef {
	vertical-align: bottom;
	max-width: 20%;
	margin: 0px 5px 0px 5px;
}

#cnt .presentlist .text {
	font-weight: bold;
	font-size: 16px;
}

#cnt .privilege {
	display: inline-block;
}

#cnt .presentlist .text img{
	max-width: 90%;
    height: auto;
}
#cnt .presentlist .ttl  {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #772200;
	text-align: center;
}
#cnt .presentlist .text ul.list-notes li {
	font-size:11px;
}

#cnt .presentlist2 .text {
	font-weight: bold;
	font-size: 28px;
}
#cnt .presentlist2 .ttl  {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #772200;
	text-align: center;
}
#cnt .presentlist2 .text ul.list-notes li {
	font-size:11px;
}
#cnt .bonus_ttl  {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #2967C2;
    border-radius: 8px;
    height: 60px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cnt .bonus_ex {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 92%;
}
#cnt .bonus_b {
    font-size: 16px;
    font-weight: bold;
}
#cnt span  {
	color: #2967C2;
}

a:hover{
	opacity:0.7;}

#responsive_wrap .info{
	margin-top:20px;
	text-align: center;
}
#responsive_wrap .info2{
	margin-bottom: 20px;
	text-align: center;
}
#responsive_wrap .info ul{
	text-align:center;
}
#responsive_wrap .info ul li{
	display:inline-block;
}
	
#cnt .sp_only{
	display:none;
}

#cnt .pc_only{
	display:block;
}
#cnt .bonus_c li {
    padding-left: 0ex;
    margin-left: 1em;
    text-indent: -1em;
}

#cnt .entry_yellow {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 80%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    background-color: #FFF5BF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

figure {
    display: inline-block;   /* インラインブロック化 */
    margin: 0px 20px 30px 0px; /* 外側に余白を追加(※右に3px・下に7px) */
}
/* ▼画像に対する装飾 */
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: auto; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
figcaption {
    font-size: 16px;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
	margin: 5px 0px 0px 0px;
}

#cnt .probability{
	color: #FF0004;
	font-weight: bold;
	font-size: 20px;

}

#cnt .probability2{
	color: #FF0004;
	font-weight: bold;
	font-size: 18px;

}

#cnt .probability3{
	color: #033e88;
	font-weight: bold;
	font-size: 18px;

}

#cnt .moneycard{
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.list-text5 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right:20px;
}

#cnt .fixed_area {
    /*background: url("../img/app_img.png") no-repeat, rgba(236, 206, 79, 0.69);
    background-position: 15% 100%;*/
    width: 910px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
	display: block;
	text-align:right;
}
#cnt .fixed {
    position: fixed;
    bottom: 0;
}
/*#cnt .fixed_area a {
    display: table;
}*/

.list-box999 {
  display: table;
  text-align:center;
	margin: 0 auto;
}

.list-left999{
  display: table-cell!important;
  vertical-align: middle;
}

.list-right999 {
  display: table-cell!important;
  vertical-align: middle;
  padding-left: 10px;
}

.ex10 {
  margin-bottom: 30px;
  text-align: center;
}

/* radio non-display */
.fade_area .radio{
    display: none;
}
.fade_area .btn-image{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
/* button control */
.fade_area #close:checked ~ .btn-close {
    display: none;
}
.fade_area #close:checked ~ .btn-open {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
.fade_area #open:checked ~ .btn-close {
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
.fade_area #open:checked ~ .btn-open {
    display: none;
}
/* content control */
.fade_area #close:checked ~ .box_close {
    display: none;
}
.fade_area #open:checked ~ .box_close {
    display: block;
}
.box_close {
    background: url("../img/app_img.png") no-repeat, rgba(79, 195, 236, 0.33);
    background-position: 15% 100%;
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px #999;
    padding-top: 10px;

}

.list-img5{
  display: table-cell;
    vertical-align: middle;
}

.sample5 {
	font-size:12px;
	vertical-align:text-top;
}

@media (max-width: 720px) {
	
#cnt .sp_only{
	display:block;
}

#cnt .pc_only{
	display:none;
}
#cnt .btn1 img{
	width:80%;
	height:auto;
}
#cnt .sp{
	width:100%;
	height:auto;
}
	
#cnt .presentlist .figure,
	#cnt .presentlist .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist .figure {
		text-align:center;
	}
	#cnt .presentlist .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
	
	#cnt .presentlist2 .figure,
	#cnt .presentlist2 .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist2 .figure {
		text-align:center;
	}
	#cnt .presentlist2 .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist2 .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist2 .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
#cnt .sp100 img {
    width: 100%;
    height: auto;
    margin: 0;
	}
	#cnt .sp70{
	width:70%;
	height:auto;
	margin: 0 auto;
	}	
	
	figure {
    display: inline-block;   /* インラインブロック化 */
    margin: 10px 5px 10px 5px; /* 外側に余白を追加(※右に3px・下に7px) */
}
	
#cnt .presentlist .figure,
	#cnt .presentlist .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist .figure {
		text-align:center;
	}
	#cnt .presentlist .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
	
	#cnt .presentlist2 .figure,
	#cnt .presentlist2 .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist2 .figure {
		text-align:center;
	}
	#cnt .presentlist2 .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist2 .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist2 .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
	
	#cnt .cardlist .figure,
	#cnt .cardlist .text {
	display: block;
	text-align: left;
	}
	#cnt .cardlist{
		text-align:center;
	}
	#cnt .cardlist .figure img {
	width: 90%;
	height: auto;
	}
	
	#cnt .ef-logo   {
	text-align: center;
}
	.shine{
		margin-bottom: 30px;
	}
	
	#cnt .date7{
	color: #0f1350;
	font-weight:bold;
	font-size:20px;
	margin-left: 10px;
}
	
	.space {
    margin-left: 10px;
    margin-right: 10px;
}
	
	#cnt .fade_area {
    width: 100%;
}
	
	#cnt .fixed_area {
    background-size: 25%;
    background-position: left bottom;
    padding: .5rem 0;
    width: 100%;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}
#cnt .fixed {
    position: fixed;
    bottom: 0;
}
/*#cnt .fixed_area a {
    margin: .5rem auto 0;
    width: 60%;
}*/
	
.list-box999 {
  width:100%;
  height:auto;
  /*display: block!important;*/
  box-sizing: border-box;
}
	
	.list-left999 {
    width: 50%;
    height: auto;
   /*display: block!important;*/
    box-sizing: border-box;
    margin: 0 auto;
}
	
.list-right999 {
    width: 50%;
    height: auto;
    /*display: block!important; */
    box-sizing: border-box;
    margin: 0 auto; 
    padding-left: 0px;
}
	
.list-right999 img{
    width: 90%!important;
    height: auto;
    
}
	
.list-left999 img{
    width: 90%!important;
    height: auto;
    
}
	
	#cnt .date2 {
    font-size: 20px;
    color: #FF0004;
    font-weight: bold;
}
	
	#cnt .ef {
	vertical-align: bottom;
	max-width: 50%;
	margin: 0px 5px 0px 5px;
}
	
	.list-text5 {
  width:100%;
	height:auto;
	display: block!important;
	box-sizing: border-box;
	text-align: center;
}
	.list-img5 img{
	width:60%;
	height:auto;
	display: block!important;
	box-sizing: border-box;
        margin: 0 auto;
}
}

#responsive_wrap .btn-unit-02 .btn {
    display: inline-block!important;
}
