@charset "UTF-8";

/* PRIVACY POLICYページスタイルシート */

/* PC */
/* 枠 */
.error-404-container .error-404-mark-box .error-404-txt {
   text-align: center;
   font-family: "Futura Md BT";
   font-size: 125px;
   font-style: normal;
   font-weight: 700;
   line-height: 125px;
   letter-spacing: 12.5px;
   margin:0;
}
.error-404-container .error-404-mark-box .not-found-txt {
   text-align: center;
   font-family: "Futura Md BT";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 3.5px;
   margin:0 auto 42px;
}
.error-404-container p.error-msg-txt {
   text-align: center;
   font-family: YuGothic;
   font-size: 15px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   margin-bottom:48px;
}




/* end.PC */

/* SP */
@media (max-width:599px){ 

   .privacypolicy-container .privacypolicy-inner {
      width:calc(100% - 80px);
   }
   /* 404 */
   .error-404-container .error-404-mark-box .error-404-txt {
      font-size: 90px;
      line-height: normal;
      letter-spacing: 9px;
   }
   /* NOT FOUND */
   .error-404-container .error-404-mark-box .not-found-txt {
      font-size: 25px;
      letter-spacing: 2.5px;
      margin:0 auto 21px;
   }
   /* テキスト */
   .error-404-container p.error-msg-txt {
      width: 80%;
      margin: 0 auto 24px;
   }

}

/* end.SP */

