@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

body {
  width: 100%;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  background: #e5e5e5;
}

img {
  width: 100%;
}

/******************************************************/
.wrap {
  background: #FFF;
  color: #333;
  width: 840px;
  margin: 50px auto;
  padding: 35px;
  font-size: 15px;
  line-height: 1.4;
}

.wrap h1 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.wrap dl {
  margin-bottom: 20px;
}

.wrap dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.wrap dl dd li {
  text-indent: -1em;
  margin-left: 1em;
}

.wrap p.address {
  padding-top: 30px;
}

footer {
  background: #000;
  color: #FFF;
}

.footer {
  position: relative;
  padding: 55px 0 60px;
  background: #000000;
  text-align: center;
}

.footer .link {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.4em;
}

.footer .link .link__item {
  position: relative;
  padding: 0 0.7em;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.footer .link .link__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
}

.footer .link .link__item:first-child {
  margin-left: 0;
}

.footer .link .link__item:first-child:before {
  display: none;
}

.footer .link .link__item a {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer .link .link__item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.footer .att {
  margin-bottom: 30px;
  font-size: 13px;
  color: #FFF;
}

.footer .copyright {
  width: 690px;
  margin: 0 auto;
  font-size: 12px;
  color: #FFF;
  text-align: left;
  line-height: 1.5;
}