@charset "UTF-8";

main h3 {margin-top:1.5em; color:#00348b; 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 #00348b;}

main a {border-bottom:1px solid #00348b; color:#00348b; text-decoration:none;}
main strong {font-size:115%;}

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

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

@media screen and (max-width:900px){
 
 main h2 {width:90%; margin:3em auto 0 auto;}
 
 .ptxt {width:90%; margin:1em auto 0 auto; font-weight:500; line-height:2;}
  
 .area1 {width:90%; max-width:700px; margin:3em auto 0 auto;}
 main h2 + .area1 {margin:1em auto 0 auto;}

 .area2 {width:90%; margin:2em auto 0 auto;}
 .area2 .fleft {width:70%;}
 .area2 .fleft img {border-right:2em solid #fff !important; border-bottom:2em solid #fff !important;}
 .area2 .fright {width:90%; margin:-3em 0 0 10%; padding:3em 2.5em 2em 2.5em; border:3px solid #8b253a; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
 main > .area3:nth-child(1) {width:90%; margin:2em auto 0 auto;}
 main > .area3:nth-child(1) .ptxt {width:100%; margin-top:2.5em;}
 main > .area3:nth-child(1) .ptxt .fleft span span {color:#00348b; font-size:120%; font-weight:700; line-height:1.3;}
  
 ul.graph {margin:0 auto;}
 ul.graph li {margin-top:1em;}
  
 main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1em; background:#E8ECF4; text-align:center;}
  main > .ptxt:first-child p {margin:0; padding:0.5em 0;}
  main > .ptxt:first-child span {display:block; color:#00348b; font-size:110%; font-weight:600;}
  
  main .ptxt .btn {margin:1em 0 0 0; text-align:right;}
	main .ptxt .btn a {position:relative; display:inline-block; width:60%; padding:0.7em 0; background:#00348b; border-radius:2em; color:#fff; line-height:1; text-align:center; text-decoration:none;}
	main .ptxt .btn a::after {position:absolute; display:block; content:''; width:0.5em; height:0.5em; border:1px solid #fff; border-bottom:0; border-left:0; right:1em; top:39%; transform:rotate(45deg);}

}



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

@media screen and (min-width:901px) {
 
 main h2 {width:94%; max-width:1200px; margin:3em auto 0 auto;}
 main .area2 + h2 {margin:5em auto 0 auto;}
 
 .ptxt {width:94%; max-width:1200px; margin:1em auto 0 auto; font-weight:500; line-height:2;}
 
 .area1 {width:94%; max-width:700px; margin:3em auto 0 auto;}
 main h2 + .area1 {width:94%; max-width:1000px; margin:1em auto 0 auto;}
	
 .area2 .ptxt {display:flex; position:relative; justify-content:space-between; width:94%; max-width:1200px; margin:2em auto 0 auto;}
 .area2 .fleft {width:42%; max-width:500px; border-right:3rem solid #fff; font-size:0;}
 .area2 .fright {position:absolute; width:68%; bottom:-3em; right:0; padding:3em 3.5em 3em 10%; border:4px solid #8b253a; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:-1;}
  
 main > .area3:nth-child(1) {width:94%; max-width:1200px; margin:2em auto 0 auto;}
 main > .area3:nth-child(1) .ptxt {align-items:center; width:100%; padding-top:2.5em;}
 main > .area3:nth-child(1) .ptxt .fleft span span {color:#00348b; font-size:120%; font-weight:700; line-height:1.3;}

 ul.graph {display:flex; justify-content:space-between; width:100%; margin:2em auto 0 auto;}
 ul.graph li {width:33%;}
  
  main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1.5em 1em; background:#E8ECF4; text-align:center;}
  main > .ptxt:first-child p {margin:0; padding:0.5em 0; text-align:center;}
  main > .ptxt:first-child span {display:block; color:#00348b; font-size:110%; font-weight:600;}
  
  main .ptxt .btn {margin:1.5em 0 0 0; text-align:right;}
	main .ptxt .btn a {position:relative; width:14em; padding:0.7em 0; display:inline-block; background:#00348b; border-radius:2em; color:#fff; line-height:1; text-align:center; transition:0.3s;}
	main .ptxt .btn a::after {position:absolute; display:block; content:''; width:0.5em; height:0.5em; border:1px solid #fff; border-bottom:0; border-left:0; right:1em; top:39%; transform:rotate(45deg);}
	main .ptxt .btn a:hover {opacity:0.8;}
  
}


