@charset "UTF-8";


/*********************************
 * ～900
 *********************************/
 
table.links td {word-break:break-all;}
 


@media screen and (max-width:900px){
  
	main h2 {width:90%; margin-right:auto; margin-left:auto;}
  main h2:first-child {margin:3em auto 0 auto;}
 
   main h2 + .ptxt {width:90%; margin:1em auto 0 auto; font-weight:500; line-height:2;}
  
  .ptxt {width:90%; margin:2em auto 0 auto;}
  .area1,
  .area3 {width:90%; margin:2em auto 0 auto;}
  .area2 .ptxt,
  .area3 .ptxt {width:100%; margin:2em 0 0 0;}

 table.links {width:100%; margin-top:1em; border-bottom:1px solid #ddd;}
 table.links th {display:block; width:100%; padding:0.7em 1em 0.4em 1em; border:1px solid #ddd; border-bottom:0; vertical-align:top; line-height:1.4;}
 table.links td {display:block; width:100%; padding:0 1.2em 1em 1.2em; border:1px solid #ddd; border-top:0; border-bottom:0; font-size:90%; line-height:1.4;}
 table.links tr:nth-child(even) th,
	table.links tr:nth-child(even) td {background:#fafafa;}
	table.links a {color:#000;}

}



/*********************************
 * 901～
 *********************************/

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

	main h2 {width:94%; max-width:1200px; margin-right:auto; margin-left:auto;}
  main h2:first-child {margin:3em auto 0 auto;}
  
 
  main h2 + .ptxt {width:94%; max-width:1200px; margin:1em auto 0 auto; font-weight:500; line-height:2;}
  
  
  .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area1,
  .area3 {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area2 .ptxt,
  .area3 .ptxt {display:flex; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}

 table.links {width:100%; border-bottom:1px solid #ddd;}
 table.links th {display:block; width:100%; padding:0.7em 1em 0.4em 1em; border:1px solid #ddd; border-bottom:0; vertical-align:top; line-height:1.4;}
 table.links td {display:block; width:100%; padding:0 1.2em 1em 1.2em; border:1px solid #ddd; border-top:0; border-bottom:0; font-size:90%; line-height:1.4;}
 table.links tr:nth-child(even) th,
	table.links tr:nth-child(even) td {background:#fafafa;}	
	table.links a {border-bottom:1px solid transparent; color:#000; transition:0.3s;}
	table.links a:hover {border-bottom:1px solid #000;}

}


