/* service */
div.service_box{
	padding: 15px 0px;
}
div.service_box > h3{
	margin: 10px;
	position:relative;
}
div.service_box > h3 > span > img{
	max-height:15px;
	display:block;
	margin: auto;
}
div.service_box > h3 > p{
	position:absolute;
	top: -10px;
	left: -10px;
	width:40px;
	margin: 0px;
}
div.service_box > h3 > p > img{
	width:100%;
}

/* サービス */
div.support > div.icon{
	background-color:#EEEBEE;
}
div.support > div.icon > img{
	width:70%;
	display:block;
	margin: auto;
}
div.contents_back_p {
    width: 100%;
    padding: 30px 0px;
    background-color: #ac99ac;
}
div.plus_title{
	display:table;
	margin: 0px auto 25px auto;
}
div.plus_title > div{
	display:table-cell;
	vertical-align:bottom;
	width:200px;
}
div.plus_title > h2{
	display:table-cell;
	color: #ffffff;
	vertical-align:middle;
	padding-left: 15px;
	padding-top: 5px;
}
div.plus_contents{
	width:95%;
	max-width:1000px;
	padding-bottom:40px;
	margin:auto;
}
div.plus_box{
	display:table;
	padding: 20px 40px;
	background-color: #f9f9f9;
	margin: 10px 0px;
}
div.plus_point{
	display:table-cell;
	vertical-align:middle;
	padding: 0px 0px 0px 15px;
	width:150px;
}
div.plus_icon{
	display:table-cell;
	vertical-align:middle;
	width:150px;
	padding: 0px 65px 0px 25px;
}
div.plus_detail{
	display:table-cell;
	vertical-align: middle;
}
div.plus_detail > h3{
	color: #406aa4;
	letter-spacing:0.1em;
	margin: 0px;
}
div.plus_detail img{width:100%;}
div.plus_detail > p{
	color: #333333;
	font-size:0.95em
}
img.point_img{
	width: 340px;
	padding:60px 60px 0px 0px;
}
div.card_3{
	display:table;
	width:100%;
}
div.card_3 > div{
	display:table-cell;
	vertical-align:top;
}
div.card_3 > div > span{
	font-size:0.7em;
}
div.card_3 > div.card_type{
	width:220px;
	text-align:center;
	vertical-align:middle;
	padding-left:5px;
}
div.card_3 > div > p{
	color:#0068B7;
	font-weight:bold;
	font-size:0.9em;
	margin:5px 0px;
}
div.card_3 > div > img{
	display:block;
	margin:auto;
}
div.card_3 > div.card_type > span{
	font-size:0.55em;
	display: block;
	margin:2px 0px;
}
@media screen and (max-width: 1600px){
	div.main_box > h1{
		left: 20%;
	}
}
@media screen and (max-width: 768px){
	div.service_box{
		width:95%;
		padding: 0px;
	}
	div.service_box > h3{
		width:22%;
		margin: 15px 5px;
	}
	div.service_box > h3 > p{
		width:25px;
	}

	#main_sp > div.smacere_title > p.title2 {
    	width: 75%;
	}
	div.title_plus_point{
		position:absolute;
		width:33%;
		bottom: 3%;
		right: 3%;
	}
	div.title_plus_point > img{width:100%;}
	div.plus_title{
		width:85%;
		margin-bottom: 20px;
	}
	div.plus_title > div{
		width:35%;
		vertical-align:middle;
	}
	div.plus_title > div > img{width:100%;}
	div.plus_title > h2{
		vertical-align:bottom;
		text-align:left;
		padding-top: 0px;
	}
	div.card3{
		display:block;
	}
	div.card_3 > div{
		display:block;
	}
	div.card_3 > div.card_type{
		width:100%;
		text-align:left;
		padding-left: 0;
		padding-top: 10px;
	}
	div.card_3 > div > img{margin:0px;width:85%;}
	div.card_3 > div.card_type > span{
		font-size:0.7em;
	}
	div.plus_contents{
		width:95%;
		margin:auto;
	}
	div.plus_list{
		width:98%;
		margin: 10px auto;
		padding: 0;
		box-shadow: 0px 3px 3px #555555;
	}
	div.plus_list_title{
		background-color:#f9f9f9;
		display:block;
		width:100%;
		padding: 20px 0px 10px 0px;
		position:relative;
	}
	div.plus_list_title:after{
		content: "";
		display: block;
		background-image: url("../images/plus/right_arrow.svg");
		width:32px;
		height: 20px;
		background-repeat:no-repeat;
		position: absolute;
		top: 38%;
		right: 0%;
	}
	div.plus_active:after{
		background-image: url("../images/plus/bottom_arrow.svg");
		width: 20px;
		right: 4%;
	}
	div.plus_list_title > div{
		display:table;
		width:85%;
		vertical-align:middle;
		padding: 0px 20px 0 10px;
	}
	div.plus_list_title > div > div{
		display:table-cell;
		width: 38%;
		padding: 0px 10px;
	}
	div.plus_list_title > div > div > img{width:100%}

	div.plus_list_title > h3{
		margin: 0px;
		color: #406aa4;
		display:block;
		vertical-align: middle;
		font-size: 1.1em;
		padding: 10px;
	}
	div.plus_list_title > h3 > img{width:100%;}
	div.plus_list > div.plus_list_detail{
		margin: 0px;
		padding: 10px 25px 25px 25px;
		background-color:#f9f9f9;

		display:block;
		margin-bottom: 15px;
		font-size: 1.1em;
	}
	div.plus_list > div.plus_list_detail > img.detail{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	div.plus_list > div.plus_list_detail > img.point_img{
		width:80%;
		margin: auto;
		display:block;
		padding: 15px 0px 0px 0px;
	}
	div.card_3 > div > img{
		width:50%;
	}

	dl.support_list dd > div.icon > img{
		background-color: #EEEBEE;
	}
}