@charset "utf-8";

/*
* ラジオボタン
*/
.bigRadio > .bigRadio-list {
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bigRadio input[type="radio"] {
	display: none;
}
.bigRadio input[type="radio"] + label {
	display: block;
	margin: 0;
	padding-left: 0;
	background: url(/sol/contents/img/radio/check_off.png) no-repeat 8px center;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
	min-height: 21px;
	font-size: 13px;
	line-height: 1.3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bigRadio input[type="radio"]:checked + label {
	background: url(/sol/contents/img/radio/check_on.png) no-repeat 8px center;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
}

.pL35 {
	padding-left: 35px !important;
}