.aboutus, .movie, .companyinfo, .pressroom, .cofounder, .investors  {
  padding: 20px 10px;
  box-sizing: border-box;
  line-height: 180%;
}

/*about us page background:grey area*/
.aboutus_grey {
  background-color: #e4e4e4;
  background-image: -ms-linear-gradient(#f7f7f7, #e4e4e4);
  background-image: -moz-linear-gradient(#f7f7f7, #e4e4e4);
  background-image: -webkit-linear-gradient(#f7f7f7, #e4e4e4);
  background-image: linear-gradient(#f7f7f7, #e4e4e4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*about us page main image*/
.mobile-image img {
  border-bottom:1px solid #5a5855;
}


/*about us page 法人情報*/
.area {
  margin-bottom: 0;
}
.company { 
  margin: 0 0 10px 0;
}
.companyinfo table {
  width: 100%;
  margin-bottom: 40px;
}
.companyinfo table td {
  vertical-align: top;
  padding-right: 3px;
}
.companyinfo table td:last-child {
  padding-right: 0;
}
  

/*about us プレス*/
.media, .press {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.press {
  margin-right: 10px;
}
.media ul, .press ul {
  padding-left: 20px;
}
.media li, .press li {
  padding-bottom: 10px;
}
.media li:last-child, .press li:last-child {
  padding-bottom: 0;
}
.aboutus_btn {
  text-align:center;
}
.btn_press{
  width: 275px;
  margin: 20px 5px;
  font-size: 1.6em;
  letter-spacing: 1px;
}

/*about us page 創業メンバー*/
.cofounder ul {
  padding-left: 0;
  list-style: none;
}
.cofounder li {
  padding-bottom: 30px;
}
.cofounder li:last-child {
  padding-bottom: 0;
}
.cofounder img {
  border-radius: 5px;
  margin-right: 20px;
}
.prof_txt {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.prof_txt h3 {
  margin-top: 0;
}
.prof_txt h3 small{
  padding-left: 20px;
}
.prof_txt p {
  line-height: 1.6em;
}

.investors ul {
  list-style: none;
}


@media only screen and (max-width: 960px) {
.press, .prof_txt {
  width: 100%;
 }
}
@media only screen and (max-width: 640px) {
 .mobile-image {
  margin-bottom: 20px;
 }
 .mobile-image img {
  padding: 10px 0 0 0;
 }
 .media {
  width: 100%;
 }
 .press {
  margin-right: 0;
 }
 .prof_txt h3 small{
  display: block;
  padding-left: 0;
  line-height: 1em;
 }
 .movie iframe {
   width: 100% !important;
 }
 .cofounder li {
  padding-bottom: 20px;
 }
 .investors ul {
  padding-left: 10px;
 }
}

.jajp-organizer-logo .investor-logo {
  width: auto;
  vertical-align: middle;
  margin: 1em;
}

.profile-card-wrap {
  margin-bottom: 2rem;
}

.profile-card {
  background: #FFF;
  border-radius:8px;
  box-shadow:1px 1px 1px 1px rgba(211, 211, 213, 0.7);
  padding:20px; 
  box-sizing: border-box;
}

.profile-card_info {
  padding-left: 125px;
}

.profile-card_info h3 {
  margin-top: 0;
}

.profile-card img {
  border:1px solid #DDD; 
  float:left; 
  margin-right: 1%;
  width: 105px;
  height: 105px;
}

@media only screen and (max-width: 960px) {
  .profile-card {
    width: 80%;
    float: none;
    margin: 1em auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .profile-card {
    width: 100%;
  }

  .profile-card img {
   width: 80px;
   height: 80px;
  }

  .profile-card_info {
    padding-left: 95px;
  }
}

@media only screen and (min-width: 960px) {
  .profile-card-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}