@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.list_inquiry {
	padding: 15px;
	border: 1px solid #c9c9c9;
}
	.list_inquiry dt {
		font-weight: bold;
	}
	.list_inquiry dd {
	}
		.list_inquiry dd address {
			font-style: normal;
		}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.list_inquiry {
	margin-top: 30px;
	padding: 30px;
}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1280px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1366px) {

/* -------------------------- */
/* content */
/* -------------------------- */



}