@charset "UTF-8";

main .ptxt a {color:#327eae; border-bottom:1px solid #327eae;}

ul.faq {color:#327eae;}
ul.faq {padding:0.2em 0 0 4em; text-indent:-4em;}

main h3 {margin-top:2.5em; padding:0.1em 0 0.1em 1em; border-left:3px solid #327eae; font-size:130%; font-weight:700; line-height:1.3;}
main h4 {margin-top:1.5em; padding:0.3em 1em; background:#dfe6f3; color:#327eae; font-size:130%; font-weight:700; line-height:1.3;}


/*********************************
 * ～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,
.area3 {width:90%; margin-left:auto; margin-right:auto;}
  
	main .btn {width:60%; margin:2em auto 0 auto; font-size:90%; text-align:center;}
	main .btn a {position:relative; display:block; padding:0.3em 0; background:#327eae; 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);}

}



/*********************************
 * 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;}
  
 .area2,
  .area3 {width:94%; max-width:1200px; margin-left:auto; margin-right:auto;}
  
 main .btn {width:50%; max-width:400px; margin:2em auto 0 auto; font-size:90%;}
 main .btn a {position:relative; display:block; padding:0.3em 0; background:#327eae; 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);}
  
}


