* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
.sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
html {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  background-color: #f9f9f9;
  overflow-x: hidden;
}
header {
  width: 100%;
  background-color: #fafafa;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
header .inner {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .inner h1 {
  text-align: center;
  font-size: 0.7rem;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 1rem;
}
header .inner div {
  display: flex;
  justify-content: center;
}
header .inner div img.logo {
  height: 4.5rem;
}
main {
  width: 100%;
  max-width: 900px;
  margin: 3rem auto 0;
}
main address {
  box-sizing: border-box;
  font-style: normal;
  font-size: 0.8rem;
  padding: 1rem;
  background-color: rgba(240,240,240,0.8);
  color: rgba(50,50,50,0.8);
  width: 100%;
}
main address p.ttl {
  margin: 0.5rem auto;
  background-color: #444;
  border-radius: 0.1rem;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
  border-radius: 0.3rem;
}
main address img {
  width: 96%;
  margin: 0 2%;
}
main address small {
  width: 100%;
  text-align: right;
  display: inline-block;
}
main section {
  width: 100%;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
main section h2.ttl {
  width: 100%;
  border-bottom: 1px solid #172a88;
  text-align: left;
  padding-left: 0.5rem;
}
main section h2.ttl img {
  height: 1.4rem;
}
main section p {
  font-size: 0.9rem;
  color: rgba(50,50,50,0.7);
  margin-bottom: 1rem;
  padding: 0.3rem;
}
main section.sec1 div div small {
  display: inline-block;
  color: #aaa;
  font-size: 0.5rem;
  padding: 0 0.5rem;
  margin-bottom: 0;
}
main section.sec1 div img.thumb {
  width: 100%;
}
main section.sec1 div.sub {
  padding: 0.5rem;
  margin-top: 1rem;
}
main section.sec1 div.sub h3 {
  border-radius: 3px;
  font-size: 0.7rem;
  background-color: #172a88;
  color: #fff;
  padding: 0.3rem 0.4rem;
  line-height: 0.9rem;
}
main section.sec2 div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.sec2 div div {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0.5rem;
  padding: 0.4rem;
  background-color: #fff;
}
main section.sec2 div div div.img {
  display: flex;
  justify-content: center;
  width: 50%;
}
main section.sec2 div div div.img img {
  max-height: 5rem;
  height: 5rem;
}
main section.sec2 div div div.img img.horizon {
  height: 2.2rem;
}
main section.sec2 div div div.meta {
  display: flex;
  flex-direction: column;
}
main section.sec2 div div div.meta h4 {
  width: 100%;
  background-color: #51b4dc;
  color: #fff;
  font-size: 0.6rem;
  padding: 0.1rem 0.3rem;
  text-align: center;
  border-radius: 0.7rem;
}
main section.sec2 div div div.meta p {
  font-size: 0.8rem;
}
main section.sec2 div img.arw {
  width: 0.5rem;
}
main section.com > div {
  padding: 0.3rem;
}
main section.com > div div {
  display: flex;
}
main section.com > div div p {
  padding: 0.5rem 0;
  margin: 0;
}
main section.com > div div p:first-child {
  font-size: 0.8rem;
  color: #aaa;
  min-width: 80px;
}
footer {
  background-color: #282828;
  padding: 1rem;
  display: flex;
  align-items: end;
}
footer p {
  color: #888;
  text-align: center;
  font-size: 0.7rem;
}
section.info {
  padding: 0.5rem;
  background-color: rgba(200,200,200,0.1);
  border-top: 2px solid rgba(10,10,10,0.1);
  border-bottom: 2px solid rgba(10,10,10,0.1);
}
section.info h2 {
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(20,20,20,0.7);
  color: #000;
}
section.info p {
  margin: 0.5rem 0;
}
section.info div.pdf-download {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #0092ff;
  padding: 0.3rem;
  background-color: rgba(200,200,200,0.1);
}
section.info div.pdf-download p {
  font-size: 0.75rem;
  text-align: center;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5rem;
  color: #222;
}
section.info div.pdf-download div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.info div.pdf-download div a {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  background: #0092ff;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}
section.info div.pdf-download div span {
  color: #888;
  font-size: 0.8rem;
  padding-left: 1rem;
}
