@charset "UTF-8";


#notice {
    height: auto;
    padding: 50px 0 50px;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    background-color: #c9c9c9;
    border-radius: 20px;
  }
  
  #notice .wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
  }
#notice h1 {
    display: inline-block;
    margin: 0 auto 40px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 4px solid #222;
  }
  
  #notice article {
    margin-bottom: 40px;
    padding: 40px 40px 35px;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
  }
  
  #notice article .text_date {
    font-size: 0.85rem;
  }
  
  #notice article h2 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.8em;
    border-bottom: 2px solid #facd89;
  }
  
  #notice article .text_content {
    line-height: 2.0em;
    font-size: 0.85rem;
  }
#level ul {
	max-width: 1920px;
	margin: 0 auto;
	padding: 10px 0px;
}