@charset "utf-8";

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

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

	main h3.ttl {position:relative; display:flex; align-items:center; width:90%; margin:3.45em auto 0 auto; color:#327eae; font-size:130%; 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:1em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
  
  .area1 {width:90%; margin:3em auto 0 auto;}
  
  .area2 {width:90%; margin:0 auto;}
  .area2 .ptxt {margin:0;}
  .area2 .ptxt .fleft {width:60%;}
  .area2 .ptxt .fright {font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  .area3 {width:90%; margin:0 auto;}
  .area3 .ptxt {margin:0;}
  .area3 .ptxt .fleft {margin:1em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:60%;}
  
	main .link {width:90%; margin:0 auto; padding:4em 0 0 0; font-size:90%; 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;}
	
}

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

	main h3.ttl {position:relative; display:flex; align-items:center; width:94%; max-width:1200px; margin:3.45em auto 0 auto; color:#327eae; font-size:130%; 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:2em 0 0 0; line-height:1,6; text-align:justify; text-justify:inter-ideograph;}
  
  .area1 {width:94%; max-width:700px; margin:2em auto 0 auto;}

  .area2 {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area2 .ptxt {display:flex; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area2 .ptxt .fleft {width:35%;}
  .area2 .ptxt .fright {width:60%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  .area3 {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area3 .ptxt {display:flex; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area3 .ptxt .fleft {width:60%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:35%;}
  
  .ptxt + h2,
  .area1 + h2,
  .area2 + h2,
  .area3 + h2 {margin:5em auto 0 auto;}
  
	main .link {width:94%; max-width:1200px; margin:0 auto; padding:5em 0 0 0; font-size:90%; text-align:center;}
	
	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;}
	
}