@charset "UTF-8";

/*こだわり
---------------------------------------------------------- */

.kodawari_block {
	clear: both;
	margin: 0 30px 50px;
}

.kodawari_block .ph {
	float: right;
	width:360px;
	margin-left:20px;
}

.kodawari_block .txt {
	overflow:hidden;
	zoom:1;
}

.kodawari_block .txt ul.txt_l,
.kodawari_block .txt p.txt_l {
	font-size: 123.1%;
	font-weight: bold;
}

.kodawari_block .txt ul li {
	margin-bottom:5px;
	padding-left:18px;
	list-style: none;
	background:url(../img/common/icon_round01.png) left 4px no-repeat;
}

.kodawari_block .txt ul.txt_l li {
	background:url(../img/common/icon_round01.png) left 6px no-repeat;
}

.kodawari_block .txt ul li a {
	color: #222;
}


.kodawari_block .txt p{
	margin-top:15px;
}



@media screen and (max-width: 738px) {
	.kodawari_block {
		margin: 0 2% 30px;
	}
	
	.kodawari_block .ph {
		float: none;
		width:90%;
		margin: 0 auto 15px;
		text-align: center;
	}
	
	.kodawari_block .txt ul {
		font-size: 123.1%;
		font-weight: bold;
	}
}

