@charset "UTF-8";
.contentsBlock {
	position: relative;
	padding: 1em;
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
}
.contentsBlock + .contentsBlock  {
	border-top: none;
}
/*
.contentsBlock h1 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 160%;
	margin: 3% 0;
}
.contentsBlock h1 .tagBox {
	position: relative;
	top: -0.3rem;
	margin-right: 2rem;
}
*/
.contentsBlock .snsBlock {
	margin: 1em 0;
}
.contentsBlock p,
.contentsBlock ul {
	margin: 1em 0 0 1em;
}
.contentsBlock ul + p {
	margin-top: 0;
}
/*
.contentsBlock p:last-child {
	margin-bottom: 3%;
}
.contentsBlock .flexBlock {
	width: 94%;
	margin: 0 3% 2%;
}
.contentsBlock .flexBlock li {
	width: 30%;
}
*/
.contentsBlock .scrollBox {
	height: 50vh;
	padding: 1em;
	/*
	background-color: rgba(254,71,0,0.05);
	background-color: rgba(255,228,217,0.6);
	*/
	background-color: rgba(0,0,0,0.05);
	border: 1px solid #dbdbdb;
	overflow-y: scroll;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.contentsBlock {
		font-size: 1.2rem;
	}
	/*
	.contentsBlock h1 {
		font-size: 1.6rem;
	}
	*/
}
@media screen and (max-width: 767px) {
	.contentsBlock {
		font-size: 1.2rem;
	}
	/*
	.contentsBlock h1 {
		margin: 3% 4%;
		font-size: 1.6rem;
	}
	.contentsBlock h1 .tagBox {
		position: relative;
		top: -0.3rem;
		left: -4%;
		margin-right: 2rem;
	}
	*/
	.contentsBlock .snsBlock {
		margin: 0 4%;
	}
	.contentsBlock p {
		margin: 0 4% 2%;
	}
	.contentsBlock .flexBlock {
		width: 92%;
		margin: 0 4% 2%;
		flex-direction: column;
	}
	.contentsBlock .flexBlock li {
		width: 100%;
		margin-bottom: 4%;
	}
	.contentsBlock .flexBlock li:last-child {
		margin-bottom: 0;
	}
	.contentsBlock .scrollBox {
		width: 96%;
		padding: 0.5em 2%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #fe4700;
	}
}
.contentsBlock .tweetWrapper {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}