
body {
  padding: 20px 0;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#lv0 {
  max-width: 800px;
  padding: 0 7px 0 13px;
  margin: 0 auto;
}

header { text-align: center; padding-bottom: 70px; }
header a {
  margin: 0 7px;
  font-size: 1;
}

a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #777;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: "Source Sans Pro";
  font-size: 3.63em;
  line-height: 0.928em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(79, 78, 78);
  font-weight: 900;
}

@media (max-width: 450px) {
    h1 { font-size: 12vw; }
}

img.logo {
    width: 80px;
    position: relative;
    top: 32px;
    margin-right: 30px;
}

@media (max-width: 600px) {
    img.logo {
        width: 80px;
        position: relative;
        top: -10px;
        margin-right: 0px;
    }
}

p.intro {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4em;
  border-left: 0;
  border-right: 0;
  border-top: 1px;
  border-bottom: 1px;
  padding: 1.154em;
  text-align: left;
  border-style: solid;
  margin: 1.038em 0px;
  color: #777;
}

p {
  font-size: 20px;
  line-height: 1.3em;
  color: #666;
  margin: 0px 0px 1.421em 0px;
  font-family: "Roboto";
  font-weight: 400;
}

@media (max-width: 450px) {
    p.intro {
        font-size: 26px;
        line-height: 1.1em;
    }
    
    p { font-size: 20px; line-height: 1.2em; }
}


h2 {
  font-size: 1.526em;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.2em;
  margin: 1em 0px 0.5em 0px;
  color: rgba(79, 78, 78, 1);
}

p.pullquote {
  color: rgba(29, 101, 173, 1);
  font-size: 3em;
  line-height: 1em;
  margin: 30px 10%;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-style: italic;
  word-spacing: -3px;
  letter-spacing: -1px;
}

@media (max-width: 450px) {
    p.pullquote {
        font-size: 13vw;
    }
}

p.author {
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 27px;
  font-family: "Roboto";
  font-weight: 400;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-family: "Roboto";
  font-weight: 400;
}

img.wide {
  max-width: 100%;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

media (max-width: 450px) {
    figure img { margin: 0 -28px; }
}

figcaption {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: italic;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  margin: 12px 0px 30px 0px;
  color: rgba(91, 90, 90, 1);
  padding: 0 30px;
  -webkit-text-size-adjust: none;
}

@media (max-width: 600px) {
    figure {
        margin-left: -21px;
        margin-right: -15px;
    }

    figcaption {
        padding: 0 38px;
    }
}

.drop-cap:first-letter {
  float: left;
  font-size: 5em;
  line-height: 73px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 2px;
}