

.sns_title {
	display: flex;
	position: relative;
	padding: 0 0 0 0;
	margin: 120px auto 0 auto;
	width: 100%;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	align-items: center;/* 縦位置の調整 */
}

.sns_title::before,
.sns_title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #a5a5a5;
}

.sns_title::before {
  margin-right: 30px;
}

.sns_title::after {
  margin-left: 30px;
}

.sns_lead {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 6px 0 40px 0;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.sns_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 120px auto;
	width: 84%;
	max-width: 540px;
	height: auto;
	min-height: 600px;
	/*overflow: hidden;*/
	text-align: center;
}

/*
.sns_area blockquote {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 120px auto;
	width: 100%;
	height: auto;
}
*/

