@charset "utf-8";

/* ～767px */
@media (max-width: 767px) {

	h2 {
		font-size: 20px;
	}
	#header .service {
		font-size: 12px;
	}
	#header .contact {
		font-size: 14px;
		display: inline-block;
		margin-right: 15px;
	}
	#info-table tbody tr {
		display: block;
	}
	#info-table tbody th,
	#info-table tbody td {
		display: list-item;
		list-style: none;
		border: none !important;
		background: none;
	}
	#info-table tbody th {
		width: 100%;
		background: #E4F4CA;
	}
	#sns {
		position: static;
		text-align: right;
	}
	#sns > div {
		display: inline-block;
	}

}

/* 768px～991px */
@media (min-width: 768px) and (max-width: 991px) {

	h2 {
		font-size: 20px;
	}
	#header .service {
		font-size: 12px;
	}
	#header .contact {
		font-size: 14px;
	}
	#sns {
		position: static;
		text-align: right;
	}
	#sns > div {
		display: inline-block;
	}

}

/* 992px～1199px */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* 1200px～ */
@media (min-width: 1200px) {

}