@charset "shift_jis";

/* check
----------------------------------------------------*/
.balloon {
	color: #162e4b;
	font-weight: bold;
	background: #fff url(/brand/gyakuria/sp/img/check_icon.png) 15px center no-repeat;
	background-size: 30px auto;
	padding: 12px 10px 12px 50px;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.balloon .text {
	margin-bottom: 0;
}
.balloon:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -10px;
}
.board {
	background: url(/brand/gyakuria/sp/img/check_board_body.jpg) 0 0 repeat-y;
	background-size: 100% auto;
}
.board img {
	display: block;
}
.boardBody {
	padding: 10px 20px;
}
.checkList {
	text-align: center;
}
.checkList dt {
	color: #253d5b;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: left;
	display: table;
	width:100%;
}
.checkList dt > span {
	display:table-cell;
	vertical-align:middle;
}
.checkList dt > span:first-child {
	width:49px;
}
.checkList dt img {
	width: 42px;
	display: inline-block;
	vertical-align: middle;
}
.checkList dd + dt {
	margin-top: 20px;
}
.checkList dd {
	display: inline-block;
}
.checkbox {
	background: url(/brand/gyakuria/sp/img/check_off.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background-size: 15px auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
input:checked + .label .checkbox {
	background-image: url(/brand/gyakuria/sp/img/check_on.png);
}
input[type="radio"] {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
}
.label {
	display: inline-block;
	color: #162e4b;
	font-weight: bold;
	border-radius: 20px;
	border: 2px solid #ffe095;
	padding: 4px 10px 1px;
	text-align: center;
	margin: 0px 3px 9px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
input:checked + .label {
	background-color: #ffe095;
}
.contentsBtn {
	margin-bottom: 10px;
}