@charset "utf-8";

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

@media screen and (max-width:900px) {
	
	main h2,
	main .area1,
	main .area2,
	main .area3 {width:90%; margin-right:auto; margin-left:auto;}
	main .area2 img,
	main .area3 img {width:auto !important; max-width:100%; height:auto !important;}

	main h3.ttl {position:relative; display:flex; align-items:center; width:90%; margin:12% auto 0 auto; color:#7f1b31; font-size:140%; font-weight:600; line-height:1;}
  main h3.ttl span.edate {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; 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 .link {width:90%; margin:0 auto; padding:4em 0 0 0; font-size:90%; text-align:center;}
	main .link a {border-bottom:1px solid #101010; color:#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 h2,
	main .area1,
	main .area2,
	main .area3 {width:94%; max-width:1200px; margin-right:auto; margin-left:auto;}
	main .area2 img,
	main .area3 img {width:auto !important; max-width:100%; height:auto !important;}

	main h3.ttl {position:relative; display:flex; align-items:center; width:94%; max-width:1200px; margin:6% auto 0 auto; color:#7f1b31; font-size:180%; font-weight:600; line-height:1;}
  main h3.ttl span.edate {padding:0.2em 0 0 1.8em; font-family:'Lato', sans-serif; font-size:40%; letter-spacing:0.08em; font-weight:800;}
	
	main .ptxt {width:94%; max-width:1200px; margin:0 auto; padding:3em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
	main .link {width:94%; max-width:1200px; margin:0 auto; padding:5em 0 0 0; font-size:90%; text-align:center;}
	main .link a {border-bottom:1px solid #101010; color:#101010; transition:0.3s;}
	main .link a:hover {border-bottom:1px solid #fff;}
	
	ul.news {width:94%; max-width:1200px; 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;}
	
}