@charset "UTF-8";


	
	ul.service li:nth-child(1) dt {background:url(../../images/service/icon01.png) left center no-repeat; background-size:auto 5.5em;}
	ul.service li:nth-child(2) dt {background:url(../../images/service/icon02.png) left center no-repeat; background-size:auto 5.5em;}
	ul.service li:nth-child(3) dt {background:url(../../images/service/icon03.png) left center no-repeat; background-size:auto 5.5em;}
	ul.service li:nth-child(4) dt {background:url(../../images/service/icon04.png) left center no-repeat; background-size:auto 5.5em;}
	ul.service li:nth-child(5) dt {background:url(../../images/service/icon05.png) left center no-repeat; background-size:auto 5.5em;}


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

@media screen and (max-width:900px){

	.mimg {width:100%; margin-top:2.5em;}
  .mimg .img {position:relative; width:70%; border-right:2rem solid #fff; font-size:0; z-index:+1;}	
  .mimg .note {width:90%; margin:-2.5em 0 0 10%; padding:4em 2em 3em 0; border:3px solid #1e7835; border-left:0; line-height:1.8;} 
	.mimg .note span {color:#298e43; font-size:120%; font-weight:700; line-height:1.3;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:5em 0 0 0;}
	ul.service li {margin:0 0 2em 0; padding:2em 2em; background:#187b31; color:#fff;}
	ul.service li:nth-child(even) {background:#399b52;}
	ul.service dl dt {padding:1.5em 0 1.5em 7em; font-size:90%; line-height:1.5;}
	ul.service dl dt span {font-size:160%; font-weight:700;}
	ul.service dl dd {padding:1em 0 0 0; font-size:90%;}
	ul.service dl dd .btn {margin:1em 0 0 0; text-align:right;}
	ul.service dl dd .btn a {position:relative; padding:0.3em 2em 0.3em 1em; border:1px solid #fff; color:#fff; text-decoration:none;}
	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);}

}



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

@media screen and (min-width:901px) {
	
	.mimg {display:flex; position:relative; align-items:center; justify-content:space-between; width:100%; margin-top:2.5em;}
  .mimg .img {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;}	
  .mimg .note {position:absolute; width:75%; bottom:-2em; right:0; margin:6em 0 0 25%; padding:5em 2em 5em 16%; border:3px solid #1e7835; border-left:0; line-height:1.8;} 
	.mimg .note span {color:#298e43; font-size:140%; font-weight:700; line-height:1.3;}
	
	ul.service {width:80%; margin:9em auto 0 auto;}
	ul.service li {margin:0 0 2em 0; padding:2em 3em; background:#187b31; color:#fff;}
	ul.service li:nth-child(even) {background:#399b52;}
	ul.service dl dt {padding:1.5em 0 1.5em 7em; font-size:85%; line-height:1.5;}
	
	ul.service dl dt span {font-size:180%; font-weight:700;}
	ul.service dl dd {padding:1em 0 0 0; font-size:85%;}
	ul.service dl dd .btn {margin:1.5em 0 0 0; text-align:right;}
	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;}

}


