@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-intro {
/*	margin-bottom: 52px;*/
}

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

.subttl-bd {
	position: relative;
	margin: 0 30px 42px;
	padding: 15px 70px;
	font-size: 22px;
	line-height: 1.13;
	background: 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: 92px;
	height: 91px;
	top: -15px;
	left: -15px;
	background: url(/japanese/myslot/midorichan/bd-cp/img/img_himawari_ttl_left.png) no-repeat center;
	background-size: 100% auto;
}

.subttl-bd:after{
	width: 76px;
	height: 86px;
	top: -15px;
	right: -15px;
	background: url(/japanese/myslot/midorichan/bd-cp/img/img_himawari_ttl_right.png) no-repeat center;
	background-size: 100% auto;
}

.column {
	margin: 0 -50px;
}

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

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

.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;
	font-weight: bold;
	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-step {
	margin-bottom: 27px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ffc79a;
	border-bottom: 1px solid #ffc79a;
}

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

.list-step li:last-child {
	margin-bottom: 0;
}

.list-step 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-step.orange li span {
	background: #ff7202;
	color: #fff;
}

.tweet a {
	display: block;
}

.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tweet a:hover {
	opacity: 0.7;
}

.agreement {
	height: 144px;
	overflow: auto;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.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;
}

.twitter-cp .wrp-bd-retweet {
	margin-bottom: 40px;
}

.twitter-cp .wrp-bd-retweet .inner {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}

.twitter-cp .wrp-bd-retweet .retweet {
	width: 72%;
}

.twitter-cp .twitter-cp-img {
	width: 20%;
	margin-top: 15px;
	transform: rotate(10deg);
	border-radius: 8px;
	overflow: hidden;
}

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

	.twitter-cp .wrp-bd-retweet {
		margin-bottom: 0;
	}

	.twitter-cp .wrp-bd-retweet .inner {
		display: block;
		padding: 10px 10px 25px;
	}

	.twitter-cp .wrp-bd-retweet .retweet {
		width: 100%;
	}

	.twitter-cp .twitter-cp-img {
		width: 100%;
		transform: rotate(0);
		margin: 15px auto 0;
	}

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

	.subttl-bd {
		margin: 0 10px 22px;
		font-size: 17px;
	}

	.subttl-bd:before{
		width: 62px;
		height: 61px;
		background-size: 62px;
		top: -10px;
		left: -10px;
	}
	.subttl-bd:after{
		width: 50px;
		height: 56px;
		background-size: 50px;
		top: -10px;
		right: -10px;
	}

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

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

	.txt {
		font-size: 12px;
	}

	.list-step {
		margin-bottom: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

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

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

	.column {
		margin: 0 auto;
	}

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

	.wrp-bd-intro {
		/*margin-bottom: 30px;*/
	}

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

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

	.agreement {
		height: 196px;
		overflow: auto;
		padding: 8px 10px;
	}

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

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

.twitter-cp .wrp-bd-retweet .inner {
	padding: 30px 20px;
}
.twitter-cp .retweet {
	padding: 20px;
	border-radius: 20px;
	background: url(/japanese/myslot/midorichan/bd-cp/img/bg_ttl.png) repeat;
}
.twitter-cp .retweet-inner {
	border: 10px solid #ffcd35;
	background: #fff;
	border-radius: 20px;
}
.twitter-cp .retweet .txt {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 1.5;
}
.twitter-cp .retweet-inner .txt p span {
	font-size: 18px;
	font-weight: bold;
	color: #e84a5f;
}
.twitter-cp .retweet-inner .small {
	font-size: 14px;
}
