@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */


.questionnaire-wrap {
	xborder:1px solid #8dc21f;
	xpadding:20px;
}

p.name {
	text-align:right;
	margin-bottom:20px;
}

/**/
.wrap p.h4 {
	background-color:#eee;
	font-size:1.6em;
	padding:10px 15px;
	margin-bottom:20px;
	font-weight:bold;
}


.wrap .inner {
	margin-bottom:20px;
}

.wrap .inner  p.h5 {
	color:#8dc21f;
	font-size:1.6em;
	font-weight:bold;
}

.wrap-img {
	text-align:center;
	margin-bottom:20px;
	
	ｘdisplay:none;
}

.wrap-img img {
	width:100%;
	max-width:380px;
}


@media only screen and (min-width: 769px) {
	.questionnaire-wrap {
		overflow:hidden;
		zoom:1;
	}		
	.wrap-img  {
		float:right;
		width:30%;
		
		display:block;
	}
	.wrap-img  {
		float:right;
		width:30%;
	}
	.wrap {
		float:left;
		width:65%;
	}
}