/*================================
* p-urgent-notice
================================*/
.p-urgent-notice {
   position: relative;
   margin-bottom: 50px;
}

.p-urgent-notice__inner {
   background-color: #fef4f6;
   border: 1px solid #e8382f;
   padding: 22px;
   text-align: center;
}

.p-urgent-notice__title {
   font-size: 18px;
   font-weight: bold;
   color: #e8382f;
   margin-bottom: 10px;
}

.p-urgent-notice__text {
   font-size: 16px;
   font-weight: bold;
   line-height: 1.7;
}

.p-urgent-notice__end {
   margin-top: 20px;
   font-size: 13px;
   font-weight: bold;
}

@media screen and (max-width: 767px) {
   .p-urgent-notice {
      margin-bottom: 30px;
   }

   .p-urgent-notice__title {
   font-size: 15px;
   margin-bottom: 10px;
   }

   .p-urgent-notice__text {
      font-size: 14px;
      line-height: 1.7;
   }

   .p-urgent-notice__end {
      margin-top: 20px;
      font-size: 11px;
   }
}
