@charset "utf-8";

html {
font-size: 62.5%;
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
font-size: 1.6em;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.6;
color:#fff;
background: #221c13;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
a {
color:#fff;
text-decoration:none;
}
a:hover {
color:#ccc;
text-decoration:underline;
}

header h1 {
    margin: 10rem auto;
    width: 80%;
}
main {
    margin: 0rem 0 20rem 0;
}
ul {
    margin: 0 auto;
    width: 80%;
    border-top: #4a4135 1px solid;
}
ul li {
    border-bottom: #4a4135 1px solid;
    padding: 2rem 0;
    list-style: none;
}
ul li span {
font-size: 1.2em;
font-size: 1.2rem;
margin-right: 1.5rem;
}

footer {
    padding: 2rem 0;
    width: 100%;
    text-align:center;
font-size: 1.2em;
font-size: 1.2rem;
}