@charset "UTF-8";

.p-info-detail h3 {
	font-size: 1.6rem !important;
}

@media (min-width: 768px) {
	.p-info-detail h3 {
		font-size: 1.8rem !important;
		margin-top: 2.5em !important;
	}
}

.p-info-detail table th,
.p-info-detail table td {
	display: block;
	width: 100%;
	font-size: 1.3rem;
}

.p-info-detail table td {
	text-align: left !important;
}

.p-info-detail table td strong.important {
	font-size: 1.3em;
}

@media (min-width: 768px) {
	.p-info-detail table th,
	.p-info-detail table td {
		display: table-cell;
		width: auto;
		font-size: 1.5rem;
		padding: 0.5em 1em !important;
	}

	.p-info-detail table th {
		white-space: nowrap;
	}

	.p-info-detail table td {
		text-align: left !important;
	}

	.p-info-detail table td strong.important {
		font-size: 1.3em;
	}
}


.p-info-detail .note {
	background-color: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
}

.p-info-detail h4 {
	font-size: 1.4rem !important;
}

.p-info-detail h5 {
	font-size: 1.4rem !important;
}

.p-info-detail .way {
	border-left: 5px solid #ccc;
	padding-left: 12px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.p-info-detail .note {
		padding: 30px;
		margin-top: 40px;
	}

	.p-info-detail .note h3 {
		margin-top: 0 !important;
	}

	.p-info-detail h4 {
	font-size: 1.6rem !important;
	}

	.p-info-detail h5 {
		font-size: 1.5rem !important;
	}

	.p-info-detail .way {
		padding-left: 18px;
		margin-top: 20px;
	}
}

.p-info-detail figcaption {
	margin: 2em 0;
	text-align: center;
	font-size: 1.3rem;
	margin-top: 0.5em;
}

@media (min-width: 768px) {
	.p-info-detail figure {
		margin-top: 3em !important;
	}

	.p-info-detail figcaption {
		max-width: 800px;
		margin: 0.5em auto 0;
		font-size: 1.5rem;
	}
}

.p-info-detail .note2 {
	border: 5px solid #eee;
	padding: 15px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.p-info-detail .note2 {
		max-width: 450px;
		margin: 3em auto;
		padding: 20px;
	}
}

.p-info-detail .contact {
	margin-top: 2em;
	border-top:1px solid #000;
	padding-top: 15px;
}

@media (min-width: 960px) {
}
