@media (max-width:1000px) {
.info {
	width:100%;
	max-width: 500px;
	height:auto;
	float: left;
	clear: both;
}
}

@media (max-width:600px) {
.info {
	display: block;
	width: 100%;
	border-bottom: none;
	height:auto;
	float: left;
	clear: both;
}

@media(max-width:450px){
.td2 {
	width:auto;
	float: left;
	clear: both;
	max-width: 90%;
	margin-left: 6%;
	margin-right: auto;
}
	
.waku {
	margin-left: 5px; /*30px の半分*/
    width: calc(90% + 20px); /*30px は各自調整*/
    width: -webkit-calc(90% + 20px); /*上と同じpx値に*/
	text-align: center;
}
.waku2{
    margin-left: 5px; /*30px の半分*/
    width: calc(90% + 20px); /*30px は各自調整*/
    width: -webkit-calc(90% + 20px); /*上と同じpx値に*/
	height:auto;
}

.info {
 	display: block;
	width: 100%;
  	border-bottom: none;
	word-break: break-word;
}

.td1{
	max-width: 1000px;
	margin: auto;
	}
}