@charset "utf-8";
/* CSS Document */

.boxwrap {
  gap: 40px;
}

.profile-card {
  flex: 0 0 300px;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Quicksand', sans-serif;
}
.label {
  font-size: 14px;
  text-align: center;
}
.name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px auto;
}
.profile-text{
    font-size: 14px;
}

.cate2 .txtbox{
    max-width: 400px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
.box1 .imgbox,
.box1 .txtbox {
  width: 80%;
}
  .box1 {
    gap: 0;
}
  
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}