@charset "UTF-8";

main a {border-bottom:1px solid #3f91d6; color:#3f91d6; text-decoration:none;}


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

@media screen and (max-width:900px){
 
  main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1em; background:#e4f4fa; color:#78c8e6; font-size:80%; text-align:center;}
  main > .ptxt:first-child span {display:block; padding-bottom:0.5em; font-size:110%; font-weight:600;}

 main {}
 
 main h2 {width:90%; margin-right:auto; margin-left:auto;}
 main h2 + .ptxt {width:90%; margin:2em auto 0 auto;}
 main h2:nth-child(1) + .ptxt {width:100%; max-width:100%;}

 dl.faq {width:90%; margin:0 auto 1.5em auto; padding:0 2em; background:#fff; border:2px solid #3f91d6; border-radius:4px;}
	dl.faq dt {position:relative; padding:2em 0 1.5em 2.8em; border-bottom:1px solid #3f91d6; color:#3f91d6; font-size:110%; font-weight:600; line-height:1.3;}
	dl.faq dt::before {position:absolute; display:block; content:''; width:2em; height:2em; left:0; top:1.7em; background:#3f91d6; border-radius:50%;}
	dl.faq dt::after {position:absolute; display:block; content:'Q'; left:0.6em; top:2em; color:#fff; font-family:'Lato', sans-serif;}
	dl.faq dd {padding:1.5em 0 2em 0; font-size:90%; line-height:1.8;}

}



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

@media screen and (min-width:901px) {
 
  main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1.5em 1em; background:#e4f4fa; color:#78c8e6; text-align:center;}
  main > .ptxt:first-child span {display:block; padding-bottom:0.5em; font-size:115%; font-weight:600; text-align:center;}

 main {}
 
 main a {transition:0.3s;}
 main a:hover {border-bottom:1px solid #fff;}
 
 main h2 {width:94%; max-width:1200px; margin-right:auto; margin-left:auto;}
 main h2 + .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}
 main h2:nth-child(1) + .ptxt {width:100%; max-width:100%;}

 dl.faq {width:91%; max-width:980px; margin:0 auto 1.5em auto; padding:0 3em; background:#fff; border:3px solid #3f91d6; border-radius:5px;}
	dl.faq dt {position:relative; padding:2em 0 1.5em 2.8em; border-bottom:2px solid #3f91d6; color:#3f91d6; font-size:120%; font-weight:600; line-height:1.3;}
	dl.faq dt::before {position:absolute; display:block; content:''; width:2em; height:2em; left:0; top:1.7em; background:#3f91d6; border-radius:50%;}
	dl.faq dt::after {position:absolute; display:block; content:'Q'; left:0.6em; top:2em; color:#fff; font-family:'Lato', sans-serif;}
	dl.faq dd {padding:1.5em 0 2em 0; font-size:90%; line-height:1.8;}

}


