@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: 15px;
	padding-left: 35px;
	padding-top: 5px;
}
.td2 {
	width:auto;
	float: left;
	clear: both;
	max-width: 100%;
	margin-left: 0%;
	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(80% + 30px); /*30px は各自調整*/
    width: -webkit-calc(80% + 30px); /*上と同じpx値に*/
	height:auto;
}

.info {
 	display: block;
	width: 100%;
  	border-bottom: none;
	word-break: break-word;
}
.info2 {
	display: block;
	width: 98%;
	max-width: 400px;
	font-size: 2.0em;
	font-weight: bold; /*装飾*/
	border-bottom: none;
	table-layout:fixed;
	word-break: break-word;
}
.info3 {
	display: block;
	width: 98%;
	max-width: 400px;
	font-size: 1.7em;
	font-weight: bold; /*装飾*/
	border-bottom: none;
	table-layout:fixed;
	word-break: break-word;
}
}
@media(max-width:355px){
h2 {
	height: auto;
	max-height: 30px;
	width: auto;
	max-width: 450px;
	font-size: 13px;
	padding-left: 30px;
	padding-top: 5px;
	}
}