.test {
  width: 100px;
  height: 50px;
  overflow: scroll;
  border: blue 5px solid;
}

td {
	border: 1px solid #eee;
}

@media screen and (min-width: 1000px){
	.content-wrapper.without-featured-image{
		padding: 3.2em 100px;
	}
}

@media screen and (min-width: 1000px){
.front-page-content-area.content-area {
    padding: 3.2em 100px;
	}
}

table{
width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}

@media screen and (min-width: 1000px){
.content-wrapper.full-width.without-featured-image {
	margin: 0;
	}
}

.table-scroll {
  overflow: auto;
}

.menu-toggle {
	color: #FFF;
}

@media screen and (max-width: 767px){
	table {
  display: block;
  overflow-x: scroll;
  white-space: pre;
	height: 100%!important;
}
}

@media screen and (min-width: 768px){
	.sp-br {
		display: none;
	}
}

td {
	font-size: 14px;
}



.vk_post_imgOuter.media-img {
    display: none;
}

h2#topics  {
	color: #337AB7;
	border-bottom: solid 1px #337AB7;
}

.full-width {
    margin: 0 calc(50% - 50vw);
    padding:0.6em calc(50vw - 50%)!important;
		background-color: #F2F2F2;
}

.site-footer-copyright p:nth-child(2) {
	display:none;
	}

h3#やわらか3d共創コンソーシアムは-アイデアづくりとそれを実際に形にするための-場-として-研究機関だけではなく世界の最新技術を持った企業や団体-山形県地元企業等も集まるプラットフォームとなることを目指していきます {
    font-weight: 100;
		font-size: 1.3rem;
	  padding-bottom: 4rem;
    padding-top: 2rem;
}

h2#材料-30年-を-材料-3ヶ月-に {
    padding-top: 4rem;
}

.site-body {
    padding-top: 0!important;
}

footer.site-footer {
    background: url(https://soft3d-c.jp/wp-content/uploads/2021/12/bg.png);
	background-position: right 10% bottom 10%;
	background-repeat: no-repeat;
	background-size:cover;
}

.page-header{
    background: url(https://soft3d-c.jp/wp-content/uploads/2021/12/bg.png);
	background-position: right 10% bottom 10%;
	background-repeat: no-repeat;
	background-size:cover;

}

.breadcrumb-list {
margin-bottom:  35px;
}


.vk_post_title_new {
    display: none;
}

#main .postList,
.home .mainSection .postList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}
 
#main .media,
.home .media {
    padding: 1%;
    margin: 1% 1% 50px;
    border: solid 1px #eee;
}
 
@media (max-width: 480px) {
    #main .media,
    .home .media {
        width: 98%;
    }
}
 
@media (min-width: 481px) and (max-width: 767px) {
    #main .media,
    .home .media {
        width: 48%;
    }
}
 
@media (min-width: 768px) {
    #main .media,
    .home .media {
        width: 31.333%;
    }
}
 
.archive .entry-meta_items_term,
.blog .entry-meta_items_term,
.home .entry-meta_items_term {
    display: none;
}
 
#main .media .postList_thumbnail,
.home .media .postList_thumbnail {
    width: 100%;
    padding-right: 0px;
    float: none;
}
 
#main .navigation.pagination,
.home .navigation.pagination {
    width: 100%;
}