	@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  font-style: normal;
  box-sizing: border-box;
  font-family: 'Noto Sans Japanese', serif;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  text-align: center;
  color: #031d4c;
}

.deco-b {
  width: 100%;
  height: 100%;
  border: 21px solid #e1e1d9;
  position: fixed;
  bottom: 0;
  left: 0;
}

.deco-w {
  width: 100%;
  height: 100%;
  border: 20px solid #fff6e5;
  position: fixed;
  bottom: 0;
  left: 0;
}

.deco-btm {
  width: 100%;
  height: 20px;
  background-color: #fff6e5;
  position: fixed;
  bottom: 0;
  left: 0;
}

.deco-top {
  width: 100%;
  height: 20px;
  background-color: #fff6e5;
  position: fixed;
  top: 0;
  left: 0;
}

.deco-nav {
  width: calc(100% - 42px);
  height: 117px;
  background: linear-gradient(0deg,rgba(0,26,70,100) 0%,rgba(0,26,70,100) 60%,rgba(255,255,70255,0) 60%,rgba(255,255,70255,0) 100%);
  position: fixed;
  bottom: 0;
  left: 21px;
}

nav {
  width: 100%;
  height: 117px;
  position: fixed;
  bottom: 0;
  right: 0;

}

nav ul {
  margin: 0 auto;
  font-size: 0;
}

nav li {
  width: 91px;
  height: 95px;
  display: inline-block;
  position: relative;
}

nav li a {
  width: 91px;
  height: 95px;
  position: absolute;
  top: 0;
  left: 0;
}

nav li:first-child {
  background: url(../images/nav_home.png) center top no-repeat;
  background-size: 100%;
}

nav li:nth-child(2) {
  background: url(../images/nav_about.png) center top no-repeat;
  background-size: 100%;
  margin: 0 6px;
}

nav li:last-child {
  background: url(../images/nav_contact.png) center top no-repeat;
  background-size: 100%;
}

h1 {
  width: 299px;
  height: 270px;
  margin: 0 auto;
  background: url(../images/logo_sp.png) center top no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

p {
  width: 100%;
  height: 47px;
  margin-top: 40px;
  background: url(../images/line_sp.png) center top no-repeat;
  background-size: auto 47px;
  font-size: 17px;
  line-height: 47px;
}

h2 {
  width: 91px;
  height: 23px;
  margin:0 auto 20px;
  background: url(../images/tit_about.png) center top no-repeat;
  background-size: 91px 23px;
  text-indent: -9999px;
}

dl {
  width: 299px;
  margin: 0 auto;
  font-size: 0px;
}

dl div {
  border-bottom: 1px dotted #000000;
}

dl div:first-child {
  border-top: 2px solid #000000;
}

dl div:last-child {
  border-bottom: 2px solid #000000;
}

dt {
  width: 75px;
  padding: 13px 0;
  text-align: left;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}

dd {
  width: 224px;
  height: 100%;
  padding: 13px 0 14px 1em;
  text-align: left;
  font-size: 13px;
  text-indent: -1em;
  display: inline-block;
  vertical-align: top;
}

.outer {
  padding-bottom: 26vh;
  margin: 50vh auto 0;
	transform: translateY(-50%);
}

.for-sp {
  display: inline;
}

.for-pc {
  display: none;
}

@media screen and (min-width: 767px) {
  html {
    overflow: hidden;
  }
  .only-sp {
    display: none;
  }
  nav {
    display: none;
  }
  .deco-w {
    width: 100%;
    height: 100%;
    background-color: #fff6e5;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  div.pc-content {
    margin: 50vh auto 0;
    transform: translateY(-50%);
    width: 980px;
    height: 644px;
    background-color: #FFFFFF;
    border: 1px solid #e1e1d9;
    position: relative;
  }
  .outer {
    padding-bottom: 0;
    margin: 0;
    transform: translateY(0);
    position: absolute;
  }
  .left-content {
    top: 40px;
    left: 40px;
  }
  .right-content {
    top: 50px;
    left: 460px;
  }
  h1 {
    width: 380px;
    height: 348px;
  }
  p {
    width: 100%;
    height: 61px;
    margin-top: 48px;
    background: url(../images/line_pc.gif) center top no-repeat;
    background-size: auto 61px;
    font-size: 18 px;
    line-height: 61px;
  }
  dl {
    width: 480px;
    margin: 0 auto;
    font-size: 0px;
  }
  dt {
    width: 85px;
    padding: 22px 0;
    font-size: 15px;
  }
  dd {
    width: 395px;
    padding: 22px 0 22px 1em;
    font-size: 15px;
    text-indent: -1em;
  }
  .btn-conteiner a {
    width: 326px;
    height: 70px;
    background: url(../images/nav_contact_pc.gif) center top no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 534px;
    left: 327px;
  }
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
}
