@charset "UTF-8";

.checkSheet{
	position: relative;
	margin: 4em 0 0;
	padding: 0;
}
.checkSheet .inner{
	margin-top: -1em;
	padding: 3em 6em;
	background: url(/selfcheck/images/bg_selfcheck02.png) repeat-y;
}
.checkboxList {
	margin: 3em 0 2em;
}
.checkboxList li{
	margin-top: 10px;
	color: #222;
}
.checkboxList li:first-child{
	margin-top: 0;
}

input, button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"] {
	display: none;
}
label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 1.5em 1em 1.4em 4.3em;
	cursor: pointer;
	background-color: #ffe9ad;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
label::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 1.5em;
	width: 33px;
	height: 33px;
	margin: auto;
	background: url(/selfcheck/images/icon_selfcheck01.png) no-repeat;
}
input[type="checkbox"]:checked + label{
	background-color: #ffcd6b;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 1.5em;
	width: 33px;
	height: 33px;
	margin: auto;
	background: url(/selfcheck/images/icon_selfcheck02.png) no-repeat;
}
form{
	margin: 1em 0;
    text-align: center;
}
#imageBtn{
	border: 0px;
    width: 272px;
    height: 63px;
    background: url(/selfcheck/images/btn_selfcheck.png) left top no-repeat;
}
#imageBtn:hover{
	cursor: pointer;
	opacity: 0.7;
}
.transmissionArea{
	margin-top: 2em;
	padding: 2em;
	border: 3px solid #ffcd6b;
}
.transmissionArea .txt{
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
}
.transmissionArea .btn{
	margin-top: .5em;
	text-align: center
}
.transmissionArea .btn:hover img{
	opacity: .7;
	cursor: pointer;
}
.sideMenu .heading{
	padding: .9em 0 .9em .7em;
}
.sideMenu .heading:after {
    bottom: 0;
    right: .1em;
    width: 88px;
    height: 91px;
    background: url(/selfcheck/images/ico_selfcheck.png);
}
.sideMenu > dl > dt{
	font-size: 20px;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	.subject:after {
		bottom: 0;
		right: .1em;
		width: 88px;
		height: 91px;
		background: url(/selfcheck/images/ico_selfcheck@2x.png);
		background-size: contain;
	}
	.checkSheet{
		position: relative;
		margin: 2em 0 0;
		padding: 0;
	}
	.checkSheet .header img,.checkSheet .footer img{
		width: 100%;
	}
	.checkSheet .inner{
		margin-top: -1em;
		padding: 3em 8% 2em;
		background: url(/selfcheck/images/bg_selfcheck02@2x.png) repeat-y;
		background-size: contain;
	}
	.checkboxList {
		margin: 2em 0 2em;
	}
	.checkboxList li{
		margin-top: 1em;
	}
	.checkboxList li:first-child{
		margin-top: 0;
	}
	label {
		padding: 1em 1em 1em 4em;
		cursor: pointer;
		font-size: 16px;
		font-size: 1.6rem;
	}
	label::before{
		left: 1em;
		background: url(/selfcheck/images/icon_selfcheck01@2x.png) no-repeat;
		background-size: contain;
	}
	input[type="checkbox"]:checked + label::after {
		left: 1em;
		background: url(/selfcheck/images/icon_selfcheck02@2x.png) no-repeat;
		background-size: contain;
	}
	#imageBtn{
		border: 0px;
		width: 272px;
		height: 63px;
		background: url(/selfcheck/images/btn_selfcheck@2x.png) left top no-repeat;
		background-size: cover;
	}

	.transmissionArea{
		margin-top: 2em;
		padding: 2em;
		border: 3px solid #ffcd6b;
	}
	.transmissionArea .txt{
		text-align: center;
		font-weight: 700;
		line-height: 1.6;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.transmissionArea .btn{
		margin-top: 2em;
		text-align: center
	}
	.transmissionArea .btn a{
		display: inline-block;
		width: 70%;
	}
	.transmissionArea .btn .spItem{
		display: inline-block;
		width: 100%;
	}
	.sideMenu .heading:after {
		background: url(/selfcheck/images/ico_selfcheck@2x.png);
		background-size: contain;
	}
	.sideMenu,.btnSelfCheck{
		display: none;
	}
}