body {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #E1FEE0), color-stop(0.00, #15650F));
	background: -webkit-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -moz-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -o-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -ms-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: linear-gradient(to bottom, #15650F 0%, #E1FEE0 7%);
	background-repeat:repeat-x;
}
.view_pc {
	max-width: 1000px;
	box-sizing:border-box;
	background: url(https://img06.shop-pro.jp/PA01019/424/etc/top_bg_mango_PC.gif?cmsp_timestamp=20180911184502) top no-repeat;
	background-size: 1000px auto;
	border-left: #FDCA2F 3px solid;
	border-right: #FDCA2F 3px solid;
	border-bottom: #FDCA2F 3px solid;
	background-color: #FFF;
	padding:80px 10px 50px 10px;
	margin:0 auto;
	font-size:1.1rem;
	color:#555;
}
.c-form__title, .c-form__note {
	font-size:0.95rem;
	color:#555;
}

@media (max-width: 768px) {
.view_pc {
	padding:80px 10px 50px 10px;
}
}*
