body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: url(../img/background.png);
  color:#333;
}

main {
    padding: 30px;
}

.container {
    width: 50%;
    margin: auto;
}

.office-shot {
    margin-bottom: 50px;
}
.office-shot img {
    width: 100%;
    max-width: 100%;    
    border-radius: 10px;
}


h1 {
    text-align: center;
    margin-bottom: 50px;
}

table ,tr,th,td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing:0;
    padding: 10px;
}

table {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: #fff;
}

th {
    width: 20%;
    background-color: #e9e9e9;
}

h2 {
    margin-bottom: 30px;
    border-bottom: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
}

h2::before {
    content:'';
    position: absolute;
    bottom:-2px;
    width: 200px;
    height: 2px;
    background-color: #009688;
}

dl dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

dl dd {
    margin: 0 0 30px 0;
    font-weight: 400;
}

footer {
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
}