/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web|Share+Tech|Raleway+Dots|Arvo|Julius+Sans+One);

header {
  padding: 1em 0;
}

h2.web034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Titillium Web', sans-serif;
}

h2.about034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Share Tech', sans-serif;
}

h2.design034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Raleway Dots', cursive;
}

h2.dtp034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Arvo', serif;
}

h2.access034 {
  padding: 2rem 1rem;
  background-color: #2D2D2D;
  text-align: center;
  font-size: 12rem;
  font-family: 'Julius Sans One', sans-serif;
}

.design034-cont {
  background-image: url(../images/bg.jpg);
}

.img100 {
  width: 100%;
  height: auto;
}

nav {
  font-family: 'Share Tech', sans-serif;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #000;
}

a {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

srg {
  width: 50%;
  height: auto;
}

#map_canvas {
  width: 100%;
  height: 350px;
}

/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}

@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
}

@media screen and (max-width: 479px) {

  /* 479px以下用（スマートフォン用）の記述 */
  h2.web034 {
    font-size: 6rem;
    font-family: 'Titillium Web', sans-serif;
  }

  h2.about034 {
    font-size: 6rem;
    font-family: 'Share Tech', sans-serif;
  }

  h2.design034 {
    font-size: 6rem;
    font-family: 'Raleway Dots', cursive;
  }

  h2.dtp034 {
    font-size: 6rem;
    font-family: 'Arvo', serif;
  }

  h2.access034 {
    font-size: 6rem;
    font-family: 'Julius Sans One', sans-serif;
  }
}

.pages {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pages ul li a {
  color: #fff;
  font-size: 16px;
}

.pages h1 img {
  height: 70px;
  width: auto;
}

.ttl-h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.ttl-h3 {
  color: #333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

table {
  color: #333;
  font-size: 1.2em;
  width: 100%;
  border: solid 1px #efefef;
  background: #fff;
}

p.p-bikou {
  color: #333;
  font-size: 18px;
  margin-top: 0.5em;
  margin-bottom: 3em;
}

tr>th {
  background: #666;
  color: #fff;
  position: sticky;
}

tr:nth-child(even) {
  background: #fbf5f5;
}

th, td {
  font-size: 18px;
  padding: 14px;
  letter-spacing: 1px;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}

td {
  border-left: solid 1px #efefef;
}

.tr-ttl {
  width: 13em;
  text-align: center;
}

.td-gaku {
  width: 16em;
  text-align: center;
}

.td-bikou {
  text-align: center;
}

td.right {
  text-align: right;
}

h3 span, tr span {
  font-size: 0.7em;
}

@media screen and (max-width: 768px) {

  /* .scroll {
    overflow-x: auto;
  } */
  table {
    /* min-width: 760px; */
    /* margin: 0 10px 50px; */
  }

  table td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }

  .heading {
    display: none;
  }

  tr:nth-child(even) {
    background: #fff;
  }

  th, td {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
  }

  td.right {
    text-align: left;
  }

  tr>td:nth-last-child() {
    margin: 1em;
  }

  .tr-ttl {
    width: 100%;
    text-align: center;
  }

  .td-gaku {
    width: 100%;
    text-align: center;
  }

  .td-bikou {
    width: 100%;
    text-align: center;
  }

  p.p-bikou {
    font-size: 15px;
    line-height: 1.5em;
  }
}