body {
	width: 980px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#header{
	margin-top: 30px;
	display: flex;
}
#header img{
	width: 300px;
}
#header h1{
	font-size: 100px;
	margin: 10px 0 0 50px;
}
#header h2{
	font-size: 27px;
	margin: 10px 0 0 50px;
	display: block;
	height: 80px;
	background-image: url("../images/text-back.jpg");
	background-repeat: repeat-x;
	background-position: 0 30px;
}

section{
	margin: 30px 0;
}

section dl{
	font-size: 25px;
	line-height: 1.5;
	background-color: #FFF5C2;
	padding: 20px 40px;
	border-radius: 30px;
	display: flex;
}
section dl dt{
	font-weight: normal;
}
section dl dd span{
	color: #cb0000;
	font-size: 20px;
}
section p{
	color: #cb0000;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0;
}


footer{
	padding: 10px;
	border-top: 5px solid #000;
}
footer img{
	margin: 10px auto;
}
footer p{
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}

.sp{
    display: none;
}

@media (max-width: 767px) { 
	body {
		width: auto;
		margin: 0 auto;
	}
	#header{
		display: block;
		text-align: center;
	}
	#header img{
		width: 50%;
	}
	#header h1{
		font-size: 50px;
		margin: 20px 0;
		text-align: center;
	}
	#header h2{
		font-size: 25px;
		margin: 20px 0;
		background-repeat: no-repeat;
		background-position: center 55px;
	}
	section{
		width: 90%;
		margin: 0 auto;
	}
	section img{
		width: 100%;
	}
	section dl{
		display: block;
		font-size: 14px;
		padding: 15px 20px;
	}
	section dl dt{
		font-weight: bold;
		font-size: 16px;
	}
	section dl dd span{
		font-size: 12px;
	}
	section p{
		font-size: 20px;
	}
    .sp{
        display: block;
    }
    footer{
	    text-align: center;
    }
    footer img{
	    margin-bottom: 20px;
    }
}


