@charset "utf-8";
/* CSS Document */

#junior {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.0rem;
	line-height:1.5em;
	-webkit-text-size-adjust: 100%;
}

#junior h2 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
}

#junior .underline {
  border-bottom: dotted 3px #fcc3b9;
}

#junior .mat50 {
  margin-top: 50px;
}

#junior .mat80 {
  margin-top: 50px;
}

