@charset "UTF-8";

#cmn_bnr {display:none;}

.contents {width:100%; max-width:none;}

dl.sv {margin-bottom:1em; border:3px solid #78c8e6; border-radius:5px;}
dl.sv dt {padding:0.5em 1.3em; background:#78c8e6; color:#fff; font-size:120%; font-weight:700;}
dl.sv dd {padding:1em 1.5em; line-height:1.6;}

p.arw {width:0; height:0; margin:0 auto 1em auto; border-right:30px solid transparent; border-left:30px solid transparent; border-top:30px solid #78c8e6;}


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

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

  main h2 {width:90%; margin-left:auto; margin-right:auto;}
  main .area1 {width:90%; margin:1em auto 0 auto;}
  main .ptxt {width:90%;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:3em 0 0 0;}
	ul.service li {margin:0 0 2em 0; padding:2em 2em; background:#1c480d; color:#fff;}
	ul.service li:nth-child(even) {background:#39901b;}
	ul.service dl dt {padding:0 0 0 1.2em; border-left:3px solid #fff; font-size:90%; line-height:1.5;}
	ul.service dl dt span {font-size:160%; font-weight:700;}
	ul.service dl dd {padding:1.3em 0 0 0; font-size:90%;}
	ul.service dl dd .btn {margin:1em 0 0 0;}
	ul.service dl dd .btn a {position:relative; padding:0.3em 2em; border:1px solid #fff; border-radius:2em; color:#fff;}

  p.arw {border-right:20px solid transparent; border-left:20px solid transparent; border-top:20px solid #78c8e6;}

}



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

@media screen and (min-width:901px) {
 
  .contents > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1.5em 1em; background:#e4f4fa; color:#78c8e6; font-size:115%; font-weight:600; text-align:center;}
  main h2 {width:90%; max-width:980px; margin-left:auto; margin-right:auto;}
  main .area1 {width:90%; max-width:980px; margin:1.5em auto 0 auto;}
  main .ptxt {width:90%; max-width:980px;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:3em 0 0 0;}
	ul.service li {width:48%; margin:0 0 2em 0; padding:2em 3em; background:#1c480d; color:#fff;}
	ul.service li:nth-child(even) {background:#39901b;}
	ul.service dl dt {padding:0 0 0 1.2em; border-left:3px solid #fff; font-size:85%; line-height:1.5;}
	ul.service dl dt span {font-size:180%; font-weight:700;}
	ul.service dl dd {padding:1.3em 0 0 0; font-size:85%;}
	ul.service dl dd .btn {margin:1em 0 0 0;}
	ul.service dl dd .btn a {position:relative; padding:0.3em 2em; border:1px solid #fff; border-radius:2em; color:#fff; transition:0.3s;}
	ul.service dl dd .btn a:hover {opacity:0.8;}

}







