@charset "utf-8";

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

@media screen and (max-width:900px) {
 
  main h3.ttl {display:flex; align-items:center; flex-wrap:wrap; position:relative; width:90%; margin:3em auto 0 auto; color:#022d51; font-size:130%; font-weight:600; line-height:1.3;}
  main h3.ttl span {display:block; width:100%; padding:1em 0 0 0; color:#570c2a; font-family:'Lato', sans-serif; font-size:50%; letter-spacing:0.1em; font-weight:800;}
  main h3.ttl span.edate {padding:0.2em 0 0 1.8em; font-size:40%; letter-spacing:0.08em; font-weight:500;}
	
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
	
  main .ptxt {width:90%; margin:0 auto; padding:2em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
  main .link {width:90%; margin:0 auto; padding:4em 0 0 0; font-size:90%; text-align:center;}
	main .link a {color:#101010; border-bottom:1px solid #101010; text-decoration:none;}
	
	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;}
	
}

@media screen and (min-width:901px) {
 
  main h3.ttl {display:flex; align-items:center; flex-wrap:wrap; position:relative; width:91%; max-width:980px; margin:3em auto 0 auto; color:#022d51; font-size:140%; font-weight:600; line-height:1.3;}
  main h3.ttl span {padding:0.2em 0 0 1.8em; font-size:60%; letter-spacing:0.08em;}
	
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:91%; max-width:980px; margin-right:auto; margin-left:auto;}
	
  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 .link {width:91%; max-width:980px; margin:0 auto; padding:5em 0 0 0; font-size:90%; text-align:center;}
	main .link a {color:#101010; border-bottom:1px solid #101010; transition:0.3s;}
	main .link a:hover {border-bottom:1px solid #fff;}
	
	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;}
	
}