@charset "UTF-8";

main strong {font-size:110%;}

.ptxt a {color:#585858; border-bottom:1px solid #585858; text-decoration:none;}


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

@media screen and (max-width:900px){
  
  .contents {width:100%;}
  main h2,
  * + .ptxt,
  .area1,
  .area2,
  .area3 {width:90%; margin-left:auto; margin-right:auto;}
	.contents > .ptxt:nth-child(1) {margin:0; padding:1.5em; background:#FFFBF8; color:#feaa5b; font-weight:800;}
	
	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:#570c2a; color:#fff;}
	ul.service li:nth-child(even) {background:#1d925c;}
	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 0.3em 1em; border:1px solid #fff; color:#fff; transition:0.3s;}
	ul.service dl dd .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);}
	ul.service dl dd .btn a:hover {opacity:0.8;}

}



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

@media screen and (min-width:901px) {

  .contents {width:100%; max-width:none;}
  main h2,
  * + .ptxt,
  .area1,
  .area2,
  .area3 {width:91%; max-width:980px; margin-left:auto; margin-right:auto;}  
	.contents > .ptxt:nth-child(1) {margin:0; padding:2em; background:#FFFBF8; color:#feaa5b; font-size:110%; font-weight:800; text-align:center;}
	
	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:#570c2a; color:#fff;}
	ul.service li:nth-child(even) {background:#1d925c;}
	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 0.3em 1em; border:1px solid #fff; color:#fff; transition:0.3s;}
	ul.service dl dd .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);}
	ul.service dl dd .btn a:hover {opacity:0.8;}

}


