/*******************************************
*
* css for 提供サービス
*
********************************************/
@charset "UTF-8";


#topImage {
	background-image: url("../images/ttlbg/service.png")
}


h2.copyTxt{
	margin:80px 0 1em;
}

.btnBox{
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	padding-top:30px;
}

.btnBox a.linkedBtn{
	width:320px;
}


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	h2.copyTxt{
		margin:40px 0 1em;
	}

	.btnBox a.linkedBtn{
		width:100%;
	}


}



/* ==========================================================
*
* サービスの特徴 TOP
*
========================================================== */

.aboutTxt{
	display:block;
	overflow:hidden;
	font-size: 2.4rem;
	line-height:155%;
	text-align:center;
	margin-bottom:80px;
}

.aboutTxt > sup{
	font-size:0.7em;
}


#dataList{
	display:block;
	overflow:hidden;
	background-color:#ededee;
	margin-bottom:40px;
	padding:20px 0 80px;
}

.dataTile{
	display:block;
	/*overflow:hidden;*/
	margin:82px 0 0;
	/*padding:80px 80px 50px;*/
	padding:30px 80px 50px;
	line-height:155%;
	position:relative;

	background-color:#ffffff;
}

.iconImg{
	display:block;
	overflow:hidden;
	/*width: 105px;
	margin:-132px auto 0;*/
	width: 300px;
	margin:0 auto 0;

}

.dateBody{
	display:inline-block;
	overflow:hidden;
	width:50%;
	float:left;
	margin-top:30px;
	padding-right:80px;
}

.dateBody > h4{
	display:block;
	overflow:hidden;
	font-size: 2.4rem;
	font-weight:bold;
	line-height:125%;
	color:#e41845;
	margin-bottom:1em;
}

.dateBody > p{
	display:block;
	overflow:hidden;
	font-size:1.6rem;
	line-height:155%;
	margin-bottom:1em;
}

.dateBody > p.cautionTxt{
	font-size: 1.2rem;
    line-height: 155%;
}

.dateBody sup{
	font-size:1.2rem;
}

.dateImg{
	display:inline-block;
	overflow:hidden;
	width:50%;
	margin-top:30px;
	text-align:right;
}




/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	.aboutTxt{
		font-size: 1.6rem;
		margin-bottom:40px;
	}

	#dataList{
		margin-bottom:40px;
		padding:0 0 40px;
	}


	#dataList .dataTile{
		/*padding:70px 20px 40px;*/
		padding:20px 20px 40px;
	}

	/*.iconImg{
		margin:-122px auto 0;
	}*/

	.iconImg img{
		width:100%;
		height:auto;
	}

	.dateBody{
		display:block;
		width:100%;
		float:none;
		margin-top:0;
		padding-right:0;
	}

	.dateBody > h4{
		/*font-size: 1.8rem;
		font-weight:bold;
		text-align:center;*/
		display:none;
	}

	.dateBody > p{
		font-size:1.4rem;
	}

	.dateBody > p.cautionTxt{
		font-size: 1.2rem;
	    line-height: 155%;
	}

	.dateBody sup{
		font-size:0.8em;
	}

	.dateImg{
		display:block;
		width:100%;
		text-align:center;
	}

	.dateImg > img{
		width:100%;
		height:auto;
		max-width:420px;
	}
}


