.wrap_inner .inner_main p span.annotation{
	display: inline-block;
    margin-top: .6em;
    margin-bottom:0;
}
.col_sns {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: static;
    padding-top: 20px;
    margin-bottom: 34px;
}
.col_sns:after {
    content: "";
    width: 49px;
    height: 32px;
    background-image: url(../img/arrow_scroll_dn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    animation: scrollswing 1s ease 0s infinite normal;
}
@keyframes scrollswing {
  0% {bottom: 0;}
  50%{bottom: -4px;}
  100% {bottom: 0;}
}
.wrap_topic_img .topic_img_title{
	font-size: 1.05rem;
    font-weight: bold;
    padding-bottom: 1.5em;
    line-height: initial;
    text-align:center;
}
.wrap_col {
    display: flex;
    margin-bottom: 19.6px;
    flex-direction: column;
}
.wrap_col .item_col {
/*    width: 50%;*/
    padding-bottom: 1.6em;
    position: relative;
}
.wrap_col .item_col video {
    width: 100%;
}
.wrap_col .item_col .caption_item_col {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.small_fig .box_item_col {
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: .3em;
}
.wrap_topic_img.fig_graphic{
	padding:1.85em 0;
}
.follow_fig{
	margin:0;
	padding:0;
}
.item_m_s{
	text-align:center;
}
.item_m_s.last{
	text-align:center;
	margin-bottom:2rem;
}

@media screen and (max-width:667px){
	.wrap_topic_img.fig_graphic {
	    padding-top: 1.85em !important;
	}
}
