@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
img{
	max-width: 100%;
	height: auto;
}
body {
    background-color: #FFFFFF;
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
#wrapper header h1 {
    padding-left: 20px;
}
#wrapper header nav ul li {
    float: left;
    list-style-type: none;
}
#wrapper footer {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    background-color: #850002;
    border-width: 1px;
    border-style: solid;
}
#wrapper footer h5 {
    color: #FFFFFF;
    text-align: center;
}
#wrapper footer h4 {
    color: #FFFFFF;
    text-align: center;
}
#wrapper footer h3 {
    color: #FFFFFF;
    text-align: center;
}
.h2 {
}
/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
