.main_contents img {
    width: auto;
}

.sub {
	width:100%;
	box-sizing:border-box;
	font-size:14px;
}

ul.model2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    font-size: 100%;
	justify-content: space-between;
	margin:30px 0 0 0;
}

ul.model2 li {
	width:48%;
    font-size: 100%;
	margin:0 0 30px 0;
}

ul.model2 li img {
    widht: 100%;
}

.left_img {
	float:left;
	margin:0 20px 10px 0;
}

#waku {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    border: solid #333333 1px;
    line-height: 145%;
    color: #333333;
    box-sizing: border-box;
    overflow: hidden;
    _zoom: 1;
}

#waku img {
    margin: 0 10px 0 0;
    float: left;
    width: 200px;
    height: 124px;
}

.info_txt {
    width: 100%;
}

@media only screen and (max-width:767px){

#mainarea_01 {
    width: 100%!important;
}

ul.model2 {
    width: 100%!important;
    margin: 0 0 20px 0;
}

ul.model2 li {
    width: 100%;
}

ul.model2 li img{
    width: 100%;
}

.left_img {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}

#waku {
    width: 100%;
    height: auto;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border: solid #333333 1px;
    line-height: 145%;
    color: #333333;
    box-sizing: border-box;
    overflow: hidden;
    _zoom: 1;
}

#waku img {
    display: block;
    margin: 0 auto 10px auto;
    float: none;
    max-width: 100%;
    height: auto;
}

.info_txt {
    width: 100%;
}

}