@charset "UTF-8";




/* information
------------------------------ */
#information {
  font-weight:bold;
  padding: 20px 0 20px;
  color: #222;
  text-align: center;
  background-color: #fff;
}

#information .wrapper {
  font-weight:bold;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}



#information article {
  margin-bottom: 0px;
  font-weight:bold;
  padding: 10px 20px 10px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
  font-weight:bold;
}

#information article h1 {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-weight:bold;
  font-size: 2.0rem;
  line-height: 1.0em;
}

#information article h2 {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-weight:bold;
  font-size: 1.0rem;
  line-height: 0.0em;
  
}

#information article h3 {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0px;
  font-weight:bold;
  font-size: 1.0rem;
  line-height: 0.0em;
 
}

#information article .text_content {
    text-align: center;
  line-height: 1.0em;
  font-size: 1.75rem;
  font-weight:bold;
}