@charset "utf-8";

.info_data {
	width: 550px;
	margin: 0 auto;
	padding-top: 10px;
}
.kaishagaiyou_delegate {
	margin-left: 145px;
	padding-top: 10px;
}
.kaishagaiyou_delegate p{
	margin-bottom: 10px;
}
p.delegate_p{
	margin-bottom: 10px;
}
.customer p{
	margin-bottom: 32px;
}
.customer p.otherCustomer{
	text-align: right;
	margin-bottom: 0;
}
.customer img{
	margin-right: 10px;
}
.kaishagaiyou_img{
	max-width: 126px;
	margin: 0 auto;
}
.kaishagaiyou_img img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:375px){
	.info_data {
		width: 100%;
	}
	.customer{
		padding-top: 5px;
	}
	.customer p{
		margin-bottom: 15px;
	}
}