@charset "utf-8";

/* 残ポイント表示と注意書き */
.withdraw-caution-box {
	margin: 6px 6px 12px;
	padding: 12px;
	border: 1px solid #e0e0e0;
}
.withdraw-caution-box .withdraw-caution-lead-text {
	font-size: 130%;
/*	font-weight: bold;	*/
	color: #00afaa;
	text-align: center;
}
.withdraw-caution-box .withdraw-caution-point-text {
	margin-top: 12px;
	padding: 6px 16px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	font-size: 150%;
	color: red;
	text-align: center;
}
.withdraw-caution-box .withdraw-caution-remain-text {
	margin-top: 12px;
	font-size: 130%;
	color: #666666;
	text-align: center;
}
.withdraw-caution-box .withdraw-caution-remain-text .highlight {
	color: red;
}
.withdraw-caution-text1 {
	font-size: 130%;
	color: #666666;
	line-height: 1.2;
}
.withdraw-caution-text2 {
	font-size: 130%;
	padding-left: 1em;
	text-indent: -1em;
	color: #00afaa;
	line-height: 1.2;
}
.withdraw-caution-text3 {
	font-size: 120%;
	padding-left: 1em;
	text-indent: -1em;
	color: #666666;
	line-height: 1.2;
}
.withdraw-caution-text4 {
	font-size: 130%;
	color: #00afaa;
	line-height: 1.2;
}
.withdraw-caution-text5 {
	font-size: 130%;
	color: red;
	line-height: 1.2;
}

.withdraw-caution-red {
	font-size: 120%;
	padding-left: 1em;
	text-indent: -1em;
	color: red;
	line-height: 1.2;
}

.withdraw-caution-red2 {
	font-size: 120%;
	color: red;
	line-height: 1.2;
}

/* 月額・お試しコース選択 */
.withdraw-couse-list-box2 {
	display: block;
	font-size: 140%;
	padding: 6px 6px;
	background-color: #666666;
	color: #fff;
}
.withdraw-couse-list-box .withdraw-course-header-text {
	display: block;
	font-size: 140%;
	padding: 6px 6px;
	background-color: #666666;
	color: #fff;
}
.withdraw-couse-list-box ul.withdraw-couse-list {
	display: block;
	border: 1px solid #e0e0e0;
}
.withdraw-couse-list-box ul.withdraw-couse-list > li:not(:first-child) {
	border-top: 1px solid #e0e0e0;
}
.withdraw-couse-list-box ul.withdraw-couse-list > li > a {
	position: relative;
	display: block;
	font-size: 130%;
	color: #666666;
	padding: 1em 2em 1em 0.5em;
}
.withdraw-couse-list-box ul.withdraw-couse-list > li > a:after {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 55%;
	margin-top: -0.5em;
	right: 0.7em;
}

/* クレジットコース解約のリンク */
.withdraw-couse-list-box .withdraw-credit-link-box {
	text-align: center;
}
.withdraw-couse-list-box .withdraw-credit-link-box .withdraw-credit-link {
	font-size: 160%;
	color: #444444;
}

/* 配信スケジュール */
.withdraw-schedule-box {
	margin: 6px 6px 12px;
	padding: 6px;
	border: 1px solid #e0e0e0;
	background-color: white;
	color: #666;
}
.withdraw-schedule-box .withdraw-schedule-date {
	margin-top: 6px;
	font-size: 130%;
	color: #00afaa;
}
.withdraw-schedule-box .withdraw-schedule-title {
	position: relative;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.1;
	font-size: 130%;
}
.withdraw-schedule-box a.withdraw-schedule-title {
	display: block;
	color: #ec6b00;
}
.withdraw-schedule-box .withdraw-schedule-caution {
	margin-top: 6px;
	font-size: 120%;
	padding-left: 1em;
	text-indent: -1em;
	color: red;
	line-height: 1.1;
}

/* スタッフのおすすめの月表示を書き換え */
.withdraw-page .recommend-month {
	display: block;
	margin: 0 6px;
	padding: 0;
	font-size: 140%;
	color: #444;
	background-color: inherit;
}
