@charset "utf-8";

/*********************************
 *
 * STYLES
 *
 *********************************/

@media screen and (max-width:900px) {

	main h3.ttl {width:90%; margin:0 auto; padding:3em 0 0 0; color:#666; font-family:'Noto Serif JP', serif; font-size:140%; font-weight:700; line-height:1.3;}
  main h3.ttl span.edate {padding:0.2em 0 0 1.8em; font-size:40%; letter-spacing:0.08em; font-weight:800;}
	
	main .ptxt {width:90%; margin:0 auto; padding:2em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
	main .plink {width:90%; margin:0 auto; padding:2em 0 0 0; text-align:center;}
	
	ul.news {width:90%; margin:0 auto; line-height:1.8;}
  ul.news a {border-bottom:1px solid #101010; color:#101010; text-decoration:none;}
  ul.news li {padding:1.5em; border-bottom:1px solid #7f7f7f;}
  ul.news li span {display:block; font-family:'Lato', sans-serif; text-decoration:none; letter-spacing:0.1em;}
  
  p.link {margin-top:3em; font-size:90%; text-align:center;}
  p.link a {color:#101010; border-bottom:1px solid #101010;}
	
}

@media screen and (min-width:901px) {

	main h3.ttl {display:flex; align-items:center; width:91%; max-width:980px; margin:0 auto; padding:3em 0 0 0; color:#666; font-family:'Noto Serif JP', serif; font-size:140%; font-weight:700; line-height:1.3;}
  main h3.ttl span.edate {padding:0.2em 0 0 1.8em; font-size:60%; letter-spacing:0.08em;}
	
	main .ptxt {width:91%; max-width:980px; margin:0 auto; padding:3em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:91%; max-width:980px; margin-right:auto; margin-left:auto;}
	main .plink {width:91%; max-width:980px; margin:0 auto; padding:3em 0 0 0; text-align:center;}
	
	ul.news {width:91%; max-width:980px; margin:0 auto; padding:2em 0 0 0; line-height:1.8;}
	ul.news a {border-bottom:1px solid transparent; color:#101010; transition:0.3s;}
  ul.news a:hover {border-bottom:1px solid #101010;}
  ul.news li {display:flex; padding:1.5em; border-bottom:1px solid #7f7f7f;}
  ul.news li span {display:block; width:9em; padding:0 0 0.3em 0; font-family:'Lato', sans-serif;}
  
  p.link {margin-top:4em; font-size:90%; text-align:center;}
  p.link a {color:#101010; border-bottom:1px solid #101010;}
	
}