@charset "UTF-8";
/*------------------------------------*
		EVENT
*------------------------------------*/
.hidden {
	display: none;
}

/* # contents-midori-area
----------------------------------- */
.contents-midori-area .wrp-main-area {
	padding-top: 20px;
}


/* # wrp-bd-area
----------------------------------- */
.wrp-bd-area {
	margin-bottom: 49px;
}

.wrp-bd-area a.hovr:hover {
	opacity: 0.7;
}


/* # wrp-bd-clm
----------------------------------- */
.wrp-bd-clm {
	background-color: #fff;
	text-align: center;
	position: relative;
}

.wrp-bd-clm img {
	width: 100%;
}

.wrp-bd-retweet {
}

.wrp-bd-retweet .inner {
	padding: 30px 20px;
}

.retweet {
	padding: 20px;
	border-radius: 20px;
	background: url(/japanese/myslot/midorichan/bd-cp/img/bg_retweet.png) repeat 28px -10px;
}

.retweet-inner {
	border: 10px solid #cde743;
	background: #fff;
	border-radius: 20px;
}

.retweet .counter {
	padding: 20px 30px;
	background: #f4ffcf;
	border-radius: 20px 20px 0 0;
}

.retweet .ttl {
	margin: 0 auto 12px;
}

.retweet .ttl img{
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.retweet .txt {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 1.5;
}
.retweet .num {
	text-align: center;
}

.retweet .num span{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	min-width: 300px;
	padding: 10px 10px 3px;
	border-radius: 20px;
	border: 5px solid #83cd23;
	background: #fff;
	font-weight: bold;
	font-size: 66px;
	line-height: 1;
	color: #009256;
}

.retweet .num span:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 56px;
	height: 35px;
	line-height: 0;
	background: url(/japanese/myslot/midorichan/bd-cp/img/img_rt.png) no-repeat center;
	background-size: 100% auto;
	transform: translateX(10px);
}

.retweet .txt .small {
	margin-top: 15px;
	font-size: 12px;
	color: #ff7202;
}

.retweet .celebration {
	position: relative;
	z-index: 1;
	padding-top: 188px;
	background: url(/japanese/myslot/midorichan/bd-cp/img/bg_celebration.png) no-repeat center;
	background-size: cover;
}

	.retweet .celebration .img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: -30px;
		margin-right: -30px;
		margin-top: -48px;
		margin-bottom: -10px;
		/* margin: 0 -30px -10px; */
	}
		.retweet .celebration .img img{
			display: block;

			/* margin-top: -46px; */
		}

.wrp-bd-section {}

.wrp-bd-section .inner{
	padding: 0 30px 60px;
	overflow: hidden;
}

.subttl-bd {
	position: relative;
	margin: 0 auto 50px;
	padding: 15px 70px;
	font-size: 22px;
	line-height: 1.13;
	background: #38b87c url(/japanese/myslot/midorichan/bd-cp/img/bg_ttl.png) repeat left top;
	text-align: center;
	color: #fff;
}

.subttl-bd:before,
.subttl-bd:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}

.subttl-bd:before{
	width: 35px;
	left: 16px;
	background: url(/japanese/myslot/midorichan/news/img/bg_star01.png) no-repeat center;
	background-size: 100% auto;
}
.subttl-bd:after{
	width: 40px;
	right: 16px;
	background: url(/japanese/myslot/midorichan/news/img/bg_star02.png) no-repeat center;
	background-size: 100% auto;
}


.column {
	margin: 0 -50px;
}
	.column-inner {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 50px 0;
	}

	.column-item {
		display: table-cell;
		vertical-align: top;
	}

.prize {}

	.prize li:not(:last-child) {
		margin-bottom: 20px;
	}

.txt-ttl {
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 1px solid;
}

.txt-ttl.green {
	color: #03ad6f;
	border-color: #03ad6f;
}

.txt-ttl.orange {
	color: #ff7202;
	border-color: #ff7202;
}

.txt-sttl {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
}

.txt-sttl.green {
	color: #03ad6f;
}

.txt-sttl.orange {
	color: #ff7202;
}

.txt {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.txt-s {
	font-size: 12px;
	line-height: 1.7;
	text-align: left;
}

.list {
	text-align: left;
}

.list li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.56;
	word-break: break-all;
}

.list li span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -0.25em;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
}

.list.orange li span{
	background: #ff7202;
	color: #fff;
}

.list.green li span{
	background: #03ad6f;
	color: #fff;
}

.separator {
	display: block;
	margin: 30px auto;
	border: 0;
	height: 1px;
}

.separator.green {
	background: #9adec5;
}

.separator.orange {
	background: #ffc79a;
}

.tweet {
	margin-top: 25px;
}
	.tweet a {
		display: block;
	}

	.tweet a:hover {
		opacity: 0.7;
	}

.agreement {
	height: 300px;
	overflow: auto;
}
	.agreement dt{
		margin-bottom: 8px;
	}

	.agreement dd{
		margin-bottom: 10px;
	}

	.agreement li{
		text-indent: -1em;
		margin-left: 1em;
	}

.bnr {
	margin-top: 50px;
}
	.bnr a {
		display: block;
	}

	.bnr a:hover {
		opacity: 0.7;
	}

@media only screen and (max-width: 768px) {
	.wrp-bd-retweet .inner {
		padding: 10px 10px 25px;
	}

	.retweet {
		padding: 10px;
	}

	.retweet-inner {
		border-width: 5px;
	}

	.retweet .counter {
		padding: 15px 5px;
	}

	.retweet .ttl {
		margin-bottom: 5px;
	}

	.retweet .ttl img {
		width: auto;
		height: 27px;
	}

	.retweet .num span {
		min-width: 160px;
		padding: 7px 5px 3px;
		font-size: 48px;
		border-width: 2px;
	}

	.retweet .num span:after {
		width: 35px;
		height: 22px;
		transform: translateX(5px);
	}

	.retweet .txt {
		padding: 15px 15px 7px;
	}

	.retweet .txt br {
		display: none;
	}

	.retweet .celebration {
		padding-top: 32.4%;
		/* margin-top: -7%;
		margin-left: -20px;
		margin-right: -20px; */
	}
		.retweet .celebration .img {
			margin-top: -4%;
			margin-left: -15px;
			margin-right: -15px;
			margin-bottom: -2%;
		}


	.wrp-bd-section .inner{
		padding: 0 10px 35px;
	}

	.subttl-bd {
		margin: 0 auto 18px;
		padding: 13px 40px;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.13;
	}
	.subttl-bd:before{
		width: 25px;
		left: -2px;
		background-position: 0 2px;
		background-repeat: repeat-y;
	}
	.subttl-bd:after{
		width: 28px;
		right: 0;
		background-position: 100% 0;
		background-repeat: repeat-y
	}

	.txt-ttl {
		font-size: 15px;
	}

	.txt-sttl {
		font-size: 15px;
	}

	.txt {
		font-size: 12px;
	}

	.list li {
		margin-bottom: 15px;
		padding-left: 35px;
		font-size: 12px;
	}

	.list li span{
		width: 25px;
		font-size: 10px;
		line-height: 25px;
	}

	.column {
		margin: 0 auto;
	}
		.column-inner {
			display: block;
			width: auto;
		}

		.column-item {
			display: block;
			width: auto;
		}

		.column-item:not(:last-child) {
			margin-bottom: 20px;
		}

	.prize {
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}

	.bnr {
		margin-top: 30px;
	}

	.tweet a {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	twitterwidget {
		margin-right: auto;
		margin-left: auto;
	}
}
