@media (max-width: 768px) {

	.sec-ttl {
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    margin: 10px 4px;
}


.sec3{
	background-image:url(../img/vege_001.png),
	url(../img/vege_002.png),
	url(../img/vege_003.png),
	url(../img/vege_004.png);
	background-size:100px,100px,100px,100px;
	background-repeat: no-repeat;
	background-position: 0% 0, 0% 100%, 100% 0, 100% 100%;
	background-color:#d3cbc6;
	}


.sec-logo img{
	width:150px;
	}

.area,tbody,th,tr,td{
	display:block;
	width:100%;
	}

.head{
	display:none;
	}

.area th{
	border:none;

	}

.area td{
	
	border:none;
	border-top:1px solid #ccc;
	}
.area tr{
	border-top:3px solid #ccc;
	}
}