* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #F9F9F9;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  padding: 60px 26px 0;
}

p {
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
}

.logo {
  width: 130px;
  height: 140px;
  vertical-align: top;
}

#main {
  height: calc(100% - 210px);
  max-width: 327px;
  margin: 0 auto;
}

.status-container {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid #16BEB6;
}

.status-container.fail {
  border: 1px solid #FF6459;
}

.status-container img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.status {
  margin-left: 10px;
}

.status-container:first-child {
  margin-top: 36px;
}

.site-title {
  color: #3C3E44;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}

.status .japanese,
.status .english {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}

footer {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #8A8A8F;
}

footer img {
  width: 50px;
  height: 12px;
}
