@charset "UTF-8";
/*===============================
//
PC
//
===============================*/
/*▼▼特長▼▼*/
.under_contact{
	margin-bottom:0;
}
.features{
	padding:8% 0;
	margin-bottom:8%;
	background-color:#e6e6e6;
}
.features>div{
	width:90%;
	max-width:1080px;
	margin:0 auto;
}
.features>div>h3{
	width:48%;
	margin:0 auto 6%;
}
.features>div>ul{
	margin-bottom:3%;
}
.features>div>ul>li{
	width:32%;
	margin-right:2%;
	margin-bottom:1%;
	float:left;
}
.features>div>ul>li:nth-child(3n){
	margin-right:0;
}
.features>div>ul>li:nth-last-child(-n+2){
	margin-bottom:0;
}
.features>div>p{
	font-size:14px;
}
/*▼▼サービス▼▼*/
#service>div{
	width:90%;
	max-width:1080px;
	margin:0 auto 8%;
}
#service>div>ul>li{
	width:30%;
	margin-right:5%;
	float:left;
}
#service>div>ul>li:nth-child(3){
	margin-right:0;
}
#service>div>ul>li button{
	width:100%;
	padding:5% 0;
	border-radius:10px 10px 0 0;
	color:#fff;
	font-size:20px;
	background-color:#00BF5B;
	display:block;
}
#service>div>ul>li:nth-child(1) button{
	border-top:10px solid #008D23;
	background-color:#00BF5B;
}
#service>div>ul>li:nth-child(2) button{
	border-top:10px solid #FF6D00;
	background-color:#FFC800;
}
#service>div>ul>li:nth-child(3) button{
	border-top:10px solid #1F7AFF;
	background-color:#3FCBFF;
}
#service>div>div>div{
	width:100%;
	padding:8%;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
}
#service>div>div>div{
	padding:5%;
	display:none;
}
#service>div>div>div:nth-child(1){
	background-color:#00BF5B;
	display:block;
}
#service>div>div>div:nth-child(2){
	background-color:#FFC800;
}
#service>div>div>div:nth-child(3){
	background-color:#3FCBFF;
}
#service>div>div>div>h4{
	padding:2% 0;
	font-size:22px;
	text-align:center;
	color:#fff;
}
#service>div>div>div:nth-child(1)>h4{
	background-color:#008D23;
}
#service>div>div>div:nth-child(2)>h4{
	background-color:#FF6D00;
}
#service>div>div>div:nth-child(3)>h4{
	background-color:#1F7AFF;
}
#service>div>div>div>div{
	padding:5%;
	background-color:#fff;
}
#service>div>div>div>div>ul{
	padding:2%;
	margin-top:5%;
	background-color:#e6e6e6;
}
#service>div>div>div>div>ul>li{
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}
#service>div>div>div>div>ul>li:nth-child(2n){
	margin-right:0;
}
#service>div>div>div>div>ul>li:nth-last-child(-n+2){
	margin-bottom:0;
}
#service>div>div>div>div>ul>li>p{
	width:50%;
	position:relative;
	float:left;
}
#service>div>div>div>div>ul>li>p:first-child:after{
	content:"";
	width:70px;
	height:70px;
	background-image:url(../img/before.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:96% 50%;
	position:absolute;
	top:-30px;
	right:-20px;
	z-index:500;
}
#service>div>div>div>div>ul>li>p:last-child:after{
	content:"";
	width:70px;
	height:70px;
	background-image:url(../img/after.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:96% 50%;
	position:absolute;
	top:-30px;
	right:-20px;
	z-index:500;
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */


/*▼▼特長▼▼*/
.features{
	padding:10% 0;
	margin-bottom:10%;
}
.features>div{
	width:92%;
}
.features>div>h3{
	width:100%;
	margin:0 auto 8%;
}
.features>div>ul{
	margin-bottom:8%;
}
.features>div>ul>li{
	width:100%;
	margin-right:0;
	margin-bottom:2%;
}
.features>div>ul>li:nth-last-child(-n+2){
	margin-bottom:2%;
}
.features>div>ul>li:nth-last-child(1){
	margin-bottom:0;
}
.features>div>p{
	font-size:12px;
	line-height:1.6;
}
/*▼▼サービス▼▼*/
#service>div{
	width:92%;
	margin:0 auto 10%;
}
#service>div>ul>li{
	width:33.33%;
	margin-right:0;
}
#service>div>ul>li button{
	padding:10% 0;
	border-radius:0 0 0 0;
	font-size:16px;
}
#service>div>ul>li:nth-child(1) button{
	border-top:5px solid #008D23;
}
#service>div>ul>li:nth-child(2) button{
	border-top:5px solid #FF6D00;
}
#service>div>ul>li:nth-child(3) button{
	border-top:5px solid #1F7AFF;
}
#service>div>div>div{
	padding:4%;
	display:none;
}
#service>div>div>div>h4{
	padding:3% 0;
	font-size:15px;
}
#service>div>div>div>div{
	padding:6%;
}
#service>div>div>div>div>p{
	font-size:13px;
	line-height:1.6;
}
#service>div>div>div>div>ul{
	padding:2%;
	margin-top:12%;
}
#service>div>div>div>div>ul>li{
	width:100%;
	margin-right:0;
	margin-bottom:4%;
	float:none;
}
#service>div>div>div>div>ul>li:nth-child(2n){
	margin-right:0;
}
#service>div>div>div>div>ul>li:nth-last-child(-n+2){
	margin-bottom:4%;
}
#service>div>div>div>div>ul>li:nth-last-child(1){
	margin-bottom:0;
}
#service>div>div>div>div>ul>li>p:first-child:after{
	content:"";
	width:50px;
	height:50px;
	background-position:96% 50%;
	top:-20px;
	right:-10px;
}
#service>div>div>div>div>ul>li>p:last-child:after{
	content:"";
	width:50px;
	height:50px;
	background-position:96% 50%;
	top:-30px;
	right:-20px;
}
}