@charset "UTF-8";
  /*==============================
	STYLE.CSS
	==============================*/
.l-section__inner{
  padding: 0;
}
.box__wrap{
  padding-top: 40px;
  margin-top: 10px;
}
.-fin{
  position: relative;
  margin-left: -50%;
  margin-right: -50%;
}
.-fin::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 25px;
  left: 0;
}
.-fin .h-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
}
h2{
  color: #000;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 18px;
}
.o-text_lead{
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .l-section__inner{
    padding: 35px 10px 0 !important;
  }
  .box__wrap{
    padding: 10px 15px 0;
  }
  .-fin{
    margin-left: 0;
    margin-right: 0;
  }
  .-fin::before {
    top: 10px;
  }
  .-fin .h-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  h2{
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .o-text_lead{
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
  #eventreport figure {
    margin: 1em auto;
  }
}
.u-indent>* {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

/*===============
headArea
===============*/
@media (min-width: 769px){
  #eventreport .p-pageTitle.-eventreport {
    height: 130px;
    background: #000;
    background-size: cover;
  }
  #eventreport .p-pageTitle.-eventreport .p-pageTitle__text{
    font-size: 2.0rem;
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  #eventreport .p-pageTitle.-eventreport .p-pageTitle__inner{
    padding: 0;
  }
}

body {
background-color: #F0F2F5;
}
#eventreport {
color: #333;
line-height: 1.8;
}
.report-container {
box-sizing: border-box;
}
.report-wrap {
max-width: 1024px;
margin: 20px auto 50px;
background-color: #fff;
border-top: 8px solid #78BE20;
border-radius: 8px;
}
.report-box {
margin-bottom:40px;
padding: 50px;
}

/* メインタイトル */
.report-header {
text-align: center;
margin-bottom: 40px;
}
.report-header h1 {
font-size: 32px;
font-weight: 900;
color: #111;
line-height: 1.4;
margin-bottom: 20px;
letter-spacing: 1px;
}
.report-header h1 span {
color: #ff7a00;
}
.report-lead {
font-size: 16px;
text-align: left;
margin-bottom: 30px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 8px;
}

/* 各セクション */
.report-section {
margin-bottom: 50px;
}
.report-section h2 {
font-size: 24px;
font-weight: bold;
color: #fff;
background-color: #222;
border-left: 8px solid #78be20; 
padding: 12px 20px;
margin-bottom: 30px;
letter-spacing: 1px;
text-align: left;
}
.image-row {
display: flex;
gap: 20px;
margin-bottom: 25px;
}
.image-row img {
flex: 1;
width: 100%;
max-width: 50%;
height: auto;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.section-text {
font-size: 16px;
}
.report-section li::before {
content: "・";
font-weight: bold;
font-size: 2.0rem;
}
.section-text strong {
background: linear-gradient(transparent 60%, #ffff66 60%);
color: #111;
padding: 0 4px;
font-weight: bold;
}

/* 参加者の声 */
.voice-section {
background-color: #f1f8eb;
padding: 40px;
border-radius: 12px;
margin-bottom: 60px;
border: 1px solid #dcedc8;
}
.voice-section h2 {
text-align: center;
font-size: 26px;
font-weight: bold;
color: #33691e;
margin-top: 0;
margin-bottom: 30px;
}
.voice-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 20px;
}
.voice-list li {
background-color: #fff;
padding: 20px 20px 20px 50px;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
position: relative;
font-weight: bold;
color: #333;
}
.voice-list li::before {
content: "“";
font-size: 50px;
color: #78be20;
font-family: serif;
position: absolute;
left: 15px;
top: 10px;
line-height: 1;
}

/* 最後に */
.conclusion-section {
text-align: center;
padding: 40px 0 20px;
border-top: 2px dashed #ccc;
}
.conclusion-section h2 {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
color: #222;
}
.conclusion-section strong {
display: inline-block;
margin-top: 20px;
font-size: 18px;
font-weight: bold;
color: #ff7a00;
}

/* SNS Share */
.lesson-btn {
    text-align: center;
    padding: 40px 0 10px;
    border-top: 1px dashed #ccc; /* 点線にして柔らかい印象に */
}
.lesson-btn p {
    font-weight: bold;
    margin-bottom: 20px;
    color: #555;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.lesson-btn p::before {
   content: "＼";
   color: #555;
}
.lesson-btn p::after {
  content: "／";
  color: #555;
}
.lesson-btn a {
    color: #000;
    background: #f87229;
    display: inline-block;
    padding: 20px 25px;
    box-shadow: 0px 4px #a1420f;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.1;
    border-radius: 4px;
    box-sizing: border-box;
}

.global-footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}

@media (max-width: 768px) {
.report-container {
  margin: 0;
  padding: 20px 0;
  border-radius: 0;
}
.report-wrap {
  margin-top: 15px;
}
.report-box {
  padding: 20px;
}
.image-row {
  flex-direction: column;
}
.image-row img {
  max-width: 100%;
}
.report-section h2 {
  font-size: 20px;
  padding: 10px 15px;
}
.report-header h1 {
  font-size: 22px;
}
.voice-section {
  padding: 40px 15px;
}
.voice-list li {
  font-size: 16px;
}
.conclusion-section p {
  font-size: 16px;
}
.lesson-btn {
  padding: 40px 10px 10px;
}
.lesson-btn p {
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.lesson-btn p::before,
.lesson-btn p::after {
  font-size: 2.5rem;
  font-weight: normal;
}
.lesson-btn a {
  font-size: 1.666rem;
  padding: 15px 20px;
  line-height: 1.2;
}
}
