@import url("https://fonts.googleapis.com/css?family=Gilda+Display");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #333;
  background: #EAEFF1;
  font-family: 'Gilda Display', serif;
  font-size: 16px;
  line-height: 1.5;
}

.svg-inline--fa {
  margin-right: 0.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
  background: transparent;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 559px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

.title_area {
  background: #fffdee;
  background: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.title_area .set_width {
  height: 100%;
}

.title_area .title {
  width: 50%;
  max-width: 500px;
  margin-right: 5%;
}

.title_area .title h1 img {
  width: 100%;
}

.contents_area {
  padding: 5em 0;
}

.contents_area .paraBox {
  width: 90%;
  margin: 0 auto;
  padding: 5em 0;
}

.contents_area .paraBox > h2 {
  font-size: 1.5em;
  border-top: 1px solid #999;
  padding-top: 0.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1199px) {
  .contents_area {
    padding: 3em 0;
  }
  .contents_area .paraBox {
    width: 80%;
    padding: 3em 0;
  }
}

@media screen and (max-width: 559px) {
  .contents_area {
    padding: 2em 0;
  }
  .contents_area .paraBox {
    width: calc(100% - 1em);
    padding: 2em 0;
  }
}

.wrap_2w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  .wrap_2w > div {
    width: calc(50% - 1.5em);
  }
}

@media screen and (max-width: 1199px) {
  .wrap_2w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap_2w .jan_box + .en_box {
    margin-top: 3em;
  }
}

.summary .white_block {
  border: 1px solid #ddd;
  background: #fff;
  padding: 3em;
  margin-bottom: 3em;
}

@media screen and (max-width: 559px) {
  .summary .white_block {
    padding: 2em;
    margin-bottom: 2em;
  }
}

.summary .white_block h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.summary .white_block h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.summary .white_block p {
  font-size: 1em;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 559px) {
  .summary .white_block p {
    line-height: 1.75;
  }
}

.summary .white_block p.profile {
  font-size: 0.875em;
}

.summary .white_block p.profile + h3 {
  margin-top: 1.5em;
}

.summary .single {
  max-width: 95%;
  margin: 4.5em auto 0;
}

.summary .single img {
  width: 100%;
}

.summary .single button {
  z-index: 999;
}

.add p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0.5em 0;
}

@media screen and (max-width: 559px) {
  .add p {
    font-size: 0.9125em;
  }
}

.add p.emb {
  font-size: 1.25em;
  margin: 0.25em 0;
}

.add h3 {
  font-size: 1.25em;
}

@media screen and (max-width: 559px) {
  .add h3 {
    font-size: 1.125em;
  }
}

.add .jan_box h3 {
  margin-left: -0.5em;
}

.add p + h3 {
  margin-top: 2em;
}

.add a {
  border-bottom: 1px dotted #000;
}

.spec img {
  display: block;
  margin: 0 auto 3em;
  width: 100%;
  max-width: 440px;
}

.spec .eeeeee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spec p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0.5em auto;
}

@media screen and (max-width: 559px) {
  .spec p {
    font-size: 0.9125em;
  }
}

.credit {
  text-align: center;
  padding: 3em 0;
}
