/* ========================================
   Uniform Page
======================================== */


/* ----------------------------------------
   Wrapper
---------------------------------------- */

.uniform-page .content-wrapper{
  max-width:1000px;
  margin:0 auto;
}


/* ----------------------------------------
   Lead
---------------------------------------- */

.uniform-page .page-lead{
  text-align:center;
  margin-top:25px;
  margin-bottom:45px;
}

.uniform-page .page-lead p{
  font-size:1.1rem;
  line-height:2;
  margin:0;
}


/* ----------------------------------------
   Main Photo
---------------------------------------- */

.uniform-page .page-photo{
  text-align:center;
  margin-top:10px;
  margin-bottom:70px;
}

.uniform-page .page-photo a{
  display:block;
}

.uniform-page .page-photo img{
  width:100%;
  max-width:850px;
  height:auto;
  border-radius:12px;
  transition:.3s ease;
}


/* hover（PCのみ軽く） */

@media(min-width:901px){

.uniform-page .page-photo img:hover{
  opacity:.9;
}

}


/* Caption */

.uniform-page .caption{
  margin-top:12px;
  font-size:.9rem;
  color:#666;
}


/* ----------------------------------------
   Content Section
---------------------------------------- */

.uniform-page .content-section{
  margin-bottom:70px;
}


.uniform-page .content-section h2{
  position:relative;
  padding-left:18px;
  margin-bottom:25px;
}


.uniform-page .content-section h2::before{

  content:"";

  position:absolute;

  left:0;
  top:8px;

  width:6px;
  height:28px;

  background:#1b4f9c;

  border-radius:3px;

}


.uniform-page .content-section p{

  line-height:2;

  margin-bottom:20px;

}


/* ----------------------------------------
   Movie
---------------------------------------- */


.uniform-page .movie-box{

  max-width:800px;

  margin:30px auto 0;

}


.uniform-page .movie-box iframe{

  width:100%;

  aspect-ratio:16 / 9;

  height:auto;

  border:0;

  border-radius:12px;

}



/* ========================================
   Mobile
======================================== */


@media(max-width:768px){


.uniform-page .page-lead{

  margin-bottom:35px;

}


.uniform-page .page-lead p{

  font-size:1rem;

  line-height:1.9;

}



.uniform-page .page-photo{

  margin-bottom:45px;

}


.uniform-page .page-photo img{

  border-radius:8px;

}



.uniform-page .caption{

  font-size:.85rem;

}



.uniform-page .content-section{

  margin-bottom:45px;

}



.uniform-page .content-section h2{

  font-size:1.3rem;

  padding-left:15px;

}



.uniform-page .content-section h2::before{

  height:24px;

  top:6px;

}



.uniform-page .content-section p{

  line-height:1.9;

}



.uniform-page .movie-box{

  margin-top:20px;

}



}

.uniform-pdf{
  max-width:900px;
  margin:70px auto 0;
}

.uniform-pdf h2{
  border-left:5px solid #24305e;
  padding-left:12px;
  font-size:1.2rem;
}

.pdf-card{
  display:flex;
  gap:30px;
  align-items:center;
  background:#f8f9fc;
  padding:30px;
  border-radius:16px;
}

.pdf-card img{
  width:220px;
  box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.pdf-info h3{
  margin-bottom:15px;
}

.pdf-info a{
  display:inline-block;
  background:#24305e;
  color:#fff;
  padding:12px 25px;
  border-radius:30px;
}