
@media screen and (min-width:751px){

#content {
  max-width: 900px; 
  margin: 50px auto 150px auto; 
  }

.inner-wrap {
  max-width: 750px; 
  margin: 0 auto 80px auto; 
  }

/* 見出し */
h2 { 
  font-size: 55px;
  font-weight: lighter;
  margin-bottom: 30px; 
  padding-left: 1px; 
  letter-spacing: 0.03em; 
}

h3 { 
  font-size: 35px;
  font-weight: lighter;
  margin-bottom: 30px; 
  text-align: left; 
  letter-spacing: 0.03em; 
}

/* company profile */
.companyprofile{
  width: 100%; 
  font-size: 13px; 
  text-align: left; 
}

.companyprofile th,.companyprofile td {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
  font-weight: normal; 
}
.companyprofile th {
  width: 22%; 
}

}



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

#content {
  margin: 80px auto; 
  }

.inner-wrap {
  margin: 0 auto 60px auto; 
  }

/* 見出し */
h2 { 
  font-size: 45px;
  font-weight: lighter;
  margin-bottom: 10px; 
  padding-left: 1px; 
  letter-spacing: 0.03em; 
}

h3 { 
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 25px; 
  text-align: left; 
  letter-spacing: 0.03em; 
}

/* company profile */
.companyprofile{
  width: 100%; 
  font-size: 13px; 
  line-height: 1.5; 
  text-align: left; 
}

.companyprofile th,.companyprofile td {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
  font-weight: normal; 
  }

.companyprofile th {
  width: 22%; 
}

}