@charset "UTF-8";

@font-face {
  font-family: 'poprum';
  src: url('../font/poprum.eot'); /* IE9以上用 */
  src: url('../font/poprum.eot?#iefix') format('embedded-opentype'),
    /* IE8以前用 */ url('../font/poprum.woff') format('woff'),
    /* モダンブラウザ用 */ url('../font/poprum.otf') format('opentype'); /* iOS, Android用 */
  font-weight: normal; /* 念の為指定しておきます */
  font-style: normal;
}

hr {
  border: 2px solid #ff3693;
  margin-top: 20px;
  margin-bottom: 20px;
}

.midashi1 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #656366;
  margin: 30px;
  padding: 20px;
  border-bottom: solid 2px #ff3693;
}

#container section h2.prc2 {
  font-family: 'poprum', sans-serif;
  line-height: 1.6;
}

#container p.prc,
#container #poprum figcaption {
  font-family: 'poprum', sans-serif;
  font-size: 2.6rem;
  text-align: center;
  color: #ff3693;
  line-height: 1.6;
}

#container section.aa {
  text-align: center;
}

#container section.aa pre span {
  font-family: 'poprum', sans-serif;
}

#container p.kigo {
  font-size: 1.8rem;
  font-family: 'poprum', sans-serif;
  color: #ff3693;
  padding: 20px;
  background: #fff;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 390px以下のスクリーンサイズの場合 */
@media screen and (max-width: 390px) {
  .headerContent,
  #container,
  #linkContent,
  #underWrap {
    width: 100%;
    max-width: 390px;
  }
  #header_container li {
    display: none;
    width: 64px;
    font-size: 0.1rem;
  }

  #container section figure figcaption {
    font-size: 0.6rem;
  }

  #container section.aa {
    width: 190px;
  }

  #container p.prc,
  #container #poprum figcaption {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #container section h2.prc2 {
    font-family: 'poprum', sans-serif;
  }

  #container section.aa pre span {
    font-size: 0.6rem;
    line-height: 0.4;
  }

  #container p.kigo {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  #container .intention {
    padding: 2px;
    font-size: 0.7rem;
    line-height: 1.6;
  }

  #container .reference {
    padding: 2px;
    font-size: 0.7rem;
    line-height: 1.6;
  }

  #dlContent > div {
    width: 100%;
    max-width: 390px;
  }
  nav select {
    width: 50%;
  }

  #underWrap {
    flex-direction: column;
  }

  #underWrap.column {
    width: 100%;
  }

  footer {
    width: 100%;
  }
}
