@charset "UTF-8";
/* CSS Document */

html {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
}

body {
margin: 0;
padding: 0;
color: #ffffff;
font-weight: 300;
font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
background-color: #161212;
background-image: url("../images/body_bg.png");
background-size:100%;
overflow-x: hidden;
}
#contets_body{
max-width: 680px;
height: auto;
margin: 0 auto;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #eee;
}
img{
max-width: 100%;
}
header{
margin:1rem;
}
header h1{
font-size: 0.8rem;
font-weight: 500;
text-align: center;
margin: 0 0 2rem 0;
padding: 0;
}
header #logo{
margin: 0 auto 1rem;
}
header #hiroki{
width: 80%;
height: auto;
margin: 1rem auto;
}
header h2{
font-size: 2.4rem;
text-align: center;
margin: 4.0rem auto 4.0rem;
line-height: 2.0;
}
header h2 span{
display: block;
font-size: 1.0rem;
font-weight: 300;
}
.link{
width: 80%;
height: auto;
margin: 1rem auto 2rem;
text-align: center;
background-color: #d5dc21;
padding: 0.5rem 0;
color: #000;
font-size: 1.2rem;
font-weight: 700;
}
.link img{
display: inline-block;
width: auto;
height: 1.4rem;
margin-left: 5px;
}
.list{
width: 90%;
list-style: none;
display: flex;
text-align: center;
justify-content:space-around;
margin: 0 auto 3rem;
padding: 0;
}
.list li{
height: auto;
padding: 0;
margin:0 0 10px 0;
text-align: center;
align-self: center;
justify-content: center;
}
.list li img{
width: 60%;
height: auto;
margin: 0 auto;
}
table{
width: 90%;
height: auto;
border: none;
font-size: 1.0rem;
margin: 0 auto 1rem auto;
}
table th{
font-weight: 300;
text-align: left;
padding: 0.5rem;
white-space: nowrap;
border-bottom: solid 1px #fff;
}
table td{
font-weight: 300;
text-align: left;
padding: 0.5rem;
border-bottom: solid 1px #fff;
}