@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css');
@import url('https://fonts.googleapis.com/css?family=Bitter');

* {
  margin: 0;
  padding: 0;
  font-family: 'Bitter', 'Mplus 1p';
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 2px;
  font-weight: bold;
}

h1 { font-size: 48px; }
h2 { font-size: 42px; padding-top: 60px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

p {
  margin: 0;
  padding: 0;
}

a:link, a:visited, a:hover, a:active {
  color: #5e3098;
}

hr {
  margin: 0;
  padding: 0 0 2px;
}

header {
  top:0;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 100;
  top:0;
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5E5;
}

.container {
  margin: auto;
  width: 1280px;
}

.description {
  padding: 15px 2vw 100px;
  font-size: 24px;
}

.top_content {
  margin-bottom: 80px;
  padding-top: 50vh;
  background-color: #5e3098;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  text-align: center;
}

.top_content p.en_text {
  font-size: 54px;
  font-style: italic;
}

.top_content p.ja_text {
  font-size: 26px;
}

.value_content {
  text-align: center;
  padding: 5px;
}

.value_en_text {
  font-size: 28px;
  font-weight: bold;
}

.value_ja_text {
  font-size: 22px;
}

.contents_content {
  padding: 10px 10px 20px;
}

.content_thumbnail {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#nav ul li{
  display: inline;
  padding: 10px;
  font-size: 18px;
}
