@charset "UTF-8";

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

.service_img {text-align:center;}
.service_img img {width:80%; max-width:300px;}
.service_img a,
.service_img a:hover {border:0;}


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

@media screen and (max-width:900px){
 
 main h2 {width:90%; margin:3em auto 0 auto;}
  
  main > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:1.5em 1em; border:2px solid #3a7a46;}
  main > .ptxt:nth-child(1) p {margin-top:0;}
  main > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#3a7a46; font-size:120%; font-weight:700;}
  
  main > .area2:nth-child(1) .ptxt {width:100%; margin-top:2.5em;}
  main > .area2:nth-child(1) .ptxt .fleft {position:relative; width:70%; border-right:2rem solid #fff; font-size:0; z-index:+1;}	
  main > .area2:nth-child(1) .ptxt .fright {width:90%; margin:-2.5em 0 0 10%; padding:4em 2em 3em 0; border:3px solid #3a7a46; border-left:0; line-height:1.8;} 
  main > .area2:nth-child(1) .ptxt .fright span span {color:#3a7a46; font-size:120%; font-weight:700; line-height:1.3;}
  
	main .btn {width:12em; margin:1.5em auto 0 auto; font-size:90%; text-align:center;}
	main .btn a {position:relative; display:block; padding:0.3em 0; background:#3a7a46; color:#fff; text-decoration:none;}
	main .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; right:1.5em; top:40%; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg);}
  
  .ptxt {width:90%; margin:2em auto 0 auto;}
  .area1,
  .area2,
  .area3 {width:90%; margin:2em auto 0 auto;}
  .area2 .ptxt,
  .area3 .ptxt {width:100%; margin:2em 0 0 0;}

}



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

@media screen and (min-width:901px) {
  
  main > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:2em 1em; border:3px solid #3a7a46;}
  main > .ptxt:nth-child(1) p {margin-top:0;}
  main > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#3a7a46; font-size:120%; font-weight:700;}
  
  main > .area2:nth-child(1) .ptxt {display:flex; position:relative; align-items:center; justify-content:space-between; width:100%; margin-top:2.5em;}
  main > .area2:nth-child(1) .ptxt .fleft {position:relative; width:40%; border-right:3em solid #fff; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:+1;}	
  main > .area2:nth-child(1) .ptxt .fright {position:absolute; width:75%; bottom:-2em; right:0; margin:6em 0 0 25%; padding:5em 2em 5em 16%; border:3px solid #3a7a46; border-left:0; line-height:1.8;} 
  main > .area2:nth-child(1) .ptxt .fright span span {color:#3a7a46; font-size:140%; font-weight:700; line-height:1.3;}
 
 main h2 {width:94%; max-width:1200px; margin:3em auto 0 auto;}
 main .area2 + h2 {margin:5em auto 0 auto;}
  
 main .btn {width:12em; margin:1.5em 0 0 0; font-size:90%;}
 main .btn a {position:relative; display:block; padding:0.3em 0; background:#3a7a46; color:#fff; text-align:center; transition:0.3s;}
 main .btn a:hover {opacity:0.8;}
 main .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; right:1.5em; top:40%; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg);}
  
  .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area1,
  .area2,
  .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;}
  
}


