@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

#conts .comMenuList li{
	width: 350px;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.comMenuList li .rTxt{
	background: url("../common/img/icon08.png") no-repeat right center;
	background-size: 6px 10px;
	box-sizing: border-box;
	width: 180px;
	height: auto;
	padding-top: 0;
}

.comMenuList li .ttl {
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0;
}

.comMenuList li .pho img {
	width: 150px;
}

.comMenuList li .ttl span{
	font-size: 1.6rem;	
}

.comMenuList li .ttl .small{
	display: block;
	line-height: 1.5;
	margin-top: 4px;
	font-size: 14px;
}

@media all and (max-width: 767px) {
	
	#conts {
		margin-bottom: 105px;
	}
	
	#conts .comMenuList li{
		width: 100%;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}

	.comMenuList li .rTxt{
		width: 100%;
	}

	.comMenuList li .ttl {
		font-size: 1.7rem;
		letter-spacing: 1px;
		line-height: 1.4;
		margin-bottom: 0;
	}

	.comMenuList li .pho img {
	}

	.comMenuList li .ttl span{
		font-size: 1.7rem;	
	}

	.comMenuList li .ttl .small{
		display: block;
		line-height: 1.4;
		margin-top: 2px;
		font-size: 15px;
	}
}