h1{
	font-size: 1.4rem;
    margin: 0 auto 2rem;
    text-align: center;
    border-bottom: solid 1px;
	padding-bottom: 0.5rem;
	}
h2{
    color: #7c0007;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem 0;

	}
h3{
	font-weight: 500;
	}
.requestBox {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
	max-width: 1000px;
}
.requestBox th, .requestBox td {
	padding: 1em;
}
.requestBox th {
	color: #4d9bc1;
	font-weight: bold;
	text-align: left;
	width: 20%;
}
.requestBox img{
	width:400px;
	height:auto;
	}
/*　▼タブレット、スマホ*/

@media screen and (max-width: 750px) {
	.requestBox th, .requestBox td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0.5rem 1rem;
	}
	.requestBox img{
		width:80%;
		margin:0 auto;
	}
	.requestBox th {
		text-align: center;
	}
	.requestBox td {
		border-bottom: #f0dac9 dotted 1px;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

}
/*　▲タブレット、スマホここまで　*/

