

/* top */

#wrap #content.ikuji .pc {
	display: block;
}

#wrap #content.ikuji .sp {
	display: none;
}

#wrap #content.ikuji {
	text-align: center;
}

#wrap #content.ikuji .caution {
	display: table;
	width: 794px;
	height: 60px;
	margin: 30px auto 40px;
	padding: 10px 0;	
	background: url(../image/bg_caution_pc.gif) center top no-repeat,url(../image/bg_caution_pc.gif) center bottom no-repeat;
	text-align: left;
}

#wrap #content.ikuji .caution .tit {
	display: table-cell;
	width: 216px;
	padding-left: 34px;
	vertical-align: middle;
}

#wrap #content.ikuji .caution .txt {
	display: table-cell;
	width: 544px;
	font-size: 16px;
	line-height: 1.38;
	vertical-align: middle;
}

#wrap #content.ikuji h3 {
	width: 640px;
	margin: 0 auto 40px;
}

#wrap #content.ikuji .selectArea {
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}

#wrap #content.ikuji .selectArea .btn_yes {
	float: left;
	width: 322px;
	-webkit-border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;	
	background-color: #e3d6c6;
	border: 5px solid #532f00;
}

#wrap #content.ikuji .selectArea .btn_yes p.txt_yes {
	margin-top: 34px;
}

#wrap #content.ikuji .selectArea .btn_yes ul {
	margin-bottom: 15px;
}

#wrap #content.ikuji .selectArea .btn_yes ul li {
	margin-bottom: 10px;
}

#wrap #content.ikuji .selectArea .btn_no {
	float: right;
	width: 332px;
}



@media screen and (max-width:769px){

#wrap #content.ikuji {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}


#wrap #content.ikuji .pc {
	display: none;
}

#wrap #content.ikuji .sp {
	display: block;
}


#wrap #content.ikuji .caution {
	display: block;
	width: 100%;
	height: auto;
	margin: 7% auto 8%;
	padding: 9% 0 2%;	
	background: url(../image/tit_caution_sp.gif) center top no-repeat,url(../img/bg_caution_sp.gif) center bottom no-repeat;
	text-align: left;
	background-size: 100%;
}

#wrap #content.ikuji .caution .txt {
	display: block;
	width: 100%;
	padding: 0; 
	font-size: 14px;
	line-height: 1.38;
	vertical-align: middle;
}

#wrap #content.ikuji h3 {
	width: 80%;
	margin: 0 auto 7%;
}

#wrap #content.ikuji .selectArea {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#wrap #content.ikuji .selectArea .btn_yes {
	float: none;
	width: 80%;
	margin: 0 auto 8%;
	-webkit-border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;	
	background-color: #e3d6c6;
	border: 4px solid #532f00;
	box-sizing: border-box;
}

#wrap #content.ikuji .selectArea .btn_yes p.txt_yes {
	margin-top: 7%;
}

#wrap #content.ikuji .selectArea .btn_yes ul {
	margin-bottom: 7%;
}

#wrap #content.ikuji .selectArea .btn_yes ul li {
	margin-bottom: 10px;
}

#wrap #content.ikuji .selectArea .btn_yes ul li img {
	width: 84%!important;
	margin: 0 auto;
}

#wrap #content.ikuji .selectArea .btn_no {
	float: none;
	width: 80%;
	margin: 0 auto;
}

#wrap #content.ikuji .selectArea .btn_no img{
	width: 100%!important;
}


}




