@charset"utf-8";
section {
  margin: 0;
  padding: 0;
  width: 100%;
}

.company {
  width:85%;
  border:1px solid #999;
  margin: 0 auto 4em;
  border-collapse: collapse;
  padding:10px;
}
.company tr th {
  text-align:left;
  background:none;
  width:110px;
  padding:5px 10px;
}
.company tr td {
  text-align:left;
  background:none;
  padding:5px 10px;
}
.company tr:first-child td {
  padding-top:20px;
}
.company tr:last-child td {
  padding-bottom:15px;
}

/*============================================================
	profile_s1
*/

.profile_s1 {
	padding-bottom: 3em;
	text-align: center;
}
/*
.profile_s1 h2 {
	font-weight: normal;
	text-align: center;
	margin: 0 auto 3em;
	content: url(../images/ttl.png);
	color: #e6e352;
}
*/
.profile_ttl {
	font-weight: normal;
	text-align: center;
	margin: 0 auto 3em;
	content: url(../images/ttl.png);
	color: #e6e352;
}
.company_ttl {
	font-weight: normal;
	text-align: center;
	margin: 0 auto 3em;
	content: url(../images/ttl2.png);
	color: #e6e352;
}
@media screen and (max-width:768px) {
.profile_s1 h2 {
	margin: 2em auto 3em;
}
}
.profile_s1 p {
	width: 85%;
	margin: 0 auto 2em;
	line-height: 2.21;
	text-align: left;
}

.profile_s1 dl {
	width: 85%;
	padding: 0em 0 1em;
	margin: 0 auto 4em;
	border-bottom: 1px solid #666;
}

.profile_s1 dl dt {
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #666666;
	font-size: 120%;
	font-weight: bold;
}
.profile_s1 dl dt span {
	font-weight: normal; font-size: 80%;
	padding-right: 2em;
}
@media screen and (min-width:768px) {
.profile_s1 dl dd {
  text-align:left;
  display:table;
}
.profile_s1 dl dd .profile-text {
  display:table-cell;
  width:75%;
}
.profile_s1 dl dd .profile-image {
  display:table-cell;
  width:25%;
}
}

@media screen and (max-width:768px) {


.profile_s1 .inner_sp dl.pprof {
	width: 85%;
	padding: 0em 0 1em;
	margin: 0 auto 0;
	border-bottom: none;
}

.profile_s1 .inner_sp dl.year {
	width: 90%;
	padding: 0em 0 1em;
	margin: 0 auto 4em;
	border-bottom: 1px solid #666;
	text-align: left;
}

.profile_s1 .inner_sp dl.year dt {
	width: 17em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	border-bottom: none;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

.profile_s1 .inner_sp dl.year dd {
	padding-left: 4em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	border-bottom: none;
	font-weight: normal;
	font-size: 100%;
  text-align:left !important;
}




}


.profile_s1 dl dt span.profile-name{
	border:none;
}
.profile_s1 h3 {
	width: 85%;
	margin: 0 auto 1em;
	text-align: left;
	font-size: 1em;
}
.profile_s1 h3 span {
	font-weight: normal;
	padding: 0.5em;
	border: 1px solid rgba(114,113,113,0.25);
}

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

.inner_sp dl{

	margin: 0 auto;

}
	.inner_sp dd{
	text-align: left;

}

}

@media screen and (max-width:767px) {
.inner_pc{
	display:none;
}
}
