@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;
}
.waku {
	margin-left: 0px; /*30px の半分*/
    width: calc(95% + 0px); /*30px は各自調整*/
    width: -webkit-calc(95% + 0px); /*上と同じpx値に*/
	text-align: center;
}
.waku2{
    margin-left: 0px; /*30px の半分*/
    width: calc(95% + 0px); /*30px は各自調整*/
    width: -webkit-calc(95% + 0px); /*上と同じpx値に*/
	height:auto;
}
}

@media(max-width:450px){
h2 {
	height: auto;
	max-height: 30px;
	width: auto;
	max-width: 450px;
	font-size: 16px;
	padding-left: 35px;
	padding-top: 10px;
	background-repeat: no-repeat;
	word-break: break-word;
}

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

.info{
  	display: block;
  	width: 100%;
	max-width: 450px;
   	border-bottom: none;
}
.info2 {
	display: block;
	width: 92%;
	max-width: 400px;
	table-layout:fixed;
	font-size: 1.0em;
	table-layout:fixed;
	word-break: break-word;
}
	
.td1{
	max-width: 1000px;
	margin: auto;
	}
}
