@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1em;
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Noto, "メイリオ", Meiryo, sans-serif;
  color: #333;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, section, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #0099FF;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

a:hover img {
  opacity: 0.85;
}

.cap {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.top {
  position: relative;
  padding: 0 0 calc(40 / 750 * 100vw) 0;
  background: url("/ftth/dcmjyusetsu/images/top_bg.png") 50% 0 no-repeat;
  background-size: 100% auto;
  width: 100%;
}

.top-title-sub {
  margin: 0 auto;
  padding: calc(20 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 0;
  width: calc(267 / 750 * 100vw);
}

.top-text {
  margin: 0 auto;
  padding: calc(20 / 750 * 100vw) 0 0 0;
  width: calc(614 / 750 * 100vw);
}

.top-text p {
  font-size: 3.6vw;
  line-height: 1.5;
}

.top-text p:first-child {
  padding-bottom: calc(40 / 750 * 100vw);
}

.top-link {
  margin: 0 auto;
  padding: calc(80 / 750 * 100vw) 0 calc(200 / 750 * 100vw) 0;
  width: calc(614 / 750 * 100vw);
}

.top-link p {
  padding-top: calc(30 / 750 * 100vw);
  font-size: 3.2vw;
  line-height: 1.4;
}

.top-link p:first-child {
  padding-top: 0;
}

.top-link a {
  display: inline;
  color: #3174e2;
}

.top-link .head {
  padding-bottom: calc(5 / 750 * 100vw);
}

.top-link .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.top-link .indent:first-letter {
  font-family: sans-serif;
}

.top-link .link-pdf::after {
  content: "";
  display: inline-block;
  margin-left: calc(6 / 750 * 100vw);
  margin-right: calc(6 / 750 * 100vw);
  margin-bottom: calc(-3 / 750 * 100vw);
  background: url("/ftth/dcmjyusetsu/images/icon_pdf.png") 50% 50% no-repeat;
  background-size: contain;
  width: calc(29 / 750 * 100vw);
  height: calc(35 / 750 * 100vw);
}



