@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 897px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 896px) {
	.pc {
		display: none;
	}
}
.member_thanksday {
	font-size: 16px;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif!important;
	margin: 0;
	line-height: 160%;
	color: #444444;
	background: #fdf9f1;
}
.member_thanksday h1 {
	margin: 0;
}
.member_thanksday h2 {
	margin: 0 0 10px 0;
	text-align: center;
}
.member_thanksday .about {
	padding: 40px 0;
	text-align: center;
	margin: 0 50px;
}
@media screen and (max-width: 896px) {
	.member_thanksday .about {
		padding: 20px 0;
		text-align: center;
		margin: 0 20px;
	}
}
.member_thanksday .about .period {
	margin: 25px 0;
	text-align: center;
}
.member_thanksday .about .detail {
	margin: 25px 0 0 0;
	padding: 30px;
	background: #FFF;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
	.member_thanksday .about .detail {
		margin: 25px 0 0 0;
		padding: 15px;
		border-radius: 10px;
	}
}
.member_thanksday .about .detail h3 {
	margin: 0 0 20px 0;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.member_thanksday .about .detail h3 {
		margin: 0 0 15px 0;
	}
}
.member_thanksday .about .detail p {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url("../../img/contents/member_thanksday/line_dot.png") repeat-x 0 100%;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.member_thanksday .about .detail p {
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: left;
	}
}
.member_thanksday .about .detail p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}
.member_thanksday .about .detail p span {
	color: #ff6600;
}