@charset "UTF-8";
/* プラスマ・アワード2026 表彰式報告記事 CSS */

.container {
  text-align: center;
}
.mainWrapper.award_2026 {
  background-color: #fff;
}
.award_img {
  width: min(70%, 500px);
  height: auto;
  margin: clamp(0, 5vw, 30px) auto 0;
}
img.img_left {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  height: auto;
}
img.img_right {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  img.img_left, img.img_right {
    width: 70px
  }
}
.container p {
  margin: 0 auto;
  font-family: "maruGothic";
  color: #333;
}
.lead-text {
  font-size: clamp(20px, 4vw, 30px);
  width: 100%;
  padding-bottom: clamp(24px, 4vw, 34px);
  margin: 0 auto;
  text-align: center;
}
.lead-title {
  font-family: "maruGothic";
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #554228;
  margin: clamp(12px, 3vw, 20px) auto ;
} 
.topContent_description {
  font-size: clamp(14px, 3vw, 20px);
  width: min(90%, 680px);
  margin-inline: auto;
}
.ceremony-photo {
  margin: 0 auto clamp(20px, 5vw, 40px);
}
.ceremony-photo img {
  width: min(880px, 100%);
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
/* ベース設定 */
.mainWrapper.award_2026_report {
  background-color: #fff;
}
.mainWrapper.award_2026_report .container {
  position: relative;
  background-color: #FDF5DF;
  padding: clamp(12px, 5vw, 60px) 20px;
  text-align: center;
  margin-bottom: clamp(20px, 5vw, 60px);
}
.award-icons {
  display: block;
  width: min(90%, 500px);
  height: auto;
  margin: 0 auto;
}
.report-intro {
  max-width: 1024px;
  box-sizing: border-box;
  margin: 20px auto;
  background-color: #FDF5DF;
  padding: clamp(20px, 5vw, 40px) clamp(30px, 5vw, 60px);
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.report-intro p {
  font-family: "maruGothic";
  font-size: clamp(16px, 3vw, 18px);
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.report-intro p:last-child {
  margin-bottom: 0;
}
.report-intro strong {
  color: #836B4C;
  font-weight: 700;
}

/* 受賞者セクション */
.winners {
  max-width:1024px;
  margin: 0 auto;
  text-align: center;
}

.winners h2 {
  font-family: "maruGothic";
  font-size: clamp(24px, 4vw, 32px);
  color: #554228;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 30px;
}

/* 受賞者アイテム */
.winner-item {
  background-color: #FDF5DF;
  border-radius: 30px;
  padding: clamp(20px, 6vw, 40px) clamp(40px, 6vw, 80px);
  margin-bottom: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.award-category {
  font-family: "maruGothic";
  font-size: clamp(16px, 3vw, 20px);
  color: #fff;
  background-color: #836B4C;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: none;

  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.winner-name {
  font-family: "maruGothic";
  font-size: clamp(20px, 4vw, 24px);
  color: #554228;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.winner-theme {
  font-family: "maruGothic";
  font-size: clamp(16px, 3vw, 20px);
  color: #333;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.winner-description {
  font-family: "maruGothic";
  font-size: clamp(14px, 3vw, 18px);
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: left;
}
.winner-details {
  font-family: "maruGothic";
  font-size: clamp(14px, 3vw, 16px);
  color: #333;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: left;
}
.winner-details a {
  color: #0066cc;
  text-decoration: underline;
  word-wrap: break-word;
}
.winner-details a:hover { 
  color: #004499; 
}
/* 受賞画像 */
.winner-image {
  margin-top: 24px;
}
.winner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.image-caption {
  font-family: "maruGothic";
  font-size: clamp(12px, 3vw, 14px);
  color: #333;
  margin-top: 12px;
  text-align: center;
  line-height: 1.6;
}

/* クロージングセクション */
.closing {
  max-width: 1024px;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: clamp(20px, 6vw, 40px);
  background-color: #FDF5DF;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
.group-photo {
  margin-bottom: 30px;
}
.group-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto 12px;
}
.closing p {
  font-family: "maruGothic";
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.symposium-info {
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 16px;
}
.symposium-link {
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 30px;
}
.symposium-link a {
  color: #0066cc;
  text-decoration: underline;
}
.symposium-link a:hover {
  color: #004499;
}
.congratulations {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #836B4C;
  text-align: center !important;
  margin-bottom: 0;
  padding-top: 20px;
}