@charset "UTF-8";
 
table.rule {width:100%; margin:1.5em auto 0 auto;}
table.rule th, table.rule td {padding:0.5em; text-align:center; vertical-align:middle;}
table.rule thead th {padding:0.7em 1em; background:#6b053c; border:1px solid #d6d6d1; color:#fff; font-weight:600; text-align:center}
table.rule tbody th {font-weight:500; border:1px solid #d6d6d1;}
table.rule tbody td {border:1px solid #d6d6d1;}
table.rule tbody tr:nth-child(even) th,
table.rule tbody tr:nth-child(even) td {background:#fafafa;}

main h3 {margin-top:1.5em; color:#6b053c; font-family:'Noto Sans JP', serif; font-size:120%; font-weight:700; line-height:1.3;}
main h3 span {padding:0 0 0.2em 0; border-bottom:2px solid #6b053c;}


/*********************************
 * ～900
 *********************************/


@media screen and (max-width:900px){
  
	main {width:90%; margin:0 auto;}
	main h2 {margin:3em auto 0 auto; line-height:1.2;}
  
	h2 + .ptxt {margin:2em auto 0 auto; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
	.area1 {margin:3em auto 0 auto;}

  .area2 {margin:2em auto 0 auto;}
  .area2 .ptxt {margin:2em 0 0 0;}
  .area2 .ptxt .fleft {width:60%;}
  .area2 .ptxt .fright {margin:1.5em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}

  .area3 {margin:2em auto 0 auto;}
  .area3 .ptxt {margin:2em 0 0 0;}
  .area3 .ptxt .fleft {margin:1.5em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:60%;}
  
  .table_scroll {overflow-x:auto;}
  .table_scroll table {width:100%; min-width:600px; margin-top:0;}

}



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

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

	main {width:96%; max-width:1200px; margin:0 auto;}
	main h2 {margin:3em auto 0 auto; line-height:1.2;}
  
	h2 + .ptxt {margin:2em auto 0 auto; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
	.area1 {margin:3em auto 0 auto;}
	
  .area2 {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:30%;}
  .area2 .ptxt .fright {width:63%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
	
  .area3 {margin:2em auto 0 auto;}
  .area3 .ptxt {display:flex; flex-direction:row-reverse; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area3 .ptxt .fleft {width:63%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:30%;}

}

