@charset "utf-8";

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

@media screen and (max-width:900px) {
  
  main h3.ttl {position:relative; width:90%; margin:3em auto 0 auto; padding:0 0 0.5em 0; border-bottom:2px solid #69b973; color:#666; font-size:120%; font-weight:600; line-height:1.3;}
  main h3.ttl::after {position:absolute; display:block; content:''; width:8px; height:8px; background:#69b973; border-radius:50%; bottom:-5px; left:0;}
  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 .link {width:90%; margin:0 auto; padding:4em 0 0 0; font-size:90%; text-align:center;}
	main .link a {border-bottom:1px solid #010101; color:#010101; text-decoration:none;}
	
  main h2,
  .area1,
  .area2,
  .area3 {width:90%; margin-left:auto; margin-right:auto;}
  
  .area2 .ptxt,
  .area3 .ptxt {padding-top:0;}
	
	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 {position:relative; width:91%; max-width:980px; margin:3em auto 0 auto; padding:0 0 0.5em 0; border-bottom:2px solid #69b973; color:#666; font-size:150%; font-weight:600; line-height:1.3;}
  main h3.ttl::after {position:absolute; display:block; content:''; width:8px; height:8px; background:#69b973; border-radius:50%; bottom:-5px; left:0;}
  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:2em 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 {border-bottom:1px solid #010101; color:#010101; text-decoration:none; transition:0.3s;}
	main .link a:hover {border-bottom:1px solid #fff;}
	
  main h2,
  .area1,
  .area2,
  .area3 {width:91%; max-width:980px; margin-left:auto; margin-right:auto;}
  
  .area2 .ptxt,
  .area3 .ptxt {padding-top:0;}
	
	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;}
	
}