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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  /*font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;*/
  font-family: 'Noto Serif', 'Noto Serif JP';
}
/* 1.6rem = 16px */
html {
  font-size: 62.5%;
}
header {
    height: 40px;
}
.homelink {
    display: block;
    line-height: 40px;
}
.logomark {
    height: 30px;
    margin: 0 8px 3px 8px;
    vertical-align: middle;
}
.logotittle {
    height: 20px;
    vertical-align: middle;
    margin-top: 3px;
}
body{
    width: 100%;
}
section{
    margin: 25vh 0 ;
}
h1 {
    font-size: 24px;
}
section p {
    font-size: 20px;   
}
.p2{
    text-align: right;
}

footer {
  margin-top: 100px;
  font-size: 10px;
  height: 60px;
  background-color: black;
  color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
footer p {
  display: block;
}
@media (min-width: 560px) {}
@media (min-width: 960px) {}
.top-logo-mark {
  text-align: center;
}