div .sharedaddy h3.sd-title {
	margin-right: 20px;
}
.sd-social {
	display: flex;
	align-items: baseline;
}
.sd-content ul {
	display: flex;
}

.sd-content ul li {
	display: block;
	margin: 0px 10px 
}
.post ul li:before {
/* 	display: none; */
}

#toc_container {
	margin-bottom: 100px;
}

div.yoko-scroll {
	overflow-x: auto;
}


.w_b_box {
	margin: 40px 0 20px !important;
}

.w_b_space svg {
	display: none !important;
}

.w_b_talk_L {
	margin-left: 20px !important;
	border: 1px solid #aaaaaa !important;
}

.w_b_talk_L:before {
	border-bottom-color: #aaaaaa !important;
	border-right-color: #aaaaaa !important;
	border-top-color: transparent !important;
	top: 18px !important;
}

.w_b_talk_L:after {
	border-bottom-color: #ffffff !important;
	border-top-color: transparent !important;
	top:  19px !important;
}

.w_b_shadow_L {
	box-shadow: none !important;
}

.w_b_ava_effect {
	border: 3px solid #163572;
}


/* 内容まとめボックス */
.matome-box {
	box-sizing: border-box;
	width: calc(100% - 40px);
	padding: 10px;
/* 	border: 3px solid #163572; */
	border: 3px solid #4a4a4a;
/* 	border-top-width: 10px;
		border-bottom-width: 10px; */
	border-radius: 5px;
	margin: 30px 20px;
	font-weight: bold;
}

.matome-box ul, .matome-box ol {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* .post ul li {
	position: relative;
	line-height: 2;
	font-weight: bold;
	color: #333;	
}

.post ul li {
	padding-left: 10px;
}

.post ul li:before {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
  left: -16px;
  width: 8px;
  height:8px;
  line-height: 8px;
  text-align: center;
  top: 12px;
	text-indent: 0;
	background-color:#163572;
} */

.matome-box ul li, .matome-box ol li {
	position: relative;
	line-height: 2;
	font-weight: bold;
	color: #333;	
}

.matome-box ul li {
	padding-left: 10px;
}
.matome-box ul li:before {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
  left: -16px;
  width: 8px;
  height:8px;
  line-height: 8px;
  text-align: center;
  top: 12px;
	text-indent: 0;
	background-color:#163572;
}


.matome-box ol {
	list-style-type: none!important;
  padding:0;
  margin:15px;
}

.matome-box ol li {
	position: relative;
	padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 60px;
}

.matome-box ol li:before {
	position: absolute;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
  left: 0;
  width: 24px;
  height:24px;
  line-height: 24px;
  text-align: center;
  top: 8px;
	text-indent: 0;
	font-size: 12px;
}


.matome-box p {
	margin-bottom: 0;
}

.scroll-table {
	overflow-x: scroll;
}

.scroll-table table {
	white-space: nowrap;
}