@charset "UTF-8";
.index_p1 {
	width: 55%;
	float: left;
}
.index_p2 {
	width: 42%;
	float: right;
}
#index1 {
	vertical-align: bottom;
}
#index2 {
	vertical-align: bottom;
}
#index3 {
	vertical-align: bottom;
}

@media screen and (max-width:767px){
.index_p1 {
	width: 300px;
	height: auto;
}
.index_p2 {
	width: 100%;
}
}
