body{
  background-color: #FAFAFA
}

.maintence_view{
    background-color: #FAFAFA;
    display: flex;
    padding: var(--space-15, 80px) 0px;
    flex-direction: column;
    align-items: center;
    gap: var(--space-9, 32px);
  }
  .maintence_view .maintence_dog_img{
    width: 512.845px;
    height: 311.934px;
    flex-shrink: 0;
  }
  .maintence_view .maintence_title{
    color: #45464A;
    font-kerning: none;
  
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
  }
  .maintence_view .maintence_text{
    color: #45464A;
    text-align: center;
    font-kerning: none;
    font-feature-settings: 'palt' on;
  
    /* Body/Large_JP */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  
  .maintence_view .maintence_link{
    color: #2047D2;
    font-kerning: none;
    font-feature-settings: 'palt' on;
  
    /* Body/Large_JP */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  .maintence_view .maintence_schedule_title{
    color: #45464A;
    font-kerning: none;
  
    /* Headline/Small_JP */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
  }
  
  .maintence_view .maintence_schedule_date{
    color: #45464A;
    font-kerning: none;
  
    /* Headline/Small_JP */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }