.p-inner_desc {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: left !important;
}
.card {
  width: 32%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  text-align: center;
  margin-top: 15px;
}

.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}
.enkei {
  width: 260px !important;
  height: 260px !important;
  border-radius: 50%; /*角丸*/
  object-fit: cover;
}
.s02 {
  object-position: 0;
}
.Stack {
  margin-top: -200px;
}
.h_adj {
  padding-top: 0px;
  min-height: 600px;
}
.profile {
  width: 90%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  padding: 30px;
  box-sizing: border-box;
}
.question {
  font-size: 20px !important;
  font-weight: 700;
  color: #777 !important;
  padding-bottom: 80px;
}
.question_num {
  font-size: 40px !important;
  font-weight: 700;
  font-family: sans-serif !important;
}
