@charset "utf-8";
/* CSS Document */

/* =================================
   ■ FAQのCSS
   
================================== */

/*-------------------------
	general
--------------------------*/
.main p.leadText{
	margin:0 0 38px 0;
	font-size:117%;
}

.main .entry{
	margin-bottom:10px;
}

.main .entry:last-child{
	margin-bottom:0px;
}


.main dl.list{
	margin:0 20px;
	font-size:117%;
}

	.main dl.list dt,
	.main dl.list dd{
		padding:14px 0 14px 57px;
	}
	
	.main dl.list dt{
		font-weight:700;
		margin-bottom:21px;
		cursor:pointer;
	}

	.main dl.list dd{
		display:none;
		margin-bottom:30px;
		padding:26px 18px 26px 75px;
		background:#f8f6f1;
		border:1px solid #eae7de;
	}	
	
		
	.main dl.list dt span,
	.main dl.list dd span{
		display:inline-block;
		position:relative;

		margin:-14px 17px -14px -57px;
		width:40px;
		height:40px;
		border-radius:4px;
		
		line-height:40px;
		text-align:center;

		color:#fff;
		font-weight:700;
	}

	.main dl.list dt span{
		background:#1c7abf;
	}
	.main dl.list dd span{
		background:#e05249;
	}