@charset "UTF-8";

/* お知らせ（個別）ページスタイルシート */


/*** PC ***/
/*** PC ***/
#plan-page-content {padding: 0;}
/* 画像/氏名 */
.plan-hero-section {border-bottom:1px solid #757575; margin: 0 40px;}
.plan-hero-inner {
   width: fit-content;
   margin: 0 auto;
   padding: 32px 33px;
   border-left:1px solid #757575;
   border-right:1px solid #757575;
   text-align: center;
}
.plan-hero-section img{
   width: 555px;
   height: auto;
}

.plan-link-text-section {text-align: center;}
.plan-link-text-section .plan-link-text {
   margin:45px 0;
   /* font-family: "Hiragino Kaku Gothic Pro"; */
   font-size: 20px;
   font-style: normal;
   font-weight: 300;
   line-height: normal;
   letter-spacing: 6px;
}
.plan-link-text-section a {margin: 0 auto;}

/* end.PC */


/* SP */

@media (max-width:599px){ 
   .plan-hero-section {margin: 0 auto;}
   .plan-hero-inner {margin: 0 22px; padding:20px 20px;}
   .plan-hero-section img {width: 100%;}

   .plan-link-text-section {padding: 0 40px;}
   .plan-link-text-section .plan-link-text {
      text-align: center;
      font-size: 15px;
      line-height: 33px; /* 220% */
      letter-spacing: 4.5px;
      margin: 30px 0;
   }
  
   footer {margin-top:45px;}

}
/* end.SP */