body {
	min-width: unset;
}
.sns-list{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px auto;
}
.sns-list>li{
	height: 20px;
	line-height: 20px;
}
.sns-list>li:nth-child(2){
	margin-top: 0px;
	margin-left: 10px;
}

.sectionWrapper {
	width: 95%;
	max-width: 960px;
}
.sectionWrapper a {
	color: #ff003c;
	word-break: break-all;
}
.sectionWrapper h1.tdTitle .enterprise-title {
	font-size: unset;
}
.sectionWrapper h1.tdTitle .enterprise-name {
	margin: 20px 0;
}
.tdDate {
	max-width: 95%;
	margin: 0px auto;
	background: url(../images/topics/ico_time.png) left center no-repeat;
}
.tdDate span {
	margin: 0 0 0 21px;
}
.con-detail h3 {
	margin-bottom: 0;
	text-align: left;
	font-size: 1.16em;
	line-height: 26px;
	letter-spacing: unset;
}
.content .detail {
  margin-bottom: 20px;
}
.content .detail .detail-title {
	display: flex;
}
.content .detail .detail-title h3.title-sub {
	white-space: nowrap;
}
.content .detail h3 {
	text-align: left;
	margin-bottom: 15px;
}
.content .detail h4 {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
.content .detail h4.h4-main {
	margin-bottom: 0;
}
.content .detail h5 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 2.0em;
}
.con-detail p.mt-8 {
	margin-top: 0;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
.content {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	/* border-bottom: dotted 2px #333; */
}
.content .content-flex {
  display: flex;
  margin-top: 2rem;
}
.content .content-flex img , 
.content .content-flex .prof_img img {
  max-width: 200px;
  width: 48%;
  height: fit-content;
  margin-top: 0;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 513 / 645;
}
.content .content-flex .prof_img {
  margin-right: 20px;
}
.content .content-flex .prof_img img {
  width: 100%;
  margin-bottom: 0;
  margin-right:  0;
}
.content .content-flex .prof_img p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: center;
}

.content .content-flex h3 {
  text-align: left;
  letter-spacing: 0;
}
.content-flex ruby rt {
  font-size: 12px;
  letter-spacing: 0.1em;
}

/*
.history-table tr td:first-child {}
*/
.content .history-table .td-year {
	padding-right: 10px;
	white-space: nowrap;
}
.content .history-table {
	margin-bottom: 1rem;
}


@media (max-width: 767px) {
	.content-flex ruby rt {
		font-size: 0.6rem;
	}
	.content {
		padding: 30px 0;
	}
	.tdDate {
		max-width: 100%;
	}
	.con-detail h3 {
		font-size: 0.9rem;
	}
	.content .detail h3 {
		margin-bottom: 10px;
	}
	.content .detail h5 {
		margin-bottom: 5px;
		font-size: 0.8rem;
	}
	.con-detail p.mt-8 {
		margin-bottom: 1rem;
	}
	.pt-16 {
		padding-top: 1rem;
	}
}